html {
    width: 100%;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

body {
    font-family: 'DM Sans', sans-serif;
    margin: 0;
    width: 100%;
}


/* HEADER */


.container {
    display: flex;
    flex-direction: column;
}

.nav-menu {
    line-height: 0;
    display: none;
}

.nav-button {
    background-color: transparent;
    font-family: 'DM Sans', sans-serif;
    color: #02004B;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.1s ease, color 0.1s ease;
    text-decoration: none;
}

    .nav-button:hover {
        background-color: #FFF6EC;
        color: #DD3A01;
    }

.header-container {
    top: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: #fefefe;
    height: 80px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E4E4E4;
}

.header {
    width: 1440px;
    padding: 0 40px;
    display: flex;
    align-items: center;
}

.logo {
    margin-right: auto;
}

.button-container {
    display: flex;
    gap: 40px;
}

/* HERO SECTION */


.hero-container {
    margin-top: 80px;
    position: relative;
    width: 100%;
    height: 800px; /* Adjust height as needed */
}

.hero-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background-image: url('/images/hero_image 1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 80% center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}


.hero-inner {
    width: 1440px;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
}


.hero-title {
    width: 700px;
    font-size: 51px;
    font-weight: 300;
    padding-bottom: 16px;
    color: #F8F8F8;
}

.hero-subtitle {
    width: 700px;
    font-size: 25px;
    font-weight: 300;
    padding-bottom: 40px;
    color: #F8F8F8;
}

.hero-button {
    background-color: #fefefe;
    font-family: 'DM Sans', sans-serif;
    color: #02004B;
    padding: 12px 16px;
    height: 48px;
    width: 125px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.1s ease, color 0.1s ease;
}
    .hero-button:hover {
        background-color: #DD3A01;
        color: #F8F8F8;
    }


/* ABOUT US */

.about-us-container {
    display: flex;
    justify-content: center;
    padding-top: 120px;
}

.about-us {
    width: 1440px;
    padding: 0 40px;
    display: block;
}

.title-small {
    font-size: 16px;
    font-weight: 500;
    color: #DD3A01;
}


.title-large {
    font-size: 40px;
    font-weight: 400;
    color: #02004B;
    padding-top: 24px;
    padding-bottom: 32px;
}

.content {
    font-size: 23px;
    font-weight: 300;
    color: rgba(29, 29, 29, 0.9);
}

.experience {
    display: flex;
    flex-direction: row;
    padding-top: 80px;
}

.experience-that-speaks {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-right: auto;
}

    .experience-that-speaks .title {
        font-size: 32px;
        font-weight: 300;
        color: rgba(29, 29, 29, 0.9);
        padding-bottom: 0;
    }

    .experience-that-speaks .sub-title {
        width: 528px;
        font-size: 21px;
        font-weight: 300;
        color: rgba(29, 29, 29, 0.7);
    }

.stats-container {
    display: flex;
    flex-direction: row;
    gap: 85px;
}

.stats {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.stat-number {
    font-size: 40px;
    font-weight: 300;
    color: #413fff;
}

.stat-text {
    font-size: 21px;
    font-weight: 300;
    color: rgba(29, 29, 29, 0.7);
}

/* OUR APPROACH */

.our-approach-container {
    display: flex;
    justify-content: center;
    padding-top: 120px;
}

.our-approach {
    width: 1440px;
    padding: 0 40px;
    display: block;
}

    .our-approach .title-small {
        text-align: center;
    }

    .our-approach .title-large {
        text-align: center;
    }

.sections {
    flex: 1;
    padding: 24px;
    border-radius: 12px;
    outline-style: solid;
    outline-color: #E4E4E4;
    outline-width: 1px;
}

.icon {
    padding-bottom: 16px;
}

.sections .title {
    font-size: 21px;
    font-weight: 300;
    color: rgba(29, 29, 29, 0.9);
    padding-bottom: 8px;
}

.sections .sub-title {
    font-size: 16px;
    font-weight: 300;
    color: rgba(29, 29, 29, 0.7);
}

.section1 {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.section2 {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.section-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.our-approach .title-small {
    text-align: center;
}

/* SECTION 4 */

.section4-container {
    display: flex;
    padding-top: 120px;
    justify-content: center;
}

.section4 {
    width: 1440px;
    padding: 0px 40px;
    display: flex;
    flex-direction: row;
}

.section4-text {
    padding: 80px 40px 80px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section4-title {
    font-size: 36px;
    font-weight: 300;
    color: rgba(29, 29, 29, 0.9);
    padding-bottom: 40px;
}

.section4-subtitle {
    font-size: 22px;
    font-weight: 300;
    color: rgba(29, 29, 29, 0.7);
}

.section4-image {
    object-fit: cover;
    border-radius: 4px;
}


/* SERVICES */

.services-container {
    display: flex;
    justify-content: center;
    padding-top: 120px;
}

.services {
    width: 1440px;
    padding: 0 40px;
    display: block;
}

    .services .title-small {
        text-align: center;
    }

    .services .title-large {
        text-align: center;
    }

.service-component {
    cursor: pointer;
    border-bottom: 1px solid #E4E4E4;
}

.service-collapsed {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 16px;
    transition: padding 0.2s ease-in;
}

.service-components-title {
    font-size: 22px;
    font-weight: 300;
    color: rgba(29, 29, 29, 0.7);
    transition: color 0.2s;
}

.toggle-icon {
    width: 24px;
    height: 24px;
   transition: filter 0.2s;
}

.service-component:hover .service-collapsed {
    padding: 24px 24px;
}

.service-component:hover .service-components-title,
.service-component:hover .toggle-icon {
    color: rgba(29, 29, 29, 0.9);
}

.service-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 300;
    color: rgba(29, 29, 29, 0.7);
    transition: max-height 0.4s ease, padding 0.4s ease;
}


.service-component.expanded .service-content {
    max-height: 60px;
    padding-top: 0px;
    padding-bottom: 24px;
}

.service-component.expanded .service-collapsed .service-components-title {
    color: rgba(29, 29, 29, 0.9);
}

.service-component.expanded .service-collapsed {
    padding: 24px 24px;
}

.service-component.expanded .toggle-icon {
    content: url('/icons/minus.svg');
}

/* CONTACT US */

.contact-us-container {
    display: flex;
    justify-content: center;
    padding-top: 120px;
}

.contact-us {
    width: 1440px;
    padding: 0 40px;
    display: block;
}

    .contact-us .title-small {
        text-align: center;
    }

    .contact-us .title-large {
        text-align: center;
    }

.contact-us-content {
    width: 500px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
}

.contact-us-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-us-details-title {
    font-size: 21px;
    font-weight: 400;
    color: rgba(29, 29, 29, 0.9);
}

.contact-us-details-content {
    font-size: 16px;
    font-weight: 300;
    color: rgba(29, 29, 29, 0.7);
}

.contact-us-section1 {
    display: flex;
    padding: 0px 40px;
    width: calc(50% - 16px);
    flex-direction: column;
    gap: 64px;
    border-radius: 12px;
    outline-style: solid;
    outline-color: #E4E4E4;
    outline-width: 1px;
    justify-content: center;
    align-items: center;
}

.contact-us-sections {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.contact-us-section2 {
    width: calc(50% - 16px);
    padding: 40px 40px;
    border-radius: 12px;
    outline-style: solid;
    outline-color: #E4E4E4;
    outline-width: 1px;
    align-items: center;
}

.input {
    padding-bottom: 24px;
}

.input-label {
    font-size: 16px;
    font-weight: 400;
    color: rgba(29, 29, 29, 0.9);
    padding-bottom: 4px;
}

.input-field {
    font-family: 'DM Sans', sans-serif;
    color: rgba(29, 29, 29, 0.9);
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    height: 48px;
    border-radius: 6px;
    display: flex;
    border: 1px solid rgb(228, 228, 228);
    box-sizing: border-box;
    padding: 8px 12px;
    outline: none;
}

    .input-field::placeholder {
        font-family: 'DM Sans', sans-serif;
        color: rgba(29, 29, 29, 0.35);
        font-size: 14px;
        font-weight: 300;
    }

.input-field-box {
    font-family: 'DM Sans', sans-serif;
    color: rgba(29, 29, 29, 0.9);
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    height: 100px;
    border-radius: 6px;
    display: flex;
    border: 1px solid rgb(228, 228, 228);
    box-sizing: border-box;
    padding: 8px 12px;
    outline: none;
}

    .input-field-box::placeholder {
        font-family: 'DM Sans', sans-serif;
        color: rgba(29, 29, 29, 0.35);
        font-size: 14px;
        font-weight: 300;
    }
.contact-us-modal .default-button {
    margin-top: 0; 
}

.contact-us-section2 .default-button {
    margin-top: 0;
}

.close-button {
    cursor: pointer;
}
.default-button {
    background-color: #02004B;
    font-family: 'DM Sans', sans-serif;
    color: #F8F8F8;
    padding: 12px 16px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.1s ease, color 0.1s ease;
}

    .default-button:hover {
        background-color: #DD3A01;
        color: #F8F8F8;
    }

/* FOOTER */

.footer-container {
    display: flex;
    justify-content: center;
    padding-top: 120px;
}

.footer {
    width: 1440px;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-bottom: 40px;
}

.logo-button-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #E4E4E4;
}

.footer-logo {
    text-align: center;
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.version {
    font-size: 16px;
    color: #02004B;
}

.footer-button-container {
    display: flex;
    gap: 32px;
}

.trademark-links {
    display: flex;
    width: 100%;
}

.trademark {
    font-size: 12px;
    color: rgba(29, 29, 29, 0.7);
}
.mobile-break {
    display: none;
}

.links-container {
    display: flex;
    gap: 32px;
    margin-right: auto;
}

.links {
    font-size: 12px;
    color: rgba(29, 29, 29, 0.7);
}


/* LETS CONNECT MODAL */

.modal {
    display: none;
    position: fixed;
    inset: 0;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    width: 600px;
    border-radius: 12px;
}

.contact-us-modal {
    padding: 40px 40px;
    border-radius: 12px;
    align-items: center;
}

.modal-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 24px;
}

.modal-title {
    font-size: 25px;
    font-weight: 300;
    margin-right: auto;
}

.input-field-box {
    resize: none;
}


/* SIDEBAR MENU */

.sidebarmenu {
    position: fixed;
    inset: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #FEFEFE;
    gap: 8px;
    justify-content: space-between;
}


.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0px 16px;
    height: 64px;
}

.sidebar-options {
    font-size: 18px;
    font-weight: 300;
    color: rgba(29, 29, 29, 0.9);
    padding: 0px 16px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 8px;
    text-decoration: none;
}

/* Terms & Conditions */

.tc-container {
    display: flex;
    justify-content: center;
    padding-top: 120px;
}

.terms-and-condition {
    width: 1440px;
    padding: 0 40px;
    display: block;
}


.main-heading {
    font-size: 24px;
    color: #02004B;
    border-bottom: 2px solid #DD3A01;
    display: inline-block;
}

.content-heading {
    font-size: 21px;
    font-weight: 400;
    color: rgba(29, 29, 29, 0.9);
    margin-bottom: 16px;
}

.sub-content {
    font-size: 16px;
    font-weight: 300;
    color: rgba(29, 29, 29, 0.7);
    margin-bottom: 32px;
}


/* Privacy Policy */

.pp-container {
    display: flex;
    justify-content: center;
    padding-top: 120px;
}

.privacy-policy {
    width: 1440px;
    padding: 0 40px;
    display: block;
}

.privacy-sub-heading {
    font-size: 16px;
    font-weight: 400;
    color: rgba(29, 29, 29, 0.9);
    margin-bottom: 12px;
}

/* Refund Policy */

.refund-container {
    display: flex;
    justify-content: center;
    padding-top: 120px;
}

.refund-policy {
    width: 1440px;
    padding: 0 40px;
    display: block;
}


#otpModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    display: none; /* hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.otp-verification-container {
    display: none;
    width: 500px;
    background-color: #fefefe;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}

.otp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.otp-icon {
    width: 56px;
    height: 56px;
}

.otp-close-button {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.otp-title {
    margin-top: 16px;
    font-size: 25px;
    font-weight: 400;
    color: rgba(29, 29, 29, 0.9);
}

.otp-subtitle {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(29, 29, 29, 0.7);
}

.otp-input-wrapper {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.otp-input {
    flex: 1;
    max-width: 60px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: rgba(29, 29, 29, 0.9);
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    outline: none;
}
.otp-timer {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: rgba(29, 29, 29, 0.7);
}


.default-button {
    background-color: #02004B;
    font-family: 'DM Sans', sans-serif;
    color: #F8F8F8;
    padding: 12px 16px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.1s ease, color 0.1s ease;
    margin-top: 32px;
}

    .default-button:hover {
        background-color: #DD3A01;
        color: #F8F8F8;
    }

#successModel,
#failureModel,
#formErrorModal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* same semi-transparent black */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.success-container {
    display: none;
    display: flex; /* Needed for flexbox to work */
    flex-direction: column;
    width: 500px;
    background-color: #fefefe;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}

.success-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tick-icon {
    width: 56px;
    height: 56px;
}

.success-title {
    margin-top: 16px;
    font-size: 25px;
    font-weight: 400;
    color: rgba(29, 29, 29, 0.9);
}

.success-subtitle {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(29, 29, 29, 0.7);
}


.backToHome-button {
    background-color: #02004B;
    font-family: 'DM Sans', sans-serif;
    color: #F8F8F8;
    padding: 12px 16px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.1s ease, color 0.1s ease;
    margin-top: 32px;
}

    .backToHome-button:hover {
        background-color: #DD3A01;
        color: #F8F8F8;
    }

.failure-container {
    display: none;
    display: flex; /* Needed for flexbox to work */
    flex-direction: column;
    width: 500px;
    background-color: #fefefe;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}

.failure-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cross-icon {
    width: 56px;
    height: 56px;
}

.failure-title {
    margin-top: 16px;
    font-size: 25px;
    font-weight: 400;
    color: rgba(29, 29, 29, 0.9);
}

.failure-subtitle {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(29, 29, 29, 0.7);
}


.tryAgain-button {
    background-color: #02004B;
    font-family: 'DM Sans', sans-serif;
    color: #F8F8F8;
    padding: 12px 16px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.1s ease, color 0.1s ease;
    margin-top: 32px;
}

    .tryAgain-button:hover {
        background-color: #DD3A01;
        color: #F8F8F8;
    }


.formError-container {
    display: none;
    display: flex;
    flex-direction: column;
    width: 500px;
    background-color: #fefefe;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}

.formError-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.formError-title {
    margin-top: 16px;
    font-size: 25px;
    font-weight: 400;
    color: rgba(29, 29, 29, 0.9);
}

.formError-subtitle {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(29, 29, 29, 0.7);
}


.formError-button {
    background-color: #02004B;
    font-family: 'DM Sans', sans-serif;
    color: #F8F8F8;
    padding: 12px 16px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.1s ease, color 0.1s ease;
    margin-top: 32px;
}

    .formError-button:hover {
        background-color: #DD3A01;
        color: #F8F8F8;
    }
.loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

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

#otpModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.otp-verification-container {
    display: none;
    width: 500px;
    background-color: #fefefe;
    border-radius: 12px;
    padding: 24px;
    font-family: 'DM Sans', sans-serif;
    box-sizing: border-box;
}

.otp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.otp-icon {
    width: 56px;
    height: 56px;
}
.otp-close-button {
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.otp-title {
    font-size: 25px;
    font-weight: 400;
    color: rgba(29,29,29,0.9);
    margin-top: 16px;
}

.otp-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: rgba(29,29,29,0.7);
    margin-top: 4px;
}

.otp-input-wrapper {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.otp-input {
    flex: 1;
    max-width: 60px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    outline: none;
    -moz-appearance: textfield;
}
    .otp-input::-webkit-outer-spin-button,
    .otp-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
.otp-timer {
    margin-top: 16px;
    text-align: left;
    font-size: 14px;
    color: rgba(29,29,29,0.7);
}

#successModel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

.success-container {
    display: none;
    flex-direction: column;
    width: 500px;
    background-color: #fefefe;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}

.success-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.success-title {
    font-size: 25px;
    font-weight: 400;
    color: rgba(29,29,29,0.9);
    margin-top: 16px;
}

.success-subtitle {
    font-size: 14px;
    color: rgba(29,29,29,0.7);
    margin-top: 4px;
}

#failureModel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

.failure-container {
    display: none;
    flex-direction: column;
    width: 500px;
    background-color: #fefefe;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}

.failure-header {
    display: flex;
    justify-content: flex-start;
}

.failure-title {
    font-size: 25px;
    font-weight: 400;
    color: rgba(29,29,29,0.9);
    margin-top: 16px;
}

.failure-subtitle {
    font-size: 14px;
    color: rgba(29,29,29,0.7);
    margin-top: 4px;
}

