/* ============================================================
   RESPONSIVE.CSS - Breakpoint Overrides
   ============================================================ */

/* Large tablets / small laptops */
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2.4rem;
    }

    .hero-section,
    .page-header {
        padding-top: 130px;
        text-align: center;
    }

    .hero-badges {
        justify-content: center;
    }

    .hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-image-wrap {
        margin-top: 40px;
    }

    .custom-navbar .navbar-collapse {
        background: var(--navy-mid);
        border-radius: 12px;
        padding: 18px;
        margin-top: 12px;
    }

    .custom-navbar .nav-link {
        margin: 4px 0;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .stat-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .why-quote-card {
        position: static;
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }

    .section-title {
        font-size: 2rem;
    }
}

/* Tablets */
@media (max-width: 767.98px) {
    .hero-title {
        font-size: 2rem;
    }

    .page-header-title {
        font-size: 2rem;
    }

    .service-card {
        padding: 28px 20px;
    }

    .footer-heading {
        margin-top: 10px;
    }

    .newsletter-form {
        margin-top: 15px;
    }

    .newsletter-form .form-control,
    .newsletter-form .btn {
        border-radius: 50px;
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Small phones */
@media (max-width: 575.98px) {
    .hero-section,
    .page-header {
        padding-top: 110px;
        padding-bottom: 50px;
    }

    .hero-title {
        font-size: 1.7rem;
    }

    .hero-desc {
        font-size: 0.95rem;
    }

    .btn-gradient-pink,
    .btn-outline-light-pink,
    .btn-outline-navy {
        padding: 9px 20px;
        font-size: 0.9rem;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .stat-number {
        font-size: 1.7rem;
    }

    .cta-strip {
        text-align: center;
    }

    .cta-strip .col-lg-4 {
        margin-top: 15px;
        text-align: center !important;
    }

    .back-to-top {
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
    }
}