:root {
            --primary-dark: #0b0f19;
            --secondary-dark: #161d2f;
            --card-dark: #1a233a;
            --accent-gold: #e5a93b;
            --accent-gold-light: #fcd34d;
            --whatsapp-green: #25d366;
            --text-light: #ffffff;
            --text-gray: #cbd5e1;
            --border-color: #2a3449;
            --red-price: #cc2233;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Poppins', 'Tiro Devanagari Hindi', sans-serif;
        }

        body {
            background-color: var(--primary-dark);
            color: var(--text-light);
            line-height: 1.6;
        }

        .container {
            max-width: 1250px;
            margin: 0 auto;
            padding: 0 20px;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        /* --- HERO SECTION --- */
        .hero {
            background: linear-gradient(135deg, rgba(5, 7, 12, 0.93), rgba(22, 29, 47, 0.90)), 
                        url('https://images.unsplash.com/photo-1589391886645-d51941baf7fb?q=80&w=1600&auto=format&fit=crop'); 
            background-size: cover;
            background-position: center;
            border-bottom: 4px solid var(--accent-gold);
            padding: 45px 0 35px 0;
        }

        .hero-grid {
            display: grid;
            grid-template-columns: 1.8fr 1.2fr;
            gap: 30px;
            align-items: center;
        }

        .brand-header {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 20px;
        }

        .logo-box {
            width: 110px;
            height: 110px;
            border: 3px solid var(--accent-gold);
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background: rgba(0,0,0,0.85);
            box-shadow: 0 0 20px rgba(229, 169, 59, 0.4);
            text-align: center;
            flex-shrink: 0;
        }

        .logo-box .ar-text {
            font-size: 36px;
            font-weight: 800;
            color: var(--accent-gold);
            line-height: 1;
        }

        .logo-box .ar-sub {
            font-size: 9px;
            color: #fff;
            letter-spacing: 1px;
        }

        .brand-title h1 {
            font-size: 42px;
            font-weight: 800;
            color: #fff;
            line-height: 1.1;
        }

        .brand-title h1 span {
            color: var(--accent-gold);
        }

        .brand-title p.desc-en {
            font-weight: 700;
            letter-spacing: 2px;
            color: #94a3b8;
            font-size: 14px;
        }

        .brand-title h2.desc-hi {
            font-size: 26px;
            color: #fff;
            font-weight: 700;
            margin-top: 5px;
        }

        .motto-bar {
            background: var(--accent-gold);
            color: #000;
            font-weight: 800;
            text-align: center;
            padding: 10px;
            font-size: 18px;
            letter-spacing: 1.5px;
            border-radius: 4px;
            margin: 20px 0;
            box-shadow: 0 4px 12px rgba(0,0,0,0.4);
        }

        .tagline-hindi-box {
            background: rgba(255, 255, 255, 0.08);
            text-align: center;
            padding: 12px;
            border-radius: 6px;
            font-size: 18px;
            color: var(--accent-gold-light);
            border: 1px dashed var(--accent-gold);
        }

        .hero-right-gallery {
            position: relative;
        }

        .featured-img-card {
            position: relative;
            height: 280px;
            border-radius: 8px;
            border: 2px solid var(--accent-gold);
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0,0,0,0.6);
        }

        .featured-img-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .confidential-badge {
            position: absolute;
            bottom: 12px;
            right: 12px;
            background: rgba(0,0,0,0.9);
            border: 2px solid var(--accent-gold);
            color: var(--accent-gold);
            padding: 10px 16px;
            border-radius: 6px;
            text-align: center;
            font-size: 13px;
        }

        /* --- CONTACT INFOBAR --- */
        .info-bar {
            background: var(--secondary-dark);
            border-bottom: 1px solid var(--border-color);
            padding: 15px 0;
            margin-bottom: 35px;
        }

        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
        }

        .info-item {
            display: flex;
            align-items: center;
            gap: 15px;
            background: rgba(255,255,255,0.03);
            padding: 12px 20px;
            border-radius: 6px;
            border-left: 4px solid var(--accent-gold);
        }

        .info-item.whatsapp-item {
            border-left-color: var(--whatsapp-green);
        }

        .info-item i {
            font-size: 26px;
            color: var(--accent-gold);
        }

        .info-item.whatsapp-item i {
            color: var(--whatsapp-green);
        }

        .info-item div span {
            display: block;
            font-size: 12px;
            color: #94a3b8;
            text-transform: uppercase;
        }

        .info-item div strong {
            font-size: 17px;
            color: #fff;
        }

        /* --- ABOUT US SECTION (NEW) --- */
        .about-section {
            background: var(--secondary-dark);
            border: 1px solid var(--border-color);
            border-radius: 8px;
            padding: 35px;
            margin-bottom: 40px;
            position: relative;
            overflow: hidden;
        }

        .about-grid {
            display: grid;
            grid-template-columns: 2.2fr 1fr;
            gap: 30px;
            align-items: center;
        }

        .about-content h3 {
            color: var(--accent-gold);
            font-size: 24px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .about-content h2 {
            font-size: 28px;
            color: #fff;
            margin-bottom: 15px;
        }

        .about-content p {
            color: var(--text-gray);
            font-size: 15px;
            margin-bottom: 15px;
            line-height: 1.8;
        }

        .about-highlights {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
            margin-top: 20px;
        }

        .highlight-box {
            background: rgba(255,255,255,0.04);
            border: 1px solid var(--border-color);
            padding: 15px;
            border-radius: 6px;
            border-left: 3px solid var(--accent-gold);
        }

        .highlight-box strong {
            display: block;
            color: #fff;
            font-size: 16px;
        }

        .highlight-box span {
            color: var(--text-gray);
            font-size: 13px;
        }

        .about-image-card {
            border: 2px solid var(--accent-gold);
            border-radius: 8px;
            overflow: hidden;
            height: 100%;
            min-height: 250px;
            position: relative;
        }

        .about-image-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .pan-india-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            background: var(--accent-gold);
            color: #000;
            font-weight: 800;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 12px;
            text-transform: uppercase;
        }

        /* --- IMAGE BANNER STRIP --- */
        .image-banner-strip {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-bottom: 40px;
        }

        .banner-img-box {
            height: 200px;
            border-radius: 8px;
            overflow: hidden;
            position: relative;
            border: 1px solid var(--border-color);
        }

        .banner-img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .banner-img-box:hover img {
            transform: scale(1.05);
        }

        .banner-img-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
            display: flex;
            align-items: flex-end;
            padding: 15px;
        }

        .banner-img-overlay span {
            color: var(--accent-gold-light);
            font-weight: 700;
            font-size: 15px;
        }

        /* --- DETAILED MAIN GRID --- */
        .main-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }

        .card-column {
            background: var(--secondary-dark);
            border: 1px solid var(--border-color);
            border-radius: 8px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }

        .card-header {
            background: linear-gradient(90deg, #0b0f19 0%, #1e293b 100%);
            color: #fff;
            padding: 18px 20px;
            font-size: 19px;
            font-weight: 700;
            border-bottom: 2px solid var(--accent-gold);
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .card-header i {
            color: var(--accent-gold);
        }

        .card-body {
            padding: 22px;
            flex-grow: 1;
        }

        /* DETAILED SERVICES LISTING */
        .service-item {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 1px solid rgba(255,255,255,0.05);
        }

        .service-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .service-icon {
            width: 45px;
            height: 45px;
            background: rgba(229, 169, 59, 0.1);
            border: 1px solid var(--accent-gold);
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent-gold);
            font-size: 18px;
            flex-shrink: 0;
        }

        .service-details h4 {
            font-size: 16px;
            color: #fff;
        }

        .service-details .sub-en {
            font-size: 12px;
            color: var(--accent-gold);
            font-weight: 600;
            display: block;
        }

        .service-details p {
            font-size: 13px;
            color: var(--text-gray);
            margin-top: 2px;
        }

        /* LEGAL SERVICES GRID */
        .services-new-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
            margin-bottom: 20px;
        }

        .service-card-new {
            background: var(--card-dark);
            padding: 12px;
            border-radius: 6px;
            text-align: center;
            border: 1px solid var(--border-color);
        }

        .service-card-new i {
            font-size: 22px;
            color: var(--accent-gold);
            margin-bottom: 6px;
            display: block;
        }

        .service-card-new h4 {
            font-size: 13px;
            color: #fff;
        }

        .service-card-new span {
            font-size: 11px;
            color: #94a3b8;
            display: block;
        }

        /* CHARGES TABLES */
        .charges-table {
            width: 100%;
            border-collapse: collapse;
        }

        .charges-table tr {
            border-bottom: 1px solid rgba(255,255,255,0.05);
        }

        .charges-table td {
            padding: 12px 8px;
            font-size: 14px;
        }

        .charges-table td:last-child {
            text-align: right;
            font-weight: 700;
            color: var(--accent-gold-light);
            white-space: nowrap;
        }

        .price-tag-large {
            background: var(--red-price);
            color: #fff;
            text-align: center;
            padding: 18px;
            border-radius: 8px;
            font-size: 32px;
            font-weight: 800;
            margin-bottom: 25px;
            border: 2px solid #fff;
            box-shadow: 0 4px 15px rgba(204, 34, 51, 0.3);
        }

        .price-tag-large small {
            font-size: 13px;
            display: block;
            color: rgba(255,255,255,0.9);
        }

        .charges-note {
            background: rgba(0, 0, 0, 0.4);
            border: 1px solid var(--accent-gold);
            padding: 15px;
            border-radius: 6px;
            margin-top: 20px;
            display: flex;
            gap: 12px;
            align-items: center;
            font-size: 13px;
            color: var(--text-gray);
        }

        .charges-note i {
            color: var(--accent-gold);
            font-size: 22px;
        }

        /* WHY CHOOSE US ITEMS */
        .why-item {
            display: flex;
            gap: 15px;
            margin-bottom: 18px;
            align-items: flex-start;
        }

        .why-icon {
            width: 38px;
            height: 38px;
            background: var(--accent-gold);
            color: #000;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .why-text h4 {
            font-size: 15px;
            color: #fff;
        }

        .why-text p {
            font-size: 13px;
            color: var(--text-gray);
        }

        /* --- LOWER CARDS & BOTTOM ADDRESS --- */
        .lower-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }

        .image-feature-col {
            position: relative;
            padding: 30px;
            border-radius: 8px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            border: 2px solid var(--border-color);
            background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.9)), 
                        url('https://images.unsplash.com/photo-1508921912186-1d1a45ebb3c1?q=80&w=800&auto=format&fit=crop');
            background-size: cover;
            background-position: center;
        }

        .features-strip {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 8px;
            margin-top: 15px;
        }

        .strip-item {
            background: rgba(255,255,255,0.05);
            padding: 10px 5px;
            border-radius: 4px;
            border: 1px solid var(--border-color);
            text-align: center;
        }

        .strip-item i {
            color: var(--accent-gold);
            display: block;
            margin-bottom: 4px;
        }

        .strip-item span {
            font-size: 11px;
        }

        .bottom-contact-card {
            background: linear-gradient(135deg, #111827, #0b0f19);
            border: 2px solid var(--accent-gold);
            border-radius: 8px;
            padding: 25px;
        }

        .bottom-contact-card h3 {
            color: var(--accent-gold);
            font-size: 20px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
            border-bottom: 1px solid var(--border-color);
            padding-bottom: 10px;
        }

        .address-box-highlight {
            background: rgba(229, 169, 59, 0.1);
            border-left: 4px solid var(--accent-gold);
            padding: 15px;
            border-radius: 4px;
            margin-top: 15px;
        }

        .address-box-highlight h4 {
            color: #fff;
            font-size: 15px;
            margin-bottom: 5px;
        }

        .address-box-highlight p {
            color: var(--accent-gold-light);
            font-size: 14px;
            font-weight: 600;
        }

        .cta-btn-banner {
            background: var(--whatsapp-green);
            color: #fff;
            text-align: center;
            padding: 14px;
            font-weight: 800;
            border-radius: 6px;
            margin-top: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            font-size: 16px;
        }

        .quote-box {
            background: rgba(229, 169, 59, 0.05);
            border-left: 3px solid var(--accent-gold);
            padding: 15px;
            margin-top: 20px;
            font-style: italic;
            border-radius: 0 6px 6px 0;
        }

        .quote-box p {
            font-size: 14px;
            color: var(--accent-gold-light);
        }

        /* --- FOOTER --- */
        .final-bar {
            background: #000;
            color: #fff;
            text-align: center;
            padding: 15px;
            font-size: 16px;
            font-weight: 700;
            border-top: 1px solid var(--accent-gold);
        }

        footer {
            background: #05070c;
            border-top: 1px solid var(--border-color);
            padding: 20px 0;
            text-align: center;
            font-size: 13px;
            color: #64748b;
        }

        @media(max-width: 768px) {
            .hero-grid, .about-grid {
                grid-template-columns: 1fr;
            }
            .brand-header {
                flex-direction: column;
                text-align: center;
            }
            .services-new-grid {
                grid-template-columns: 1fr;
            }
            .features-strip {
                grid-template-columns: repeat(2, 1fr);
            }
        }