/* ==========================================================================
   UIX BOOTSTRAP 5 RESPONSIVE DESIGN SYSTEM
   Mobile (<576px) | Mobile Landscape (576-767px) | Tablet (768-991px) | Laptop (992-1199px) | Desktop (>=1200px)
   ========================================================================== */

/* Prevent horizontal scroll globally */
html,
body {
    overflow-x: hidden !important;
    max-width: 100vw;
}

.mobile-nav {
    display: none;
}

/* --------------------------------------------------------------------------
   1. EXTRA LARGE DESKTOPS (>= 1200px - Bootstrap xl/xxl)
   -------------------------------------------------------------------------- */
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1320px !important;
    }

    .grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 24px !important;
    }

    .grid.previous-girl-grid {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 18px !important;
    }

    .img-wrap {
        height: 400px;
        min-height: 400px;
    }

    .img-wrap img {
        height: 400px;
    }
}

/* --------------------------------------------------------------------------
   2. LAPTOPS & DESKTOPS (992px to 1199px - Bootstrap lg)
   -------------------------------------------------------------------------- */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 960px !important;
    }

    .grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;
    }

    .grid.previous-girl-grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 16px !important;
    }

    .img-wrap {
        height: 360px;
        min-height: 360px;
    }

    .img-wrap img {
        height: 360px;
    }
}

/* --------------------------------------------------------------------------
   3. TABLETS PORTRAIT (768px to 991px - Bootstrap md)
   -------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 720px !important;
    }

    .grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 18px !important;
    }

    .grid.previous-girl-grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 14px !important;
    }

    .img-wrap {
        height: 340px;
        min-height: 340px;
    }

    .img-wrap img {
        height: 340px;
    }

    .escort-details-wrap {
        display: flex;
        flex-direction: column;
    }

    .escort-details-col-left,
    .escort-details-col-right {
        width: 100% !important;
        padding-left: 0 !important;
    }
}

/* --------------------------------------------------------------------------
   4. MOBILE LANDSCAPE & SMALL TABLETS (576px to 767px - Bootstrap sm)
   -------------------------------------------------------------------------- */
@media screen and (min-width: 576px) and (max-width: 767px) {
    .container {
        max-width: 540px !important;
        padding-left: 14px;
        padding-right: 14px;
    }

    .grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px !important;
    }

    .grid.previous-girl-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .img-wrap {
        height: 300px;
        min-height: 300px;
    }

    .img-wrap img {
        height: 300px;
    }

    .header-auth-wrap {
        display: none !important;
    }

    .mobile-toggle-ico {
        display: flex !important;
    }
}

/* --------------------------------------------------------------------------
   5. MOBILES PORTRAIT (< 576px - Bootstrap xs)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 575px) {
    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    body {
        padding-bottom: 60px;
    }

    /* HEADER */
    header {
        padding: 6px 12px;
        min-height: 52px;
    }

    .header-wrap a.text-secondry {
        font-size: 14px;
        line-height: 1.2;
    }

    .header-auth-wrap {
        display: none !important;
    }

    .mobile-toggle-ico {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    /* BANNER */
    .banner-area {
        padding: 24px 0 !important;
    }

    .banner-content .hed {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .banner-content .banner-subtitle,
    .banner-content p {
        font-size: 12.5px !important;
        margin-top: 12px !important;
    }

    .banner-content .form-wrap {
        margin: 0px auto 0 auto;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .banner-content .form-cols {
        flex: 1 !important;
        width: auto !important;
        padding: 0 !important;
    }

    .rounded-right {
        width: auto !important;
        padding: 0 !important;
    }

    .banner-content .form-wrap .form-control {
        height: 44px !important;
        font-size: 13.5px;
        border-radius: 8px 0 0 8px !important;
    }

    .banner-content .form-wrap .btn-info {
        height: 44px !important;
        padding: 0 14px !important;
        border-radius: 0 8px 8px 0 !important;
        font-size: 13.5px;
        min-width: 48px;
    }

    /* HERO TRUST METRICS & MOBILE HERO BUTTONS */
    .hero-trust-bar {
        justify-content: space-between !important;
        gap: 8px !important;
    }

    .hero-trust-bar .trust-val {
        font-size: 14px !important;
    }

    .hero-trust-bar .trust-lbl {
        font-size: 10.5px !important;
    }

    .hero-cta-group {
        display: flex !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .btn-hero-call,
    .btn-hero-whatsapp {
        flex: 1 !important;
        padding: 10px 12px !important;
        font-size: 12.5px !important;
        text-align: center !important;
    }

    /* BREADCRUMB & TOTALPOST GAPPING ON MOBILE */
    .section-breadcrumb {
        margin: 14px 0 10px 0 !important;
    }

    .bandcamp-box {
        padding: 8px 14px !important;
        font-size: 12.5px !important;
    }

    .section-totalpost {
        margin: 14px 0 16px 0 !important;
    }

    .section-totalpost h1,
    .section-totalpost h2,
    .section-totalpost h4.heading-title {
        font-size: 18px !important;
        margin-bottom: 6px !important;
    }

    .section-totalpost div {
        font-size: 12.5px !important;
    }

    /* MAIN ESCORT CARDS - 1 COLUMN ON MOBILE */
    .grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .card-col {
        width: 100% !important;
        padding: 12px;
    }

    .img-wrap {
        width: 100%;
        height: 350px;
        min-height: 350px;
        border-radius: 8px;
    }

    .img-wrap img {
        height: 350px;
        object-fit: cover;
        width: 100%;
    }

    /* PREVIOUS GIRLS - 2 COLUMNS ON MOBILE */
    .grid.previous-girl-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .previous-girl-img-wrap {
        height: 160px;
    }

    /* CALL & WHATSAPP BUTTONS ON MOBILE - ICON ONLY */
    .heading-review {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        margin-top: 10px !important;
        width: 100% !important;
    }

    .heading-review .hover-text {
        font-size: 15px !important;
        font-weight: 700 !important;
    }

    .heading-review .review {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        margin-top: 0 !important;
        width: auto !important;
    }

    /* HIDE TEXT ON MOBILE */
    .heading-review .review a.callnow span,
    .heading-review .review a.whatapp span {
        display: none !important;
    }

    .heading-review .review a.callnow,
    .heading-review .review a.whatapp {
        flex: initial !important;
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12) !important;
    }

    .heading-review .review a.callnow i {
        font-size: 15px !important;
        margin: 0 !important;
    }

    .heading-review .review a.whatapp i {
        font-size: 17px !important;
        margin: 0 !important;
    }

    /* FILTER BUTTONS */
    #filtersbt,
    .filter_option {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: calc(50% - 6px);
        margin: 3px;
        padding: 8px 6px;
        font-size: 12px;
        text-align: center;
        border-radius: 16px;
    }

    /* FLOATING MOBILE NAV */
    .mobile-nav {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 56px;
        background-color: #ffffff;
        border-top: 1px solid var(--border-color);
        z-index: 9999;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    }

    /* FOOTER MOBILE RESPONSIVENESS */
    .site-main-footer {
        padding-bottom: 70px; /* Space for floating mobile bar */
    }

    .footer-top-strip .container div {
        font-size: 13.5px !important;
    }

    .footer-col-title {
        font-size: 16.5px !important;
        margin-bottom: 14px !important;
    }

    .footer-body-content {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
}