/* =============================================
   SIVA Store — Main Stylesheet
   Women & Children Clothing | Gaza, Palestine
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&family=Amiri:wght@400;700&display=swap');

/* ==================
   CSS CUSTOM PROPERTIES
   ================== */
:root {
  --gold:          #C9A84C;
  --gold-dark:     #A8873A;
  --gold-light:    #E8D4A0;
  --gold-soft:     #F9F3E3;
  --rose:          #D4758A;
  --rose-dark:     #B5536A;
  --rose-light:    #FDEAF0;
  --beige:         #F5E6D3;
  --dark:          #2C1810;
  --medium:        #6B4F3A;
  --muted:         #9B8A7A;
  --bg-cream:      #FDF8F3;
  --bg-white:      #FFFFFF;
  --child-blue:    #4A90D9;
  --child-green:   #5BB86A;
  --shadow-sm:     0 2px 10px rgba(44,24,16,.08);
  --shadow-md:     0 4px 20px rgba(44,24,16,.12);
  --shadow-lg:     0 10px 40px rgba(44,24,16,.18);
  --radius-sm:     8px;
  --radius-md:     14px;
  --radius-lg:     22px;
  --radius-pill:   50px;
  --transition:    all .3s ease;
}

/* ==================
   BASE
   ================== */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Tajawal', sans-serif;
  background-color: var(--bg-cream);
  color: var(--dark);
  direction: rtl;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.7;
}

::-webkit-scrollbar            { width: 6px; }
::-webkit-scrollbar-track      { background: var(--beige); }
::-webkit-scrollbar-thumb      { background: var(--gold); border-radius: 3px; }

img { max-width: 100%; }

/* ==================
   TYPOGRAPHY UTILITIES
   ================== */
h1,h2,h3,h4,h5,h6 { font-family: 'Tajawal', sans-serif; font-weight: 700; color: var(--dark); }

.font-display  { font-family: 'Amiri', serif; }
.text-gold     { color: var(--gold) !important; }
.text-rose     { color: var(--rose) !important; }
.bg-gold       { background-color: var(--gold) !important; }
.bg-beige      { background-color: var(--beige) !important; }
.bg-cream      { background-color: var(--bg-cream) !important; }

/* ==================
   BUTTONS
   ================== */
.btn-gold {
  background: var(--gold);
  color: #fff;
  border: none;
  border-radius: var(--radius-pill);
  padding: 11px 30px;
  font-weight: 700;
  font-size: .95rem;
  font-family: 'Tajawal', sans-serif;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(201,168,76,.35);
}
.btn-gold:hover {
  background: var(--gold-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(201,168,76,.5);
}

.btn-rose {
  background: var(--rose);
  color: #fff;
  border: none;
  border-radius: var(--radius-pill);
  padding: 11px 30px;
  font-weight: 700;
  font-family: 'Tajawal', sans-serif;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(212,117,138,.35);
}
.btn-rose:hover { background: var(--rose-dark); color: #fff; transform: translateY(-2px); }

.btn-outline-gold {
  border: 2px solid var(--gold);
  color: var(--gold);
  background: transparent;
  border-radius: var(--radius-pill);
  padding: 9px 26px;
  font-weight: 700;
  font-family: 'Tajawal', sans-serif;
  transition: var(--transition);
}
.btn-outline-gold:hover { background: var(--gold); color: #fff; }

.btn-outline-white {
  border: 2px solid rgba(255,255,255,.7);
  color: #fff;
  background: transparent;
  border-radius: var(--radius-pill);
  padding: 9px 26px;
  font-weight: 700;
  font-family: 'Tajawal', sans-serif;
  transition: var(--transition);
}
.btn-outline-white:hover { background: rgba(255,255,255,.15); color: #fff; }

.btn-whatsapp {
  background: #25D366;
  color: #fff;
  border: none;
  border-radius: var(--radius-pill);
  padding: 10px 26px;
  font-weight: 700;
  font-family: 'Tajawal', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
.btn-whatsapp:hover { background: #128C7E; color: #fff; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(37,211,102,.4); }

/* ==================
   SECTION HEADERS
   ================== */
.section-header { text-align: center; margin-bottom: 55px; }

.section-header h2 {
  font-size: 2.1rem;
  font-weight: 800;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.section-header h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 50%;
  transform: translateX(50%);
  width: 55px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
}
.section-header p { color: var(--medium); font-size: 1.05rem; margin-top: 20px; }

/* ==================
   NAVBAR
   ================== */
.navbar-siva {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  border-bottom: 2px solid var(--beige);
  padding: 12px 0;
  transition: var(--transition);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.navbar-siva.scrolled { box-shadow: var(--shadow-md); padding: 8px 0; }

.navbar-brand-siva {
  font-family: 'Amiri', serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--gold) !important;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1;
}
.navbar-brand-siva span { color: var(--rose); }

.nav-link-siva {
  color: var(--dark) !important;
  font-weight: 600;
  font-size: .92rem;
  padding: 7px 13px !important;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  position: relative;
}
.nav-link-siva:hover,
.nav-link-siva.active { color: var(--gold) !important; background: var(--gold-soft); }

.navbar-toggler {
  border: 1.5px solid var(--gold);
  border-radius: var(--radius-sm);
  padding: 5px 10px;
}
.navbar-toggler:focus { box-shadow: none; }

/* ==================
   HERO CAROUSEL
   ================== */
.hero-carousel,
.hero-carousel .carousel-item { height: 88vh; min-height: 520px; max-height: 720px; }

.hero-slide {
  width: 100%; height: 100%;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
}
.hero-slide-1 { background: linear-gradient(135deg, #2C1810 0%, #6B4F3A 45%, #C9A84C 100%); }
.hero-slide-2 { background: linear-gradient(135deg, #7B1E3A 0%, #D4758A 55%, #FDD9E4 100%); }
.hero-slide-3 { background: linear-gradient(135deg, #0f3460 0%, #4A90D9 60%, #a8d8f0 100%); }

/* Photo background — darken overlay for text readability */
.hero-slide[style*="background-image"]::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,.45);
  border-radius: 0;
  z-index: 0;
}
.hero-slide[style*="background-image"] .container { position: relative; z-index: 1; }

/* decorative circles */
.hero-slide::before {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  top: -150px; left: -150px;
}
.hero-slide::after {
  content: '';
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  bottom: -80px; right: 20%;
}

.hero-content { position: relative; z-index: 2; color: #fff; padding: 40px 0; }

.badge-hero {
  background: rgba(255,255,255,.18);
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  padding: 5px 18px;
  border-radius: var(--radius-pill);
  font-size: .82rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 18px;
  backdrop-filter: blur(4px);
}

.hero-content h1 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.18;
  margin-bottom: 18px;
  text-shadow: 0 2px 12px rgba(0,0,0,.25);
}
.hero-content p { font-size: 1.1rem; opacity: .88; margin-bottom: 32px; max-width: 460px; }

.hero-visual {
  display: flex; align-items: center; justify-content: center; position: relative;
}
.hero-blob {
  width: 310px; height: 420px;
  border-radius: 70% 30% 60% 40% / 45% 55% 45% 55%;
  background: rgba(255,255,255,.13);
  display: flex; align-items: center; justify-content: center;
  font-size: 9rem;
  border: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(4px);
  animation: float 4.5s ease-in-out infinite;
  box-shadow: 0 20px 60px rgba(0,0,0,.15);
}
@keyframes float {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-16px) rotate(2deg); }
}

.carousel-control-prev,
.carousel-control-next {
  width: 46px; height: 46px;
  background: rgba(255,255,255,.18);
  border-radius: 50%;
  top: 50%; transform: translateY(-50%);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.25);
  margin: 0 15px;
}
.carousel-indicators [data-bs-target] {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  border: none;
  margin: 0 4px;
  transition: var(--transition);
}
.carousel-indicators .active { background: #fff; width: 28px; border-radius: 5px; }

/* ==================
   TRUST TICKER BANNER
   ================== */
.trust-bar {
  background: var(--gold);
  overflow: hidden;
  padding: 12px 0;
  white-space: nowrap;
}
.trust-ticker {
  display: inline-flex;
  animation: ticker 22s linear infinite;
  gap: 0;
}
.trust-ticker-inner {
  display: flex;
  gap: 50px;
  padding-left: 50px;
}
.trust-item {
  font-size: .88rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.trust-item i { font-size: 1rem; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ==================
   CATEGORY CARDS
   ================== */
.categories-section { padding: 85px 0; }

.category-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 290px;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  position: relative;
  transition: var(--transition);
  box-shadow: var(--shadow-md);
  flex-direction: column;
  cursor: pointer;
}
.category-card:hover { transform: translateY(-9px); box-shadow: var(--shadow-lg); }

.cat-women  { background: linear-gradient(155deg, #C9A84C 0%, #7A5F20 100%); }
.cat-girls  { background: linear-gradient(155deg, #D4758A 0%, #8B2E4A 100%); }
.cat-baby   { background: linear-gradient(155deg, #4A90D9 0%, #1A5499 100%); }
.cat-bride  { background: linear-gradient(155deg, #8B6914 0%, #2C1810 100%); }

.cat-icon  { font-size: 4.5rem; margin-bottom: 14px; filter: drop-shadow(0 4px 12px rgba(0,0,0,.3)); position: relative; z-index: 1; }
.cat-name  { font-size: 1.45rem; font-weight: 800; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.3); margin-bottom: 4px; position: relative; z-index: 1; }
.cat-count { color: rgba(255,255,255,.78); font-size: .88rem; }

/* Overlay when bg_image is set on category card */
.cat-bg-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.38);
  border-radius: inherit;
  z-index: 0;
}
.cat-arrow {
  position: absolute; bottom: 18px; left: 18px;
  width: 34px; height: 34px;
  background: rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: .95rem;
  transition: var(--transition);
  z-index: 1;
}
.category-card:hover .cat-arrow { background: rgba(255,255,255,.4); transform: scale(1.1); }

/* ==================
   PRODUCT CARDS
   ================== */
.products-section { padding: 50px 0; background: var(--bg-white); }

.product-item {
  display: flex;
  flex-direction: column;
}

.product-card-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
  height: 100%;
}

.product-card {
  background: var(--bg-white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(201,168,76,.15);
  transition: var(--transition);
  height: 100%;
  display: flex; flex-direction: column;
  text-decoration: none;
}
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-6px); border-color: var(--gold-light); }

.product-img-wrap {
  position: relative;
  height: 270px;
  overflow: hidden;
  background: var(--beige);
}
.product-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.product-card:hover .product-img-wrap img { transform: scale(1.07); }

/* product image placeholder (no-image state) */
.product-img-wrap .img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 6rem;
}

.product-badges {
  position: absolute; top: 12px; right: 12px;
  display: flex; flex-direction: column; gap: 5px; z-index: 2;
}
.badge-tag {
  padding: 3px 11px;
  border-radius: var(--radius-pill);
  font-size: .7rem;
  font-weight: 800;
  display: inline-block;
}
.badge-imported { background: var(--gold);   color: #fff; }
.badge-new      { background: var(--rose);   color: #fff; }
.badge-sale     { background: #e74c3c;       color: #fff; }
.badge-eid      { background: #5BB86A;       color: #fff; }

.btn-wishlist {
  position: absolute; bottom: 12px; left: 12px;
  width: 36px; height: 36px;
  background: #fff;
  border-radius: 50%;
  border: none;
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); font-size: 1rem;
  box-shadow: var(--shadow-sm);
  cursor: pointer; transition: var(--transition);
}
.btn-wishlist:hover,
.btn-wishlist.active { color: var(--rose); transform: scale(1.12); }

.product-body {
  padding: 18px;
  flex: 1; display: flex; flex-direction: column;
}
.product-cat {
  font-size: .75rem; color: var(--muted); font-weight: 600;
  margin-bottom: 5px; display: flex; align-items: center; gap: 4px;
  text-transform: uppercase; letter-spacing: .5px;
}
.product-name {
  font-size: 1rem; font-weight: 700;
  color: var(--dark); margin-bottom: 10px; line-height: 1.4;
}
.pricing { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; flex-wrap: wrap; }
.price-now   { font-size: 1.2rem; font-weight: 900; color: var(--gold-dark); }
.price-was   { font-size: .88rem; color: var(--muted); text-decoration: line-through; }
.discount-pct {
  background: var(--rose-light); color: var(--rose-dark);
  padding: 2px 7px; border-radius: 4px;
  font-size: .72rem; font-weight: 800;
}

.btn-order {
  background: #25D366; color: #fff;
  border: none; border-radius: var(--radius-pill);
  padding: 9px; font-size: .88rem; font-weight: 700;
  font-family: 'Tajawal', sans-serif;
  width: 100%; margin-top: auto;
  display: flex; align-items: center; justify-content: center; gap: 7px;
  transition: var(--transition); cursor: pointer;
}
.btn-order:hover { background: #128C7E; color: #fff; box-shadow: 0 5px 15px rgba(37,211,102,.4); }

/* ==================
   FILTER TABS
   ================== */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 20px; }

.filter-btn {
  padding: 8px 22px;
  border-radius: var(--radius-pill);
  border: 2px solid var(--gold-light);
  background: transparent;
  color: var(--medium);
  font-size: .9rem; font-weight: 600;
  font-family: 'Tajawal', sans-serif;
  cursor: pointer; transition: var(--transition);
}
.filter-btn:hover,
.filter-btn.active { background: var(--gold); border-color: var(--gold); color: #fff; }

/* ==================
   OFFER / COUNTDOWN BANNER
   ================== */
.offer-section {
  background: linear-gradient(135deg, #2C1810 0%, #6B4F3A 60%, #A8873A 100%);
  padding: 70px 0;
  position: relative; overflow: hidden;
}
.offer-section::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='3' fill='%23C9A84C' fill-opacity='0.1'/%3E%3C/svg%3E");
}
.offer-section h2 { color: #fff; font-size: 2rem; font-weight: 900; }
.offer-section p  { color: var(--gold-light); font-size: 1.02rem; margin-bottom: 28px; }

.countdown-wrap { display: flex; gap: 14px; margin-bottom: 28px; }
.cbox {
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius-md);
  padding: 15px 20px; text-align: center;
  min-width: 78px;
  backdrop-filter: blur(4px);
}
.cnum { font-size: 2.1rem; font-weight: 900; color: var(--gold); display: block; line-height: 1; }
.clabel { font-size: .7rem; color: rgba(255,255,255,.65); margin-top: 4px; display: block; }

/* ==================
   TESTIMONIALS
   ================== */
.testimonials-section { padding: 85px 0; }

.testimonial-card {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(201,168,76,.15);
  height: 100%;
  position: relative;
  transition: var(--transition);
}
.testimonial-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.testimonial-card::before {
  content: '"';
  position: absolute; top: -10px; right: 24px;
  font-size: 5.5rem; font-family: 'Amiri', serif;
  color: var(--gold); line-height: 1; opacity: .35;
}
.stars { color: var(--gold); font-size: .82rem; margin-bottom: 3px; }
.testi-text { font-size: .94rem; color: var(--medium); line-height: 1.75; margin-bottom: 20px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.author-av {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--gold); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; font-weight: 800; flex-shrink: 0;
}
.author-name { font-weight: 700; font-size: .92rem; color: var(--dark); }
.author-loc  { font-size: .78rem; color: var(--muted); }

/* ==================
   FEATURES STRIP
   ================== */
.features-strip {
  background: var(--bg-white);
  padding: 45px 0;
  border-top: 1px solid var(--beige);
  border-bottom: 1px solid var(--beige);
}
.feature-item { display: flex; align-items: center; gap: 16px; padding: 8px 0; }
.feature-icon {
  width: 55px; height: 55px; flex-shrink: 0;
  border-radius: 50%;
  background: var(--gold-soft);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.45rem;
}
.feature-title { font-weight: 700; font-size: .93rem; color: var(--dark); }
.feature-desc  { font-size: .8rem; color: var(--muted); }

/* ==================
   PAGE HEADER
   ================== */
.page-header {
  background: linear-gradient(135deg, #2C1810, #6B4F3A);
  padding: 60px 0 50px;
  text-align: center;
  position: relative; overflow: hidden;
}
/* Per-section header tints */
.page-header-girls { background: linear-gradient(135deg, #7B1E3A, #D4758A); }
.page-header-baby  { background: linear-gradient(135deg, #1A5499, #4A90D9); }
.page-header-bride { background: linear-gradient(135deg, #3B2A1A, #8B6914); }
.page-header::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23C9A84C' fill-opacity='0.1'/%3E%3C/svg%3E");
}
.page-header h1 { color: #fff; font-size: 2.5rem; font-weight: 900; position: relative; }
.page-header p  { color: var(--gold-light); position: relative; font-size: 1rem; margin-bottom: 10px; }
.breadcrumb-wrap {
  display: flex; justify-content: center; gap: 6px;
  list-style: none; padding: 0; margin: 8px 0 0; position: relative;
}
.breadcrumb-wrap a { color: var(--gold-light); text-decoration: none; font-size: .85rem; }
.breadcrumb-wrap .sep { color: rgba(255,255,255,.4); font-size: .85rem; }
.breadcrumb-wrap .cur { color: #fff; font-weight: 700; font-size: .85rem; }

/* ==================
   WHATSAPP FLOAT
   ================== */
.wa-float {
  position: fixed; bottom: 28px; left: 28px;
  width: 58px; height: 58px;
  background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.75rem; color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37,211,102,.5);
  z-index: 9999;
  transition: var(--transition);
  animation: wa-pulse 2.8s infinite;
}
.wa-float:hover { background: #128C7E; color: #fff; transform: scale(1.12); animation: none; box-shadow: 0 6px 28px rgba(37,211,102,.65); }
.wa-float .wa-tip {
  position: absolute; right: 68px;
  background: var(--dark); color: #fff;
  padding: 6px 14px; border-radius: var(--radius-pill);
  font-size: .8rem; white-space: nowrap;
  opacity: 0; transition: opacity .3s ease; pointer-events: none;
}
.wa-float:hover .wa-tip { opacity: 1; }

@keyframes wa-pulse {
  0%,100% { box-shadow: 0 4px 20px rgba(37,211,102,.5); }
  50%      { box-shadow: 0 4px 30px rgba(37,211,102,.8), 0 0 0 10px rgba(37,211,102,.12); }
}

/* ==================
   BACK TO TOP
   ================== */
#back-to-top {
  position: fixed; bottom: 100px; left: 28px;
  width: 42px; height: 42px;
  background: var(--gold); color: #fff;
  border-radius: 50%; border: none;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; cursor: pointer;
  box-shadow: var(--shadow-md); z-index: 9998;
  opacity: 0; pointer-events: none;
  transition: var(--transition);
}
#back-to-top:hover { background: var(--gold-dark); transform: translateY(-3px); }

/* ==================
   FOOTER
   ================== */
.footer { background: var(--dark); color: rgba(255,255,255,.75); padding: 65px 0 0; }

.footer-logo {
  font-family: 'Amiri', serif; font-size: 2rem;
  color: var(--gold); font-weight: 700;
  display: block; margin-bottom: 14px; text-decoration: none;
}
.footer-desc { font-size: .88rem; line-height: 1.8; color: rgba(255,255,255,.55); margin-bottom: 22px; }

.footer h5 {
  color: #fff; font-size: .98rem; font-weight: 800;
  margin-bottom: 22px; position: relative; padding-bottom: 10px;
}
.footer h5::after {
  content: '';
  position: absolute; bottom: 0; right: 0;
  width: 28px; height: 2px;
  background: var(--gold); border-radius: 1px;
}

.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links a {
  color: rgba(255,255,255,.55); text-decoration: none;
  font-size: .88rem; transition: var(--transition);
  display: inline-flex; align-items: center; gap: 7px;
}
.footer-links a:hover { color: var(--gold); padding-right: 4px; }

.social-links { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.social-link {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.7); font-size: 1rem;
  text-decoration: none; transition: var(--transition);
}
.social-link:hover { background: var(--gold); color: #fff; transform: translateY(-3px); }

.footer-bottom {
  background: rgba(0,0,0,.2);
  text-align: center; padding: 18px 0; margin-top: 45px;
  font-size: .83rem; color: rgba(255,255,255,.45);
}
.footer-bottom a { color: var(--gold); text-decoration: none; }

/* ==================
   CONTACT PAGE
   ================== */
.contact-card {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: 38px; box-shadow: var(--shadow-md); height: 100%;
}
.contact-item {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 18px 0; border-bottom: 1px solid var(--beige);
}
.contact-item:last-child { border-bottom: none; }
.contact-icon {
  width: 50px; height: 50px; flex-shrink: 0;
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
}
.ci-gold  { background: var(--gold-soft); color: var(--gold); }
.ci-green { background: #e8f8ef; color: #25D366; }
.ci-blue  { background: #e8f0fb; color: #1877F2; }
.ci-rose  { background: var(--rose-light); color: var(--rose); }

.form-ctrl {
  border: 2px solid var(--beige); border-radius: var(--radius-md);
  padding: 12px 16px; font-family: 'Tajawal', sans-serif;
  font-size: .95rem; background: var(--bg-cream);
  color: var(--dark); transition: var(--transition);
  width: 100%; display: block;
}
.form-ctrl:focus { border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(201,168,76,.15); outline: none; }

.form-lbl { font-weight: 700; font-size: .88rem; color: var(--medium); margin-bottom: 6px; display: block; }

/* ==================
   WA BIG BUTTONS (Contact Page)
   ================== */
.wa-big-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #25D366;
  color: #fff;
  padding: 14px 22px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: .92rem;
  font-family: 'Tajawal', sans-serif;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 3px 12px rgba(37,211,102,.28);
}
.wa-big-btn:hover {
  color: #fff;
  transform: translateX(-4px);
  box-shadow: 0 6px 20px rgba(37,211,102,.42);
}
.wa-big-btn i { font-size: 1.15rem; }

/* ==================
   FAQ (Contact Page)
   ================== */
.faq-item.accordion-item {
  border: none;
  border-bottom: 1px solid var(--beige) !important;
  border-radius: 0 !important;
  background: transparent;
}
.faq-item.accordion-item:last-child { border-bottom: none !important; }
.faq-question.accordion-button {
  background: transparent !important;
  color: var(--dark) !important;
  font-weight: 700 !important;
  font-size: .92rem !important;
  padding: 14px 0 !important;
  box-shadow: none !important;
  font-family: 'Tajawal', sans-serif !important;
}
.faq-question.accordion-button:not(.collapsed) { color: var(--gold) !important; }
.faq-question.accordion-button::after { display: none; }
.faq-answer.accordion-body {
  color: var(--medium);
  font-size: .9rem;
  line-height: 1.85;
  padding: 0 0 14px !important;
  background: transparent;
}

/* ==================
   SIZE TABLE
   ================== */
.size-table { border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.size-table th { background: var(--gold); color: #fff; padding: 12px 16px; font-size: .88rem; font-weight: 700; }
.size-table td { padding: 10px 16px; font-size: .88rem; border-bottom: 1px solid var(--beige); color: var(--medium); }
.size-table tr:last-child td { border-bottom: none; }
.size-table tr:hover td { background: var(--gold-soft); }

/* ==================
   OFFERS PAGE HERO BANNER
   ================== */
.offer-hero {
  background: linear-gradient(135deg, #2C1810 0%, #6B4F3A 60%, #A8873A 100%);
  padding: 55px 0;
  position: relative; overflow: hidden;
}
.offer-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='3' fill='%23C9A84C' fill-opacity='0.1'/%3E%3C/svg%3E");
}
.big-discount {
  font-size: 7rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  text-shadow: 0 4px 20px rgba(0,0,0,.3);
}

/* ==================
   OFFERS PAGE RIBBONS
   ================== */
.offer-ribbon {
  position: absolute; top: 16px; left: -2px;
  background: #e74c3c; color: #fff;
  padding: 5px 20px 5px 14px; font-weight: 900; font-size: 1rem;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  z-index: 2;
}

/* ==================
   SCROLL ANIMATIONS
   ================== */
.fade-up {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity .65s ease, transform .65s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
.delay-4 { transition-delay: .4s; }

/* ==================
   RESPONSIVE
   ================== */
@media (max-width: 991px) {
  .hero-carousel,
  .hero-carousel .carousel-item { height: 72vh; min-height: 460px; }
  .hero-content h1   { font-size: 2.2rem; }
  .hero-blob         { width: 210px; height: 280px; font-size: 6rem; }
  .category-card     { height: 230px; }
  .cat-icon          { font-size: 3.2rem; }
  .cat-icon img      { width: 70px !important; height: 70px !important; }
  .section-header h2 { font-size: 1.75rem; }
  .cnum              { font-size: 1.7rem; }
  .product-img-wrap  { height: 230px; }
  .product-name      { font-size: 0.9rem; }
  .price-now         { font-size: 1.05rem; }
}

@media (max-width: 767px) {
  .hero-carousel,
  .hero-carousel .carousel-item { height: auto; min-height: 400px; }
  .hero-content          { text-align: center; padding: 32px 0; }
  .hero-content h1       { font-size: 2rem; margin-bottom: 14px; }
  .hero-content p        { margin: 0 auto 24px; font-size: 1rem; }
  .hero-visual           { display: none; }
  .hero-content .d-flex  { justify-content: center; }
  .badge-hero            { font-size: .78rem; padding: 4px 14px; margin-bottom: 12px; }
  .category-card         { height: 190px; }
  .cat-name              { font-size: 1.2rem; }
  .products-section,
  .categories-section,
  .testimonials-section  { padding: 40px 0; }
  .offer-section         { padding: 45px 0; }
  .offer-section h2      { font-size: 1.55rem; }
  .countdown-wrap        { gap: 8px; }
  .cbox                  { min-width: 60px; padding: 10px 11px; }
  .cnum                  { font-size: 1.45rem; }
  .page-header           { padding: 48px 0 36px; }
  .page-header h1        { font-size: 1.85rem; }
  .contact-card          { padding: 26px; }
  .product-img-wrap      { height: 195px; }
  .product-body          { padding: 12px; }
  .product-name          { font-size: 0.85rem; }
  .price-now             { font-size: 0.95rem; }
  .btn-order             { font-size: 0.8rem; padding: 8px 12px; }
  .features-strip        { padding: 35px 0; }
  .feature-icon          { width: 48px; height: 48px; font-size: 1.25rem; }
  .navbar-collapse {
    background: #fff; border-radius: var(--radius-md);
    padding: 15px; margin-top: 10px; box-shadow: var(--shadow-md);
  }
  .wa-float { bottom: 20px; left: 20px; width: 52px; height: 52px; font-size: 1.5rem; }
  #back-to-top { bottom: 85px; left: 20px; }
  .section-header { margin-bottom: 40px; }
  .footer { padding: 50px 0 0; }
  .offer-hero { padding: 44px 0; }
  .big-discount { font-size: 5.5rem; }
}

@media (max-width: 575px) {
  .hero-carousel,
  .hero-carousel .carousel-item { min-height: 340px; }
  .hero-content          { padding: 24px 0; }
  .hero-content h1       { font-size: 1.65rem; line-height: 1.25; }
  .hero-content p        { font-size: .9rem; margin-bottom: 20px; }
  .btn-gold.btn-lg,
  .btn-outline-white.btn-lg { padding: 9px 20px; font-size: .88rem; }

  .section-header        { margin-bottom: 30px; }
  .section-header h2     { font-size: 1.45rem; }
  .section-header p      { font-size: .92rem; margin-top: 14px; }

  .category-card         { height: 155px; }
  .cat-icon              { font-size: 2.6rem; margin-bottom: 7px; }
  .cat-icon img          { width: 54px !important; height: 54px !important; }
  .cat-name              { font-size: 1rem; }
  .cat-arrow             { width: 28px; height: 28px; font-size: .8rem; bottom: 12px; left: 12px; }

  .product-img-wrap      { height: 155px; }
  .product-body          { padding: 10px; }
  .product-cat           { font-size: 0.65rem; }
  .product-name          { font-size: 0.82rem; min-height: 2.2em; }
  .pricing               { padding: 6px 0; }
  .price-now             { font-size: 0.95rem; }
  .price-was             { font-size: 0.75rem; }
  .discount-pct          { font-size: 0.65rem; }
  .btn-order             { font-size: 0.75rem; padding: 6px 10px; }
  .badge-tag             { font-size: 0.65rem; padding: 3px 8px; }

  .feature-item          { gap: 10px; }
  .feature-icon          { width: 42px; height: 42px; font-size: 1.1rem; flex-shrink: 0; }
  .feature-title         { font-size: .85rem; }
  .feature-desc          { font-size: .75rem; }

  .countdown-wrap        { gap: 6px; flex-wrap: wrap; justify-content: center; }
  .cbox                  { min-width: 56px; padding: 9px 10px; }
  .cnum                  { font-size: 1.3rem; }
  .clabel                { font-size: .65rem; }
  .offer-section h2      { font-size: 1.3rem; }

  .page-header           { padding: 36px 0 26px; }
  .page-header h1        { font-size: 1.55rem; }
  .page-header p         { font-size: .88rem; }

  .contact-card          { padding: 20px; }

  .testimonial-card      { padding: 22px; }
  .testi-text            { font-size: .88rem; }

  .wa-float              { bottom: 16px; left: 16px; }
  #back-to-top           { bottom: 80px; left: 16px; }

  .footer                { padding: 40px 0 0; }
  .footer-logo           { font-size: 1.7rem; }
  .footer h5             { font-size: .92rem; margin-bottom: 16px; }
  .footer-links a        { font-size: .82rem; }

  .offer-hero            { padding: 36px 0; }
  .big-discount          { font-size: 4.5rem; }
}
