        * { margin: 0; padding: 0; box-sizing: border-box; }
    .hover\:text-romantic-primary:hover {
        color: #FF8F00 !important;
    }
        body { 
            font-family: 'Inter', sans-serif; 
            background: linear-gradient(135deg, #9d004e 0%, #660d40 50%, #8f0047 100%);
            color: #F9F1EB; 
            overflow-x: hidden; 
            min-height: 100vh;
        }
    
        ::-webkit-scrollbar { width: 6px; }
        ::-webkit-scrollbar-track { background: #2D0A1E; }
        ::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #8B1A3C, #D4A574); border-radius: 3px; }
    
        .header { 
            transition: all 0.4s ease; 
            background: transparent;
        }
        .header.scrolled { 
            background: linear-gradient(3deg, #d30069 0%, #660d40 50%, #8f0047 100%) !important;
            backdrop-filter: blur(20px); 
            box-shadow: 0 4px 40px rgba(139, 26, 60, 0.2); 
            border-bottom: 1px solid rgba(212, 165, 116, 0.1);
        }
    
        .hero-bg {
            background: linear-gradient(135deg, rgb(139 26 60 / 11%) 0%, rgb(45 10 30 / 22%) 50%, rgb(74 14 31 / 51%) 100%), url(https://testescardahmadabad.samiikshakaur.com/eskart-secend/images/main-banner.jpg?w=1600) center / cover;
            position: relative;
        }
        .hero-bg::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse at 30% 50%, rgba(139, 26, 60, 0.3) 0%, transparent 60%),
                        radial-gradient(ellipse at 70% 50%, rgba(212, 165, 116, 0.15) 0%, transparent 50%);
        }
    
        .romantic-particles {
            position: absolute; top: 0; left: 0; width: 100%; height: 100%;
            pointer-events: none;
            overflow: hidden;
        }
        .heart-particle {
            position: absolute;
            color: rgba(212, 165, 116, 0.3);
            animation: floatHeart 15s ease-in-out infinite;
        }
        @keyframes floatHeart {
            0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.3; }
            50% { transform: translateY(-100px) rotate(10deg); opacity: 0.6; }
        }
    
        .gradient-text {
            background: linear-gradient(135deg, #D4A574, #C47B7B, #8B1A3C);
            -webkit-background-clip: text; -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .gradient-text-gold {
            background: linear-gradient(135deg, #D4AF37, #D4A574, #E8C9A8);
            -webkit-background-clip: text; -webkit-text-fill-color: transparent;
            background-clip: text;
        }
    .section-backgrond{
        background: linear-gradient(135deg, #d30069 0%, #660d40 50%, #8f0047 100%);
    }
        .profile-card {
            background: linear-gradient(145deg, rgba(45, 10, 30, 0.8), rgba(26, 10, 18, 0.9));
            border: 1px solid rgba(212, 165, 116, 0.15);
            backdrop-filter: blur(10px);
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
        }
        .profile-card::before {
            content: '';
            position: absolute;
            top: 0; left: -100%;
            width: 100%; height: 100%;
            background: linear-gradient(90deg, transparent, rgba(212, 165, 116, 0.1), transparent);
            transition: left 0.6s ease;
        }
        .profile-card:hover::before {
            left: 100%;
        }
        .profile-card:hover {
            transform: translateY(-12px);
            border-color: rgba(212, 165, 116, 0.4);
            box-shadow: 0 25px 60px rgba(139, 26, 60, 0.3), 0 0 40px rgba(212, 165, 116, 0.1);
        }
        .profile-card .card-img {
            position: relative; overflow: hidden; height: 280px;
        }
        .profile-card .card-img img {
            width: 100%; height: 100%;
            object-fit: contain;
            transition: transform 0.7s ease, filter 0.5s ease;
            filter: brightness(0.9) saturate(0.9);
        }
        .profile-card:hover .card-img img { 
            transform: scale(1.12); 
            filter: brightness(1) saturate(1.1);
        }
        .profile-card .card-img::after {
            content: '';
            position: absolute;
            bottom: 0; left: 0; right: 0;
            height: 50%;
            background: linear-gradient(to top, rgba(45, 10, 30, 0.9), transparent);
        }
    
        .category-card {
            background: linear-gradient(145deg, rgb(173 11 37 / 60%), rgb(155 33 33 / 70%));
            border: 1px solid rgba(212, 165, 116, 0.08);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }
        .category-card::after {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at center, rgba(139, 26, 60, 0.2), transparent 70%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }
        .category-card:hover {
            background: linear-gradient(145deg, rgba(139, 26, 60, 0.2), rgba(212, 165, 116, 0.1));
            border-color: rgba(212, 165, 116, 0.3);
            transform: translateY(-8px);
        }
        .category-card:hover::after {
            opacity: 1;
        }
    
        .city-card {
            position: relative; overflow: hidden; border-radius: 20px;
            transition: all 0.5s ease;
        }
        .city-card:hover { transform: scale(1.04); }
        .city-card::after {
            content: '';
            position: absolute; inset: 0;
            background: linear-gradient(to top, rgba(26, 10, 18, 0.95) 0%, rgba(45, 10, 30, 0.4) 50%, transparent 100%);
        }
        .city-card .city-content {
            position: absolute; bottom: 0; left: 0; right: 0;
            padding: 24px;
            z-index: 2;
        }
    
        .counter-box {
            background: linear-gradient(145deg, rgba(45, 10, 30, 0.5), rgba(26, 10, 18, 0.6));
            border: 1px solid rgba(212, 165, 116, 0.1);
            backdrop-filter: blur(10px);
            position: relative;
            overflow: hidden;
        }
        .counter-box::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, #D4A574, transparent);
        }
    
        .faq-item { 
            border: 1px solid rgba(212, 165, 116, 0.08); 
            transition: all 0.3s ease; 
            background: rgba(45, 10, 30, 0.3);
        }
        .faq-item.active { 
            border-color: rgba(139, 26, 60, 0.4); 
            background: rgba(45, 10, 30, 0.5);
        }
        .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
        .faq-item.active .faq-answer { max-height: 300px; }
        .faq-item.active .faq-icon { transform: rotate(180deg); color: #D4A574; }
    
        .floating-btns { 
            position: fixed; right: 20px; bottom: 90px; z-index: 999; 
            display: flex; flex-direction: column; gap: 14px; 
        }
        .float-btn {
            width: 56px; height: 56px; border-radius: 50%; 
            display: flex; align-items: center; justify-content: center; 
            color: #F9F1EB; font-size: 22px; cursor: pointer;
            box-shadow: 0 4px 25px rgba(0,0,0,0.4); 
            transition: all 0.3s ease;
            border: 1px solid rgba(212, 165, 116, 0.2);
            position: relative;
        }
        .float-btn::before {
            content: '';
            position: absolute;
            inset: -3px;
            border-radius: 50%;
            background: inherit;
            opacity: 0.3;
            animation: romanticPulse 2.5s ease-in-out infinite;
        }
        .float-btn:hover { transform: scale(1.15) rotate(5deg); }
        @keyframes romanticPulse {
            0%, 100% { transform: scale(1); opacity: 0.3; }
            50% { transform: scale(1.3); opacity: 0; }
        }
    
        .bottom-nav {
            display: none; position: fixed; bottom: 0; left: 0; right: 0;
            background: rgba(26, 10, 18, 0.98); backdrop-filter: blur(20px);
            border-top: 1px solid rgba(212, 165, 116, 0.15); z-index: 1000;
            padding: 8px 0; padding-bottom: env(safe-area-inset-bottom);
        }
        @media (max-width: 768px) { 
            .bottom-nav { display: flex; } 
            .floating-btns { bottom: 80px; right: 16px; } 
        }
    
        .fade-up {
            opacity: 0; transform: translateY(40px);
            transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        .fade-up.visible { opacity: 1; transform: translateY(0); }
    
        .pulse-badge::before {
            content: ''; position: absolute; inset: -4px; border-radius: inherit;
            background: inherit; opacity: 0.4; animation: pulse 2s infinite;
        }
        @keyframes pulse {
            0% { transform: scale(1); opacity: 0.4; }
            100% { transform: scale(1.5); opacity: 0; }
        }
    
        .shimmer {
            background: linear-gradient(90deg, transparent, rgba(212, 165, 116, 0.1), transparent);
            background-size: 200% 100%; animation: shimmer 3s infinite;
        }
        @keyframes shimmer { 
            0% { background-position: -200% 0; } 
            100% { background-position: 200% 0; } 
        }
    
        .stars { color: #D4AF37; }
    
        .float-field { position: relative; }
        .float-field input, .float-field textarea {
            background: rgba(45, 10, 30, 0.6); 
            border: 1px solid rgba(212, 165, 116, 0.15);
            color: #F9F1EB; padding: 16px 14px 8px; border-radius: 14px; width: 100%;
            transition: all 0.3s ease; font-size: 14px;
        }
        .float-field input:focus, .float-field textarea:focus {
            border-color: #D4A574; outline: none;
            box-shadow: 0 0 25px rgba(212, 165, 116, 0.15), inset 0 0 10px rgba(139, 26, 60, 0.1);
        }
        .float-field label {
            position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
            color: rgba(212, 165, 116, 0.5); transition: all 0.3s ease; pointer-events: none;
            font-size: 14px; font-family: 'Cormorant Garamond', serif;
        }
        .float-field textarea ~ label { top: 20px; }
        .float-field input:focus ~ label, .float-field input:not(:placeholder-shown) ~ label,
        .float-field textarea:focus ~ label, .float-field textarea:not(:placeholder-shown) ~ label {
            top: 8px; font-size: 10px; color: #D4A574; transform: translateY(0);
        }
    
        .testimonial-slider { position: relative; }
        .testimonial-card {
            background: linear-gradient(145deg, rgba(45, 10, 30, 0.5), rgba(26, 10, 18, 0.6));
            border: 1px solid rgba(212, 165, 116, 0.1);
            backdrop-filter: blur(10px);
        }
    
        .blog-card { 
            transition: all 0.4s ease; 
            background: linear-gradient(145deg, rgb(173 11 37 / 60%), rgb(155 33 33 / 70%));
            border: 1px solid rgba(212, 165, 116, 0.08);
        }
        .blog-card:hover { 
            transform: translateY(-10px); 
            border-color: rgba(212, 165, 116, 0.25);
            box-shadow: 0 20px 50px rgba(139, 26, 60, 0.2);
        }
    
        .service-tag {
            background: linear-gradient(135deg, rgba(139, 26, 60, 0.2), rgba(212, 165, 116, 0.1));
            border: 1px solid rgba(212, 165, 116, 0.2); 
            transition: all 0.3s ease;
            font-family: 'Cormorant Garamond', serif;
        }
        .service-tag:hover { 
            background: rgba(139, 26, 60, 0.3); 
            border-color: rgba(212, 165, 116, 0.4);
            transform: translateY(-2px);
        }
    
        .mobile-menu {
            position: fixed; inset: 0; background: rgba(26, 10, 18, 0.98);
            backdrop-filter: blur(20px); z-index: 9999;
            transform: translateX(100%); transition: transform 0.4s ease;
        }
        .mobile-menu.open { transform: translateX(0); }
    
        .gallery-thumb { border: 2px solid transparent; transition: all 0.3s ease; cursor: pointer; }
        .gallery-thumb.active, .gallery-thumb:hover { border-color: #D4A574; }
    
        html { scroll-behavior: smooth; }
    
        select { 
            appearance: none; 
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23D4A574' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E"); 
            background-repeat: no-repeat; background-position: right 12px center; 
        }
    
        .glow-border {
            position: relative;
        }
        .glow-border::before {
            content: ''; position: absolute; inset: -1px; border-radius: inherit;
            background: linear-gradient(135deg, #8B1A3C, #D4A574, #C47B7B, #8B1A3C);
            background-size: 300% 300%; animation: glowRotate 4s linear infinite;
            z-index: -1; opacity: 0.4;
        }
        @keyframes glowRotate {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
    
        .marquee { animation: marquee 35s linear infinite; }
        @keyframes marquee { 
            0% { transform: translateX(0); } 
            100% { transform: translateX(-50%); } 
        }
    
        .btn-romantic {
            background: linear-gradient(135deg, #8B1A3C, #A61E4D);
            border: 1px solid rgba(212, 165, 116, 0.3);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }
        .btn-romantic::before {
            content: '';
            position: absolute;
            top: 0; left: -100%;
            width: 100%; height: 100%;
            background: linear-gradient(90deg, transparent, rgba(212, 165, 116, 0.2), transparent);
            transition: left 0.5s ease;
        }
        .btn-romantic:hover::before {
            left: 100%;
        }
        .btn-romantic:hover {
            box-shadow: 0 10px 40px rgba(139, 26, 60, 0.4);
            transform: translateY(-2px);
            border-color: rgba(212, 165, 116, 0.5);
        }
    
        .section-divider {
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(212, 165, 116, 0.3), transparent);
        }
       .footer-background{
           background: linear-gradient(
    250deg, #c70063 0%, #520431 50%, #a50052 100%);
       }
        .corner-decor {
            position: absolute;
            width: 60px; height: 60px;
            border: 1px solid rgba(212, 165, 116, 0.2);
        }
        .corner-decor.tl { top: -10px; left: -10px; border-right: none; border-bottom: none; }
        .corner-decor.tr { top: -10px; right: -10px; border-left: none; border-bottom: none; }
        .corner-decor.bl { bottom: -10px; left: -10px; border-right: none; border-top: none; }
        .corner-decor.br { bottom: -10px; right: -10px; border-left: none; border-top: none; }
    
        .romantic-badge {
            background: linear-gradient(135deg, rgba(139, 26, 60, 0.8), rgba(166, 30, 77, 0.8));
            border: 1px solid rgba(212, 165, 116, 0.3);
            backdrop-filter: blur(5px);
        }
    
        .img-glow:hover {
            box-shadow: 0 0 30px rgba(212, 165, 116, 0.3);
        }
    
        .text-glow {
            text-shadow: 0 0 20px rgba(212, 165, 116, 0.3);
        }
    
        .romantic-check {
            accent-color: #8B1A3C;
        }
    
        .loading-shimmer {
            background: linear-gradient(90deg, rgba(45, 10, 30, 0.8) 25%, rgba(139, 26, 60, 0.1) 50%, rgba(45, 10, 30, 0.8) 75%);
            background-size: 200% 100%;
            animation: shimmer 1.5s infinite;
        }
        
        
        