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

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}
 
.about-block,
.services-block,
.locations-block,
.posts-block,
.contact-block,
.gallery-block,
.testimonial-block,
.earn-block,
.section {
  scroll-margin-top: 84px;
}

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

.brand-logo {
  height: 32px;
  width: 32px;
  object-fit: contain;
  display: block;
}
.brand-wordmark {
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.3px;
  color: #0f2e2e;
}

.navbar .nav-link {
  font-weight: 500;
  color: #3f3f46;
}
.navbar .nav-link:hover {
  color: #20a24a;
}

.shadow-soft {
}

.btn-pill {
  border-radius: 999px;
  font-weight: 600;
}
.btn-success {
  background: #20a24a;
  border-color: #20a24a;
}
.btn-success:hover {
  background: #168e3f;
  border-color: #168e3f;
}

.text-brand {
  color: #20a24a;
  font-weight: 600;
}

/* ========= Hero ========= */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 646px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.hero > .container {
  z-index: 1;
}

.hero-title {
  max-width: 720px;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.hero-title .accent {
  color: #22c55e;
} /* green word */

.hero-sub {
  color: #eaf6ef;
  max-width: 680px;
}

.hero .d-flex {
  justify-content: flex-start;
}

.btn-pill {
  border-radius: 9999px;
}

.hero-xl {
  min-height: 646px;
}
@media (max-width: 991.98px) {
  .hero-xl {
    min-height: 520px;
  }
}
@media (max-width: 575.98px) {
  .hero-xl {
    min-height: 440px;
  }
}
.hero-ornament {
  position: absolute;
  right: 20%;
  bottom: 50%;
  width: 385px;
  max-width: 34vw;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1400px) {
  .hero-ornament {
    right: 16%;
    bottom: 20%;
    width: 320px;
  }
}

@media (max-width: 1200px) {
  .hero-ornament {
    right: 12%;
    bottom: 18%;
    width: 280px;
  }
}

@media (max-width: 991.98px) {
  .hero-ornament {
    display: none;
  }
}

/* ========= Language picker ========= */
.lang-picker {
  width: 53px;
  height: 53px;
  padding: 0;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 30px;
}
.lang-picker:hover {
  background: #f8fafc;
  border-color: #e2e8f0;
}
.lang-picker:focus {
}
.lang-icon,
.lang-picker .bi {
  width: 22px;
  height: 22px;
  display: block;
  font-size: 22px;
}

/* ========= About section ========= */
.about-block {
  padding-top: 60px;
  padding-bottom: 64px;
}
.about-block h2 {
  font-weight: 800;
  font-size: 2.5rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.about-intro {
  max-width: 860px;
  margin: 0 auto 28px;
  color: #374151;
  font-size: 1.125rem;
  line-height: 1.6;
}

.about-visual {
  max-width: 760px;
  margin: 0 auto 22px;
}
.about-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
}

.about-caption {
  max-width: 860px;
  margin: 28px auto 22px;
  font-size: 1.125rem;
  color: #111827;
}

.btn-pill {
  border-radius: 9999px;
}
.btn-success {
  background-color: #22c55e;
  border-color: #22c55e;
}
.btn-success:hover {
  background-color: #16a34a;
  border-color: #16a34a;
}

@media (max-width: 991.98px) {
  .about-img {
    height: 320px;
  }
}
@media (max-width: 575.98px) {
  .about-img {
    height: 280px;
  }
}

/* ===== SERVICES ===== */
.services-scroller {
  position: relative;
  overflow: hidden;
}

/* Horizontal track */
.services-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 2px 6px 14px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.services-track::-webkit-scrollbar {
  display: none;
}

.services-item {
  flex: 0 0 85%;
  max-width: 85%;
  scroll-snap-align: start;
}
@media (min-width: 576px) {
  .services-item {
    flex-basis: 65%;
    max-width: 65%;
  }
}
@media (min-width: 768px) {
  .services-item {
    flex-basis: 48%;
    max-width: 48%;
  }
}
@media (min-width: 992px) {
  .services-item {
    flex-basis: 32%;
    max-width: 32%;
  }
}
@media (min-width: 1200px) {
  .services-item {
    flex-basis: 24%;
    max-width: 24%;
  }
}

.service-card {
  position: relative;
  display: block;
  width: 100%;
  height: 440px;
  border-radius: 24px;
  overflow: hidden;
  background-image: var(--svc-bg);
  background-size: cover;
  background-position: center;
  text-decoration: none;
}
.service-card:hover {
  transform: translateY(-4px);
}
.service-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 35%,
    rgba(0, 0, 0, 0.78) 96%
  );
}
.service-body {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: #fff;
  z-index: 1;
}
.service-title {
  margin: 0 0 6px;
  font-weight: 800;
  font-size: 1.9rem;
  letter-spacing: -0.02em;
}
.service-desc {
  margin: 0 0 14px;
  opacity: 0.9;
  font-size: 1rem;
}
.service-cta {
  padding: 0.6rem 1.25rem;
  font-weight: 600;
}

@media (max-width: 1399.98px) {
  .service-card {
    height: 420px;
  }
}
@media (max-width: 1199.98px) {
  .service-card {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .service-card {
    height: 380px;
  }
}
@media (max-width: 767.98px) {
  .service-card {
    height: 360px;
  }
}
@media (max-width: 575.98px) {
  .service-card {
    height: 320px;
  }
}





/* ===== WHY CHOOSE ===== */

:root{
  --wc-green: rgba(52,199,89,1);       
  --wc-card-bg: rgba(248,248,248,1);  
  --wc-card-bd: rgba(248,248,248,1);  
  --wc-heading: #000000;
  --wc-lead: rgba(41,48,62,1);         
  --wc-body: rgba(43,42,47,1);       
}

.wc-section{ padding-top:56px; padding-bottom:56px; }

.wc-title{
  margin-bottom: 12px;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 68px;
  letter-spacing: -0.02em;
  color: var(--wc-heading);
}

.wc-lead{
  max-width: 980px;
  margin: 0 auto 28px;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  color: var(--wc-lead);
}

.wc-br{ display:none; }
@media (min-width: 992px){ .wc-br{ display:inline; } }

.wc-card{
  background: var(--wc-card-bg);
  border: 3px solid var(--wc-card-bd);
  border-radius: 30px;
  padding: 25px 16px;     
  min-height: 229px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wc-ico{
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #ffffff;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}

.wc-card-title{
  margin: 0 0 6px;
  font-family: "Aeonik", Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: var(--wc-green);
  text-align: center;
}

.wc-card-text{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2; 
  color: var(--wc-body);
}

@media (max-width: 575.98px){
  .wc-card{ padding: 22px 14px; min-height: 210px; }
  .wc-title{ font-size: 38px; line-height: 48px; }
  .wc-lead{ font-size: 18px; line-height: 26px; margin-bottom: 20px; }
}








/* ===== VIDEO BLOCK ===== */
.video-block {
  padding-top: 24px;
  padding-bottom: 0;
}

.video-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.video-el {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: brightness(0.82);
}

.video-wrap.playing .video-el {
  filter: none;
}

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
}

.video-play .dot {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #20a24a;
  display: grid;
  place-items: center;
  color: #fff;
}
.video-play .dot .bi {
  font-size: 34px;
  margin-left: 4px;
}

.video-play .ring {
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.35);
  animation: pulse 1.6s ease-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.6);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.video-wrap.playing .video-play {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .video-play {
    width: 80px;
    height: 80px;
  }
  .video-play .dot {
    width: 62px;
    height: 62px;
  }
  .video-play .dot .bi {
    font-size: 28px;
    margin-left: 3px;
  }
}






/* ========== E-MURAABAHA (BNPL) ========== */
.bnpl-block { padding-top: 56px; padding-bottom: 24px; }

/* H2: 55px, bold, centered */
.bnpl-title {
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 8px;
  font-size: clamp(34px, 4.1vw, 55px);
}

/* Sub: 30px, regular, #29303E */
.bnpl-sub {
  color: #29303e;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 24px;
  font-size: clamp(16px, 2.2vw, 30px);
}

/* Rounded blue panel: 1258×485 @xl, 37px radius, rgba(235,242,255,1) */
.bnpl-card {
  background: rgba(235, 242, 255, 1);
  border-radius: 37px;
  padding: clamp(20px, 3vw, 40px) clamp(18px, 3.6vw, 48px);
}

/* Panel heading: 36px, bold */
.bnpl-card-title {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: clamp(22px, 2.6vw, 36px);
}

/* Body copy: 30px, regular, 39px line height */
.bnpl-card-text {
  color: #000;
  font-weight: 400;
  font-size: clamp(16px, 2.1vw, 30px);
  line-height: 1.3; /* ~39px at 30px */
  max-width: 620px;
  margin-bottom: 18px;
}

/* Button: 229×58, radius 30px, #0AB247 */
.bnpl-cta {
  background: #0ab247;
  border-color: #0ab247;
  border-radius: 30px;
  height: 58px;
  min-width: 229px;
  padding: 16px 28px;
  font-weight: 600;
}
.bnpl-cta:hover { filter: brightness(0.95); }

/* Illustration: 366×342 target at lg+, fluid below */
.bnpl-illustration {
  width: 100%;
  max-width: 366px;
  height: auto;
  margin-top: 16px;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .bnpl-card { padding: 24px; }
  .bnpl-card-text { margin-bottom: 16px; }
  .bnpl-illustration { max-width: 320px; }
}
@media (min-width: 1200px) {
  .bnpl-card { padding: 40px 48px; }
}












/* ===== LOCATIONS (plain CSS) ===== */
.locations {
  padding-top: 56px 0;
  padding-bottom: 78px;
  background: #fff;
}

.loc-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.loc-title {
  text-align: center;
  font-weight: 800;
  font-size: clamp(28px, 3.2vw, 44px);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.loc-sub {
  max-width: 900px;
  margin: 0 auto 28px;
  color: #4b5563;
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: center;
}

/* grid */
.loc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  justify-items: stretch;
}

/* chip */
.loc-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 64px;
  padding: 18px 20px;
  text-decoration: none;
  color: #111827;
  font-weight: 600;
  background: #f7f8fa;
  border: 1px solid #eef2f6;
  border-radius: 12px;
  transition:
    transform .18s ease,
    background-color .18s ease,
    border-color .18s ease,
    box-shadow .18s ease;
}

.loc-card__name {
  font-size: 1.05rem;
  letter-spacing: .1px;
}

.loc-card__arrow {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e6ebf2;
  color: #475569;
  font-size: 16px;
  line-height: 1;
  transition: transform .18s ease, color .18s ease, border-color .18s ease;
}

/* hover */
.loc-card:hover {
  background: #ffffff;
  border-color: #e5e7eb;
  transform: translateY(-1px);
}
.loc-card:hover .loc-card__arrow {
  transform: translateX(2px);
  color: #20a24a;
  border-color: #cfe8d6;
}

/* responsive */
@media (max-width: 991.98px) {
  .loc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
  .loc-grid { grid-template-columns: 1fr; }
  .loc-card { padding: 14px 16px; }
  .loc-card__name { font-size: 1rem; }
}







/* ===== RIDER STORIES ===== */
.stories-block {
  background: #0f3e3e;
  padding: 56px 0 72px;
}

.stories-sub {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 22px;
  font-size: 1.125rem;
}

.stories-media {
  border-radius: 24px;
  overflow: hidden;
}
.stories-img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.stat-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 26px 22px;
  text-align: center;
  min-height: 152px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-main {
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  color: rgba(10, 178, 71, 1);
}

.stat-sub {
  color: #6b7280;
  font-size: 0.95rem;
}

@media (max-width: 991.98px) {
  .stories-img {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .stories-img {
    height: 340px;
  }
  .stat-card {
    min-height: 140px;
  }
}








/* ===== EARN WITH FARAS ===== */
.earn-block {
  padding-top: 56px;
  padding-bottom: 64px;
}

.earn-sub {
  max-width: 980px;
  margin: 0 auto 22px;
  color: #4b5563;
  font-size: 1.125rem;
  line-height: 1.6;
}

.earn-visual {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 1219 / 566;
  background: #000;
}

.earn-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 50%;
}

.earn-overlay {
  position: absolute;
  left: clamp(18px, 5.5vw, 64px);
  top: clamp(14px, 4.8vw, 54px);
  width: clamp(200px, 26vw, 315px);
  height: auto;
  border-radius: 14px;
}

.earn-tiles {
  margin-top: 12px;
}

.earn-tile {
  border-radius: 22px;
  padding: 30px 28px;
  min-height: 156px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tile-green {
  background: #8aa03c;
  color: #fff;
} /* olive like Figma */
.tile-white {
  background: #fff;
  border: 1px solid #eef2f6;
}

.tile-title {
  font-weight: 700;
  letter-spacing: -0.01em;
}
.tile-text {
  opacity: 0.95;
  color: inherit;
}

.earn-copy {
  max-width: 980px;
  margin: 24px auto 18px;
  color: #111827;
  font-size: 1.05rem;
}
.earn-cta {
}

@media (max-width: 575.98px) {
  .earn-overlay {
    display: none;
  }
}

.cta-driver {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 376px;
  height: 58px;

  border-radius: 30px;
  background: #849423;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  border: 0;

  transition: transform 0.15s ease, box-shadow 0.15s ease,
    background-color 0.2s ease;
}

.cta-driver:hover {
  background: #77861f;
  transform: translateY(-1px);
}
.cta-driver:active {
  transform: translateY(0);
}
.cta-driver:focus {
  outline: none;
}

@media (max-width: 420px) {
  .cta-driver {
    width: 100%;
    max-width: 376px;
  }
}










/* ===== GALLERY ===== */
.gallery-block {
  padding-top: 56px;
  padding-bottom: 56px;
}

.gallery-title {
  letter-spacing: -0.02em;
}

.gallery-sub {
  max-width: 980px;
  margin: 0 auto 26px;
  color: #4b5563;
  font-size: 1.125rem;
  line-height: 1.6;
}

/* Card tiles */
.gal-card {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.gal-img {
  width: 100%;
  height: 210px; /* visually matches the mock */
  object-fit: cover;
  display: block;
}

@media (max-width: 1199.98px) {
  .gal-img {
    height: 200px;
  }
}
@media (max-width: 991.98px) {
  .gal-img {
    height: 190px;
  }
}
@media (max-width: 575.98px) {
  .gal-img {
    height: 180px;
  }
}





/* Download App button */
.btn-dl-app {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 58px; /* Figma: 58px */
  padding: 0 28px 0 24px;
  background: rgb(10, 178, 71); /* #0AB247 from screenshot */
  color: #fff;
  border: 0;
  border-radius: 999px; /* pill */
  font-weight: 600;
  text-decoration: none;
}

.btn-dl-app:hover {
  background: #089e42;
  color: #fff;
}

.btn-dl-app .btn-ico {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(
    255,
    255,
    255,
    0.18
  ); /* subtle circle behind icon like the mock */
}

.btn-dl-app .bi {
  font-size: 16px;
  line-height: 1;
}







/* ====== Tokens ====== */
:root{
  --brand-green: #10B247;      /* Figma green (Read All Blogs) */
  --ink-900: #000;             /* black */
  --ink-700: #292E3E;          /* subtitle / excerpt */
  --card-border: #EEF2F6;
}

/* ====== Section ====== */
.posts-block{ padding:64px 0; }

.posts-title{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight:700;
  font-size:55px;
  line-height:68px;
  text-align:center;
  color:var(--ink-900);
  margin:0 0 8px;
}

.posts-sub{
  max-width:820px;
  margin:0 auto 18px;
  text-align:center;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight:400;
  font-size:30px;
  line-height:39px;
  color:var(--ink-700);
}

/* Center CTA — 376×58 pill like Figma */
.posts-cta{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:376px; height:58px; padding:0 32px;
  border-radius:30px;
  background:var(--brand-green); color:#fff; text-decoration:none;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight:500; font-size:18px; line-height:1;
  box-shadow: 0 2px 0 rgba(0,0,0,.05) inset;
}

/* ====== Card ====== */
.post-card{
  background:#fff;
  border:1px solid var(--card-border);
  border-radius:20px;
  overflow:hidden;
  display:flex; flex-direction:column;
  height:100%;
  transition:transform .18s ease, box-shadow .18s ease;
}
.post-card:hover{ transform:translateY(-2px); }

.post-media{ position:relative; }
.post-img{
  width:100%;
  aspect-ratio:16/10;          /* ~392×245 in Figma */
  object-fit:cover;
  display:block;
}

.post-art{ position:absolute; pointer-events:none; display:block; }
.post-art--logo{
  width:48%;
  left:6.5%; top:18%;
  border-radius:9px;
}
.post-art--phone{
  width:30%;
  right:9%; top:15%;
  border-radius:9px;
  border:6px solid rgba(200,200,200,1);
}

/* Body */
.post-body{ padding:18px 18px 20px; }

.badge-soft{
  padding:.35rem .65rem;
  font-weight:600; font-size:.78rem;
  color:#1f9e49;
  background:rgba(32,162,74,.12);
  border-radius:999px;
}

.post-title{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight:700;
  font-size:36px;
  color:#000;
  margin:2px 0 8px;
}

.post-excerpt{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight:400;
  font-size:30px;
  line-height:39px;
  color:var(--ink-700);
  margin:0 0 14px;
}

/* Read More pill (outlined green) */
.post-cta{
  display:inline-flex; align-items:center; justify-content:center;
  height:40px; padding:0 18px;
  border-radius:999px;
  border:1.5px solid var(--brand-green);
  color:var(--brand-green);
  background:#fff; text-decoration:none;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight:600; font-size:14px;
}

/* ====== Responsive tweaks ====== */
@media (max-width: 992px){
  .posts-title{ font-size:42px; line-height:56px; }
  .posts-sub{ font-size:22px; line-height:32px; }
  .post-title{ font-size:28px; line-height:36px; }
  .post-excerpt{ font-size:18px; line-height:28px; }
  .posts-cta{ min-width:260px; }
}






/* ===== TESTIMONIAL (Big green card) ===== */
.testimonial-block {
  padding-top: 40px;
  padding-bottom: 40px;
}
.testi-wrap {
  position: relative;
  margin-left: 100px;
  display: flex;
  align-items: center;
  gap: 0;
}

/* Green card */
.testi-card {
  position: relative;
  background: #10b247;
  color: #fff;
  border-radius: 43px;
  height: 497px;
  padding: 60px 64px;
  padding-left: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  width: 100%;
}

.testi-q {
  font-weight: 900;
  font-size: 84px;
  line-height: 0.8;
  margin: 0 0 10px;
  letter-spacing: -2px;
}

/* Quote text */
.testi-text {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 45px; /* as in Figma sidebar */
  letter-spacing: -0.01em;
}

/* Name (dark teal on green) */
.testi-name {
  color: #0f3e3e;
  opacity: 0.92;
  font-weight: 600;
  margin-bottom: 18px;
}

/* Controls row */
.testi-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}
.testi-nav {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: #1f2937;
  cursor: pointer;
}
.testi-nav:hover {
  transform: translateY(-1px);
}
.testi-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
}
.testi-dot.is-active {
  background: #fff;
}

/* Overlapping photo */
.testi-media {
  position: absolute;
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 387px;
  border-radius: 35px;
  overflow: hidden;
  z-index: 2;
}
.testi-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive: stack on mobile/tablet */
@media (max-width: 991.98px) {
  .testi-wrap {
    margin-left: 0;
    flex-direction: column;
    align-items: stretch;
    position: static;
  }
  .testi-media {
    position: static;
    transform: none;
    width: 100%;
    height: 220px;
    margin-bottom: 18px;
    border-radius: 24px;
  }
  .testi-card {
    padding: 32px 24px;
    padding-left: 24px;
    border-radius: 30px;
    height: auto;
    min-height: 0;
    width: 100%;
  }
  .testi-q {
    font-size: 58px;
    margin-bottom: 8px;
  }
  .testi-text {
    font-size: 28px;
  }
  .testi-name {
    margin-bottom: 12px;
  }
}

@media (max-width: 575.98px) {
  .testi-media {
    height: 120px;
    margin-bottom: 12px;
    border-radius: 16px;
  }
  .testi-card {
    padding: 18px 10px;
    border-radius: 16px;
    font-size: 1rem;
  }
  .testi-q {
    font-size: 38px;
  }
  .testi-text {
    font-size: 1.15rem;
  }
}






/* ===== LATEST POSTS (matches mock) ===== */
.posts-block {
  padding-top: 56px;
  padding-bottom: 56px;
}
.posts-block .display-5 {
  letter-spacing: -0.02em;
}
.posts-sub {
  max-width: 860px;
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.7;
}

.posts-cta {
  min-width: 376px;
  height: 58px;
  line-height: 58px;
  padding: 0 28px;
  border-radius: 30px;
  font-weight: 700;
}

.post-card {
  background: transparent;
  border: 0;
}
.post-body {
  padding: 6px 6px 4px;
}

.post-media {
  margin: 0 0 10px;
}
.post-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}

/* Soft green badge */
.badge-soft {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.78rem;
  color: #1f9e49;
  background: rgba(32, 162, 74, 0.12);
}

/* Title & excerpt like the mock */
.post-title {
  margin: 0 0 10px;
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: clamp(1.35rem, 2.1vw, 1.9rem); /* ~22–30px */
  color: #0f172a;
}
.post-excerpt {
  margin: 0 0 16px;
  color: #374151;
  font-size: 1rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2-line clamp like screenshot */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Outline pill – exact look for “Read More” */
.btn-outline-success.post-cta {
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  border-radius: 30px;
  font-weight: 600;
  border-width: 1px;
  color: #10b247;
  border-color: #10b247;
  background: #fff;
}
.btn-outline-success.post-cta:hover {
  background: rgba(16, 178, 71, 0.08);
  color: #0e9b3f;
  border-color: #0e9b3f;
}




/* Small tweaks on phones */
@media (max-width: 575.98px) {
  .posts-cta {
    min-width: 300px;
  }
  .post-title {
    font-size: 1.35rem;
  }
}









/* ===== CONTACT (matches mock) ===== */
.contact-block {
  padding-top: 56px;
  padding-bottom: 64px;
  width: 100%;
}

.contact-sub {
  max-width: 100%;
  margin: 0 auto 22px;
  color: #4b5563;
  font-size: 1.125rem;
  line-height: 1.6;
}

.contact-form {
  max-width: 980px;
  margin: 0 auto;
}

.contact-control {
  background: #f6f7f8;
  border: 0;
  border-radius: 14px;
  padding: 16px 18px;
  color: #111827;
}
.contact-control::placeholder {
  color: #9ca3af;
}

.contact-lg {
  height: 58px;
}
.contact-area {
  height: 230px;
  resize: vertical;
}

.contact-control:focus {
  background: #ffffff;
  outline: none;
}

.contact-submit {
  width: 100%;
  height: 58px;
  text-align: center;
  border-radius: 30px;
  font-weight: 700;
}






/* ===== Footer — exact palette from mock ===== */
:root {
  --footer-bg: #0e3a40;
  --footer-head: #e6f2f2;
  --footer-link: #cfe1e4;
  --footer-link-hover: #ffffff;
  --footer-divider: rgba(255, 255, 255, 0.22);
  --footer-muted: #cfe1e4;
}

.site-footer {
  background: var(--footer-bg);
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
}

/* columns */
.footer-head {
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--footer-head);
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links li {
  margin: 10px 0;
}
.footer-links a {
  color: var(--footer-link);
  text-decoration: none;
  font-size: 0.97rem;
}
.footer-links a:hover {
  color: var(--footer-link-hover);
}

/* divider line */
.footer-divider {
  border: 0;
  height: 1px;
  background: var(--footer-divider);
  margin: 20px 0 16px;
}

/* bottom bar */
.footer-bottom {
  min-height: 56px;
}
.footer-bottom .small {
  color: var(--footer-muted);
}

.footer-socials a {
  color: var(--footer-muted);
}
.footer-socials a:hover {
  color: #fff;
}

/* brand sizing (fallbacks) */
.brand-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.brand-wordmark {
  font-weight: 800;
  letter-spacing: 0.3px;
  color: #fff;
}







/* ---------- E-Muraabaha page ---------- */

/* Subpage hero uses same overlay pattern, a bit shorter than home */
.bnpl-subhero { min-height: 430px; }
.bnpl-subhero .hero-title { font-size: clamp(32px, 5vw, 48px); }
.bnpl-subhero .hero-sub {
  max-width: 720px;
  margin-inline: auto;
  font-size: clamp(16px, 2.2vw, 18px);
} 

/* Intro */
.emu-intro .emu-sub,
.emu-features .emu-sub { color:#6b7280; } /* muted */
.emu-intro .emu-intro-text { color:#1f2937; }

/* Green rounded tile behind the phone */
.emu-illo-wrap{
  background:#0ab247;
  border-radius:24px;
  padding:28px;
  width:min(100%, 360px);
  min-height: 320px;
  display:flex; align-items:center; justify-content:center;
}
.emu-illo{ width:100%; max-width: 250px; height:auto; }

/* Feature cards */
.emu-feature-card{
  background:#f5f7f8;
  border-radius:18px;
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.emu-feature-card .emu-ico{
  width:64px; height:64px; border-radius:50%;
  display:grid; place-items:center;
  background:#e8f7ee; color:#0ab247; font-size:28px;
}

/* Tighten on small screens */
@media (max-width: 575.98px){
  .emu-illo-wrap{ width: 260px; min-height: 250px; padding:20px; }
}




/* ============ E-Muraabaha HERO (scoped) ============ */
.heroE {
  position: relative;
  color: #fff;
  background: center/cover no-repeat var(--hero-bg);
  isolation: isolate;              /* make z-index layering predictable */
}

/* Dark overlay that sits on top of the background image */
.heroE-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.60);  /* slate-ish 60% overlay */
  z-index: 0;
}

/* Ensure hero content is above the overlay */
.heroE .container {
  position: relative;
  z-index: 1;
  height: 100%;
}

/* Layout, height and Inter font, only for this hero */
.heroE.bnpl-subhero {
  min-height: 420px;               /* close to Figma */
  display: grid;
  place-items: center;             /* perfect vertical + horizontal center */
  padding-block: 156px;            /* top/bottom spacing like mock */
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}
@media (min-width: 992px) {
  .heroE.bnpl-subhero { min-height: 520px; }
}

/* Title — Inter Bold 55px, tight leading */
.heroE .bnpl-hero-title {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 8px 0;
}

/* Subtitle — Inter Regular 30px, constrained width to match Figma */
.heroE .bnpl-hero-sub {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.43;
  max-width: 703px;
  margin: 0 auto 1.5rem;
}


@media (min-width: 992px) {
  .heroE .bnpl-hero-sub {
    margin-bottom: 4rem; /* more space on desktop (~64px) */
  }
}







/* ============ E-Muraabaha – Intro (split) ============ */
.emu-intro {
  padding-block: 56px 24px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

/* Heading + sub exactly as Figma (55/30) */
.emu-intro h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 68px; /* cap-height feel */
  margin-bottom: 8px;
}
.emu-intro .emu-sub {
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  color: rgba(41, 48, 62, 1);
  margin-bottom: 36px;
}

/* Force the two-column split on lg+ exactly like the mock */
.emu-intro .row { /* local override only inside intro */
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .emu-intro .row {
    display: flex;               /* ensure side-by-side */
    align-items: center;
    gap: 40px;                   /* visual gap from Figma */
  }
  /* Left column: 399×424 green card */
  .emu-intro .col-lg-5 {
    flex: 0 0 399px;             /* fixed width like Figma */
    max-width: 399px;
  }
  /* Right column: text block width 579px */
  .emu-intro .col-lg-7 {
    flex: 0 1 579px;             /* text block target width */
    max-width: 579px;
  }
}

/* Green card with rounded 33px radius */
.emu-illo-wrap {
  width: 399px;
  height: 424px;
  background: rgba(10, 178, 71, 1); /* #10B271 */
  border-radius: 33px;
  display: grid;
  place-items: center;
}
.emu-illo {
  width: 260px;                  /* visually centered in the card */
  height: auto;
}

/* Paragraph block on the right */
.emu-intro-text {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.53;             /* ≈46px line-height */
  color: #0b0f14;                /* crisp body text under light bg */
  margin: 0;
  max-width: 579px;              /* matches the column width above */
}

/* Responsive tweaks (stack on mobile) */
@media (max-width: 991.98px) {
  .emu-illo-wrap {
    width: 320px;
    height: 340px;
    margin: 0 auto 16px;
  }
  .emu-intro-text {
    font-size: 18px;
    line-height: 1.55;
    padding-inline: 12px;
    max-width: 680px;
  }
}








/* =======================
   E-Muraabaha – FEATURES
   ======================= */
.emu-features {
  padding-top: 40px;
  padding-bottom: 70px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue",
               Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

/* Title: Inter 55 Bold, centered (Figma) */
.emu-features__title {
  font-weight: 700;
  font-size: 55px;
  line-height: 1.24;          /* ≈ 68px line height from Figma */
  color: #000;
  text-align: center;
  margin: 0 0 6px 0;
}

/* Subtitle: Inter 30 Regular, centered (Figma secondary color) */
.emu-features__sub {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;           /* ≈ 39px */
  color: #293a3e;
  text-align: center;
  margin: 0 0 28px 0;
}

/* Exact horizontal spacing between cards like the mock */
.emu-feature-row { --bs-gutter-x: 50px; --bs-gutter-y: 24px; }

/* Card: ~280×267, radius 30, subtle border */
.emu-card {
  background: #f8f8f8;  /* soft inner border seen in Figma */
  border-radius: 30px;
  padding: 25px 16px;
  min-height: 267px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;                  /* spacing between icon/title/text */
}

/* Icon holder: green circle 75×75 with white glyph */
.emu-ico {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0ab247;        /* rgba(10, 178, 71, 1) */
  flex: 0 0 auto;
  margin-bottom: 6px;
}
.emu-ico img { display: block; width: 36px; height: 36px; }

/* Title in green: Inter 20 Bold (Aeonik 20 Bold in mock) */
.emu-card__title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #0ab247;
}

/* Body copy: Inter 18 Regular, 120% line height, secondary color */
.emu-card__text {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;           /* ≈ 120% like Figma */
  color: #2b2a2f;
}

/* Keep four across on large screens; stack neatly below */
@media (max-width: 991.98px) {
  .emu-feature-row { --bs-gutter-x: 24px; }
}












/* about page style */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");

.section-space {
  margin-top: 56px;
  margin-bottom: 56px;
}

@media (max-width: 575.98px) {
  .section-space {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}


.hero {
  position: relative;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
}

.about-hero {
  height: 457px;
}

.about-hero .hero-copy {
  width: 721px;
  max-width: 100%;
  margin: 0 auto;
}
.about-hero .hero-title {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 67px;
  letter-spacing: 0;
  margin: 0 0 12px;
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.about-hero .hero-sub {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 43px;
  margin: 0;
  max-width: 721px;
  color: #fff;
}

@media (max-width: 991.98px) {
  .about-hero {
    height: 380px;
  }
  .about-hero .hero-title {
    font-size: 44px;
    line-height: 56px;
    max-width: 90%;
  }
  .about-hero .hero-sub {
    font-size: 24px;
    line-height: 36px;
    max-width: 95%;
  }
}
@media (max-width: 575.98px) {
  .about-hero {
    height: 320px;
  }
  .about-hero .hero-title {
    font-size: 34px;
    line-height: 44px;
  }
  .about-hero .hero-sub {
    font-size: 18px;
    line-height: 28px;
  }
}

/* ---------- INTRO ---------- */
.about-intro-block .intro-wrap {
  width: 1220px;
  max-width: 100%;
}
.about-intro-block .intro-title {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 68px;
  color: #000;
  margin-bottom: 12px;
}
.about-intro-block .intro-lead {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  color: rgba(41, 48, 62, 1);
  margin: 0;
}

/* ---------- VALUES GRID ---------- */
.about-values .value-card {
  position: relative;
  border: 1px solid #e8edf3;
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  min-height: 382px;
  cursor: pointer;
  display: flex;                /* enable flex */
  flex-direction: column;       /* stack children vertically */
  justify-content: flex-start;  /* keep header up */
}
.about-values .value-card:hover {
}
.about-values .value-no {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;  
  height: 60px; 
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #021440;
  margin-bottom: 20px;
  z-index: 1;
}

.about-values .value-no::before {
  content: "";
  position: absolute;
  top: 50%;        
  left: 50%;      
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(72, 166, 80, 0.1);
  z-index: -1;
}

.about-values .value-title {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.01em;
  color: #0a2240;
  margin-bottom: 10px;
}
.about-values .value-text {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #5b6675;
}

.about-values .value-card--primary {
  background: rgba(72, 166, 80, 1);
  border-color: rgba(72, 166, 80, 1);
}
.about-values .value-card--primary .value-no { color: #fff; }


.about-values .value-card--primary .value-no::before { background: rgba(255,255,255,0.14); }

.about-values .value-card--primary .value-title {
  color: #fff;
}
.about-values .value-card--primary .value-text {
  color: rgba(248, 248, 248, 1);
}

@media (max-width: 1199.98px) {
  .about-intro-block .intro-title {
    font-size: 44px;
    line-height: 56px;
  }
  .about-intro-block .intro-lead {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 575.98px) {
  .about-intro-block .intro-title {
    font-size: 34px;
    line-height: 44px;
  }
  .about-intro-block .intro-lead {
    font-size: 18px;
    line-height: 28px;
  }
  .about-values .value-card {
    min-height: 320px;
    padding: 24px;
  }
  .about-values .value-no {
    font-size: 28px;
  }
  .about-values .value-title {
    font-size: 22px;
    line-height: 30px;
  }
  .about-values .value-text {
    font-size: 18px;
    line-height: 28px;
  }
}





/* ========= WHY CHOOSE [wcx-*] ========= */
:root{
  --wcx-green: rgb(52,199,89);      /* check circle */
  --wcx-h2: #000;                   /* h2 */
  --wcx-sub: rgb(41,48,62);         /* subtitle */
  --wcx-head: rgb(20,20,20);        /* list headline */
  --wcx-desc: rgb(69,69,69);        /* list paragraph */
}

/* wrapper spacing */
.wcx-wrap{ padding-top:56px; padding-bottom:56px; }

/* H2 = Inter Bold 55/68 from Figma */
.wcx-title{
  margin-bottom: 8px;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 68px;
  letter-spacing: -0.02em;
  color: var(--wcx-h2);
}

/* Subtitle = Inter Regular 30/39 */
.wcx-sub{
  max-width: 820px;
  margin: 0 auto 24px;
  color: var(--wcx-sub);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  text-align: center;
}
/* allow wider measure on xl to match the comp */
@media (min-width:1200px){ .wcx-sub{ max-width: 1220px; } }

/* force line break only on lg+ like the screenshots */
.wcx-br{ display:none; }
@media (min-width:992px){ .wcx-br{ display:inline; } }

/* ===== LEFT IMAGE STACK ===== */
.wcx-stack{ display:grid; gap:29px; width:100%; }
.wcx-img{ position:relative; overflow:hidden; border-radius:18px; }
.wcx-cover{ display:block; width:100%; height:210px; object-fit:cover; object-position:center; }

/* exact desktop sizes: width ~467, radii 35, heights 247/269 */
@media (min-width:992px){
  .wcx-stack{ max-width:467px; }
  .wcx-img{ border-radius:35px; }
  .wcx-img--car .wcx-cover{ height:247px; }
  .wcx-img--bike .wcx-cover{ height:269px; }
}

/* ===== RIGHT CHECKLIST ===== */
.wcx-list{ max-width:760px; display:grid; gap:32px; }

.wcx-item{
  display:grid;
  grid-template-columns:28px 1fr;
  column-gap:16px;
  align-items:start;
}

.wcx-check{
  width:28px; height:28px; border-radius:9999px;
  background: var(--wcx-green); color:#fff;
  display:inline-flex; align-items:center; justify-content:center;
  font-size:16px; line-height:1; margin-top:2px;
}

.wcx-copy{ min-width:0; }

.wcx-head{
  margin:0 0 4px;
  font-family: Roboto, Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;         /* Medium */
  font-size: 20px;          /* Figma shows 20 */
  line-height: 30px;        /* 150% */
  color: var(--wcx-head);
}

.wcx-desc{
  margin:0;
  font-family: Roboto, Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 400;         /* Regular */
  font-size: 16px;
  line-height: 24px;        /* 150% */
  color: var(--wcx-desc);
}

/* tighter list on very small screens */
@media (max-width:575.98px){ .wcx-list{ gap:24px; } }

/* sensible downscale on phones */
@media (max-width:575.98px){
  .wcx-title{ font-size:38px; line-height:48px; }
  .wcx-sub{ font-size:18px; line-height:26px; }
}









/* ===== FARAS Difference ===== */
.diff-block {
  --diff-bg: #48a650;
  background: var(--diff-bg);
  color: #fff;
}

.diff-title {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 68px;
  margin-bottom: 6px;
  color: #fff;
}

.diff-sub {
  max-width: 860px;
  margin: 0 auto;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 30px;
  line-height: 39px;
  color: rgba(255, 255, 255, 0.95);
}

.diff-hero {
  max-width: 1156px;
  margin: 0 auto;
}

.diff-hero-img {
}

@media (max-width: 991.98px) {
  .diff-title { font-size: 36px; line-height: 46px; }
  .diff-sub   { font-size: 18px; line-height: 28px; }
  .diff-block { padding-top: 40px; padding-bottom: 34px; }
}

@media (max-width: 575.98px) {
  .diff-title { font-size: 28px; line-height: 36px; }
  .diff-sub   { font-size: 16px; line-height: 24px; }
}









/* ========== Testimonials ========== */
.testimonials-block .testimonial {}

/* Image */
.t-photo{
  position: relative;
  width: 100%;
  max-width: 487px;           /* close to Figma portrait box */
  border-radius: 28px;        /* big, soft corners */
  overflow: hidden;
}
.t-photo .img-cover{
  display:block;
  width:100%;
  height: 526px;              /* portrait feel like the comp */
  object-fit: cover;
}

/* Copy with green open-quote */
.t-copy{
  position: relative;
  padding-left: 56px;         /* space for the quote mark */
}
.t-copy::before{
  content: "“";
  position: absolute;
  left: 0;
  top: -8px;
  font-weight: 700;
  font-size: 82px;            /* Figma showed ~82×62 badge */
  line-height: 1;
  color: #48A650;             /* brand green */
}

/* Big quote text */
.t-text{
  margin: 0 0 18px 0;
  color: #0A2240;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 40px;            /* Figma */
  line-height: 68px;          /* Figma */
}

/* Name + role */
.t-name{
  color: rgb(1,159,85);       /* green from Figma name */
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 6px;
}
.t-role{
  color: #000;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
}

/* Reverse layout for the 2nd card on lg+ (image right, text left) */
@media (min-width: 992px){
  .testimonial--reverse > .col-lg-5 { order: 2; }
  .testimonial--reverse > .col-lg-7 { order: 1; }
}

/* Responsive tweaks */
@media (max-width: 1199.98px){
  .t-photo .img-cover{ height: 460px; }
  .t-text{ font-size: 34px; line-height: 54px; }
  .t-name, .t-role{ font-size: 26px; }
}
@media (max-width: 767.98px){
  .t-photo{
    max-width: 340px;
    margin-left: auto; margin-right: auto;
  }
  .t-photo .img-cover{ height: 360px; }
  .t-copy{ padding-left: 44px; }
  .t-copy::before{ font-size: 68px; top: -6px; }
  .t-text{ font-size: 26px; line-height: 40px; }
  .t-name, .t-role{ font-size: 20px; }
}












/* ===== Our Promise ===== */
.promise-block{
  --promise-bg:#0e3b3a;
  background:var(--promise-bg);
  color:#fff;
}

.promise-title{
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-weight:700;
  font-size:44px;   /* desktop like the comp */
  line-height:54px;
  margin-bottom:8px;
}

.promise-sub{
  max-width:860px;
  margin:0 auto 18px;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:30px;   /* Figma shows 30/39 */
  line-height:39px;
  color:rgba(255,255,255,0.95);
  text-align:center;
}

/* image wrapper keeps it centered and capped */
.promise-stage{ max-width:1196px; }

/* phone image */
.promise-img{
  display:block;
  width:clamp(280px,92vw,1196px);
  height:auto;
  margin-top:12px;
}

/* soft shadow utility (if you don’t already have one) */

/* ---------- responsive tweaks ---------- */
@media (max-width: 991.98px){
  .promise-title{ font-size:36px; line-height:46px; }
  .promise-sub{ font-size:18px; line-height:28px; }
  .promise-block{ padding-top:40px; padding-bottom:34px; }
}
@media (max-width: 575.98px){
  .promise-title{ font-size:28px; line-height:36px; }
  .promise-sub{ font-size:16px; line-height:24px; }
}








/* ===== Our Reach (country cards) ===== */
.loc-chip{
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  min-height: 168px;
  background: #000;
  isolation: isolate;
  box-shadow: 0 10px 22px rgba(16,24,40,.16);
  transition: transform .25s ease, box-shadow .25s ease;
}
.loc-chip:hover{ transform: translateY(-2px); }

/* photo */
.loc-bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .5s ease, filter .35s ease;
}
.loc-chip:hover .loc-bg{ transform: scale(1.06); }

/* dark overlay for legibility */
.loc-chip::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.55), rgba(0,0,0,.45));
  z-index: 1;
  transition: background .35s ease;
}
.loc-chip:hover::after{
  background: linear-gradient(0deg, rgba(0,0,0,.65), rgba(0,0,0,.5));
}

/* centered country name */
.loc-name{
  position: absolute;
  inset: 0;                 /* fill the card */
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  padding: 0 44px;
  z-index: 2;
  pointer-events: none;

  color: #fff;
  text-transform: uppercase;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: .06em;
  font-size: clamp(18px, 3.2vw, 28px);
  line-height: 1.12;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
  white-space: nowrap;
}

/* arrow hint on the right */
.loc-arrow{
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  opacity: 0;
  color: #fff;
  z-index: 2;
  transition: opacity .25s ease, transform .25s ease;
  font-size: 1.25rem;
}
.loc-chip:hover .loc-arrow{
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* accessibility focus ring */
.loc-chip:focus-visible{
  outline: 3px solid #1E9B47;
  outline-offset: 2px;
}

/* height bump on larger screens */
@media (min-width: 992px){
  .loc-chip{ min-height: 184px; }
}







/* ===== BLOG LIST (Insights) ===== */
:root {
  --brand-900: #034833; 
  --ink-900: #0f172a;      
  --ink-700: #475569;
  --line: #e5e7eb;
  --chip: #ffffff;
  --chip-line: #e7efe9;
  --card-shadow: 0 24px 40px -18px rgba(16,24,40,.14);
  --radius-xl: 22px;
  --radius-lg: 16px;
  --radius-md: 12px;
  --radius-xxl: 999px;
  --hero-search-h: 56px;
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.insights-hero{
  position: relative;
  padding: 56px 0 64px;
  color: #fff;
  background: url('/resources/img/blog/hero.jpg') center/cover no-repeat, #0f3e3e;
}
.insights-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.45);
  pointer-events: none;   
  z-index: 0;
}
.insights-hero > .container{
  position: relative;
  z-index: 1;
}

.insights-title{
  text-align:center; font-weight:800;
  font-size: clamp(28px,3.2vw,44px); margin:0 0 6px;
}
.insights-sub{
  text-align:center; max-width:900px; margin:0 auto 22px;
  color: rgba(255,255,255,.9);
  font-size: 1.125rem; line-height:1.6;
}

.insights-search {
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 32px;
}

.insights-search__group {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid rgba(248,248,248,1);
  border-radius: 12px;
  box-shadow: 0 0 60px 0 rgba(27,50,118,0.08);
  min-height: 64px;
  padding: 0 23px;
  gap: 16px;
  position: relative;
}

.insights-search__icon {
  background: transparent;
  border: none;
  padding: 0;
  color: #b0b7c3;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

.insights-search__input {
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  font-size: 1.25rem;
  color: #374151;
  flex: 1 1 auto;
  height: 64px;
  padding: 0 12px;
}

.insights-search__input::placeholder {
  color: #b0b7c3;
  font-size: 1.25rem;
  opacity: 1;
}

.insights-search__btn {
  height: 48px;
  min-width: 156px;
  border-radius: 32px;
  font-size: 1.15rem;
  font-weight: 600;
  background: #20a24a;
  border: none;
  box-shadow: 0 0 0 2px rgba(32,162,74,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.18s, box-shadow 0.18s;
}

.insights-search__btn:hover {
  background: #16a34a;
}

@media (max-width: 991.98px) {
  .insights-search__group {
    min-height: 54px;
    padding: 0 12px;
  }
  .insights-search__btn {
    min-width: 110px;
    font-size: 1rem;
    height: 40px;
  }
  .insights-search__input {
    font-size: 1rem;
    height: 54px;
  }
}

.sidebar-card{
  border: 0;
  border-radius: var(--radius-xl);
  box-shadow: var(--card-shadow);
  background: #fff;
}
.sidebar-card .card-body{ padding: 22px; }

.sidebar-head{
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: var(--brand-900);
}
.side-sep{
  height: 1px;
  background: var(--line);
  margin: 12px 0 16px;
  border-radius: 1px;
}

.pop-row + .pop-row{ margin-top: 14px; }
.pop-link{ display:flex; gap:14px; text-decoration:none; color:inherit; align-items:flex-start; }
.pop-thumb{
  width:72px; height:72px; flex:0 0 72px;
  border-radius: var(--radius-lg); object-fit:cover;
  background:#f3f4f6;
}
.pop-meta{ min-width:0; }
.pop-date{
  display:flex; align-items:center; gap:8px;
  font-size: 16px; line-height: 30px; font-weight: 400;
  color:#727f8f;
}
.pop-date .bi{ color:#20a24a; font-size: 1rem; }
.pop-title{
  margin-top: 4px;
  font-weight:700; color: var(--brand-900);
  font-size: 18px; line-height: 28px;
  word-break: break-word;
}

.cat-list{ list-style:none; padding:0; margin:0; }
.cat-list li + li{ margin-top: 18px; }
.cat-link{
  display:block; padding:2px 0;
  text-decoration:none;
  color: var(--brand-900);
  font-weight:600; font-size:18px; line-height:28px;
}
.cat-link:hover{ color:#20a24a; }

/* Tags */
.tags{ display:flex; flex-wrap:wrap; gap:12px; }
.tag{
  display:inline-block; padding:.55rem .95rem;
  border-radius: var(--radius-xxl);
  background: var(--chip);
  border: 1px solid var(--chip-line);
  color: var(--brand-900);
  font-weight:600; font-size:16px; text-decoration:none;
}
.tag:hover{ color:#20a24a; border-color:#cfe8d6; }

/* Right column heading */
.recent-head{
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 28px;
  color: var(--ink-900);
}








/* ===== BLOG DETAIL ===== */
.post-detail-media { position: relative; }
.post-detail-img { width: 100%; height: auto; display: block; }

.post-detail-title{
  color: var(--brand-900);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin: 10px 0 8px;
}

.post-detail-body p{
  color: #334155;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

.post-detail-body ul{ margin: 4px 0 14px 1.2rem; }
.post-detail-body li{ margin: 4px 0; color: #334155; line-height: 26px; }

/* Comment card */
.comment-card{
  margin-top: 24px;
  padding: 18px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 10px 30px -18px rgba(16,24,40,.18);
}
.comment-head{ font-weight: 700; color: var(--ink-900); margin-bottom: 10px; }
.comment-control{
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
}










/* ---------- Corporate hero (Figma-accurate) ---------- */
.hero--corporate {
  position: relative;
  min-height: 460px;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  background: var(--hero-bg) no-repeat center center / cover; /* USE the variable */
}

.hero--corporate .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.45) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  z-index: 1;
}
.hero--corporate .container {
  position: relative;
  z-index: 2; /* keep text/buttons above overlay */
}


/* Title: Inter 700, 55 / 67, centered, white */
.corp-title {
  color: #fff;
  font-weight: 700;
  font-size: 55px;
  line-height: 67px;
  letter-spacing: 0;
  margin: 0 0 8px;
}

/* Subtitle: Inter 400, 30 / 43, centered, white */
.corp-sub {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  line-height: 43px;
  max-width: 721px;                /* from your Figma side panel */
  margin-left: auto;
  margin-right: auto;
}

/* CTA: 559×58, radius 30, green #0AB247, medium(500) 18px */
.corp-cta {
  width: 559px;
  height: 58px;
  border-radius: 30px;
  background: #0ab247;
  border: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 58px;               /* vertically centers label without extra padding */
  padding: 0;
}
.corp-cta:hover { background: #089e42; color: #fff; }
.corp-cta:active { transform: translateY(0); }

/* --------- Responsive fallbacks so it stays elegant --------- */
@media (max-width: 991.98px){
  .hero--corporate { min-height: 400px; }
  .corp-title { font-size: 44px; line-height: 56px; }
  .corp-sub   { font-size: 24px; line-height: 36px; max-width: 95%; }
  .corp-cta   { width: min(559px, 80vw); }
}

@media (max-width: 575.98px){
  .hero--corporate { min-height: 340px; }
  .corp-title { font-size: 34px; line-height: 44px; }
  .corp-sub   { font-size: 18px; line-height: 28px; }
  .corp-cta   { width: 100%; max-width: 559px; }
}








/* ---------- Corporate pillars (image version) ---------- */
.corp-pillars .pillar-card{
  background: #f7f8fa;
  border: 1px solid #eef2f6;
  border-radius: 20px;
  padding: 28px 20px;
  transition: transform .18s ease;
}
.corp-pillars .pillar-card:hover{ transform: translateY(-2px); }

.pillar-icon{
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.pillar-icon img{
  width: 34px; height: 34px;
  object-fit: contain; display: block;
}

/* colored circular backgrounds per design */
.pillar-icon.icon--green{ background: #20a24a; }   /* brand green */
.pillar-icon.icon--dark { background: #0f2e2e; }   /* deep navy/charcoal */

/* headings + text */
.pillar-title{
  margin: 6px 0 8px;
  color: #20a24a;                  /* green headings like mock */
  font-weight: 700;
}
.pillar-text{
  color: #4b5563;
  font-size: .95rem;
  line-height: 1.5;
}




/* ===== SMARTER TRAVEL ===== */

.smart-title{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 54px;
  letter-spacing: -0.02em;
  color: #141b2a;
  margin: 0 0 6px;
  text-align: center;
}
.smart-sub{
  max-width: 900px;
  margin: 0 auto 28px;
  text-align: center;
  color: #4b5563;
  font-size: 18px;
  line-height: 28px;
}

.smart-row{
  --bs-gutter-x: 56px;      
  row-gap: 24px;
}

.smart-figure{ width: 344px; }
.smart-img{
  width: 344px;
  height: 520px;           
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.smart-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  row-gap: 28px;   
  max-width: 760px;         
}
.smart-item{
  display: grid;
  grid-template-columns: 26px 1fr;
  column-gap: 14px;
  align-items: start;
}
.smart-check{
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #10b247;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 4px;
}
.smart-head{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;           
  line-height: 36px;
  color: #141414;
  margin: 0 0 4px;
}
.smart-desc{
  margin: 0;
  color: #454545;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;          
  line-height: 30px;
}

@media (max-width: 1199.98px){
  .smart-figure{ width: 320px; }
  .smart-img{ width: 320px; height: 488px; }
}
@media (max-width: 991.98px){
  .smart-row{ --bs-gutter-x: 36px; }
  .smart-figure{ width: 360px; }
  .smart-img{ width: 360px; height: 480px; }
}
@media (max-width: 575.98px){
  .smart-figure{ width: 100%; }
  .smart-img{
    width: 100%;
    height: 420px;
    border-radius: 16px;
  }
  .smart-title{ font-size: 30px; line-height: 38px; }
  .smart-head{ font-size: 22px; line-height: 32px; }
  .smart-desc{ font-size: 18px; line-height: 28px; }
}








/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800&family=Aeonik:wght@700&display=swap");

/* colors */
:root{
  --mb-bg: #0b3d45;               
  --mb-white: #ffffff;
  --mb-green: rgb(52,199,89);  
}

.mb-wrap{
  background: var(--mb-bg);
  color: var(--mb-white);
  padding: 60px 0;
}

.mb-title{
  margin: 0 0 12px;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 68px;
  letter-spacing: -0.02em;
  color: var(--mb-white);
}

.mb-sub{
  margin: 0 auto 32px;
  max-width: 960px;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  opacity: .95;
}

.mb-br{ display:none; }
@media (min-width: 992px){ .mb-br{ display:inline; } }

.mb-frame{
  width: min(1220px, 100%);
  padding: 25px 16px;
  border-radius: 30px;
  margin: 0 auto;
}

.mb-hero{
  height: 229px;                
  border-radius: 35px;           
  position: relative;
  overflow: hidden;
  background-image: url("/resources/img/corporate/metric.jpg");
  background-size: cover;
  background-position: center;
  -webkit-box-reflect: none;
          box-reflect: none;
}

.mb-overlay{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mb-number{
  margin: 0;
  font-family: "Aeonik", Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.4;        
  color: var(--mb-green);
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
  letter-spacing: .2px;
}

.mb-label{
  margin: 2px 0 0;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  color: var(--mb-white);
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.mb-hero, .mb-hero *{
  -webkit-box-reflect: none !important;
}

@media (max-width: 991.98px){
  .mb-title{ font-size: 42px; line-height: 54px; }
  .mb-sub{ font-size: 20px; line-height: 28px; }
  .mb-number{ font-size: 42px; }
  .mb-label{ font-size: 22px; }
}
@media (max-width: 575.98px){
  .mb-title{ font-size: 34px; line-height: 44px; }
  .mb-sub{ font-size: 18px; line-height: 26px; }
  .mb-frame{ padding: 18px 12px; border-radius: 22px; }
  .mb-hero{ height: 190px; border-radius: 16px; }
  .mb-number{ font-size: 34px; }
  .mb-label{ font-size: 20px; }
}







:root{
  --brand-green:#19b45a;
  --brand-navy:#0e2630;
  --card-bg:#f7f8f8;
  --text-muted:#5b6b73;
}

.how-block{ 
  position:relative; 
  padding-top:56px; 
  padding-bottom:56px; 
  overflow:hidden;
}
.how-sub{ 
  max-width:780px; 
  margin:0 auto 28px; 
  color:#35444b; 
  opacity:.92; 
}
.how-bg{
  position:absolute; 
  pointer-events:none; 
  user-select:none; 
  opacity:.10; 
}
.how-bg--left{  width:360px; left:-140px; top:-80px; }
.how-bg--right{ width:420px; right:-160px; bottom:-60px; }

/* grid spacing */
.how-row{ row-gap:16px; }

/* Card */
.how-card{
  background:var(--card-bg);
  border:3px solid rgba(248,248,248,1);
  border-radius:30px;                 
  padding:25px 16px;                  
  text-align:center;
  transition:transform .18s ease;
}
.how-card:hover{
  transform:translateY(-2px);
}

/* Icon badge */
.how-icon{
  width:68px; height:68px;
  border-radius:999px;
  display:grid; place-items:center;
  margin:0 auto 14px;
}
.how-icon.is-green{ 
  background:var(--brand-green); 
}
.how-icon.is-dark{  
  background:var(--brand-navy); 
}
.how-icon img{
  width:28px; height:28px; 
  object-fit:contain; 
  filter:brightness(0) invert(1);     
}

/* Title + text */
.how-title{
  font-weight:700;
  color:var(--brand-green);
  font-size:16px;
  margin-bottom:8px;
}
.how-text{
  font-size:14.5px;
  line-height:1.55;
  color:var(--text-muted);
  max-width:260px;
  margin-left:auto; margin-right:auto;
}

/* Responsive tweaks */
@media (max-width: 575.98px){
  .how-card{ padding:20px 16px; border-radius:22px; }
  .how-icon{ width:60px; height:60px; }
  .how-icon img{ width:24px; height:24px; }
}




/* ===== Streamline block ===== */
:root{
  --brand-green:#1fb45f;
  --text-muted:#5b6b73;
}

.streamline-block{ padding-top:56px; padding-bottom:56px; }
.streamline-sub{ max-width:720px; margin:0 auto 28px; color:#667885; }

.row-balance > [class*="col-"]{ display:flex; }
.row-balance > [class*="col-"] > *{ width:100%; }

/* Phone */
.phone-wrap{
  display:flex; 
  align-items:center; 
  justify-content:center;
  width:100%;
  min-height:360px;             
}
.phone-img{
  width:86%;
  max-width:520px;
  height:auto;
  margin:0;
  transform:translate(6%, -6%);  
}

/* Steps side */
.steps-box{
  display:flex;
  flex-direction:column;
  justify-content:center;        
  padding-block:16px;
  width:100%;
}
.steps-list{ 
  list-style:none; 
  padding:0; 
  margin:0; 
  display:grid; 
  gap:24px;                        
}
.steps-item{ display:flex; gap:12px; align-items:flex-start; }

.steps-icon{
  flex:0 0 22px;
  width:22px; height:22px;
  display:inline-grid; place-items:center;
  background:var(--brand-green);
  color:#fff; font-weight:700;
  border-radius:50%;
  line-height:1;
  font-size:13px;
  margin-top:4px;
}
.steps-head{
  margin:0 0 6px;
  font-weight:700;
  font-size:18px;
  color:#111827;
}
.steps-desc{
  margin:0;
  color:var(--text-muted);
  font-size:15px;
  line-height:1.55;
}

/* Responsive */
@media (max-width: 991.98px){
  .phone-wrap{ min-height:300px; }
  .phone-img{ width:92%; transform:translate(4%, -4%); }
  .steps-box{ justify-content:flex-start; }  /* normal flow on tablet/phone */
  .steps-list{ gap:20px; }
}
@media (max-width: 575.98px){
  .streamline-block{ padding-top:40px; padding-bottom:40px; }
  .phone-wrap{ min-height:0; }
  .phone-img{ width:100%; transform:none; }
  .steps-head{ font-size:16.5px; }
  .steps-desc{ font-size:14.5px; }
}









/* ===== CTA ===== */
:root{
  --brand-green:#0ab247;         /* adjust if your brand token differs */
  --cta-ghost:#f4f6f6;
  --cta-ghost-border:#e9eef0;
  --cta-text:#29323d;
  --cta-sub:#4b5a66;
}

.cta-block{
  padding-top:56px;
  padding-bottom:56px;
}

.cta-sub{
  max-width:820px;
  margin:0 auto 20px;
  color:var(--cta-sub);
}

/* Button row */
.cta-actions{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

/* Pill buttons (58px high, 30px radius) */
.btn-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:58px;
  padding:0 24px;
  border-radius:30px;
  font-size:18px;
  font-weight:500;
  line-height:1;
  text-decoration:none;
  border:1px solid transparent;
  transition:background-color .15s ease, color .15s ease, border-color .15s ease;
}

/* Primary */
.btn-cta--primary{
  background:var(--brand-green);
  color:#fff;
}
.btn-cta--primary:hover{ background:#0aa944; }
.btn-cta--primary:focus-visible{
  outline:2px solid #0aa944;
  outline-offset:2px;
}

/* Ghost (light) */
.btn-cta--ghost{
  background:var(--cta-ghost);
  color:var(--cta-text);
  border-color:var(--cta-ghost-border);
}
.btn-cta--ghost:hover{ background:#eef1f2; }
.btn-cta--ghost:focus-visible{
  outline:2px solid #dfe6ea;
  outline-offset:2px;
}

/* Small screens */
@media (max-width:575.98px){
  .cta-block{ padding-top:40px; padding-bottom:40px; }
  .btn-cta{ height:54px; font-size:16.5px; padding:0 20px; }
}








/* ===== DRIVER HERO ===== */
.driver-hero {
  position: relative;
  min-height: 420px;
  background: var(--hero-bg) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.driver-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.driver-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 55px;   /* matches Figma */
  line-height: 1.2;
  color: #fff;
}

.driver-sub {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 30px;   /* matches Figma */
  line-height: 1.4;
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
}

.driver-btn {
  display: inline-block;
  padding: 13px 150px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px;
  background: #849223; /* green from Figma */
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.driver-btn:hover {
  background: #6e7b1d;
}

/* Responsive */
@media (max-width: 991.98px) {
  .driver-title { font-size: 42px; }
  .driver-sub   { font-size: 20px; }
}

@media (max-width: 575.98px) {
  .driver-title { font-size: 32px; }
  .driver-sub   { font-size: 18px; }
  .driver-btn   { font-size: 16px; padding: 14px 28px; }
}








/* WHY DRIVE */
/* tokens from the Figma panel */
:root{
  --wd-card-bg: rgba(248,248,248,1);
  --wd-card-bd: rgba(248,248,248,1);  
  --wd-heading: #000000;
  --wd-accent: rgb(132,146,35);       
  --wd-text: rgba(43,42,47,1);      
}

.wd-heading{
  margin: 0 0 20px;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 68px;
  letter-spacing: -0.02em;
  color: var(--wd-heading);
}

.wd-card{
  background: var(--wd-card-bg);
  border: 3px solid var(--wd-card-bd);
  border-radius: 30px;
  padding: 25px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px; 
}

.wd-ico{
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  background: var(--wd-accent);
  display: grid;
  place-items: center;
  margin-bottom: 2px;
}
.wd-ico img{ width: 28px; height: 28px; }

.wd-title{
  margin: 0;
  text-align: center;
  font-family: "Aeonik", Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: var(--wd-accent);
}

.wd-desc{
  margin: 0;
  text-align: center;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: var(--wd-text);
}

@media (max-width: 575.98px){
  .wd-heading{ font-size: 36px; line-height: 48px; }
}








/* How to Get Started */
.get-started-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 68px;
  color: #000; /* black */
  margin-bottom: 10px;
}

.get-started-sub {
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  color: #293e4f; /* matches Figma dark blue-gray */
  margin-bottom: 40px;
}

.step {
  gap: 14px;
}

.step-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f3f4f6; /* light gray background */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-icon img {
  width: 28px;
  height: 28px;
}

.step-title {
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: 500;
  color: #1f294f; /* primary dark blue */
}

.step-desc {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #575757; /* secondary gray */
  line-height: 26px;
}

/* Responsive */
@media (max-width: 767.98px) {
  .get-started-title { font-size: 32px; line-height: 42px; }
  .get-started-sub { font-size: 18px; line-height: 28px; }
  .step-title { font-size: 18px; }
  .step-desc { font-size: 15px; }
}







/* ===== COMMUNITY BANNER ===== */
.community-block{
  background:#0b3a46;
  padding:60px 0;
  color:#fff;
}
.community-title{
  font-size:55px;        /* matches Figma scale */
  font-weight:700;
  line-height:1.24;
  margin:0 0 24px;
}

/* image bar */
.metric-banner{
  position:relative;
  background:url('/resources/img/community/banner.png') center/cover no-repeat;
  border-radius:28px;
  max-width:960px;
  height:230px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;                 /* clip the overlay to rounded corners */
}
/* dim overlay on top of image */
.metric-banner::before{
  content:"";
  position:absolute; inset:0;
  background:rgba(0,0,0,.35);      /* subtle darkening */
}

/* text on top */
.metric-overlay{
  position:relative;               /* above the ::before dimmer */
  z-index:1;
  text-align:center;
}
.metric-number{
  margin:0 0 6px;
  font-size:50px;                  /* Figma shows ~50px */
  line-height:1.4;
  font-weight:700;
  color:#34c759;                   /* green */
  text-shadow:0 2px 8px rgba(0,0,0,.35);
}
.metric-label{
  margin:0;
  font-size:30px;                  /* Figma ~30px */
  font-weight:400;
  line-height:1.2;
  color:#fff;
}

/* Responsive tweaks */
@media (max-width: 991.98px){
  .community-title{font-size:40px;}
  .metric-banner{height:200px;}
  .metric-number{font-size:42px;}
  .metric-label{font-size:22px;}
}
@media (max-width: 575.98px){
  .community-title{font-size:28px;}
  .metric-banner{height:180px;}
  .metric-number{font-size:34px;}
  .metric-label{font-size:18px;}
}






/* ===== Safety Features ===== */
.safety-block {
  padding: 60px 0;
}

.safety-img {
  border-radius: 24px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.safety-img img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.safety-title {
  font-size: 30px;
  font-weight: 700;
  color: #141414;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

/* Sub-points with normal bullets */
.safety-list {
  padding-left: 20px;  /* gives space for bullets */
  margin: 0;
  font-size: 18px;
  color: #444;
}

.safety-list li {
  margin-bottom: 10px;
  list-style-type: disc; /* normal bullet */
}

/* Responsive */
@media (max-width: 991.98px) {
  .safety-title {
    font-size: 24px;
  }
  .safety-list {
    font-size: 16px;
  }
}







/* ===== Partner with FARAS ===== */
.partner-block{
  background:#7c8f24;             /* olive backdrop from the design */
  padding:64px 0 56px;
  color:#fff;
}

.partner-title{
  font-weight:700;
  font-size:55px;                  /* Figma: 55px / 68px */
  line-height:68px;
  margin:0 0 10px;
  letter-spacing:0;
}

.partner-sub{
  font-size:30px;                  /* Figma: 30px / 39px */
  line-height:39px;
  color:rgba(255,255,255,.95);     /* slightly softer white like the comp */
  margin:0 0 24px;
}

/* Image banner */
.partner-card{
  --radius:30px;
  position:relative;
  width:100%;
  max-width:960px;                 /* keeps it elegant on large screens */
  margin:0 auto;
  border-radius:var(--radius);
  overflow:hidden;
  padding:0;                       /* no white frame */
  box-shadow:0 8px 20px rgba(0,0,0,.15);
}

/* dark overlay like the mock */
.partner-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      0deg,
      rgba(0,0,0,.58) 0%,
      rgba(0,0,0,.35) 45%,
      rgba(0,0,0,.20) 100%
    );
  pointer-events:none;
}

.partner-card img{
  display:block;
  width:100%;
  height:229px;                    /* Figma height */
  object-fit:cover;
}

/* Responsive tweaks */
@media (max-width: 991.98px){
  .partner-title{ font-size:40px; line-height:50px; }
  .partner-sub{ font-size:18px; line-height:28px; }
  .partner-card{ max-width:100%; }
  .partner-card img{ height:210px; }
}

@media (max-width: 575.98px){
  .partner-title{ font-size:32px; line-height:40px; }
  .partner-sub{ font-size:16px; line-height:24px; }
  .partner-card img{ height:190px; }
}





/* ===== CTA Section ===== */
.cta-block {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}

.cta-title {
  font-family: Inter, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 68px;
  color: #000;
  margin-bottom: 12px;
}

.cta-sub {
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  color: #29323c; /* matches rgba(41,48,62,1) */
  margin-bottom: 40px;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

/* Primary Button */
.btn-primary {
  display: inline-block;
  background: #0ab247; /* Green */
  color: #fff;
  font-family: Aeonik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 32px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-primary:hover {
  background: #089e3f;
}

/* Secondary Button */
.btn-secondary {
  display: inline-block;
  background: #f8f8f8;
  color: #29323c;
  font-family: Aeonik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 32px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

.btn-secondary:hover {
  background: #e8e8e8;
  color: #000;
}

/* Responsive */
@media (max-width: 767.98px) {
  .cta-title {
    font-size: 32px;
    line-height: 42px;
  }
  .cta-sub {
    font-size: 18px;
    line-height: 28px;
  }
  .btn-primary,
  .btn-secondary {
    width: 100%;
    text-align: center;
  }
}










/* ---------- HERO ---------- */
.rider_hero{
  --rider_hero-bg: none;
  position: relative;
  display: flex;                 /* center the whole block */
  align-items: center;           /* vertical center */
  justify-content: center;       /* horizontal center */
  background-image: var(--rider_hero-bg);
  background-size: cover;
  background-position: center;
  color:#fff;
  padding-block: 72px;           /* symmetric breathing space */
  min-height: 520px;
}
@media (min-width: 768px){
  .rider_hero{ min-height: 640px; padding-block: 96px; }
}
@media (min-width: 1200px){
  .rider_hero{ min-height: 720px; }
}

/* remove the height:100% trick — not needed with flex center */
.rider_hero .container,
.rider_hero .row{ height: auto; }

/* overlay sits under content */
.rider_hero_overlay{
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.35) 35%, rgba(0,0,0,.55));
}
.rider_hero .container{ z-index: 2; }

/* Typography (unchanged) */
.rider_hero_title{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight:700;
  font-size:34px; line-height:1.2;
  text-shadow:0 2px 12px rgba(0,0,0,.35);
}
@media (min-width: 992px){
  .rider_hero_title{ font-size:55px; line-height:1.22; }
}
.rider_hero_sub{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight:400; font-size:18px; line-height:1.45; opacity:.95;
}
@media (min-width: 992px){
  .rider_hero_sub{ font-size:30px; line-height:43px; }
}

/* Button pill */
.rider_btn_pill{
  border-radius:999px; min-height:58px; padding:16px 28px;
  font-weight:500; font-size:18px; display:inline-flex; align-items:center; gap:12px;
}






/* ===== OVERVIEW (matches Figma) ===== */

/* Section spacing */
.rs-overview { padding: 56px 0; }

/* Title: Inter 40/68 bold, centered */
.rs-overview .display-6{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight:700;
  font-size:40px;
  line-height:68px;
  color:#000;
  margin-bottom:6px;
}

/* Lead: Inter 30/38, center, subtle dark gray */
.rs-lead{
  color:#29303E;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size:30px;
  line-height:38px;
  margin:0;
}

/* Two-column lists */
.rs-overview .rs-list{
  list-style:none; padding:0; margin:0;
  display:grid; gap:40px;       /* vertical gap between rows */
}

.rs-item{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:16px;
  align-items:start;
}

/* Icon circle 72x72 with image inside */
.rs-ico{
  width:72px; height:72px; border-radius:100px;
  background:#FAFBFC;           /* “White Secondary” */
  display:grid; place-items:center;
  position:relative;
  overflow:hidden;
}
/* Hide any fallback <i> and draw the downloaded image instead */
.rs-ico > i{ display:none; }

.rs-ico::before{
  content:"";
  width:28px; height:28px;
  background: var(--rs-icon) center/contain no-repeat;
  display:block;
}

/* Headline and description per card */
.rs-head{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight:500;               /* “Medium” */
  color:#1F284F;                 /* “Primary Color” */
  font-size:24px;
  line-height:32px;
  margin:0 0 4px;
}
.rs-desc{
  color:#575757;                 /* “Text Secondary” */
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight:400;
  font-size:16px;
  line-height:26px;
  margin:0;
}

/* Per-item icon images (use your downloaded assets) */
.rs-item.rs-ridecheck { --rs-icon: url("/resources/img/safety/ride-check.png"); }
.rs-item.rs-privacy   { --rs-icon: url("/resources/img/safety/privacy.png"); }
.rs-item.rs-support   { --rs-icon: url("/resources/img/safety/support.png"); }
.rs-item.rs-shift     { --rs-icon: url("/resources/img/safety/shift-limits.png"); }
.rs-item.rs-pickup    { --rs-icon: url("/resources/img/safety/pickup-code.png"); }
.rs-item.rs-contacts  { --rs-icon: url("/resources/img/safety/trusted-contacts.png"); }
.rs-item.rs-ratings   { --rs-icon: url("/resources/img/safety/driver-ratings.png"); }
.rs-item.rs-share     { --rs-icon: url("/resources/img/safety/share-trip.png"); }

.rs-overview{
}






  /* --- Section shell --- */
  .rider_bda{ padding:56px 0; }

  /* Image card (462×458 in figma, 20px radius) */
  .rider_bda .rs-fig{ border-radius:20px; overflow:hidden; }
  .rider_bda .rs-fig img{ display:block; width:100%; height:auto; }
  .shadow-soft{ box-shadow:0 10px 30px rgba(0,0,0,.08); }

  /* Title: Inter 700, 36px / 60px, deep green */
  .rider_bda_title{
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight:700;
    font-size:36px;
    line-height:60px;
    color:rgb(3,72,51); /* #034833 */
    margin:0 0 10px;
  }

  /* Steps list layout */
  .rider_bda .rs-steps{
    list-style:none; padding:0; margin:0;
    display:grid; gap:16px;
  }
  .rider_bda .rs-steps li{
    display:grid; grid-template-columns:24px 1fr;
    column-gap:12px; row-gap:2px; align-items:flex-start;
  }

  /* Dot (Bootstrap icon inside) */
  .rider_bda .rs-dot{
    width:24px; height:24px; display:grid; place-items:center;
    border-radius:999px; color:rgb(20,20,20); /* Neutral/950 */
    font-size:18px; line-height:1;
  }

  /* Step heading: Inter 500, 20/30, Neutral/950 */
  .rider_bda .rs-step-head{
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight:500;
    font-size:20px;
    line-height:30px;  /* 150% */
    color:rgb(20,20,20);
    margin:0;
  }

  /* Step desc: Inter 400, 16/24, Neutral/800 */
  .rider_bda .rs-step-desc{
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:24px;  /* 150% */
    color:rgb(69,69,69);
    margin:0;
  }

  /* Small spacing tune on mobile */
  @media (max-width: 991.98px){
    .rider_bda .rs-fig{ margin-bottom:8px; }
    .rider_bda_title{ line-height:1.3; }
  }







/* ===== SAFETY WITH FARAS ===== */
/* Match Figma spacing between text + image */
@media (min-width: 992px){
  .rs-safety .row{ --bs-gutter-x: 48px; } /* ~48px horizontal gap */
}

/* Title (Inter 36 / 60, Bold, Green 900) */
.rs-title{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  color: rgb(3,72,51); /* #034833-ish from Figma “900” */
  margin: 0 0 12px;
}

/* Steps list */
.rs-steps{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px; /* space between items */
}
.rs-steps li{
  display: grid;
  grid-template-columns: 24px 1fr; /* icon + content */
  align-items: start;
  column-gap: 12px;
}

/* Check icon (Neutral/950 look) */
.rs-dot{
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #141414; /* Neutral 950 */
  margin-top: 3px; /* aligns with heading baseline */
}
.rs-dot i{ font-size: 20px; line-height: 1; }

/* Step heading (Inter 20 / 30, Medium, Neutral/950) */
.rs-step-head{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 500;            /* Medium */
  font-size: 20px;
  line-height: 30px;           /* 150% in Figma for 20px */
  color: #141414;
  margin: 0 0 2px;
}

/* Step description (Inter 16 / 24, Regular, Neutral/800) */
.rs-step-desc{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;           /* 150% of 16px */
  color: #454545;              /* Neutral 800 */
  margin: 0;
}

/* Image card */
.rs-fig{
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.rs-fig img{ display: block; }

/* soft shadow like Figma card */
.shadow-soft{
  box-shadow: 0 10px 24px rgba(0,0,0,.10), 0 2px 6px rgba(0,0,0,.06);
}

/* Extra breathing room on mobile (image below title) */
@media (max-width: 991.98px){
  .rs-fig{ margin-top: 8px; }
}













/* ===== Support ===== */

.support-hero {
  position: relative;
  min-height: 360px;
  background: center/cover no-repeat var(--hero-bg);
  color: #fff;
  display: grid;
  place-items: center;
}
@media (min-width: 992px){ .support-hero { min-height: 420px; } }

.support-hero__overlay{
  position:absolute; inset:0;
  background: rgba(15,23,42,.55); /* dark bluish overlay */
}

.support-hero__title{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.2;
  margin: 0 0 8px 0;
}
.support-hero__sub{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  opacity: .95;
  margin: 0;
}

.support-body{ padding-block: 48px 32px; }
.support-h2{
  font: 700 40px/1.2 Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial;
  margin: 0 0 24px 0; color:#000;
}
.support-row{ margin-bottom: 50px; }

.support-h3{
  font: 700 22px/1.4 Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial;
  margin-bottom: 8px; color:#000;
}
.support-p{
  font: 400 18px/1.6 Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial;
  color:#293a3e;
}

.support-fig{ position: relative; margin:0; }
.support-img{
  width:100%; height:auto; display:block;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  object-fit: cover;
}

/* CTA card */
.support-cta{ padding: 32px 0 64px; }
.support-cta__card{
  background: #0f3942;        /* brand-like deep teal */
  color:#fff;
  border-radius: 20px;
  padding: 28px 24px;
  display:flex; align-items:center; justify-content:space-between; gap:24px;
}
.support-cta__title{ font:700 24px/1.3 Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial; margin:0 0 4px; }
.support-cta__sub{ font:400 14px/1.6 Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial; margin:0 0 14px; opacity:.9; }
.support-cta__img{ max-width: 360px; height:auto; }
@media (max-width: 767.98px){
  .support-cta__card{ flex-direction:column; text-align:center; }
  .support-cta__img{ max-width: 260px; }
}





/* ========== Support Hero (Figma-accurate) ========== */
/* Aliases so either supprt_hero* or support-hero* work */
.supprt_hero,
.support-hero {
  --hero-height-sm: 320px;
  --hero-height-lg: 460px;
  --overlay: linear-gradient(0deg, rgba(0,0,0,.55), rgba(0,0,0,.55));
  position: relative;
  min-height: var(--hero-height-sm);
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}

@media (min-width: 992px) {
  .supprt_hero,
  .support-hero {
    min-height: var(--hero-height-lg);
  }
}

.supprt_hero__overlay,
.support-hero__overlay {
  position: absolute;
  inset: 0;
  background: var(--overlay);
  pointer-events: none;
  z-index: 0;
}

/* Text styles (Inter 55/30 from your Figma) */
.supprt_hero__title,
.support-hero__title {
  position: relative;
  z-index: 1;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 67px;
  letter-spacing: 0;
  margin: 0 0 12px 0;
  color: #fff;
}

.supprt_hero__sub,
.support-hero__sub {
  position: relative;
  z-index: 1;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 43px;
  letter-spacing: 0;
  margin: 0;
  color: rgba(255,255,255,1);
  max-width: 721px;              /* matches your Figma width so wrapping looks identical */
  margin-left: auto;
  margin-right: auto;
}

/* Force the manual line-break exactly where the design breaks */
.supprt_hero__br { display: none; }
@media (min-width: 992px) { .supprt_hero__br { display: inline; } }

/* Responsive comfort on small screens (keeps proportions without touching desktop spec) */
@media (max-width: 575.98px) {
  .supprt_hero__title,
  .support-hero__title { font-size: 36px; line-height: 46px; }
  .supprt_hero__sub,
  .support-hero__sub   { font-size: 18px; line-height: 28px; max-width: 90%; }
}







/* ===== Support page: Title + Row 1 (Figma-accurate) ===== */

.support-body {
  padding-top: 48px;
  padding-bottom: 48px;
}

/* H2: Inter 700, 55/68, centered, black */
.support-h2 {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 68px;
  color: #000;
  text-align: center;
  margin: 0 0 40px 0;
}

/* Row spacing to match layout rhythm */
.support-row {
  margin-top: 10px;           /* small offset under H2 per your comp */
  margin-bottom: 50px;        /* matches the 50px gaps shown */
}

/* Image figure and image */
.support-fig {
  margin: 0;
}

.support-img {
  display: block;
  width: 100%;
  max-width: 393px;           /* Figma: 393 x 395 */
  aspect-ratio: 393 / 395;
  height: auto;
  border-radius: 20px;        /* Figma radius */
  object-fit: cover;
}

/* H3: Inter 700, 38/46, black */
.support-h3 {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #000;
  margin: 0 0 12px 0;
}

/* Body copy: Inter 400, 30/39, rgba(41,48,62,1), width ~714px */
.support-p {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  color: rgba(41, 48, 62, 1);
  margin: 0;
  max-width: 714px;           /* matches the text frame width in Figma */
}

.support-h3 + .support-p { max-width: 714px; }

/* ---------- Responsive tuning ---------- */
@media (max-width: 991.98px) {
  .support-h2 { font-size: 42px; line-height: 54px; margin-bottom: 28px; }
  .support-h3 { font-size: 28px; line-height: 36px; }
  .support-p  { font-size: 18px; line-height: 28px; max-width: 100%; }
  .support-img { max-width: 100%; aspect-ratio: auto; }
  .support-row { margin-bottom: 32px; }
}







/* ====== Support CTA (Figma-accurate) ====== */
.support-cta { padding-top: 24px; padding-bottom: 48px; }

.support-cta__card{
  position: relative;
  margin: 0 auto;
  background: rgba(13,52,63,1);  /* #0D343F */
  border-radius: 37px;
  min-height: 485px;
  max-width: 1258px;
  overflow: hidden;              /* masks the phone image inside the rounded card */
}

.support-cta__copy{
  padding: 56px 64px;
  max-width: 635px;              /* matches the text block width in the comp */
}

.support-cta__title{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;                /* 100% in Figma */
  color: #fff;
  margin: 0 0 10px 0;
}

.support-cta__sub{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 22px 0;
}

/* Button: 229x58, radius 30, gap 12 */
.support-cta .btn{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 58px;
  padding: 0 24px;
  border: 0;
  border-radius: 30px;
  background: rgba(10,178,71,1);   /* #0AB247 */
  color: #fff;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.12);
}
.support-cta .btn:hover{ filter: brightness(1.05); color: #fff; }

/* Icon chip inside the button */
.support-cta .btn i{
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  background: rgba(255,255,255,.2);
  font-size: 14px;
}

/* Phone image inside card (568x467 in comp) */
.support-cta__img{
  position: absolute;
  right: 64px;
  bottom: 0;
  width: 568px;
  height: 467px;
  object-fit: cover;
  pointer-events: none;
}

/* ---------- Responsive adjustments ---------- */
@media (max-width: 1199.98px){
  .support-cta__img{ width: 420px; height: auto; right: 24px; }
  .support-cta__copy{ padding: 40px; }
}
@media (max-width: 767.98px){
  .support-cta__card{ min-height: auto; padding-bottom: 220px; }
  .support-cta__copy{ padding: 32px 24px; max-width: none; }
  .support-cta__title{ font-size: 28px; }
  .support-cta__sub{ font-size: 16px; line-height: 22px; }
  .support-cta .btn{ height: 50px; font-size: 16px; }
  .support-cta__img{
    right: 50%;
    transform: translateX(50%);
    width: 420px;
    bottom: -20px;
  }
}

















/* =========================
   SECTION SPACING SYSTEM
   paste at the END of main.css
   ========================= */

/* 1) Default section rhythm (most blocks use .section) */
section.section {
  padding-block: clamp(36px, 4.8vw, 72px);
}

/* 2) Headings and subtitles inside sections */
section.section h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

/* unify common subtitle classes */
section.section :is(
  .why-sub,
  .services-sub,
  .posts-sub,
  .earn-sub,
  .gallery-sub,
  .contact-sub,
  .loc-sub,
  .diff-sub,
  .promise-sub
){
  margin: 0 auto 20px;
}

/* 3) Hero controls its own height only */
section.hero { padding-block: 0; }

/* 4) Home page specific blocks */
.about-block        { padding-block: clamp(36px, 4.8vw, 64px); }
.services-block     { padding-block: clamp(36px, 4.8vw, 64px); }
.why-block          { padding-block: clamp(36px, 4.8vw, 64px); }
.video-block        { padding-top: 20px; padding-bottom: 0; }
/* .locations          { padding-block: clamp(36px, 4.8vw, 56px); } */
.stories-block      { padding-top: 78px; padding-bottom: 78px; }
.earn-block         { padding-block: clamp(40px, 4.8vw, 64px); }
.gallery-block      { padding-block: clamp(36px, 4.8vw, 56px); }
.testimonial-block  { padding-block: clamp(32px, 4vw, 52px); }
.posts-block        { padding-block: clamp(36px, 4.8vw, 56px); }
.contact-block      { padding-block: clamp(36px, 4.8vw, 56px); }

/* tighten a few inner elements that add extra space */
.stories-media      { margin-bottom: 18px; }
.earn-tiles         { margin-top: 8px; }
.posts-block .text-center.mb-4 { margin-bottom: 32px !important; }

/* 5) About page specific blocks */
.about-intro-block  { padding-block: clamp(36px, 4.8vw, 56px); }
.about-values       { padding-block: clamp(36px, 4.8vw, 64px); }
.why-choose-block   { padding-block: clamp(36px, 4.8vw, 64px); }
.diff-block         { padding-block: clamp(40px, 4.8vw, 64px); }
.testimonials-block { padding-block: clamp(36px, 4.8vw, 64px); }
.promise-block      { padding-block: clamp(40px, 4.8vw, 60px); }

/* the diff block had a stacked .mb-4 on the heading group */
.diff-block .mb-4 { margin-bottom: 10px !important; }

/* 6) Small phones: slightly tighter */
@media (max-width: 575.98px){
  section.section { padding-block: clamp(28px, 7vw, 48px); }
  section.section :is(
    .why-sub,
    .services-sub,
    .posts-sub,
    .earn-sub,
    .gallery-sub,
    .contact-sub,
    .loc-sub,
    .diff-sub,
    .promise-sub
  ){ margin-bottom: 16px; }
}





/* ===== 404 (Not Found) ===== */
.nf { 
  padding-top: 48px; 
  padding-bottom: 88px; 
}
.nf-illustration {
  max-width: 900px;      /* big image like the mock */
  width: 100%;
  display: block;
  margin: 0 auto 18px;
  border-radius: 16px;    /* soft corners like the design */
}
.nf-title {
  font: 700 36px/1.2 Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #0b0d0f;
  margin: 0 0 6px;
}
.nf-sub {
  font: 400 18px/1.5 Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #6b747c;
  margin-bottom: 18px;
}
.nf-actions .btn-pill { border-radius: 9999px; }
