/* ═══════════════════════════════════════════════════════════════
   VIP.SA Home Page — section styles
   Ported verbatim from the vip_sa WordPress theme (THRIVEWiki.css).
   Header / nav / footer / chat-widget styles are NOT here — they
   live in layouts/public_ar.blade.php and public_en.blade.php.
   Loaded only by welcome.blade.php / welcome_en.blade.php.
   ═══════════════════════════════════════════════════════════════ */

/* ══════════════════════════════
   Hero Section
══════════════════════════════ */
.hero-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0 70px;
  background: #ffffff;
  min-height: calc(100svh - 80px);
  display: flex;
  align-items: center;
}
.hero-section .hero-content { position: relative; z-index: 2; }
.hero-feature-label {
  display: inline-block;
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #caaa6f;
  letter-spacing: 0.04em;
  margin-bottom: 0.9rem;
}
.hero-section h1 {
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 2.65rem;
  font-weight: 800;
  color: #16213e;
  line-height: 1.4;
  margin-bottom: 1.1rem;
}
.hero-section .hero-subtitle {
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.9;
  margin-bottom: 2.2rem;
  max-width: 430px;
}
.hero-highlight {
  color: #caaa6f;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.hero-primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 10px 24px;
  background: #2b2b29;
  color: #ffffff;
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(22, 33, 62, 0.18);
  transition: background 0.2s ease, transform 0.2s ease;
}
.hero-primary-btn:hover,
.hero-primary-btn:focus-visible {
  background: #0f1a33;
  color: #ffffff;
  transform: translateY(-1px);
}
.hero-primary-btn .bi {
  font-size: 1.1rem;
}
.hero-download-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.hero-download-links a img {
  height: 42px;
  width: auto;
  display: block;
}
.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.hero-buttons a img {
  height: 50px;
  width: auto;
  display: block;
  transition: opacity 0.2s, transform 0.2s;
}
.hero-buttons a:hover img { opacity: 0.85; transform: translateY(-2px); }
.hero-image-wrap { position: relative; z-index: 2; text-align: center; }
.hero-image-wrap img { max-width: 100%; height: auto; }
/* Mobile-only buttons block (shown below the hero image on small screens) */
.hero-actions-mobile { display: none; }

@media (max-width: 991px) {
  .hero-section { padding: 60px 0 40px; min-height: auto; text-align: center; }
  .hero-section h1 { font-size: 2rem; }
  .hero-section .hero-subtitle { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hero-buttons { justify-content: center; }
  .hero-image-wrap { margin-top: 36px; }
  /* Move the three buttons below the hero image on mobile */
  .hero-content .hero-actions { display: none; }
  .hero-actions-mobile { display: flex; align-items: center; margin-top: 32px; }
  .hero-actions-mobile .hero-download-links { justify-content: center; }
}
@media (max-width: 576px) {
  .hero-section { padding: 50px 0 36px; }
  .hero-section h1 { font-size: 1.6rem; }
  .hero-section .hero-subtitle { font-size: 0.92rem; }
  .hero-actions { align-items: center; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .hero-download-links { justify-content: center; }
  .hero-buttons a img,
  .hero-download-links a img { height: 38px; }
  img.eco-app-cars { max-width: 90px; }
}
 
/* ══════════════════════════════
   Stats Strip Section
══════════════════════════════ */
.stats-strip { background: #e7ebf6; padding: 60px 0; }
.stats-strip .stat-item { text-align: center; padding: 10px 20px; }
.stats-strip .stat-icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  line-height: 1;
  color: #c9923a;
  box-shadow: 0 12px 26px rgba(22, 33, 62, 0.08);
}
.stats-strip .stat-icon.green,
.stats-strip .stat-icon.blue,
.stats-strip .stat-icon.orange { color: #c9923a; }
.stats-strip .stat-title {
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 6px;
}
.stats-strip .stat-desc {
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.8;
  margin: 0;
}
@media (max-width: 767px) {
  .stats-strip .stat-item { margin-bottom: 36px; }
  .stats-strip .stat-item:last-child { margin-bottom: 0; }
}
 
/* ══════════════════════════════
   Services Section
══════════════════════════════ */
.services-section {
  position: relative;
  background: #ffffff;
  padding: 80px 0 90px;
  overflow: hidden;
}
/* faint dot grid (top) + ring (side) decorations */
.services-section::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 5%;
  width: 130px;
  height: 90px;
  background-image: radial-gradient(circle, #d6dbe3 1.5px, transparent 1.6px);
  background-size: 16px 16px;
  opacity: 0.55;
  pointer-events: none;
  z-index: 1;
}
.services-section::after {
  content: "";
  position: absolute;
  top: 90px;
  right: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 34px solid #f1f3f6;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}
.services-heading {
  text-align: center;
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 2.3rem;
  font-weight: 800;
  color: #16213e;
  margin: 0 0 56px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  align-items: stretch;
}
.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 34px 22px 30px;
  background: #ffffff;
  border: 1px solid #eef0f3;
  border-radius: 18px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(22, 33, 62, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
/* dotted pattern that appears in the card corner on hover */
.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(circle, #caaa6f 1.4px, transparent 1.6px);
  background-size: 13px 13px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.service-card:hover {
  transform: translateY(-10px);
  background: linear-gradient(180deg, #ffffff 0%, #fbf9f4 100%);
  box-shadow: 0 26px 50px rgba(22, 33, 62, 0.14);
}
.service-card:hover::before { opacity: 0.3; }
.service-card-icon {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card-icon img {
  height: 100px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
  filter: brightness(0);
  display: block;
}
.service-card-icon img.service-icon-cars { max-width: 130px; }
.service-card-title {
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #16213e;
  margin: 0;
  transition: color 0.3s ease;
}
.service-card:hover .service-card-title { color: #caaa6f; }
.service-card-desc {
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
  max-width: 190px;
}
.service-card-arrow {
  margin-top: auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid #caaa6f;
  color: #caaa6f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.service-card:hover .service-card-arrow {
  background: #caaa6f;
  border-color: #caaa6f;
  color: #ffffff;
}
/* "Coming soon" message shown on click (below the arrow button) */
.service-soon-msg {
  margin-top: 12px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #caaa6f;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(4px);
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
  pointer-events: none;
}
.service-card.show-soon .service-soon-msg {
  opacity: 1;
  max-height: 40px;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .services-heading { font-size: 1.7rem; }
}
@media (max-width: 576px) {
  .services-section { padding: 56px 0 60px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .services-heading { font-size: 1.4rem; margin-bottom: 36px; }
  .service-card { padding: 26px 16px 24px; }
}
 
/* ══════════════════════════════
   Feature Section
══════════════════════════════ */
.feature-section { background: #ffffff; padding: 90px 0 80px; }
.feature-section .section-top {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
}
.feature-section .section-top h2 {
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #16213e;
  line-height: 1.4;
  margin-bottom: 14px;
}
.feature-section .section-top p {
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 0.97rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.9;
  margin: 0;
}
.feature-section .section-top-img {
  display: block;
  width: 100%;
  max-width: 820px;
  height: auto;
  margin: 44px auto 150px;
}
.feature-section .feature-label {
  display: none;
}
.feature-section .feature-heading {
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 2.3rem;
  font-weight: 800;
  color: #16213e;
  line-height: 1.4;
  margin-bottom: 18px;
  max-width: 450px;
}
.feature-section .feature-desc {
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.9;
  margin: 0 0 10px;
  max-width: 420px;
}
.feature-section .feature-desc:last-of-type { margin-bottom: 0; }
.feature-section .feature-img-wrap { text-align: center; }
.feature-section .feature-img-wrap img { max-width: 100%; height: auto; }
 
@media (max-width: 991px) {
  .feature-section { padding: 60px 0; }
  .feature-section .section-top { margin-bottom: 48px; }
  .feature-section .section-top h2 { font-size: 1.6rem; }
  .feature-section .feature-heading { font-size: 1.5rem; }
  .feature-section .feature-desc { max-width: 100%; }
  .feature-section .feature-img-wrap { margin-top: 44px; }
}
 
span.SPANLEFT {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 52px;
  padding: 20px 0;
  text-align: center;
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 0.9rem;
  color: #d3d3d3;
}
 
/* ══════════════════════════════
   Features Grid Section
══════════════════════════════ */
.features-grid-section { background: #ffffff; padding: 90px 0; }
.features-grid-section .section-heading {
  text-align: center;
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 2.3rem;
  font-weight: 800;
  color: #16213e;
  margin-bottom: 50px;
}
.feature-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 18px;
  padding: 36px 24px;
  text-align: center;
  height: 100%;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
/* dotted pattern that appears in the card corner on hover */
.feature-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(circle, #caaa6f 1.4px, transparent 1.6px);
  background-size: 13px 13px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.feature-card:hover {
  transform: translateY(-10px);
  background: linear-gradient(180deg, #ffffff 0%, #fbf9f4 100%);
  box-shadow: 0 26px 50px rgba(22, 33, 62, 0.14);
}
.feature-card:hover::before { opacity: 0.3; }
.feature-card .icon-wrap {
  position: relative;
  z-index: 2;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2.2rem;
  background: transparent;
  color: #c9923a;
}
.icon-blue,
.icon-teal,
.icon-yellow,
.icon-pink,
.icon-green,
.icon-indigo { background: transparent; color: #c9923a; }
.feature-card .card-title {
  position: relative;
  z-index: 2;
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #16213e;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}
.feature-card:hover .card-title { color: #caaa6f; }
.feature-card .card-desc {
  position: relative;
  z-index: 2;
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.85;
  margin: 0;
}
@media (max-width: 767px) {
  .features-grid-section .section-heading { font-size: 1.5rem; }
}
 
/* ══════════════════════════════
   CTA Section
══════════════════════════════ */
.cta-section { padding: 50px 0 70px; background: #ffffff; }
.cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 26px;
  flex-wrap: wrap;
  background: linear-gradient(135deg, #e9ebf6 0%, #f4f2fb 100%);
  border-radius: 28px;
  padding: 44px 50px;
  position: relative;
  overflow: hidden;
}
.cta-text {
  flex: 1 1 auto;
  min-width: 0;
}
.cta-icon {
  flex-shrink: 0;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #c9923a;
  box-shadow: 0 14px 30px rgba(22, 33, 62, 0.08);
}
.cta-text { text-align: center; }
.cta-box h2 {
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 2.3rem;
  font-weight: 800;
  color: #16213e;
  margin-bottom: 10px;
}
.cta-highlight { color: #c9923a; font-size: inherit; font-weight: inherit; }
.cta-box p {
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.8;
  margin: 0 auto;
  max-width: none;
}
.cta-box .btn-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #2b2b29;
  color: #ffffff;
  border-radius: 12px;
  padding: 14px 30px;
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.cta-box .btn-cta i { font-size: 1.1rem; }
.cta-box .btn-cta:hover {
  background: #0f1a33;
  color: #fff;
  transform: translateY(-2px);
}
.cta-deco-dots {
  position: absolute;
  left: 38px;
  top: 30px;
  width: 90px;
  height: 60px;
  background-image: radial-gradient(circle, rgba(22, 33, 62, 0.18) 1.5px, transparent 1.6px);
  background-size: 12px 12px;
  pointer-events: none;
}
@media (max-width: 900px) {
  .cta-box { flex-direction: column; text-align: center; padding: 40px 24px; gap: 24px; }
  .cta-content { flex-direction: column; gap: 18px; }
  .cta-text { text-align: center; }
}
@media (max-width: 576px) {
  .cta-box { padding: 34px 18px; }
  .cta-box h2 { font-size: 1.5rem; }
  .cta-deco-dots { display: none; }
}
 
/* ══════════════════════════════
   Testimonials Section
══════════════════════════════ */
.testimonials-section { background: #ffffff; padding: 90px 0 70px; }
.testimonials-section .section-heading {
  text-align: center;
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 2.3rem;
  font-weight: 800;
  color: #16213e;
  margin-bottom: 50px;
}
.review-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  padding: 44px 20px 22px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.review-card > * { position: relative; z-index: 1; }
/* gold quotation mark, top-left */
.review-card::after {
  content: "\f6b0";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 14px;
  left: 18px;
  font-size: 2rem;
  line-height: 1;
  color: #c9923a;
  z-index: 1;
  pointer-events: none;
}
/* dotted pattern that appears in the card corner on hover */
.review-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 90px;
  background-image: radial-gradient(circle, #caaa6f 1.4px, transparent 1.6px);
  background-size: 13px 13px;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.review-card:hover {
  transform: translateY(-8px);
  background: linear-gradient(180deg, #ffffff 0%, #fbf9f4 100%);
  box-shadow: 0 22px 44px rgba(22, 33, 62, 0.12);
}
.review-card:hover::before { opacity: 0.3; }
.review-card .review-text {
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.85;
  margin-bottom: 14px;
}
.review-card .reviewer-name {
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #16213e;
  margin-bottom: 5px;
}
.review-card .stars {
  color: #f59e0b;
  font-size: 0.78rem;
  letter-spacing: 1px;
}
/* Reviews auto-slider */
.reviews-swiper { overflow: hidden; padding-bottom: 10px; }
.reviews-swiper .swiper-wrapper {
  /* keep cards moving at a steady automatic pace */
  align-items: stretch;
}
.reviews-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.reviews-swiper .swiper-slide .review-card {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .testimonials-section { padding: 60px 0; }
  .testimonials-section .section-heading { font-size: 1.5rem; }
}

/* ══════════════════════════════
   Map / Location Section
══════════════════════════════ */
.map-section {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  /* the app's main.css carries a global `section { padding: 60px 0 }` that the
     WP theme's trimmed main.css does not — reset it so the map is flush */
  padding: 0;
}
.map-embed,
.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.map-card {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  width: 330px;
  max-width: calc(100% - 32px);
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  padding: 0 0 22px;
  z-index: 2;
  text-align: right;
}
.map-card-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  border: none;
  background: transparent;
  color: #9ca3af;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;
}
.map-card-close:hover { background: #f1f1f1; color: #4b5563; }
.map-card-logo {
  padding: 30px 24px 22px;
  text-align: center;
  border-bottom: 1px solid #eef0f3;
}
.map-card-logo img { width: 86px; height: auto; display: inline-block; }
.map-card-body { padding: 18px 24px 0; }
.map-card-name {
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #16213e;
  margin: 0 0 8px;
}
.map-card-address {
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.7;
  margin: 0 0 16px;
}
.map-card-info { list-style: none; padding: 0; margin: 0; }
.map-card-info li {
  font-family: "DINNextLTArabic", sans-serif;
  font-size: 0.85rem;
  color: #4b5563;
  margin-bottom: 9px;
}
.map-card-info li:last-child { margin-bottom: 0; }
.map-card-info .label { font-size: inherit; font-weight: 700; color: #16213e; }
.map-card-info a { color: #4b5563; text-decoration: none; transition: color 0.2s; }
.map-card-info a:hover { color: #c9923a; }
@media (max-width: 576px) {
  .map-section { height: auto; }
  .map-embed { position: relative; height: 340px; }
  .map-embed iframe { position: relative; }
  .map-card {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin: -40px auto 0;
    border-radius: 12px 12px 0 0;
  }
}

/* ══════════════════════════════
   SERVICE CARD CHANGES
══════════════════════════════ */

/* mAKE SERVICE CARD "VIP VALET" ACTIVE (always-on hover effect) */
.service-card[aria-label="VIP VALET"] {
  transform: translateY(-10px);
  background: linear-gradient(180deg, #ffffff 0%, #fbf9f4 100%);
  box-shadow: 0 26px 50px rgba(22, 33, 62, 0.14);
}
.service-card[aria-label="VIP VALET"]::before { opacity: 0.3; }
.service-card[aria-label="VIP VALET"] .service-card-title { color: #caaa6f; }
.service-card[aria-label="VIP VALET"] .service-card-arrow {
  background: #caaa6f;
  border-color: #caaa6f;
  color: #ffffff;
}

/* ══════════════════════════════
   CTA BOX — feature cards
══════════════════════════════ */
.cta-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, 370px);
  justify-content: center;
  gap: 22px;
  width: 100%;
  margin-top: 6px;
}
.cta-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 22px;
  min-height: 190px;
  padding: 34px 30px 34px;
  background: #ffffff;
  border: 1px solid #eef0f3;
  border-radius: 18px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(22, 33, 62, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
/* dotted pattern that appears in the card corner on hover */
.cta-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(circle, #caaa6f 1.4px, transparent 1.6px);
  background-size: 13px 13px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.cta-card:hover {
  background: linear-gradient(180deg, #ffffff 0%, #fbf9f4 100%);
  box-shadow: 0 26px 50px rgba(22, 33, 62, 0.14);
}
.cta-card:hover::before { opacity: 0.3; }
.cta-card:hover .cta-card-title { color: #caaa6f; }
.cta-card-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 146, 58, 0.12);
  color: #c9923a;
  font-size: 1.8rem;
  transition: transform 0.3s ease, background 0.3s ease;
}
.cta-card:hover .cta-card-icon {
  transform: scale(1.08);
  background: rgba(201, 146, 58, 0.18);
}
.cta-card-title {
  font-family: "Lato", "DINNextLTArabic", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #caaa6f;
  margin: 0;
  line-height: 1.5;
  transition: color 0.3s ease;
}
.cta-card-lead {
  display: inline-block;
  font-size: 1.45rem;
  font-weight: 900;
  color: #caaa6f;
  padding: 4px 0;
}
.cta-card-logo {
  display: inline-block;
  width: auto;
  height: 38px;
  max-width: 100%;
  object-fit: contain;
  margin: 4px 0 8px;
}
.cta-card-desc {
  font-family: "Lato", "DINNextLTArabic", sans-serif;
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.8;
  margin: 0;
  max-width: 260px;
}
.cta-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  background: #2b2b29;
  color: #ffffff;
  font-family: "Lato", "DINNextLTArabic", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 10px;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.cta-card:hover .cta-card-btn {
  background: #0f1a33;
  color: #ffffff;
}


/* ══════════════════════════════
   Global Responsive Overflow Fix
   (chrome-only rules — .site-footer, .header, #chat-widget — are
    intentionally omitted; the shared layouts already own those.)
══════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; }

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

section, main { max-width: 100%; }

/* The reference site only clamps `.row` from the `lg` breakpoint up; below it the
   rows keep their negative gutter margins (measured against localhost/wordpress at
   375 / 768 / 900 / 992 / 1280). Clamping it everywhere shrinks each column by one
   gutter on mobile. */
@media (min-width: 992px) {
  .row { max-width: 100%; }
}

/* Prevent Bootstrap gutter bleed on RTL */
@media (max-width: 767px) {
  .row { --bs-gutter-x: 1.5rem; }
  .g-5 { --bs-gutter-x: 1.5rem; --bs-gutter-y: 1.5rem; }
  .feature-section { padding: 50px 0; }
  .feature-section .feature-desc { max-width: 100% !important; }
  .features-grid-section { padding: 50px 0; }
  .testimonials-section { padding: 50px 0 40px; }
  .cta-section { padding: 36px 0 50px; }
}

/* Stats strip mobile */
@media (max-width: 767px) {
  .stats-strip { padding: 40px 0; }
  .stats-strip .stat-item { margin-bottom: 28px; padding: 8px 12px; }
}

/* Services grid mobile */
@media (max-width: 480px) {
  .services-grid { gap: 12px; }
  .service-card { padding: 22px 12px 20px; gap: 10px; }
  .service-card-icon { height: 56px; }
  .service-card-icon img { height: 100px; }
  .service-card-title { font-size: 0.95rem; }
  .service-card-desc { font-size: 0.8rem; }
}

/* Stacked column breathing room (theme applies this globally; scoped to the
   page body here so the shared footer stays identical on every public page) */
@media (max-width: 576px) {
  main .col-md-6 { margin-bottom: 8px; }
}
