/* Apply box-sizing to all elements */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body, header {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
}

/* Header Section */
.header-section {
    background-color: #ffffff;
    padding: 15px 20px;
    filter: drop-shadow(0px 1px 14px rgba(0, 0, 0, 0.1));
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo img {
    height: 30px;
    width: auto;
}

.header-signin .signin-header-link {
    color:#000000;
    text-align:center;
    vertical-align:text-top;
    font-size:18px;
    font-family:'Montserrat';
    line-height:auto;
    border-style:hidden;
    outline:none;
    width:64px;
    text-decoration: none;
}

.header-signin .signin-header-link:hover {
    color: #0b8250;
}


/*main section start*/
.main-section {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
}

.main-title {
    color:#000000;
    text-align:center;
    vertical-align:text-top;
    font-size:40px;
    font-family:'Montserrat';
    line-height:50px;
    border-style:hidden;
    outline:none;
    font-weight: 600;
    width: 80%;
    margin: auto;
}
.main-sec-content {
    color: #000000;
    text-align: center;
    vertical-align: text-top;
    font-size: 18px;
    font-family: 'Montserrat';
    line-height: 1.4;
    border-style: hidden;
    outline: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}

.main-sec-button-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

#signin-link .know-more-text {
    color:#ffffff;
    text-align:center;
    vertical-align:text-top;
    font-size:14px !important;
    font-family:'Poppins' !important;
    line-height:auto;
    border-style:hidden;
    outline:none;
}

.enquire-text {
    color:#000000;
    text-align:center;
    vertical-align:text-top;
    font-size:19px !important;
    font-family:'Poppins' !important;
    line-height:auto;
    border-style:hidden;
    outline:none;
    font-weight: bolder;
}

.signin-link {
    display: inline-block;
    background-color: #4bbe89;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: auto;
    margin-right: 20px;
    cursor: pointer;
}

.signin-link:hover {
    background-color: #08693f;
}

.apply-text {
    color:#0C8350;
    text-align:center;
    vertical-align:text-top;
    font-size:14px;
    font-family:'Poppins';
    line-height:auto;
    border-style:hidden;
    outline:none;
    left:15px;
    top:6px;
}

.apply-link {
    display: inline-block;
    background-color: #ffffff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 7px 6px;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border:1px solid #0c8350;
}

.signin-link:hover {
    background-color: #08693f;
    color: white;
}

/*main section end*/

.video-section {
    margin-top: 30px;
}
.video-col {
    width: 100%;
}
.video-col img {
    width: 100%;
}

.why-choose-section {
    width: 100%;
    margin-top:50px;
}
.why-choose-title {
    color:#000000;
    text-align:center;
    vertical-align:text-top;
    font-size:40px;
    font-family:'Montserrat';
    line-height:52px;
    border-style:hidden;
    outline:none;
    font-weight: 600;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.why-choose-content {
    color:#000000;
    text-align:center;
    vertical-align:text-top;
    font-size:18px;
    font-family:'Montserrat';
    line-height:1.4;
    border-style:hidden;
    outline:none;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    margin-top: 30px;
    margin-bottom: 40px;
}
.why-choose-col-sub-head{
    color:#000000;
    text-align:center;
    vertical-align:text-top;
    font-size:20px;
    font-family:'Montserrat';
    border-style:hidden;
    outline:none;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}
.why-choose-col-desc {
    color:#000000;
    text-align:center;
    vertical-align:text-top;
    font-size:16px;
    font-family:'Montserrat';
    line-height:1.4;
    border-style:hidden;
    outline:none;
}
.why-choose-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
}
.why-choose-col {
    border: 1px solid #0b8250;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px;
    flex: 1;
    max-width: 380px;
    box-sizing: border-box;
}
.why-choose-col-icon img {
    width: 30px;
    height: auto;
}


.program-agenda-section {
    width: 100%;
    margin-top: 50px;
}
.programagenda
{
    color:#000000;
    text-align:center;
    vertical-align:text-top;
    font-size:30px;
    font-family:'Montserrat';
    line-height:40px;
    border-style:hidden;
    outline:none;
    font-weight: 600;
}

.about-this-course
{
    color:#000000;
    text-align:left;
    vertical-align:text-top;
    font-size:20px;
    font-family:'Montserrat';
    line-height:1.4;
    border-style:hidden;
    outline:none;
    font-weight: bold;
    margin-bottom: 20px;
}
.text-col {
    color:#000000;
    text-align:left;
    vertical-align:text-top;
    font-size:18px;
    font-family:'Montserrat';
    line-height:40px;
    border-style:hidden;
    outline:none;
}





.footer-sec {
    margin-top:50px;
}
.line13
{
    max-width: 1200px;
    border:1px solid #0b8250;
    margin: auto;
}
.copyright-text {
    color:#000000;
    text-align:center;
    vertical-align:text-top;
    font-size:18px;
    font-family:'Montserrat';
    line-height:auto;
    border-style:hidden;
    outline:none;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    margin-bottom: 15px;
}

/* Container for the program agenda */
.program-agenda-col {
    display: flex; /* Flexbox layout */
    justify-content: space-between; /* Ensure left and right columns are on opposite sides */
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    gap: 40px; /* Increase space between columns */
}

.program-agenda-col-left {
    flex: 1;
}

.program-agenda-col-right {
    flex: 1;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-left: 40px;
    height: 310px;
}

/* Style the content inside the right box */
.rectangle61 {
    background-color: #20b576;
    text-align: center;
    border-radius: 8px 8px 0 0;
    padding: 20px;
}

.bg-white-col {
    padding: 40px; /* Add padding only to the white section */
}


/* FAQ section */
.faq-col {
    margin-top: 20px;
}

.faq-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #0b8250;
    font-family: 'Montserrat';
    font-size: 18px;
}

.faq-arrow {
    color: #0b8250;
    font-size: 16px;
    margin-left: 10px;
    transition: transform 0.3s ease;
}


/* Title-icon arrangement */
.title-icon-col-wrap {
    display: flex;
    align-items: center; /* Vertically align the icon and text */
    margin-bottom: 6px; /* Space between rows */
}

.icon-col img {
    width: 22px;
    height: 22px;
    margin-right: 20px;
    margin-bottom: -6px;
}

.text-col {
    font-size: 18px;
    font-family: 'Montserrat';
    color: #000000;
    line-height: 40px;
}

.rectangle61 img {
    width: 160px;
}

/*program agenda faq*/

.faq-content {
    font-family: 'Montserrat';
    display: none; /* Initially hidden */
    padding: 10px;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.4;
}

.faq-item.active + .faq-content {
    display: block; /* Show content when active */
}

.faq-item.active .faq-arrow i {
    transform: rotate(180deg); /* Rotate arrow on active */
}

.custom-bullet-list strong {
    font-size: 18px;
}


.faq-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.faq-answer {
    padding: 10px;
    border: 1px solid #1fb576; /* Change as needed */
    border-radius: 5px;
    background-color: #fff; /* Change as needed */
    line-height: 1.4;
    font-size: 15px;
}


/*1launch form style start*/

.ilaunch-form-col {
    max-width: 600px; /* Set a maximum width for the form */
    margin-left: auto; /* Center the form */
    margin-right: auto; /* Center the form */
    margin-top: 20px;
    padding: 20px; /* Add some padding for aesthetics */
    background-color: #263238; /* Optional: Background color for the form container */
    border-radius: 8px; /* Optional: Rounded corners */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for depth */
}

.form-title {
    font-size: 24px; /* Increase font size */
    font-weight: bold; /* Make the title bold */
    margin-bottom: 20px; /* Add margin below the title */
    text-align: center; /* Center the title text */
    color: #ffffff; /* Change the color to match your design */
    font-family: 'Montserrat';
}

.rectangle29 {
    background-color: #ffffff; /* White background */
    height: 40px; /* Height of the input fields */
    width: 100%; /* Full width for responsiveness */
    border-radius: 10px; /* Rounded corners */
    border: 0.25px solid #000000; /* Border color and width */
    margin-bottom: 15px; /* Space between input fields */
    padding-left: 10px; /* Add padding for text inside */
}



.submit-button {
    background-color: #20B576;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-family: 'Montserrat';
    width: 22%;
    height: 40px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 15px;
}


.checkbox-group {
    display: flex;
    flex-direction: column; /* Stack checkboxes vertically */
}

.checkbox-label {
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Center align checkbox and label text */
    color: #ffffff; /* White color for the labels */
    margin-bottom: 10px; /* Space between each checkbox */
    font-size: 16px; /* Adjust font size */
    cursor: pointer; /* Change cursor on hover */
}

.checkbox-label input[type="checkbox"] {
    width: 20px; /* Increase checkbox width */
    height: 20px; /* Increase checkbox height */
    margin-right: 10px; /* Space between checkbox and label text */
    accent-color: #ffffff; /* Change checkbox color to white (modern browsers) */
}

/* Optional: Style for hover effect */
.checkbox-label:hover {
    opacity: 0.8; /* Slightly fade label on hover */
}

#ilaunch-enroll-form .error,#contact-us-form .error {
    color: red;
    margin-bottom: 4px;
    margin-top: 4px;
}


.success-message {
    background-color: #dff0d8; /* Light green background */
    color: #3c763d; /* Dark green text color */
    border: 1px solid #d6e9c6; /* Slightly darker green border */
    padding: 15px; /* Padding around the text */
    border-radius: 5px; /* Rounded corners */
    text-align: center; /* Center the text */
    font-size: 16px; /* Font size */
    margin-top: 20px; /* Space above the message */
}

.success-message:before {
    content: "✓"; /* Add a checkmark before the message */
    font-weight: bold; /* Bold checkmark */
    margin-right: 8px; /* Space between checkmark and text */
}


/*end*/

.signin-header-link img {
    width: 160px;
}

/*contact us form design*/
.contactus-form-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background-color: #f5f7fa;
}

.contactus-form-sec .contactus-form-col {
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    width: 100%;
    text-align: center;
}

.contactus-form-sec h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
    font-family: 'Montserrat';
}

.contactus-form-sec .form-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    font-family: 'Montserrat';
    line-height: 1.4;
}

/* Form Grid for Side-by-Side Layout */
.contactus-form-sec .form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.ilaunch-form-col .form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    grid-gap: 20px; /* Space between the fields */
}

.contactus-form-sec .form-group {
    margin-bottom: 20px;
    text-align: left;
}

.contactus-form-sec .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    font-family: 'Montserrat';
}

.contactus-form-sec .form-group input,
.contactus-form-sec .form-group textarea {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #0b8250; /* Updated border color */
    box-sizing: border-box;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.contactus-form-sec form-group input:focus,
.contactus-form-sec .form-group textarea:focus {
    border-color: #0b8250; /* Updated border color on focus */
    box-shadow: 0 0 8px rgba(11, 130, 80, 0.2); /* Updated focus shadow color */
    outline: none;
}

/* Full-width message field */
.contactus-form-sec textarea {
    grid-column: span 2;
}

/* Button Styles */
.contactus-form-sec .submit-btn {
    width: 50%; /* Set button width to 50% or any desired width */
    padding: 14px;
    background-color: #0b8250; /* Updated button background color */
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    margin: 0 auto; /* Center the button horizontally */
    display: block;  /* Ensure the button behaves as a block-level element */
}

.contactus-form-sec .submit-btn:hover {
    background-color: #096b41; /* Darkened branding color on hover */
    transform: translateY(-2px);
}

.hs-form-field #loader {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.hs-form-field .spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #1fb576;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

.hidden {
    display: none;
}

/*popup design start*/

/* Modal background */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Darker backdrop */
    z-index: 50;
    justify-content: center;
    align-items: center;
}

/* Modal content */
.modal-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
}

/* Close button */
.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: black;
    cursor: pointer;
}

/* Modal heading */
.modal-content h2 {
    color: #1fb576;
    margin-bottom: 15px;
}

/* Property details styling */
.property-details p {
    font-size: 13px !important;
    color: #648678;
    margin: 5px 0;
}

/* Form input styling */
.modal-content form input {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border-radius: 6px;
    border: 1px solid #ddd;
    outline: none;
    transition: border-color 0.3s;
}

.modal-content form input:focus {
    border-color: #1fb576;
}

/* Submit button styling */
.modal-content form button {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    border-radius: 6px;
    background-color: #1fb576;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.modal-content form button:hover {
    background-color: #138f5e; /* Darker green for hover */
}

.success-message1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1fb576; /* Your branding color */
    color: white;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.success-message1 .icon {
    background-color: white;
    color: #1fb576;
    border-radius: 50%;
    font-size: 32px;
    padding: 12px;
    margin-right: 15px;
}

.success-message1 .message p{
    font-size: 16px;
    font-weight: bolder;
    color: white !important;
}

.view-all-button {
    background-color: #0b8250;
    color: white;
}



.pagination-tab {
    background-color: #0b8250;
    color: #fff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}


.pagination-tab:hover {
    background-color: #096b3d;
}

/* Active page number styling */
.pagination-tab.active {
    background-color: #ffa500;
    color: #fff;
}

.pagination-tab:not(.active) {
    opacity: 0.8;
}

.pagination-tab span {
    font-weight: bold;
    font-size: 16px;
}

.pagination-tab.active {
    background-color: #4d9b72;
    color: white;
}




.office-details-sec-content {
    color: #000000;
    text-align: left;
    vertical-align: text-top;
    font-size: 18px;
    font-family:'Poppins' !important;
    line-height: 1.5;
    border-style: hidden;
    outline: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}



@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/*end*/

/*media query for mobile*/

/* Mobile responsiveness */
@media (max-width: 768px) {
    .header-container {
        padding: 0px;
    }

    .header-logo img {
        height: 30px;
    }

    .header-signin .signin-header-link {
        font-size: 14px;
    }

    .main-title, .why-choose-title, .programagenda {
        width: 95%;
        font-size: 25px;
        line-height: 1.4;
    }

    .main-sec-content, .why-choose-content {
        font-size: 15px;
        line-height: 1.4;
        width: 80%;
    }

    .why-choose-col {
        padding:15px;
    }
    .why-choose-wrap {
        display: block;
        width: 320px;
    }

    .copyright-text {
        font-size:13px;
        line-height: 1.4;
    }
    .program-agenda-col {
        display: block;
    }

    .faq-item {
       font-size: 14px;
        padding: 10px 0;
    }
    .programagenda {
       text-align: center;
        margin-bottom:10px;
    }
    .faq-col {
        width: 90%;
        margin: auto;
    }
    .program-agenda-col-right {
        margin-top: 20px;
        height: 290px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .text-col {
        font-size: 14px;
        line-height: 1.4;
    }

    .icon-col img {
        width: 18px;
        height: 20px
    }
    .about-this-course {
        font-size: 15px;
    }

    .title-icon-col-wrap  {
        margin-bottom: 10px;
    }

    .contactus-form-sec h2 {
        font-size: 28px;
    }
    .contactus-form-sec .form-group input,
    .contactus-form-sec .form-group textarea {
        font-size: 14px;
        padding: 12px;
    }
    .contactus-form-sec .submit-btn {
        padding: 12px;
        font-size: 14px;
        width: 100%; /* Full-width button for small screens */
    }

    .contactus-form-sec .form-grid {
        display: block;
    }

    .ilaunch-form-col .form-grid {
        display: block;
    }

}

@media (max-width: 450px) {
    .header-logo img {
        /*width: 100px;*/
        height: 25px;
    }
    .signin-header-link img {
        width: 150px;
        height: 25px;
        margin-top: 8px;
    }
}

@media (max-width: 480px) {
    .contactus-form-sec {
        padding: 20px;
    }
    .contactus-form-sec .contactus-form-col {
        padding: 20px;
    }
    .contactus-form-sec h2 {
        font-size: 24px;
    }
    .contactus-form-sec .form-description {
        font-size: 14px;
    }
}



