/* =============================================
   ميّز | MAYYEZ — Brand CSS
   Arabic RTL Landing Page Stylesheet
   Colors: Dark Green #1B4D3E | Gold #C9A227 | Cream #F5F0E8
   ============================================= */

/* ===== FONTS & VARIABLES ===== */
:root {
  --green-dark: #1B4D3E;
  --green-mid: #2D6A4F;
  --green-light: #52B788;
  --gold: #C9A227;
  --gold-light: #E8C547;
  --gold-dark: #A07C10;
  --cream: #F5F0E8;
  --cream-dark: #EDE5D4;
  --white: #FFFFFF;
  --gray-100: #F8F9FA;
  --gray-300: #DEE2E6;
  --gray-500: #ADB5BD;
  --gray-700: #495057;
  --gray-900: #212529;
  --text-main: #1A2E20;
  --shadow-sm: 0 2px 8px rgba(27, 77, 62, 0.08);
  --shadow-md: 0 8px 32px rgba(27, 77, 62, 0.14);
  --shadow-lg: 0 20px 60px rgba(27, 77, 62, 0.18);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 40px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: 'Noto Kufi Arabic', 'Segoe UI', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-main);
  background: var(--white);
  direction: rtl;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: 45px;
}

a {
  text-decoration: none;
  transition: var(--transition);
}

/* ===== UTILITY CLASSES ===== */
.text-gold {
  color: var(--gold) !important;
}

.bg-dark-green {
  background-color: var(--green-dark) !important;
}

.bg-light-cream {
  background-color: var(--cream) !important;
}

.section-padding {
  padding: 90px 0;
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--cream);
}

::-webkit-scrollbar-thumb {
  background: var(--green-dark);
  border-radius: 3px;
}

/* ===== NAVBAR ===== */
#mainNav {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(27, 77, 62, 0.08);
  padding: 12px 0;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

#mainNav.scrolled {
  padding: 8px 0;
  box-shadow: var(--shadow-md);
}

.navbar-brand {
  gap: 10px;
}

.brand-text {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--green-dark);
  letter-spacing: -0.5px;
}

.navbar-nav .nav-link {
  color: var(--gray-700) !important;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 6px 12px !important;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.navbar-nav .nav-link:hover {
  color: var(--green-dark) !important;
  background: rgba(27, 77, 62, 0.06);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white !important;
  border: none;
  border-radius: 50px;
  padding: 8px 22px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
  background: linear-gradient(135deg, #20bc5a, #0f7a6d);
}

.navbar-toggler {
  border: 2px solid var(--green-dark);
  border-radius: var(--radius-sm);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231B4D3E' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ===== HERO SECTION ===== */
.hero-section {
  position: relative;
  background: linear-gradient(145deg, #FAFDF9 0%, #F0FAF4 40%, #E8F5EE 100%);
  overflow: hidden;
  min-height: 100vh;
}

.hero-bg-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.decor-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
}

.decor-1 {
  width: 700px;
  height: 700px;
  background: var(--green-dark);
  top: -200px;
  left: -200px;
}

.decor-2 {
  width: 500px;
  height: 500px;
  background: var(--gold);
  bottom: -150px;
  right: -100px;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

/* Hero Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(201, 162, 39, 0.1);
  border: 1.5px solid rgba(201, 162, 39, 0.25);
  color: var(--gold-dark);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  animation: fadeInDown 0.6s ease both;
}

/* Hero Title */
.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.25;
  color: var(--green-dark);
  margin-bottom: 1.2rem;
  animation: fadeInUp 0.7s ease 0.1s both;
}

.text-highlight {
  position: relative;
  color: var(--gold);
  display: inline-block;
}

.text-highlight::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  opacity: 0.4;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: var(--gray-700);
  margin-bottom: 2rem;
  line-height: 1.9;
  animation: fadeInUp 0.7s ease 0.2s both;
}

/* Stats */
.hero-stats {
  animation: fadeInUp 0.7s ease 0.3s both;
}

.stat-box {
  background: white;
  border-radius: var(--radius-md);
  padding: 16px 10px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(27, 77, 62, 0.08);
  transition: var(--transition);
}

.stat-box:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.stat-num {
  display: block;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--green-dark);
  line-height: 1.2;
}

.stat-label {
  display: block;
  font-size: 0.72rem;
  color: var(--gray-500);
  font-weight: 500;
  margin-top: 2px;
}

/* Trust Note */
.trust-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gray-700);
  font-size: 0.85rem;
  background: rgba(27, 77, 62, 0.05);
  padding: 8px 16px;
  border-radius: 50px;
  border: 1px solid rgba(27, 77, 62, 0.1);
  animation: fadeInUp 0.7s ease 0.5s both;
}

/* Hero Cards */
.hero-image-wrapper {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-card-float {
  position: absolute;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transition: var(--transition-slow);
}

.hero-card-img {
  width: 280px;
  border-radius: var(--radius-md);
  display: block;
}

.card-front {
  transform: rotate(-5deg) translateX(-40px);
  z-index: 2;
  animation: floatCard1 4s ease-in-out infinite alternate;
}

.card-back {
  transform: rotate(6deg) translateX(40px) translateY(30px);
  z-index: 1;
  animation: floatCard2 4.5s ease-in-out infinite alternate;
}

@keyframes floatCard1 {
  from {
    transform: rotate(-5deg) translateX(-40px) translateY(0);
  }

  to {
    transform: rotate(-5deg) translateX(-40px) translateY(-20px);
  }
}

@keyframes floatCard2 {
  from {
    transform: rotate(6deg) translateX(40px) translateY(30px);
  }

  to {
    transform: rotate(6deg) translateX(40px) translateY(10px);
  }
}

.qr-float-badge {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green-dark);
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: var(--shadow-md);
  z-index: 5;
  white-space: nowrap;
  animation: pulse 2s ease-in-out infinite;
}

.qr-float-badge i {
  font-size: 1.2rem;
  color: var(--gold);
}

@keyframes pulse {

  0%,
  100% {
    transform: translateX(-50%) scale(1);
  }

  50% {
    transform: translateX(-50%) scale(1.04);
  }
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.scroll-indicator a {
  color: var(--green-dark);
  font-size: 1.8rem;
  opacity: 0.5;
  animation: bounce 2s ease infinite;
  display: block;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

/* ===== ANNOUNCEMENT BANNER ===== */
.announcement-banner {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--white);
  padding: 14px 0;
  font-size: 0.9rem;
  font-weight: 500;
}

.announcement-banner i {
  opacity: 0.9;
}

/* ===== SECTION HEADER ===== */
.section-tag {
  display: inline-block;
  background: rgba(27, 77, 62, 0.08);
  color: var(--green-dark);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.section-tag-light {
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900;
  color: var(--green-dark);
  line-height: 1.3;
  margin-bottom: 1rem;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--gray-700);
  max-width: 580px;
  margin: 0 auto;
}

/* ===== PRODUCT TABS ===== */
.product-tabs {
  background: var(--cream);
  border-radius: 50px;
  padding: 6px;
  gap: 0;
  display: inline-flex;
  border: none;
}

.product-tabs .nav-link {
  border: none;
  border-radius: 50px;
  padding: 10px 28px;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--gray-700);
  transition: var(--transition);
  white-space: nowrap;
}

.product-tabs .nav-link.active {
  background: var(--green-dark);
  color: white !important;
  box-shadow: var(--shadow-md);
}

.product-tabs .nav-link:hover:not(.active) {
  color: var(--green-dark) !important;
  background: rgba(27, 77, 62, 0.08);
}

/* ===== PRODUCT CARDS ===== */
.product-card {
  background: white;
  border-radius: var(--radius-lg);
  border: 1.5px solid rgba(27, 77, 62, 0.08);
  overflow: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  position: relative;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(27, 77, 62, 0.18);
}

.product-card-gold {
  border-color: rgba(201, 162, 39, 0.25);
  background: linear-gradient(180deg, #FFFDF4 0%, #FFFFFF 100%);
}

.product-card-gold:hover {
  border-color: var(--gold);
}

.product-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--green-dark);
  color: white;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 50px;
  z-index: 2;
}

.badge-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: white;
}

.product-img-wrap {
  overflow: hidden;
  height: 260px;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.product-card:hover .product-img {
  transform: scale(1.05);
}

.product-body {
  padding: 24px;
}

.product-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--green-dark);
  margin-bottom: 10px;
}

.product-desc {
  font-size: 0.9rem;
  color: var(--gray-700);
  line-height: 1.7;
  margin-bottom: 16px;
}

.product-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--gray-700);
  padding: 4px 0;
  font-weight: 500;
}

.product-features .bi {
  font-size: 1rem;
  flex-shrink: 0;
}

/* ===== SAMPLES SECTION ===== */
.samples-section {
  background: linear-gradient(180deg, var(--cream) 0%, white 100%);
}

.sample-card {
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  border: 1.5px solid rgba(27, 77, 62, 0.06);
}

.sample-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.sample-img-wrap {
  height: 320px;
  overflow: hidden;
  background: var(--cream);
}

.sample-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.sample-card:hover .sample-img-wrap img {
  transform: scale(1.04);
}

.sample-label {
  padding: 14px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--green-dark);
  background: white;
  border-top: 1px solid var(--cream);
}

/* ===== STEP CARDS ===== */
.step-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 36px 24px;
  border: 1.5px solid rgba(27, 77, 62, 0.08);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
}

.step-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--green-light);
}

.step-number {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--green-dark), var(--green-mid));
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 auto 16px;
}

.step-icon {
  font-size: 2.8rem;
  color: var(--gold);
  margin-bottom: 16px;
}

.step-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--green-dark);
  margin-bottom: 10px;
}

.step-desc {
  font-size: 0.88rem;
  color: var(--gray-700);
  line-height: 1.75;
  margin: 0;
}

/* Privacy Pill */
.privacy-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(27, 77, 62, 0.07);
  border: 1.5px solid rgba(27, 77, 62, 0.12);
  border-radius: var(--radius-md);
  padding: 14px 24px;
  font-size: 0.9rem;
  color: var(--gray-700);
  max-width: 700px;
}

/* ===== QR GUIDE SECTION ===== */
.qr-guide-section {
  background: linear-gradient(180deg, white 0%, #F5FAF7 100%);
}

.guide-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.guide-step {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(27, 77, 62, 0.07);
  position: relative;
}

.guide-step:last-child {
  border-bottom: none;
}

.guide-step-num {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: linear-gradient(135deg, var(--green-dark), var(--green-mid));
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  flex-shrink: 0;
}

.guide-step-content h5 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 4px;
}

.guide-step-content p {
  font-size: 0.9rem;
  color: var(--gray-700);
  margin: 0;
  line-height: 1.7;
}

.warning-box {
  background: rgba(201, 162, 39, 0.08);
  border: 1.5px solid rgba(201, 162, 39, 0.25);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  font-size: 0.9rem;
  color: var(--gray-700);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.warning-box .bi {
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 2px;
}

/* QR Flow Diagram */
.qr-flow-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 320px;
  margin: 0 auto;
  background: white;
  border-radius: var(--radius-xl);
  padding: 40px 30px;
  box-shadow: var(--shadow-lg);
  border: 1.5px solid rgba(27, 77, 62, 0.08);
}

.qr-flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.qr-flow-step p {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gray-700);
  margin: 8px 0 0;
}

.qr-flow-step small {
  font-size: 0.78rem;
  color: var(--gray-500);
}

.qr-flow-arrow {
  font-size: 1.6rem;
  color: var(--green-mid);
  margin: 10px 0;
  opacity: 0.5;
}

.qr-flow-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.qr-flow-icon.green {
  background: rgba(27, 77, 62, 0.1);
  color: var(--green-dark);
}

.qr-flow-icon.blue {
  background: rgba(37, 99, 235, 0.1);
  color: #2563EB;
}

.qr-flow-icon.gold {
  background: rgba(201, 162, 39, 0.1);
  color: var(--gold);
}

.qr-flow-icon.dark-green {
  background: var(--green-dark);
  color: var(--gold);
}

/* ===== PRIVACY SECTION ===== */
.privacy-section {
  position: relative;
}

.privacy-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  color: white;
  transition: var(--transition);
}

.privacy-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.25);
}

.privacy-icon {
  width: 60px;
  height: 60px;
  background: rgba(201, 162, 39, 0.2);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--gold);
  margin-bottom: 16px;
}

.privacy-card h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: white;
}

.privacy-card p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  margin: 0;
}

/* ===== FAQ / ACCORDION ===== */
.custom-accordion .accordion-item {
  border: 1.5px solid rgba(27, 77, 62, 0.1);
  border-radius: var(--radius-md) !important;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.custom-accordion .accordion-button {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--green-dark);
  background: white;
  padding: 20px 24px;
  border-radius: 0 !important;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background: rgba(27, 77, 62, 0.04);
  color: var(--green-dark);
  box-shadow: none;
}

.custom-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231B4D3E'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  filter: none;
}

.custom-accordion .accordion-body {
  font-size: 0.95rem;
  color: var(--gray-700);
  padding: 16px 24px 24px;
  line-height: 1.8;
  background: white;
}

/* ===== CTA SECTION ===== */
.cta-section {
  background: linear-gradient(135deg, var(--green-dark) 0%, #0F3326 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: rgba(201, 162, 39, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.cta-section::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 1;
}

.cta-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: white;
  margin-bottom: 16px;
}

.cta-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== CUSTOM BUTTONS ===== */
.btn-primary-custom {
  background: linear-gradient(135deg, var(--green-dark), var(--green-mid));
  color: white !important;
  border: none;
  border-radius: 50px;
  padding: 12px 32px;
  font-weight: 700;
  font-family: 'Noto Kufi Arabic', sans-serif;
  transition: var(--transition);
  box-shadow: 0 6px 20px rgba(27, 77, 62, 0.35);
  font-size: 1rem;
}

.btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(27, 77, 62, 0.45);
  color: white !important;
  background: linear-gradient(135deg, var(--green-mid), #1B4D3E);
}

.btn-outline-custom {
  background: transparent;
  color: var(--green-dark) !important;
  border: 2.5px solid var(--green-dark);
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 700;
  font-family: 'Noto Kufi Arabic', sans-serif;
  transition: var(--transition);
  font-size: 1rem;
}

.btn-outline-custom:hover {
  background: var(--green-dark);
  color: white !important;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: white !important;
  border: none;
  border-radius: 50px;
  padding: 12px 32px;
  font-weight: 700;
  font-family: 'Noto Kufi Arabic', sans-serif;
  transition: var(--transition);
  box-shadow: 0 6px 20px rgba(201, 162, 39, 0.35);
  font-size: 1rem;
}

.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(201, 162, 39, 0.45);
  color: white !important;
}

.btn-cta-main {
  background: var(--gold);
  color: var(--green-dark) !important;
  border: none;
  border-radius: 50px;
  padding: 14px 36px;
  font-weight: 800;
  font-family: 'Noto Kufi Arabic', sans-serif;
  transition: var(--transition);
  box-shadow: 0 8px 30px rgba(201, 162, 39, 0.4);
  font-size: 1.05rem;
}

.btn-cta-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(201, 162, 39, 0.55);
  background: var(--gold-light);
  color: var(--green-dark) !important;
}

.btn-cta-secondary {
  background: transparent;
  color: white !important;
  border: 2.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  padding: 14px 36px;
  font-weight: 700;
  font-family: 'Noto Kufi Arabic', sans-serif;
  transition: var(--transition);
  font-size: 1.05rem;
}

.btn-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
  transform: translateY(-2px);
  color: white !important;
}

/* ===== FOOTER ===== */
.main-footer {
  background: var(--text-main);
  color: rgba(255, 255, 255, 0.75);
  padding: 70px 0 30px;
}

.footer-brand .footer-tagline {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.55);
  max-width: 300px;
}

.footer-disclaimer {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(201, 162, 39, 0.12);
  border: 1px solid rgba(201, 162, 39, 0.2);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 50px;
  margin-top: 12px;
}

.footer-heading {
  font-size: 0.95rem;
  font-weight: 700;
  color: white;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  transition: var(--transition);
  display: inline-block;
}

.footer-links a:hover {
  color: var(--gold);
  transform: translateX(-4px);
}

.btn-whatsapp-footer {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white !important;
  border: none;
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 600;
  font-family: 'Noto Kufi Arabic', sans-serif;
  transition: var(--transition);
  font-size: 0.95rem;
}

.btn-whatsapp-footer:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.08);
  margin: 40px 0 20px;
}

.footer-bottom {}

/* ===== WHATSAPP FLOAT BUTTON ===== */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
  z-index: 1000;
  transition: var(--transition);
}

.whatsapp-float:hover {
  transform: scale(1.12);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
}

.wa-tooltip {
  position: absolute;
  right: 70px;
  background: var(--text-main);
  color: white;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: var(--transition);
  pointer-events: none;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.whatsapp-float:hover .wa-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* ===== BACK TO TOP ===== */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: var(--green-dark);
  color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  transform: translateY(20px);
  transition: var(--transition);
  box-shadow: var(--shadow-md);
}

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

.back-to-top:hover {
  background: var(--green-mid);
  transform: translateY(-3px);
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Intersection Observer animation classes */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-up-delay-1 {
  transition-delay: 0.1s;
}

.fade-up-delay-2 {
  transition-delay: 0.2s;
}

.fade-up-delay-3 {
  transition-delay: 0.3s;
}

.fade-up-delay-4 {
  transition-delay: 0.4s;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991.98px) {
  .section-padding {
    padding: 70px 0;
  }

  .hero-image-wrapper {
    height: 380px;
    margin-top: 30px;
  }

  .hero-card-img {
    width: 200px;
  }

  .card-front {
    transform: rotate(-5deg) translateX(-30px);
  }

  .card-back {
    transform: rotate(6deg) translateX(30px) translateY(20px);
  }

  .navbar-collapse {
    background: white;
    border-radius: var(--radius-md);
    padding: 16px;
    margin-top: 12px;
    box-shadow: var(--shadow-md);
    border: 1.5px solid rgba(27, 77, 62, 0.08);
  }

  .navbar-nav .nav-link {
    padding: 10px 12px !important;
  }
}

@media (max-width: 767.98px) {
  .section-padding {
    padding: 55px 0;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-image-wrapper {
    height: 280px;
  }

  .hero-card-img {
    width: 150px;
  }

  .qr-flow-diagram {
    padding: 30px 20px;
  }

  .wa-tooltip {
    display: none;
  }

  .whatsapp-float {
    bottom: 20px;
    left: 20px;
  }

  .back-to-top {
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.75rem;
  }

  .product-tabs .nav-link {
    padding: 8px 16px;
    font-size: 0.85rem;
  }

  .cta-title {
    font-size: 1.7rem;
  }
}

/* ===== FEATURED SERVICE BANNER & ADDITIONAL STYLES ===== */
.featured-banner-wrapper {
  background: white;
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  box-shadow: var(--shadow-md);
  border: 1.5px solid rgba(201, 162, 39, 0.3);
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.featured-banner-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold);
}

.featured-banner-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, var(--gold), var(--gold-dark));
}

.bg-gold {
  background-color: var(--gold) !important;
}

.text-dark-green {
  color: var(--green-dark) !important;
}

.float-image {
  transition: transform 0.5s ease;
}

.featured-banner-wrapper:hover .float-image {
  transform: rotate(-2deg) scale(1.05) !important;
}