/* =============================================
   DHANUSH FURNITURES - Global Stylesheet
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800&family=Nunito:wght@300;400;500;600;700&display=swap');

:root {
  --primary:    #1a3a6b;
  --secondary:  #c8922a;
  --accent:     #e8b84b;
  --dark:       #0d1b2e;
  --light:      #f5f3ef;
  --text:       #333;
  --text-muted: #777;
  --white:      #ffffff;
  --border:     #e0dbd0;
  --shadow:     0 4px 24px rgba(26,58,107,0.10);
  --radius:     8px;
  --transition: all 0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito', sans-serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5 { font-family: 'Playfair Display', serif; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

/* ---- Top Bar ---- */
.top-bar {
  background: var(--dark);
  color: #ccc;
  font-size: 0.78rem;
  padding: 6px 0;
  font-size:14px;
}
.top-bar a { color: #ccc;font-size:14px; }
.top-bar a:hover { color: var(--accent); }
.top-bar .divider { margin: 0 10px; opacity: .4; }

/* ---- Navbar ---- */
.navbar {
  background: var(--white);
  box-shadow: 0 2px 12px rgba(0,0,0,.10);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1050;
  transition: var(--transition);
}
.navbar-brand img { 
 height: 100px; 
/*width: 80%;*/
}
.navbar-nav .nav-link {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--dark) !important;
  padding: 22px 14px !important;
  letter-spacing: .02em;
/*  text-transform: uppercase;*/
  transition: color .2s;
  position: relative;
}
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0; left: 14px; right: 14px;
  height: 3px;
  background: var(--secondary);
  transform: scaleX(0);
  transition: transform .25s;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--secondary) !important;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after { transform: scaleX(1); }

/* Cart/Search Icons */
.nav-icons a {
  color: var(--dark);
  font-size: 1.15rem;
  margin-left: 14px;
  position: relative;
  transition: color .2s;
}
.nav-icons a:hover { color: var(--secondary); }
.nav-icons .badge-count {
  position: absolute;
  top: -6px; right: -8px;
  background: var(--secondary);
  color: #fff;
  font-size: .65rem;
  width: 17px; height: 17px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
}
.btn-enquire {
  background: var(--secondary);
  color: #fff !important;
  border-radius: 4px;
  padding: 8px 18px !important;
  font-size: 0.85rem !important;
  margin-left: 10px;
  transition: background .2s;
}
.btn-enquire:hover { background: var(--primary) !important; color: #fff !important; }

/* ---- Mega Menu ---- */
.mega-dropdown { position: static !important; }
.mega-menu {
  position: absolute;
  top: 100%; left: 0;
  width: 100%;
  background: var(--white);
  border-top: 3px solid var(--secondary);
  box-shadow: 0 8px 32px rgba(0,0,0,.15);
  padding: 28px 0;
  display: none;
  z-index: 1100;
  animation: fadeSlideDown .2s ease;
}
@keyframes fadeSlideDown {
  from { opacity:0; transform: translateY(-10px); }
  to   { opacity:1; transform: translateY(0); }
}
/*.mega-dropdown:hover .mega-menu,
.mega-dropdown.show .mega-menu { display: block; }*/
.mega-menu-col h6 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: var(--primary);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.mega-menu-col ul { list-style: none; padding: 0; }
.mega-menu-col ul li a {
  font-size: .85rem;
  color: black;
  display: block;
  padding: 4px 0;
  transition: color .2s, padding .2s;
}
.mega-menu-col ul li a:hover {
  color: var(--secondary);
  padding-left: 6px;
}
.mega-promo {
  background: linear-gradient(135deg, var(--primary) 0%, #2a5298 100%);
  border-radius: var(--radius);
  padding: 20px;
  color: #fff;
  text-align: center;
}
.mega-promo h5 { font-size: 1.1rem; color: var(--accent); margin-bottom: 8px; }
.mega-promo p { font-size: .82rem; opacity: .85; margin-bottom: 14px; }
.mega-promo .btn-sm {
  background: var(--accent);
  color: var(--dark);
  font-weight: 700;
  border: none;
  border-radius: 4px;
  padding: 6px 16px;
  font-size: .82rem;
}

/*/* ---- Hero Slider ---- */
/*.hero-slider { width: 100%; overflow: hidden; position: relative; }
.hero-slider .carousel-item { height: 460px; }
.hero-slide {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.slide-1 { background: linear-gradient(120deg, #0d1b2e 0%, #1a3a6b 60%, #2a5298 100%); }
.slide-2 { background: linear-gradient(120deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); }
.slide-3 { background: linear-gradient(120deg, #2d1b00 0%, #5a3200 50%, #8b5a00 100%); }
.slide-bg-img {
  position: absolute; right: 0; top: 0; bottom: 0;
  width: 55%;
  object-fit: cover;
  opacity: .18;
}
.slide-content { position: relative; z-index: 2; color: #fff; padding: 40px 0; }
.slide-tag {
  display: inline-block;
  background: var(--secondary);
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 3px;
  margin-bottom: 18px;
}
.slide-content h1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
  color: #fff;
}
.slide-content h1 span { color: var(--accent); }
.slide-content p {
  font-size: 1.05rem;
  opacity: .85;
  margin-bottom: 28px;
  max-width: 480px;
}
.btn-primary-df {
  background: var(--secondary);
  color: #fff;
  border: none;
  padding: 13px 32px;
  border-radius: 5px;
  font-weight: 700;
  font-size: .95rem;
  transition: var(--transition);
  display: inline-block;
}
.btn-primary-df:hover { background: var(--accent); color: var(--dark); transform: translateY(-2px); }
.btn-outline-df {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.5);
  padding: 11px 28px;
  border-radius: 5px;
  font-weight: 600;
  font-size: .95rem;
  transition: var(--transition);
  display: inline-block;
  margin-left: 12px;
}
.btn-outline-df:hover { border-color: var(--accent); color: var(--accent); }
.slide-image-col { position: relative; display: flex; justify-content: center; }
.slide-image-col img {
  height: 380px;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,.5));
  animation: floatImg 3s ease-in-out infinite;
}
@keyframes floatImg {
  0%,100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}
.carousel-indicators [data-bs-target] {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  border: none;
}
.carousel-indicators .active { background: var(--accent); }
.carousel-control-prev-icon,
.carousel-control-next-icon { filter: invert(0); }*/

/* ---- Image Only Hero Slider ---- */
.hero-slider {
  width: 100%;
  overflow: hidden;
}

.hero-slider .carousel-item {
  height: 470px;
}

.hero-banner {
  width: 100%;
  height: 470px;
  object-fit: cover;
  display: block;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.6);
  border: none;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: none;
}

@media (max-width: 768px) {
  .hero-slider .carousel-item {
    height: auto;
  }

  .hero-banner {
    height: auto;
    width: 100%;
    object-fit: contain;
  }
}


/* ---- Feature Strip ---- */
.feature-strip {
  background: var(--primary);
  color: #fff;
  padding: 18px 0;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.feature-item i { font-size: 1.6rem; color: var(--accent); }
.feature-item h6 { font-family:'Nunito',sans-serif; font-size:.88rem; font-weight:700; margin:0; }
.feature-item p { font-size:.75rem; opacity:.75; margin:0; }

/* ---- Section Commons ---- */
.section-pad { padding: 50px 0; }
.section-pad-sm { padding: 50px 0; }
.section-title { margin-bottom: 40px; }
.section-title .pre-title {
  font-size: .78rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
.section-title h2 {
  font-size: 2.1rem;
  color: var(--primary);
  font-weight: 800;
  line-height: 1.2;
}
.section-title p {
  color: var(--text-muted);
  margin-top: 12px;
  font-size: .95rem;
}
.divider-line {
  width: 60px; height: 4px;
  background: linear-gradient(90deg, var(--secondary), var(--accent));
  border-radius: 2px;
  margin: 14px 0;
}

/* ---- Category Cards ---- */
.cat-card {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: transform .3s, box-shadow .3s;
}
.cat-card:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(26,58,107,.18); }
.cat-card img { width: 100%; height: 220px; object-fit: cover; transition: transform .4s; }
.cat-card:hover img { transform: scale(1.07); }
.cat-card-body {
  background: linear-gradient(0deg, rgba(13,27,46,.92) 0%, transparent 100%);
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px 18px 16px;
  color: #fff;
}
.cat-card-body h5 { font-size: 1rem; font-weight: 700; margin-bottom: 3px; }
.cat-card-body span { font-size: .78rem; opacity: .8; }

/* ---- Product Cards ---- */
.product-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .3s, box-shadow .3s;
  position: relative;
}
.product-card:hover { transform: translateY(-5px); box-shadow: 0 14px 40px rgba(26,58,107,.16); }
.product-card-img {
  position: relative;
  overflow: hidden;
  background: var(--light);
  padding: 10px;
}
.product-card-img img { 
/*  height: 200px; */
  width: 100%; object-fit: contain; transition: transform .4s; }
.product-card:hover .product-card-img img { transform: scale(1.05); }
.product-badge {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--secondary);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 3px;
}
.product-badge.new { background: #27ae60; }
.product-actions {
  position: absolute;
  top: 12px; right: 12px;
  display: flex; flex-direction: column; gap: 6px;
  opacity: 0; transform: translateX(10px);
  transition: var(--transition);
}
.product-card:hover .product-actions { opacity: 1; transform: translateX(0); }
.product-actions a {
  background: #fff;
  border: 1px solid var(--border);
  width: 34px; height: 34px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem;
  color: var(--primary);
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
  transition: var(--transition);
}
.product-actions a:hover { background: var(--secondary); color: #fff; border-color: var(--secondary); }
.product-card-body { padding: 16px; }
.product-card-body .category { font-size: .72rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: .08em; }
.product-card-body h5 { font-family:'Nunito',sans-serif; font-size:1.25rem; font-weight:700; margin: 5px 0 8px; color:var(--dark); }
.product-rating { color: #f5a623; font-size: .78rem; }
.product-rating span { color: var(--text-muted); font-size:.75rem; }
.product-price { margin-top: 10px; }
.product-price .current { font-size: 1.1rem; font-weight: 800; color: var(--primary); }
.product-price .original { font-size: .85rem; color: var(--text-muted); text-decoration: line-through; margin-left: 8px; }
.product-price .discount { font-size: .75rem; color: #27ae60; font-weight: 700; margin-left: 6px; }
.btn-add-cart {
  display: block;
  width: 100%;
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 9px;
  font-size: .85rem;
  font-weight: 700;
  border-radius: 0 0 var(--radius) var(--radius);
  transition: background .2s;
  cursor: pointer;
  text-align: center;
}
.btn-add-cart:hover { background: var(--secondary); color: #fff; }

/* ---- Promo Banners ---- */
.promo-banner {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  padding: 30px;
  transition: transform .3s;
}
.promo-banner:hover { transform: translateY(-4px); }
.promo-banner-1 { background: linear-gradient(135deg, #1a3a6b 0%, #2a5298 100%); }
.promo-banner-2 { background: linear-gradient(135deg, #8b5a00 0%, #c8922a 100%); }
.promo-banner-3 { background: linear-gradient(135deg, #1a3a2e 0%, #2d6a4f 100%); }
.promo-banner h4 { color: #fff; font-size: 1.3rem; margin-bottom: 6px; }
.promo-banner p { color: rgba(255,255,255,.8); font-size:.82rem; margin-bottom: 14px; }
.promo-banner .btn-sm-df {
  background: #fff;
  color: var(--dark);
  font-weight: 700;
  font-size: .8rem;
  padding: 7px 18px;
  border-radius: 4px;
  display: inline-block;
  transition: var(--transition);
}
.promo-banner .btn-sm-df:hover { background: var(--accent); }
.promo-banner .promo-img {
  position: absolute;
  right: -10px; bottom: 0;
  height: 180px;
  opacity: .25;
}

/* ---- Testimonials ---- */
.testimonial-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  border-left: 4px solid var(--secondary);
  transition: transform .3s;
}
.testimonial-card:hover { transform: translateY(-4px); }
.testimonial-card .quote { font-size: 2.5rem; color: var(--accent); line-height: 1; margin-bottom: 10px; }
.testimonial-card p { font-size: .9rem; color: var(--text-muted); line-height: 1.7; font-style: italic; }
.testimonial-card .client { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.testimonial-card .client img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 3px solid var(--accent); }
.testimonial-card .client h6 { font-family:'Nunito',sans-serif; font-weight:700; margin:0; font-size:.92rem; }
.testimonial-card .client span { font-size:.76rem; color:var(--text-muted); }

/* ---- CTA Banner ---- */
.cta-section {
  background: linear-gradient(135deg, var(--primary) 0%, #2a5298 100%);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.cta-section h2 { font-size: 2.4rem; color: #fff; margin-bottom: 16px; }
.cta-section p { color: rgba(255,255,255,.8); font-size: 1rem; margin-bottom: 30px; }
.btn-cta-white {
  background: #fff;
  color: var(--primary);
  font-weight: 800;
  padding: 13px 36px;
  border-radius: 5px;
  font-size: .95rem;
  display: inline-block;
  transition: var(--transition);
}
.btn-cta-white:hover { background: var(--accent); color: var(--dark); transform: translateY(-2px); }
.btn-cta-outline {
  border: 2px solid rgba(255,255,255,.6);
  color: #fff;
  padding: 11px 30px;
  border-radius: 5px;
  font-weight: 600;
  font-size: .95rem;
  display: inline-block;
  margin-left: 14px;
  transition: var(--transition);
}
.btn-cta-outline:hover { border-color: var(--accent); color: var(--accent); }

/* ---- Brand / Stats ---- */
.stats-section { 
/*  background: var(--light); */
background: #ffeecb;
}
.stat-item { text-align: center; padding: 30px 20px; }
.stat-item .number {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}
.stat-item .number span { color: var(--secondary); }
.stat-item p { color: var(--text-muted); font-size: .88rem; margin-top: 6px; }

/* ---- Footer ---- */
footer {
  background: var(--dark);
  color: rgba(255,255,255,.75);
  padding: 20px 0 0;
}
.footer-logo img { 
/*  height: 60px; */
  margin-bottom: 16px;
  background: white;
  border-radius: 10px; 
}
.footer-about { font-size: .85rem; line-height: 1.8; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem;
  transition: background .2s;
}
.footer-social a:hover { background: var(--secondary); }
.footer-col h5 {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--secondary);
  display: inline-block;
}
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a {
  color: rgba(255,255,255,.65);
  font-size: .85rem;
  transition: color .2s, padding .2s;
}
.footer-links a:hover { color: var(--accent); padding-left: 5px; }
.footer-contact p { font-size: .85rem; margin-bottom: 10px; display: flex; align-items: flex-start; gap: 10px; }
.footer-contact i { color: var(--secondary); margin-top: 3px; flex-shrink:0; }
.footer-bottom {
  background: rgba(0,0,0,.3);
  padding: 16px 0;
  margin-top: 20px;
  font-size: .8rem;
  color: rgba(255,255,255,.45);
}
.footer-bottom a { color: var(--accent); }

/* ---- Page Hero ---- */
.page-hero {
  background: linear-gradient(135deg, var(--primary) 0%, #2a5298 100%);
  padding: 60px 0 50px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute; right: -80px; top: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: rgba(255,255,255,.04);
}
.page-hero h1 { font-size: 2.4rem; color: #fff; }
.page-hero .breadcrumb-item,
.page-hero .breadcrumb-item a { color: rgba(255,255,255,.65); font-size:.85rem; }
.page-hero .breadcrumb-item.active { color: var(--accent); }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.4); }

/* ---- Filters / Sidebar ---- */
.filter-sidebar {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}
.filter-sidebar h5 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: var(--primary);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.filter-sidebar .form-check-label { font-size: .85rem; cursor: pointer; }
.filter-sidebar .form-check-input:checked { background-color: var(--secondary); border-color: var(--secondary); }
.price-range input { accent-color: var(--secondary); }

/* ---- Contact Form ---- */
.contact-form-wrap {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 40px;
}
.form-control, .form-select {
  border: 1px solid var(--border);
  border-radius: 5px;
  padding: 10px 14px;
  font-size: .9rem;
  transition: border-color .2s, box-shadow .2s;
}
.form-control:focus, .form-select:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 3px rgba(200,146,42,.15);
}
.info-card {
  background: var(--light);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.info-card-icon {
  width: 48px; height: 48px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.info-card h6 { font-family: 'Nunito',sans-serif; font-weight: 700; margin-bottom: 4px; }
.info-card p { font-size: .85rem; color: var(--text-muted); margin: 0; }

/* ---- About Page ---- */
.about-img-wrap { position: relative; }
.about-img-wrap img { border-radius: var(--radius); box-shadow: var(--shadow); }
.about-badge {
  position: absolute;
  bottom: -20px; right: -20px;
  background: var(--secondary);
  color: #fff;
  border-radius: var(--radius);
  padding: 18px 22px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(200,146,42,.4);
}
.about-badge .num { font-family:'Playfair Display',serif; font-size: 2rem; font-weight:800; line-height:1; }
.about-badge p { font-size:.75rem; margin:4px 0 0; opacity:.9; }

/* ---- Utilities ---- */
.bg-light-df { background: var(--light); }
.text-primary-df { color: var(--primary); }
.text-secondary-df { color: var(--secondary); }
.rounded-df { border-radius: var(--radius); }
.gap-scroll { overflow-x: auto; }

/* ---- Tabs ---- */
.nav-tabs .nav-link {
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  color: var(--text-muted);
  border: none;
  padding: 10px 22px;
  border-bottom: 3px solid transparent;
  font-size: .9rem;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  color: var(--secondary);
  border-bottom-color: var(--secondary);
  background: none;
}
.nav-tabs { border-bottom: 2px solid var(--border); }

/* ---- Accordion ---- */
.accordion-item { border: 1px solid var(--border); border-radius: var(--radius) !important; margin-bottom: 10px; overflow: hidden; }
.accordion-button { font-family: 'Nunito', sans-serif; font-weight: 700; font-size: .95rem; color: var(--dark); }
.accordion-button:not(.collapsed) { background: var(--light); color: var(--secondary); box-shadow: none; }
.accordion-button:focus { box-shadow: none; }
.accordion-button::after { filter: none; }

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .hero-slider .carousel-item { height: auto; 
/*    min-height: 400px; */
  }
  .slide-content h1 { font-size: 2rem; }
  .slide-image-col { display: none; }
  .mega-menu { position: relative; box-shadow: none; border-top: none; }
  .navbar-nav .nav-link { padding: 12px 16px !important; }
  .navbar-nav .nav-link::after { display: none; }
  .about-badge { position: relative; right: auto; bottom: auto; margin-top: 20px; display: inline-block; }
}
@media (max-width: 767px) {
  .section-pad { padding: 50px 0; }
  .section-title h2 { font-size: 1.6rem; }
  .cta-section h2 { font-size: 1.7rem; }
  .stat-item .number { font-size: 2rem; }
  .contact-form-wrap { padding: 24px; }
  .btn-outline-df { margin-left: 0; margin-top: 10px; }
}


/* RESPONSIVE MEGA MENU FIX */

/* Desktop */
@media (min-width: 992px) {
  .mega-dropdown {
    position: static !important;
  }

  .mega-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .mega-menu::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
  }

  .mega-dropdown:hover .mega-menu,
  .mega-dropdown.show .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/* Mobile / Tablet */
@media (max-width: 991px) {
  .navbar-collapse {
    max-height: 80vh;
    overflow-y: auto;
  }

  .mega-dropdown {
    position: relative !important;
  }

  .mega-menu {
    position: static;
    width: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: none;
    border-top: 1px solid var(--border);
    padding: 12px 15px;
    animation: none;
  }

  .mega-dropdown.show .mega-menu {
    display: block;
  }

  .mega-menu .row {
    display: block;
  }

  .mega-menu-col {
    margin-bottom: 15px;
  }

  .mega-promo {
    margin-top: 10px;
  }

  .navbar-nav .nav-link {
    padding: 12px 15px !important;
  }
}


.whatsapp-float {
      position: fixed;
      bottom: 28px; 
      left: 28px;
      background: #25d366;
      color: #fff;
      width: 58px; height: 58px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.6rem;
      box-shadow: 0 6px 20px rgba(37,211,102,.5);
      z-index: 9999;
      transition: transform .2s;
      text-decoration: none;
    }
    .whatsapp-float:hover { transform: scale(1.1); color: #fff; }



    .float1 {
      position: fixed;
      bottom:95px; 
      left: 28px;
      background: #007bff;
      color: #fff;
      width: 58px; 
      height: 58px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.6rem;
      box-shadow: 0 6px 20px rgba(37,211,102,.5);
      z-index: 9999;
      transition: transform .2s;
      text-decoration: none;
    }
    .whatsapp-float:hover { transform: scale(1.1); color: #fff; }