/* ═══════════════════════════════════════════════════════════════
   VIP.SA Home Page — English (LTR) overrides
   Loaded AFTER home.css on /en only. Ported verbatim from the
   inline <style> block of the theme's page-153.php (Home EN).
   ═══════════════════════════════════════════════════════════════ */

/* ══════════════════════════════
   Hero Section
══════════════════════════════ */
.hero-section {
  position: relative; overflow: hidden;
  padding: 90px 0 70px; background: #ffffff;
  min-height: 88vh; display: flex; align-items: center;
}
.hero-section .hero-content { position: relative; z-index: 2; }
.hero-feature-label { display: inline-block; font-family: "Lato", sans-serif; font-size: 0.95rem; font-weight: 700; color: #caaa6f; letter-spacing: 0.04em; margin-bottom: 0.9rem; }
.hero-section h1 {
  font-family: "Lato", 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: "Roboto", 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; white-space: normal; }
.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: "Lato", 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; transition: opacity 0.2s, transform 0.2s; }
.hero-download-links a:hover img { opacity: 0.85; transform: translateY(-2px); }
.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; }
.hero-actions-mobile { display: none; }
@media (max-width: 991px) {
  .hero-section { padding: 70px 0 50px; 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-actions { align-items: center; }
  .hero-download-links { justify-content: center; }
  .hero-image-wrap { margin-top: 44px; }
  /* 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; }
}
@media (max-width: 576px) {
  .hero-section h1 { font-size: 1.75rem; }
  .hero-buttons { flex-direction: column; align-items: center; }
}

/* ══════════════════════════════
   Stats Strip
══════════════════════════════ */
.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: "Lato", sans-serif; font-size: 1rem; font-weight: 700; color: #1a1a2e; margin-bottom: 6px; }
.stats-strip .stat-desc  { font-family: "Roboto", sans-serif; font-size: 0.9rem; 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; }
.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: "Lato", 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;
}
.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: 60px; 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: "Lato", 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: "Roboto", 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; }
@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; }
}
@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: 48px; }
  .service-card-title { font-size: 0.95rem; }
  .service-card-desc { font-size: 0.8rem; }
}

/* ══════════════════════════════
   Feature Sections
══════════════════════════════ */
.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: "Lato", sans-serif; font-size: 2rem; font-weight: 800;
  color: #16213e; line-height: 1.4; margin-bottom: 14px;
}
.feature-section .section-top p {
  font-family: "Roboto", sans-serif; font-size: 0.97rem; 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 0; }
.feature-section .feature-label { display: none; }
.feature-section .feature-heading {
  font-family: "Lato", 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: "Roboto", sans-serif; font-size: 0.95rem; 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; }
}

/* ══════════════════════════════
   Features Grid
══════════════════════════════ */
.features-grid-section { background: #ffffff; padding: 90px 0; }
.features-grid-section .section-heading {
  text-align: center; font-family: "Lato", 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;
}
.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: "Lato", 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: "Roboto", 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-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 { flex: 1 1 auto; min-width: 0; text-align: center; }
.cta-box h2 { font-family: "Lato", sans-serif; font-size: 2.3rem; font-weight: 800; color: #16213e; margin-bottom: 10px; }
.cta-highlight { color: #c9923a; font-size: inherit; font-weight: inherit; white-space: normal; }
.cta-box p  { font-family: "Roboto", sans-serif; font-size: 0.95rem; color: #6b7280; line-height: 1.8; margin: 0 auto; max-width: 620px; }
.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: "Lato", 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-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
══════════════════════════════ */
.testimonials-section { background: #ffffff; padding: 90px 0 70px; }
.testimonials-section .section-heading {
  text-align: center; font-family: "Lato", 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; }
.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::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;
}
.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: "Roboto", sans-serif; font-size: 0.9rem; color: #4b5563; line-height: 1.85; margin-bottom: 14px; }
.review-card .reviewer-name { font-family: "Lato", 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; }
@media (max-width: 991px) {
  .testimonials-section { padding: 60px 0; }
  .testimonials-section .section-heading { font-size: 1.5rem; }
}

/* ══ Section top logo ══ */
.section-top-logo { max-height: 80px; width: auto; display: block; margin: 0 auto 20px; transition: transform 0.25s ease; }
.section-top-logo:hover { transform: scale(1.07); }

/* ══════════════════════════════
   Map / Location Section
══════════════════════════════ */
.map-section { position: relative; width: 100%; height: 500px; overflow: hidden; }
.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: left;
}
.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: "Lato", sans-serif; font-size: 1.05rem; font-weight: 700; color: #16213e; margin: 0 0 8px; }
.map-card-address { font-family: "Roboto", 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: "Roboto", 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; }
}

/* ══════════════════════════════
   CTA feature cards — Latin fonts
   (.cta-card* is only defined in home.css, which sets the Arabic
    face; everything else is already overridden above.)
══════════════════════════════ */
.cta-card-title, .cta-card-lead, .cta-card-btn { font-family: "Lato", sans-serif; }
.cta-card-desc { font-family: "Roboto", sans-serif; }
