/* ==========================================================================
   GIGZ360 GLOBAL CORE STYLESHEET (Clean Modern E-Commerce Architecture)
   Hassan Site Supply & Doorstep Trade Services | Service at your fingertips
   ========================================================================== */

:root {
  --brand-yellow: #EFC41A;
  --brand-yellow-hover: #dfb30f;
  --brand-dark: #12151A;
  --brand-dark-soft: #1E232B;
  --brand-green: #0C8346;
  --brand-green-light: #E7F7EE;
  --bg-light: #F4F6F8;
  --card-bg: #FFFFFF;
  --border-color: #E5E9EB;
  --text-main: #12151A;
  --text-muted: #65717C;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --shadow-sm: 0 2px 6px rgba(0,0,0,0.04);
  --shadow-md: 0 6px 18px rgba(0,0,0,0.06);
  --shadow-lg: 0 12px 32px rgba(0,0,0,0.09);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: #FAFCFD;
  color: var(--text-main);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Announcement Top Strip */
.top-strip {
  background-color: var(--brand-yellow);
  color: #12151A;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 16px;
  text-align: center;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.top-strip-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.top-strip span.pill {
  background: #12151A;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}
.top-strip-sub {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

/* Sticky Main Header (Sleek, Small Font) */
.site-header {
  background: #FFFFFF;
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: var(--shadow-sm);
  height: auto !important;
}
.header-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  height: auto !important;
}

/* Brand Logo (Single Clean Logo, No Duplicate GIGZ 360) */
.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-mark {
  background: #12151A;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 15px;
  padding: 6px 10px;
  border-radius: 8px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.logo-mark span {
  color: var(--brand-yellow);
}
.logo-text {
  display: flex;
  flex-direction: column;
}
.logo-title {
  font-size: 17px;
  font-weight: 900;
  color: #12151A;
  line-height: 1.1;
  letter-spacing: -0.4px;
}
.logo-title span {
  color: #E2AC00;
}
.logo-tag {
  font-size: 10.5px;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* Delivery Location Badge (Compact, non-overflowing) */
.delivery-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #F4F6F8;
  padding: 5px 10px;
  border-radius: 8px;
  border: 1px solid #E2E8F0;
  flex-shrink: 0;
  white-space: nowrap;
  height: 34px;
}
.time-badge {
  background: var(--brand-green);
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 6px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
}
.loc-info {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 11.5px;
  font-weight: 700;
  color: #12151A;
}

/* Search Bar */
.search-wrap {
  flex: 1;
  max-width: 420px;
  min-width: 170px;
  position: relative;
}
.search-input {
  width: 100%;
  height: 38px;
  background: #F8FAFB;
  border: 1.5px solid var(--border-color);
  border-radius: 9px;
  padding: 0 14px 0 38px;
  font-size: 12.5px;
  font-weight: 500;
  font-family: inherit;
  color: #12151A;
  outline: none;
  transition: all 0.2s ease;
}
.search-input:focus {
  background: #FFFFFF;
  border-color: #12151A;
  box-shadow: 0 0 0 3px rgba(239, 196, 26, 0.25);
}
.search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #8C98A4;
  pointer-events: none;
  display: flex;
  align-items: center;
}

/* Header Direct Nav Links (Small in Font) */
.header-nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}
.header-nav-link {
  font-size: 12px;
  font-weight: 700;
  color: #4A5560;
  padding: 6px 9px;
  border-radius: 7px;
  transition: all 0.15s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.header-nav-link:hover {
  background: #F4F6F8;
  color: #12151A;
}
.header-nav-link.active {
  background: #12151A;
  color: #FFFFFF;
}
.header-nav-link.active span.nav-icon {
  color: var(--brand-yellow);
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.action-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 11px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}
.action-btn-phone {
  background: #F4F6F8;
  color: #12151A;
  border: 1px solid var(--border-color);
}
.action-btn-phone:hover {
  background: #EAEFF2;
}
.action-btn-wa {
  background: #25D366;
  color: #FFFFFF;
  border: 1px solid #20BD5A;
}
.action-btn-wa:hover {
  background: #1EBE5D;
  transform: translateY(-1px);
}

/* Horizontal Categories Scroll Bar (The Only Sub-Bar) */
.cat-nav-bar {
  background: #F8FAFB;
  border-bottom: 1px solid var(--border-color);
  width: 100%;
}
.cat-nav-scroll {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.cat-nav-scroll::-webkit-scrollbar {
  display: none;
}
.cat-nav-tag {
  font-size: 10.5px;
  font-weight: 800;
  color: #8C98A4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 7px 8px 7px 0;
  white-space: nowrap;
}
.cat-nav-link {
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 600;
  color: #4A5560;
  border-radius: 6px;
  transition: all 0.15s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.cat-nav-link:hover, .cat-nav-link.active {
  color: #12151A;
  background: #FFFFFF;
  box-shadow: var(--shadow-sm);
}

/* Main Container Layout */
.main-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 24px 20px 60px;
}

/* Section Header */
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.section-title {
  font-size: 21px;
  font-weight: 800;
  color: #12151A;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-title span.count-pill {
  background: #E8ECEF;
  color: #4A5560;
  font-size: 11.5px;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 20px;
}
.section-link {
  font-size: 13px;
  font-weight: 700;
  color: #12151A;
  display: flex;
  align-items: center;
  gap: 4px;
}
.section-link:hover {
  color: var(--brand-green);
}

/* 1. Shop by Category Grid (Materials Up - 1st) */
.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}
.category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.category-card:hover .cat-thumb-box {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: #D3DDE3;
}
.category-card:hover .cat-name {
  color: var(--brand-green);
}
.cat-thumb-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #EAF3F3;
  border: 1px solid #E1ECEE;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.cat-thumb-box img {
  width: 86%;
  height: 86%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.category-card:hover .cat-thumb-box img {
  transform: scale(1.06);
}
.cat-name {
  font-size: 12.5px;
  font-weight: 700;
  color: #12151A;
  line-height: 1.3;
  max-width: 130px;
  transition: color 0.2s ease;
}

/* 2. Quick Services Section (Services - 2nd) */
.services-home-section {
  margin-bottom: 48px;
}
.services-home-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.service-home-card {
  background: #FFFFFF;
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 18px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.service-home-card:hover {
  border-color: #CBD5E1;
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.service-icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #F4F6F8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.service-arrival-pill {
  background: #E7F7EE;
  color: #0C8346;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
}
.service-home-title {
  font-size: 15px;
  font-weight: 800;
  color: #12151A;
  margin-bottom: 6px;
}
.service-home-summary {
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.45;
  margin-bottom: 12px;
}
.service-desc-collapse {
  display: none;
  font-size: 12px;
  color: #334155;
  background: #F8FAFB;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.service-desc-collapse.open {
  display: block;
  animation: fadeIn 0.2s ease;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}
.service-desc-collapse ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.service-desc-collapse li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.service-desc-collapse li span.chk {
  color: #0C8346;
  font-weight: 800;
}
.service-card-btns {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}
.btn-toggle-desc {
  background: #F4F6F8;
  color: #12151A;
  border: 1px solid #D5DDE2;
  padding: 7px 11px;
  border-radius: 8px;
  font-size: 11.5px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.btn-toggle-desc:hover {
  background: #EAEFF2;
}
.btn-service-book {
  flex: 1;
  background: #25D366;
  color: #FFFFFF;
  border: none;
  padding: 7px 11px;
  border-radius: 8px;
  font-size: 11.5px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.btn-service-book:hover {
  background: #1EBE5D;
}

/* ==========================================================================
   MINIMALIST SERVICES GRID (Symbol & Name Only, Click for Details)
   ========================================================================== */
.services-symbol-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.service-symbol-card {
  background: #FFFFFF;
  border: 1.5px solid var(--border-color);
  border-radius: 16px;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.service-symbol-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand-yellow);
  box-shadow: 0 8px 24px rgba(239, 196, 26, 0.18);
  background: #FFFCF2;
}
.service-symbol-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: #F4F6F8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: all 0.22s ease;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.03);
}
.service-symbol-card:hover .service-symbol-icon {
  background: #12151A;
  transform: scale(1.08);
}
.service-symbol-title {
  font-size: 15px;
  font-weight: 800;
  color: #12151A;
  line-height: 1.3;
  letter-spacing: -0.2px;
}
.service-symbol-cue {
  font-size: 11.5px;
  font-weight: 700;
  color: #0C8346;
  background: #E7F7EE;
  padding: 3px 10px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
  transition: all 0.2s ease;
}
.service-symbol-card:hover .service-symbol-cue {
  background: #0C8346;
  color: #FFFFFF;
}

@media (max-width: 1100px) {
  .services-symbol-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .services-symbol-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .service-symbol-card {
    padding: 16px 12px;
    gap: 10px;
  }
  .service-symbol-icon {
    width: 48px;
    height: 48px;
    font-size: 24px;
    border-radius: 12px;
  }
  .service-symbol-title {
    font-size: 13.5px;
  }
}

/* 3. Popular Fast-Moving Products Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 48px;
}
.product-card {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.2s ease;
  box-shadow: var(--shadow-sm);
}
.product-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: #CBD5E1;
}
.badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.speed-badge {
  background: var(--brand-green-light);
  color: var(--brand-green);
  font-size: 11px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.discount-badge {
  background: #FFF0ED;
  color: #EB4D26;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
}
.product-thumb {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  overflow: hidden;
}
.product-thumb img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.product-card:hover .product-thumb img {
  transform: scale(1.08);
}
.product-brand {
  font-size: 11px;
  font-weight: 700;
  color: #8C98A4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.product-name {
  font-size: 13.5px;
  font-weight: 700;
  color: #12151A;
  line-height: 1.35;
  margin-bottom: 10px;
  height: 38px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-meta {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
  margin-top: auto;
}
.current-price {
  font-size: 17px;
  font-weight: 900;
  color: #12151A;
}
.original-price {
  font-size: 12px;
  color: #94A3B8;
  text-decoration: line-through;
  font-weight: 500;
}
.product-cta-btn {
  width: 100%;
  background: #12151A;
  color: #FFFFFF;
  border: none;
  border-radius: 9px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
.product-cta-btn:hover {
  background: var(--brand-green);
}

/* 4. Trust Strip */
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}
.trust-item {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 18px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: var(--shadow-sm);
}
.trust-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #F4F6F8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.trust-text h4 {
  font-size: 13.5px;
  font-weight: 800;
  color: #12151A;
  margin-bottom: 2px;
}
.trust-text p {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.4;
}

/* 5. The Black Body Banner (Moved to Bottom, featuring Hassan Hyperlocal & G.I.G.Z Promise) */
.hero-banner-bottom {
  background: linear-gradient(135deg, #12151A 0%, #1F2733 60%, #303A4A 100%);
  border-radius: var(--radius-xl);
  padding: 40px 44px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  margin-bottom: 48px;
  box-shadow: var(--shadow-md);
  gap: 36px;
}
.hero-banner-bottom::after {
  content: '';
  position: absolute;
  right: -80px;
  top: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 196, 26, 0.25) 0%, rgba(239, 196, 26, 0) 70%);
  pointer-events: none;
}
.hero-content {
  max-width: 600px;
  position: relative;
  z-index: 2;
  flex: 1;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(239, 196, 26, 0.15);
  border: 1px solid rgba(239, 196, 26, 0.4);
  color: var(--brand-yellow);
  font-size: 11.5px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 30px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hero-title {
  color: #FFFFFF !important;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.hero-title span {
  color: var(--brand-yellow) !important;
}
.hero-desc {
  font-size: 14px;
  color: #CBD5E1;
  margin-bottom: 20px;
  line-height: 1.6;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.hero-btn-primary {
  background: var(--brand-yellow);
  color: #12151A;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 18px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}
.hero-btn-primary:hover {
  background: var(--brand-yellow-hover);
  transform: translateY(-2px);
}
.hero-btn-wa {
  background: #25D366;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 18px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}
.hero-btn-wa:hover {
  background: #1EBE5D;
  transform: translateY(-2px);
}

/* G.I.G.Z Promise Card in Black Banner */
.hero-stats-card {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  padding: 22px;
  width: 380px;
  max-width: 100%;
  position: relative;
  z-index: 2;
  box-shadow: 0 12px 36px rgba(0,0,0,0.35);
  flex-shrink: 0;
}
.hero-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 14px;
}
.hero-card-live {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.hero-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25D366;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  animation: hero-pulse 2s infinite;
}
@keyframes hero-pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
.hero-card-badge {
  background: rgba(239, 196, 26, 0.2);
  color: var(--brand-yellow);
  border: 1px solid rgba(239, 196, 26, 0.4);
  font-size: 10.5px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 5px;
}
.gigz-promise-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}
.gigz-promise-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 8px 12px;
}
.gigz-letter {
  width: 26px;
  height: 26px;
  background: var(--brand-yellow);
  color: #12151A;
  font-size: 14px;
  font-weight: 900;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gigz-word {
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
}
.gigz-word span {
  color: #94A3B8;
  font-weight: 500;
  font-size: 11.5px;
  margin-left: 4px;
}
.hero-card-footer {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 9px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.hero-card-phone-text {
  display: flex;
  flex-direction: column;
}
.hero-card-phone-text span {
  font-size: 10.5px;
  color: #94A3B8;
}
.hero-card-phone-text strong {
  font-size: 14px;
  color: #FFFFFF;
}
.hero-card-call-btn {
  background: var(--brand-yellow);
  color: #12151A;
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 11.5px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

/* Footer */
.site-footer {
  background: #12151A;
  color: #FFFFFF;
  padding: 44px 20px 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-container {
  max-width: 1320px;
  margin: 0 auto;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.4fr;
  gap: 36px;
  margin-bottom: 36px;
}
.footer-brand h2 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 8px;
  color: #FFFFFF;
}
.footer-brand h2 span {
  color: var(--brand-yellow);
}
.footer-brand p {
  font-size: 13px;
  color: #94A3B8;
  line-height: 1.55;
  margin-bottom: 12px;
}
.footer-col h4 {
  font-size: 13px;
  font-weight: 800;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links a {
  font-size: 12.5px;
  color: #94A3B8;
  transition: color 0.15s ease;
}
.footer-links a:hover {
  color: var(--brand-yellow);
}
.footer-contact-card {
  background: #1E232B;
  border-radius: 12px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.06);
}
.footer-phone-big {
  font-size: 16px;
  font-weight: 900;
  color: var(--brand-yellow);
  display: block;
  margin-bottom: 8px;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #64748B;
  flex-wrap: wrap;
  gap: 10px;
}

/* Floating WhatsApp Button */
.floating-wa-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #25D366;
  color: #FFFFFF;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
  z-index: 999;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  text-decoration: none;
}
.floating-wa-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.55);
}
.floating-wa-btn svg {
  width: 30px;
  height: 30px;
  fill: #FFFFFF;
}

/* Mobile Bottom Navigation Bar */
.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  border-top: 1px solid var(--border-color);
  padding: 8px 12px;
  z-index: 998;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.08);
}
.mobile-bottom-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
}
.mobile-bar-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 2px;
  border-radius: 7px;
  font-size: 9.5px;
  font-weight: 700;
  color: #4A5560;
  gap: 2px;
  text-decoration: none;
}
.mobile-bar-btn.active, .mobile-bar-btn:hover {
  color: #12151A;
  background: #F4F6F8;
}
.mobile-bar-btn span.bar-icon {
  font-size: 16px;
}

/* Responsive Breakpoints */
@media (max-width: 1200px) {
  .category-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .services-home-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-top {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1100px) {
  .header-nav-links {
    display: none;
  }
}
@media (max-width: 992px) {
  .category-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .services-home-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-banner-bottom {
    flex-direction: column;
    align-items: stretch;
    padding: 28px;
    gap: 24px;
  }
  .hero-stats-card {
    width: 100%;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .top-strip {
    flex-direction: column !important;
    padding: 6px 10px !important;
    gap: 3px !important;
    font-size: 11.5px !important;
    line-height: 1.25 !important;
  }
  .top-strip-main {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
  }
  .top-strip-sub {
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #12151A !important;
    gap: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .top-strip-sub .strip-sep {
    display: none !important;
  }
  .header-container {
    flex-wrap: wrap;
    padding: 8px 14px;
    gap: 10px;
  }
  .delivery-pill {
    display: none;
  }
  .search-wrap {
    order: 3;
    min-width: 100%;
    max-width: 100%;
  }
  .category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .services-home-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
  .mobile-bottom-bar {
    display: block;
  }
  .floating-wa-btn {
    bottom: 70px;
  }
}

/* ==========================================================================
   MINIMALIST SERVICES (Symbol + Name Only)
   "only servie symbol and service name, no details, and when people click on servicedetails about service"
   ========================================================================== */
.services-symbol-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.service-symbol-card {
  background: #FFFFFF;
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: var(--text-main);
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.service-symbol-card:hover {
  transform: translateY(-4px);
  border-color: #12151A;
  box-shadow: var(--shadow-md);
  background: #FFFFFF;
}
.service-symbol-icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: #F4F7F9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-bottom: 14px;
  transition: transform 0.25s ease, background 0.25s ease;
}
.service-symbol-card:hover .service-symbol-icon {
  transform: scale(1.1);
  background: #FFF9E6;
}
.service-symbol-title {
  font-size: 15.5px;
  font-weight: 800;
  color: #12151A;
  line-height: 1.3;
  margin-bottom: 6px;
  transition: color 0.2s ease;
}
.service-symbol-card:hover .service-symbol-title {
  color: #0C8346;
}
.service-symbol-cue {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--text-muted);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  opacity: 0;
  transform: translateY(4px);
  transition: all 0.2s ease;
}
.service-symbol-card:hover .service-symbol-cue {
  opacity: 1;
  transform: translateY(0);
  color: #12151A;
}

@media (max-width: 1100px) {
  .services-symbol-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .services-symbol-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .service-symbol-card {
    padding: 18px 12px;
  }
  .service-symbol-icon {
    width: 54px;
    height: 54px;
    font-size: 26px;
    border-radius: 16px;
    margin-bottom: 10px;
  }
  .service-symbol-title {
    font-size: 13.5px;
  }
  .service-symbol-cue {
    display: none;
  }
}
@media (max-width: 420px) {
  .services-symbol-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .service-symbol-title {
    font-size: 12.5px;
  }
}

