     :root {
            --primary-color: #FF9933; /* Saffron */
            --secondary-color: #D4AF37; /* Gold */
            --dark-shade: #2d2d2d;
        }

        body {
            font-family: 'Mukta', sans-serif;
            overflow-x: hidden;
            background-color: #fffaf5;
        }

        /* --- Navbar Styles --- */
        .navbar {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 2px solid var(--secondary-color);
            transition: all 0.3s ease;
        }

        /* लोगो और टेक्स्ट के बीच हल्का सा एनिमेशन */
    .navbar-brand:hover .logo-wrapper {
        transform: rotate(360deg);
        transition: 0.8s ease-in-out;
    }
    
    .navbar-brand:hover .brand-name {
        color: var(--secondary-color) !important;
        transition: 0.3s;
    }

    /* मोबाइल के लिए एडजस्टमेंट */
    @media (max-width: 576px) {
        .brand-name { font-size: 1.1rem !important; }
        .brand-subtext { font-size: 0.6rem !important; }
        .logo-wrapper img { height: 40px !important; width: 40px !important; }
        .navbar-nav{ 
            display: flex;
            justify-content: center;
            align-items: center;
        }

         .nav-item{
            width: 30%;
            margin-top:10px;

            
        }

    }

        .nav-link {
            color: var(--dark-shade) !important;
            font-weight: 600;
            margin: 0 15px;
            position: relative;
            transition: 0.3s;
        }

        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -5px;
            left: 0;
            background-color: var(--primary-color);
            transition: 0.3s;
        }

        .nav-link:hover::after {
            width: 100%;
        }

        /* --- Hero Section --- */
        .hero-section {
            min-height: 80vh;
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
                        url('https://kalisena.co.in/assets/img/Banner4.gif'); /* Replace with Swami Ji's Image */
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            padding-top: 80px;
        }

        .hero-content {
            background: rgba(0, 0, 0, 0.4);
            padding: 40px;
            border-left: 5px solid var(--primary-color);
            backdrop-filter: blur(5px);
            border-radius: 0 20px 20px 0;
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
            margin-bottom: 20px;
        }

        .hero-subtitle {
            font-size: 1.5rem;
            color: var(--primary-color);
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .btn-premium {
            background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
            border: none;
            color: white;
            padding: 12px 35px;
            font-weight: 600;
            border-radius: 50px;
            box-shadow: 0 4px 15px rgba(255, 153, 51, 0.4);
            transition: 0.4s;
        }

        .btn-premium:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
            color: #fff;
        }

        /* Responsive Fixes */
        @media (max-width: 768px) {
            .hero-title { font-size: 2.2rem; }
            .hero-content { border-radius: 20px; border-left: none; border-top: 5px solid var(--primary-color); }
        }



         .leading-relaxed { line-height: 1.8; }
        .divider { width: 80px; height: 4px; background: var(--primary-color); border-radius: 2px; }
        .divider.mx-auto { margin-left: auto; margin-right: auto; }
        
        .bg-light-orange { background-color: #fffaf5; }
        .bg-light-gold { background-color: #fff8e1; }
        .shadow-inner { box-shadow: inset 0 2px 10px rgba(0,0,0,0.05); }

        .about-image-wrapper { 
            position: relative; 
            border: 5px solid rgba(255, 153, 51, 0.2);
            z-index: 1;
        }

        .border-top-primary { border-top: 5px solid var(--primary-color) !important; transition: 0.3s; }
        .border-top-primary:hover { transform: translateY(-10px); }
        .stat-card { transition: 0.3s; }

        .border-left-gold { border-left: 5px solid var(--secondary-color) !important; }
        .feature-card { transition: 0.3s; }
        .feature-card:hover { 
            background-color: var(--primary-color) !important; 
            color: white !important; 
            transform: scale(1.05); 
        }
        .feature-card:hover i, .feature-card:hover p, .feature-card:hover h5 { color: white !important; }

        .bg-politics { 
            background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), 
                        url('https://images.unsplash.com/photo-1541976844346-f18aeac57b06?q=80&w=1964&auto=format&fit=crop'); 
            background-size: cover; 
            background-position: center; 
        }

        .prime-quote { border-left: 5px solid #0056b3; }
        .text-gradient {
            background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        /* --- Global styles for section padding and alignment --- */
        .about-section { background-color: #fffefb; }

        @media (max-width: 991px) {
            .about-image-wrapper { max-width: 300px; margin: 0 auto; }
            .service-highlight-box { padding: 30px; }
        }




                .service-card-premium {
            background: #ffffff;
            border: none;
            border-radius: 25px;
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            z-index: 1;
        }

        .service-card-premium:hover {
            transform: translateY(-15px);
            background: linear-gradient(145deg, #ffffff, #fff5e6);
            box-shadow: 0 20px 40px rgba(255, 153, 51, 0.15) !important;
        }

        .icon-box-round {
            width: 90px;
            height: 90px;
            background: rgba(255, 153, 51, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            color: var(--primary-color);
            transition: 0.5s;
        }

        .service-card-premium:hover .icon-box-round {
            background: var(--primary-color);
            color: white;
            transform: rotateY(360deg);
        }

        .active-card {
            border-bottom: 5px solid var(--primary-color);
        }

        .card-footer-decoration {
            position: absolute;
            bottom: -20px;
            right: -20px;
            width: 100px;
            height: 100px;
            background: rgba(255, 153, 51, 0.05);
            border-radius: 50%;
            z-index: -1;
            transition: 0.5s;
        }

        .service-card-premium:hover .card-footer-decoration {
            transform: scale(2);
            background: rgba(255, 153, 51, 0.1);
        }

        .text-gradient {
            background: linear-gradient(45deg, #FF9933, #D4AF37);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        @media (max-width: 768px) {
            .service-card-premium { padding: 30px !important; }
        }




         .bg-light-orange { background-color: #fffaf5; }
        .contact-icon {
            width: 50px;
            height: 50px;
            background: var(--primary-color);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            box-shadow: 0 4px 10px rgba(255, 153, 51, 0.3);
        }

        .social-btn {
            display: inline-flex;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: white;
            color: var(--dark-shade);
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: 0.3s ease;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }

        .social-btn:hover {
            transform: translateY(-5px);
            color: white;
        }

        .facebook:hover { background-color: #3b5998; }
        .twitter:hover { background-color: #1da1f2; }
        .youtube:hover { background-color: #ff0000; }

        .address-card {
            transition: 0.3s;
            cursor: default;
        }

        .address-card:hover {
            background-color: #fff3e0 !important;
            transform: translateX(10px);
        }



        .footer-heading::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 2px;
        background: var(--primary-color);
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        color: #adb5bd;
        text-decoration: none;
        transition: 0.3s;
        font-size: 0.95rem;
    }

    .footer-links a:hover {
        color: var(--primary-color);
        padding-left: 8px;
    }

    .social-circle {
        display: inline-flex;
        width: 38px;
        height: 38px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        color: white;
        text-decoration: none;
        transition: 0.3s;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .social-circle:hover {
        background: var(--primary-color);
        color: white;
        transform: translateY(-3px);
    }

    .text-gradient-gold {
        background: linear-gradient(45deg, #FF9933, #D4AF37);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .footer-professional input::placeholder {
        color: #666;
        font-size: 0.85rem;
    }

    @media (max-width: 768px) {
        /* .footer-professional { text-align: center; } */
        /* .footer-heading::after { left: 50%; transform: translateX(-50%); } */
        .footer-links a:hover { padding-left: 0; }
    }