/* Falah Car Location — homepage components */

.fc-wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.fc-narrow { max-width: 860px; }

/* Stats band */
.fc-stats {
  background: linear-gradient(135deg, #EC4899 0%, #DB2777 55%, #9D174D 100%);
  border-radius: 34px;
  margin: 60px auto;
  max-width: 1240px;
  padding: 54px 20px;
}
.fc-stats .fc-wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.fc-stat { text-align: center; color: #fff; }
.fc-num { display: block; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(34px, 4.5vw, 52px); line-height: 1; }
.fc-label { display: block; margin-top: 10px; font-family: 'Poppins', sans-serif; font-size: 15px; opacity: .92; }

/* Section titles */
.fc-title {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 42px);
  color: #3B0A2A;
  text-align: center;
  margin: 0 0 10px;
}
.fc-sub { text-align: center; color: #A04070; font-size: 17px; margin: 0 0 44px; font-family: 'Poppins', sans-serif; }

/* Steps */
.fc-steps { padding: 70px 0 30px; }
.fc-steps .fc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.fc-step {
  background: #fff;
  border: 1px solid #FCE7F3;
  border-radius: 26px;
  padding: 40px 30px 34px;
  box-shadow: 0 14px 34px rgba(236, 72, 153, .12);
  position: relative;
  transition: transform .3s ease, box-shadow .3s ease;
}
.fc-step:hover { transform: translateY(-8px); box-shadow: 0 24px 50px rgba(236, 72, 153, .22); }
.fc-step h3 { font-family: 'Poppins', sans-serif; color: #3B0A2A; font-size: 21px; margin: 18px 0 10px; }
.fc-step p { color: #6B2150; margin: 0; line-height: 1.65; }
.fc-step-n {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 18px;
  background: linear-gradient(135deg, #EC4899, #F472B6);
  color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 24px;
  box-shadow: 0 10px 22px rgba(236, 72, 153, .35);
}

/* Testimonials */
.fc-testi { padding: 70px 0 30px; }
.fc-testi .fc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.fc-review {
  background: #fff;
  border: 1px solid #FCE7F3;
  border-radius: 26px;
  padding: 32px 30px;
  box-shadow: 0 14px 34px rgba(236, 72, 153, .12);
  transition: transform .3s ease;
}
.fc-review:hover { transform: translateY(-6px); }
.fc-stars { color: #EC4899; font-size: 19px; letter-spacing: 3px; margin-bottom: 14px; }
.fc-review p { color: #4A1533; line-height: 1.7; margin: 0 0 20px; font-size: 15.5px; }
.fc-who b { display: block; font-family: 'Poppins', sans-serif; color: #3B0A2A; }
.fc-who span { color: #C0518A; font-size: 13.5px; }

/* FAQ */
.fc-faq { padding: 70px 0 30px; }
.fc-item {
  background: #fff;
  border: 1px solid #FCE7F3;
  border-radius: 18px;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(236, 72, 153, .08);
}
.fc-q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: linear-gradient(135deg, #EC4899, #F472B6) !important; border: none; cursor: pointer;
  padding: 20px 24px;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 16.5px;
  color: #fff !important; text-align: start;
  text-transform: none !important; letter-spacing: 0 !important;
}
.fc-chev {
  flex: 0 0 auto;
  width: 34px; height: 34px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: #FCE7F3; color: #DB2777; font-size: 20px; font-weight: 600;
  transition: transform .3s ease, background .3s ease;
}
.fc-item.open .fc-chev { transform: rotate(45deg); background: #EC4899; color: #fff; }
.fc-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.fc-a p { margin: 0; padding: 0 24px 22px; color: #6B2150; line-height: 1.7; }
.fc-item.open .fc-a { max-height: 300px; }

/* CTA band */
.fc-cta {
  margin: 70px auto 80px;
  max-width: 1240px;
  border-radius: 34px;
  background: linear-gradient(120deg, #3B0A2A 0%, #831843 55%, #EC4899 130%);
  padding: 80px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.fc-cta::before, .fc-cta::after {
  content: ""; position: absolute; border-radius: 50%;
  background: rgba(244, 114, 182, .22); filter: blur(4px);
}
.fc-cta::before { width: 340px; height: 340px; top: -140px; inset-inline-start: -100px; }
.fc-cta::after { width: 260px; height: 260px; bottom: -120px; inset-inline-end: -60px; }
.fc-cta h2 { font-family: 'Poppins', sans-serif; color: #fff; font-size: clamp(28px, 3.6vw, 44px); margin: 0 0 14px; position: relative; }
.fc-cta p { color: #FBCFE8; font-size: 17px; margin: 0 0 34px; position: relative; }
.fc-btn {
  position: relative;
  display: inline-block;
  background: #fff; color: #DB2777 !important;
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 17px;
  padding: 16px 42px; border-radius: 999px; text-decoration: none;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .25);
  transition: transform .25s ease, box-shadow .25s ease;
}
.fc-btn:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 20px 44px rgba(0, 0, 0, .3); color: #9D174D !important; }

/* Responsive */
@media (max-width: 900px) {
  .fc-stats .fc-wrap { grid-template-columns: repeat(2, 1fr); }
  .fc-steps .fc-grid, .fc-testi .fc-grid { grid-template-columns: 1fr; }
}

/* ---------- Daily offer bar ---------- */
#falah-offer-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100001;
  display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap;
  background: linear-gradient(90deg, #9D174D, #EC4899, #9D174D);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  padding: 8px 14px;
  box-shadow: 0 4px 18px rgba(157, 23, 77, .35);
}
#falah-offer-bar .fo-timer { display: inline-flex; gap: 8px; align-items: baseline; }
#falah-offer-bar .fo-ends { opacity: .9; font-size: 13px; }
#falah-offer-bar #falah-offer-clock {
  font-variant-numeric: tabular-nums;
  background: rgba(255,255,255,.18);
  padding: 2px 10px; border-radius: 999px;
}
body.falah-has-offer { padding-top: 40px !important; }

/* ---------- Trust badges ---------- */
.falah-badges {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  margin: 22px auto 0;
}
.fb-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  border: 1px solid #FCE7F3;
  border-radius: 999px;
  padding: 9px 18px;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px;
  color: #3B0A2A;
  box-shadow: 0 8px 22px rgba(236,72,153,.18);
  animation: fbFloat 4s ease-in-out infinite;
}
.fb-badge.fb-ta { animation-delay: 1.2s; }
.fb-stars { color: #EC4899; letter-spacing: 1px; }
@keyframes fbFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }

/* ---------- Flag language switcher ---------- */
.falah-lang-switch { display: inline-flex; gap: 6px; align-items: center; margin: 0 12px; vertical-align: middle; }
.falah-lang-switch a {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 10px; border-radius: 999px;
  font-family: 'Poppins', sans-serif; font-size: 12.5px; font-weight: 600;
  text-decoration: none; border: 1.5px solid #EC4899;
  background: transparent; color: #EC4899;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.falah-lang-switch a:hover { transform: translateY(-1px); background: #FCE7F3; }
.falah-lang-switch a.active, .falah-lang-switch a[aria-current="true"] { background: #EC4899; color: #fff; }
.falah-lang-switch svg { width: 18px; height: 18px; border-radius: 50%; box-shadow: 0 0 0 1px rgba(0,0,0,.08); }

/* ---------- Services section ---------- */
.fc-svc { padding: 70px 0 30px; }
.fc-svc-group-title {
  display: flex; align-items: center; gap: 14px;
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 24px; color: #3B0A2A;
  margin: 46px 0 22px;
}
.fc-svc-group-title::after { content: ""; flex: 1; height: 2px; background: linear-gradient(90deg, #F9A8D4, transparent); border-radius: 2px; }
.fc-svc-group-title .fc-svc-ico {
  width: 46px; height: 46px; border-radius: 14px; flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #EC4899, #F472B6);
  box-shadow: 0 8px 18px rgba(236,72,153,.35);
}
.fc-svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.fc-svc-grid.fc-two { grid-template-columns: repeat(2, 1fr); max-width: 860px; }
.fc-svc-card {
  background: #fff; border: 1px solid #FCE7F3; border-radius: 22px; overflow: hidden;
  box-shadow: 0 14px 34px rgba(236,72,153,.12);
  transition: transform .3s ease, box-shadow .3s ease;
  display: flex; flex-direction: column;
}
.fc-svc-card:hover { transform: translateY(-8px); box-shadow: 0 24px 50px rgba(236,72,153,.22); }
.fc-svc-card .fc-svc-img { aspect-ratio: 20/13; overflow: hidden; }
.fc-svc-card .fc-svc-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.fc-svc-card:hover .fc-svc-img img { transform: scale(1.07); }
.fc-svc-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.fc-svc-body h3 { font-family: 'Poppins', sans-serif; color: #3B0A2A; font-size: 18.5px; margin: 0 0 8px; }
.fc-svc-body p { color: #6B2150; font-size: 14.5px; line-height: 1.6; margin: 0 0 16px; flex: 1; }
.fc-svc-btn {
  align-self: flex-start;
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #EC4899, #F472B6);
  color: #fff !important; text-decoration: none;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px;
  padding: 10px 22px; border-radius: 999px;
  box-shadow: 0 8px 18px rgba(236,72,153,.3);
  transition: transform .25s ease, box-shadow .25s ease;
}
.fc-svc-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(236,72,153,.4); color: #fff !important; }

@media (max-width: 1000px) {
  .fc-svc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .fc-svc-grid, .fc-svc-grid.fc-two { grid-template-columns: 1fr; }
  #falah-offer-bar { font-size: 12.5px; gap: 8px; }
}
