        :root {
            --royal-purple: #4A154B;
            --sunset-orange: #FF5A5F;
            --deep-navy: #0F172A;
            --soft-cream: #FAFAF9;
            --footer-bg: #090D16;
            --footer-card-bg: #111827;
        }
        html, body { overflow-x: hidden; height: 100%; }
        body { padding-top: 80px !important; font-family: 'Inter', sans-serif; background-color: var(--soft-cream); color: var(--deep-navy); display: flex; flex-direction: column; }
        .wrapper { flex: 1 0 auto; }
        .navbar.fixed-top { position: fixed !important; top: 0 !important; right: 0 !important; left: 0 !important; z-index: 1050 !important; background-color: var(--royal-purple) !important; box-shadow: 0 4px 20px rgba(0,0,0,0.2) !important; }
        .navbar-brand, .nav-link { color: #ffffff !important; font-weight: 500; }
        .nav-link:hover, .navbar-brand:hover { color: var(--sunset-orange) !important; }
        .navbar-toggler { border: 2px solid var(--sunset-orange) !important; padding: 6px 10px; background-color: rgba(255, 90, 95, 0.1) !important; }
        .btn-custom { background-color: var(--sunset-orange); color: white; font-weight: 600; border: none; padding: 12px 30px; border-radius: 8px; transition: all 0.3s ease; }
        .btn-custom:hover { background-color: #e04f53; color: white; transform: translateY(-2px); }
        .section-title { color: var(--royal-purple); font-weight: 700; position: relative; padding-bottom: 15px; }
        .section-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background-color: var(--sunset-orange); border-radius: 2px; }
        .modern-footer { background-color: var(--footer-bg); color: #94A3B8; flex-shrink: 0; }
        .footer-cta-card { background: linear-gradient(135deg, var(--royal-purple) 0%, #2A082B 100%); border-radius: 24px; padding: 40px; margin-top: -80px; position: relative; z-index: 10; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); }
        .footer-contact-link { color: #E2E8F0; text-decoration: none; }
        .footer-contact-link:hover { color: var(--sunset-orange); }
        .social-circle-btn { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background-color: rgba(255, 255, 255, 0.05); color: #FFFFFF; border-radius: 50%; transition: all 0.3s ease; text-decoration: none; }
        .social-circle-btn:hover { background-color: var(--sunset-orange); transform: translateY(-3px); }
        @media (max-width: 991.98px) {
            .navbar-collapse { background-color: var(--royal-purple); padding: 15px; border-radius: 8px; margin-top: 10px; }
            .footer-cta-card { margin-top: -40px; padding: 30px 20px; text-align: center; }
        }
.service-card {
    border-radius: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(74, 21, 75, 0.1);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15) !important;
}

.icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(74, 21, 75, 0.1);
    color: var(--royal-purple);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(74, 21, 75, 0.1);
    color: var(--royal-purple);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

#services-list h3 {
    color: var(--royal-purple);
    font-weight: 700;
    margin-bottom: 1.5rem;
}

#services-list ul {
    list-style: none;
    padding-left: 0;
}

#services-list ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

#services-list ul li::before {
    content: "\F26A";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    color: var(--sunset-orange);
}
#pricing .p-4 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: var(--soft-cream);
    height: 100%;
}

#pricing .p-4:hover {
    transform: translateY(-10px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;
}

#pricing .border-primary {
    border: 2px solid var(--sunset-orange) !important;
    position: relative;
    transform: scale(1.05);
}

#pricing .border-primary::before {
    content: "POPULAR";
    position: absolute;
    top: -12px;
    right: 20px;
    background: var(--sunset-orange);
    color: white;
    padding: 2px 10px;
    font-size: 0.7rem;
    font-weight: bold;
    border-radius: 4px;
}

#pricing h4 {
    color: var(--royal-purple);
    font-weight: 700;
}

#pricing .fs-2 {
    color: var(--deep-navy);
    margin: 1.5rem 0;
}

#pricing ul li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    color: #475569;
}
#pricing .btn-custom {
    display: block;
    width: 100%;
    margin-top: 2rem;
    background-color: var(--royal-purple);
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

#pricing .btn-custom:hover {
    background-color: var(--sunset-orange);
    color: white;
    transform: translateY(-2px);
}

#pricing .border-primary .btn-custom {
    background-color: var(--sunset-orange);
}

#pricing .border-primary .btn-custom:hover {
    background-color: var(--royal-purple);
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    color: #FFF;
    transform: scale(1.1);
}
/* Update your existing CSS definitions to match this */

/* Replace your carousel styles with this */

.carousel-container {
    height: 60vh !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    position: relative;
}

#heroCarousel,
.carousel-inner,
.carousel-item {
    height: 100% !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

.carousel-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.4);
    padding: 2rem;
    border-radius: 10px;
    bottom: 20%;
}

/* .btn-custom {
    background-color: #d4af37;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
} */

/* --- Exquisite Mosaic Gallery Styles --- */

:root {
    --royal-purple: #4A154B;
    --sunset-orange: #FF5A5F;
    --deep-navy: #0F172A;
    --soft-cream: #FAFAF9;
    --footer-bg: #090D16;
    --footer-card-bg: #111827;
}

/* Container */
.exquisite-gallery {
    width: 100%;
    max-width: 100vw;
    padding: 80px 24px;
    background-color: var(--soft-cream);
    box-sizing: border-box;
}

.gallery-header {
    text-align: center;
    margin-bottom: 40px;
}

.gallery-subtitle {
    color: var(--deep-navy);
    opacity: 0.7;
    font-size: 1.1rem;
    margin-top: 15px;
}

/* Luxury Interactive Filter System */
.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.filter-btn {
    background: transparent;
    border: 2px solid var(--royal-purple);
    color: var(--royal-purple);
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.filter-btn:hover, .filter-btn.active {
    background-color: var(--royal-purple);
    color: #FFFFFF !important;
    box-shadow: 0 10px 20px rgba(74, 21, 75, 0.15);
}

/* Fluid Screen-Edge Grid Matrix */
.gallery-masonry {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 320px;
    gap: 24px;
    grid-auto-flow: dense;
    width: 100%;
    box-sizing: border-box;
}

/* Structural Size Rules */
.gallery-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background-color: var(--deep-navy);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
    cursor: pointer;
}

.gallery-card.featured {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-card.tall {
    grid-row: span 2;
}

.gallery-card.wide {
    grid-column: span 2;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Luxury Satin Overlay Effects */
.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(74, 21, 75, 0.3) 60%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.card-category {
    color: var(--sunset-orange);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: translateY(15px);
    transition: transform 0.4s ease;
    margin-bottom: 8px;
}

.card-title {
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 600;
    transform: translateY(15px);
    transition: transform 0.4s ease 0.05s;
    margin: 0;
}

/* Hover Adjustments */
.gallery-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(74, 21, 75, 0.25);
}

.gallery-card:hover img {
    transform: scale(1.06);
}

.gallery-card:hover .card-overlay {
    opacity: 1;
}

.gallery-card:hover .card-category,
.gallery-card:hover .card-title {
    transform: translateY(0);
}

/* Responsive Scaling Layouts */
@media (max-width: 1200px) {
    .gallery-masonry {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 280px;
    }
}

/* High-End Mobile View Transformation */
@media (max-width: 768px) {
    .exquisite-gallery {
        padding: 40px 16px;
    }

    .gallery-filters {
        gap: 8px;
        margin-bottom: 30px;
    }

    .filter-btn {
        padding: 8px 18px;
        font-size: 0.85rem;
    }

    /* Maintains a premium mosaic rhythm on mobile instead of stacked single blocks */
    .gallery-masonry {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px;
        gap: 12px;
    }

    /* Proportionate layout variations for mobile view */
    .gallery-card.featured {
        grid-column: span 2;
        grid-row: span 2;
    }

    .gallery-card.tall {
        grid-row: span 2;
        grid-column: span 1;
    }

    .gallery-card.wide {
        grid-column: span 2;
        grid-row: span 1;
    }

    /* Permanent luxury gradients for touch mobile interfaces */
    .card-overlay {
        opacity: 1;
        padding: 16px;
        background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(74, 21, 75, 0.4) 70%, transparent 100%);
    }

    .card-category {
        font-size: 0.7rem;
        letter-spacing: 1px;
        transform: translateY(0);
        margin-bottom: 4px;
    }

    .card-title {
        font-size: 1rem;
        transform: translateY(0);
    }
}