/* =======================
   ROOT + RESET
======================= */
:root {
  --primary: #805b3e;
  --dark: #805b3e;
  --light: #fff;
  --gray: #f4f4f4;
  --transition: 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}


* {
  box-sizing: border-box;
}

/* Hardware acceleration for smooth animation */
.slide,
.flip-page,
.timeline-train,
.timeline-progress {
  will-change: transform;
  transform: translateZ(0);
}
body {
  overflow-x: hidden;
  background: #fff;
  color: #333;
}

img {
  display: block;
  max-width: 100%;
}
/* Puray document se blue tap hatao */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    -webkit-tap-highlight-color: transparent !important;
    -moz-tap-highlight-color: transparent !important;
}

/* Specific buttons aur links ke liye */
a, button, .hamburger, .product-card, .btn-primary, .btn-secondary {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
    user-select: none !important;
}
/* Fullscreen Background */
#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, hsl(0, 100%, 100%), #ffffff);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.logo-wrapper {
  display: flex;              /* ✅ ADD THIS */
  justify-content: center;    /* ✅ ADD THIS */
  align-items: center;        /* ✅ ADD THIS */
}

.logo-wrapper img {
  width: 120px;
  margin-bottom: 20px;
  animation: float 3s ease-in-out infinite;
  display: block;             /* ✅ ADD THIS */
}
/* Glass Card */
.loader-content {
  text-align: center;
  padding: 40px 60px;
  border-radius: 20px;
  background: #ffffff;
  backdrop-filter: blur(15px);
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.15);
  animation: fadeIn 1.2s ease-in-out;
}

/* Logo Animation */
.logo-wrapper img {
  width: 120px;
  margin-bottom: 20px;
  animation: float 3s ease-in-out infinite;
}

/* Text Styling */
.loader-content h2 {
  color: #000000;
  font-weight: 600;
  letter-spacing: 1px;
}

.tagline {
  color: #000000;
  font-size: 14px;
  margin-top: 5px;
}

.since {
  color: #060606;
  font-weight: 500;
  margin-bottom: 25px;
}

/* Loading Bar */
.loading-bar {
  width: 250px;
  height: 4px;
  background: rgba(255,255,255,0.2);
  border-radius: 50px;
  overflow: hidden;
  margin: auto;
}

.progress {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #8e8c86, #ffbb00);
  animation: loading 5s ease-in-out infinite;
}

/* Animations */
@keyframes loading {
  0% { width: 0%; }
  50% { width: 100%; }
  100% { width: 0%; }
}

@keyframes float {
  0%,100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

/* =======================
   HEADER
======================= */
.header {
  position:relative;
  top: 0;
  background: #b89603;
  padding: 1px 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  border-bottom: 1px solid #eee;
}

/* ===== LOGO RIGHT SIDE NAME LAYOUT ===== */

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

/* Logo Size */
.logo img{
  width:50px;
  height:auto;
}

/* Company Text */
.company-name{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.company-name h1{
  font-size:14px;
  font-weight:500;
  color:var(--primary);
  margin:0;
  line-height:1.2;
}

.company-name span{
  font-size:12px;
  color:#a07a5a;
  margin-top:1px;
}

/* Header Height Control */
.header{
  padding:2px 1%;
}


/* =======================
   MENU
======================= */
.menu {
  list-style: none;
  display: flex;
  gap: 25px;
  align-items: center;
padding: 1px
}

.menu li {
  position: relative;
}

.menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: var(--transition);
}

.menu a:hover {
  color: var(--primary);
}
/* ================= DROPDOWN FINAL FIX ================= */

/* Main List (li) */
.menu li {
    position: relative;
    padding: 1px 0; /* Isse hover area badh jayega aur gap khatam hoga */
}
/* ============================================================
   FINAL STABLE DROPDOWN CODE (CURSOR & STABILITY FIX)
   ============================================================ */

/* 1. Main Menu Item (li) */
.menu li {
    position: relative;
    padding: 10px 0;
}
.menu li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1.5px;
    background-color: #b8860b; /* Gold underline on hover */
    transition: width 0.3s ease;
}

.menu li a:hover {
    color: #000; /* Hover karne par text black ho jayega */
}

.menu li a:hover::after {
    width: 100%;
}

/* Mobile Responsive adjustment (Optional) */
@media (max-width: 768px) {
    .main-headers {
        padding: 0 5%;
    }
    .menu {
        gap: 20px;
    }
}

/* 2. Main Dropdown List */
.dropdown {
    position: absolute;
    top: 40px;           /* List ko Products se thoda niche lane ke liye */
    left: 0;
    background: #fff;
    min-width: 220px;
    padding: 10px 0;
    list-style: none;
    display: none;       /* By default chhupa rahega */
    z-index: 999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* --- Invisible Bridge (Taaki mouse niche le jate waqt list gayab na ho) --- */
.dropdown::before {
    content: "";
    position: absolute;
    top: 40px;          /* Ye gap ko cover karta hai */
    left: 0;
    width: 100%;
    height: 40px;
    background: transparent;
}

/* Hover par dropdown dikhana */
.has-dropdown:hover > .dropdown {
    display: block;
}

/* Dropdown ke andar ke items aur Cursor Fix */
.dropdown li {
    padding: 5px 10px;
    cursor: pointer;      /* Arrow ki jagah 'Hand' icon dikhayega */
    user-select: none;    /* Text select hoke cursor ko disturb nahi karega */
    transition: 0.2s ease;
}

.dropdown li:hover {
    background: #f9f9f9;
    color: var(--primary);
}

/* 3. Sub Dropdown (Veneer/Plywood ke side wala menu) */
.has-sub {
    position: relative;
}

.sub-dropdown {
    position: absolute;
    top: 0;
    left: 100%;           /* Bilkul side se chipka rahega */
    background: #fff;
    min-width: 200px;
    padding: 10px 0;
    list-style: none;
    display: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* --- Side Bridge for Sub-menu --- */
.sub-dropdown::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;          /* Main menu aur sub-menu ka gap fill karta hai */
    width: 20px;
    height: 100%;
    background: transparent;
}

/* Hover par sub-menu dikhana */
.has-sub:hover > .sub-dropdown {
    display: block;
}
/* =======================
   HAMBURGER
======================= */
.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
}
/* Container jo sirf ek slide dikhayega */
.slider {
    position: relative;
    width: 100%;
    height: 100vh; /* Desktop height */
    overflow: hidden; /* Ye baki 2 slides ko chhupa dega */
    background-color: #333; /* Agar image na dikhe toh dark gray background */
}

/* Ye lambi patti hai jo slides ko ek line mein rakhti hai */
.slides {
    display: flex;
    width: 100%; 
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

/* Har ek slide ko poori screen ki width dena zaroori hai */
.slide {
    min-width: 100%; /* Force karega ki slide poori width le */
    flex-shrink: 0;   /* Isse slides sikudengi nahi aur line mein rahengi */
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

/* Dark Overlay */
.slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.1);
    z-index: 1;
}

.slide-content {
    position: relative;
    z-index: 2;
    color: white;
    margin-left: 10%;
    font-family: Arial, sans-serif;
}

/* Buttons */
.fixed-hero-buttons {
    position: absolute;
    bottom: 110px;
    left: 10%;
    z-index: 10;
    display: flex;
    gap: 15px;
}

.btn {
    padding: 12px 24px;
    cursor: pointer;
    border: none;
    background: white;
    font-weight: bold;
}

/* Mobile Layout */
@media (max-width: 300px) {
    .slider {
        height: 65vh; /* Mobile height */
    }
    .slide-content {
        margin-left: 5%;
        text-align: center;
        width: 90%;
    }
    .slide-content h1 { font-size: 14px; }
    .fixed-hero-buttons {
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
    }
}
 /* =============================
   ABOUT – PERFECT ALIGN VERSION
============================= */

.section-about{
  padding:90px 6% 30px;
  background:linear-gradient(to right,#fdfaf7,#f2ebe4);
}

.about-wrapper{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:stretch;   /* IMPORTANT – same height */
}

/* ===== LEFT WHITE CARD ===== */

.about-box{
  background:#ffffff;
  padding:60px 50px;
  border-radius:20px;
  box-shadow:0 25px 60px rgba(0,0,0,0.08);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.about-box h2{
  font-size:34px;
  color:var(--primary);
  margin-bottom:25px;
}

.about-box p{
  font-size:15px;
  line-height:1.8;
  color:#666;
  margin-bottom:15px;
}

/* ===== RIGHT IMAGE GRID – ALIGNED ===== */

.about-collage{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:1fr 1fr;
  gap:20px;
}

.about-collage img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:20px;
  box-shadow:0 15px 40px rgba(0,0,0,0.15);
  transition:0.4s ease;
}

/* Hover Effect */
.about-collage img:hover{
  transform:scale(1.05);
}
@media(max-width:992px){

  .about-wrapper{
    grid-template-columns:1fr;
  }

  .about-box{
    padding:40px 30px;
  }

  .about-collage{
    margin-top:40px;
  }

}

/* ===============================
   COMPACT PREMIUM PRODUCT CARDS
================================ */

.product-scroll-container{
  padding:70px 6%;
}

.products-wrapper{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:28px;
}

/* CARD */

.product-card{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  text-decoration:none;
  height:240px;   /* pehle 300 tha */
  display:block;
  transition:0.4s ease;
  background:#000;
  width: 100%; /
}
/* Responsive adjustment (Choti screen ke liye) */
@media (max-width: 1024px) {
    /* Tablet ya choti screen par 2 ya 3 columns kar sakte hain 
       agar 4 columns bohot chote lagne lagein */
    .products-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .products-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* IMAGE */

.product-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.6s ease;
}

/* SOFT DARK OVERLAY */

.product-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,0.65),rgba(0,0,0,0.1));
  transition:0.4s ease;
}

/* INFO */

.product-info{
  position:absolute;
  bottom:22px;
  left:22px;
  z-index:2;
  color:#fff;
  transition:0.4s ease;
}

.product-info h3{
  font-size:18px;
  font-weight:600;
  margin-bottom:8px;
  letter-spacing:0.5px;
}

.view-btn{
  font-size:12px;
  padding:6px 16px;
  border-radius:30px;
  background:rgba(255,255,255,0.15);
  backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,0.3);
  transition:0.3s ease;
}

/* HOVER */

.product-card:hover{
  transform:translateY(-8px);
}

.product-card:hover img{
  transform:scale(1.08);
}

.product-card:hover .view-btn{
  background:var(--primary);
  border:none;
}

.product-card:hover::after{
  background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0.2));
}
@media(max-width:768px){

  .products-wrapper{
    grid-template-columns:repeat(2,1fr);
    gap:18px;
  }

  .product-card{
    height:180px;
  }

  .product-info h3{
    font-size:15px;
  }

}

.adve-section {
  display: flex;
  justify-content: space-around;
  padding: 60px 5%;
  background: var(--primary);
  color: #fff;
  text-align: center;
  flex-wrap: wrap;
  gap: 30px;
}

.counter {
  font-size: 38px;
}

/* =======================
   FOOTER
======================= */
.luxury-footer {
  background: #111;
  color: #fff;
  padding: 60px 5%;
}

.footer-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap: 40px;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  opacity: 0.7;
}

/* =======================
   SCROLL ANIMATION
======================= */
.scroll-up {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s ease;
}

.scroll-up.active {
  opacity: 1;
  transform: translateY(0);
}

/* =======================
   MOBILE
======================= */
@media(max-width:768px){

  .hamburger {
    display: block;
  }

  .menu {
    position: absolute;
    top: 75px;
    right: -100%;
    flex-direction: column;
    background: #fff;
    width: 160px;
    padding: 20px;
    gap: 15px;
    transition: 0.3s;
    box-shadow: -5px 5px 20px rgba(0,0,0,0.1);
  }

  .menu.active {
    right: 0;
  }

  .dropdown,
  .sub-dropdown {
    position: static;
    display: none;
    box-shadow: none;
    width: 100%;
  }

  .dropdown.show,
  .sub-dropdown.show {
    display: block;
  }

  .slide-content h1 {
    font-size: 26px;
  }

  .about-wrapper {
    flex-direction: column;
  }

  .slider,
  .slide {
    height: 85vh;
  }
}
/* ================= TIMELESS SECTION ================= */

.timeless-section{
  padding:90px 5% 50px;
  text-align:center;
  background:linear-gradient(to right,#fff,#f8f4f0);
}

.timeless-section h2{
  font-size:32px;
  color:var(--primary);
  margin-bottom:15px;
}

.timeless-intro{
  color:#666;
  margin-bottom:50px;
}

.proof-cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:30px;
}

.proof-card{
  background:#fff;
  padding:30px;
  border-radius:15px;
  box-shadow:0 10px 25px rgba(0,0,0,0.05);
  transition:0.3s;
}

.proof-card h3{
  color:#5e3d28;
  margin-bottom:10px;
}

.proof-card:hover{
  transform:translateY(-8px);
}
/* ================= GALLERY ================= */

.interior-gallery{
  padding:40px 5%;
  text-align:center;
  background:#fff;
}

.gallery-sub{
  color:#8b5e3c;
  margin-bottom:40px;
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:20px;
}

.gallery-item{
  overflow:hidden;
  border-radius:15px;
}

.gallery-item img{
  height:300px;
  width:100%;
  object-fit:cover;
  transition:0.6s ease;
}

.gallery-item:hover img{
  transform:scale(1.1);
}
/* ================= WHY US ================= */

.why-us{
  padding:100px 5%;
  text-align:center;
  background:#f9f6f2;
}

.why-us h2{
  color:var(--primary);
  margin-bottom:20px;
}

.why-us p{
  max-width:700px;
  margin:0 auto 30px;
  color:#666;
}

.why-btn{
  display:inline-block;
  padding:12px 30px;
  background:var(--primary);
  color:#fff;
  text-decoration:none;
  border-radius:30px;
  transition:0.3s;
}

.why-btn:hover{
  background:#ff0000;
}
/* ===============================
   PREMIUM TRUST SECTION
================================ */

.trust-section{
  padding:70px 5%;
  background:#f9f7f4;
  display:flex;
  justify-content:center;
}

.trust-wrapper{
  display:flex;
  align-items:center;
  gap:40px;
  background:#fff;
  padding:35px 60px;
  border-radius:18px;
  box-shadow:0 15px 40px rgba(0,0,0,0.06);
  max-width:900px;
  width:100%;
  justify-content:center;
}

/* ITEMS */

.trust-item{
  text-align:center;
}

.trust-item h3{
  font-size:32px;
  font-weight:600;
  color:#5e3d28;
  margin-bottom:5px;
}

.trust-item p{
  font-size:14px;
  color:#777;
  letter-spacing:0.5px;
}

/* Divider line */

.trust-divider{
  width:1px;
  height:40px;
  background:#e5e0da;
}

.top-bar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:5px 5%;
  background:#8b5e3c;
  font-size:14px;
}

.contact-rightS {
  display: flex;
  flex-direction: row; /* Force horizontal layout */
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: relative; /* Layout fix ke liye */
}

/* Is icon ko target karein jo number ke saath hai */
.contact-rightS .whatsapp img {
  margin: 0; 
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.contact-rightS span,
.contact-rightS a {
  line-height: normal; /* 1 ki jagah normal try karein taaki text ko space mile */
  display: flex;
  align-items: center;
  text-decoration: none;
  color:white;
}
.whatsapp img{
  width:22px;
  height:22px;
}
.scroll-strip{
  width:100%;
  background:#8b5e3c;
  color:#fff;
  overflow:hidden;
  padding:6px 0;
  font-size:14px;
  letter-spacing:1px;
}

.scroll-track{
  display:flex;
  width:max-content;
  animation:scrollInfinite 20s linear infinite;
}

.scroll-content{
  white-space:nowrap;
  padding-right:50px; /* thoda space text ke baad */
}

@keyframes scrollInfinite{
  0%{
    transform:translateX(0);
  }
  100%{
    transform:translateX(-50%);
  }
}
.floating-whatsapp{
position:fixed;
bottom:20px;
right:20px;
width:60px;
z-index:999;
}
.hero-buttons{
margin-top:20px;
}

.btn-primary, .btn-secondary{
display:inline-block;
padding:12px 25px;
margin-right:10px;
text-decoration:none;
font-weight:600;
border-radius:5px;
}

.btn-primary{
background:#b68b2c;
color:white;
}

.btn-secondary{
border:2px solid white;
color:white;
}
.faq-section {
  max-width: 700px;
  margin: 60px auto;
  padding: 20px;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
}

.faq-item {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 18px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: 0.3s;
}

.faq-question:hover {
  background: #eef2ff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fafafa;
  padding: 0 18px;
}

.faq-answer p {
  padding: 15px 0;
  margin: 0;
  color: #555;
}
/* RESET */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: 'Segoe UI', sans-serif;
}

body{
  background:#f8f8f8;
  color:#222;
  overflow-x:hidden;
}


/* HEADER */
.header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:15px 40px;
  background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,0.05);
  position:sticky;
  top:0;
  z-index:999;
}

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

.logo img{
  width:80px;
}

.company-name h1{
  font-size:22px;
  font-weight:700;
}

.company-name span{
  font-size:12px;
  color:#777;
}

/* MENU */
.menu{
  list-style:none;
  display:flex;
  gap:25px;
  align-items:center;
}

.menu li{
  position:relative;
}

.menu a{
  text-decoration:none;
  color:#222;
  font-weight:500;
  transition:0.3s;
}

.menu a:hover{
  color:#b8860b;
}

/* DROPDOWN */
.dropdown{
  position:absolute;
  top:30px;
  left:0;
  background:#fff;
  padding:15px;
  display:none;
  min-width:200px;
  box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.has-dropdown:hover .dropdown{
  display:block;
}

.sub-dropdown{
  position:absolute;
  left:180px;
  top:0;
  background:#fff;
  padding:10px;
  display:none;
  min-width:180px;
  box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.has-sub:hover .sub-dropdown{
  display:block;
}

.sub-title{
  cursor:pointer;
  font-weight:600;
}

/* SECTION STYLE */
.gurjan-section-wrapper{
  padding:10px 280px 80px 0px;
}

.gurjan-section{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

/* IMAGE SIDE */
.gurjan-image{
  width:50%;
  position:relative;
}

.gurjan-image img{
  width:100%;
  max-width:650px;   /* yaha size control hota hai */
  height:auto;
  display:block;

  /* Slide effect */
  transform:translateX(-300px);
  opacity:0;
transition: transform 1s ease;  
  /* Premium shadow */
  filter: drop-shadow(0 25px 35px rgba(0,0,0,0.25));
}
.gurjan-image img.slide-in{
  transform: translateX(0);
  opacity: 1;
}
/* CONTENT SIDE */
.gurjan-content{
  width:50%;
}

.gurjan-title{
  font-size:40px;
  scroll-margin-top: 120px;
  margin-bottom:15px;
   margin-top:0px;
  color:#b8860b;
}

.gurjan-content p{
  text-align: justify;
  margin-bottom:10px;
  line-height:1.6;
}

/* FEATURES */
.gurjan-bottom{
  display:flex;
  gap:10px;
  margin-top:20px;
}

.feature-panel{
  display:flex;
  flex-direction:column;
  gap:0px;
}

.feature-card{
  background:#f3f3f3;
  padding:10px;
  border-radius:8px;
  width:500px;
}

.feature-card h4{
  margin-bottom:5px;
  color:#333;
}

.feature-pictures img{
  width:50px;
  margin-right:10px;
}

/* BUTTONS */
.gurjan-buttons{
  margin-top:25px;
  display:flex;
  gap:15px;
}

.btn-primary{
  background:#b8860b;
  color:#fff;
  border:none;
  padding:10px 18px;
  border-radius:6px;
  cursor:pointer;
  transition:0.3s;
}

.btn-primary:hover{
  background:#9a7208;
}

.btn-outline{
  background:transparent;
  border:2px solid #b8860b;
  color:#b8860b;
  padding:8px 16px;
  border-radius:6px;
  cursor:pointer;
  transition:0.3s;
}

.btn-outline:hover{
  background:#b8860b;

}

/* POPUP */
.popup{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display:none;
  justify-content:center;
  align-items:center;
  z-index:1000;
}

.popup-box{
  background:#fff;
  padding:30px;
  width:350px;
  border-radius:10px;
  text-align:center;
  position:relative;
}

.popup-box h2{
  margin-bottom:5px;
}

.popup-sub{
  font-size:14px;
  color:#777;
  margin-bottom:15px;
}

.popup-box input{
  width:100%;
  padding:10px;
  margin-bottom:10px;
  border:1px solid #ccc;
  border-radius:6px;
}

.popup-btn{
  background:#b8860b;
  color:#fff;
  border:none;
  padding:10px;
  width:100%;
  border-radius:6px;
  cursor:pointer;
}

.popup-close{
  position:absolute;
  right:10px;
  top:10px;
  font-size:18px;
  cursor:pointer;
}

/* RESPONSIVE */
@media(max-width:992px){
  .gurjan-section{
    flex-direction:column;
  }
}
.product-nav{
  position:fixed;
  right:5px;
  top: 200px;
  width:180px;
  padding:10px;

  background: rgba(134, 103, 1, 0.178);   /* Brown 70% transparent */
  backdrop-filter: blur(8px);

  border-radius:18px;
  box-shadow:0 20px 40px rgba(0,0,0,0.25);
  border:1px solid rgb(99, 76, 0);

  transition:0.4s ease;
}

/* Heading */
.product-nav h3{
  color:#473001;   /* soft gold */
  margin-bottom:18px;
  font-size:18px;
  letter-spacing:1px;
}

/* Links */
.product-nav a{
  display:block;
  color:#0c0000;
  text-decoration:none;
  padding:10px 14px;
  margin-bottom:8px;
  border-radius:10px;
  font-size:14px;
  transition:0.3s ease;
}

/* Hover Effect */
.product-nav a:hover{
  background:rgba(100, 53, 0, 0.9);
  color:#ffffff;
  transform:translateX(6px);
}
.section-divider {
  width: 100%;
  padding: 70px 0;
  position: relative;
}

.section-divider::before {
  content: "";
  width: 60%;
  height: 2px;
  background: linear-gradient(to right, transparent, #b8860b, transparent);
  position: absolute;
  left: 25%;
  top: 20%;
}
.timeless-line {
  margin-top: 80px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  font-family: 'Playfair Display', serif;
  position: relative;
  overflow: hidden;
}
.ABC {
    background-image: url('255.jpg');
    height: 600px;;
    background-size: cover;
    background-position: center;
}
.timeless-line {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Playfair Display', serif;

  background: linear-gradient(
    90deg,
    #000 0%,
    #000 40%,
    #ffc801 50%,
    #000 60%,
    #000 100%
  );

  background-size: 200% 100%;
  background-position: -100% 0;

  background-clip: text;
  -webkit-background-clip: text;

  color: transparent; /* fallback */
  -webkit-text-fill-color: transparent;

  display: inline-block; /* IMPORTANT FIX */
  will-change: background-position;
}
.timeless-line.animate {
  animation: shine 3s linear forwards;
}

@keyframes shine {
  from {
    background-position: -100% 0;
  }
  to {
    background-position: 100% 0;
  }
}
/* Animation class */
.timeless-line.animate {
  animation: textShine 4s ease forwards;
}

@keyframes textShine {
  from {
    background-position: -100% center;
  }
  to {
    background-position: 100% center;
  }
}
/* ===============================
   VENEER SECTION – CLEAN VERSION
================================ */

.veneer-container{
    display:flex;
    align-items:center;              /* FIX */
    justify-content:space-between;
    padding:100px 8%;
    gap:40px;
    background:#fff;
}

/* Alternate background */
.veneer-container.reverse{
    flex-direction:row-reverse;
    background:#fdfaf5;
}

/* RIGHT SIDE – CONTENT (ACTUAL FIX) */
.right-box{
  flex:0 0 40%;
    display:flex;                    /* NEW */
    flex-direction:column;           /* NEW */
    align-items:flex-end;            /* NEW (FULL RIGHT) */
    text-align:right;
   padding-left:0;  
}

/* TEXT */
.tag{
    color:#b8860b;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:13px;
}

.title{
    font-size:40px;
    margin:10px 0 20px;
    color:#222;
}

.desc{
    font-size:16px;
    line-height:1.8;
    color:#555;
    margin-bottom:25px;
}

.points{
    list-style:none;
    padding:0;
    margin-bottom:30px;
}

.points li{
    margin-bottom:12px;
    font-weight:500;
    color:#333;
}

/* ================= BUTTONS ================= */

.btns{
    display:flex;
    gap:20px;
    justify-content:flex-end;
}

.btn-down,
.btn-enq{
    padding:12px 24px;
    border-radius:6px;
    font-weight:600;
    cursor:pointer;
    text-decoration:none;
    transition:0.3s;
    font-size:14px;
}

.btn-down{
    background:#333;
    color:#fff;
}

.btn-down:hover{
    background:#000;
    transform:translateY(-3px);
}

.btn-enq{
    background:transparent;
    border:2px solid #b8860b;
    color:#b8860b;
}

.btn-enq:hover{
    background:#b8860b;
    color:#fff;
    transform:translateY(-3px);
}

/* ================= LAYOUT ================= */

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

.left-box{
    flex:0 0 40%; 
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    /* ❌ REMOVE THIS (main problem) */
 padding-left:0;               /* FIX */
    position:relative;
}

/* ================= LABEL ================= */

.flip-label{
    position:absolute;
    left:-60px;
    top:50%;
    transform:translateY(-50%) rotate(-90deg);

    font-size:0.85rem;
    font-weight:500;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#b8860b;

    animation:pulse 2s infinite;
}

@keyframes pulse{
0%{opacity:.6;}
50%{opacity:1;}
100%{opacity:.6;}
}

/* ================= FLIP BOOK ================= */

.flip-book {
    position: relative;
    width: 350px; 
    height: 500px;
    perspective: 1500px; 
    margin: 50px auto;
    transition: transform 0.6s ease-in-out;
}

.flip-page {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: left center;
    transform-style: preserve-3d;
    transition: transform 0.8s ease-in-out, z-index 0s; 
}

.flip-page.flipped {
    transform: rotateY(-180deg);
}

.static-left, .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden !important;
    border-radius: 0 5px 5px 0;
    box-shadow: inset 5px 0 10px rgba(0,0,0,0.1);
}

.back {
    transform: rotateY(180deg);
    border-radius: 5px 0 0 5px; 
}

.static-left img, .back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ================= MOBILE ================= */

@media (max-width:768px){

.veneer-container{
flex-direction:column;
}

.right-box{
align-items:center;
text-align:center;
}

.btns{
justify-content:center;
}

.flip-label{
display:none;
}

}

/* ================= SHADOW ================= */

.flip-page::after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 100%);
opacity:0;
transition:opacity 1s;
border-radius:10px;
pointer-events:none;
}

.flip-page.flipped::after{
opacity:1;
}
/* ===== SHOWROOM SECTION PREMIUM STYLE ===== */

#showroom {
    background: #ffffff;
    text-align: center;
    padding: 100px 20px;
}

#showroom .container {
    max-width: 900px;
    margin: 0 auto;
}

#showroom h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

/* Elegant underline */
#showroom h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #000;
    margin: 12px auto 0;
}

#showroom p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 25px;
}

.light-bg {
    background: #f9f9f9;
}

.dark-bg {
    background: #111;
    color: white;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.gallery-grid img {
    width: 100%;
    border-radius: 10px;
}

.two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.feature-list {
    list-style: none;
    padding: 0;
    line-height: 2;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.menuS {
    list-style: none;
    display: flex;
    gap: 35px;
    padding: 0;
    margin-left: 1000px;   /* aapka position same */
    align-items: center;
}

.menuS li {
    position: relative;
}

.menuS a {
    text-decoration: none;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222;
    padding: 8px 0;
    transition: all 0.3s ease;
}

/* Smooth Underline Animation */
.menuS a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #000, #777);
    transition: width 0.3s ease;
}

.menuS a:hover::after {
    width: 100%;
}

.menuS a:hover {
    color: #000;
    transform: translateY(-2px);
}
.hero{
    height:100vh;
    background:linear-gradient(rgba(255, 255, 255, 0.75),rgba(255, 255, 255, 0.85)),
    url('https://images.unsplash.com/photo-1502082553048-f009c37129b9?auto=format&fit=crop&w=1500&q=80');
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:20px;
}

.hero-content{
    max-width:900px;
}

.hero h1{
    font-size:60px;
    margin-bottom:20px;
}

.hero p{
    font-size:18px;
    opacity:0.9;
}

.logo-wrapperss {
    position: absolute;
    top: 50%;
    left: 50%;
    /* Is transform ke alawa koi aur movement nahi hogi */
    transform: translate(-50%, -120%) !important; 
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    /* Strict No-Animation Rules */
    animation: none !important;
    transition: none !important;
    pointer-events: none; /* Takki mouse le jane par bhi na hile */
}

/* Image (Logo) par se bhi animation hatana */
.logo-wrapperss img {
    display: block;
    width: 130px; /* Size yahan adjust karein */
    height: auto;
    margin: 0 auto 10px auto;
    
    /* Force stop any image animation */
    animation: none !important;
    transform: none !important;
    transition: none !important;
}
.hero-content h1 {
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-content .gold {
    color: #9c6f2a;
}

.hero-content p {
    max-width: 750px;
    margin: auto;
    font-size: 18px;
    color: #000000;
}

/* --- PREMIUM SECTION LAYOUT --- */
.about-timeline-section {
    padding: 100px 5%;
    background: #ffffff;
    font-family: 'Poppins', sans-serif; /* Recommended for luxury feel */
    position: relative;
}

.container-flex {
    display: flex;
    justify-content: space-between;
    gap: 40px; /* Reduced gap to bring timeline left */
    align-items: flex-start;
}

/* --- PREMIUM LEFT SECTION --- */
.about-left {
    flex: 1.8;
}

.about-left h2 {
    font-size: 2.5rem;
    color: #222;
    margin-top: 50px;
    margin-bottom: 25px;
    font-weight: 600;
}

.about-left h2 span {
    color: #b67d04;
}

.about-left p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
}

/* Highlight Box */
.about-highlight {
    background: #fff8f2;
    border-left: 5px solid #b67d04;
    padding: 25px;
    border-radius: 8px;
    font-weight: 600;
    color: #333;
    margin: 40px 0;
    font-size: 1.2rem;
}

/* Button */
.about-btn {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(135deg, #b67d04);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3);
    transition: all 0.3s ease;
}

.about-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 102, 0, 0.4);
}

/* ... baki CSS wahi rahegi ... */

/* --- GRID BOXES (Why Choose Us & Vision/Mission) --- */
.why-grid, .vision-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 30px;
    align-items: stretch; /* 👈 Ye ensure karega ki dono cards ki height barabar ho */
}

.why-box, .vision-box {
    background: #fff8f2;
    border-left: 5px solid #b67d04;
    padding: 20px;
    border-radius: 8px;
    font-weight: 600;
    color: #333;
    font-size: 1.2rem;
    
    /* 👈 Yahan min-height add karke boxes ko bada kar sakte hain */
    min-height: 200px; /* Aap is value ko adjust kar sakte hain */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.why-box h3, .vision-box h3 {
    color: #b67d04;
    margin-bottom: 15px;
    font-size: 1.3rem;
}
/* Container jo dono cards ko bagal mein rakhega */
.vision-mission-container {
    display: flex;
    justify-content: space-between; /* Dono ko kinaro par rakhega */
    gap: 20px; /* Dono ke beech ki gap */
    margin-top: 20px;
    width: 100%;
}

/* ... baki CSS wahi rahegi ... */

/* --- GRID BOXES (Why Choose Us & Vision/Mission) --- */
.why-grid, .vision-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 30px;
    align-items: stretch; /* 👈 Ye ensure karega ki dono cards ki height barabar ho */
}

.why-boxSS, .vision-box {
    background: #fff8f2;
    border-left: 5px solid #b67d04;
    padding: 20px;
    border-radius: 8px;
    font-weight: 600;
    color: #333;
    font-size: 1.2rem;
    
    /* 👈 Yahan min-height add karke boxes ko bada kar sakte hain */
    min-height: 200px; /* Aap is value ko adjust kar sakte hain */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.why-boxSS h3, .vision-box h3 {
    color: #b67d04;
    margin-bottom: 15px;
    font-size: 1.3rem;
}
/* Container jo dono cards ko bagal mein rakhega */
.vision-mission-container {
    display: flex;
    justify-content: space-between; /* Dono ko kinaro par rakhega */
    gap: 20px; /* Dono ke beech ki gap */
    margin-top: 20px;
    width: 100%;
}

.press-process {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 30px 0;
}

.press-step {
    background: #f8f8f8;
    padding: 20px;
    border-left: 5px solid #b67d04;
    border-radius: 6px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
}

/* --- PREMIUM RIGHT SIDE TIMELINE --- */
.timeline-right {
    flex: 0.9;
    min-width: 280px;
    position: relative;
    top: 50px;
}

.timeline-box {
    position: relative;
    padding-left: 50px;
    margin-top: 20px;
}

.timeline-line {
    position: absolute;
    left: 15px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #eee;
    z-index: 1;
}

.timeline-progress {
    position: absolute;
    left: 15px;
    top: 0;
    width: 3px;
    height: 0;
    background: linear-gradient(to bottom,#b67d04, #d4af37);
    z-index: 2;
}

.timeline-train {
    position: absolute;
    left: 0px;
    width: 32px;
    height: 32px;
    font-size: 24px;
    color: #b67d04;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 5;
    transition: top 0.1s linear; /* Smooth movement */
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.timeline-item.active {
    opacity: 1;
}

/* Dots on the timeline */
.timeline-item::before {
    content: "";
    position: absolute;
    left: -41px;
    top: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    border: 3px solid #ccc;
    box-shadow: 0 0 0 2px white;
    z-index: 3;
    transition: all 0.3s ease;
}

.timeline-item.active::before {
    background: #b67d04;
    border: 3px solid white;
    box-shadow: 0 0 0 2px #b67d04;
}

.timeline-item span {
    font-size: 1.3rem;
    font-weight: bold;
    color: #b67d04;
    display: block;
    margin-bottom: 5px;
}

.timeline-item p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.4;
    margin: 0;
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .container-flex {
        flex-direction: column;
    }
    .timeline-right {
        position: relative;
        top: 0;
        margin-top: 50px;
    }
    /* For smaller screens, make grids stack */
    .why-grid, .vision-grid, .press-process {
        grid-template-columns: 1fr;
    }
}
/* Sirf CTA section ke liye styling */
.cta-section {
    display: flex;
    flex-direction: column;
    align-items: center; /* Horizontally center */
    text-align: center;
    padding: 60px 20px;
    background-color: #fdf5e6; /* Halka beige background */
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 40px; /* Upar wale section se gap */
}

.cta-section h2 {
    font-size: 2.5em;
    color: #5D4037; /* Dark brown */
    margin-bottom: 15px;
    margin-top: 0;
}

.cta-section p {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 30px;
    max-width: 700px; /* Text ko center mein rakhne ke liye */
}

/* Button style agar pehle nahi bani hai */
.cta-section .about-btn {
    display: inline-block;
    padding: 15px 35px;
    background-color: #8B4513; /* Brown button */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.cta-section .about-btn:hover {
    background-color: #5D4037;
}
/* ================= HERO SECTION ================= */
.heros {
    height: 100vh; /* Full screen height */
    width: 100%;
    display: flex;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    background-color: #ffffff; /* Pure White Background */
    text-align: center;
    padding: 20px;
    overflow: hidden;
}

.hero-contents {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* Elements ke beech ka gap */
}

.hero-logos {
    width: 300px; /* Logo size adjust karein */
    height: auto;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.subtitles {
    font-size: 1.2rem;
    font-weight: 600;
    color: #b8860b; /* Golden tone for luxury feel */
    text-transform: uppercase;
    letter-spacing: 3px; /* Premium spacing */
    margin: 0;
}

.hero-contents p:not(.subtitles) {
    font-size: 1.1rem;
    color: #555; /* Subtle grey for readability */
    line-height: 1.6;
    max-width: 600px;
}

/* Luxury Button Style */
.btn {
    margin-top: 30px;
    padding: 15px 35px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ffffff;
    background-color: #000000; /* Black button for high-end look */
    text-decoration: none;
    border-radius: 2px; /* Sharp modern edges */
    transition: all 0.4s ease;
    border: 1px solid #000000;
}

.btn:hover {
    background-color: transparent;
    color: #000000;
    transform: translateY(-3px); /* Subtle lift effect */
}
/* ================= HEADER STYLE ================= */
.main-headers {
    position: fixed; /* Page ke top par chipka rahega */
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 0.95); /* Semi-transparent white */
    backdrop-filter: blur(10px); /* Modern Glass Effect */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8%; /* Side se premium gap */
    z-index: 1000;
    border-bottom: 1px solid #f0f0f0; /* Bohot patli aur clean line */
    box-shadow: 0 2px 15px rgba(0,0,0,0.03); /* Soft shadow */
}

/* Logo Section */
.logo-containers h2 {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

/* Navigation Menu */
.menuSs {
    list-style: none;
    display: flex;
    gap: 40px; /* Menu items ke beech premium gap */
    margin: 0;
    padding: 0;
}

.menuSs li a {
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
}

/* Hover Effect: Bottom Line */
.menuSs li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1.5px;
    background-color: #b8860b; /* Gold underline on hover */
    transition: width 0.3s ease;
}

.menuSs li a:hover {
    color: #000; /* Hover karne par text black ho jayega */
}

.menuSs li a:hover::after {
    width: 100%;
}

/* Mobile Responsive adjustment (Optional) */
@media (max-width: 768px) {
    .main-headers {
        padding: 0 5%;
    }
    .menuSs {
        gap: 20px;
    }
}
/* ===================================================== 🔥 COMPLETE MOBILE RESPONSIVE FIX Add This At The End Of Your CSS File ===================================================== */ @media (max-width: 992px) { /* ===== GLOBAL FIX ===== */ body{ overflow-x:hidden; } section{ padding-left:20px !important; padding-right:20px !important; } /* ===== HEADER ===== */ .header, .main-headers{ padding:15px 20px; height:auto; } .logo-area, .logo-containers{ gap:10px; } .company-name h1{ font-size:16px; } /* ===== MENU MOBILE ===== */ .menu, .menuSs{ position:fixed; top:70px; right:-100%; width:250px; height:100vh; background:#fff; flex-direction:column; padding:30px 20px; gap:20px; transition:0.4s; box-shadow:-5px 0 20px rgba(0,0,0,0.1); } .menu.active, .menuSs.active{ right:0; } .menu li, .menuSs li{ width:100%; } .dropdown, .sub-dropdown{ position:static; display:none; box-shadow:none; padding-left:10px; } .dropdown.show, .sub-dropdown.show{ display:block; } .hamburger{ display:block; } /* ===== HERO SECTION ===== */ .hero, .heros{ height:auto; padding:120px 20px 80px; } .hero h1, .hero-content h1{ font-size:28px; } .hero p, .hero-content p{ font-size:14px; } .hero-logos{ width:200px; } /* ===== SLIDER ===== */ .slider{ height:60vh; } .slide-content{ margin:0 20px; } .slide-content h1{ font-size:22px; } .slide-content p{ font-size:14px; } .fixed-hero-buttons{ position:relative; left:auto; bottom:auto; transform:none; justify-content:center; margin-top:20px; } /* ===== ABOUT SECTION ===== */ .about-wrapper{ grid-template-columns:1fr; gap:40px; } .about-box{ padding:30px 20px; } .about-box h2{ font-size:22px; } /* ===== PRODUCT CARDS ===== */ .products-wrapper{ grid-template-columns:repeat(1,1fr); } .product-card{ height:200px; } /* ===== GURJAN SECTION ===== */ .gurjan-section{ flex-direction:column; } .gurjan-image, .gurjan-content{ width:100%; } .gurjan-title{ font-size:24px; } .feature-card{ width:100%; } .gurjan-bottom{ flex-direction:column; } /* ===== VENEER SECTION ===== */ .veneer-container{ flex-direction:column; gap:40px; padding:60px 20px; } .left-box{ padding-left:0; align-items:center; }  /* ===== TIMELINE SECTION ===== */ .container-flex{ flex-direction:column; } .timeline-right{ top:0; margin-top:40px; } .why-grid, .vision-grid, .press-process{ grid-template-columns:1fr; } /* ===== TRUST SECTION ===== */ .trust-wrapper{ flex-direction:column; padding:30px; gap:20px; } .trust-divider{ display:none; } /* ===== GALLERY ===== */ .gallery-grid{ grid-template-columns:1fr; } .gallery-item img{ height:220px; } /* ===== FAQ ===== */ .faq-section{ padding:20px; } /* ===== CTA SECTION ===== */ .cta-section h2{ font-size:22px; } .cta-section p{ font-size:14px; } /* ===== FOOTER ===== */ .footer-inner{ grid-template-columns:1fr; } .product-nav{ display:none; } }
@media (max-width:768px){

  .header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .logo-area{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .company-name h1{
    font-size: 18px;
  }

  .menu{
    width:100%;
    text-align:center;
  }

  .menu li{
    width:100%;
  }

  .fixed-hero-buttons{
    flex-direction:column;
    align-items:center;
    gap:12px;
  }

}
/* =========================
   MOBILE SLIDER FIX ONLY
========================= */
@media (max-width: 768px){

  .slider{
    width:100%;
    overflow:hidden;
  }

  .slides{
    display:flex;
    width:100%;
  }

  .slide{
    min-width:100%;
    height:75vh;   /* desktop se thoda kam */
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
  }

}
@media screen and (max-width: 768px) {
    .top-bar {
        display: flex !important;
        flex-direction: row !important; /* Force Horizontal */
        justify-content: space-between !important; /* Ek left, ek right */
        align-items: center !important;
        width: 100% !important;
        padding: 10px 15px !important;
        box-sizing: border-box !important;
    }

    .contact-rightS {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
    }
}
/* =====================================================
   🔥 FINAL MOBILE HEADER FIX (Logo Left, Menu Right)
   ===================================================== */
@media (max-width: 600px) {
    /* 1. Header ko horizontal (row) force karna */
    .main-headers {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0 5% !important;
        height: 70px !important; /* Mobile ke liye height fix */
    }

    /* 2. Logo container ko left mein rakhna aur center hone se rokna */
    .logo-containers, .logo-area {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        text-align: left !important;
        margin: 0 !important;
    }

    /* 3. Hamburger icon ko right side mein push karna */
    .hamburger {
        display: block !important;
        margin-left: auto !important;
        cursor: pointer;
    }

    /* 4. Menu List Fix (Jo abhi puri screen gher rahi hai) */
    .menuSs, .menu {
        position: fixed !important;
        top: 70px !important; /* Header ke thik niche */
        right: -100% !important; /* Shuruat mein screen se bahar */
        width: 280px !important; /* Puri screen ki jagah sirf side panel */
        height: 100vh !important;
        background: #ffffff !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        padding: 40px 30px !important;
        transition: 0.4s ease-in-out !important;
        box-shadow: -10px 0 20px rgba(0,0,0,0.1) !important;
        z-index: 9999 !important;
    }

    /* Jab menu open ho (active class) */
    .menuSs.active, .menu.active {
        right: 0 !important;
    }

    /* Menu items ki styling */
    .menuSs li, .menu li {
        width: 100% !important;
        text-align: left !important;
        border-bottom: 1px solid #f0f0f0;
        padding: 10px 0;
    }

    .menuSs li a, .menu li a {
        font-size: 1.1rem !important;
        display: block;
        width: 100%;
    }
}
.blog-area{
padding:80px 10%;
background:#f6f4f1;
}

.blog-heading{
text-align:center;
font-size:38px;
margin-bottom:60px;
color:#3b2a1e;
font-family:serif;
}

.blog-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:40px;
}

.blog-card{
background:white;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s;
}

.blog-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 45px rgba(0,0,0,0.15);
}

.blog-card img{
width:100%;
height:220px;
object-fit:cover;
}

.blog-text{
padding:20px;
}

.blog-date{
font-size:13px;
color:#999;
margin-bottom:10px;
}

.blog-text h3{
margin-bottom:10px;
color:#3b2a1e;
}

.blog-text p{
color:#666;
line-height:1.5;
}
/* Mobile Responsive */

@media (max-width:768px){

.blog-area{
padding:50px 20px;
}

.blog-heading{
font-size:28px;
margin-bottom:40px;
}

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

.blog-card img{
height:200px;
}

.blog-text{
padding:18px;
}

.blog-text h3{
font-size:18px;
}

.blog-text p{
font-size:14px;
}

.blog-date{
font-size:12px;
}

}
@media(max-width:768px){

.logo-wrapperss{
position:relative;
top:auto;
left:auto;
transform:none !important;
margin-bottom:20px;
}

}
.flexi-hero-section {
    position: relative;
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.flexi-hero-section .hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 2s ease;
}
.flexi-hero-section.animate-zoom .hero-img {
    transform: scale(1.1);
}
.flexi-hero-section .hero-text {
    position: absolute;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 20px;
    border-radius: 10px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1.5s forwards 0.5s;
}
.flexi-hero-section h1 { font-size:4rem; margin-bottom:20px; }
.flexi-hero-section .hero-points { display:flex; gap:20px; justify-content:center; font-size:1.2rem; }

/* PRODUCT SECTIONS */
.product-section { display:flex; padding:80px 10%; align-items:center; gap:50px; opacity:0; transform:translateY(50px);}
.product-section.reverse { flex-direction:row-reverse; }
.product-section.animate-left { animation: slideInLeft 1s forwards; }
.product-section.animate-right { animation: slideInRight 1s forwards; }
.product-text { flex:1; }
.product-text h2 { font-size:2.5rem; margin-bottom:20px; color:#333; }
.product-text p { font-size:1.1rem; line-height:1.8; margin-bottom:20px; }
.features { list-style:none; font-weight:bold; }
.features li { margin-bottom:10px; color:#555; }
.product-img { flex:1; display:flex; flex-direction:column; gap:20px; }
.product-img img, .product-img video { width:100%; border-radius:15px; box-shadow:0 10px 30px rgba(0,0,0,0.2); }

/* INTERIOR APPLICATIONS */
.interior-section { background:#f7f7f7; padding:80px 10%; text-align:center;}
.interior-section h2 { font-size:2.5rem; margin-bottom:50px; }
.interior-cards { display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.card { flex:1; min-width:250px; opacity:0; transform:translateY(30px); transition:all 0.6s ease; }
.card.animate-up { opacity:1; transform:translateY(0); }
.card img { width:100%; border-radius:10px; }
.card p { margin-top:15px; font-weight:bold; }

/* USES SECTION */
.uses-section { padding:80px 10%; text-align:center; opacity:0; transform:translateY(30px); animation: fadeInUp 1s forwards; }
.uses-section h2 { font-size:2.5rem; margin-bottom:20px; }
.uses-section p { font-size:1.2rem; line-height:1.8; }

/* FOOTER */
.footer { background:#fff; padding:50px 10%; text-align:center; border-top:1px solid #eee; box-shadow:inset 0 1px 0 rgba(0,0,0,0.05); opacity:0; transform:translateY(20px); animation: fadeInUp 1s forwards;}
.footer h2 { font-size:2rem; margin-bottom:20px; }
.footer p { margin-bottom:10px; }
.btn-contact { background:#222; color:#fff; border:none; padding:15px 30px; font-size:1rem; border-radius:5px; cursor:pointer; transition:0.3s; }
.btn-contact:hover { background:#555; transform:scale(1.05); }

/* ANIMATIONS */
@keyframes fadeInUp { 0%{opacity:0; transform:translateY(30px);} 100%{opacity:1; transform:translateY(0);} }
@keyframes slideInLeft { 0%{opacity:0; transform:translateX(-50px);} 100%{opacity:1; transform:translateX(0);} }
@keyframes slideInRight { 0%{opacity:0; transform:translateX(50px);} 100%{opacity:1; transform:translateX(0);} }

/* RESPONSIVE */
@media (max-width:992px){ 
    .product-section, .product-section.reverse { flex-direction:column; }
    .flexi-hero-section h1 { font-size:3rem; }
    .flexi-hero-section .hero-points { flex-direction:column; gap:10px; }
    .interior-cards { flex-direction:column; gap:30px; }
}
.zxq-title { text-align:center; font-size:30px; margin:50px 0 25px; color:#111; letter-spacing:1px; }
      display:grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap:25px;
      padding:20px 50px 60px;
    }

    .nxv-wrap img {
      width:100%;
      height:260px;
      object-fit:cover;
      border-radius:16px;
      box-shadow:0 8px 22px rgba(0,0,0,0.08);
      transition:all 0.35s ease;
    }

    .nxv-wrap img:hover { transform:scale(1.05) rotate(0.5deg); }

  

    /* MOBILE RESPONSIVE */
    @media (max-width: 768px) {
      .zxq-title {
        font-size:22px;
        margin:30px 0 15px;
      }

      .zxq-grid {
        grid-template-columns: 1fr;
        padding:15px 20px;
        gap:20px;
      }

      .zxq-box img {
        height:200px;
      }

      .nxv-wrap {
        grid-template-columns: 1fr;
        padding:15px 20px 40px;
      }

      .nxv-wrap img {
        height:220px;
      }
    }

    @media (max-width: 480px) {
      .zxq-title {
        font-size:20px;
      }

      .zxq-box {
        border-radius:14px;
      }

      .zxq-label {
        font-size:14px;
        padding:12px;
      }

      .nxv-wrap img {
        height:200px;
      }
    }
