/* =========================================
   OUR STORES SECTION - MOBILE BEAUTIFIED
   ========================================= */
.stores-section {
    background: #0d102e;
    padding: 80px 0 0 0;
    width: 100%;
    text-align: center;
}
.stores-section .container { 
    font-family: var(--font-family); 
    max-width: 1280px; 
    padding: 0 5%;
    margin: 0 auto; 
}

/* --- Hero Section --- */
.stores-section .hero-grid { 
    display: flex;
    justify-content: center; /* Centers the heading */
    text-align: center;
}
.stores-section .hero-left h1 { 
    font-size: 3.2rem; 
    font-weight: 800; 
    line-height: 1.2; 
    color: var(--color-white); 
    margin-bottom: 0;
}
.stores-section .hero-left .script { 
    font-style: italic; 
    color: var(--color-primary); 
}
.stores-section .hero-right p { 
    color: var(--color-light-gray); 
    margin-bottom: 24px; 
    text-align: left; 
}
.stores-section .btn-gold { 
    float: left; 
    background: var(--color-primary); 
    color: var(--color-dark); 
    padding: 12px 28px; 
    border-radius: 60px; 
    font-weight: 600; 
    cursor: pointer; 
    transition: transform 0.2s; 
    display: inline-block; 
    text-decoration: none; 
}
.stores-section .btn-gold:hover { 
    transform: translateY(-2px); 
    color: var(--color-white); 
}

/* --- Swiper Coverflow Carousel (Force Coverflow on All Sizes) --- */
.swiper { 
    width: 100%; 
    padding: 50px 0 70px; 
    margin-bottom: 40px;
}
.swiper-slide { 
    width: 280px; 
    height: 380px; 
    border-radius: 20px; 
    overflow: hidden; 
    box-shadow: 0 20px 30px rgba(0,0,0,0.3); 
    background: var(--color-white); 
    transition: transform 0.3s; 
}
.swiper-slide img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    display: block; 
}
.swiper-slide .store-info { 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    background: linear-gradient(to top, #000000, rgba(0,0,0,0.6), transparent); 
    padding: 20px; 
    color: white; 
    text-align: left; 
}
.swiper-slide .store-info h3 { 
    font-size: 1.2rem; 
    margin-bottom: 4px; 
    color: var(--color-primary); 
    text-shadow: 0 1px 3px rgba(0,0,0,0.6); 
    font-weight: 600; 
}
.swiper-slide .store-info p { 
    font-size: 0.8rem; 
    opacity: 0.9; 
}

/* --- Swiper Controls --- */
.swiper-button-next, .swiper-button-prev { 
    color: var(--color-primary); 
    background: rgba(0,0,0,0.5); 
    width: 48px; 
    height: 48px; 
    border-radius: 50%; 
    transition: all 0.2s; 
}
.swiper-button-next:after, .swiper-button-prev:after { 
    font-size: 20px; 
    font-weight: bold; 
}
.swiper-button-next:hover, .swiper-button-prev:hover { 
    background: var(--color-primary); 
    color: var(--color-dark); 
}
.swiper-pagination-bullet { 
    background: var(--color-light-gray); 
    opacity: 0.6; 
}
.swiper-pagination-bullet-active { 
    background: var(--color-primary); 
    opacity: 1; 
}

/* --- Bottom Header & Map --- */
.stores-section .bottom-container {
    width: 100%;
    background: #18234a;
    padding: 40px 5% 80px 5%;
}
.stores-section .bottom-header { 
    text-align: center; 
    margin: 40px 0 30px; 
}
.stores-section .bottom-header h2 { 
    font-size: 2rem; 
    font-weight: 700; 
    color: var(--color-light-gray); 
    text-transform: uppercase; 
}
.stores-section .white-panel { 
    background: var(--color-white); 
    border-radius: 6px; 
    padding: 0; 
    margin-bottom: 40px; 
}
.stores-section .map-container { 
    border-radius: 20px; 
    overflow: hidden; 
    min-height: 450px; 
}
.stores-section .map-container iframe { 
    width: 100%; 
    height: 450px; 
    border: 0; 
}

/* --- Info Cards --- */
.stores-section .info-cards { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 12px; 
    margin: 20px 5% 0 5%; 
}
.stores-section .info-card { 
    background: var(--color-white); 
    border-radius: 24px; 
    padding: 24px 20px; 
    display: flex; 
    align-items: center; 
    gap: 18px; 
    transition: transform 0.2s; 
}
.stores-section .info-card:hover { 
    transform: translateY(-4px); 
}
.stores-section .icon-circle { 
    width: 56px; 
    height: 56px; 
    background: var(--color-dark); 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
}
.stores-section .icon-circle svg { 
    width: 28px; 
    height: 28px; 
    stroke: var(--color-primary); 
    stroke-width: 1.5; 
    fill: none; 
}
.stores-section .card-info { 
    flex: 1; 
    text-align: left; 
}
.stores-section .card-label { 
    font-size: 0.7rem; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    color: #6c7a89; 
    margin-bottom: 4px; 
}
.stores-section .card-value { 
    font-size: 0.85rem; 
    font-weight: 600; 
    color: var(--color-dark); 
    word-break: break-word; 
}

/* =========================================================
   MOBILE BEAUTIFICATION (1024px and below)
   ========================================================= */
@media (max-width: 1024px) {
/* =========================================
       INFO CARDS (Mobile App Style)
       ========================================= */
    .stores-section .info-cards { 
        display: grid; 
        grid-template-columns: 1fr; 
        gap: 16px; 
        margin: 0; 
        padding: 0 5% !important;
    }
}

/* =========================================================
   MOBILE BEAUTIFICATION (768px and below)
   ========================================================= */
@media (max-width: 768px) {
    body { padding-bottom: 80px !important; }
    
    /* IMPORTANT: Keep side padding so the heading isn't cut off */
    .stores-section .container {
        padding-left: 0% !important;
        padding-right: 0% !important;
        max-width: 100% !important;
    }
    
    .stores-section { padding: 60px 0; }
    
    /* Hero */
    .stores-section .hero-grid {
        display: block;
        text-align: center;
    }
    .stores-section .hero-left h1 { font-size: 2.5rem; }
    .stores-section .hero-right p { font-size: 1rem; text-align: left; }
    .stores-section .btn-gold { 
        float: none; 
        display: flex; 
        align-items: center; 
        justify-content: center; 
        width: 100%; 
        max-width: 320px;
    }

    /* =========================================
       FIXED SWIPER FOR MOBILE
       ========================================= */
    /* Crucial Fix: Add overflow hidden so it doesn't bleed off screen */
    .swiper { 
        padding: 30px 0 50px; 
        overflow: hidden; 
    }
    
    /* Better mobile slide sizing */
    .swiper-slide { 
        width: 240px; 
        height: 320px; 
        border-radius: 16px; 
    }
    .swiper-slide .store-info { padding: 12px; }
    .swiper-slide .store-info h3 { font-size: 1rem; }
    .swiper-slide .store-info p { font-size: 0.7rem; }
    
    /* Buttons slightly smaller */
    .swiper-button-next, .swiper-button-prev { width: 40px; height: 40px; }
    .swiper-button-next:after, .swiper-button-prev:after { font-size: 16px; }

    /* =========================================
       BEAUTIFIED MAP SECTION
       ========================================= */
    .stores-section .bottom-header { margin-top: 20px; margin-bottom: 16px; }
    .stores-section .bottom-header h2 { 
        font-size: 1.4rem; 
        font-weight: 700; 
        color: #ffffff; 
        letter-spacing: 1px; 
    }

    .stores-section .white-panel {
        margin: 0 5% 24px 5% !important;
        border-radius: 20px;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 0 !important;
    }

    .stores-section .map-container {
        position: relative;
        min-height: 320px;
        border-radius: 0;
    }
    
    .stores-section .map-container iframe { 
        width: 100%; 
        height: 220px; 
        border: 0; 
        filter: grayscale(20%) contrast(1.1);
    }

    /* =========================================
       INFO CARDS (Mobile App Style)
       ========================================= */
    .stores-section .info-cards { 
        display: grid; 
        grid-template-columns: 1fr; 
        gap: 16px; 
        margin: 0; 
        padding: 0 5% !important;
    }

    .stores-section .info-card { 
        background: #ffffff; 
        border-radius: 18px; 
        padding: 18px 16px; 
        gap: 14px; 
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); 
        border: 1px solid rgba(229, 231, 235, 0.5);
        transition: transform 0.2s ease;
    }
    
    .stores-section .info-card:hover { transform: translateY(-2px); }

    .stores-section .icon-circle { 
        width: 48px; 
        height: 48px; 
        background: linear-gradient(135deg, #cdae77, #b89a5e);
        border-radius: 50%; 
        box-shadow: 0 4px 10px rgba(205, 174, 119, 0.3);
    }

    .stores-section .icon-circle svg { 
        width: 24px; 
        height: 24px; 
        stroke: #ffffff;
        stroke-width: 2; 
    }

    .stores-section .card-label { font-size: 0.65rem; color: #6b7280; letter-spacing: 1px; }
    .stores-section .card-value { font-size: 0.9rem; font-weight: 600; color: #1f2937; word-break: break-word; line-height: 1.4; }
}

/* ULTRA SMALL SCREENS */
@media (max-width: 480px) {
    .stores-section .hero-left h1 { font-size: 2rem; }
    .stores-section .hero-right p { font-size: 0.9rem; }
    
    .swiper-slide { width: 200px; height: 260px; }
    .swiper-slide .store-info h3 { font-size: 0.9rem; }

    .stores-section .bottom-header h2 { font-size: 1.2rem; }
    .stores-section .map-container { min-height: 320px; }
    .stores-section .map-container iframe { height: 320px; }
    
    .stores-section .info-card { padding: 14px 12px; }
    .stores-section .icon-circle { width: 42px; height: 42px; }
}