        /* =========================
           GLOBAL STYLES
        ========================= */

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: "DM Sans", sans-serif;
            background: #fdfcf9;
            color: #111d2f;
        }

        img {
            max-width: 100%;
            display: block;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        .container {
            width: 90%;
            max-width: 1400px;
            margin: auto;
        }

        .gold {
            color: #c89a3d;
        }

        /* =========================
           TOP BAR
        ========================= */

        .top-bar {
            height: 36px;
            background: #0b203b;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 5%;
            font-size: 12px;
        }

        .top-left {
            color: #e5c67a;
        }

        .top-right {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .top-right i {
            color: #ddd;
            font-size: 14px;
        }

        /* =========================
           NAVBAR
        ========================= */

        .navbar {
            height: 102px;
            background: #fff;
            border-bottom: 1px solid #d6b56a;
            display: flex;
            align-items: center;
        }

        .nav-inner {
            width: 90%;
            max-width: 1400px;
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .logo img {
            height: 65px;
            width: auto;
            object-fit: contain;
        }

        .logo-circle {
            width: 74px;
            height: 74px;
            border: 1px solid #c99b3e;
            border-radius: 50%;
            display: none;
            justify-content: center;
            align-items: center;
            color: #c99b3e;
            font-family: "Playfair Display", serif;
            font-size: 28px;
            position: relative;
        }

        .logo-circle::before {
            content: "VANDNA CLOTHING";
            position: absolute;
            font-family: "DM Sans", sans-serif;
            font-size: 6px;
            letter-spacing: 1px;
            top: 8px;
        }

        .logo-circle::after {
            content: "STORE";
            position: absolute;
            font-family: "DM Sans", sans-serif;
            font-size: 6px;
            letter-spacing: 1px;
            bottom: 8px;
        }

        .logo-text h1 {
            font-family: "Playfair Display", serif;
            color: #bd9134;
            font-size: 28px;
            letter-spacing: 1px;
            line-height: 1;
        }

        .logo-text p {
            color: #bd9134;
            font-size: 14px;
            letter-spacing: 2px;
            margin-top: 4px;
        }

        .nav-links {
            display: flex;
            align-items: center;
            gap: 30px;
            font-size: 12px;
            font-weight: 500;
        }

        .nav-links a {
            transition: 0.3s;
        }

        .nav-links a:hover {
            color: #c49a43;
        }
		.visit-btn:hover{
		   color: #fff !important;
		}

        .visit-btn {
            background: #c49a43;
            color: #fff;
            padding: 13px 22px;
            border-radius: 2px;
            font-size: 12px;
            font-weight: 600;
        }

        .menu-btn {
            display: none;
            font-size: 25px;
            cursor: pointer;
        }

        /* =========================
           HERO SECTION
        ========================= */
       
        
        
        /*.hero {*/
        /*    min-height: 415px;*/
        /*    background:*/
        /*        linear-gradient(*/
        /*            90deg,*/
        /*            rgba(255,255,255,0.96) 0%,*/
        /*            rgba(255,255,255,0.85) 35%,*/
        /*            rgba(255,255,255,0.25) 65%,*/
        /*            rgba(255,255,255,0.05) 100%*/
        /*        ),*/
        /*        url("/wp-content/uploads/2026/07/Vandana-Cloothing-store.webp");*/

        /*    background-size: cover;*/
        /*    background-position: center;*/
        /*    position: relative;*/
        /*    overflow: hidden;*/
        /*}*/

        /*.hero::after {*/
        /*    content: "";*/
        /*    position: absolute;*/
        /*    inset: 0;*/
        /*    background: linear-gradient(*/
        /*        180deg,*/
        /*        transparent 70%,*/
        /*        rgba(255,255,255,0.3)*/
        /*    );*/
        /*    pointer-events: none;*/
        /*}*/

        /*.hero-content {*/
        /*    position: relative;*/
        /*    z-index: 2;*/
        /*    width: 90%;*/
        /*    max-width: 1400px;*/
        /*    margin: auto;*/
        /*    padding-top: 108px;*/
        /*}*/

        /*.hero-content h4 {*/
        /*    font-family: "Playfair Display", serif;*/
        /*    font-size: 27px;*/
        /*    font-weight: 500;*/
        /*    color: #11213a;*/
        /*}*/

        /*.hero-content h1 {*/
        /*    font-family: "Playfair Display", serif;*/
        /*    font-size: clamp(50px, 5vw, 80px);*/
        /*    line-height: 0.92;*/
        /*    color: #c99b3e;*/
        /*    font-weight: 500;*/
        /*    margin: 4px 0 20px;*/
        /*}*/

        /*.hero-content h3 {*/
        /*    font-family: "Playfair Display", serif;*/
        /*    font-size: 27px;*/
        /*    font-weight: 500;*/
        /*    margin-bottom: 14px;*/
        /*}*/

        /*.hero-content h3 strong {*/
        /*    display: block;*/
        /*    font-size: 30px;*/
        /*}*/

        /*.hero-content p {*/
        /*    max-width: 340px;*/
        /*    color: #4b4b4b;*/
        /*    line-height: 1.6;*/
        /*    font-size: 14px;*/
        /*    margin-bottom: 20px;*/
        /*}*/

        /*.primary-btn {*/
        /*    display: inline-block;*/
        /*    background: #0b203b;*/
        /*    color: white;*/
        /*    padding: 13px 22px;*/
        /*    font-size: 12px;*/
        /*    font-weight: 600;*/
        /*    border-radius: 3px;*/
        /*    transition: 0.3s;*/
        /*}*/

        /*.primary-btn:hover {*/
        /*    background: #c49a43;*/
        /*}*/
        
        
                /* =========================
           HERO IMAGE
        ========================= */

        .hero {
            width: 100%;
            overflow: hidden;
            line-height: 0;
            background: #f8f8f8;
        }
        
        .hero-image {
            display: block;
            width: 100%;
            height: auto;
            max-width: 100%;
        }
        
        /* Desktop */
        @media (min-width:1200px){
        
            .hero-image{
                min-height:650px;
                object-fit:cover;
                object-position:center;
            }
        
        }

        /* Laptop */
        @media (max-width:1199px){
        
            .hero-image{
                min-height:560px;
                object-fit:cover;
                object-position:center;
            }
        
        }

        /* Tablet */
        @media (max-width:991px){
        
            .hero-image{
                min-height:420px;
                object-fit:cover;
                object-position:center;
            }
        
        }

        /* Mobile */
        @media (max-width:767px){
            
            .logo-text{
                display: none;
            }
        
            .hero-image{
                min-height:260px;
                object-fit:cover;
                object-position:center;
            }
        
        }

        /* Small Mobile */
        @media (max-width:480px){
        
            .hero-image{
                min-height:210px;
                object-fit:cover;
                object-position:center;
            }
        
        }
        

        /* =========================
           SHOWROOM SECTION
        ========================= */

        .showrooms {
            padding: 22px 0 35px;
            background: #fff;
        }

        .section-heading {
            text-align: center;
            margin-bottom: 24px;
        }

        .section-heading h2 {
            font-family: "Playfair Display", serif;
            font-size: 32px;
            font-weight: 500;
            color: #10223a;
            display: inline-flex;
            align-items: center;
            gap: 20px;
        }

        .section-heading h2::before,
        .section-heading h2::after {
            content: "";
            width: 75px;
            height: 1px;
            background: #c49a43;
        }

        .section-heading p {
            font-size: 13px;
            color: #555;
            line-height: 1.6;
            margin-top: 5px;
        }

        .showroom-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 18px;
        }

        .showroom-card {
            background: #fff;
            border: 1px solid #e5e0d7;
            border-radius: 10px;
            overflow: hidden;
            text-align: center;
            transition: 0.3s;
        }

        .showroom-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        }

        .showroom-image {
            height: 150px;
            overflow: hidden;
        }

        .showroom-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .location-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #fff;
            border: 5px solid #c49a43;
            margin: -20px auto 7px;
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #c49a43;
            font-size: 17px;
        }

        .showroom-content {
            padding: 0 15px 15px;
        }

        .showroom-content h3 {
            font-size: 15px;
            margin-bottom: 5px;
        }

        .showroom-content h3 span {
            font-size: 10px;
            display: block;
            margin-top: 3px;
        }

        .showroom-content p {
            font-size: 10px;
            color: #555;
            line-height: 1.45;
        }

        /* =========================
           AWARD SECTION
        ========================= */

        .award-section {
            background: #0b203b;
            color: white;
            padding: 28px 0;
        }

        .award-inner {
            display: grid;
            grid-template-columns: 150px 1fr 1.2fr;
            align-items: center;
            gap: 20px;
        }

        .trophy {
            text-align: center;
        }

        .trophy img {
            width: 200px;
            height: 200px;
            object-fit: contain;
            display: block;
            margin: 0 auto;
        }

        .trophy i {
            font-size: 100px;
            color: #d0a447;
        }

        .award-text h2 {
            font-family: "Playfair Display", serif;
            color: #d5ae5c;
            font-size: 31px;
            line-height: 1.1;
            font-weight: 500;
        }

        .award-text h3 {
            color: #d5ae5c;
            font-family: "Playfair Display", serif;
            font-size: 15px;
            margin: 10px 0;
        }

        .award-text p {
            font-size: 11px;
            line-height: 1.65;
            color: #ddd;
            /*max-width: 280px;*/
        }

        .features {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px 35px;
        }

        .feature {
            display: flex;
            gap: 12px;
            align-items: flex-start;
        }

        .feature-icon {
            width: 43px;
            height: 43px;
            border: 1px solid #c49a43;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #d1a84f;
            flex-shrink: 0;
        }

        .feature h4 {
            font-size: 12px;
            margin-bottom: 4px;
        }

        .feature p {
            font-size: 10px;
            line-height: 1.4;
            color: #ddd;
        }

        /* =========================
           FRANCHISE SECTION
        ========================= */

        .franchise {
            min-height: 205px;
            background:
                linear-gradient(
                    90deg,
                    rgba(255,255,255,0.96),
                    rgba(255,255,255,0.85)
                ),
                url("https://images.unsplash.com/photo-1526778548025-fa2f459cd5c1?auto=format&fit=crop&w=1800&q=80");

            background-size: cover;
            background-position: center;
            padding: 25px 0;
        }

        .franchise-inner {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: relative;
        }

        .franchise-content {
            max-width: 650px;
        }

        .franchise-content h4 {
            font-family: "Playfair Display", serif;
            font-size: 22px;
            font-weight: 500;
        }

        .franchise-content h2 {
            color: #c49a43;
            font-family: "Playfair Display", serif;
            font-size: 32px;
            font-weight: 500;
            margin: 2px 0 5px;
        }

        .franchise-content h3 {
            font-family: "Playfair Display", serif;
            font-size: 18px;
            margin-bottom: 10px;
        }

        .franchise-content p {
            color: #555;
            font-size: 11px;
            line-height: 1.5;
            margin-bottom: 12px;
        }

        .gold-btn {
            display: inline-block;
            background: #c49a43;
            color: white;
            padding: 11px 20px;
            font-size: 11px;
            font-weight: 600;
            border-radius: 3px;
        }

        .india-map {
            position: absolute;
            right: 12%;
            width: 150px;
            opacity: 0.7;
            color: #c49a43;
            font-size: 120px;
        }

        /* =========================
           FOOTER
        ========================= */

        footer {
            background: #0b203b;
            color: white;
        }

        .footer-main {
            padding: 25px 0;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.3fr 0.8fr 1.2fr 1fr 1fr;
            gap: 35px;
        }

        .footer-logo {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
        }

        .footer-logo .logo-circle {
            width: 58px;
            height: 58px;
            font-size: 21px;
        }

        .footer-logo h2 {
            font-family: "Playfair Display", serif;
            color: #c49a43;
            font-size: 23px;
        }

        .footer-logo p {
            font-size: 10px;
            color: #c49a43;
            letter-spacing: 1px;
        }

        .footer-about p {
            color: #ddd;
            font-size: 11px;
            line-height: 1.6;
            margin-bottom: 13px;
        }

        .social-icons {
            display: flex;
            gap: 10px;
        }

        .social-icons a {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background: #31445c;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            transition: 0.3s;
        }

        .social-icons a:hover {
            background: #c49a43;
        }

        .footer-col h4 {
            color: #fff;
            font-size: 12px;
            margin-bottom: 14px;
            text-transform: uppercase;
        }

        .footer-col ul {
            list-style: none;
        }

        .footer-col ul li {
            margin-bottom: 7px;
            color: #ddd;
            font-size: 10px;
        }

        .footer-col ul li a:hover {
            color: #c49a43;
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            color: #ddd;
            font-size: 10px;
            margin-bottom: 12px;
        }

        .contact-item i {
            color: #c49a43;
            width: 14px;
        }

        .newsletter p {
            color: #ddd;
            font-size: 10px;
            line-height: 1.5;
            margin-bottom: 12px;
        }

        .newsletter input {
            width: 100%;
            padding: 10px;
            border: 1px solid #52637b;
            background: transparent;
            color: white;
            outline: none;
            margin-bottom: 8px;
            font-size: 10px;
        }

        .newsletter button {
            width: 100%;
            border: none;
            padding: 10px;
            background: #c49a43;
            color: white;
            cursor: pointer;
            font-size: 10px;
            font-weight: bold;
        }

        .copyright {
            border-top: 1px solid #263953;
            text-align: center;
            padding: 10px;
            color: #9ca8b7;
            font-size: 9px;
        }

        /* =========================
           RESPONSIVE DESIGN
        ========================= */

        @media (max-width: 1100px) {

            .nav-links {
                gap: 17px;
            }

            .showroom-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .footer-grid {
                grid-template-columns: repeat(3, 1fr);
            }

            .award-inner {
                grid-template-columns: 150px 1fr;
            }

            .features {
                grid-column: 1 / -1;
            }

        }

        @media (max-width: 768px) {
            
            .franchise-inner {
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                position: relative;
                flex-direction: column;
            }

            .top-bar {
                padding: 0 20px;
            }

            .navbar {
                height: 80px;
            }

            .nav-inner {
                width: 90%;
            }

            .logo-circle {
                width: 55px;
                height: 55px;
                font-size: 20px;
            }

            .logo-text h1 {
                font-size: 21px;
            }

            .logo-text p {
                font-size: 10px;
            }

            .nav-links {
                display: none;
                position: absolute;
                top: 116px;
                left: 0;
                right: 0;
                background: white;
                flex-direction: column;
                padding: 25px;
                gap: 20px;
                box-shadow: 0 8px 15px rgba(0,0,0,0.1);
                z-index: 20;
            }

            .nav-links.active {
                display: flex;
            }

            .menu-btn {
                display: block;
            }

            .hero {
                /*min-height: 520px;*/
                background-position: 65% center;
            }

            .hero-content {
                padding-top: 40px;
            }

            .hero-content h4 {
                font-size: 22px;
            }

            .hero-content h1 {
                font-size: 58px;
            }

            .hero-content h3 {
                font-size: 22px;
            }

            .hero-content h3 strong {
                font-size: 25px;
            }

            .showroom-grid {
                grid-template-columns: 1fr;
            }

            .award-inner {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .award-text p {
                margin: auto;
            }

            .features {
                grid-template-columns: 1fr;
                text-align: left;
            }

            .franchise {
                min-height: 280px;
            }

            .india-map {
                display: none;
            }

            .footer-grid {
                grid-template-columns: 1fr 1fr;
                gap: 25px;
            }

        }

        @media (max-width: 500px) {

            .top-left {
                font-size: 9px;
            }

            .top-right {
                gap: 8px;
                font-size: 9px;
            }

            .top-right i {
                font-size: 11px;
            }

            .logo-text h1 {
                font-size: 18px;
            }

            .logo-text p {
                font-size: 8px;
            }

            .hero-content h1 {
                font-size: 48px;
            }

            .section-heading h2 {
                font-size: 26px;
            }

            .section-heading h2::before,
            .section-heading h2::after {
                width: 35px;
            }

            .footer-grid {
                grid-template-columns: 1fr;
            }

        }
