 
        :root {
            --royal-maroon: #6b0f1a;
            --gold-leaf: #d4af37;
            --antique-white: #fdfaf5;
            --deep-charcoal: #1a1a1a;
        }

        body {
            font-family: 'Outfit', sans-serif;
            background-color: var(--antique-white);
            background-image: url('https://www.transparenttextures.com/patterns/paper-fibers.png');
            color: var(--deep-charcoal);
            overflow-x: hidden;
        }

        /* --- HEADER & NAV (UNTOUCHED AS PER REQUEST) --- */
        .top-shelf {
            background: var(--deep-charcoal);
            color: var(--gold-leaf);
            font-size: 0.8rem;
            padding: 5px 0;
            letter-spacing: 1px;
            border-bottom: 1px solid var(--gold-leaf);
        }

        .header-container {
            margin-top: 20px;
            padding: 0 15px;
        }

        .navbar-custom {
            background: white;
            border-radius: 100px;
            padding: 10px 30px;
            box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
            border: 1px solid rgba(212, 175, 55, 0.3);
        }

        .navbar-brand {
            font-family: 'Cinzel', serif;
            font-weight: 700;
            color: var(--royal-maroon) !important;
        }
         .brand-logo-frame img{
            height: 35px;
         }

        .brand-logo-frame {
            background: white;
            padding: 5px;
            border-radius: 50%;
            border: 2px solid var(--gold-leaf);
            margin-right: 15px;
        }

        .nav-link {
            text-transform: uppercase;
            font-weight: 600;
            font-size: 0.85rem;
            color: var(--deep-charcoal) !important;
            padding: 10px 20px !important;
            border-radius: 50px;
            transition: all 0.3s;
        }

        .nav-link:hover {
            background: var(--royal-maroon);
            color: var(--gold-leaf) !important;
        }

        .btn-royal-admin {
            background: var(--royal-maroon);
            color: var(--gold-leaf) !important;
            border: 1px solid var(--gold-leaf);
            border-radius: 50px;
            padding: 10px 25px !important;
            font-family: 'Cinzel', serif;
            font-weight: 700;
        }

        .logotextfirst {
            font-size: 1.2rem;
            line-height: 1;
        }

        .logotextsecond {
            font-size: 0.9rem;
            font-weight: 400;
            letter-spacing: 3px;
            color: var(--gold-leaf);
        }
        @media (max-width:576px){
            .logotextfirst{
                font-size: 0.8rem;
            }
            .logotextsecond {
                font-size: 0.4rem;
            }
        }

        /* --- HERO SLIDER (ZOOMVILLA STYLE) --- */
        .hero-slider-section {
            padding: 60px 0;
            position: relative;
        }

        .carousel-item {
            min-height: 600px;
        }

        .slider-content {
            background: white;
            padding: 60px;
            border-left: 8px solid var(--gold-leaf);
            box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.05);
            position: relative;
            z-index: 5;
            margin-right: -100px;
            /* Overlap effect */
        }

        .slider-content h6 {
            font-weight: 700;
            letter-spacing: 4px;
            color: var(--gold-leaf);
            text-transform: uppercase;
        }

        .slider-content h1 {
            font-family: 'Cinzel', serif;
            font-size: 4rem;
            line-height: 1;
            margin: 20px 0;
            color: var(--royal-maroon);
        }

        .slider-image-box {
            position: relative;
            overflow: hidden;
        }

        .slider-image-box img {
            width: 100%;
            height: 600px;
            object-fit: cover;
            box-shadow: 40px 40px 0px var(--royal-maroon);
            /* ZoomVilla Shadow */
        }

        .btn-zoom {
            background: var(--deep-charcoal);
            color: white;
            border: none;
            padding: 15px 40px;
            font-weight: 700;
            font-size: 0.8rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            border-radius: 0;
            transition: 0.4s;
            clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
        }

        .btn-zoom:hover {
            background: var(--gold-leaf);
            color: var(--royal-maroon);
            transform: translateX(10px);
        }

        /* Carousel Controls Customization */
        .carousel-control-prev,
        .carousel-control-next {
            width: 60px;
            height: 60px;
            background: var(--royal-maroon);
            top: 50%;
            opacity: 1;
            border-radius: 50%;
            margin: 0 20px;
        }

        .ethnic-pattern {
            width: 100%;
            height: 5px;
            background: repeating-linear-gradient(45deg, var(--gold-leaf), var(--gold-leaf) 10px, var(--royal-maroon) 10px, var(--royal-maroon) 20px);
        }

        @media (max-width: 991px) {
            .slider-content {
                margin-right: 0;
                margin-bottom: 40px;
                padding: 30px;
            }

            .carousel-item {
                min-height: auto;
            }

            .slider-image-box img {
                height: 400px;
                box-shadow: 15px 15px 0px var(--royal-maroon);
            }

            .slider-content h1 {
                font-size: 2.5rem;
            }
        }





              /* CHAIRMAN SECTION STYLES */
        .chairman-img-wrapper {
            position: relative;
            padding-right: 30px;
            padding-bottom: 30px;
        }

        .chairman-img {
            width: 100%;
            height: 550px;
            object-fit: cover;
            position: relative;
            z-index: 2;
            box-shadow: 20px 20px 0px var(--royal-maroon); /* Dark Royal Shadow */
        }

        .gold-frame-decorative {
            position: absolute;
            top: -20px;
            right: 0px;
            width: 80%;
            height: 80%;
            border: 2px solid var(--gold-leaf);
            z-index: 1;
        }

        .experience-badge {
            position: absolute;
            bottom: 50px;
            left: -20px;
            background: var(--gold-leaf);
            color: white;
            padding: 20px;
            z-index: 3;
            display: flex;
            align-items: center;
            gap: 15px;
            box-shadow: 10px 10px 30px rgba(0,0,0,0.2);
        }

        .experience-badge .num {
            font-size: 2.5rem;
            font-weight: 800;
            line-height: 1;
            font-family: 'Cinzel', serif;
        }

        .experience-badge .txt {
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 1px;
            line-height: 1.2;
        }

        .dash {
            width: 40px;
            height: 2px;
            background: var(--gold-leaf);
            margin-right: 15px;
        }

        .section-tag {
            font-weight: 800;
            letter-spacing: 3px;
            color: var(--gold-leaf);
            font-size: 0.8rem;
        }

        .contact-circle {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 1px solid #ddd;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--royal-maroon);
            transition: 0.3s;
            cursor: pointer;
        }

        .contact-circle:hover {
            background: var(--royal-maroon);
            color: white;
            border-color: var(--royal-maroon);
        }

        @media (max-width: 991px) {
            .chairman-img { height: 400px; box-shadow: 10px 10px 0px var(--royal-maroon); }
            .experience-badge { left: 10px; bottom: 20px; }
        }



          /* ABOUT SECTION UNIQUE STYLES */
        .fw-800 { font-weight: 800; }
        
        .bg-watermark {
            position: absolute;
            top: 10%;
            left: 50%;
            transform: translateX(-50%);
            font-size: 15vw;
            font-weight: 900;
            color: rgba(0,0,0,0.03);
            z-index: 0;
            font-family: 'Syne', sans-serif;
            pointer-events: none;
            user-select: none;
        }

        .gold-line {
            width: 40px;
            height: 2px;
            background: var(--gold-leaf);
            margin-right: 15px;
        }

        /* Feature Items */
        .feature-item {
            padding: 20px;
            background: #fdfaf5;
            border-left: 3px solid var(--gold-leaf);
            transition: 0.3s;
        }
        .feature-item:hover { background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
        .feature-item h6 { font-weight: 700; color: var(--royal-maroon); margin-bottom: 5px; }
        .icon-wrap { color: var(--gold-leaf); font-size: 1.5rem; margin-bottom: 10px; }

        /* Image Grid Style */
        .about-image-grid { padding: 40px; }
        
        .main-img-box {
            position: relative;
            z-index: 2;
            box-shadow: 30px 30px 0px -5px #f1f1f1;
        }
        .main-img-box img { width: 100%; 
        /*height: 500px; */
        object-fit: cover; }

        .small-img-box {
            position: absolute;
            bottom: -30px;
            left: -30px;
            width: 250px;
            z-index: 3;
            border: 10px solid white;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }

        .stats-card {
            position: absolute;
            top: -10px;
            right: 10px;
            background: var(--royal-maroon);
            color: white;
            padding: 25px;
            z-index: 4;
            text-align: center;
            box-shadow: 15px 15px 0px var(--gold-leaf);
        }

        @media (max-width: 991px) {
            .about-image-grid { padding: 0; }
            .main-img-box img { height: 350px; }
            .stats-card { padding: 15px; top: 0; right: 0; }
            /* .bg-watermark { display: none; } */
        }



        /* COMPACT UI STYLES */
        .mini-dept-card {
            background: white;
            padding: 20px 15px;
            border: 1px solid #eee;
            transition: 0.3s;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            height: 100%;
        }

        .mini-dept-card h5 {
            font-size: 1rem;
            font-weight: 700;
            margin: 0;
            color: var(--deep-charcoal);
        }

        .mini-dept-card p {
            font-size: 0.75rem;
            margin: 0;
            color: #777;
        }

        .mini-icon {
            width: 45px;
            height: 45px;
            background: #f9f9f9;
            color: var(--royal-maroon);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            margin-right: 12px;
            font-size: 1.2rem;
            transition: 0.3s;
        }

        .mini-dept-card:hover {
            background: white;
            border-color: var(--gold-leaf);
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
            transform: translateY(-3px);
        }

        .mini-dept-card:hover .mini-icon {
            background: var(--royal-maroon);
            color: white;
        }

        .active-card {
            border-left: 4px solid var(--gold-leaf);
            background: #fffdf9;
        }

        .btn-minimal {
            text-decoration: none;
            color: var(--royal-maroon);
            font-weight: 700;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* Mobile Specific Optimization */
        @media (max-width: 768px) {
            .mini-dept-card {
                padding: 15px 10px;
            }
            .mini-icon {
                width: 35px;
                height: 35px;
                font-size: 1rem;
                margin-right: 8px;
            }
            .mini-dept-card h5 { font-size: 0.85rem; }
            .mini-dept-card p { font-size: 0.65rem; }
        }


           /* ZOOMVILLA COMPACT SERVICE TILES */
        .service-tile {
            display: flex;
            align-items: center;
            background: #fff;
            padding: 15px 20px;
            border: 1px solid #f0f0f0;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            position: relative;
            height: 100%;
        }

        .service-tile::before {
            content: "";
            position: absolute;
            left: 0; top: 0; width: 0; height: 100%;
            background: var(--royal-maroon);
            z-index: 0;
            transition: all 0.4s ease;
        }

        .service-tile:hover::before {
            width: 100%;
        }

        .s-icon {
            font-size: 1.5rem;
            color: var(--gold-leaf);
            margin-right: 15px;
            z-index: 1;
            transition: 0.4s;
        }

        .s-info {
            z-index: 1;
            transition: 0.4s;
        }

        .s-info h5 {
            font-size: 0.95rem;
            font-weight: 700;
            margin: 0;
            color: var(--deep-charcoal);
            transition: 0.4s;
        }

        .s-info a {
            font-size: 0.7rem;
            font-weight: 700;
            color: var(--gold-leaf);
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: inline-block;
            margin-top: 3px;
        }

        .service-tile:hover .s-info h5, 
        .service-tile:hover .s-icon {
            color: #fff;
        }

        .service-tile:hover .s-info a {
            color: #ccc;
        }

        .highlight-tile {
            border-bottom: 3px solid var(--gold-leaf);
        }

        /* Mobile Adjustments */
        @media (max-width: 768px) {
            .service-tile {
                padding: 12px 15px;
            }
            .s-icon { font-size: 1.2rem; }
            .s-info h5 { font-size: 0.85rem; }
        }


                /* GRIEVANCE SECTION SPECIFIC STYLES */
        .btn-grievance {
            background: var(--gold-leaf);
            color: #fff;
            padding: 20px 40px;
            border: none;
            font-weight: 800;
            letter-spacing: 2px;
            font-size: 0.85rem;
            transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            position: relative;
            z-index: 1;
            clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
        }

        .btn-grievance:hover {
            background: #fff;
            color: var(--royal-maroon);
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.3);
        }

        /* Modal Customization */
        .modal-content {
            background-color: #fff;
            box-shadow: 0 25px 50px rgba(0,0,0,0.4);
        }
        
        .form-control:focus {
            box-shadow: none;
            border-color: var(--gold-leaf);
        }



               /* SCHEMES SECTION UNIQUE STYLES (ZOOMVILLA INSPIRED) */
        .vertical-text {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%) rotate(-90deg);
            font-size: 3rem;
            font-weight: 900;
            color: rgba(0,0,0,0.05);
            font-family: 'Syne', sans-serif;
            white-space: nowrap;
            letter-spacing: 10px;
            pointer-events: none;
        }

        .scheme-card {
            background: white;
            border: 1px solid #f0f0f0;
            transition: all 0.4s ease;
            height: 100%;
        }

        .scheme-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.08);
            border-color: var(--gold-leaf);
        }

        .scheme-img {
            position: relative;
            overflow: hidden;
            height: 200px;
        }

        .scheme-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.6s;
        }

        .scheme-card:hover .scheme-img img {
            transform: scale(1.1);
        }

        .scheme-tag {
            position: absolute;
            bottom: 0;
            left: 0;
            background: var(--royal-maroon);
            color: white;
            font-size: 0.6rem;
            font-weight: 800;
            padding: 8px 15px;
            letter-spacing: 1px;
            z-index: 2;
        }

        .scheme-body {
            padding: 25px 20px;
        }

        .scheme-body h5 {
            font-family: 'Syne', sans-serif;
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 12px;
            color: var(--deep-charcoal);
        }

        .scheme-body p {
            font-size: 0.85rem;
            color: #777;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .read-more-link {
            font-size: 0.75rem;
            font-weight: 800;
            color: var(--gold-leaf);
            text-decoration: none;
            letter-spacing: 1px;
            transition: 0.3s;
        }

        .read-more-link:hover {
            color: var(--royal-maroon);
            padding-left: 5px;
        }

        /* Mobile Specific */
        @media (max-width: 768px) {
            .scheme-img { height: 180px; }
            .scheme-body { padding: 20px 15px; }
            .scheme-body h5 { font-size: 1rem; }
        }




         /* GALLERY UNIQUE STYLES */
        .gallery-filters {
            display: flex;
            gap: 20px;
            justify-content: flex-end;
        }
        .filter-btn {
            font-size: 0.75rem;
            font-weight: 800;
            letter-spacing: 2px;
            cursor: pointer;
            color: #999;
            transition: 0.3s;
            position: relative;
        }
        .filter-btn.active, .filter-btn:hover { color: var(--royal-maroon); }
        .filter-btn.active::after {
            content: '';
            position: absolute;
            bottom: -5px; left: 0;
            width: 100%; height: 2px; background: var(--gold-leaf);
        }

        .gallery-item {
            position: relative;
            overflow: hidden;
            cursor: pointer;
            background: #f0f0f0;
        }

        .img-tall { height: 500px; width: 100%; object-fit: cover; }
        .img-square { height: 242px; width: 100%; object-fit: cover; }

        .gallery-overlay {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(107, 15, 26, 0.85); /* Royal Maroon Overlay */
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            transform: translateY(20px);
        }

        .gallery-item:hover .gallery-overlay {
            opacity: 1;
            transform: translateY(0);
        }

        .gallery-overlay i {
            font-size: 2rem;
            color: var(--gold-leaf);
            margin-bottom: 10px;
        }

        .gallery-overlay p {
            color: white;
            font-weight: 700;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        @media (max-width: 768px) {
            .gallery-filters { justify-content: flex-start; margin-bottom: 20px; }
            .img-tall { height: 300px; }
        }


                .fw-900 { font-weight: 900; }
        .gold-text-vertical {
            writing-mode: vertical-lr;
            transform: rotate(180deg);
            color: var(--gold-leaf);
            font-weight: 800;
            letter-spacing: 5px;
            font-size: 0.7rem;
            margin-bottom: 20px;
            display: inline-block;
        }

        /* The Rail System */
        .event-rail { border-top: 1px solid rgba(255,255,255,0.1); }

        .rail-item {
            display: flex;
            padding: 40px 0;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
            cursor: pointer;
            position: relative;
        }

        .rail-number {
            font-family: 'Syne';
            font-size: 1.2rem;
            color: var(--gold-leaf);
            font-weight: 800;
            width: 80px;
            padding-top: 10px;
        }

        .rail-content { flex: 1; }

        .rail-meta {
            font-size: 0.7rem;
            letter-spacing: 2px;
            color: rgba(255,255,255,0.4);
            margin-bottom: 10px;
        }

        .rail-title {
            color: #fff;
            font-family: 'Syne';
            font-size: 2rem;
            font-weight: 700;
            margin: 0;
            transition: 0.4s;
        }

        /* The Innovative Part: Hidden Reveal */
        .rail-reveal {
            max-height: 0;
            overflow: hidden;
            transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
            display: flex;
            gap: 30px;
            align-items: center;
        }

        .rail-reveal p {
            color: #aaa;
            margin-top: 20px;
            font-size: 1rem;
            max-width: 400px;
        }

        .rail-reveal img {
            width: 250px;
            height: 150px;
            object-fit: cover;
            margin-top: 20px;
            border: 2px solid var(--gold-leaf);
        }

        /* Hover Interaction */
        .rail-item:hover {
            background: rgba(212, 175, 55, 0.03);
            padding: 60px 20px;
        }

        .rail-item:hover .rail-reveal {
            max-height: 300px;
            opacity: 1;
        }

        .rail-item:hover .rail-title {
            color: var(--gold-leaf);
            transform: translateX(10px);
        }

        /* Mobile Adjustments */
        @media (max-width: 768px) {
            .rail-title { font-size: 1.4rem; }
            .rail-reveal { flex-direction: column; align-items: flex-start; gap: 10px; }
            .rail-reveal img { width: 100%; height: 200px; }
            .rail-number { width: 50px; }
            .rail-item:hover { padding: 40px 10px; }
        }




         .staff-card {
            background: transparent;
            position: relative;
            transition: 0.4s;
        }

        .staff-img-box {
            position: relative;
            overflow: hidden;
            background: #f0f0f0;
            aspect-ratio: 1/1.2;
            border-bottom: 4px solid #eee;
            transition: 0.4s;
        }

        .staff-img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.6s;
        }

        .staff-overlay {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(107, 15, 26, 0.9); /* Royal Maroon Overlay */
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: 0.4s;
            transform: translateY(20px);
        }

        .staff-card:hover .staff-overlay {
            opacity: 1;
            transform: translateY(0);
        }

        .staff-card:hover .staff-img-box {
            border-bottom-color: var(--gold-leaf);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }

        .staff-card:hover .staff-img-box img {
            filter: grayscale(0%);
            transform: scale(1.05);
        }

        .staff-contacts {
            display: flex;
            gap: 15px;
        }

        .staff-contacts a {
            width: 40px;
            height: 40px;
            background: var(--gold-leaf);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            border-radius: 0; /* ZoomVilla uses square edges */
            transition: 0.3s;
        }

        .staff-contacts a:hover {
            background: #fff;
            color: var(--royal-maroon);
        }

        .staff-info h5 {
            font-family: 'Syne', sans-serif;
            font-size: 1.05rem;
            font-weight: 700;
            color: var(--deep-charcoal);
        }

        .designation {
            font-size: 0.7rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--gold-leaf);
        }

        @media (max-width: 768px) {
            .staff-info h5 { font-size: 0.9rem; }
            .designation { font-size: 0.6rem; letter-spacing: 1px; }
            .staff-contacts a { width: 35px; height: 35px; }
        }



          .download-card {
            background: #fff;
            padding: 20px;
            display: flex;
            align-items: center;
            border: 1px solid #eee;
            transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
            position: relative;
        }

        .file-icon {
            font-size: 1.8rem;
            color: var(--royal-maroon);
            margin-right: 15px;
            opacity: 0.7;
        }

        .file-info {
            flex-grow: 1;
        }

        .file-info h5 {
            font-size: 0.95rem;
            font-weight: 700;
            margin: 0;
            color: var(--deep-charcoal);
            font-family: 'Syne', sans-serif;
        }

        .file-info p {
            font-size: 0.7rem;
            color: #999;
            margin: 0;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 600;
        }

        .download-btn {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--gold-leaf);
            font-size: 1.2rem;
            transition: 0.3s;
            text-decoration: none;
        }

        .download-card:hover {
            border-color: var(--gold-leaf);
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        }

        .download-card:hover .download-btn {
            background: var(--royal-maroon);
            color: #fff;
        }

        .highlight-form {
            border-left: 4px solid var(--gold-leaf);
        }

        /* Mobile Adjustments */
        @media (max-width: 768px) {
            .download-card { padding: 15px; }
            .file-icon { font-size: 1.5rem; }
            .file-info h5 { font-size: 0.85rem; }
        }




          .feedback-watermark {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            font-size: 15vw;
            font-weight: 900;
            color: rgba(255,255,255,0.03);
            font-family: 'Syne', sans-serif;
            pointer-events: none;
        }

        .feedback-wrapper {
            border-bottom: 5px solid var(--gold-leaf);
        }

        /* Floating Input Styling */
        .zoom-form .form-control, .zoom-form .form-select {
            border: none;
            border-bottom: 1px solid #ddd;
            border-radius: 0;
            padding-left: 0;
            font-size: 0.9rem;
            font-weight: 600;
        }

        .zoom-form .form-control:focus {
            box-shadow: none;
            border-bottom-color: var(--gold-leaf);
        }

        .zoom-form label {
            padding-left: 0;
            font-size: 0.7rem;
            font-weight: 800;
            letter-spacing: 1px;
            color: #999;
        }

        /* Emoji Meter */
        .emoji-btn {
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.1);
            font-size: 1.5rem;
            padding: 10px;
            transition: 0.3s;
            cursor: pointer;
        }

        .emoji-btn:hover, .emoji-btn.active {
            background: var(--gold-leaf);
            transform: scale(1.1);
        }

        /* Submit Button */
        .btn-submit-feedback {
            background: var(--royal-maroon);
            color: white;
            border: none;
            padding: 15px 40px;
            font-weight: 800;
            letter-spacing: 2px;
            font-size: 0.8rem;
            transition: 0.4s;
            width: 100%;
        }

        .btn-submit-feedback:hover {
            background: var(--gold-leaf);
            color: #111;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }

        @media (max-width: 768px) {
            /* .feedback-watermark { display: none; } */
            .btn-submit-feedback { padding: 12px; }
        }


         .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 20px;
        }

        .c-icon {
            width: 50px;
            height: 50px;
            background: rgba(212, 175, 55, 0.1);
            border: 1px solid var(--gold-leaf);
            color: var(--gold-leaf);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            flex-shrink: 0;
            transition: 0.3s;
        }

        .contact-item:hover .c-icon {
            background: var(--gold-leaf);
            color: #000;
            transform: rotateY(180deg);
        }

        .c-text h6 {
            font-size: 0.75rem;
            font-weight: 800;
            letter-spacing: 2px;
            color: var(--gold-leaf);
            margin-bottom: 8px;
        }

        .c-text p {
            font-size: 0.95rem;
            color: #ccc;
            line-height: 1.6;
            margin: 0;
        }

        .c-socials a {
            color: #fff;
            margin-right: 25px;
            font-size: 1.1rem;
            transition: 0.3s;
        }

        .c-socials a:hover {
            color: var(--gold-leaf);
        }

        .map-container {
            position: relative;
        }

        .map-floating-tag {
            position: absolute;
            bottom: 30px;
            right: 30px;
            background: var(--royal-maroon);
            color: #fff;
            padding: 10px 25px;
            font-family: 'Syne';
            font-weight: 800;
            font-size: 0.8rem;
            letter-spacing: 2px;
            box-shadow: 10px 10px 0px var(--gold-leaf);
        }

        /* Gray Map Filter to match ZoomVilla theme */
        .map-container iframe {
            filter: grayscale(1) invert(0.1);
        }

        @media (max-width: 991px) {
            .map-container { min-height: 350px; }
            .map-floating-tag { bottom: 20px; right: 20px; font-size: 0.7rem; }
        } 
         
      .footer-zoom {
        font-family: "Outfit", sans-serif;
      }
      .text-gold {
        color: var(--gold-leaf);
      }
      .fw-900 {
        font-weight: 900;
      }
      .letter-spacing-2 {
        letter-spacing: 2px;
      }

      .footer-title {
        font-family: "Syne";
        font-weight: 800;
        font-size: 0.8rem;
        letter-spacing: 2px;
        color: #fff;
        position: relative;
        padding-bottom: 10px;
      }

      .footer-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 30px;
        height: 2px;
        background: var(--gold-leaf);
      }

      .footer-links li {
        margin-bottom: 12px;
      }
      .footer-links a {
        color: #aaa;
        text-decoration: none;
        font-size: 0.85rem;
        transition: 0.3s;
        font-weight: 500;
      }

      .footer-links a:hover {
        color: var(--gold-leaf);
        padding-left: 8px;
      }

      .social-links-footer a {
        width: 35px;
        height: 35px;
        background: #1a1a1a;
        color: var(--gold-leaf);
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: 0.3s;
        border: 1px solid #333;
      }

      .social-links-footer a:hover {
        background: var(--gold-leaf);
        color: #000;
        transform: translateY(-3px);
      }

      /* Mobile Adjustments */
      @media (max-width: 768px) {
        .footer-zoom {
          text-align: center;
        }
        .footer-title::after {
          left: 50%;
          transform: translateX(-50%);
        }
        .social-links-footer {
          justify-content: center;
        }
        .footer-contact-box div {
          justify-content: center;
        }
      } 
      
      
      .page-header{
        height:220px;
        background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url('/web/images/g11.png');
        background-size:cover;
        background-position:center;
        }
        
        .page-header h1{
        font-size:42px;
        font-weight:700;
        }
        
        .page-header p{
        color:#ddd;
        }
        
        .breadcrumb-wrapper{
        background:#f8f9fa;
        border-bottom:1px solid #eee;
        }
        
        .breadcrumb a{
        text-decoration:none;
        color:#b8860b;
        font-weight:600;
        }
        
        .breadcrumb-item.active{
        color:#444;
        }