/**
 * Easy Prints — Dark + Gold Brand Theme (Full Site)
 */

:root {
  --brand-primary: #F5CA24;
  --brand-primary-dark: #d4c71a;
  --brand-primary-light: #fff04a;
  --brand-dark: #0a0a0a;
  --brand-card: #161616;
  --brand-card-2: #1c1c1c;
  --theme: #F5CA24;
  --theme2: #d4c71a;
  --header: #ffffff;
  --base: #F5CA24;
  --bg: #0a0a0a;
  --bg-alt: #121212;
  --text: #c7c7c7;
  --text2: #9a9a9a;
  --border: #2a2a2a;
  --white: #ffffff;
  --shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 12px 40px rgba(0, 0, 0, 0.45);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.55);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 50px;
  --color-gradient-1: linear-gradient(135deg, #F5CA24, #d4c71a);
}

body {
  font-family: "DM Sans", "Satoshi", sans-serif;
  color: var(--text);
  background: var(--brand-dark) !important;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.section-title h2 {
  font-family: "Plus Jakarta Sans", "Outfit", sans-serif;
  letter-spacing: -0.02em;
  color: #fff !important;
}

a { transition: color 0.2s ease; }
a:hover { color: var(--brand-primary); }

/* ===== Buttons (image style) ===== */
.theme-btn,
a.theme-btn,
button.theme-btn,
input.theme-btn,
.sp-enquiry-btn,
.enquiry-btn,
a.sp-enquiry-btn,
a.enquiry-btn,
.lc-btn-primary,
.header-cta-btn .theme-btn,
.hero-actions .theme-btn,
.cta-wrapper-2 .content .button-items .theme-btn,
.contact-form-box .theme-btn,
.contact-form-items .theme-btn,
.how-works-section .theme-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px !important;
  padding: 14px 28px !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: 0.02em;
  background: #F5CA24 !important;
  color: #111 !important;
  border: 2px solid #F5CA24 !important;
  box-shadow: none !important;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease !important;
  position: relative;
  z-index: 1;
  overflow: visible !important;
  text-transform: none !important;
  line-height: 1.3 !important;
  cursor: pointer;
  text-decoration: none !important;
}

.theme-btn::before,
.theme-btn::after,
.sp-enquiry-btn::before,
.sp-enquiry-btn::after,
.enquiry-btn::before,
.enquiry-btn::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
}

.theme-btn:hover,
a.theme-btn:hover,
button.theme-btn:hover,
.sp-enquiry-btn:hover,
.enquiry-btn:hover,
a.sp-enquiry-btn:hover,
a.enquiry-btn:hover,
.lc-btn-primary:hover,
.header-cta-btn .theme-btn:hover,
.hero-actions .theme-btn:hover,
.cta-wrapper-2 .content .button-items .theme-btn:hover,
.contact-form-box .theme-btn:hover,
.contact-form-items .theme-btn:hover {
  background: #fff04a !important;
  border-color: #fff04a !important;
  color: #111 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(245, 202, 36, 0.35) !important;
}

.theme-btn.style-2,
.theme-btn.border-style,
a.theme-btn.style-2,
a.theme-btn.border-style,
.hero-actions .theme-btn.border-style,
.cta-wrapper-2 .content .button-items .theme-btn.style-2 {
  background: transparent !important;
  color: #fff !important;
  border: 1.5px solid #fff !important;
  box-shadow: none !important;
}

.theme-btn.style-2:hover,
.theme-btn.border-style:hover,
a.theme-btn.style-2:hover,
a.theme-btn.border-style:hover,
.hero-actions .theme-btn.border-style:hover,
.cta-wrapper-2 .content .button-items .theme-btn.style-2:hover {
  background: #F5CA24 !important;
  border-color: #F5CA24 !important;
  color: #111 !important;
}

.header-cta-btn .theme-btn {
  padding: 12px 22px !important;
  font-size: 13px !important;
}

.hero-actions .theme-btn {
  padding: 13px 24px !important;
  font-size: 13px !important;
}

/* ===== Header ===== */
.header-top-section {
  background: #000 !important;
  border-bottom: 1px solid #222;
}

.header-top-tagline {
  justify-content: center !important;
  padding: 8px 0;
}

.header-top-tagline .top-tagline {
  margin: 0;
  color: var(--brand-primary);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.header-section-3,
.header-1.style-3 {
  background: #0a0a0a !important;
  border-bottom: 1px solid #222;
  backdrop-filter: none;
}

.sticky.header-1.style-3 {
  background: rgba(10, 10, 10, 0.96) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.header-main .main-menu ul li a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700 !important;
  font-size: 15px;
  color: #fff !important;
  position: relative;
}

.header-main .main-menu ul li a::before {
  content: "";
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--brand-primary);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.header-main .main-menu ul li a:hover::before,
.header-main .main-menu ul li:hover > a::before {
  width: 100%;
}

.header-main .main-menu ul li a:hover,
.header-1.style-3 .header-main .main-menu ul li:hover > a,
.sticky.header-1.style-3 .header-main .main-menu ul li a {
  color: var(--brand-primary) !important;
}

.header-main .main-menu ul li .submenu {
  border-radius: var(--radius-md);
  border: 1px solid #333;
  background: #161616 !important;
  box-shadow: var(--shadow-md);
  padding: 8px 0;
}

.header-main .main-menu ul li .submenu li a {
  border-bottom: none;
  border-radius: 8px;
  margin: 0 8px;
  padding: 8px 16px;
  font-weight: 600;
  color: #ddd !important;
}

.header-main .main-menu ul li .submenu li:hover > a {
  background: var(--brand-primary) !important;
  color: #111 !important;
}

.header-1.style-3 .header-logo,
.sticky.header-1.style-3 .header-logo-2 {
  display: block;
}
.header-1.style-3 .header-logo-2,
.sticky.header-1.style-3 .header-logo {
  display: none;
}

.logo img {
  max-height: 48px;
  width: auto;
}

.sidebar__toggle,
.header-1.style-3 .sidebar__toggle,
.sticky.header-1.style-3 .sidebar__toggle {
  color: #fff !important;
}

/* Search */
.header-search-box { position: relative; margin-right: 14px; }
.mobile-search-toggle {
  display: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #333;
  border-radius: 10px;
  background: #161616;
  color: #F5CA24;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  flex-shrink: 0;
}
.mobile-search-toggle:hover {
  background: #F5CA24;
  color: #111;
  border-color: #F5CA24;
}
.mobile-search-panel-head {
  display: none;
}
.mobile-search-close {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 8px;
  background: #222;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.site-search-form { position: relative; display: flex; align-items: center; }
.site-search-input {
  width: 210px;
  height: 40px;
  border: 1px solid #333 !important;
  border-radius: 50px;
  padding: 0 44px 0 16px;
  font-size: 13px;
  color: #000 !important;
  -webkit-text-fill-color: #000;
  caret-color: #000;
  background: #fff !important;
  outline: none;
}
.site-search-input::placeholder {
  color: #64748b !important;
  -webkit-text-fill-color: #64748b;
}
.site-search-input:focus {
  border-color: var(--brand-primary) !important;
  box-shadow: 0 0 0 3px rgba(245, 202, 36, 0.2);
  width: 250px;
  color: #000 !important;
  -webkit-text-fill-color: #000;
}
.site-search-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 8px;
  background: #F5CA24 !important;
  color: #111 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.site-search-btn:hover {
  background: #fff04a !important;
  color: #111 !important;
}
.site-search-suggest {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  min-width: 280px;
  background: #161616;
  border: 1px solid #333;
  border-radius: 12px;
  box-shadow: var(--shadow-md);
  z-index: 9999;
  overflow: hidden;
  max-height: 320px;
  overflow-y: auto;
}
.site-search-suggest.show { display: block; }
.site-search-suggest a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  color: #eee;
  text-decoration: none;
  border-bottom: 1px solid #222;
  font-size: 14px;
  font-weight: 600;
}
.site-search-suggest a:hover { background: #222; color: var(--brand-primary); }
.site-search-suggest .suggest-type {
  font-size: 11px;
  font-weight: 700;
  color: #111;
  background: var(--brand-primary);
  padding: 3px 8px;
  border-radius: 20px;
  text-transform: uppercase;
}

body.mobile-search-open { overflow: hidden; }

@media (max-width: 991px) {
  .mobile-search-toggle { display: inline-flex; }
  .header-search-box {
    position: fixed;
    inset: 0;
    z-index: 100050;
    margin: 0;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 18px;
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(4px);
  }
  .header-search-box.is-open { display: flex; }
  .mobile-search-panel {
    width: 100%;
    max-width: 520px;
    margin-top: 70px;
    background: #161616;
    border: 1px solid #333;
    border-radius: 16px;
    padding: 16px;
    box-shadow: var(--shadow-lg);
  }
  .mobile-search-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
  }
  .site-search-form { width: 100%; }
  .site-search-input,
  .site-search-input:focus {
    width: 100% !important;
    height: 48px;
    border-radius: 12px;
    font-size: 15px;
    padding-left: 16px;
  }
  .site-search-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }
  .site-search-suggest {
    min-width: 0;
    max-height: 50vh;
  }
}

/* Offcanvas dark */
.offcanvas__info,
.tpoffcanvas,
.fix-area .offcanvas__info {
  background: #111 !important;
}
.offcanvas__contact h4,
.offcanvas__contact-text a { color: #fff !important; }

/* ===== Hero ===== */
.hero-section-3 { overflow: hidden; background: #0a0a0a; }
.hero-3 {
  padding: 0;
    min-height: 555px;
  max-height: none;
  display: flex;
  align-items: center;
  overflow: hidden;
}
/*.hero-3 .hero-bg::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  background: radial-gradient(ellipse at 70% 50%, rgba(120, 40, 180, 0.35), transparent 55%),*/
/*              linear-gradient(105deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,0.35) 100%);*/
/*  z-index: 1;*/
/*}*/
.hero-3 .container { position: relative; z-index: 2; width: 100%; }
.hero-3 .hero-content h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  background: none;
  margin-bottom: 14px !important;
}
.hero-3 .hero-content h1 .gold { color: var(--brand-primary) !important; -webkit-text-fill-color: var(--brand-primary); }
.hero-3 .hero-content p {
  font-size: 0.98rem;
  line-height: 1.6;
  color: #d0d0d0 !important;
  max-width: 480px;
  margin-bottom: 0;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  color: var(--brand-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
  background: transparent;
  border: none;
  padding: 0;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.hero-actions .theme-btn { padding: 12px 24px !important; font-size: 13px !important; }
.hero-3 .hero-image {
  height: 340px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-3 .hero-image img {
  width: 100%;
  height: 100% !important;
  max-height: 340px;
  object-fit: contain !important;
  border-radius: var(--radius-md);
  display: block;
}
.hero-nav-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}
.hero-arrow, .cat-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #333;
  background: #161616;
  color: var(--brand-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.25s ease;
}
.hero-arrow:hover, .cat-arrow:hover {
  background: var(--brand-primary);
  color: #111;
  border-color: var(--brand-primary);
}

/* WhatsApp float chip */
.wa-help-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  background: #111;
  border: 1px solid var(--brand-primary);
  border-radius: 12px;
  padding: 5px 14px;
  color: #fff;
  text-decoration: none;
  max-width: 280px;
}
.wa-help-chip i { color: #25d366; font-size: 50px; }
.wa-help-chip strong { display: block; font-size: 12px; color: #fff; }
.wa-help-chip span { font-size: 20px; color: var(--brand-primary); }

/* ===== Sections ===== */
.section-padding { padding-top: 80px; padding-bottom: 80px; }
.section-bg, .section-bg-2 { background: #0f0f0f !important; }

.section-title .sub-title span,
.ep-label {
  display: inline-block;
  background: transparent;
  color: var(--brand-primary) !important;
  border: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}

.section-title h2,
.ep-heading {
  color: #fff !important;
  font-weight: 800;
}

.ep-heading .gold { color: var(--brand-primary) !important; }

/* Category grid (home) */
.ep-cat-section { background: #0a0a0a; }
.ep-cat-card {
  background: #161616;
  border: 1px solid #2a2a2a;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  display: block;
}
.ep-cat-card:hover {
  transform: translateY(-6px);
  border-color: var(--brand-primary);
  box-shadow: 0 12px 30px rgba(245, 202, 36, 0.12);
}
.ep-cat-card .thumb {
  height: 160px;
  overflow: hidden;
  background: #111;
}
.ep-cat-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.ep-cat-card:hover .thumb img { transform: scale(1.06); }
.ep-cat-card .body { padding: 18px 16px 20px; }
.ep-cat-card .body .icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(245, 202, 36, 0.12);
  color: var(--brand-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.ep-cat-card .body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 6px;
}
.ep-cat-card .body p {
  font-size: 0.85rem;
  color: #9a9a9a;
  margin: 0;
  line-height: 1.5;
}

.category-title-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-nav-arrows {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 10px;
}

/* Why choose */
.ep-why-section { background: #0f0f0f; }
.ep-why-card {
  background: #161616;
  border: 1px solid #2a2a2a;
  border-radius: 14px;
  padding: 24px 18px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}
.ep-why-card:hover {
  border-color: var(--brand-primary);
  transform: translateY(-4px);
}
.ep-why-card .icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border: 1.5px solid var(--brand-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-primary);
  font-size: 18px;
}
.ep-why-card h5 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 8px;
}
.ep-why-card p {
  font-size: 0.82rem;
  color: #9a9a9a;
  margin: 0;
  line-height: 1.55;
}

/* Corporate gift CTA */
.ep-gift-section {
  position: relative;
  background-color: #0a0a0a;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 100px 0;
  overflow: hidden;
}
.ep-gift-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.72) 45%, rgba(0, 0, 0, 0.35) 100%);
  z-index: 0;
  pointer-events: none;
}
.ep-gift-section .container {
  position: relative;
  z-index: 1;
}
.ep-gift-section h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #fff !important;
  margin-bottom: 16px;
}
.ep-gift-section p { color: #c7c7c7; line-height: 1.7; margin-bottom: 24px; }
.ep-gift-section img {
  width: 100%;
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
}

/* Stats bar */
.ep-stats-bar {
  background: #111;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 36px 0;
}
.ep-stat-item { text-align: center; }
.ep-stat-item .icon {
  color: var(--brand-primary);
  font-size: 22px;
  margin-bottom: 8px;
}
.ep-stat-item .num {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ep-stat-item .label {
  font-size: 0.85rem;
  color: #9a9a9a;
  margin-top: 4px;
}

/* How it works */
.how-works-section { background: #0a0a0a !important; }
.how-works-section .container { max-width: 1320px; }
.how-works-grid { display: flex; flex-wrap: wrap; }
.how-works-grid .how-works-col { flex: 1 1 0; min-width: 200px; }
.how-work-items {
  background: #161616 !important;
  border-radius: var(--radius-md);
  border: 1px solid #2a2a2a !important;
  padding: 28px 18px;
  height: 100%;
  text-align: center;
  transition: all 0.35s ease;
  box-shadow: none;
}
.how-work-items:hover {
  transform: translateY(-6px);
  border-color: var(--brand-primary) !important;
  box-shadow: 0 12px 30px rgba(245, 202, 36, 0.1);
}
.how-works-section .how-work-items .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 16px;
  background: #111;
  border-radius: 16px;
  border: 1px solid #2a2a2a;
}
.how-works-section .how-work-items .thumb img {
  width: 70px !important;
  height: 70px !important;
  max-width: 70px !important;
  object-fit: contain !important;
}
.how-works-section .how-work-items .content h4 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: #fff !important;
}
.how-works-section .how-work-items .content p {
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
  color: #9a9a9a;
}

/* About / light overrides on dark */
.about-section,
.about-page-section,
.about-values-section,
.fun-facts-section,
.testimonial-section,
.why-choose-section,
.shop-catagories-section-3,
.contact-page-wrap,
.contact-form-section,
.subproduct-detail-section,
.sp-page {
  background: #0a0a0a !important;
}

.about-content p,
.about-page-content p,
.about-page-content li {
  color: #c7c7c7 !important;
}

.about-value-card,
.fun-facts-wrapper,
.fun-fact-item,
.why-choose-card,
.testimonial-box-items.style-2,
.shop-catagories-item,
.contact-info-card,
.contact-form-box,
.subproduct-content,
.subproduct-main-image,
.product-selector-box,
.sp-card,
.search-results-wrap,
.search-result-card {
  background: #161616 !important;
  border: 1px solid #2a2a2a !important;
  color: #c7c7c7;
}

/* About — What Makes Us Different */
.about-values-section {
  background: #0f0f0f !important;
}
.about-value-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 36px 28px 32px;
  border-radius: 16px !important;
  background: #161616 !important;
  border: 1px solid #2a2a2a !important;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.about-value-card:hover {
  transform: translateY(-6px);
  border-color: var(--brand-primary) !important;
  box-shadow: 0 14px 36px rgba(245, 202, 36, 0.12);
}
.about-value-card .icon-box {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  border-radius: 50%;
  border: 1.5px solid var(--brand-primary);
  background: rgba(245, 202, 36, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-primary);
  font-size: 26px;
  transition: background 0.3s ease, color 0.3s ease;
}
.about-value-card:hover .icon-box {
  background: var(--brand-primary);
  color: #111;
}
.about-value-card .icon-box img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.about-value-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.about-value-card p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #9a9a9a !important;
  margin: 0;
  max-width: 320px;
}

.about-page-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: var(--shadow-md);
}
.about-page-content .section-title h2 {
  color: #fff !important;
  font-weight: 800;
}

.about-value-card h3,
.fun-facts-heading h2,
.fun-fact-item h5,
.why-choose-card h5,
.why-choose-heading h2,
.testimonial-box-items .client-info .content h4,
.shop-catagories-item .content h3 a,
.contact-info-card h4,
.contact-form-box .form-title h2,
.subproduct-content h2,
.sp-title,
.search-results-title,
.search-result-card h3 {
  color: #fff !important;
}

.fun-fact-number,
.wc-title-line,
.contact-info-card .card-value,
.contact-info-card .card-value a,
.contact-form-box .form-title span,
.product-selector-label,
.sp-select-label,
.sp-breadcrumb .current {
  color: var(--brand-primary) !important;
  background: transparent;
}

.fun-fact-number {
  -webkit-text-fill-color: var(--brand-primary);
  background: none;
}

.why-choose-card .wc-icon {
  background: var(--brand-primary) !important;
  color: #111 !important;
}

/* Contact page */
.contact-page-wrap {
  background: #0a0a0a !important;
}
.contact-form-section {
  background: #0f0f0f !important;
}
a.contact-info-card,
.contact-info-card {
  display: flex !important;
  align-items: flex-start;
  gap: 16px;
  height: 100%;
  padding: 28px 22px;
  border-radius: 16px !important;
  background: #161616 !important;
  border: 1px solid #2a2a2a !important;
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
a.contact-info-card:hover,
.contact-info-card:hover {
  transform: translateY(-5px);
  border-color: var(--brand-primary) !important;
  box-shadow: 0 12px 30px rgba(245, 202, 36, 0.12);
  color: inherit;
}
.contact-info-card .card-icon {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--brand-primary) !important;
  color: #111 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.contact-info-card .card-body { min-width: 0; }
.contact-info-card h4 {
  margin: 0 0 4px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff !important;
}
.contact-info-card .card-label {
  display: block;
  font-size: 12px;
  color: #888 !important;
  margin-bottom: 8px;
}
.contact-info-card .card-value,
.contact-info-card .card-value a {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--brand-primary) !important;
  word-break: break-word;
}

.contact-form-box {
  background: #161616 !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 18px !important;
  padding: 40px 36px !important;
}
@media (max-width: 575px) {
  .contact-form-box { padding: 28px 18px !important; }
}
.contact-form-box .form-title {
  text-align: center;
  margin-bottom: 28px;
}
.contact-form-box .form-title span {
  display: inline-block;
  color: var(--brand-primary) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
  background: transparent !important;
}
.contact-form-box .form-title h2 {
  margin: 0;
  color: #fff !important;
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2rem);
}
.contact-alert {
  padding: 12px 16px;
  border-radius: 10px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
}
.contact-alert-success {
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid #25d366;
  color: #7dffb0;
}
.contact-alert-error {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid #ef4444;
  color: #fca5a5;
}
.contact-form-box .form-clt {
  width: 100%;
  margin: 0;
}
.contact-form-box .form-clt input,
.contact-form-box .form-clt textarea,
.contact-form-items .form-clt input,
.contact-form-items .form-clt textarea {
  width: 100% !important;
  background: #111 !important;
  border: 1px solid #333 !important;
  border-radius: 10px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  outline: none !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 14px 16px !important;
  box-shadow: none !important;
}
.contact-form-box .form-clt input {
  height: 52px !important;
}
.contact-form-box .form-clt textarea {
  min-height: 140px !important;
  resize: vertical;
  padding-top: 14px !important;
}
.contact-form-box .form-clt input::placeholder,
.contact-form-box .form-clt textarea::placeholder {
  color: #888 !important;
  -webkit-text-fill-color: #888;
  opacity: 1;
}
.contact-form-box .form-clt input:focus,
.contact-form-box .form-clt textarea:focus {
  border-color: var(--brand-primary) !important;
  box-shadow: 0 0 0 3px rgba(245, 202, 36, 0.15) !important;
}

/* Breadcrumb */
.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  background: #111 !important;
  padding: 60px 0 50px;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(245, 202, 36, 0.12), transparent 60%);
  z-index: 0;
}
.breadcrumb-wrapper .container { position: relative; z-index: 1; }
.breadcrumb-wrapper .page-heading h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  color: #fff !important;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li,
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: rgba(255, 255, 255, 0.75);
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--brand-primary);
}

.sp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  font-size: 14px;
  color: #9a9a9a;
}
.sp-breadcrumb a { color: #ddd; text-decoration: none; font-weight: 600; }
.sp-breadcrumb a:hover { color: var(--brand-primary); }
.sp-breadcrumb .current {
  display: inline-block;
  background: var(--brand-primary) !important;
  color: #111 !important;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 10px;
}

/* Product / subproduct */
.sp-variant-card .variant-img { border-color: #333; background: #111; }
.sp-variant-card.active .variant-img {
  border-color: var(--brand-primary);
  box-shadow: 0 4px 16px rgba(245, 202, 36, 0.2);
}
.sp-variant-card .variant-check { background: var(--brand-primary); color: #111; }
.sp-variant-card .variant-name { color: #ddd; }
.sp-desc, .sp-subtitle, .product-desc { color: #b0b0b0 !important; }
.sp-action-box, .sp-meta-item {
  background: #111 !important;
  border: 1px solid #2a2a2a !important;
}
.sp-enquiry-btn, .enquiry-btn, a.sp-enquiry-btn, a.enquiry-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #F5CA24 !important;
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  border: 2px solid #F5CA24 !important;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: none !important;
}
.sp-enquiry-btn:hover, .enquiry-btn:hover,
a.sp-enquiry-btn:hover, a.enquiry-btn:hover {
  background: #fff04a !important;
  border-color: #fff04a !important;
  color: #111 !important;
  transform: translateY(-2px);
}

.subcategory-card {
  background: #111 !important;
  border-color: #333 !important;
  color: #ddd !important;
}
.subcategory-card.active {
  border-color: var(--brand-primary) !important;
  background: rgba(245, 202, 36, 0.08) !important;
}
.selected-check { background: var(--brand-primary) !important; color: #111 !important; }

/* Testimonials white section like mockup */
.ep-testimonial-section {
  background: #f5f5f5 !important;
  padding: 80px 0;
}
.ep-testimonial-section .ep-heading { color: #111 !important; }
.ep-testimonial-section .ep-label { color: var(--brand-primary) !important; }
.ep-testi-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.ep-testi-card .quote {
  color: var(--brand-primary);
  font-size: 28px;
  margin-bottom: 12px;
}
.ep-testi-card p { color: #555; line-height: 1.7; margin-bottom: 20px; }
.ep-testi-card .user { display: flex; align-items: center; gap: 12px; }
.ep-testi-card .user img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.ep-testi-card .user h5 { margin: 0; color: #111 !important; font-size: 0.95rem; }
.ep-testi-card .user span { color: #888; font-size: 0.8rem; }

.testimonial-box-items.style-2 p { color: #c7c7c7; }
.testimonial-box-items .client-img {
  border: 2px solid var(--brand-primary);
}

/* CTA */
.cta-section { position: relative; overflow: hidden; }
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #111 !important;
  z-index: 0;
}
.cta-section .container { position: relative; z-index: 1; }
.cta-wrapper-2 .content h2,
.cta-wrapper-2 .content h3 { color: #fff !important; }

/* Footer */
.footer-section,
.footer-section.section-bg {
  background: #0a0a0a !important;
  color: #c7c7c7;
  border-top: 1px solid #222;
}
.footer-widgets-wrapper { padding: 70px 0 40px; }
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  color: #fff !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.footer-widgets-wrapper .single-footer-widget p {
  color: #9a9a9a !important;
  font-size: 14px;
  line-height: 1.7;
}
.footer-widgets-wrapper .single-footer-widget .list-items li a {
  color: #c7c7c7 !important;
  font-size: 15px;
}
.footer-widgets-wrapper .single-footer-widget .list-items li a:hover {
  color: var(--brand-primary) !important;
}
.footer-widgets-wrapper .single-footer-widget .contact-list-2 li .content span {
  color: #888 !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.footer-widgets-wrapper .single-footer-widget .contact-list-2 li .content h3,
.footer-widgets-wrapper .single-footer-widget .contact-list-2 li .content h3 a {
  color: #fff !important;
  font-size: 15px;
}
.footer-bottom {
  border-top: 1px solid #222;
  background: #000;
  padding: 16px 0;
}
.footer-bottom p { color: #888 !important; font-size: 13px; margin: 0; }
.footer-section .social-icon a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #161616;
  border: 1px solid #333;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-section .social-icon a:hover {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #111 !important;
}
.footer-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  background: #25d366;
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}
.footer-wa-btn:hover { background: #1ebe57; color: #fff !important; }

.scroll-up {
  background: var(--brand-primary) !important;
  color: #111;
}

.search-type {
  background: rgba(245, 202, 36, 0.15) !important;
  color: var(--brand-primary) !important;
}

/* Legacy class cleanup on dark */
.shop-catagories-item .content h3 a:hover { color: var(--brand-primary); }
.shop-catagories-item .thumb img {
  border-color: #333;
}

.lc-product-card {
  background: #161616 !important;
  border-color: #2a2a2a !important;
}
.lc-product-body h3,
.lc-product-body h3 a { color: #fff !important; }
.lc-btn-primary {
  background: var(--brand-primary) !important;
  color: #111 !important;
  border-color: var(--brand-primary) !important;
}

/* Responsive */
@media (max-width: 1199px) {
  .how-works-grid .how-works-col { flex: 1 1 30%; min-width: 220px; }
}
@media (max-width: 991px) {
  .hero-3 { 
       min-height: 555px;
      
  }
  .hero-3 .hero-image { height: 260px !important; }
  .hero-3 .hero-image img { max-height: 260px; }
  .header-cta-btn { display: none; }
  .header-top-section { display: block !important; }
  .category-nav-arrows { position: static; transform: none; justify-content: center; margin-top: 12px; }
  .category-title-row { flex-direction: column; gap: 12px; }
}
@media (max-width: 767px) {
  .section-padding { padding-top: 60px; padding-bottom: 60px; }
  .how-works-grid .how-works-col { flex: 1 1 100%; }
  .hero-actions { justify-content: center; }
  .hero-nav-arrows { padding: 0 8px; }
  .hero-arrow, .cat-arrow { width: 38px; height: 38px; font-size: 12px; }
}
