@media (max-width: 1199px) {
    .hero .hero-caption {
        width: 100%;
    }

    .hero .hero-pill {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .header.navbar-box {
        position: relative;
        z-index: 1200;
    }

    .navbar .container {
        justify-content: space-between;
        align-items: center;
        padding: 0 1.5rem !important;
        display: flex;
    }

    .navbar .navbar-nav {
        display: none;
    }

    .navbar-toggle {
        display: inline-flex;
    }

    .navbar .navbar-brand-box {
        margin-right: auto;
    }

    .navbar-mobile-menu {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 1.25rem 1.75rem;
        background-color: #ffffff;
        box-shadow: 0 22px 40px rgba(28, 18, 66, 0.16);
        transform: translateY(-115%);
        transition: transform 0.35s ease, opacity 0.35s ease;
        opacity: 0;
        pointer-events: none;
        border-radius: 0 0 24px 24px;
        z-index: 20;
    }

    .navbar-mobile-menu.show {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .navbar-mobile-inner {
        display: flex;
        flex-direction: column;
        row-gap: 2rem;
        width: 100%;
    }

    .navbar-mobile-nav {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        row-gap: 1.5rem;
    }

    .navbar-mobile-nav .nav-link {
        font-size: 18px;
        line-height: 1.4;
    }

    .navbar-mobile-actions .nav-button {
        width: 100%;
    }

    .hero {
        height: auto;
        min-height: 50vh;
    }

    .hero .container {
        padding: 0 1.5rem !important;
    }

    .hero .hero-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        row-gap: 3rem;
        padding-top: 45px;
    }

    .hero .hero-left,
    .hero .hero-right {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .hero .hero-right {
        display: none;
    }

    .hero .hero-caption {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .hero .hero-pill {
        width: auto;
        margin: 0 auto 1.5rem;
        justify-content: center;
        display: inline-flex;
    }

    .hero .hero-caption .wp-90,
    .hero .hero-caption .wp-65 {
        width: 100%;
    }

    .hero .sweechr-blur {
        display: none;
    }

    .hero.hero-about .hero-wrapper {
        align-items: center;
    }

    .hero.hero-about .ui-text-center {
        width: 100%;
        text-align: center;
    }

    .hero.hero-about .ui-text-center .wp-60,
    .hero.hero-about .ui-text-center .wp-70 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .hero.hero-about {
        padding: 110px 0 90px;
    }

    .hero .sweechr-infra img {
        max-width: 420px;
        width: 100%;
    }

    .section-growth .growth-box {
        padding: 3rem 2rem;
    }

    .section-growth .growth-box .wp-65,
    .section-growth .growth-box .wp-75 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hero .hero-wrapper {
        padding-top: 45px;
        row-gap: 2.5rem;
    }

    .hero .hero-caption h1 {
        font-size: 42px !important;
        line-height: 1.25 !important;
    }

    .hero .hero-caption p {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .hero .hero-caption {
        text-align: left;
    }

    .hero .hero-pill {
        width: auto;
        margin: 0 0 1.5rem 0;
        justify-content: flex-start;
        display: inline-flex;
    }

    .hero .hero-pill span {
        font-size: 12px !important;
    }

    .hero .hero-right {
        display: none;
    }

    .hero.hero-about .hero-wrapper {
        align-items: flex-start;
    }

    .hero.hero-about .ui-text-center {
        text-align: left;
    }

    .hero.hero-about .caption {
        font-size: 38px !important;
        line-height: 1.3 !important;
    }

    .hero.hero-about .ui-text-center p {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    .hero.hero-about {
        padding: 100px 0 80px;
    }

    .section-growth .growth-box {
        padding: 3rem 1.5rem;
        text-align: center;
    }

    .section-growth .growth-box h1 {
        font-size: 36px !important;
        line-height: 1.3 !important;
    }

    .section-growth .growth-box p {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }
}

@media (max-width: 575px) {
    .navbar .container {
        padding: 0 1.25rem !important;
    }

    .navbar-mobile-menu {
        padding: 1.25rem 1.75rem;
        border-radius: 0 0 20px 20px;
    }

    .hero .hero-caption {
        text-align: left;
    }

    .hero .hero-caption h1 {
        font-size: 34px !important;
    }

    .hero .hero-caption p {
        font-size: 15px !important;
    }

    .hero .form-button {
        width: 100% !important;
        margin-left: 0;
    }

    .hero.hero-about .caption {
        font-size: 32px !important;
        line-height: 1.3 !important;
    }

    .hero.hero-about .ui-text-center p {
        font-size: 15px !important;
    }

    .hero.hero-about {
        padding: 25px 0px;
        padding-top: 35px;
    }

    .section.section-usp.pdt6 {
        padding-top: 3rem !important;
    }

    .section.section-usp.pdb6 {
        padding-bottom: 3rem !important;
    }

    .section-growth .growth-box {
        border-radius: 20px;
    }
}

@media (min-width: 992px) {
    .navbar-mobile-menu {
        display: none !important;
    }
}
