.elementor-74 .elementor-element.elementor-element-3c098a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-74 .elementor-element.elementor-element-c281101{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-74 .elementor-element.elementor-element-c281101{left:0px;}body.rtl .elementor-74 .elementor-element.elementor-element-c281101{right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c281101 *//* =====================
   CSS Variables & Reset
   ===================== */
:root {
  --maroon: #8b1a4a;
  --maroon-dark: #6d1239;
  --maroon-light: #a52058;
  --gold: #c8a951;
  --white: #ffffff;
  --black: #111111;
  --gray: #f5f5f5;
  --text-dark: #222222;
  --text-mid: #555555;
  --text-light: #888888;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Montserrat', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  color: var(--text-dark);
  background: var(--white);
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* =====================
   Top Bar
   ===================== */
.top-bar {
  background: var(--black);
  color: var(--white);
  font-size: 12px;
  padding: 6px 0;
}
.top-bar-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.top-bar-inner span { display: flex; align-items: center; gap: 6px; opacity: 0.9; }
.top-bar-right { display: flex; align-items: center; gap: 16px; }
.top-bar-right a { color: var(--white); font-size: 12px; display: flex; align-items: center; gap: 5px; opacity: 0.9; transition: opacity 0.2s; }
.top-bar-right a:hover { opacity: 1; }
.whatsapp-btn {
  background: #25d366;
  color: var(--white) !important;
  padding: 3px 12px;
  border-radius: 3px;
  font-weight: 600;
  opacity: 1 !important;
}

/* =====================
   Navbar
   ===================== */
.navbar {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s;
}
.navbar.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.15); }
.nav-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-img { height: 48px; width: 48px; object-fit: contain; }
.logo-text { display: flex; flex-direction: column; }
.logo-name { font-family: var(--font-sans); font-size: 13px; font-weight: 700; color: var(--maroon); letter-spacing: 0.5px; }
.logo-sub { font-size: 9px; font-weight: 500; color: var(--text-light); letter-spacing: 1px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links li a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: var(--text-dark);
  padding: 8px 12px;
  transition: color 0.2s;
  text-transform: uppercase;
}
.nav-links li a:hover, .nav-links li a.active { color: var(--maroon); }
.btn-quote {
  background: var(--maroon) !important;
  color: var(--white) !important;
  padding: 10px 20px !important;
  border-radius: 2px;
  font-weight: 700 !important;
  letter-spacing: 1px;
  transition: background 0.2s !important;
}
.btn-quote:hover { background: var(--maroon-dark) !important; }
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--text-dark);
  transition: all 0.3s;
  border-radius: 2px;
}
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =====================
   Hero Slider
   ===================== */
.hero { position: relative; width: 100%; height: 600px; overflow: hidden; }
.slides-container { position: relative; width: 100%; height: 100%; }
.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.slide.active { opacity: 1; }
.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(139,26,74,0.75) 0%, rgba(80,10,40,0.55) 60%, rgba(0,0,0,0.3) 100%);
}
.slide-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 80px 80px;
  color: var(--white);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slide-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 16px;
  text-transform: uppercase;
}
.slide-title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.slide-desc { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.88); margin-bottom: 32px; max-width: 480px; }
.slide-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary {
  background: var(--maroon);
  color: var(--white);
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
}
.btn-primary:hover { background: var(--maroon-dark); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
  padding: 12px 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.2s;
}
.btn-outline:hover { background: rgba(255,255,255,0.1); }
.slide-prev, .slide-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.15);
  border: none;
  color: var(--white);
  width: 44px;
  height: 44px;
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.slide-prev:hover, .slide-next:hover { background: rgba(255,255,255,0.3); }
.slide-prev { left: 20px; }
.slide-next { right: 20px; }
.slide-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: background 0.3s;
}
.dot.active { background: var(--gold); }

/* =====================
   Stats Bar
   ===================== */
.stats-bar { background: var(--maroon); padding: 36px 0; }
.stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 0;
}
.stat { position: relative; padding: 8px 0; }
.stat:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: rgba(255,255,255,0.2);
}
.stat-num {
  display: block;
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1.1;
}
.stat-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.85);
  margin-top: 6px;
  text-transform: uppercase;
}

/* =====================
   About Section
   ===================== */
.about-section { padding: 90px 0; background: var(--white); }
.about-inner {
  
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.section-tag {
  display: inline-block;
  background: var(--maroon);
  color: #ffffff !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 5px 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-radius: 2px;
}
.about-text h2 {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 16px;
}
.divider-line { width: 48px; height: 3px; background: var(--maroon); margin: 16px 0 24px; border-radius: 2px; }
.divider-line.light { background: rgba(255,255,255,0.4); }
.divider-line.center { margin: 16px auto 24px; }
.about-text p { font-size: 14px; line-height: 1.8; color: var(--text-mid); margin-bottom: 16px; }
.about-features { margin: 24px 0 32px; display: flex; flex-direction: column; gap: 20px; }
.feature-item { display: flex; gap: 14px; align-items: flex-start; }
.feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--maroon);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.feature-item strong { display: block; font-size: 14px; font-weight: 700; color: var(--text-dark); margin-bottom: 4px; }
.feature-item p { font-size: 13px; color: var(--text-mid); line-height: 1.6; margin: 0; }
.about-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.btn-dark {
  background: var(--maroon);
  color: var(--white);
  padding: 13px 26px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
  display: inline-block;
}
.btn-dark:hover { background: var(--maroon-dark); }
.btn-dark-outline {
  background: transparent;
  color: var(--text-dark);
  border: 2px solid var(--text-dark);
  padding: 11px 26px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.2s;
  display: inline-block;
}
.btn-dark-outline:hover { background: var(--maroon); color: var(--white); border-color: var(--maroon); }
.about-image { position: relative; }
.about-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}
.about-badge {
  position: absolute;
  bottom: 28px;
  right: -16px;
  background: var(--maroon);
  color: var(--white);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 16px rgba(139,26,74,0.4);
}
.badge-num { font-family: var(--font-serif); font-size: 22px; font-weight: 700; color: var(--gold); line-height: 1; }
.badge-text { font-size: 9px; font-weight: 600; letter-spacing: 1px; color: rgba(255,255,255,0.9); margin-top: 4px; text-transform: uppercase; line-height: 1.3; }

/* =====================
   Why Choose Us
   ===================== */
.why-section { background: var(--maroon-dark); padding: 90px 0; }
.why-inner {
  
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.section-tag-light {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 16px;
  text-transform: uppercase;
}
.why-left h2 {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 16px;
}
.why-left p { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,0.8); margin-bottom: 32px; }
.btn-white-outline {
  display: inline-block;
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
  padding: 12px 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.2s;
}
.btn-white-outline:hover { background: rgba(255,255,255,0.15); }
.why-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.why-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 28px 24px;
  border-radius: 4px;
  transition: background 0.2s;
}
.why-card:hover { background: rgba(255,255,255,0.1); }
.why-icon { font-size: 28px; margin-bottom: 14px; }
.why-icon.gold { color: var(--gold); }
.why-card h4 { font-family: var(--font-sans); font-size: 14px; font-weight: 700; color: var(--gold); margin-bottom: 8px; }
.why-card p { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.75); }

/* =====================
   Products CTA
   ===================== */
.products-cta { background: var(--gray); padding: 90px 0; text-align: center; }
.cta-inner { max-width: 680px; margin: 0 auto; padding: 0 24px; }
.products-cta .section-tag { margin-bottom: 16px; }
.cta-inner h2 {
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0;
}
.cta-inner p { font-size: 15px; line-height: 1.8; color: var(--text-mid); margin-bottom: 36px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-maroon {
  display: inline-block;
  background: var(--maroon);
  color: var(--white);
  padding: 13px 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
}
.btn-maroon:hover { background: var(--maroon-dark); }

/* =====================
   Footer
   ===================== */
.footer { background: var(--maroon-dark); color: var(--white); padding: 70px 0 0; }
.footer-inner {
  
  margin: 0 auto;
  padding: 0 24px 50px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
}
.brand-col p { font-size: 13px; line-height: 1.8; color: rgba(255,255,255,0.65); margin-top: 16px; }
.footer-logo { height: 52px; width: auto; object-fit: contain; margin-bottom: 4px; }
.footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.65); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold); }
.contact-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 12px;
  line-height: 1.6;
}
.contact-list li i { color: var(--gold); margin-top: 3px; flex-shrink: 0; font-size: 14px; }
.contact-list a { color: rgba(255,255,255,0.65); transition: color 0.2s; }
.contact-list a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 18px 24px;
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  
  margin: 0 auto;
}

/* =====================
   WhatsApp Float
   ===================== */
.whatsapp-float { display: none; }

/* =====================
   Responsive
   ===================== */
@media (max-width: 1024px) {
  .about-inner, .why-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-image { order: -1; }
  .about-image img { height: 340px; }
  .about-badge { right: 16px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 36px; }
  .why-inner { grid-template-columns: 1fr; }
  .why-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .top-bar-inner { flex-direction: column; text-align: center; }
  .hero { height: 500px; }
  .slide-content { padding: 60px 32px; }
  .hamburger { display: flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 20px 24px;
    gap: 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    z-index: 999;
  }
  .nav-links.open { display: flex; }
  .nav-links li a { padding: 12px 0; border-bottom: 1px solid #f0f0f0; display: block; }
  .btn-quote { margin-top: 8px; display: block; text-align: center; }
  .stats-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
  .stat:not(:last-child)::after { display: none; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .why-cards { grid-template-columns: 1fr; }
}

@media (max-width: 500px) {
  .hero { height: 420px; }
  .slide-content { padding: 40px 20px; }
  .slide-title { font-size: 32px; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .stat-num { font-size: 28px; }
  .about-inner { gap: 24px; }
  .cta-btns { flex-direction: column; align-items: center; }
  .slide-btns { flex-direction: column; gap: 10px; }
}/* =====================
   CSS Variables & Reset
   ===================== */
:root {
  --maroon: #8b1a4a;
  --maroon-dark: #6d1239;
  --maroon-light: #a52058;
  --gold: #c8a951;
  --white: #ffffff;
  --black: #111111;
  --gray: #f5f5f5;
  --text-dark: #222222;
  --text-mid: #555555;
  --text-light: #888888;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Montserrat', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  color: var(--text-dark);
  background: var(--white);
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* =====================
   Top Bar
   ===================== */
.top-bar {
  background: var(--black);
  color: var(--white);
  font-size: 12px;
  padding: 6px 0;
}
.top-bar-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.top-bar-inner span { display: flex; align-items: center; gap: 6px; opacity: 0.9; }
.top-bar-right { display: flex; align-items: center; gap: 16px; }
.top-bar-right a { color: var(--white); font-size: 12px; display: flex; align-items: center; gap: 5px; opacity: 0.9; transition: opacity 0.2s; }
.top-bar-right a:hover { opacity: 1; }
.whatsapp-btn {
  background: #25d366;
  color: var(--white) !important;
  padding: 3px 12px;
  border-radius: 3px;
  font-weight: 600;
  opacity: 1 !important;
}

/* =====================
   Navbar
   ===================== */
.navbar {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s;
}
.navbar.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.15); }
.nav-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-img { height: 48px; width: 48px; object-fit: contain; }
.logo-text { display: flex; flex-direction: column; }
.logo-name { font-family: var(--font-sans); font-size: 13px; font-weight: 700; color: var(--maroon); letter-spacing: 0.5px; }
.logo-sub { font-size: 9px; font-weight: 500; color: var(--text-light); letter-spacing: 1px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links li a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: var(--text-dark);
  padding: 8px 12px;
  transition: color 0.2s;
  text-transform: uppercase;
}
.nav-links li a:hover, .nav-links li a.active { color: var(--maroon); }
.btn-quote {
  background: var(--maroon) !important;
  color: var(--white) !important;
  padding: 10px 20px !important;
  border-radius: 2px;
  font-weight: 700 !important;
  letter-spacing: 1px;
  transition: background 0.2s !important;
}
.btn-quote:hover { background: var(--maroon-dark) !important; }
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--text-dark);
  transition: all 0.3s;
  border-radius: 2px;
}
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =====================
   Hero Slider
   ===================== */
.hero { position: relative; width: 100%; height: 600px; overflow: hidden; }
.slides-container { position: relative; width: 100%; height: 100%; }
.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.slide.active { opacity: 1; }
.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(139,26,74,0.75) 0%, rgba(80,10,40,0.55) 60%, rgba(0,0,0,0.3) 100%);
}
.slide-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 80px 80px;
  color: var(--white);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slide-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 16px;
  text-transform: uppercase;
}
.slide-title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.slide-desc { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.88); margin-bottom: 32px; max-width: 480px; }
.slide-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary {
  background: var(--maroon);
  color: var(--white);
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
}
.btn-primary:hover { background: var(--maroon-dark); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
  padding: 12px 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.2s;
}
.btn-outline:hover { background: rgba(255,255,255,0.1); }
.slide-prev, .slide-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.15);
  border: none;
  color: var(--white);
  width: 44px;
  height: 44px;
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.slide-prev:hover, .slide-next:hover { background: rgba(255,255,255,0.3); }
.slide-prev { left: 20px; }
.slide-next { right: 20px; }
.slide-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: background 0.3s;
}
.dot.active { background: var(--gold); }

/* =====================
   Stats Bar
   ===================== */
.stats-bar { background: var(--maroon); padding: 36px 0; }
.stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 0;
}
.stat { position: relative; padding: 8px 0; }
.stat:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: rgba(255,255,255,0.2);
}
.stat-num {
  display: block;
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1.1;
}
.stat-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.85);
  margin-top: 6px;
  text-transform: uppercase;
}

/* =====================
   About Section
   ===================== */
.about-section { padding: 90px 0; background: var(--white); }
.about-inner {
  
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.section-tag {
  display: inline-block;
  background: var(--maroon);
  color: #ffffff !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 5px 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-radius: 2px;
}
.about-text h2 {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 16px;
}
.divider-line { width: 48px; height: 3px; background: var(--maroon); margin: 16px 0 24px; border-radius: 2px; }
.divider-line.light { background: rgba(255,255,255,0.4); }
.divider-line.center { margin: 16px auto 24px; }
.about-text p { font-size: 14px; line-height: 1.8; color: var(--text-mid); margin-bottom: 16px; }
.about-features { margin: 24px 0 32px; display: flex; flex-direction: column; gap: 20px; }
.feature-item { display: flex; gap: 14px; align-items: flex-start; }
.feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--maroon);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.feature-item strong { display: block; font-size: 14px; font-weight: 700; color: var(--text-dark); margin-bottom: 4px; }
.feature-item p { font-size: 13px; color: var(--text-mid); line-height: 1.6; margin: 0; }
.about-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.btn-dark {
  background: var(--maroon);
  color: var(--white);
  padding: 13px 26px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
  display: inline-block;
}
.btn-dark:hover { background: var(--maroon-dark); }
.btn-dark-outline {
  background: transparent;
  color: var(--text-dark);
  border: 2px solid var(--text-dark);
  padding: 11px 26px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.2s;
  display: inline-block;
}
.btn-dark-outline:hover { background: var(--maroon); color: var(--white); border-color: var(--maroon); }
.about-image { position: relative; }
.about-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}
.about-badge {
  position: absolute;
  bottom: 28px;
  right: -16px;
  background: var(--maroon);
  color: var(--white);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 16px rgba(139,26,74,0.4);
}
.badge-num { font-family: var(--font-serif); font-size: 22px; font-weight: 700; color: var(--gold); line-height: 1; }
.badge-text { font-size: 9px; font-weight: 600; letter-spacing: 1px; color: rgba(255,255,255,0.9); margin-top: 4px; text-transform: uppercase; line-height: 1.3; }

/* =====================
   Why Choose Us
   ===================== */
.why-section { background: var(--maroon-dark); padding: 90px 0; }
.why-inner {
  
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.section-tag-light {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 16px;
  text-transform: uppercase;
}
.why-left h2 {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 16px;
}
.why-left p { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,0.8); margin-bottom: 32px; }
.btn-white-outline {
  display: inline-block;
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
  padding: 12px 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.2s;
}
.btn-white-outline:hover { background: rgba(255,255,255,0.15); }
.why-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.why-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 28px 24px;
  border-radius: 4px;
  transition: background 0.2s;
}
.why-card:hover { background: rgba(255,255,255,0.1); }
.why-icon { font-size: 28px; margin-bottom: 14px; }
.why-icon.gold { color: var(--gold); }
.why-card h4 { font-family: var(--font-sans); font-size: 14px; font-weight: 700; color: var(--gold); margin-bottom: 8px; }
.why-card p { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.75); }

/* =====================
   Products CTA
   ===================== */
.products-cta { background: var(--gray); padding: 90px 0; text-align: center; }
.cta-inner { max-width: 680px; margin: 0 auto; padding: 0 24px; }
.products-cta .section-tag { margin-bottom: 16px; }
.cta-inner h2 {
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0;
}
.cta-inner p { font-size: 15px; line-height: 1.8; color: var(--text-mid); margin-bottom: 36px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-maroon {
  display: inline-block;
  background: var(--maroon);
  color: var(--white);
  padding: 13px 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
}
.btn-maroon:hover { background: var(--maroon-dark); }

/* =====================
   Footer
   ===================== */
.footer { background: var(--maroon-dark); color: var(--white); padding: 70px 0 0; }
.footer-inner {
  
  margin: 0 auto;
  padding: 0 24px 50px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
}
.brand-col p { font-size: 13px; line-height: 1.8; color: rgba(255,255,255,0.65); margin-top: 16px; }
.footer-logo { height: 52px; width: auto; object-fit: contain; margin-bottom: 4px; }
.footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.65); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold); }
.contact-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 12px;
  line-height: 1.6;
}
.contact-list li i { color: var(--gold); margin-top: 3px; flex-shrink: 0; font-size: 14px; }
.contact-list a { color: rgba(255,255,255,0.65); transition: color 0.2s; }
.contact-list a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 18px 24px;
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  
  margin: 0 auto;
}

/* =====================
   WhatsApp Float
   ===================== */
.whatsapp-float { display: none; }

/* =====================
   Responsive
   ===================== */
@media (max-width: 1024px) {
  .about-inner, .why-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-image { order: -1; }
  .about-image img { height: 340px; }
  .about-badge { right: 16px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 36px; }
  .why-inner { grid-template-columns: 1fr; }
  .why-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .top-bar-inner { flex-direction: column; text-align: center; }
  .hero { height: 500px; }
  .slide-content { padding: 60px 32px; }
  .hamburger { display: flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 20px 24px;
    gap: 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    z-index: 999;
  }
  .nav-links.open { display: flex; }
  .nav-links li a { padding: 12px 0; border-bottom: 1px solid #f0f0f0; display: block; }
  .btn-quote { margin-top: 8px; display: block; text-align: center; }
  .stats-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
  .stat:not(:last-child)::after { display: none; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .why-cards { grid-template-columns: 1fr; }
}

@media (max-width: 500px) {
  .hero { height: 420px; }
  .slide-content { padding: 40px 20px; }
  .slide-title { font-size: 32px; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .stat-num { font-size: 28px; }
  .about-inner { gap: 24px; }
  .cta-btns { flex-direction: column; align-items: center; }
  .slide-btns { flex-direction: column; gap: 10px; }
}/* =====================
   CSS Variables & Reset
   ===================== */
:root {
  --maroon: #8b1a4a;
  --maroon-dark: #6d1239;
  --maroon-light: #a52058;
  --gold: #c8a951;
  --white: #ffffff;
  --black: #111111;
  --gray: #f5f5f5;
  --text-dark: #222222;
  --text-mid: #555555;
  --text-light: #888888;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Montserrat', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  color: var(--text-dark);
  background: var(--white);
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* =====================
   Top Bar
   ===================== */
.top-bar {
  background: var(--black);
  color: var(--white);
  font-size: 12px;
  padding: 6px 0;
}
.top-bar-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.top-bar-inner span { display: flex; align-items: center; gap: 6px; opacity: 0.9; }
.top-bar-right { display: flex; align-items: center; gap: 16px; }
.top-bar-right a { color: var(--white); font-size: 12px; display: flex; align-items: center; gap: 5px; opacity: 0.9; transition: opacity 0.2s; }
.top-bar-right a:hover { opacity: 1; }
.whatsapp-btn {
  background: #25d366;
  color: var(--white) !important;
  padding: 3px 12px;
  border-radius: 3px;
  font-weight: 600;
  opacity: 1 !important;
}

/* =====================
   Navbar
   ===================== */
.navbar {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s;
}
.navbar.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.15); }
.nav-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-img { height: 48px; width: 48px; object-fit: contain; }
.logo-text { display: flex; flex-direction: column; }
.logo-name { font-family: var(--font-sans); font-size: 13px; font-weight: 700; color: var(--maroon); letter-spacing: 0.5px; }
.logo-sub { font-size: 9px; font-weight: 500; color: var(--text-light); letter-spacing: 1px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links li a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: var(--text-dark);
  padding: 8px 12px;
  transition: color 0.2s;
  text-transform: uppercase;
}
.nav-links li a:hover, .nav-links li a.active { color: var(--maroon); }
.btn-quote {
  background: var(--maroon) !important;
  color: var(--white) !important;
  padding: 10px 20px !important;
  border-radius: 2px;
  font-weight: 700 !important;
  letter-spacing: 1px;
  transition: background 0.2s !important;
}
.btn-quote:hover { background: var(--maroon-dark) !important; }
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--text-dark);
  transition: all 0.3s;
  border-radius: 2px;
}
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =====================
   Hero Slider
   ===================== */
.hero { position: relative; width: 100%; height: 600px; overflow: hidden; }
.slides-container { position: relative; width: 100%; height: 100%; }
.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.slide.active { opacity: 1; }
.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(139,26,74,0.75) 0%, rgba(80,10,40,0.55) 60%, rgba(0,0,0,0.3) 100%);
}
.slide-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 80px 80px;
  color: var(--white);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slide-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 16px;
  text-transform: uppercase;
}
.slide-title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.slide-desc { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.88); margin-bottom: 32px; max-width: 480px; }
.slide-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary {
  background: var(--maroon);
  color: var(--white);
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
}
.btn-primary:hover { background: var(--maroon-dark); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
  padding: 12px 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.2s;
}
.btn-outline:hover { background: rgba(255,255,255,0.1); }
.slide-prev, .slide-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.15);
  border: none;
  color: var(--white);
  width: 44px;
  height: 44px;
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.slide-prev:hover, .slide-next:hover { background: rgba(255,255,255,0.3); }
.slide-prev { left: 20px; }
.slide-next { right: 20px; }
.slide-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: background 0.3s;
}
.dot.active { background: var(--gold); }

/* =====================
   Stats Bar
   ===================== */
.stats-bar { background: var(--maroon); padding: 36px 0; }
.stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 0;
}
.stat { position: relative; padding: 8px 0; }
.stat:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: rgba(255,255,255,0.2);
}
.stat-num {
  display: block;
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1.1;
}
.stat-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.85);
  margin-top: 6px;
  text-transform: uppercase;
}

/* =====================
   About Section
   ===================== */
.about-section { padding: 90px 0; background: var(--white); }
.about-inner {
  
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.section-tag {
  display: inline-block;
  background: var(--maroon);
  color: #ffffff !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 5px 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-radius: 2px;
}
.about-text h2 {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 16px;
}
.divider-line { width: 48px; height: 3px; background: var(--maroon); margin: 16px 0 24px; border-radius: 2px; }
.divider-line.light { background: rgba(255,255,255,0.4); }
.divider-line.center { margin: 16px auto 24px; }
.about-text p { font-size: 14px; line-height: 1.8; color: var(--text-mid); margin-bottom: 16px; }
.about-features { margin: 24px 0 32px; display: flex; flex-direction: column; gap: 20px; }
.feature-item { display: flex; gap: 14px; align-items: flex-start; }
.feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--maroon);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.feature-item strong { display: block; font-size: 14px; font-weight: 700; color: var(--text-dark); margin-bottom: 4px; }
.feature-item p { font-size: 13px; color: var(--text-mid); line-height: 1.6; margin: 0; }
.about-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.btn-dark {
  background: var(--maroon);
  color: var(--white);
  padding: 13px 26px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
  display: inline-block;
}
.btn-dark:hover { background: var(--maroon-dark); }
.btn-dark-outline {
  background: transparent;
  color: var(--text-dark);
  border: 2px solid var(--text-dark);
  padding: 11px 26px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.2s;
  display: inline-block;
}
.btn-dark-outline:hover { background: var(--maroon); color: var(--white); border-color: var(--maroon); }
.about-image { position: relative; }
.about-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}
.about-badge {
  position: absolute;
  bottom: 28px;
  right: -16px;
  background: var(--maroon);
  color: var(--white);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 16px rgba(139,26,74,0.4);
}
.badge-num { font-family: var(--font-serif); font-size: 22px; font-weight: 700; color: var(--gold); line-height: 1; }
.badge-text { font-size: 9px; font-weight: 600; letter-spacing: 1px; color: rgba(255,255,255,0.9); margin-top: 4px; text-transform: uppercase; line-height: 1.3; }

/* =====================
   Why Choose Us
   ===================== */
.why-section { background: var(--maroon-dark); padding: 90px 0; }
.why-inner {
  
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.section-tag-light {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 16px;
  text-transform: uppercase;
}
.why-left h2 {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 16px;
}
.why-left p { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,0.8); margin-bottom: 32px; }
.btn-white-outline {
  display: inline-block;
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
  padding: 12px 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.2s;
}
.btn-white-outline:hover { background: rgba(255,255,255,0.15); }
.why-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.why-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 28px 24px;
  border-radius: 4px;
  transition: background 0.2s;
}
.why-card:hover { background: rgba(255,255,255,0.1); }
.why-icon { font-size: 28px; margin-bottom: 14px; }
.why-icon.gold { color: var(--gold); }
.why-card h4 { font-family: var(--font-sans); font-size: 14px; font-weight: 700; color: var(--gold); margin-bottom: 8px; }
.why-card p { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.75); }

/* =====================
   Products CTA
   ===================== */
.products-cta { background: var(--gray); padding: 90px 0; text-align: center; }
.cta-inner { max-width: 680px; margin: 0 auto; padding: 0 24px; }
.products-cta .section-tag { margin-bottom: 16px; }
.cta-inner h2 {
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0;
}
.cta-inner p { font-size: 15px; line-height: 1.8; color: var(--text-mid); margin-bottom: 36px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-maroon {
  display: inline-block;
  background: var(--maroon);
  color: var(--white);
  padding: 13px 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s;
}
.btn-maroon:hover { background: var(--maroon-dark); }

/* =====================
   Footer
   ===================== */
.footer { background: var(--maroon-dark); color: var(--white); padding: 70px 0 0; }
.footer-inner {
  
  margin: 0 auto;
  padding: 0 24px 50px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
}
.brand-col p { font-size: 13px; line-height: 1.8; color: rgba(255,255,255,0.65); margin-top: 16px; }
.footer-logo { height: 52px; width: auto; object-fit: contain; margin-bottom: 4px; }
.footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.65); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold); }
.contact-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 12px;
  line-height: 1.6;
}
.contact-list li i { color: var(--gold); margin-top: 3px; flex-shrink: 0; font-size: 14px; }
.contact-list a { color: rgba(255,255,255,0.65); transition: color 0.2s; }
.contact-list a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 18px 24px;
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  
  margin: 0 auto;
}

/* =====================
   WhatsApp Float
   ===================== */
.whatsapp-float { display: none; }

/* =====================
   Responsive
   ===================== */
@media (max-width: 1024px) {
  .about-inner, .why-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-image { order: -1; }
  .about-image img { height: 340px; }
  .about-badge { right: 16px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 36px; }
  .why-inner { grid-template-columns: 1fr; }
  .why-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .top-bar-inner { flex-direction: column; text-align: center; }
  .hero { height: 500px; }
  .slide-content { padding: 60px 32px; }
  .hamburger { display: flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 20px 24px;
    gap: 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    z-index: 999;
  }
  .nav-links.open { display: flex; }
  .nav-links li a { padding: 12px 0; border-bottom: 1px solid #f0f0f0; display: block; }
  .btn-quote { margin-top: 8px; display: block; text-align: center; }
  .stats-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
  .stat:not(:last-child)::after { display: none; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .why-cards { grid-template-columns: 1fr; }
}

@media (max-width: 500px) {
  .hero { height: 420px; }
  .slide-content { padding: 40px 20px; }
  .slide-title { font-size: 32px; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .stat-num { font-size: 28px; }
  .about-inner { gap: 24px; }
  .cta-btns { flex-direction: column; align-items: center; }
  .slide-btns { flex-direction: column; gap: 10px; }
}v/* End custom CSS */