/*
Theme Name: Saffron Design
Theme URI: https://saffrondzn.com
Author: Saffron Design
Author URI: https://saffrondzn.com
Description: A premium WordPress theme for Saffron Design — LED boards, custom signage, and precision laser-cut products. Features a hero slider, animated product showcase, and elegant dark-gold aesthetic.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: saffron-design
Tags: custom-logo, custom-menu, featured-images, full-width-template, threaded-comments, responsive-layout, one-column, two-columns, e-commerce, portfolio
*/


/* ========== ROOT VARIABLES ========== */
:root {
  --primary: #e08a1e;
  --primary-light: #f0a030;
  --primary-dark: #c07010;
  --warm-dark: #1f1a14;
  --foreground: #2a2016;
  --background: #f7f4f0;
  --card: #f0ece5;
  --muted: #8a7e6e;
  --border: #ddd5c8;
  --cream: #f5f0e8;
  --white: #ffffff;
  --shadow: 0 10px 40px rgba(0,0,0,0.08);
  --shadow-lg: 0 25px 60px rgba(0,0,0,0.12);
  --radius: 12px;
}

/* ========== RESET ========== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--background);
  color: var(--foreground);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
/* Make sure the PAGE itself can scroll */
html, body {
  scroll-behavior: smooth;
  overflow-y: auto; /* ✅ page must scroll */
}


/* h1, h2, h3, h4 { font-family: 'Playfair Display', serif; } */
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* ========== HEADER ========== */
.header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 100;
  background: rgba(247,244,240,0.97);
  backdrop-filter: blur(20px);
  height: 72px;
  transition: all 0.3s ease;
}
.header .fab.fa-whatsapp {
    color: green;
    font-size: 25px;
}
.header.scrolled {
  height: 64px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between; height: 100%;
}
.logo {
  /* font-family: 'Playfair Display', serif; */
  font-size: 1.6rem; font-weight: 700;
  color: var(--foreground);
}
img.custom-logo {
    height: auto;
    width: 130px;
}
.logo span { color: var(--primary); }

.nav-desktop ul { display: flex; gap: 32px; }
.nav-desktop a {
  font-size: 0.82rem; font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.08em; color: #000;
  position: relative; transition: color 0.3s; padding-bottom: 4px;
}
.nav-desktop a::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 2px; background: var(--primary);
  transition: width 0.3s;
}
.nav-desktop a:hover, .nav-desktop a.active { color: var(--primary); }
.nav-desktop a:hover::after, .nav-desktop a.active::after { width: 100%; }
/* Align menu + WhatsApp in one line */
#nav-desktop {
    display: flex;
    align-items: center;
    gap: 25px;
}


/* WhatsApp icon link */
.header-inner a[href*="wa.me"] {
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* match menu text height */
    height: auto;
    padding: 0;
    margin: 0;
    
    border: none !important;
    text-decoration: none;
}

/* Remove any hover border/underline */
.header-inner a[href*="wa.me"]:hover {
    border: none !important;
    text-decoration: none;
    background: none; /* optional */
}
.header-inner a[href*="wa.me"]::after,
.header-inner a[href*="wa.me"]::before {
    display: none !important;
    content: none !important;
}


/* Icon size adjust to match menu text */
.header-inner a[href*="wa.me"] i {
    font-size: 18px;
    line-height: 1;
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 32px; height: 24px; position: relative; z-index: 110;
}
.menu-toggle span {
  display: block; width: 100%; height: 2px; background: var(--foreground);
  position: absolute; left: 0; transition: all 0.35s ease;
}
.menu-toggle span:nth-child(1) { top: 0; }
.menu-toggle span:nth-child(2) { top: 11px; }
.menu-toggle span:nth-child(3) { top: 22px; }
.menu-toggle.active span:nth-child(1) { transform: rotate(45deg); top: 11px; }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: rotate(-45deg); top: 11px; }

.nav-mobile {
  display: none; position: fixed; top: 72px; left: 0; width: 100%;
  background: var(--background);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  padding: 24px 0; flex-direction: column; align-items: center; gap: 20px;
  opacity: 0; transform: translateY(-10px); pointer-events: none;
  transition: all 0.3s;
}
.nav-mobile.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
.nav-mobile a { font-size: 0.95rem; font-weight: 500; color: var(--muted); transition: color 0.3s; }
.nav-mobile a:hover { color: var(--primary); }

/* ========== HERO SLIDER ========== */
/* =====================================================
   HERO SLIDER - FULLY RESPONSIVE
===================================================== */
.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  max-height: 900px;
  overflow: hidden;
}

/* Slides */
.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

.hero-slide.active {
  opacity: 1;
  z-index: 2;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Overlay */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
  z-index: 3;
}

/* Content */
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 4;
  width: 90%;
  max-width: 900px;
  padding: 20px;
}

.hero-content .subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #c9a45c;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.hero-content h1 {
  /* font-family: 'Playfair Display', serif; */
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 20px;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

.hero-content .desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  line-height: 1.7;
  margin: 0 0 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-buttons a {
  display: inline-block;
  padding: 15px 35px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.hero-buttons a.btn-primary {
  background: #c9a45c;
  color: #fff;
  border: 2px solid #c9a45c;
}

.hero-buttons a.btn-primary:hover {
  background: #b8934b;
  border-color: #b8934b;
}

.hero-buttons a.btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.hero-buttons a.btn-secondary:hover {
  background: #fff;
  color: #1a1a1a;
}

/* Navigation Arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(5px);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-arrow:hover {
  background: #c9a45c;
  border-color: #c9a45c;
}

.slider-arrow.prev {
  left: 30px;
}

.slider-arrow.next {
  right: 30px;
}

/* Dots Navigation */
.slider-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 5;
}

.slider-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.slider-dots button:hover,
.slider-dots button.active {
  background: #c9a45c;
  border-color: #c9a45c;
  transform: scale(1.2);
}

/* ── Marquee Outer ── */
.marquee-outer {
  overflow: hidden;
  width: 100%;
  padding: 10px 0 20px;
  cursor: default;
}

/* ── Scrolling Track ── */
.marquee-track {
  display: flex;
  gap: 12px;
  width: max-content;           /* shrink-wraps all items */
  animation: marquee-scroll 30s linear infinite;
  will-change: transform;
}

/* ── Keyframe: scroll exactly half (= one full set of items) ── */
@keyframes marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }  /* moves one full copy, then loops */
}

/* ── Each Card ── */
.marquee-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  width: 160px;       /* adjust card width as needed */
  flex-shrink: 0;
}

.marquee-item__img {
  width: 160px;
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f5f5;
}

.marquee-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.marquee-item:hover .marquee-item__img img {
  transform: scale(1.05);
}

.marquee-item__name {
  margin: 8px 0 0;
  font-size: 13px;
  text-align: center;
  color: #444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}


/* Privacy Policy */
.page-content {
  padding: 0px 0 60px; /* header space fix */
}

.page-content h1,
.page-content h2,
.page-content h3 {
  margin-bottom: 15px;
}

.page-content p {
  margin-bottom: 15px;
  color: #555;
}

.page-content h2 {
  margin-top: 30px;
}

.page-header {
  margin-bottom: 20px;
  padding-top: 100px;
}

.page-title {
  font-size: 32px;
  font-weight: 600;
}



/* Ensure Swiper controls width */
/* Swiper full width */
.product-swiper-wrap {
  width: 100%;
  padding: 0 10px;
}

/* Force swiper layout */
.productSwiper {
  width: 100%;
}

.productSwiper .swiper-wrapper {
  display: flex !important;
}

/* FIX: remove all manual spacing conflicts */
.productSwiper .swiper-slide {
  margin: 0px 10px !important;
  width: auto !important;
  flex-shrink: 0;
}

/* Card styling */
.slider-card {
  width: 100%;
  text-align: center;
}

/* Image fix */
.slider-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
/* ========== BUTTONS ========== */
.btn {
  display: inline-flex; align-items: center; padding: 14px 32px;
  border-radius: 6px; font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.1em; cursor: pointer; transition: all 0.3s; border: none;
}
.btn-primary { background: var(--primary); color: var(--white); }
.btn-primary:hover { background: var(--primary-light); box-shadow: 0 8px 25px rgba(224,138,30,0.35); }
.btn-outline {
  background: transparent; color: var(--white);
  border: 2px solid rgba(255,255,255,0.3);
}
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }
.btn-outline-dark {
  background: transparent; color: var(--foreground);
  border: 2px solid var(--border);
}
.btn-outline-dark:hover { border-color: var(--primary); color: var(--primary); }

/* ========== PRODUCT SLIDER (Auto Scroll) ========== */
.product-slider-section { padding: 80px 0; overflow: hidden; }
.section-line { width: 64px; height: 2px; background: var(--primary); margin: 0 auto 16px; }
.section-title { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; color: var(--foreground);     text-align: center;}
.section-subtitle { color: var(--muted); font-size: 1rem; margin-top: 8px;    text-align: center;
 }
 .section-header {
    margin-bottom: 50px;
}
.text-center { text-align: center; margin-bottom: 60px; }
section#products {
    padding: 80px 0px;
}
.container.feature_product {
    padding-top: 80px;
}
.slider-track-wrapper { overflow: hidden; margin-top: 40px; }
.slider-track {
  display: flex; gap: 24px; width: max-content;
  /*animation: scrollSlider 30s linear infinite;*/
}
.slider-track:hover { animation-play-state: paused; }

@keyframes scrollSlider {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.slider-card { width: 260px; flex-shrink: 0; cursor: pointer; }
.slider-card-img { overflow: hidden; border-radius: 10px; }
.slider-card-img img {
  width: 100%; height: 260px; object-fit: cover;
  transition: transform 0.5s;
}
.slider-card:hover .slider-card-img img { transform: scale(1.1); }
.slider-card-body { padding: 12px 4px 0; }
.slider-card-body h3 { font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600; }
.slider-badge {
  color: var(--primary); font-size: 0.75rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
}

/* ========== FULL WIDTH BANNER ========== */
.full-banner {
  position: relative; min-height: 500px; overflow: hidden;
  display: flex; align-items: center;
}
.full-banner img.banner-bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.full-banner .overlay {
  position: absolute; inset: 0;
}
.full-banner .overlay-left {
  background: linear-gradient(to right, rgba(31,26,20,0.9), rgba(31,26,20,0.3));
}
.full-banner .overlay-right {
  background: linear-gradient(to left, rgba(31,26,20,0.9), rgba(31,26,20,0.3));
}
.full-banner .banner-content {
  position: relative; z-index: 2; max-width: 520px; padding: 60px 0;
}
.full-banner .banner-content .tag {
  color: var(--primary); font-size: 0.85rem; text-transform: uppercase;
  letter-spacing: 0.2em; margin-bottom: 12px;
}
.full-banner .banner-content h2 {
  font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 700;
  color: var(--white); line-height: 1.2;
}
.full-banner .banner-content p {
  margin-top: 16px; color: rgba(255,255,255,0.75); line-height: 1.7;
}
.full-banner .banner-content .btn { margin-top: 24px; }

/* ========== OUR PRODUCT RANGE ========== */

/* ========================================
   BACK TO TOP BUTTON
   ======================================== */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #c9a45c;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(201, 164, 92, 0.4);
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 999;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #b8934b;
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(201, 164, 92, 0.5);
}

.back-to-top svg {
  width: 24px;
  height: 24px;
}

/* ========== FEATURED PRODUCTS ========== */

.product-section, .feature_product {
  padding: 80px 0;
  background: #faf8f5;
  overflow: hidden;
}

 .section-header {
  text-align: center;
  margin-bottom: 50px;
}

 .section-header span {
  display: inline-block;
  width: 50px;
  height: 4px;
  background: linear-gradient(90deg, #c9a45c, #b8934b);
  border-radius: 2px;
  margin-bottom: 20px;
}

 .section-header h2 {
  /* font-family: 'Playfair Display', serif; */
  font-size: 42px;
  color: #1a1a1a;
  margin: 0 0 15px;
}

 .section-header p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #666;
  margin: 0;
}

.slider-wrapper {
  position: relative;
  padding: 0 50px;
}

.slider-viewport {
  overflow: hidden;
}

.slider-track {
  display: flex;
  width: max-content;
}

.product-card {
  flex: 0 0 280px;
  margin-right: 24px;
}

.product-card a {
  text-decoration: none;
}

.product-card .image-box {
  width: 100%;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
}

.product-card .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .image-box {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

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

.product-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  margin: 18px 0 0;
  transition: color 0.3s;
}

.product-card:hover h3 {
  color: #c9a45c;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-btn:hover {
  background: #c9a45c;
  color: #fff;
}

.slider-btn.prev { left: 0; }
.slider-btn.next { right: 0; }
/* ============================================
   TRIGGER POINT
============================================ */
.sticky-trigger {
    height: 1px;
    width: 100%;
}

/* ============================================
   MAIN SECTION
============================================ */
.sticky-category-section {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #f8f5f0;
    transition: background-color 0.5s ease;
}

/* WHEN STUCK */
body.is-section-stuck {
    overflow: hidden !important;
}

body.is-section-stuck .sticky-category-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

body.is-section-stuck .sticky-spacer {
    display: block;
    height: 100vh;
}

.sticky-spacer {
    display: none;
}

/* ============================================
   CONTAINER
============================================ */
.sticky-container {
    display: flex;
    width: 100%;
    max-width: 1250px;
    height: 82vh;
    max-height: 720px;
}

/* ============================================
   LEFT: NAVIGATION
============================================ */
.sticky-nav {
    width: 75px;
    flex-shrink: 0;
    background-color: #c8873e;
    border-radius: 16px 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.5s ease;
    overflow: hidden;
}

.sticky-nav-list {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
}

.sticky-nav-list::-webkit-scrollbar {
    display: none;
}

.sticky-nav-btn {
    display: block;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 14px 0;
    color: rgba(255, 255, 255, 0.35);
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
}

.sticky-nav-btn:hover {
    color: rgba(255, 255, 255, 0.7);
}

.sticky-nav-btn.active {
    color: #fff;
    font-size: 12px;
}

.sticky-nav-btn.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: rgba(255, 255, 255, 0.9);
}

/* ============================================
   RIGHT: CONTENT
============================================ */
.sticky-content {
    flex: 1;
    background: #fff;
    border-radius: 0 16px 16px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

/* ============================================
   SLIDES
============================================ */
.sticky-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(25px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.sticky-slide.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Slide Header */
.sticky-slide-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}

.sticky-slide-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.sticky-slide-count {
    font-family: 'DM Sans', -apple-system, sans-serif;
    font-size: 12px;
    color: #888;
    background: #f5f5f5;
    padding: 5px 12px;
    border-radius: 20px;
}

/* Page Indicator */
.sticky-page-indicator {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    color: #aaa;
}

/* ============================================
   GRID WRAPPER
============================================ */
.sticky-grid-wrapper {
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.sticky-grid-wrapper.scrollable {
    overflow-y: auto;
    padding-right: 5px;
}

.sticky-grid-wrapper::-webkit-scrollbar {
    width: 4px;
}

.sticky-grid-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 2px;
}

/* ============================================
   PRODUCTS GRID
============================================ */
.sticky-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

/* Product Card */
.sticky-card {
    aspect-ratio: 1;
    border-radius: 10px;
    overflow: hidden;
    background: #f0ebe3;
    position: relative;
}

.sticky-card a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.sticky-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.sticky-card:hover img {
    transform: scale(1.1);
}

/* Card Overlay */
.sticky-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.2) 40%, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.sticky-card:hover .sticky-card-overlay {
    opacity: 1;
}

.sticky-card-btn {
    color: #fff;
    font-family: 'DM Sans', -apple-system, sans-serif;
    font-size: 10px;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: transform 0.3s ease;
}

.sticky-card-btn:hover {
    transform: scale(1.05);
}

.sticky-card-title {
    color: #fff;
    font-family: 'DM Sans', -apple-system, sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 0 10px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* No Products Message */
.no-products {
    grid-column: 1 / -1;
    text-align: center;
    color: #999;
    padding: 40px;
}

/* ============================================
   NAVIGATION ARROWS
============================================ */
.sticky-arrows {
    position: absolute;
    top: 50%;
    left: 12px;
    right: 12px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.sticky-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    pointer-events: auto;
    transition: all 0.3s ease;
}

.sticky-arrow:hover {
    background: #c8873e;
    color: #fff;
}

.sticky-arrow:disabled {
    opacity: 0.2;
    pointer-events: none;
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 1100px) {
    .sticky-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .sticky-category-section {
        padding: 15px;
    }

    .sticky-container {
        flex-direction: column;
        height: 88vh;
    }

    .sticky-nav {
        width: 100%;
        border-radius: 14px 14px 0 0;
        padding: 0;
    }

    .sticky-nav-list {
        flex-direction: row;
        overflow-x: auto;
        padding: 0 10px;
    }

    .sticky-nav-btn {
        writing-mode: horizontal-tb;
        transform: none;
        padding: 12px 14px;
        white-space: nowrap;
    }

    .sticky-nav-btn.active::before {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        width: auto;
        height: 3px;
    }

    .sticky-content {
        border-radius: 0 0 14px 14px;
    }

    .sticky-arrows {
        display: none;
    }
}

@media (max-width: 600px) {
    .sticky-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .sticky-slide {
        padding: 15px;
    }

    .sticky-slide-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .sticky-slide-title {
        font-size: 20px;
    }

    .sticky-nav-btn {
        padding: 10px 12px;
        font-size: 10px;
    }
}

@media (max-width: 400px) {
    .sticky-slide-title {
        font-size: 18px;
    }

    .sticky-slide-count {
        font-size: 10px;
        padding: 4px 8px;
    }

    .sticky-page-indicator {
        display: none;
    }
}


/* ========== ABOUT SECTION (Homepage) ========== */
.about-section { display: grid; grid-template-columns: 1fr 1fr; }
.about-text-side { display: flex; align-items: center; padding: 60px 48px; }
.about-text-side h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 700; }
.about-text-side p { color: var(--muted); margin-top: 16px; line-height: 1.8; }
.about-points { margin-top: 24px; }
.about-points div { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; margin-bottom: 8px; }
.about-points span { color: var(--primary); font-weight: 700; }
.about-img-side { min-height: 400px; }
.about-img-side img { width: 100%; height: 100%; object-fit: cover; }

/* ========== STATS ========== */
.stats-section {
  position: relative; padding: 80px 0; overflow: hidden;
  background-size: cover; background-position: center;
}
.stats-overlay { position: absolute; inset: 0; background: rgba(31,26,20,0.85); }
.stats-content { position: relative; z-index: 2; text-align: center; }
.stats-content h2 { color: var(--white); font-size: clamp(1.6rem, 3vw, 2.5rem); font-weight: 700; margin-bottom: 48px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.stat-item .stat-number { /*font-family: 'Playfair Display', serif; */ font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 700; color: var(--primary); }
.stat-item .stat-label { color: rgba(255,255,255,0.65); font-size: 0.88rem; margin-top: 4px; }

/* ========== FEATURES ========== */
.features { padding: 80px 0; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature-card {
  text-align: center; padding: 40px 24px; border-radius: var(--radius);
  background: var(--card); border: 1px solid var(--border);
  transition: all 0.5s; opacity: 0; transform: translateY(40px);
}
.feature-card.visible { opacity: 1; transform: translateY(0); }
.feature-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.feature-icon { font-size: 2.5rem; margin-bottom: 16px; }
.feature-card h3 { font-size: 1.1rem; font-weight: 600; }
.feature-card p { color: var(--muted); font-size: 0.88rem; margin-top: 8px; }


/* Section sits in normal flow — full viewport height */
.category-section {
  width: 100%;
  height: 100vh;
  overflow: hidden; /* traps scroll inside — wheel handler takes over */
  position: relative; /* NOT fixed, NOT sticky */
}

/* ========== FOOTER ========== */
.footer { background: var(--warm-dark); color: rgba(255,255,255,0.6); padding: 48px 0 0; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-bottom: 32px; }
.footer-logo { /*font-family: 'Playfair Display', serif; */ font-size: 1.3rem; font-weight: 700; color: var(--white); }
.footer-logo span { color: var(--primary); }
.footer p, .footer li { font-size: 0.88rem; line-height: 1.7; }
.footer-heading { font-family: 'DM Sans', sans-serif; font-size: 18px; font-weight: 600; color: var(--white); margin-bottom: 12px; }
.footer ul a { color: rgba(255,255,255,0.6); transition: color 0.3s; }
.footer ul a:hover { color: var(--primary); }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,0.08); display: flex;
  align-items: center; justify-content: center; transition: all 0.3s;
  color: rgba(255,255,255,0.6); font-size: 0.85rem;
}
.footer-social a:hover { background: var(--primary); color: var(--white); transform: translateY(-3px); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0; text-align: center; font-size: 0.82rem;
}
.footer img.custom-logo{
   margin-bottom: 20px;
}

/* ========== ABOUT PAGE ========== */
.page-hero {
  position: relative; height: 55vh; min-height: 600px;
  overflow: hidden; display: flex; align-items: center; justify-content: center;
  margin-top: 72px;
}
.page-hero img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.15); transition: transform 1.8s cubic-bezier(0.25,0.46,0.45,0.94);
}
.page-hero img.loaded { transform: scale(1); }
.page-hero .hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(31,26,20,0.85), rgba(45,35,15,0.7)); }
.page-hero-content { position: relative; z-index: 2; text-align: center; padding: 0 24px; }
.page-hero-line { width: 0; height: 2px; background: var(--primary); margin: 0 auto 24px; transition: width 1s ease 0.3s; }
.page-hero-line.visible { width: 80px; }
.page-hero-content h1 {
  font-size: clamp(3rem, 8vw, 6rem); font-weight: 700; color: var(--white);
  opacity: 0; transform: translateY(40px); transition: all 0.9s ease 0.5s;
}
.page-hero-content h1.visible { opacity: 1; transform: translateY(0); }
.page-hero-content p {
  margin-top: 24px; max-width: 640px; margin-left: auto; margin-right: auto;
  color: rgba(255,255,255,0.8); font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7; opacity: 0; transform: translateY(30px); transition: all 0.9s ease 0.8s;
}
.page-hero-content p.visible { opacity: 1; transform: translateY(0); }

/* Story */
.story { padding: 96px 0; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story-label { color: var(--primary); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.25em; font-weight: 600; }
.story-title { margin-top: 16px; font-size: clamp(1.75rem, 4vw, 3rem); font-weight: 700; line-height: 1.2; }
.story-text { margin-top: 24px; color: var(--muted); line-height: 1.8; display: flex; flex-direction: column; gap: 16px; }
.story-text strong { color: var(--foreground); }
.story-image-wrap { position: relative; }
.story-image-wrap img { width: 100%; height: 500px; object-fit: cover; border-radius: 8px; }
.story-image-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(31,26,20,0.4), transparent); border-radius: 8px; }
.story-stat {
  position: absolute; bottom: -24px; left: -24px;
  background: rgba(240,236,229,0.7); backdrop-filter: blur(12px);
  border: 1px solid rgba(221,213,200,0.5); border-radius: 8px;
  padding: 24px; box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  opacity: 0; transform: scale(0.8); transition: all 0.6s ease;
}
.story-stat.visible { opacity: 1; transform: scale(1); }
.story-stat-number { /*font-family: 'Playfair Display', serif;*/ font-size: 2.5rem; font-weight: 700; color: var(--primary); }
.story-stat-text { font-size: 0.85rem; color: var(--muted); margin-top: 4px; line-height: 1.3; }

/* Values */
.values { padding: 96px 0; background: var(--cream); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.value-card {
  background: var(--card); border: 1px solid rgba(221,213,200,0.6);
  border-radius: 8px; padding: 32px; transition: all 0.5s;
  overflow: hidden; position: relative; opacity: 0; transform: translateY(40px);
}
.value-card.visible { opacity: 1; transform: translateY(0); }
.value-card:hover { border-color: rgba(224,138,30,0.4); box-shadow: 0 8px 30px rgba(224,138,30,0.08); }
.value-icon {
  width: 48px; height: 48px; border-radius: 6px;
  background: rgba(224,138,30,0.1); display: flex;
  align-items: center; justify-content: center;
  margin-bottom: 20px; font-size: 1.4rem; transition: background 0.3s;
}
.value-card:hover .value-icon { background: rgba(224,138,30,0.2); }
.value-card h3 { font-family: 'DM Sans', sans-serif; font-size: 1.1rem; font-weight: 600; margin-bottom: 12px; }
.value-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.6; }
.value-card-line {
  position: absolute; bottom: 0; left: 32px; right: 32px;
  height: 2px; background: var(--primary);
  transform: scaleX(0); transform-origin: left; transition: transform 0.5s;
}
.value-card:hover .value-card-line { transform: scaleX(1); }

/* Capabilities */
.capabilities { padding: 96px 0; background: var(--warm-dark); color: var(--white); overflow: hidden; }
.capabilities-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.capabilities-subtitle { margin-top: 24px; color: rgba(255,255,255,0.65); line-height: 1.7; }
.capabilities-list { margin-top: 40px; }
.capabilities-item {
  display: flex; align-items: center; gap: 20px;
  padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.08);
  cursor: default; opacity: 0; transform: translateX(-20px);
  transition: all 0.5s;
}
.capabilities-item.visible { opacity: 1; transform: translateX(0); }
.capabilities-item-num { /*font-family: 'Playfair Display', serif; */font-size: 0.85rem; font-weight: 600; color: var(--primary); width: 32px; }
.capabilities-item-label { font-size: 1.1rem; color: rgba(255,255,255,0.9); transition: color 0.3s; }
.capabilities-item:hover .capabilities-item-label { color: var(--primary); }
.capabilities-image-wrap { position: relative; }
.capabilities-image-wrap img { width: 100%; height: 450px; object-fit: cover; border-radius: 8px; }
.capabilities-frame {
  position: absolute; top: -16px; right: -16px;
  width: 100%; height: 100%; border: 2px solid rgba(224,138,30,0.3);
  border-radius: 8px; z-index: -1;
}

/* CTA */
.cta { padding: 96px 0; text-align: center; }
.cta h2 span { color: var(--primary); }
.cta p { margin-top: 24px; font-size: 1.1rem; color: var(--muted); max-width: 640px; margin-left: auto; margin-right: auto; line-height: 1.7; }
.cta-buttons { margin-top: 40px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ========== CONTACT PAGE ========== */
.contact-hero {
  position: relative; height: 420px; display: flex; align-items: center;
  justify-content: center; text-align: center; margin-top: 72px; overflow: hidden;
}
.contact-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.contact-hero .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(31,26,20,0.88), rgba(224,138,30,0.45));
}
.contact-hero-content { position: relative; z-index: 2; color: var(--white); }
.contact-hero .breadcrumb {
  font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.15em;
  opacity: 0.7; margin-bottom: 16px;
}
.contact-hero .breadcrumb a { color: var(--white); }
.contact-hero .breadcrumb a:hover { color: var(--primary); }
.contact-hero .breadcrumb span { color: var(--primary); }
.contact-hero .hero-line { width: 60px; height: 4px; background: var(--primary); margin: 0 auto 20px; border-radius: 2px; }
.contact-hero h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 800; margin-bottom: 12px; }
.contact-hero p { font-size: 1.1rem; opacity: 0.85; max-width: 550px; margin: 0 auto; line-height: 1.7; }

/* Contact Cards */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: -60px; position: relative; z-index: 3; }
.contact-card {
  background: var(--white); border-radius: var(--radius); padding: 36px 28px;
  box-shadow: var(--shadow); text-align: center;
  transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  border: 1px solid transparent; position: relative; overflow: hidden;
  opacity: 0; transform: translateY(40px);
}
.contact-card.visible { opacity: 1; transform: translateY(0); }
.contact-card::before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s;
}
.contact-card:hover::before { transform: scaleX(1); }
.contact-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: rgba(224,138,30,0.1); }
.card-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(224,138,30,0.08); display: flex;
  align-items: center; justify-content: center;
  margin: 0 auto 20px; transition: all 0.4s; font-size: 1.5rem;
}
.contact-card:hover .card-icon { background: var(--primary); transform: scale(1.1); }
.contact-card:hover .card-icon i { color: var(--white); }
.card-icon i { color: var(--primary); transition: color 0.3s; }
.contact-card h3 { font-family: 'DM Sans', sans-serif; font-size: 1.15rem; font-weight: 700; margin-bottom: 8px; }
.contact-card p { font-size: 0.92rem; color: var(--muted); line-height: 1.6; }
.contact-card a { color: var(--primary); font-weight: 600; transition: color 0.3s; }
.contact-card a:hover { color: var(--primary-dark); }

/* Contact Main */
.contact-main { padding: 100px 0 80px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-info h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 700; line-height: 1.2; margin-bottom: 16px; }
.contact-info h2 span { color: var(--primary); }
.contact-info > p { color: var(--muted); font-size: 1rem; line-height: 1.8; margin-bottom: 32px; }
.info-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
.info-icon {
  width: 48px; height: 48px; min-width: 48px; border-radius: 12px;
  background: rgba(224,138,30,0.08); display: flex;
  align-items: center; justify-content: center; font-size: 1.1rem;
  transition: all 0.3s; color: var(--primary);
}
.info-item:hover .info-icon { background: var(--primary); color: var(--white); }
.info-item h4 { font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 0.95rem; margin-bottom: 4px; }
.info-item p { font-size: 0.9rem; color: var(--muted); line-height: 1.5; }
.info-item a { color: var(--primary); }

.hours-box {
  background: rgba(224,138,30,0.05); border-radius: 10px; padding: 24px;
  margin-top: 12px; border-left: 4px solid var(--primary);
}
.hours-box h4 { font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 12px; }
.hours-row { display: flex; justify-content: space-between; margin-bottom: 6px; }
.hours-row span:first-child { font-weight: 600; font-size: 0.88rem; }
.hours-row span:last-child { font-size: 0.88rem; color: var(--muted); }

/* Contact Form */
.contact-form-wrapper {
  background: var(--white); border-radius: var(--radius); padding: 44px;
  box-shadow: var(--shadow-lg); border: 1px solid rgba(0,0,0,0.04);
  position: relative;
}
.contact-form-wrapper::before {
  content: ''; position: absolute; top: -2px; left: 20%; right: 20%;
  height: 4px; background: linear-gradient(90deg, transparent, var(--primary), transparent);
  border-radius: 2px;
}
.form-header h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 6px; }
.form-header p { color: var(--muted); font-size: 0.9rem; margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block; font-size: 0.82rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.form-group .required { color: var(--primary); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 14px 16px; border: 1.5px solid var(--border);
  border-radius: 10px; font-size: 0.95rem; font-family: 'DM Sans', sans-serif;
  color: var(--foreground); background: var(--cream);
  transition: all 0.3s; outline: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--primary); background: var(--white);
  box-shadow: 0 0 0 4px rgba(224,138,30,0.08);
}
.form-group textarea { min-height: 130px; resize: vertical; }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--muted); }

.btn-submit {
  width: 100%; padding: 16px; border: none; border-radius: 50px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: var(--white); font-size: 1rem; font-weight: 700; cursor: pointer;
  letter-spacing: 0.04em; transition: all 0.4s;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  box-shadow: 0 8px 25px rgba(224,138,30,0.3);
  font-family: 'DM Sans', sans-serif;
}
.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(224,138,30,0.45);
}

/* Map */
.map-section { padding: 0 0 80px; }
.map-wrapper { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--border); }
.map-wrapper iframe { width: 100%; height: 400px; border: none; display: block; }

/* ========== SCROLL REVEAL ========== */
.reveal { opacity: 0; transform: translateY(50px); transition: all 0.8s cubic-bezier(0.25,0.46,0.45,0.94); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-60px); transition: all 0.8s cubic-bezier(0.25,0.46,0.45,0.94); }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(60px); transition: all 0.8s cubic-bezier(0.25,0.46,0.45,0.94); }
.reveal-right.visible { opacity: 1; transform: translateX(0); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

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


@media (max-width: 1024px) {
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Tablet Landscape */
@media (max-width: 1200px) {
  .hero-slider {
    height: 80vh;
    min-height: 450px;
  }

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

  .hero-content .desc {
    font-size: 16px;
  }

  .slider-arrow {
    width: 50px;
    height: 50px;
  }

  .slider-arrow.prev {
    left: 20px;
  }

  .slider-arrow.next {
    right: 20px;
  }
}


/* Tablet Portrait */
@media (max-width: 992px) {
  .hero-slider {
    height: 70vh;
    min-height: 400px;
  }

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

  .hero-content .subtitle {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .hero-content .desc {
    font-size: 15px;
    padding: 0 10px;
  }

  .hero-buttons a {
    padding: 12px 28px;
    font-size: 14px;
  }

  .slider-arrow {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }

  .slider-arrow.prev {
    left: 15px;
  }

  .slider-arrow.next {
    right: 15px;
  }
}


@media (max-width: 768px) {

  .menu-toggle { display: block; }
  .nav-mobile { display: flex; }
  .nav-desktop ul {
    display: none;
}
.hero-slider {
    height: 60vh;
    min-height: 350px;
    max-height: 500px;
  }

  .hero-content {
    width: 95%;
    padding: 15px;
  }

  .hero-content h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .hero-content .subtitle {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .hero-content .desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .hero-buttons {
    gap: 10px;
  }

  .hero-buttons a {
    padding: 10px 22px;
    font-size: 13px;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .slider-arrow.prev {
    left: 10px;
  }

  .slider-arrow.next {
    right: 10px;
  }

  .slider-dots {
    bottom: 20px;
    gap: 10px;
  }

  .slider-dots button {
    width: 10px;
    height: 10px;
  }

/* ── Responsive card size ── */

  .marquee-item,
  .marquee-item__img {
    width: 120px;
    height: 120px;
  }
  .marquee-track { gap: 10px; }


  .categories-grid { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }

  .about-section { grid-template-columns: 1fr; }
  .about-text-side { padding: 40px 24px; }

  .story-grid { grid-template-columns: 1fr; gap: 40px; }
  .capabilities-grid { grid-template-columns: 1fr; }
  .capabilities-frame { display: none; }

  .page-hero { min-height: 500px; height: 70vh; }
  .story-stat { bottom: -16px; left: 16px; }

  .contact-hero { height: 320px; }
  .contact-cards { grid-template-columns: 1fr; margin-top: -40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-form-wrapper { padding: 28px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-main { padding: 60px 0; }

  .full-banner { min-height: 400px; }
  .full-banner .banner-content { padding: 40px 0; }
  
  /* OUR PRODUCT RANGE*/
  .product-section, .feature_product { padding: 60px 0; }
  .section-header h2 { font-size: 32px; }
  .slider-wrapper { padding: 0 40px; }
  .product-card { flex: 0 0 220px; margin-right: 16px; }
  .product-card .image-box { height: 220px; }
  .slider-btn { width: 40px; height: 40px; }
  .back-to-top { bottom: 20px; right: 20px; width: 45px; height: 45px; }
  
}

/* Mobile Portrait */
@media (max-width: 576px) {
  .hero-slider {
    height: 55vh;
    min-height: 300px;
    max-height: 450px;
  }

  .hero-content h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  .hero-content .subtitle {
    font-size: 11px;
  }

  .hero-content .desc {
    font-size: 13px;
    line-height: 1.5;
  }

  .hero-buttons a {
    padding: 10px 20px;
    font-size: 12px;
    width: 100%;
    max-width: 200px;
  }

  .slider-arrow {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .slider-arrow.prev {
    left: 8px;
  }

  .slider-arrow.next {
    right: 8px;
  }

  .slider-dots {
    bottom: 15px;
    gap: 8px;
  }

  .slider-dots button {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 480px) {
  .product-card { flex: 0 0 180px; margin-right: 12px; }
  .product-card .image-box { height: 180px; border-radius: 12px; }
  .product-card h3 { font-size: 14px; }
  .back-to-top { bottom: 15px; right: 15px; width: 40px; height: 40px; }
  .back-to-top svg { width: 20px; height: 20px; }
   .marquee-item, .marquee-item__img { width: 100px;height: 100px;  }
}



/* Extra Small Mobile */
@media (max-width: 400px) {
  .hero-slider {
    height: 50vh;
    min-height: 280px;
  }

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

  .hero-content .desc {
    font-size: 12px;
  }

  .slider-arrow {
    width: 32px;
    height: 32px;
    font-size: 11px;
  }
}

/* Landscape orientation on mobile */
@media (max-height: 500px) and (orientation: landscape) {
  .hero-slider {
    height: 100vh;
    min-height: 280px;
  }

  .hero-content h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .hero-content .desc {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .hero-buttons a {
    padding: 8px 20px;
  }

  .slider-dots {
    bottom: 10px;
  }
}