        :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;
} */