/* ==========================================================================
   1. VARIABLES & CORE STYLES
   ========================================================================== */
/* ==========================================================================
   EXACT FIGMA HOME PAGE DESIGN MATCH CSS
   ========================================================================== */
:root {
    --primary-maroon: #4A1229;
    --dark-maroon: #380C1F;
    --luxury-gold: #C79A63;
    --bg-cream: #FDFBF7;
    --text-dark: #222222;
    --white: #FFFFFF;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Poppins', sans-serif;
    --transition-smooth: all 0.3s ease-in-out;
}

body {
    font-family: var(--font-body);
    color: var(--text-dark);
    background-color: var(--white);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .font-serif {
    font-family: var(--font-heading);
}

/* TOP BAR & NAVBAR */
.top-bar-exact {
    background-color: #1F0712;
    color: #CCCCCC;
    font-size: 11px;
    padding: 6px 0;
}
.top-bar-exact a { color: #CCCCCC; text-decoration: none; }

.navbar-brand img { height: 50px; }
.nav-link {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-dark) !important;
    padding: 8px 12px !important;
}
.nav-link.active, .nav-link:hover { color: var(--primary-maroon) !important; }

.btn-header-wa {
    background-color: var(--primary-maroon);
    color: var(--white);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 18px;
    border-radius: 4px;
    border: none;
}

/* HERO BANNER */
.hero-exact {
    background-color: #F8F3EE;
    padding: 60px 0 90px;
    position: relative;
}
.hero-tag {
    font-family: var(--font-heading);
    font-style: italic;
    color: var(--luxury-gold);
    font-size: 26px;
}
.hero-title-main {
    font-size: 46px;
    font-weight: 700;
    color: var(--primary-maroon);
    line-height: 1.15;
}
.btn-dark-wa {
    background-color: var(--primary-maroon);
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 4px;
    border: none;
}
.btn-outline-gold {
    border: 1px solid var(--luxury-gold);
    color: var(--text-dark);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 4px;
    background: transparent;
}

/* FLOATING STATS STRIP */
.floating-stats-bar {
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    padding: 20px 10px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}
.stat-box-exact {
    text-align: center;
    border-right: 1px solid #EEEEEE;
}
.stat-box-exact:last-child { border-right: none; }
.stat-box-exact i { color: var(--luxury-gold); font-size: 20px; margin-bottom: 5px; }
.stat-box-exact h4 { font-size: 18px; font-weight: 700; color: var(--primary-maroon); margin: 0; }
.stat-box-exact p { font-size: 11px; color: #777; margin: 0; }

/* SECTION HEADINGS WITH FLOURISH */
.section-title-flourish {
    color: var(--primary-maroon);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
}

/* SERVICES 6 CARDS */
.service-card-ss {
    background: var(--white);
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    transition: var(--transition-smooth);
}
.service-card-ss:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.service-card-img { height: 180px; width: 100%; object-fit: cover; }
.service-card-body { padding: 15px 10px; }
.service-icon-circle {
    width: 32px; height: 32px; background: #F8F3EE; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: -30px auto 10px; position: relative; z-index: 2;
    color: var(--primary-maroon); font-size: 14px;
}
.service-card-body h5 { font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 5px; }
.service-card-body p { font-size: 11px; color: #666; margin-bottom: 10px; line-height: 1.4; }
.btn-view-details { font-size: 10px; font-weight: 700; color: var(--primary-maroon); text-transform: uppercase; text-decoration: none; }

/* OFFERS STRIP */
.offers-strip-banner {
    background: var(--primary-maroon);
    color: var(--white);
    border-radius: 8px;
    padding: 25px 30px;
}
.offer-item-exact { text-align: center; border-left: 1px rgba(255,255,255,0.15) solid; }
.offer-item-exact:first-child { border-left: none; }
.offer-item-exact h6 { font-size: 11px; text-transform: uppercase; margin: 0; color: #DDD; }
.offer-item-exact h3 { font-size: 20px; font-weight: 700; color: var(--luxury-gold); margin: 0; }

/* 4 CATEGORIES GRID */
.cat-card-ss {
    background: #FAF7F2;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}
.cat-card-ss h5 { font-size: 15px; font-weight: 700; text-transform: uppercase; color: var(--primary-maroon); margin-bottom: 2px; }
.cat-card-ss p { font-size: 11px; color: #777; margin-bottom: 15px; }
.cat-card-img-box { height: 200px; border-radius: 6px; overflow: hidden; position: relative; }
.cat-card-img-box img { width: 100%; height: 100%; object-fit: cover; }
.cat-card-btn {
    position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%);
    background: var(--primary-maroon); color: var(--white);
    font-size: 10px; font-weight: 600; text-transform: uppercase;
    padding: 8px 18px; border-radius: 4px; text-decoration: none; white-space: nowrap;
}

/* TESTIMONIALS */
.review-card-ss {
    background: var(--white);
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.review-user-img { width: 45px; height: 45px; border-radius: 50%; object-fit: cover; }

/* FAQ ACCORDION GRID */
.faq-exact-box { background: #FAF7F2; border-radius: 8px; padding: 40px; }
.faq-exact-box .accordion-button { font-size: 13px; font-weight: 600; background: var(--white); margin-bottom: 8px; border-radius: 4px !important; }
.faq-exact-box .accordion-button:not(.collapsed) { color: var(--primary-maroon); background: var(--white); }

/* FOOTER EXACT */
.footer-exact { background-color: #2D0814; color: #BBB; font-size: 12px; padding: 50px 0 20px; }
.footer-exact h6 { color: var(--white); font-size: 13px; text-transform: uppercase; margin-bottom: 18px; letter-spacing: 1px; }
.footer-exact a { color: #BBB; text-decoration: none; display: block; margin-bottom: 8px; }
.footer-exact a:hover { color: var(--luxury-gold); }
/* ==========================================================================
   11. PREMIUM WHATSAPP CHATBOT WIDGET
   ========================================================================== */
.whatsapp-chat-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    font-family: var(--font-body);
}

/* Floating Button */
.wa-float-btn {
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white) !important;
    font-size: 30px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    cursor: pointer;
    transition: var(--transition-smooth);
    animation: pulseActive 2s infinite;
}
.wa-float-btn:hover {
    transform: scale(1.1);
}

/* Chat Container Window */
.wa-chat-window {
    position: absolute;
    bottom: 75px;
    right: 0;
    width: 320px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    overflow: hidden;
    display: none; /* JS થી ટોગલ થશે */
    transform-origin: bottom right;
    transition: var(--transition-smooth);
}

/* Widget Header */
.wa-chat-header {
    background-color: var(--primary-maroon);
    color: var(--white);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 2px solid var(--luxury-gold);
}
.wa-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid var(--luxury-gold);
    object-fit: cover;
}
.wa-brand-info h5 {
    color: var(--white);
    font-size: 15px;
    margin: 0;
    font-weight: 600;
}
.wa-brand-info span {
    font-size: 11px;
    color: rgba(255,255,255,0.8);
    display: block;
}

/* Widget Body / Chat Room */
.wa-chat-body {
    background-color: #F4F1EB; /* પ્રીમિયમ લાઈટ બેકગ્રાઉન્ડ */
    padding: 20px;
    max-height: 250px;
    overflow-y: auto;
}
.wa-msg-bubble {
    background: var(--white);
    padding: 12px 15px;
    border-radius: 0 12px 12px 12px;
    font-size: 13px;
    color: var(--text-dark);
    line-height: 1.5;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
    margin-bottom: 15px;
}

/* Quick Suggestion Buttons */
.wa-quick-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.wa-opt-btn {
    background: var(--white);
    border: 1px solid rgba(138, 61, 116, 0.2);
    color: var(--primary-maroon);
    font-size: 13px;
    font-weight: 500;
    padding: 10px 15px;
    text-align: left;
    border-radius: 8px;
    transition: var(--transition-smooth);
    text-decoration: none;
}
.wa-opt-btn:hover {
    background: var(--primary-maroon);
    color: var(--white);
    border-color: var(--primary-maroon);
}

/* Pulsing Animation */
@keyframes pulseActive {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ==========================================================================
   12. ABOUT US PAGE STYLES (EXACT SS LAYOUT)
   ========================================================================== */
.about-badge-text {
    color: var(--primary-maroon);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
}

.about-intro-title {
    font-family: var(--font-heading);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.about-intro-desc {
    font-size: 14px;
    color: #444444;
    max-width: 480px;
    margin-bottom: 25px;
}

/* બ્રાઈડલ ઈમેજ જે નીચેના સેક્શનને ટચ થાય છે */
.about-main-img-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.about-main-img-box img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* પ્યોર સ્ટેટ્સ પટ્ટી */
.about-stats-bar {
    border-top: 1px solid rgba(199, 154, 99, 0.2);
    border-bottom: 1px solid rgba(199, 154, 99, 0.2);
    padding: 30px 0;
    background-color: #FFFBF8;
}
.about-stat-item {
    position: relative;
}
.about-stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: rgba(199, 154, 99, 0.2);
}
@media (max-width: 576px) {
    .about-stat-item:not(:last-child)::after {
        display: none;
    }
}
.about-stat-item h3 {
    font-size: 28px;
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 2px;
}
.about-stat-item p {
    font-size: 12px;
    color: #666666;
    text-transform: capitalize;
    margin: 0;
}

/* Our Journey - રાઉન્ડેડ કોર્નર્સ ઈમેજ બોક્સ */
.journey-img-container {
    width: 100%;
    height: 220px;
    border-radius: 16px; /* SS પ્રમાણે સરસ રાઉન્ડેડ લુક */
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.journey-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.journey-title {
    font-size: 20px;
    color: var(--primary-maroon);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Why Choose Us - 6 નાના વ્હાઇટ કાર્ડ્સ */
.why-card {
    background: var(--white);
    border: 1px solid rgba(199, 154, 99, 0.15);
    border-radius: 8px;
    padding: 20px 10px;
    text-align: center;
    transition: var(--transition-smooth);
    height: 100%;
}
.why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(138, 61, 116, 0.05);
}
.why-card i {
    font-size: 24px;
    color: var(--primary-maroon);
    margin-bottom: 12px;
    display: block;
}
.why-card h6 {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Team - રાઉન્ડેડ કોર્નર્સ કાર્ડ્સ */
.team-img-rounded-box {
    width: 100%;
    height: 350px;
    border-radius: 12px; /* SS પ્રમાણે પ્રોપર રાઉન્ડેડ કોર્નર્સ */
    overflow: hidden;
    margin-bottom: 15px;
}
.team-img-rounded-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-member-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 2px;
}
.team-member-role {
    font-size: 12px;
    color: #666666;
    margin: 0;
}

.btn-maroon-ss {
    background-color: var(--primary-maroon);
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 28px;
    border: none;
    transition: var(--transition-smooth);
}
.btn-maroon-ss:hover {
    opacity: 0.9;
    color: var(--white);
}

/* ==========================================================================
   13. SERVICES PAGE SPECIFIC STYLES (EXACT SS LAYOUT)
   ========================================================================== */
.services-hero-box {
    background-color: #161513; /* ડાર્ક ચારકોલ બ્લેક શેડ */
    color: var(--white);
    padding: 60px 40px;
    border-radius: 4px;
    position: relative;
}
@media (max-width: 768px) {
    .services-hero-box {
        padding: 40px 20px;
    }
}
.services-hero-box .gold-label {
    color: var(--luxury-gold);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.services-hero-box h2 {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
}
@media (max-width: 768px) {
    .services-hero-box h2 {
        font-size: 28px;
    }
}
.btn-maroon-cta {
    background-color: #721C34;
    color: var(--white);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    transition: var(--transition-smooth);
}
.btn-maroon-cta:hover {
    background-color: var(--luxury-gold);
    color: var(--white);
}

/* સર્વિસ ગ્રીડ પ્રોડક્ટ કાર્ડ્સ */
.ss-service-card {
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    height: 100%;
    transition: var(--transition-smooth);
}
.ss-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.ss-card-img-box {
    width: 100%;
    height: 220px;
    overflow: hidden;
}
@media (max-width: 576px) {
    .ss-card-img-box {
        height: 160px;
    }
}
.ss-card-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ss-card-body {
    padding: 15px 10px;
}
.ss-card-body h5 {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    margin-bottom: 4px;
}
.ss-card-body p {
    font-size: 11px;
    color: #666;
    margin: 0;
}

/* સેક્શન વાઇઝ નાના મરૂન લિંક બટન્સ */
.btn-ss-view-all {
    background-color: #721C34;
    color: var(--white);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 20px;
    border: none;
    border-radius: 2px;
    transition: var(--transition-smooth);
}
.btn-ss-view-all:hover {
    opacity: 0.9;
    color: var(--white);
}

/* Bottom Questions Template Banner */
.questions-cta-banner {
    background-color: #F7EFE6; /* લક્ઝરી ક્રીમ શેડ */
    border-radius: 4px;
    padding: 40px;
    overflow: hidden;
}
.questions-cta-banner h4 {
    font-family: var(--font-heading);
    font-size: 24px;
    color: #333;
    margin-bottom: 5px;
}
.questions-cta-banner h4 span {
    color: #721C34;
}
.questions-cta-banner p {
    font-size: 15px;
    color: #555;
}
.btn-green-chat {
    background-color: #128C7E;
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 26px;
    border: none;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition-smooth);
}
.btn-green-chat:hover {
    background-color: #075E54;
    color: var(--white);
}
.q-banner-img {
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
}

/* ==========================================================================
   14. BRIDAL JEWELLERY RENTAL PAGE STYLES
   ========================================================================== */
.rental-hero-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url('https://images.unsplash.com/photo-1602751584552-8ba73aad10e1?q=80&w=1920') no-repeat center center/cover;
    padding: 80px 0;
    color: var(--white);
}

.rental-hero-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .rental-hero-title {
        font-size: 30px;
    }
}

/* Collection Categories Round Icons */
.collection-cat-box {
    text-align: center;
    padding: 15px 5px;
    background: var(--bg-light);
    border: 1px solid rgba(199, 154, 99, 0.2);
    border-radius: 8px;
    transition: var(--transition-smooth);
}
.collection-cat-box:hover {
    background: var(--primary-maroon);
    border-color: var(--primary-maroon);
    transform: translateY(-4px);
}
.collection-cat-box:hover h6 {
    color: var(--white);
}
.collection-cat-box h6 {
    font-size: 13px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-dark);
}

/* Premium Jewellery Product Cards */
.jewel-card {
    background-color: var(--white);
    border: 1px solid rgba(199, 154, 99, 0.18);
    border-radius: 8px;
    overflow: hidden;
    transition: var(--transition-smooth);
    height: 100%;
}
.jewel-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(138, 61, 116, 0.08);
}
.jewel-img-box {
    height: 250px;
    overflow: hidden;
    position: relative;
}
.jewel-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-smooth);
}
.jewel-card:hover .jewel-img-box img {
    transform: scale(1.06);
}
.jewel-body {
    padding: 15px;
    text-align: center;
}
.jewel-body h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.jewel-tag {
    font-size: 12px;
    color: var(--primary-maroon);
    font-weight: 600;
    margin-bottom: 12px;
}
/* ==========================================================================
   15. ACADEMY & SEMINAR PAGE STYLES
   ========================================================================== */
.academy-hero {
    background: linear-gradient(rgba(138, 61, 116, 0.75), rgba(138, 61, 116, 0.75)), 
                url('https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?q=80&w=1920') no-repeat center center/cover;
    padding: 90px 0;
    color: var(--white);
}

.academy-hero h1 {
    font-size: 48px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .academy-hero h1 {
        font-size: 32px;
    }
}

/* Course Cards */
.course-card {
    background-color: var(--white);
    border: 1px solid rgba(199, 154, 99, 0.2);
    border-radius: 8px;
    overflow: hidden;
    transition: var(--transition-smooth);
    height: 100%;
}
.course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(138, 61, 116, 0.08);
}
.course-img-box {
    height: 220px;
    overflow: hidden;
    position: relative;
}
.course-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-smooth);
}
.course-card:hover .course-img-box img {
    transform: scale(1.05);
}
.course-duration-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--primary-maroon);
    color: var(--white);
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
}
.course-body {
    padding: 20px;
    text-align: center;
}
.course-body h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

/* Student Work Grid */
.student-work-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
    transition: var(--transition-smooth);
}
.student-work-img:hover {
    transform: scale(1.03);
}

/* ==========================================================================
   16. GALLERY PAGE SPECIFIC STYLES
   ========================================================================== */
.gallery-filter-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 35px;
}
.filter-btn {
    background-color: var(--bg-light);
    color: var(--text-dark);
    border: 1px solid rgba(199, 154, 99, 0.25);
    padding: 8px 22px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    transition: var(--transition-smooth);
    cursor: pointer;
}
.filter-btn:hover, .filter-btn.active {
    background-color: var(--primary-maroon);
    color: var(--white);
    border-color: var(--primary-maroon);
}

.gallery-item-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 320px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
@media (max-width: 576px) {
    .gallery-item-card {
        height: 240px;
    }
}
.gallery-item-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-smooth);
}
.gallery-item-card:hover img {
    transform: scale(1.08);
}
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(138, 61, 116, 0.85), rgba(0,0,0,0.1));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0;
    transition: var(--transition-smooth);
}
.gallery-item-card:hover .gallery-overlay {
    opacity: 1;
}
.gallery-overlay h5 {
    color: var(--white);
    font-size: 16px;
    margin-bottom: 4px;
}
.gallery-overlay span {
    color: var(--luxury-gold);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

/* ==========================================================================
   17. CONTACT PAGE SPECIFIC STYLES
   ========================================================================== */
.contact-info-card {
    background-color: var(--bg-light);
    border-left: 4px solid var(--primary-maroon);
    padding: 30px;
    border-radius: 4px;
    height: 100%;
}
.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}
.contact-info-item i {
    font-size: 20px;
    color: var(--primary-maroon);
    margin-top: 3px;
}
.contact-info-item h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.contact-info-item p {
    font-size: 13px;
    color: #555;
    margin: 0;
}

.map-container {
    width: 100%;
    height: 380px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.appointment-box {
    background-color: #FCF8F5;
    border: 1px solid rgba(199, 154, 99, 0.2);
    border-radius: 8px;
    padding: 35px;
}

/* ==========================================================================
   18. BLOG PAGE SPECIFIC STYLES
   ========================================================================== */
.blog-card {
    background-color: var(--white);
    border: 1px solid rgba(199, 154, 99, 0.2);
    border-radius: 8px;
    overflow: hidden;
    transition: var(--transition-smooth);
    height: 100%;
}
.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(138, 61, 116, 0.08);
}
.blog-img-box {
    height: 220px;
    overflow: hidden;
    position: relative;
}
.blog-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-smooth);
}
.blog-card:hover .blog-img-box img {
    transform: scale(1.06);
}
.blog-date-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--primary-maroon);
    color: var(--white);
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 4px;
}
.blog-body {
    padding: 20px;
}
.blog-cat-tag {
    color: var(--luxury-gold);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    display: block;
}
.blog-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
    color: var(--text-dark);
}
.blog-title a {
    color: var(--text-dark);
    text-decoration: none;
    transition: var(--transition-smooth);
}
.blog-title a:hover {
    color: var(--primary-maroon);
}
.blog-excerpt {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}
.btn-read-more {
    color: var(--primary-maroon);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition-smooth);
}
.btn-read-more:hover {
    color: var(--luxury-gold);
    padding-left: 4px;
}