/* Base */
:root{--bg:#ffffff;--card:#ffffff;--muted:#64748b;--text:#0b0d12;--brand:#f97316;--brand-2:#ea580c;--accent:#6d28d9;--white:#ffffff}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#ffffff;color:var(--text);line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1200px,94%);margin:0 auto}
html {
  scroll-behavior: smooth;
}

.related-products .rp-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
      .related-products .rp-card{position:relative;display:block;border-radius:12px;overflow:hidden;box-shadow:0 6px 16px rgba(2,8,20,.08);border:1px solid #e5e7eb;background:#fff}
      .related-products .rp-card img{width:100%;height:180px;object-fit:cover;display:block}
      .related-products .rp-title{position:absolute;left:12px;bottom:10px;background:rgba(0,0,0,.55);color:#fff;padding:8px 12px;border-radius:10px;font-weight:700}
      .related-products .rp-dark .rp-content{position:absolute;inset:auto 0 0 0;background:rgba(0,0,0,.6);color:#fff;padding:14px}
      .related-products .rp-dark .rp-title{position:static;background:transparent;padding:0;margin:0 0 8px 0;font-size:18px}
      .related-products .rp-dark p{margin:0 0 8px 0;color:#e5e7eb}
      .related-products .rp-link{color:#fde68a;font-weight:700;text-decoration:underline}
      @media (max-width:1100px){.related-products .rp-grid{grid-template-columns:repeat(3,1fr)}}
      @media (max-width:720px){.related-products .rp-grid{grid-template-columns:repeat(2,1fr)}}
      @media (max-width:460px){.related-products .rp-grid{grid-template-columns:1fr}}


/* Header */
.topbar{background:#f8fafc;border-bottom:1px solid #e5e7eb;color:#475569;font-size:12px}
.topbar .topbar-inner{display:flex;align-items:center;justify-content:space-between;padding:6px 0}
.topbar a{color:#475569}
.site-header{background:#ffffff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:50}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:10px 0}
.header-inner .nav-toggle{display:none;}
.logo{font-weight:800;font-size:22px;letter-spacing:.2px}
.logo span{color:var(--brand)}
.contact{display:flex;gap:18px;align-items:center}
.contact-link{font-weight:500;color:#007a6e}
.contact-link .icon{margin-right:8px}
.search{flex:1;display:flex;justify-content:center}
.search input{width:min(560px,100%);padding:10px 14px;border:1px solid #d1d5db;border-radius:24px;background:#ffffff;color:#0f172a}
.search input::placeholder{color:#94a3b8}

/* Navigation */
.site-nav{background:#ffffff;border-bottom:1px solid #e5e7eb; margin: 0 0 10px 0;}
.nav-toggle{display:none;background:#ffffff;border:1px solid #d1d5db;border-radius:8px;color:#334155;padding:6px 8px}
.nav-list{display:flex;flex-wrap:wrap;gap:18px;list-style:none;margin:0;padding:12px 0}
.nav-list a{color:#334155;padding:12px 12px;border-radius:10px;position:relative}
.nav-list a:hover{background:#f1f5f9}
.nav-list a.active{color:#111827;font-weight:600}
.nav-list a.active::after{content:"";position:absolute;left:10px;right:10px;bottom:-12px;height:3px;background:var(--accent);border-radius:3px}

.hero-signboard{position:relative;min-height:360px;background:#111;color:#fff;display:flex;align-items:center}

      .hero-signboard::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.25) 45%, rgba(0,0,0,0) 70%)}
      .hero-inner{position:relative;z-index:1;width:min(1200px,92%);margin:0 auto;max-width:800px; }
      .hero-inner h1{margin:0 0 12px 0;font-size:42px;line-height:1.15;font-weight:800;letter-spacing:-.01em;text-shadow: 2px 2px #333;}
      .hero-inner p{margin:0 0 18px 0;max-width:560px;color:#f1f5f9; text-shadow: 1px 1px #333;}
      .btn-cta{display:inline-flex;align-items:center;gap:10px;background:#ef4444;color:#fff;font-weight:700;padding:14px 18px;border-radius:10px;border:1px solid rgba(255,255,255,.15)}
      .btn-cta:hover{background:#dc2626}
      .hero-dots{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:1}
      .hero-dots .dot{width:10px;height:10px;border-radius:50%;background:#e5e7eb;opacity:.8}
      .hero-dots .dot.active{background:#9ca3af}
      @media (max-width:780px){.hero-inner h1{font-size:32px}.hero-signboard{min-height:300px}}
	  
      .product-thumbs {
        display: flex;
        gap: 6px;
        margin-top: 10px;
      }
      .product-thumbs .thumb-image {
        width: 115px;
        height: 115px;
        object-fit: cover;
        border: 1.5px solid #e5e7eb;
        border-radius: 6px;
        cursor: pointer;
        transition: border-color 0.2s;
      }
      .product-thumbs .thumb-image.active-thumb {
        border-color: #f97316;
        box-shadow: 0 0 0 2px #f9731633;
      }

/* Submenu (mega dropdown) */
.nav-list li{position:relative}
.nav-list .submenu{display:none;position:absolute;left:0;top:calc(100% + 8px);background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 28px rgba(2,8,20,.08);padding:16px;z-index:60;min-width:260px;max-width:min(1000px,92vw)}
.nav-list .submenu li{list-style:none}
.nav-list .submenu a{display:block;padding:8px 10px;border-radius:8px;color:#334155;white-space:nowrap}
.nav-list .submenu a:hover{background:#f1f5f9}
.has-submenu:hover > .submenu, .has-submenu:focus-within > .submenu{display:grid}
.nav-list .submenu{grid-template-columns:repeat(3,minmax(180px,1fr));gap:6px 16px}


/* Banner */
.banner{position:relative}
.slider{position:relative;overflow:hidden;border-radius:16px;margin:20px auto}
.slide{position:relative;min-height:420px;display:none;background:#fff;background-image:var(--bg);background-size:cover;background-position:center}
.slide.active{display:block;animation:fade .6s ease}
.slide::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.45),rgba(0,0,0,.6))}
.slide-content{position:relative;z-index:1;padding:64px 32px;max-width:720px}
.slide h1{margin:0 0 10px 0;font-size:40px;line-height:1.2}
.slide p{margin:0 0 20px 0;color:#334155}
.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff;border:1px solid #d1d5db;color:#0b0d12;width:42px;height:42px;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.06)}
.slider-btn:hover{background:#f3f4f6}
.slider-btn.prev{left:12px}
.slider-btn.next{right:12px}
.dots{position:absolute;bottom:14px;left:0;right:0;display:flex;gap:8px;justify-content:center;z-index:2}
.dots button{width:9px;height:9px;border-radius:50%;border:none;background:#e5e7eb;cursor:pointer}
.dots button.active{background:#94a3b8}

.btn{display:inline-block;padding:12px 18px;border-radius:10px;font-weight:600}
.btn.primary{background:#007a6e;color:#fff;box-shadow:0 6px 18px rgba(249,115,22,.25)}
.btn.white{background:#fff;color:#0b0d12;border:1px solid #e5e7eb}
 /* Centralize and square dots + remove overlay */
      .banner {
        justify-content: center !important;
      }
      .slider {
        margin-left: auto !important;
        margin-right: auto !important;
      }
      .slide::after {
        display: none !important;
      }
      #heroSlider .dots button {
        width: 14px !important;
        height: 14px !important;
        background: #e5e7eb;
        border: none;
        border-radius: 3px !important; /* make square, slightly rounded corner */
        margin: 0 3px;
        transition: background 0.2s;
        cursor: pointer;
        outline: none;
        padding: 0;
      }
      #heroSlider .dots button.active {
        background: #f97316; /* accent color for active */
      }

/* Sections */
.section{padding:20px 0}
.section.alt{background:#f8fafc;border-block:1px solid #e5e7eb}
.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}
.section-head h2{margin:0;font-size:1.5em; text-align: center; color:rgba(0, 0, 0, .7);}
.section-head h1{margin:0;font-size:1.5em; text-align: center; color:rgba(0, 0, 0, .7); }


/* Categories */
.cat-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px}
.cat-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;isolation:isolate;box-shadow:0 6px 14px rgba(0,0,0,.06)}
.cat-card img{aspect-ratio:1/1;object-fit:cover;filter:saturate(1.05)}
.cat-card span{display:block;padding:12px 12px 14px 12px;color:#0f172a;font-weight:600}
.cat-card:hover{outline:2px solid #e2e8f0}

/* Testimonials */
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.testimonial{background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;padding:18px}
.testimonial p{margin:0 0 10px 0;color:#334155}
.testimonial .author{color:#64748b;font-weight:600}

/* About */
.about-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center}
.about-media img{border-radius:16px}

/* Footer */
.site-footer{background:#f8fafc;border-top:1px solid #e5e7eb;margin-top:20px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px;padding:28px 0}
.footer-logo{margin-bottom:8px}
.footer-col h4{margin:6px 0 10px 0}
.footer-col ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.contact-list a{color:#334155}
.social{display:flex;gap:10px;margin-top:8px;}
.footer-bottom{border-top:1px solid #e5e7eb;padding:12px 0;color:#64748b}

 .category-list .cl-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
      .category-list .cl-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;box-shadow:0 6px 16px rgba(2,8,20,.06)}
      .category-list .cl-media{padding:0;background:#fff}
      .category-list .cl-media img{width:100%;height:200px;object-fit:cover;display:block}
      .category-list .cl-title{padding:16px 18px;font-weight:700;color:#0b0d12;text-align:left}
      @media (max-width:1100px){.category-list .cl-grid{grid-template-columns:repeat(3,1fr)}}
      @media (max-width:760px){.category-list .cl-grid{grid-template-columns:repeat(2,1fr)}.category-list .cl-media img{height:180px}}
      @media (max-width:460px){.category-list .cl-grid{grid-template-columns:repeat(2,1fr)}.category-list .cl-media img{height:170px}}
	  



/* Responsive */
@media (max-width:1100px){
  .cat-grid{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:800px){
  .testimonials{grid-template-columns:1fr}
  .about-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:680px){
  .header-inner{gap:10px}
  .header-inner .nav-toggle{display:inline-block}
  .nav-toggle{display:inline-block}
  /* Off-canvas drawer */
  .site-nav{position:fixed;left:-100%;top:var(--header-h,56px);width:80%;height:calc(100vh - var(--header-h,56px));background:#ffffff;border-right:1px solid #e5e7eb;transition:left .3s ease;z-index:100}
  body.nav-open .site-nav{left:0}
  .nav-list{display:none;flex-direction:column;padding:14px;background:#ffffff;height:100%;overflow:auto}
  body.nav-open .nav-list{display:flex}
  .cat-grid{grid-template-columns:repeat(2,1fr)}
  .slide{min-height:320px}
  /* Mobile submenu: stack items inline under the parent */
  .nav-list li{position:static}
  .nav-list .submenu{position:static;display:block;border:none;box-shadow:none;padding:6px 0;border-radius:0;grid-template-columns:1fr;max-width:100%}
}

@media (max-width:400px){
   
    .slide{min-height:100px}
	
	.slider-btn {
		width: 21px;
		  height: 21px;
	}
	
	#heroSlider .dots button {
		width: 8px !important;
		  height: 8px !important;
		  margin:0 !important;
	}
	
	.logo a img {
		
	}
    
  }

/* Drawer overlay */
.nav-overlay{position:fixed;inset:0;background:rgba(2,8,20,.35);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:90}
body.nav-open .nav-overlay{opacity:1;pointer-events:auto}

@keyframes fade{from{opacity:.7}to{opacity:1}}

/* Menu Slider (Mobile - Below 800px) */
.menu-slider {
  display: none;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  background: #000000;
  color: #ffffff;
  z-index: 1000;
  transition: left 0.3s ease;
  overflow-y: auto;
  padding: 20px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
}

.menu-slider.active {
  left: 0;
}

.menu-close {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  cursor: pointer;
  padding: 0;
  margin-bottom: 12px;
  line-height: 1;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-close:hover {
  opacity: 0.8;
}

.menu-separator {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 20px;
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.menu-list li {
  margin: 0;
  padding: 0;
}

.menu-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 400;
  border-bottom: none;
  transition: opacity 0.2s;
}

.menu-list a:hover {
  opacity: 0.7;
}

.chevron {
  font-size: 12px;
  opacity: 0.8;
  margin-left: 8px;
}

.menu-contact-cards {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.contact-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 140px;
  color: #000000;
}

.contact-card svg {
  color: #000000;
  flex-shrink: 0;
}

.contact-city {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
  color: #000000;
}

.contact-number {
  font-size: 13px;
  color: #333333;
}

.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* Show menu slider only below 800px */
@media (max-width: 800px) {
  .menu-slider {
    display: block;
  }
  
  .menu-overlay {
    display: block;
  }
  
  .menu-contact-cards {
    flex-direction: column;
  }
  
  .contact-card {
    width: 100%;
    min-width: auto;
  }
}


/* Product page */
.product-page .product-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:start}
.product-gallery{display:grid;gap:12px}
.product-media{border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff;min-height:320px;display:flex;align-items:center;justify-content:center}
.product-media img{width:100%;height:auto;display:block}
.product-thumbs1{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.product-thumbs1 img{border:1px solid #e5e7eb;border-radius:10px;padding:4px;background:#fff}
.product-info .product-title{margin:0 0 6px 0;font-size:26px;line-height:1.3}
.product-info .product-sub{margin:0 0 10px 0;color:#475569}
.product-meta{display:flex;align-items:center;gap:12px;margin:8px 0 14px 0}
.product-price{font-size:28px;font-weight:700;color:#0b0d12}
.stock{color:#059669;font-weight:600}
.purchase-row{display:flex;gap:14px;align-items:center;margin:10px 0 18px 0;flex-wrap:wrap}
.qty-group label{display:block;font-weight:600;margin-bottom:6px;color:#334155}
.qty-input{display:inline-flex;align-items:center;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}
.qty-input input{width:64px;border:0;padding:10px 8px;text-align:center}
.qty-btn{background:#ffffff;border:0;padding:10px 12px;border-right:1px solid #e5e7eb;cursor:pointer}
.qty-btn:last-child{border-right:0;border-left:1px solid #e5e7eb}
.price-breaks{margin:8px 0 18px 0}
.price-breaks h3{margin:0 0 8px 0}
.price-table{width:100%;border-collapse:collapse;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}
.price-table th,.price-table td{padding:10px 12px;border-bottom:1px solid #e5e7eb;text-align:left}
.price-table thead th{background:#f8fafc;color:#334155}
.price-table tbody tr:nth-child(even){background:#fafafa}
.product-features h3,.product-extras h3{margin:12px 0 6px 0}
.product-features ul{margin:0;padding-left:18px;display:grid;gap:6px}
.extras-list{margin:0;padding-left:18px;display:grid;gap:4px}

@media (max-width:980px){
  .product-page .product-grid{grid-template-columns:1fr}
}

/* Why choose */
.why-choose .why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:start;text-align:center}
.why-card{padding:10px}
.why-icon{display:flex;justify-content:center;margin-bottom:8px}
.why-title{font-weight:700;margin-bottom:6px;font-size:18px}
.why-card p{margin:0;color:#475569}
@media (max-width:980px){
  .why-choose .why-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:560px){
  .why-choose .why-grid{grid-template-columns:1fr}
}
