/* ================= RETAIL DETAIL PAGE STYLES ================= */
/* ===============================
   Bazaar 89 – Hero Section CSS
   Namespace: bz89-
   =============================== */

.bz89-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    isolation: isolate; /* prevents z-index conflicts */
}

/* Video */
.bz89-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Overlay */
.bz89-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
}

/* Content */
.bz89-hero-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    pointer-events: none;
}

/* Text */
.bz89-hero-tagline {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: lowercase;
    margin-bottom: 10px;
    opacity: 0.85;
}

.bz89-hero-title span {
    font-size: clamp(36px, 5vw, 72px);
    font-weight: 600;
    line-height: 1.1;
}

/* Scroll Indicator */
.bz89-scroll-indicator {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #fff;
    font-size: 18px;
    animation: bz89-scroll-bounce 1.8s infinite;
}

/* Animation (Unique Name) */
@keyframes bz89-scroll-bounce {
    0%, 100% { transform: translate(-50%, 0); }
    50% { transform: translate(-50%, 8px); }
}

/* Mobile Safety */
@media (max-width: 768px) {
    .bz89-hero {
        height: 90vh;
    }

    .bz89-hero-tagline {
        font-size: 14px;
    }
}
/* ===================================
   Bazaar 90 – Hero Section (Isolated)
   Prefix: bz90-
   =================================== */

.bz90-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    isolation: isolate;
}

/* Video Background */
.bz90-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Overlay */
.bz90-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

/* Content */
.bz90-hero-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}

/* Title */
.bz90-hero-title {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bz90-hero-title span {
    font-size: clamp(34px, 5vw, 76px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: 1px;
}

/* Scroll Indicator */
.bz90-scroll-indicator {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #fff;
    font-size: 18px;
    animation: bz90-scroll-bounce 1.8s infinite;
}

/* Unique Animation */
@keyframes bz90-scroll-bounce {
    0%, 100% { transform: translate(-50%, 0); }
    50% { transform: translate(-50%, 10px); }
}

/* Mobile Safety */
@media (max-width: 768px) {
    .bz90-hero {
        height: 90vh;
    }

    .bz90-hero-title span {
        font-size: clamp(28px, 7vw, 42px);
    }
}
/* ===================================
   Bazaar 93 – Hero Section
   Namespace: bz93-
   =================================== */

.bz93-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    isolation: isolate;
}

/* Video */
.bz93-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Overlay */
.bz93-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

/* Content */
.bz93-hero-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}

/* Tagline */
.bz93-hero-tagline {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: lowercase;
    margin-bottom: 12px;
    opacity: 0.85;
}

/* Title */
.bz93-hero-title span {
    font-size: clamp(36px, 5vw, 78px);
    font-weight: 600;
    line-height: 1.1;
}

/* Scroll Indicator */
.bz93-scroll-indicator {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #ffffff;
    font-size: 18px;
    animation: bz93-scroll-bounce 1.8s infinite;
}

/* Unique Animation */
@keyframes bz93-scroll-bounce {
    0%, 100% { transform: translate(-50%, 0); }
    50% { transform: translate(-50%, 10px); }
}

/* Mobile Safe */
@media (max-width: 768px) {
    .bz93-hero {
        height: 90vh;
    }

    .bz93-hero-tagline {
        font-size: 14px;
    }

    .bz93-hero-title span {
        font-size: clamp(30px, 7vw, 44px);
    }
}

/* Hero Section */
.retail-detail-hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.retail-detail-hero img,
.retail-detail-hero video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.retail-detail-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5));
    z-index: 1;
}

.retail-detail-hero .hero-content {
    position: absolute;
    bottom: 15%;
    left: 8%;
    z-index: 2;
    color: #fff;
}

.retail-detail-hero .hero-tagline {
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
    color: #FFD700;
}

.retail-detail-hero .hero-title {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.1;
    font-family: 'Playfair Display', Georgia, serif;
}

.retail-detail-hero .hero-title span {
    display: block;
}

/* Scroll indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.scroll-indicator i {
    font-size: 2rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

/* ================= PROJECT BRIEF SECTION ================= */
.retail-brief {
    padding: 80px 8%;
    background: #fff;
}

.retail-brief-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
}

.retail-brief-left h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a56db;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.retail-brief-left h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #333;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.retail-brief-left p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1rem;
}

.brief-features {
    margin-top: 2rem;
}

.brief-features h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.brief-features ul {
    list-style: none;
    padding: 0;
}

.brief-features ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #555;
}

.brief-features ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #1a56db;
    border-radius: 50%;
}

.retail-brief-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.highlight-item:last-child {
    border-bottom: none;
}

.highlight-number {
    font-size: 1rem;
    font-weight: 600;
    color: #1a56db;
    min-width: 25px;
}

.highlight-text {
    font-size: 0.95rem;
    color: #333;
}

.highlight-text span {
    color: #1a56db;
    font-weight: 600;
}

/* ================= GALLERY/HIGHLIGHTS SECTION ================= */
.retail-gallery {
    position: relative;
    height: 70vh;
    min-height: 500px;
    overflow: hidden;
}

.retail-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.retail-gallery .gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
}

.retail-gallery .gallery-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 400px;
}

.retail-gallery .gallery-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #FFD700;
}

.retail-gallery .gallery-list {
    list-style: none;
    padding: 0;
}

.retail-gallery .gallery-list li {
    padding: 8px 0;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.retail-gallery .gallery-list li:last-child {
    border-bottom: none;
}

/* Gallery Navigation */
.gallery-nav {
    position: absolute;
    bottom: 30px;
    right: 8%;
    display: flex;
    gap: 10px;
}

.gallery-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.gallery-nav button:hover {
    background: #fff;
    color: #333;
}

/* ================= HIGHLIGHTS GRID (We Drive) ================= */
.retail-highlights {
    padding: 80px 8%;
    background: #fff;
}

.retail-highlights h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 3rem;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
}

.highlight-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.highlight-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s;
}

.highlight-card:hover img {
    transform: scale(1.05);
}

.highlight-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
}

.highlight-card-overlay h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

.highlight-card-overlay p {
    color: rgba(255,255,255,0.8);
    font-size: 0.85rem;
    margin-top: 5px;
}

/* Golden/Brown highlight cards */
.highlight-card.golden .highlight-card-overlay {
    background: #b8860b;
    padding: 15px 20px;
}

.highlight-card.blue .highlight-card-overlay {
    background: #1a56db;
    padding: 15px 20px;
}

/* ================= QUOTE SECTION ================= */
.retail-quote {
    padding: 80px 8%;
    background: #fff;
    text-align: center;
}

.retail-quote p {
    font-size: 1.5rem;
    font-style: italic;
    font-family: 'Playfair Display', Georgia, serif;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ================= FLOOR PLANS SECTION ================= */
.retail-floor-plans {
    padding: 80px 8%;
    background: #1a56db;
    color: #fff;
}

.retail-floor-plans.golden {
    background: linear-gradient(135deg, #8B7355 0%, #6B5344 100%);
}

.floor-plans-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
}

.floor-plans-left h3 {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    color: rgba(255,255,255,0.8);
}

.floor-plans-left h2 {
    font-size: 2.5rem;
    font-weight: 300;
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.floor-plans-left .btn-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s;
    margin-bottom: 15px;
}

.floor-plans-left .btn-download:hover {
    background: #fff;
    color: #1a56db;
}

.floor-plans-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.floor-plan-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.floor-plan-card img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    padding: 20px;
    background: #f9f9f9;
}

.floor-plan-card h4 {
    padding: 15px 20px;
    text-align: center;
    color: #333;
    font-size: 0.95rem;
    font-weight: 500;
}

/* ================= LOCATION MAP SECTION ================= */
.retail-location {
    padding: 80px 8%;
    background: #f9f9f9;
}

.location-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
}

.location-map {
    position: relative;
}

.location-map img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.location-map .map-enlarge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 0.85rem;
    color: #1a56db;
    text-decoration: underline;
    cursor: pointer;
}

.location-info h4 {
    font-size: 0.85rem;
    color: #888;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.location-info h2 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #333;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.location-info h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a56db;
    margin-bottom: 1rem;
}

.location-info ul {
    list-style: none;
    padding: 0;
}

.location-info ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
}

.location-info ul li::before {
    content: '>';
    position: absolute;
    left: 0;
    color: #1a56db;
    font-weight: bold;
}

/* Map dots/pagination */
.map-dots {
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

.map-dots span {
    width: 8px;
    height: 8px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
}

.map-dots span.active {
    background: #1a56db;
}

/* ================= LOCATIONAL BENEFITS SECTION ================= */
.retail-benefits {
    padding: 60px 8%;
    background: #fff;
}

.retail-benefits h2 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 2rem;
}

.benefits-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 40px;
    max-width: 1000px;
}

.benefits-list li {
    position: relative;
    padding-left: 20px;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}

.benefits-list li::before {
    content: '>';
    position: absolute;
    left: 0;
    color: #1a56db;
    font-weight: bold;
}

/* ================= SITE PLAN SECTION ================= */
.retail-site-plan {
    position: relative;
    padding: 80px 0;
    background: #333;
}

.retail-site-plan img {
    width: 100%;
    height: auto;
}

.site-plan-title {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    z-index: 2;
}

/* Site plan legend */
.site-plan-legend {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.95);
    padding: 20px;
    border-radius: 8px;
}

.site-plan-legend ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-plan-legend ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 0.8rem;
}

.legend-color {
    width: 20px;
    height: 12px;
    border-radius: 2px;
}

.legend-color.pink { background: #ff69b4; }
.legend-color.blue { background: #4169e1; }
.legend-color.purple { background: #9370db; }
.legend-color.orange { background: #ff8c00; }
.legend-color.green { background: #228b22; }

/* Shop list overlay */
.shop-list-overlay {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.95);
    padding: 15px;
    border-radius: 8px;
    max-height: 60%;
    overflow-y: auto;
    font-size: 0.7rem;
    max-width: 200px;
}

.shop-list-overlay table {
    width: 100%;
    border-collapse: collapse;
}

.shop-list-overlay td {
    padding: 3px 5px;
    border-bottom: 1px solid #eee;
}

/* ================= CONTACT FORM SECTION ================= */
.retail-contact {
    padding: 80px 8%;
    background: #f5f5f5;
}

.retail-contact h4 {
    font-size: 0.85rem;
    color: #888;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.retail-contact h2 {
    font-size: 2rem;
    font-weight: 400;
    color: #1a56db;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.contact-form {
    max-width: 600px;
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    font-size: 0.95rem;
    transition: border-color 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-bottom-color: #1a56db;
}

.contact-form textarea {
    resize: vertical;
    min-height: 100px;
}

.contact-form .btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 40px;
    background: #1a56db;
    color: #fff;
    border: none;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 20px;
}

.contact-form .btn-submit:hover {
    background: #1445b3;
}

.contact-form .btn-submit i {
    transition: transform 0.3s;
}

.contact-form .btn-submit:hover i {
    transform: translateX(5px);
}

/* ================= RESPONSIVE STYLES ================= */
@media (max-width: 1024px) {
    .retail-brief-container,
    .floor-plans-container,
    .location-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .floor-plans-right {
        grid-template-columns: repeat(2, 1fr);
    }

    .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .retail-detail-hero .hero-title {
        font-size: 2.5rem;
    }

    .retail-brief,
    .retail-highlights,
    .retail-quote,
    .retail-floor-plans,
    .retail-location,
    .retail-benefits,
    .retail-contact {
        padding: 60px 5%;
    }

    .floor-plans-right {
        grid-template-columns: 1fr;
    }

    .highlights-grid {
        grid-template-columns: 1fr;
    }

    .benefits-list {
        grid-template-columns: 1fr;
    }

    .contact-form .form-row {
        grid-template-columns: 1fr;
    }

    .retail-quote p {
        font-size: 1.2rem;
    }

    .retail-gallery .gallery-content {
        left: 5%;
        right: 5%;
        max-width: none;
    }

    .site-plan-legend,
    .shop-list-overlay {
        position: relative;
        transform: none;
        left: auto;
        right: auto;
        top: auto;
        margin: 20px 5%;
        max-width: none;
    }
}
