@media screen and (max-width: 767px) {

    .header {
        width: 100%;
        padding: 0 16px;
    }

    .button-container {
        display: none;
    }

    .nav-menu {
        display: block;
    }

    .header-container {
        height: 64px;
    }

    /* HERO SECTION */


    .hero-container {
        margin-top: 64px;
        height: 300px;
    }

    .hero-background {
        padding-left: 0px;
        background-position: -220px;
        justify-content: left;
    }

    .hero-title {
        width: auto;
        font-size: 21px;
    }

    .hero-subtitle {
        width: auto;
        font-size: 16px;
        padding-bottom: 32px;
    }

    .hero-inner {
        padding: 0 24px;
        display: flex;
        flex-direction: column;
    }

    /* ABOUT US */

    .about-us-container {
        padding-top: 80px;
    }

    .about-us {
        padding: 0 16px;
    }

    .title-small {
        font-size: 14px;
        font-weight: 400;
    }

    .title-large {
        font-size: 25px;
        font-weight: 300;
        padding-top: 16px;
        padding-bottom: 24px;
    }

    .content {
        font-size: 16px;
    }

    .experience {
        padding-top: 56px;
        display: block;
    }

    .experience-that-speaks .title {
        font-size: 25px;

    }

    .experience-that-speaks .sub-title {
        width: 100%;
        font-size: 16px;
        padding-bottom: 32px;
    }

    .stat-number {
        font-size: 25px;
    }

    .stat-text {
        font-size: 16px;
    }

    /* OUR APPROACH */

    .our-approach-container {
        padding-top: 80px;
    }

    .our-approach {
        padding: 0 16px;
    }

    .sections {
        padding: 20px;
    }

    .section1 {
        flex-direction: column;
        gap: 16px;
    }

    .section2 {
        flex-direction: column;
        gap: 16px;
    }

    .section-container {
        gap: 16px;
    }

    .sections {
        border-radius: 8px;
    }

    /* SECTION4 */

    .section4 {
        padding: 0px 16px;
    }

    .section4-container {
        padding-top: 80px;
    }

    .section4 {
        display: block;
    }


    .section4-text {
        padding: 0px 0px 40px 0px;

    }

    .section4-title {
        font-size: 21px;
        padding-bottom: 24px;
    }

    .section4-subtitle {
        font-size: 16px;
    }

    .section4-image {
        object-fit: cover;
        width: 100%;
        height: 360px;
    }

    /* OUR SERVICES */

    .services-container {
        padding-top: 80px;
    }

    .services {
        padding: 0 16px;
    }

    .service-components {
        padding: 12px 8px;
    }

    .service-components:hover {
        padding: 12px 8px;
    }

    .service-components-title {
        font-size: 16px;
    }

    .service-components-icon {
        height: 18px;
        width: 18px;
    }

    .service-collapsed {
        padding: 16px 12px;
    }

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

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

    .service-content {
        padding: 0 16px;
        font-size: 14px;
    }

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

    .service-component.expanded .service-content {
        max-height: 120px;
        padding-bottom: 16px;
    }


    /* CONTACT US */

    .contact-us-container {
        padding-top: 80px;
    }

    .contact-us {
        padding: 0px 16px;
    }

    .contact-us-sections {
        display: flex;
        flex-direction: column;
    }

    .contact-us-section1 {
        display: flex;
        padding: 32px 32px;
        width: inherit;
        flex-direction: column;
        border-radius: 8px;
        gap: 56px;

    }

    .contact-us-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact-us-icon {
        text-align: center;
    }

    .contact-us-details-title {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }

    .contact-us-details-content {
        font-size: 14px;
        text-align: center;
    }

    .contact-us-section2 {
        width: inherit;
        padding: 24px 24px;
        border-radius: 8px;
    }

    /* FOOTER */

    .footer {
        padding: 0px 16px 40px 16px;
    }

    .footer-button-container {
        flex-direction: column;
    }

    .trademark-links {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        justify-content: center;
    }

    .trademark {
        margin: 0;
        text-align: center;
    }
    .mobile-break {
        display: inline;
    }
    .links-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-right: 0px;
    }

    .footer-button-container {
        gap: 16px;
    }


    .contact-us-modal {
        padding: 24px 24px;

    }

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

    .modal {
        padding: 16px;
    }

    .sidebarmenu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: none;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background-color: #FEFEFE;
    }

    .sidebar-copyright {
        font-size: 12px;
        text-align: center;
        padding: 24px;
        color: rgba(29, 29, 29, 0.7);
    }

    .tc-container {
        padding-top: 80px;
    }


    .terms-and-condition {
        padding: 0 16px;

    }

    .content-heading {
        font-size: 18px;
        font-weight: 400;
    }

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

    .pp-container {
        padding-top: 80px;
    }

    .privacy-policy{
        padding: 0 16px;
      
      }

.refund-container {
    padding-top: 80px;
  }
  
  .refund-policy{
    padding: 0 16px;
  
  }
    .otp-input::-webkit-outer-spin-button,
    .otp-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .otp-input[type=number] {
        -moz-appearance: textfield;
    }
    @media screen and (max-width: 767px) {
        .formError-container {
            width: 90%;
            padding: 16px;
            border-radius: 8px;
            box-sizing: border-box;
        }

        .formError-title {
            font-size: 18px;
            font-weight: 500;
            margin-top: 12px;
            text-align: left;
        }

        .formError-subtitle {
            font-size: 16px;
            font-weight: 400;
            margin-top: 8px;
            line-height: 1.4;
            text-align: left;
        }

        .formError-button {
            margin-top: 16px;
            width: 100%;
            height: 40px;
            font-size: 14px;
            border-radius: 6px;
            cursor: pointer;
        }

        .formError-header .failure-icon {
            display: block;
            margin: 0 ;
        }
    }

    @media screen and (max-width: 767px) {
        .otp-verification-container,
        .success-container,
        .failure-container {
            width: 90%;
            padding: 16px;
        }

        .otp-title,
        .success-title,
        .failure-title {
            font-size: 18px;
        }

        .otp-subtitle,
        .success-subtitle,
        .failure-subtitle {
            font-size: 16px;
        }

        .success-header .success-icon,
        .failure-header .failure-icon {
            display: block;
            margin: 0;
            text-align: left;
        }

        .otp-input-wrapper {
            gap: 6px;
        }

        .otp-input {
            max-width: 40px;
            height: 40px;
            font-size: 14px;
        }

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