.elementor-38115 .elementor-element.elementor-element-3fdc586{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-38115 .elementor-element.elementor-element-417ed0a{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );line-height:var( --e-global-typography-text-line-height );}.elementor-38115 .elementor-element.elementor-element-1c49e01{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-38115 .elementor-element.elementor-element-1c49e01 img{width:100%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-38115 .elementor-element.elementor-element-b4346bd{padding:10px 10px 10px 10px;}.elementor-38115 .elementor-element.elementor-element-b4346bd .elementor-heading-title{font-family:"Sintony", Sans-serif;font-size:2.5rem;font-weight:600;text-transform:none;line-height:1.1em;color:#000000;}.elementor-38115 .elementor-element.elementor-element-8356a41{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}@media(min-width:768px){.elementor-38115 .elementor-element.elementor-element-3fdc586{--width:100%;}.elementor-38115 .elementor-element.elementor-element-417ed0a{--width:100%;}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-38115 .elementor-element.elementor-element-b4346bd .elementor-heading-title{font-size:clamp(3.625rem, 2.2647rem + 2.1255vw, 6.25rem);line-height:1.1;}.elementor-38115 .elementor-element.elementor-element-8356a41{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-38115 .elementor-element.elementor-element-b4346bd .elementor-heading-title{font-size:40px;line-height:1.2;}.elementor-38115 .elementor-element.elementor-element-8356a41{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for shortcode, class: .elementor-element-24a4032 *//* Form Container */
#admission_form {
    margin-bottom: 45px;
}

/* Label Styling */
#admission_form label {
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

/* Input Styling */
#admission_form input[type="text"] {
    width: 100%;
    padding: 20px;
    font-size: 22px;
    border-radius: 3px;
    border: 1px solid #b0bec5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* Input Placeholder */
#admission_form input[type="text"]::placeholder {
    color: #888;
    font-weight: 600;
}

/* Button Styling */
#admission_form button {
    background-color: #1d1d1d;
    color: #fff;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    float: right;
}

#admission_form button:hover {
    background-color: #333;
}

/* Result Container */
#field_container {
    margin-top: 15px;
    padding: 10px;
    background-color: #eaeaea;
    border-radius: 5px;
}

#field_container p {
    font-size: 1.25rem;
    margin: 15px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-24a4032 *//* Form Container */
#admission_form {
    margin-bottom: 45px;
}

/* Label Styling */
#admission_form label {
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

/* Input Styling */
#admission_form input[type="text"] {
    width: 100%;
    padding: 20px;
    font-size: 22px;
    border-radius: 3px;
    border: 1px solid #b0bec5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* Input Placeholder */
#admission_form input[type="text"]::placeholder {
    color: #888;
    font-weight: 600;
}

/* Button Styling */
#admission_form button {
    background-color: #1d1d1d;
    color: #fff;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    float: right;
}

#admission_form button:hover {
    background-color: #333;
}

/* Result Container */
#field_container {
    margin-top: 15px;
    padding: 10px;
    background-color: #eaeaea;
    border-radius: 5px;
}

#field_container p {
    font-size: 1.25rem;
    margin: 15px;
}/* End custom CSS */