.elementor-2001 .elementor-element.elementor-element-c7d9fe5{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;overflow:visible;}.elementor-2001 .elementor-element.elementor-element-549aaf0 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2001 .elementor-element.elementor-element-549aaf0 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2001 .elementor-element.elementor-element-9114ef0{width:100%;max-width:100%;align-self:center;}.elementor-2001 .elementor-element.elementor-element-9114ef0 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-9114ef0 */.highlight_admission {
    background-color: green;
    color: white;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
}

/* Title Styling */
.highlight_admission h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: -10px; /* Adjusted to prevent overlap */
}

/* Subtitle Styling */
.highlight_admission p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

/* Form Container */
.form_container {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

/* Form Controls with Gap */
.form-control {
    font-size: 16px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 5px;
    background-color: white;
}

/* Placeholder styling */
input::placeholder, select::placeholder {
    color: #b0b0b0;
    opacity: 1; 
}

/* Select Option Styling */
.select_school option {
    font-size: 16px;
}

/* Submit Button */
button.btn-primary {
    background-color: #e52b2b;
    color: white;
    border: none;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    transition: background-color 0.3s ease;
}

button.btn-primary:hover {
    background-color: #c92f2f;
}

/* Message Box Styling */
.message_box {
    text-align: center;
    margin-top: 20px;
}

/* Submit Button with Spacing */
button.btn-primary {
    background-color: #e52b2b;
    color: white;
    border: none;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    transition: background-color 0.3s ease;
    margin-bottom: 30px; /* Add this line to create 30px space below the button */
}

button.btn-primary:hover {
    background-color: #c92f2f;
}/* End custom CSS */