.font-helvetica {
  font-family: "Helvetica" !important;
}
.navbar-bg {
  background-color: #1f4268;
}
.navbar-btn {
  background: #f36c21;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 12px;
  cursor: pointer;
}
.btn-cta {
  position: relative;
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  background: #f36c21;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.75rem;
  z-index: 1;
}
/* Desktop pe left panel button dikhega */
@media (min-width: 768px) {
  .mobile-cta {
    display: none !important;
  }
}

/* Mobile pe left panel button hide, mobile-cta dikhega */
@media (max-width: 767.98px) {
  .left-panel .btn-cta {
    display: none !important;
  }

  .mobile-cta {
    display: block !important;
    margin-top: 24px;
  }
}
.btn-cta::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 50%;
  width: 140%;
  height: 300%;
  background: #c74a07;
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.5s ease;
  z-index: -1;
}

.left-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn-cta {
  margin-top: 20px; /* reduce from 40px if needed */
  align-self: flex-start; /* keeps button aligned left */
}
/* Hover effect */
.btn-cta:hover::before {
  transform: translateX(-50%) scale(1);
}

.btn-cta:hover {
  color: #fff;
}
.radius-12 {
  border-radius: 12px;
}
.section-seperator {
  padding: 60px 0;
}
.agents-fixed-icons {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.agents-icon-box {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.agents-icon-box img {
  width: 22px;
}

.agents-icon-box:hover {
  transform: scale(1.08);
}
.hero-home {
  background-image: url("../images/new/hero-bg-1920.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-wrapper {
  position: relative;
  margin-top: 30px;
  height: 548px;
  width: 1210px;
  border-radius: 16px;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: transparent;
}

.video-overlay {
  position: absolute;
  inset: 0;
  display: none;
}

.video-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  font-size: 34px;
  cursor: pointer;

  background: #ffffff80;
  color: #5e424294;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
/* .video-wrapper {
    position: relative;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    padding: 10px 20px;
    cursor: pointer;
} */
/* Main container */
.hero-wrapper-title {
  width: 1000px;
  height: 144px;
  max-width: 100%;
}
.hero-title {
  color: #102c4b;
  text-align: center;
  font-family: "Helvetica" !important;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 4.5rem;
}
.hero-decp {
  width: 700px;
  max-width: 100%;
  text-align: center;
}
.hero-desp-text {
  color: #303030;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}
/* Headings */
h1 {
  margin: 0;
  font-size: clamp(22px, 4vw, 32px);
  color: #0c2340;
}

/* p {
  margin: 12px 0;
  color: #ffffff;
  font-size: clamp(14px, 2vw, 16px);
} */

/* Button */
/* .btn {
  background: #f36c21;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 12px;
  cursor: pointer;
} */

/* Image */
.image-box {
  margin-top: 30px;
  height: 548px;
  border-radius: 16px;
  overflow: hidden;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Stats */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 87px;
  margin-top: 25px;
}

.stat h3 {
  color: #263f5b;
  font-family: var(--font-inter) !important;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
}

.stat span {
  font-size: 32px;
  color: #f16136;
  font-weight: 500 !important;
}
.stat p {
  color: #404040;
  font-family: var(--font-inter) !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  margin: 0;
}

/* Tablet */
@media (max-width: 768px) {
  .hero-home {
    padding-top: 35px;
  }
  .hero-wrapper-title {
    width: 691px;
    height: 85px;
  }
  .hero-title {
    font-size: 32px;
    line-height: 42px;
  }
  .hero-decp {
    width: 560px;
  }
  .hero-desp-text {
    font-size: 16px;
    line-height: 24px;
  }
  .video-wrapper {
    height: 185px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 480px) {
  .gnb {
    height: 3.75rem;
  }
  .hero-home {
    padding-top: 35px;
  }
  .hero-wrapper-title {
    width: 343px;
    height: 126px;
  }
  .hero-title {
    font-size: 32px;
    line-height: 42px;
  }
  .hero-decp {
    width: 343px;
  }
  .hero-desp-text {
    font-size: 16px;
    line-height: 24px;
  }
  .video-wrapper {
    height: 185px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .stats {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 375px) {
  .gnb {
    height: 3.75rem;
  }
  .hero-wrapper-title {
    width: 343px;
    height: 126px;
  }
  .hero-title {
    font-size: 32px;
    line-height: 42px;
  }
  .hero-decp {
    width: 360px;
  }
  .video-wrapper {
    height: 160px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .stats {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 320px) {
  .gnb {
    height: 3.75rem;
  }
  .hero-wrapper-title {
    width: 343px;
    height: 126px;
  }
  .hero-title {
    font-size: 32px;
    line-height: 42px;
  }
  .hero-decp {
    width: 310px;
  }
  .video-wrapper {
    height: 155px;
    width: 295px;
    margin-left: auto;
    margin-right: auto;
  }

  .stats {
    grid-template-columns: 1fr;
  }
}
/*Why Choose Us Section*/
.why-choose-gfpo {
  background-color: #fffbfb;
}
/* .main-wrapper {
  margin: auto;
} */
.wc-container {
  /* padding-top: 40px;
  height: 500px; */
  max-width: 1210px;
  margin: 0 auto;
}
.wc-left-sec {
  width: 40%;
}
.wc-right-sec {
  width: 60%;
}
.why-choos-chip {
  padding: 0.75rem 1.5rem;
  border-radius: 0.625rem;
  background: rgba(244, 110, 40, 0.1);
  color: #e26626;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  width: 173px;
}

.wcgfpo-title {
  color: #102c4b;
  font-size: 3rem;
  font-style: normal;
  line-height: 3.625rem;
  font-weight: 500 !important;
  width: 431px;
  max-width: 100%;
}
.wcgfpo-description {
  font-size: 18px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  width: 420px;
  max-width: 100%;
}

/* ===== SLIDER ===== */

.slider-track {
  display: flex;
  gap: 16px;
  transition: transform 0.4s ease;
}

.slide-card {
  width: 340px;
  height: fit-content;
  flex-shrink: 0;
  position: relative;
  border-radius: 16px;
  overflow: hidden !important;
  display: flex;
}

.slide-card > img {
  max-width: 100%;
  flex-grow: 1;
  max-height: 340px;
  object-fit: cover;
}
.wc-card-logo {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-bottom: 30px;
}

/* ===== TITLE ===== */
.card-title-default {
  position: absolute;
  bottom: 1px;
  left: 0;
  padding: 16px;
  font-weight: 600;
  z-index: 2;
  color: white;
}

/* ===== OVERLAY ===== */
.card-overlay {
  position: absolute;
  inset: 0;
  background: #00162deb;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
  z-index: 3;
  padding: 40px 20px 20px 20px;
}

.overlay-svg {
  position: absolute;
  top: -40px;
  right: -2px;
  width: 80px;
  height: 60px;

  height: auto;
  filter: brightness(0) invert(1);
}
.card-overlay h4 {
  color: white;
  font-size: 18px;
}
.card-overlay p {
  color: white;
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
}

.slide-card:hover .card-overlay {
  opacity: 1;
}
.wc-slider-wrapper {
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  max-height: 540px;
}

.wc-slider-wrapper:active {
  cursor: grabbing;
}
.wc-btn-prev,
.wc-btn-next {
  width: 33px;
  height: 33px;
  background: #bebebe;
  border: none;
}
.wc-btn-prev i,
.wc-btn-next i {
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 768px) {
  .why-choose-gfpo {
    padding: 10px;
  }
}

@media (max-width: 1200px) {
  /* .wc-container {
    padding-left: 60px;
    padding-right: 60px;
  } */

  .slide-card {
    width: 300px;
  }
}

@media (max-width: 700px) {
  .tag-title {
    width: auto !important;
    display: inline-flex;
    margin: 0 auto;
  }
}
/* mobile text */
@media (max-width: 700px) {
  .section-title,
  .section-desc {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

/* Tablet (≤992px) */
@media (max-width: 992px) {
  .wc-container {
    flex-direction: column;
    /* height: auto !important;
    padding-left: 40px;
    padding-right: 40px; */
  }

  /* LEFT */
  .container > div:first-child {
    width: 100% !important;
  }

  /* RIGHT */
  /* .wc-container > div:last-child {
    width: 100% !important;
    margin-top: 30px;
  } */

  /* h6 {
    font-size: 32px !important;
    width: 100% !important;
  } */

  /* p {
    width: 100% !important;
  } */
}

/* Mobile (≤768px) */
@media (max-width: 768px) {
  /* .wc-container {
    padding: 40px 20px !important;
  } */

  .slider-wrapper {
    padding-right: 0;
  }

  .slide-card {
    width: 260px;
  }

  .card-overlay {
    padding-top: 50px;
  }
}

/* Small Mobile (≤480px) */
@media (max-width: 480px) {
  .slide-card {
    width: 92vw; /* card almost full width */
  }

  .card-title-default {
    font-size: 14px;
    line-height: 1.3;
  }

  .card-overlay h4 {
    font-size: 16px;
  }

  .card-overlay p {
    font-size: 13px;
  }
}
/* @media (max-width: 992px) {
  .wc-container {
    height: auto !important;
  }

  .wc-container > div {
    height: auto !important;
  }
} */

/* badge responsive */
@media (max-width: 768px) {
  .container span {
    width: auto !important;
    padding: 10px 18px !important;
    font-size: 14px;
  }
}
/* RIGHT SECTION */
.wc-container > div:last-child {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* BUTTON WRAPPER DESKTOP */
/* .wc-container > div:last-child > div:last-child {
  position: absolute;
  top: 270px;
  right: 50px;
  bottom: 0;
} */

@media (max-width: 860px) {
  /* .wc-container > div:last-child > div:last-child {
    position: absolute;
    top: 320px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: auto !important;
  } */
}

/* BUTTON WRAPPER HEIGHT FIX */

/* .wc-container > div:last-child > div:last-child {
  height: auto !important;
  max-width: 100%;
  margin-top: -5px;
} */
/* @media (min-width: 768px) {
  .wc-container > div:last-child > div:last-child {
    margin-top: 85px;
  }
} */

/* mobile alignment */
@media (max-width: 992px) {
  /* .wc-container > div:last-child > div:last-child {
    justify-content: flex-start !important;
  } */
}
@media (max-width: 768px) {
  /* .wc-container > div:last-child > div:last-child {
    justify-content: flex-start !important;
    padding-left: 10px;
  } */
}

/* remove bootstrap focus shadow */
button:focus,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.next-btn {
  outline: none !important;
  border-style: none !important;
}

button:active {
  box-shadow: none !important;
}
/*Financial CTA*/
.fcta-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 309px;
}

.fcta-container {
  width: 1210px;
  border-radius: 1rem;
  /* background: linear-gradient(180deg, #e06526 0%, #d85920 50%, #c04810 100%); */
  background-image: url("../images/new/Background/fs_cta_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 45px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  height: 184px;
}

.fcta-content h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 500 !important;
  margin: 0;
  line-height: 45px;
  max-width: 650px;
  /* text-transform: capitalize; */
}

.fcta-btn {
  background: #ffffff;
  color: #d35400;
  padding: 14px 16px 12px 23px;
  border-radius: 10px;
  text-decoration: none;
  font-family: var(--font-inter) !important;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  border: none;
}

/* ── Responsive Modal ── */
@media (max-width: 991px) {
  .modal-dialog.modal-lg { max-width: 95vw; margin: 1rem auto; }

  /* Stack left + right panels vertically on tablet/mobile */
  #expertModal .row.g-0.p-4 { flex-direction: column; height: auto !important; padding: 1rem !important; }
  #expertModal .col-lg-5    { width: 100%; border-radius: 14px; margin-bottom: 1rem; }
  #expertModal .col-lg-7    { width: 100%; padding: 0 !important; }
}

@media (max-width: 576px) {
  .modal-dialog.modal-lg { max-width: 100vw; margin: 0; }
  .modal-content          { border-radius: 0 !important; }

  /* Slightly smaller heading on phones */
  #expertModal .col-lg-7 h3 { font-size: 16px !important; }

  /* Make captcha row wrap gracefully */
  #expertModal .d-flex.gap-2.align-items-center { flex-wrap: wrap; }
  #expertModal #captcha { width: 100%; }
}

/* Fix icon alignment for textarea */
.input-group-text.em-icon-wrap { align-items: flex-start; padding-top: 10px; }
/* icon hidden */
.phone-icon {
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.3s ease;
  display: inline-flex;
}

/* button hover */
.fcta-btn:hover {
  background: #fff3e6;
  color: #b34700;
  padding-right: 30px; /* button expands */
}

/* icon appears */
.fcta-btn:hover .phone-icon {
  opacity: 1;
  transform: scale(1);
}
/*All Services*/
.max-wrap {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 115px;
  padding-right: 115px;
  box-sizing: border-box;
}
.container.max-wrap {
  max-width: 1440px !important;
}
.all-services-section {
  padding: 52px 0 64px;
  background: #fffbfb;
  background: #fffbfb;
}
.left-panel {
  padding-top: 40px;
}
.section-chip {
  display: flex;
  padding: 0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background: rgba(244, 110, 40, 0.1);
  color: #e26626;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 12px;
  width: 140px;
}
.what-title {
  color: #102c4b;
  font-size: 3rem;
  font-style: normal;
  line-height: 3.625rem;
  font-weight: 500 !important;
  margin-bottom: 14px;
}
.what-copy {
  color: #4f5864;
  font-size: 18px;
  line-height: 28px;
  max-width: 350px;
  margin-bottom: 22px;
  font-weight: 400;
}
.cta-btn {
  background: #ef6e2f;
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 13px;
}
.right-panel {
  padding-left: 22px;
  max-width: 776px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.toggle-cover {
  height: 100px;
  background: rgb(255 251 251);
  position: sticky;
  top: 0;
  z-index: 5;
}
.toggle-wrap {
  display: flex;
  justify-content: flex-start;
  /* margin-bottom: 22px;
  position: sticky;
  top: 0; 
  z-index: 5; */
  padding-bottom: 8px;
}
.toggle-pill {
  background: #fff;
  border: 1px solid #dbe6f2;
  border-radius: 999px;
  padding: 3px;
  display: inline-flex;
  box-shadow: 0 1px 6px rgba(6, 52, 105, 0.08);
  padding: 8px;
}
.toggle-pill .nav-link {
  border: 0;
  border-radius: 999px;
  color: #274266;
  padding: 9px 16px;
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 500;
  font-family: var(--font-inter);
}
.toggle-pill .nav-link.active {
  background: #0e529f;
  color: #fff;
}
@media (max-width: 320px) {
  .toggle-pill {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 4px !important;
  }

  .toggle-pill .nav-item {
    flex: 1 !important;
    min-width: 0 !important;
  }

  .toggle-pill .nav-link {
    width: 100% !important;
    text-align: center !important;
    font-size: 11px !important;
    padding: 7px 3px !important;
    white-space: nowrap !important;
    border-radius: 50px !important;
    box-sizing: border-box !important;
  }
}
.cards-scroll {
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 0;
  overflow-y: visible;
  overflow-x: hidden;
  flex: 1;
  min-height: 0;
}
.service-card {
  background: #fff;
  border: 2px solid rgba(255, 234, 228, 0.7);
  border-radius: 14px;
  height: 100%;
}
.title {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 30px;
  margin-bottom: 12px;
}
.service-card .ncard-body {
  padding: 1.875rem;
}
.service-thumb {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.service-title {
  color: #404040;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.875rem;
  margin: 0;
  font-weight: 500 !important;
}
.service-text {
  color: #69737e;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  min-height: 128px;
  margin-bottom: 16px;
}

.learn-more {
  color: #f06432;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
  display: inline-flex;
  align-items: center;
}
.check-item {
  display: flex;
  gap: 1.1875rem;
  align-items: flex-start;
  border-top: 1px dotted #d6d1d1ab;
  border-bottom: 1px dotted #d6d1d1ab;
  padding: 15px 0;
}
.service-card .ncard-body * {
  text-align: left;
}
.tick-icon {
  width: 12px;
  height: 12px;
  object-fit: contain;
  margin-top: 3px;
}
.learn-icon {
  width: 11px;
  height: 11px;
  object-fit: contain;
  margin-left: 5px;
}
/* .tab-pane .row {
  --bs-gutter-x: 18px;
  --bs-gutter-y: 18px;
} */
.tab-content {
  flex: 1;
  min-height: 0;
}
.tab-pane {
  height: 100%;
}

/* .bottom-cta {
  margin-top: 14px;
  padding: 34px 0;
} */

.bottom-cta-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.bottom-cta-card {
  border-radius: 10px;
  min-height: 102px;
  padding: 26px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 10px 24px rgba(24, 29, 38, 0.16);
}

.bottom-cta-card.orange {
  background:
    radial-gradient(
      circle at 65% 20%,
      rgba(255, 255, 255, 0.18) 0,
      rgba(255, 255, 255, 0) 35%
    ),
    linear-gradient(90deg, #bf4b14 0%, #df6524 55%, #bc4613 100%);
}

.bottom-cta-card.blue {
  background-image: url("../images/new/Background/css_cta_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 184px;
}

.bottom-cta-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.8rem, 2.6vw, 2.2rem);
  line-height: 1.12;
  font-weight: 500 !important;
  max-width: 560px;
}

.bottom-cta-btn {
  color: #1f4268;
  background-color: #ffffff;
  font-family: var(--font-inter);
  padding: 14px 0px 14px 28px;
  border-radius: 10px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  border: none;
}

.bottom-cta-btn:hover {
  color: #1f4268;
  padding-right: 30px; /* button expands */
}

/* icon appears */
.bottom-cta-btn:hover .phone-icon {
  opacity: 1;
  transform: scale(1);
}

.section-gap {
  margin-top: 50px;
}

.two-images {
  display: flex;
  gap: 16px;
}

.two-images > div {
  flex: 1 1 0;
  min-width: 0;
}

/*How We Work*/

/* MAIN WRAPPER */
/* .main-wrapper {
  max-width: 1440px;
  margin: auto;
  padding: 60px 20px;
  position: relative;
} */

.content-top {
  padding: 0 14px;
}
.cards {
  padding: 0;
}

@media (max-width: 991px) {
  .cards {
    padding: 0 16px;
  }
}

.how-we-work-title {
  font-size: 48px;
  line-height: 58px;
  color: #102c4b;
  font-weight: 500 !important;
  margin-bottom: 6px;
  margin-top: 8px;
}
.how-we-work-desc {
  font-size: 18px;
  color: #303030;
  font-weight: 400;
  max-width: 790px;
  margin-bottom: 0;
}
.hww-point-title {
  font-size: 24px;
  line-height: 27px;
  color: #404040;
  font-weight: 500 !important;
}
.hww-point-desc {
  font-size: 16px;
  line-height: 26px;
  color: #404040;
  font-weight: 400;
  height: 80px;
}
/* COMMON CARD */
.card-box {
  background: linear-gradient(to bottom, #fff, #fff7f4);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  flex: 1 1 300px;
  min-width: 250px;
  max-width: 382px;
  height: 350px;
  border: 1px solid #ffebe5;
  gap: 20px;
}
/* TOP 3 CARDS HEIGHT */
.top-card {
  height: 350px;
}
/* .card-box img{
margin-top:auto;
display:block;
} */

/* TOP ROW */
.top-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  position: relative;
}

/* BOTTOM ROW */
.bottom-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap; /* wrap enabled */
  position: relative;
}

.bottom-card {
  height: 272px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 20px;
  position: relative;
  flex: 1 1 400px; /* grow, shrink, base width 400px */
  min-width: 300px;
  max-width: 587px;
}
@media (max-width: 320px) {
  .bottom-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    box-sizing: border-box;
  }

  .bottom-row {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
  }

  .cards,
  .container-1210,
  .max-wrap {
    overflow-x: hidden !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }
}
.step-badge {
  width: 36px;
  height: 36px;
  background: #e266260d;
  color: #e26626;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

/* HORIZONTAL ARROWS */
.arrow-horizontal {
  font-size: 24px;
  color: #e26626;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -15px;
  z-index: 1;
}

/* VERTICAL ARROW */

.arrow-down {
  font-size: 28px;
  position: absolute;
  right: 210px;
  bottom: -36px;
  font-size: 28px;
  color: #e26626;
}
.left-arrow {
  transform: scaleX(-1);
}
.down-arrow {
  transform: rotate(90deg);
}

/* RESPONSIVE 1200px */
@media (max-width: 1200px) {
  .top-card,
  .bottom-card {
    width: 100%;
    max-width: 90%;
  }
  .bottom-card {
    flex-direction: column;
    text-align: center;
  }
  .arrow-horizontal,
  .arrow-down {
    display: none;
  }
}

@media (max-width: 700px) {
  .top-card,
  .bottom-card {
    height: auto;
  }

  .step-badge {
    align-self: flex-end;
  }
  .how-we-work-title {
    font-size: 32px;
    line-height: 38px;
  }
  .how-we-work-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .bottom-row {
    display: flex;
    flex-direction: column;
  }

  /* card 04 1st */
  .bottom-row .bottom-card:nth-child(3) {
    order: 1;
  }

  /* card 05 2nd */
  .bottom-row .bottom-card:nth-child(1) {
    order: 2;
  }

  .bottom-card {
    position: relative;
    text-align: center;
  }

  .bottom-card .step-badge {
    position: absolute;
    top: 27px;
    right: 12px;
  }

  .bottom-card .hww-point-title {
    text-align: start;
    width: 100%;
  }
  .bottom-card .hww-point-desc {
    text-align: start;
    margin-bottom: 6px;
  }

  .bottom-card {
    padding: 32px;
  }

  .top-row,
  .bottom-row {
    flex-direction: column;
    gap: 20px;
  }
  .top-card,
  .bottom-card {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .bottom-card {
    flex-direction: column;
    text-align: center;
  }
}

/* Business CTA */

.business-cta {
  background: linear-gradient(135deg, #1f3b55, #0f2a3f);
  padding: 48px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* subtle diagonal line pattern */
.business-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.04) 0px,
    rgba(255, 255, 255, 0.04) 2px,
    transparent 2px,
    transparent 8px
  );
}

.cta-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: auto;
}

.business-cta h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700 !important;
  margin-bottom: 10px;
}

.business-cta p {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6875rem; /* 150% */
  text-transform: capitalize;
  width: 600px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .business-cta {
    background: linear-gradient(160deg, #1a3a52 0%, #0f2a3f 50%, #1a3a52 100%);
    padding: 24px 16px;
  }

  .business-cta .cta-container {
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    /* border-radius: 16px; */
    padding: 32px 24px;
    background: transparent;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
  }

  .business-cta h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700 !important;
    line-height: 1.4;
    margin-bottom: 14px;
    white-space: normal;
  }

  .business-cta p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.6rem;
    margin-bottom: 24px;
    width: 100%;
  }

  .business-cta .lets-dbn-cta-btn {
    background: #ffffff;
    color: #f36c21;
    padding: 13px 28px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    border: none;
    margin: 0 auto;
  }
}
/* .cta-btn {
  display: inline-block;
  background: #ffffff;
  color: #1f3b55;
  padding: 12px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
} */

.lets-dbn-cta-btn {
  background: #ffffff;
  color: #1f4268;
  padding: 14px 0px 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.25rem;
  font-family: var(--font-inter);
  font-size: 1rem;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  border: none;
}

/* icon hidden */
.phone-icon {
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.3s ease;
  display: inline-flex;
}

/* button hover */
.lets-dbn-cta-btn:hover {
  background: #ffffff;
  color: #1f4268;
  padding-right: 30px; /* button expands */
}

/* icon appears */
.lets-dbn-cta-btn:hover .phone-icon {
  opacity: 1;
  transform: scale(1);
}
.phone-icon-img {
  color: #1f4268;
  transition: all 0.3s ease;
}

/*Faq*/

.section-gap {
  padding: 60px 0;
}

.faq-flex {
  display: flex;
  gap: 56px;
  align-items: stretch;
  justify-content: space-between;
}

.faq-left {
  flex: 1 1 502px;
  max-width: 502px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* Mobile */
@media (max-width: 992px) {
  .faq-left {
    justify-content: flex-start;
    gap: 24px;
  }
}

.faq-right {
  flex: 1 1 611px;
  max-width: 611px;
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-label {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  background: #e266260d;
  color: #e26626;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 14px;
  max-width: min-content;
}

.faq-title {
  color: #16345d;
  font-size: 48px;
  font-weight: 500 !important;
  line-height: 58px;
  margin-bottom: 14px;
  max-width: 560px;
}

.faq-copy {
  color: #303030;
  margin-bottom: 0;
  max-width: 560px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.faq-card {
  border-radius: 14px;
  background: url("../images/new/Background/Faq-bg.webp") center/cover no-repeat;
  background: url("../images/new/Background/Faq-bg.webp") center/cover no-repeat;
  color: #fff;
  margin-top: auto;
  padding: 28px;
  width: 100%;
  max-width: 478px;
  height: 244px;
  max-height: 244px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.faq-card h3 {
  font-weight: 700 !important;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 2.25rem;
}

.faq-card p {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 18px;
  max-width: 460px;
}
.m-card {
  display: none;
}

.faq-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 178px;
  height: 48px;
  padding: 18px 24px;

  border-radius: 10px;
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
  font-weight: 600;
  font-size: 16px;

  align-self: flex-start;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-card-btn:hover {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.7);
}

.faq-item {
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  /* background: #f3f3f3; */
  margin-bottom: 0;
  min-height: 70.42px;
  max-width: 611px;
  width: 100%;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.faq-item-header {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 18px 16px;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.faq-chevron {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.faq-chevron img {
  width: 18px;
  height: 18px;
  display: block;
  transition: transform 0.2s ease;
}

.faq-question {
  margin: 0;
  color: #303030;
  font-size: 19px;
  font-weight: 400 !important;
  line-height: 1.35;
}

.faq-item.is-open {
  border: 1px solid #e3e3e3;
  border-left: 3px solid var(--secondary);
  border-radius: 12px;
  background: #f8eeea;
  box-shadow: 0 8px 20px rgba(38, 38, 38, 0.08);
  margin-bottom: 0;
  max-width: 611px;
  width: 100%;
}

.faq-item.is-open .faq-item-header {
  align-items: center;
}

.faq-item.is-open .faq-question {
  color: #e44d24;
  font-weight: 500 !important;
}

.faq-answer {
  color: #525252;
  font-size: 14px;
  line-height: 1.65;
  padding: 0 16px 0 56px;
  margin: 0;
  font-weight: 400 !important;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.26s ease-out,
    padding 0.32s ease;
}

.faq-item.is-open .faq-answer {
  max-height: 260px;
  opacity: 1;
  padding: 0 16px 18px 56px;
}

.team-section {
  background: #ffffff;
  padding: 80px 0;
}

.team-section .max-wrap {
  width: 100%;
  max-width: 1440px;
  padding-left: 115px;
  padding-right: 115px;
  box-sizing: border-box;
}

.team-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  margin-bottom: 32px;
  font-family: Helvetica, Arial, sans-serif;
}

.team-chip {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 0.625rem;
  background: rgba(226, 102, 38, 0.05);
  color: #ea580c;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.team-title {
  margin: 0;
  color: #0f345d;
  font-size: 48px;
  font-weight: 500 !important;
  line-height: 58px;
  font-family: Helvetica !important;
}

.team-copy {
  margin: 0;
  color: #27272a;
  font-size: 18px;
  line-height: 28px;
  font-family: Helvetica, Arial, sans-serif;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 1.25rem;
}

.team-frame {
  max-width: 1169px;
  margin: 0 auto;
}

.team-card {
  position: relative;
  width: 378px;
  min-width: 0;
  min-height: 460px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
  padding: 2.5rem 1.875rem;
}

.team-card-bg {
  position: absolute;
  left: -24px;
  bottom: -150px;
  width: 300px;
  height: 100px !important;
  object-fit: cover;
  z-index: -2;
}

.team-member-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
  max-width: none;
  height: 300px;
  object-fit: contain;
  object-position: bottom center;
  z-index: -1;
}

.team-card.one .team-member-img {
  width: 304px;
  height: 365px;
  right: -34px;
  bottom: -120px;
}

.team-card.two .team-member-img {
  width: 304px;
  height: 365px;
  right: -48px;
  bottom: -83px;
}

.team-card.three .team-member-img {
  width: 304px;
  height: 365px;
  right: -45px;
  bottom: -110px;
}

.team-card-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* max-width: 67%; */
}

.team-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.team-name {
  margin: 0;
  color: #3f3f46;
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 28px;
}

.team-role {
  margin: 0;
  color: #ea580c;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

.team-quote {
  margin: 0;
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
}

.team-quote.one {
  color: #3f3a1f;
}

.team-quote.two {
  color: #4a212d;
}

.team-quote.three {
  color: #713f12;
}

.team-tag {
  align-self: flex-end;
  border-radius: 20px;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  color: #57534e;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: var(--font-inter);
}

.team-card.one {
  background-image: url("../images/new/Background/Team-bg-1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.team-card.two {
  background-image: url("../images/new/Background/Team-bg-2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.team-card.three {
  background-image: url("../images/new/Background/Team-bg-3.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .left-panel {
    position: sticky;
    top: 35px;
  }
  .toggle-cover {
    position: sticky;
    top: 72px;
    z-index: 6;
  }
  /* .toggle-wrap {
    position: sticky;
    top: 72px;
    z-index: 6;
  } */
  .right-panel {
    max-height: none;
  }
  .cards-scroll {
    overflow: visible;
  }
}
@media (max-width: 991px) {
  .what-title {
    font-size: 40px;
  }
  .left-panel {
    margin-bottom: 24px;
    padding-top: 0;
    position: static;
  }
  .cards-scroll {
    padding-left: 0;
    padding-right: 0;
    overflow-y: visible;
    overflow-x: hidden;
  }
  .right-panel {
    padding-left: 12px;
    max-height: none;
  }
  .toggle-wrap {
    position: static;
    background: transparent;
    padding-bottom: 0;
  }
  .service-title {
    font-size: 24px;
  }
  .faq-flex {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .faq-left,
  .faq-right {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
    height: auto;
    max-height: none;
  }
  .faq-card {
    max-width: 100%;
    height: auto;
    max-height: none;
  }
  .faq-item,
  .faq-item.is-open {
    max-width: 100%;
  }
  .team-section {
    padding: 64px 0;
  }
  .team-section .max-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .team-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .team-card {
    width: 100%;
    min-width: 0;
    min-height: 360px;
  }
  .team-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .faq-right .faq-answer {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .max-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .what-we-do {
    padding: 40px 0 48px;
  }
  .what-title {
    font-size: 34px;
  }
  .toggle-pill .nav-link {
    padding: 6px 12px;
    font-size: 12px;
  }
  .section-gap {
    margin-top: 36px;
  }
  .faq-question {
    font-size: 17px;
  }
  .faq-answer {
    padding: 0 14px 0 48px;
  }
  .faq-item.is-open .faq-answer {
    padding: 0 14px 16px 48px;
  }
  /* Some Clients CTA*/
  .bottom-cta {
    padding: 28px 0;
  }
  .bottom-cta-card {
    padding: 22px 18px;
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .bottom-cta-title {
    font-size: 32px;
  }
  .bottom-cta-btn {
    padding: 12px 18px;
    font-size: 13px;
  }
  /*Our Expert*/
  .team-section {
    padding: 52px 0;
  }
  .team-section .max-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .team-title {
    font-size: 34px;
    line-height: 42px;
  }
  .team-copy {
    font-size: 16px;
    line-height: 24px;
  }
  .team-card {
    min-height: 340px;
    padding: 22px 18px 18px;
  }
  /* .team-card-content {
    max-width: 72%;
  } */
  .team-member-img {
    width: 170px;
    max-width: none;
    height: 236px;
    right: 0;
  }
  .team-card-bg {
    width: 240px;
    height: 240px;
    bottom: -120px;
    left: -30px;
  }
  .team-quote {
    font-size: 19px;
    line-height: 30px;
  }
  .team-tag {
    font-size: 12px;
    padding: 4px 10px;
  }
}
.ds-list {
  padding: 0;
  margin-top: 30px;
}

.ds-list li {
  letter-spacing: 0%;
  padding: 0.5rem 0 0;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1px;
  font-size: 16px;
  font-weight: 500;
  color: #404040;
}

.bullet-img {
  width: 18px; /* adjust size */
  width: 18px; /* adjust size */
  height: 18px;
  margin-right: 12px;
  margin-top: 4px;
  flex-shrink: 0;
}
.ds-label {
  display: inline-block;
  /* font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #e26626; 
  background-color: #fbeae2; 
  color: #e26626; 
  background-color: #fbeae2; 
  padding: 8px 18px;
  border-radius: 10px; */

  border-radius: 0.625rem;
  background: rgba(226, 102, 38, 0.05);
  color: #e26626;
  text-align: center;
  font-family: Helvetica;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 171.429% */
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
}
.why-section {
  background-color: #fffbfb;
  background-color: #fffbfb;
  padding: 80px 115px;
}
.case-section {
  background-color: #0b2a3c !important;
}

/*Data Security*/
.ds-title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 500 !important;
  color: #102c4b;
  margin-bottom: 12px;
  padding-left: 4px;
}
.ds-desc {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.ds-desc {
  font-size: 16px;
  color: #6b6b6b;
}

.ds-list {
  list-style: none;
  padding: 0;
}

.ds-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
}

.bullet-img {
  width: 18px;
  margin-top: 3px;
}

/* IMAGE */
.ds-image img {
  max-width: 420px;
  width: 100%;
}

/* ---------------- MOBILE RESPONSIVE ---------------- */

@media (max-width: 768px) {
  .ds-title {
    font-size: 28px;
    text-align: center;
  }

  .ds-desc {
    text-align: center;
  }

  .team-chip {
    display: block;
    margin: auto;
    width: fit-content;
  }

  .ds-image img {
    max-width: 300px;
  }
  /* LIST STYLE */
  .ds-list {
    list-style: none;
    padding-left: 8px;
    max-width: 420px;
    margin: 0 auto;
  }

  .ds-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
  }

  /* BULLET ICON FIXED WIDTH */
  .bullet-img {
    width: 18px;
    min-width: 18px; /* keeps alignment same */
    margin-top: 4px;
  }
}
/* ═══════════════════════════════════════════════════
   TESTIMONIALS SECTION — Global FPO
   Link this file in your HTML:
   <link rel="stylesheet" href="testimonials.css" />
═══════════════════════════════════════════════════ */
:root {
  --navy: #102c4b;
  --orange: #e26626;
  --orange-light: #fbeae2;
  --text-muted: #777;
  --white: #ffffff;
  --bg: #fffbfb;
}

/* ── Section ── */
.testimonials-section {
  background: var(--bg);
  padding: 80px 0 60px;
  overflow: hidden;
}

.ts-header {
  text-align: center;
  margin-bottom: 60px;
}

/* ── Badge ── */
.test-badge {
  display: inline-block;
  border-radius: 0.625rem;
  background: rgba(226, 102, 38, 0.05);
  color: #e26626;
  text-align: center;
  font-family: Helvetica;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
}
.test-title {
  color: #102c4b;
  text-align: center;
  font-family: "Helvetica" !important;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 3.625rem;
}
.test-descp {
  color: #303030;
  text-align: center;
  font-family: Helvetica !important;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}

.ts-row {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: nowrap;
  border-radius: 1rem;
}

.ts-img {
  width: 262px;
  height: 478px;
  border-radius: 18px;
  object-fit: cover;
  cursor: pointer;
  /* opacity: 0.7; */
  transition: 0.3s;
}

.tsQuote {
  color: #404040;
}
.ts-img.active {
  opacity: 1;
  border-radius: 18px 0px 0px 18px;
}

.ts-card {
  width: 400px;
  background: #fff;
  border-radius: 0 18px 18px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -24px;
  height: 29.875rem;
  padding-right: 1.375rem;
  align-items: center;
  gap: 2.3125rem;
  padding-left: 25px;
  transition: ease-in-out 0.6s;
}
@media (max-width: 767px) {
  .ts-img {
    display: none;
  }

  .ts-card {
    width: 95%;
    margin-left: 0;
    padding: 20px;
    border-radius: 18px;
  }
}
.google-logo {
  border-right: 2px solid rgba(64, 64, 64, 0.2);
  padding-right: 5px;
}
.ts-stars {
  color: #ff7f22;
  width: 1.19363rem;
  height: 1.19363rem;
  flex-shrink: 0;
}
.ts-review {
  color: rgba(64, 64, 64, 0.8);
  font-family: var(--font-inter);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
}
.ts-stars span {
  color: #7e93a6;
  margin-left: 6px;
}
.ts-content {
  color: #404040;
  text-align: center;
  font-family: Helvetica !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
}
.ts-name {
  color: #404040;
  font-family: var(--font-inter);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 10px;
}

.ts-loc {
  color: rgba(64, 64, 64, 0.8);
  font-family: var(--font-inter);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  text-align: center;
}

.ts-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}

.ts-dots button {
  width: 20px;
  height: 4px;
  background: #cdd9e3;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s;
}

.ts-dots button.active {
  background: #d4623a;
  width: 32px;
}

@media (max-width: 767px) {
  .ts-row {
    flex-direction: column;
  }

  .ts-img {
    display: none;
  }

  .ts-card {
    width: 95%;
    margin-left: 0;
    padding: 14px;
  }
}

.user-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.btn-orange {
  background: #f16136;
  color: white;
  border: none;
  padding: 12px;
  font-weight: 600;
}
.image-box video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ── SECTION ── */
/* ── RESET ── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── SECTION ── */
.case-section {
  background-color: #0b1e30;
  padding-left: 24px;
  padding-right: 24px;
}

/* ── HEADER ── */
.case-header {
  text-align: center;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
}

.case-header .tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.17);
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  border-radius: 0.625rem;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.case-header h2 {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 130%;
}

.case-header p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto;
  max-width: 780px;
}

/* ── SLIDER WRAPPER ── */
.case-slider {
  max-width: 1200px;
  margin: 0 auto;
}

/* ── CARD ── */
.case-card {
  display: none;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  overflow: hidden;
  min-height: 420px;
  animation: fadeIn 0.4s ease;
}

.case-card.active {
  display: flex;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── LEFT: SVG ILLUSTRATION ── */
.case-left {
  /* flex: 0 0 380px; */
  position: relative;
  overflow: hidden;
  background: #1b2d3f;
  min-height: 420px;
  width: 571px;
}

.case-left > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-left svg.person-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* ── QUOTE OVERLAY ── */
.quote {
  /* position: absolute;
  bottom: 40px;
  left: 10px;
  right: 10px;
  border-radius: 10px;
  background: #f6f6f636;
  backdrop-filter: blur(6px);
  padding: 16px 18px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  z-index: 2; */

  display: flex;
  width: 33.125rem;
  padding: 1.375rem 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  position: absolute;
  left: 1.3125rem;
  bottom: 2.375rem;
  border-radius: 12px;
  background: rgba(246, 246, 246, 0.21);
  backdrop-filter: blur(17px);
}

.quote::before {
  bottom: 4px;
  display: block;
  font-size: 26px;
  line-height: 1;
  color: #e26626;
  margin-bottom: 8px;
  letter-spacing: -3px;
}

.quote p {
  /* color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.65;
  font-style: italic;
  margin: 0 0 8px; */

  color: #fff;
  font-family: Helvetica;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8125rem;
}

.quote .author {
  color: #ffcaae;
  font-size: 14px;
  font-weight: 400;
  display: block;
  align-self: flex-end;
  text-align: right;
  margin-top: 6px;
}

@media (max-width: 480px) {
  .quote {
    left: 1rem;
    right: 1rem;
    width: auto;

    /* 🔥 IMPORTANT FIX */
    max-height: 70%; /* keeps it inside image */
    overflow: hidden; /* prevents spilling out */

    padding: 0.75rem 1rem;
    gap: 0.5rem;
    /* bottom: 0.375rem; */
  }
}

/* ── RIGHT: CONTENT ── */
.case-right {
  flex: 1;
  padding: 28px 32px 24px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  gap: 2rem;
}

.case-right h3 {
  color: #fefefe;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 2.5rem;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.15);
}
.case-right .item {
  position: relative;
  padding-left: 35px;
  /* padding-bottom: 30px; */
}

/* circle dot */
.case-right .item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #ff6a00;
  z-index: 2;
}

/* line only between items */
.case-right .item-1::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 20px;
  width: 3px;
  height: calc(100% + 10px);
  background: #ff6a00;
}

/* ── PROBLEM / SOLUTION ITEMS ── */
.item {
  /* position: relative; */
  padding-left: 30px;
  /* padding-bottom: 18px; */
}

.list {
  list-style: none;
  color: rgba(255, 255, 255, 0.88);
}
/* .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e26626;
  z-index: 1;
} */

.item:not(:last-of-type)::after {
  /* content: ""; */
  position: absolute;
  left: 7px;
  top: 19px;
  bottom: 0;
  width: 2px;
  height: 115%;
  background: linear-gradient(to bottom, #e26626 60%, rgba(210 83 17 / 94%));
}

.item h4 {
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  margin: 0 0 6px;
}

.item > p {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0px;
}

.item ul {
  /* list-style: none; */
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.item ul li {
  /* color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.6;
  padding-left: 14px;
  position: relative; */

  color: #fff;
  font-family: Helvetica;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.item ul li::before {
  position: absolute;
  font: 400;
  /* left: 1px; */
  top: -1px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.3;
  display: flex;
}

/* ── RESULT BOX ── */
.result {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  padding: 12px 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 4px;
}

.result::before {
  content: "";
  flex-shrink: 0;
  /* width:18px; */
  margin-top: 3px;
  background: url("../images/new/resultIcon.svg") center/contain no-repeat;
  height: 18px;
  margin-top: 3px;
}

.result-title {
  color: #fff;
  font-family: Helvetica;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.result p {
  /* padding-left: 14px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400; */
  color: #fff;
  font-family: Helvetica;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding-left: 5px;
}

/* ── CTA BUTTON ── */
.case-right .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #ffffff;
  color: #14283d;
  border: none;
  border-radius: 10px;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  margin-top: auto;
  transition: all 0.2s;
}

.case-right .btn:hover {
  background: #66738d;
  transform: translateY(-1px);
  color: #ffffff;
}

.btn-arrow {
  width: 16px;
  transition: transform 0.3s ease;
}

.case-right .btn:hover .btn-arrow {
  transform: rotate(-45deg);
}

/* ── CONTROLS ── */
.controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* .controls button.active-arrow {
  background: #f36b21;
  color: #fff;
  border-color: #f36b21;
} */
#prev.active-arrow,
#next.active-arrow {
  background: #f36b21;
  color: #fff;
  border-color: #f36b21;
}
.case-dots {
  display: flex;
  align-items: center;
  gap: 5px;
}

.case-dot {
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.22);
  width: 22px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.case-dot.active {
  background: #e26626;
  width: 34px;
}

#prev,
#next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

#prev:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* #next {
  background: #e26626;
  border-color: #e26626;
  color: #fff;
} */

#next:hover {
  background: #c8541a;
}

/* ── TABLET ── */
@media (max-width: 1024px) {
  .case-card.active {
    flex-direction: column;
  }

  .case-left {
    flex: 0 0 auto;
    width: 100%;
    height: 380px;
  }

  .case-right {
    max-width: 100%;
  }
}

/* ── MOBILE ── */
@media (max-width: 767px) {
  .case-section {
    padding: 48px 16px 64px;
  }

  .case-card.active {
    flex-direction: column;
  }

  .case-left {
    width: 100%;
    height: 300px;
    flex: 0 0 auto;
  }

  .case-right {
    width: 100%;
    max-width: 100%;
    padding: 20px 16px 22px;
  }

  .case-right h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .item {
    padding-left: 24px;
    padding-bottom: 14px;
  }

  .item h4 {
    font-size: 10px;
  }

  .item > p,
  .item ul li {
    font-size: 16px;
    line-height: 1.6;
  }

  .result {
    padding: 10px 14px;
  }

  .case-right .btn {
    margin-top: 14px;
  }
}
/*Events*/
.event-badge {
  display: inline-block;
  border-radius: 0.625rem;
  background: rgba(226, 102, 38, 0.05);
  color: #e26626;
  text-align: center;
  font-family: Helvetica;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
}
/*Footer*/

/* footer {
  width: 100%;
  background: radial-gradient(ellipse at top, #ff7f2233 0%, #ffffff 70%);
  border-top: none;
  position: relative;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer-brand-top {
  text-align: center;
  padding: 44px 0 30px;
  margin-bottom: 36px;
  position: relative;
}
.footer-brand-top::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #ff7f2244 15%,
    #ff7f22 40%,
    #e8652a 50%,
    #ff7f22 60%,
    #ff7f2244 85%,
    transparent 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(8, 20, 34, 0.8);
  backdrop-filter: blur(4px);
  padding: 14px 18px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  z-index: 2;
}*/
:root {
  --footer-bg-start: #ff7f2233;
  --footer-bg-mid: #ffffff;
  --footer-bg-end: #ebe3e3;
  --footer-text: #333333;
  --footer-link: #444444;
  --footer-link-hover: #e07b2a;
  --footer-heading: #222222;
  --footer-border: #e0d4c3;
  --footer-orange: #e26626;
  --footer-input-bg: #ffffff;
  font-family: "Helvetica", Arial, sans-serif !important;
  /* --footer-font:       'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}

/* -----------------------------------------------
   FOOTER WRAPPER — GRADIENT BACKGROUND
----------------------------------------------- */
.gfpo-footer {
  background: linear-gradient(
    175deg,
    var(--footer-bg-start) 0%,
    var(--footer-bg-mid) 50%,
    var(--footer-bg-end) 100%
  );
  font-family: var(--footer-font);
  color: var(--footer-text);
  padding: 60px 0 0 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* Top curved accent line (the oval arc visible in the screenshot) */
/* .gfpo-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 55%;
  height: 5px;
  border-radius: 0 0 60% 60%;
  background: linear-gradient(90deg, transparent, #d4a574, transparent);
} */

/* -----------------------------------------------
   INNER CONTAINER
----------------------------------------------- */
.gfpo-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* -----------------------------------------------
   BRAND / LOGO + TAGLINE
----------------------------------------------- */
.gfpo-footer-brand {
  text-align: center;
  margin-bottom: 36px;
}

.gfpo-footer-brand img {
  max-width: 180px;
  height: auto;
  display: block;
  margin: 0 auto 12px auto;
}

.gfpo-footer-brand p {
  font-size: 16px;
  color: #404040;
  max-width: 660px;
  margin: 0 auto;
  line-height: 1.65;
}

/* -----------------------------------------------
   HORIZONTAL DIVIDER
----------------------------------------------- */
.gfpo-footer-divider {
  border: none;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--footer-border),
    transparent
  );
  margin: 0 0 36px 0;
}

/* -----------------------------------------------
   DESKTOP NAV GRID — ROW 1 & ROW 2
----------------------------------------------- */
.gfpo-footer-nav,
.gfpo-footer-nav-row2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 32px;
  margin-bottom: 40px;
  align-items: start;
}

/* Column headings */
/* .gfpo-footer-col h4 {
  font-family: "Helvetica", Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  color: var(--footer-heading);
  margin: 0 0 14px 0;
  letter-spacing: 0.01em;
} */

.gfpo-footer-col h4 {
  font-size: 16px;
  font-weight: 500;
  color: #070707;
  margin-bottom: 14px;
}
.gfpo-footer-newsletter-heading {
  font-size: 16px;
  font-weight: 500;
  color: pink;
  margin: 0 0 14px 0;
  letter-spacing: 0.01em;
}
/* Link lists */
.gfpo-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gfpo-footer-col ul li {
  margin-bottom: 8px;
}

.gfpo-footer-col ul li a {
  font-family: "Helvetica", Arial, sans-serif !important;
  font-size: 14px;
  color: #404040;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 400;
  transition: color 0.2s ease;
}

.gfpo-footer-col ul li a:hover {
  color: var(--footer-link-hover);
}

/* -----------------------------------------------
   NEWSLETTER COLUMN (desktop)
----------------------------------------------- */

h4.gfpo-footer-newsletter-heading {
  color: #e26626;
}
.newsletter-title {
  color: #e26626;
  padding: 5px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Helvetica", Arial, sans-serif !important;
}

.gfpo-footer-newsletter-form {
  display: flex;
  align-items: center;
  border: 1px solid #f1613633;
  border-radius: 10px;
  padding: 4px;
  background: #fef9f6;
  /* max-width: 343px; */
}

.gfpo-footer-newsletter-form input[type="email"] {
  flex: 1;
  border: 1px solid transparent;
  outline: none;
  padding: 10px 16px;
  font-size: 16px;
  background: transparent;
}

.gfpo-footer-newsletter-form input[type="email"]::placeholder {
  color: #40404080;
}

.gfpo-footer-newsletter-form button {
  background: #e26626;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gfpo-footer-newsletter-form button svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}

/* .gfpo-footer-newsletter-form button:hover {
 
   fill: white;
 
 
} */

.gfpo-footer-newsletter-form button svg {
  width: 16px;
  height: 16px;
  fill: white;
  display: block;
}

/* -----------------------------------------------
   SOCIAL ICONS
----------------------------------------------- */
.gfpo-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
/* 
.gfpo-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;

  background: #ffffff;

  color: #e26626;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s;
}

.gfpo-footer-social a:hover {
  background: var(--footer-orange);
  color: #ffffff;
} */

.gfpo-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.gfpo-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #ffffff;
  color: #e26626;
  text-decoration: none;
  transition:
    background 0.3s ease,
    color 0.3s ease;
  border: 1px solid #e2662633;
}

.gfpo-footer-social a:hover {
  background: var(--footer-orange);
  color: #ffffff;
}

/* Icon vertical flip animation */
.gfpo-footer-social a img,
.gfpo-footer-social a svg {
  transition: transform 0.5s ease;
}

.gfpo-footer-social a:hover img,
.gfpo-footer-social a:hover svg {
  transform: rotateX(360deg);
}
@keyframes iconBounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}

/* All icons bounce on hover */
.gfpo-footer-social a:hover img,
.gfpo-footer-social a:hover svg {
  transform: none;
  animation: iconBounce 0.6s ease;
}

/* White color on hover for SVG icons */

/* -----------------------------------------------
   BOTTOM BAR
----------------------------------------------- */
.gfpo-footer-bottom {
  border-top: 1px solid var(--footer-border);
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.gfpo-footer-bottom p {
  font-size: 12px;
  color: #777;
  margin: 0;
}

.gfpo-footer-bottom-links {
  display: flex;
  gap: 20px;
}

.gfpo-footer-bottom-links a {
  font-size: 12px;
  color: #777;
  text-decoration: none;
  transition: color 0.2s;
}

.gfpo-footer-bottom-links a:hover {
  color: var(--footer-link-hover);
}

/* -----------------------------------------------
   MOBILE — hide desktop grids, show accordion
----------------------------------------------- */
@media (max-width: 768px) {
  .gfpo-footer {
    padding: 30px 0 0 0;
  }

  .gfpo-footer-nav,
  .gfpo-footer-nav-row2 {
    display: none;
  }

  .gfpo-footer-mobile-accordion {
    display: block;
    margin-bottom: 28px;
  }

  /* Accordion item */
  /* .gfpo-footer-accordion-item {
    border-bottom: 1px solid var(--footer-border);
  } */

  /* Accordion trigger button */
  .gfpo-footer-accordion-trigger {
    font-family: "Helvetica", Arial, sans-serif !important;
    width: 100%;
    background: none;
    border: none;
    padding: 14px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    /* font-family: var(--footer-font); */
    font-size: 20px;
    font-weight: 500;
    color: #070707;
    text-align: center;
  }

  /* .gfpo-footer-accordion-trigger .acc-arrow {
    font-size: 16px;
    color:#070707;
    display: inline-block;
    transition: transform 0.25s ease;
  }
 
  .gfpo-footer-accordion-item.open .acc-arrow {
    transform: rotate(180deg);
  } */

  /* Accordion body */
  .gfpo-footer-accordion-body {
    display: none;
    padding: 0 4px 14px 4px;
  }

  .gfpo-footer-accordion-item.open .gfpo-footer-accordion-body {
    display: block;
  }

  .gfpo-footer-accordion-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .gfpo-footer-accordion-body ul li {
    margin-bottom: 10px;
    color: #070707;
    font-size: 20px;
    font-weight: 500;
    font-family: "helvetica", Arial, sans-serif !important;
  }

  .gfpo-footer-accordion-body ul li a {
    font-size: 13px;
    color: #404040;
    text-decoration: none;
    display: block;
    transition: color 0.2s;
  }

  .gfpo-footer-accordion-body ul li a:hover {
    color: var(--footer-link-hover);
  }

  /* Newsletter mobile */
  .gfpo-footer-newsletter-mobile {
    display: block;
    padding: 4px 15px 15px;
  }

  .gfpo-footer-newsletter-mobile h4 {
    font-size: 13px;
    font-weight: 700;
    color: var(--footer-orange);
    font-family: "Helvetica", Arial, sans-serif !important;
    margin: 0 0 12px 0;
  }

  .gfpo-footer-newsletter-mobile .gfpo-footer-newsletter-form {
    max-width: 100%;
    padding: 4px;
  }

  .gfpo-footer-social {
    justify-content: center;
    margin-top: 18px;
  }

  /* Bottom bar stacks on mobile */
  .gfpo-footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .gfpo-footer-bottom-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  /* Hide desktop newsletter on mobile */
  .gfpo-footer-newsletter {
    display: none;
  }
}

/* -----------------------------------------------
   DESKTOP — hide mobile-only elements
----------------------------------------------- */
@media (min-width: 769px) {
  .gfpo-footer-mobile-accordion,
  .gfpo-footer-newsletter-mobile {
    display: none;
  }
}

/* Slightly shrink feat-img on tablet */
.feat-img {
  width: 340px;
  min-width: 340px;
}

/* Sidebar goes below blog list on tablet */
.blogs-two-col {
  flex-direction: column;
}
.blogs-two-col .blogs-left {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
}
.blogs-two-col .blogs-right {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  margin-top: 32px;
}

/* Search box full width on wrap */
.blogs-top-bar {
  padding-right: 0;
}
.search-box {
  width: 100%;
  max-width: 340px;
}

/* Mobile: ≤767px */
@media (max-width: 767px) {
  .topbar .desktop-nav {
    display: none !important;
  }
  .hamburger {
    display: flex;
  }

  /* Hero */
  .hero-section {
    padding: 36px 0 0;
  }
  .hero-heading-block {
    padding-bottom: 28px;
  }
  .hero-heading-block h1 {
    font-size: clamp(22px, 6vw, 32px);
    letter-spacing: -0.5px;
  }
  .hero-heading-block p {
    font-size: 14px;
    padding: 0 16px;
  }
  .hero-featured {
    flex-direction: column;
    gap: 20px;
    padding: 0 16px 36px;
  }
  .feat-img {
    width: 100%;
    min-width: unset;
    min-height: 220px;
    border-radius: 10px;
  }
  .feat-content h2 {
    font-size: clamp(18px, 5vw, 26px);
  }
  .feat-content .body-text {
    font-size: 16px;
  }
  .hero-para {
    font-size: 20px;
  }

  /* Blogs top bar stacks on very small screens */
  .blogs-top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .search-box {
    width: 100%;
    max-width: 100%;
  }

  /* Blog card rows */
  .blog-card-row {
    flex-direction: column;
    gap: 14px;
    padding: 16px 12px;
  }
  .blog-card-row .thumb {
    width: 100%;
    min-width: unset;
    height: 180px;
  }
  .blog-card-row h4 {
    font-size: 15px;
  }

  /* Two-col stack */
  .blogs-two-col {
    flex-direction: column;
  }
  .blogs-two-col .blogs-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .blogs-two-col .blogs-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }

  /* Category pills */
  .cat-grid {
    gap: 6px;
  }
  .cat-pill {
    font-size: 11px;
    padding: 5px 10px;
  }

  /* All Blogs section */
  .more-blogs-section {
    padding: 36px 0 36px;
  }
  .more-blogs-section h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  /* CTA */
  .bottom-cta {
    padding: 44px 20px;
  }
  .bottom-cta-title {
    font-size: clamp(1.1rem, 5vw, 1.6rem);
  }
  .bottom-cta-text {
    font-size: 14px;
    font-weight: 400;
  }
  .bottom-cta-btn {
    padding: 12px 24px;
    font-size: 13px;
  }

  /* Footer */
  .footer-row1 {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .footer-row2 {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  .bottom-links {
    justify-content: center;
  }
  .footer-brand-top {
    padding: 30px 0 22px;
  }
  .footer-inner {
    padding: 0 16px;
  }

  /* Recent blogs section padding */
  .recent-blogs-section {
    padding: 36px 0 36px;
  }
  .sidebar {
    padding-left: 0;
  }
}

/* Small mobile: ≤480px */
@media (max-width: 480px) {
  .hero-heading-block h1 {
    font-size: 22px;
  }
  .feat-img {
    min-height: 180px;
  }
  .blog-card-row .thumb {
    height: 160px;
  }
  .consult-widget {
    padding: 18px 14px;
  }
  .bottom-cta-btn {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
  .blogs-section-heading {
    font-size: 22px;
  }
}

/* Extra small: ≤380px */
@media (max-width: 380px) {
  .footer-row1 {
    grid-template-columns: 1fr;
  }
  .footer-row2 {
    grid-template-columns: 1fr;
  }
  .cat-grid {
    gap: 5px;
  }
  .hero-heading-block h1 {
    font-size: 20px;
  }
}

.circle-btn {
  position: relative;
  padding: 12px 30px;
  font-size: 16px;
  border: 2px solid #007bff;
  background: transparent;
  color: #007bff;
  cursor: pointer;
  overflow: hidden;
  border-radius: 6px;
  z-index: 1;
}

/* Circle */
.circle-btn::before {
  content: "";
  position: absolute;
  bottom: -120%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: #007bff;
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.5s ease;
  z-index: -1;
}

/* Hover effect */
.circle-btn:hover::before {
  transform: translateX(-50%) scale(1);
}

.circle-btn:hover {
  color: #fff;
}
/*Popup*/
/* Testimonial slider */
.testi-slider-wrap {
  position: relative;
  overflow: hidden;
  /* height: 200px; */
  border-radius: 0.625rem;
  /* border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.19); */
  backdrop-filter: blur(11px);
}
.testi-card {
  transition: opacity 0.4s ease;
}
.testi-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

/*Gradient Border Layer */
.testi-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px; /* border thickness */
  border-radius: 20px;
  background: linear-gradient(
    140deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.4) 20%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0.4) 80%,
    rgba(255, 255, 255, 0.9) 100%
  );

  /* Standard property */
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);

  /* Webkit for Chrome/Safari */
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Inner Glass Content */
.testi-inner {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  padding: 5px;
  height: 200px;
}
.fade-out {
  opacity: 0;
}
.fade-in {
  opacity: 1;
}
.testi-dots {
  position: absolute;
  bottom: 25px;
  right: 16px;
  display: flex;
  gap: 6px;
}

.testi-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}

/*Active dot highlight */
.testi-dot--active {
  width: 18px;
  border-radius: 10px;
  background: #ffffff;
}
.testi-slide {
  display: none;
  animation: testiSlideIn 0.5s ease both;
}
.testi-slide.active-testi {
  display: block;
}
.testi-content {
  color: #fff;
  font-family: "Helvetica Medium";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1.375rem;
  letter-spacing: 1.1px;
  min-height: 110px;
}
.left-rounded {
  position: relative;
  border-radius: 20px;
  overflow: hidden; /* MUST */
}

/* background image */
.bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  border-radius: inherit; /* IMPORTANT */
  z-index: 1;
}
@media (max-width: 991px) {
  /* hide left section */
  .left-rounded {
    display: none !important;
  }

  /* make form full width */
  .modal-content .col-lg-7 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* remove extra padding gap */
  .modal-content .row {
    padding: 0 !important;
    height: auto !important;
  }

  /* better spacing for mobile */
  .modal-content {
    border-radius: 12px;
  }

  .col-lg-7 {
    padding: 20px !important;
  }
}

/* CONTENT ABOVE IMAGE */
.left-rounded h3,
.left-rounded .testi-slider-wrap,
.left-rounded #testiDots,
.left-rounded .text-center {
  position: relative;
  z-index: 2; /* ABOVE IMAGE */
}

.modal-content .row {
  height: 630px; /* fixed total height */
  padding: 5px; /* remove default padding */
}
.modal-content {
  border-radius: 20px;
  overflow: hidden; /* IMPORTANT */
}
.modal.show ~ nav .gnb__logo img {
  display: none;
}
.modal {
  z-index: 9999 !important;
}

.modal-backdrop {
  z-index: 9998 !important;
}
.gnb__logo img {
  position: relative;
  z-index: 1; /* keep LOW */
}

.form_cta_btn .form-group {
  position: relative;
}

.form_cta_btn .input-group-text {
  background-color: transparent;
}

.form_cta_btn label.error {
  position: absolute;
  top: 120%;
  transform: translateY(-50%);
  color: #e74c3c;
  font-size: 0.6rem;
  white-space: nowrap;
  pointer-events: none;
}

.form_cta_btn .is-invalid {
  border: 1px solid #e74c3c !important;
}
@media (max-width: 991px) {
  /* hide logo when modal open */
  body.modal-open .gnb__logo {
    opacity: 0;
    pointer-events: none;
  }
}

.modal-content .col-lg-4,
.modal-content .col-lg-7 {
  height: 100%;
}

/* Avatar */
.testi-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
  margin-left: 15px;
}
.testi-name {
  color: #fff;
  font-family: Helvetica;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 1.3px;
}
.testi-role {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Helvetica Medium";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
/* Badge circles */
.em-badge-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 20px;
}
.em-badge-circle img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* Form fields */
.em-icon-wrap {
  border-radius: 10px 0 0 10px !important;
  border-color: #e8e8e8 !important;
}

.input-group-text {
  padding: 6px 10px !important;
}
.em-input {
  border-radius: 0 10px 10px 0 !important;
  border-color: #e8e8e8 !important;
  padding: 7px 10px !important;
  font-size: 0.85rem;
}
.em-input:focus {
  border-color: #e26626 !important;
  box-shadow: none !important;
}

/* Submit */
.em-submit-btn {
  background: #e26626 !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 1rem;
  transition:
    background 0.2s,
    transform 0.15s;
}
.em-submit-btn:hover {
  background: #c9541c !important;
  transform: translateY(-1px);
}
/* Tablet */
@media (max-width: 768px) {
  .hero-home {
    padding-top: 35px;
  }
  .hero-wrapper-title {
    width: 691px;
    height: 85px;
  }
  .hero-title {
    font-size: 32px;
    line-height: 42px;
  }
  .hero-decp {
    width: 560px;
  }
  .hero-desp-text {
    font-size: 16px;
    line-height: 24px;
  }
  .video-wrapper {
    height: 340px;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .stats {
    padding: 0 15px;
    gap: 25px;
  }
  .wc-left-sec {
    width: 100%;
  }
  .wc-right-sec {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .why-choos-chip {
    margin: 0 auto 12px;
    margin-top: 50px;
  }
  .wcgfpo-title {
    text-align: center;
    font-size: 32px;
    line-height: 1.3;
    width: 700px;
    margin: auto;
  }
  .wcgfpo-description {
    text-align: center;
    width: 575px;
    margin: auto;
  }
  .fcta-section {
    height: 250px;
  }
  .fcta-container {
    padding-left: 30px;
    padding-right: 30px;
    width: 750px;
    margin: auto;
  }
  .fcta-content h2 {
    font-size: 32px;
    line-height: 34px;
    max-width: 495px;
  }
  .all-services-section {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-chip {
    margin: auto;
  }
  .what-copy {
    max-width: 100%;
  }
  .toggle-wrap {
    display: block;
  }
  .team-frame {
    padding: 0 10px;
  }
  .team-card {
    min-height: 415px;
  }
  .bottom-cta-title {
    max-width: 415px;
  }
  .team-chip {
    margin: auto;
    display: block;
    max-width: 160px;
  }
  .ds-title {
    text-align: center;
  }
  .ds-desc {
    text-align: center;
  }
  .quote {
    width: 42.125rem;
  }
  .section-gap {
    padding: 0;
  }
  .max-wrap {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .faq-label {
    margin: auto;
  }
  .faq-title {
    max-width: 610px;
    margin: auto;
  }
  .faq-copy {
    max-width: 680px;
    margin: auto;
  }
  .faq-card p {
    margin: auto;
  }
  .faq-card-btn {
    margin: 10px auto 0;
  }
  .bottom-cta-btn {
    max-width: 160px;
  }
  .phone-icon {
    display: none;
  }
  .d-card {
    display: none;
  }
  .m-card {
    display: block;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .gnb {
    height: 3.75rem;
  }
  .hero-home {
    padding-top: 35px;
  }
  .hero-wrapper-title {
    width: 343px;
    height: 126px;
  }
  .hero-title {
    font-size: 32px;
    line-height: 42px;
  }
  .hero-decp {
    width: 343px;
  }
  .hero-desp-text {
    font-size: 16px;
    line-height: 24px;
  }
  .video-wrapper {
    height: 185px;
    width: 385px;
    margin-left: auto;
    margin-right: auto;
  }
  .stat {
    text-align: center;
  }
  .wcgfpo-title {
    font-size: 2rem;
    line-height: 1.3;
    max-width: 310px;
    margin: auto;
  }
  .wcgfpo-description {
    font-size: 1rem;
    max-width: 310px;
    margin: auto;
  }
  .fcta-section {
    display: block;
  }
  .fcta-container {
    display: block;
    width: 342px;
    margin: auto;
  }
  .fcta-content h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700 !important;
    margin-bottom: 10px;
    line-height: 1.3125rem;
    text-align: center;
  }
  .fcta-btn {
    margin: auto;
    width: 178px;
  }
  .section-chip {
    margin-bottom: 25px;
  }
  .what-title {
    color: #102c4b;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 2.625rem;
    padding: 0px 40px;
  }
  .toggle-pill .nav-link {
    font-size: 14px;
  }
  .team-head {
    max-width: 340px;
    margin: 0 auto 35px;
  }
  .team-card {
    min-height: 450px;
  }
  .team-card-content {
    max-width: 276px;
  }
  .team-role {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3125rem;
  }
  .team-card.one .team-member-img {
    width: 275px;
    height: 324px;
    right: -34px;
  }
  .team-card.two .team-member-img {
    width: 290px;
    height: 292px;
    right: -48px;
    bottom: -83px;
  }
  .team-card.three .team-member-img {
    width: 287px;
    height: 306px;
    right: -45px;
    bottom: -110px;
  }
  .how-we-work-title {
    color: #102c4b;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 2.625rem;
    max-width: 340px;
    margin: 20px auto;
  }
  .how-we-work-desc {
    max-width: 340px;
    margin: auto;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
  }
  .cards {
    padding: 0 20px;
  }
  .bottom-cta-stack {
    padding: 0 10px;
  }
  .bottom-cta-card.blue {
    height: 160px;
  }
  .bottom-cta-title {
    text-align: center;
  }
  .bottom-cta-btn {
    max-width: 160px;
    margin: 0 auto;
  }
  .ds-title {
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 2.625rem;
  }
  .ds-desc {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    max-width: 340px;
    margin: auto;
  }
  .ds-list {
    max-width: 340px;
    margin: 0 auto;
  }
  .case-header h2 {
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.625rem;
  }
  .client-visit-title {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 2.625rem;
  }
  .client-visit-description {
    color: #404040;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    max-width: 300px;
    margin: auto;
  }
  .quote {
    left: 1rem;
    right: 1rem;
    width: auto;
    max-height: 60%; /* keeps it inside image */
    overflow: hidden; /* prevents spilling out */
    padding: 0.75rem 1rem;
    gap: 0.1rem;
  }
  .quote p {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3125rem;
  }
  .quote .author {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.89838rem;
  }
  .business-cta h2 {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    text-transform: capitalize;
  }
  .business-cta p {
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 142.857% */
    text-transform: capitalize;
  }
  .lets-dbn-cta-btn {
    padding-right: 28px;
  }
  .faq-title {
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.625rem;
    max-width: 340px;
    margin: auto;
  }
  .faq-copy {
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    max-width: 340px;
    margin: auto;
  }
  .test-title {
    font-size: 2rem;
  }
  .test-descp {
    padding-left: 25px;
    padding-right: 25px;
  }
  .faq-item {
    background: #ffffff;
  }
  .gfpo-footer-brand img {
    width: 207px;
    height: 34.36px;
  }
  .gfpo-footer-brand p {
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    max-width: 340px;
    margin: auto;
  }
}
@media (max-width: 375px) {
  .gnb {
    height: 3.75rem;
  }
  .hero-wrapper-title {
    width: 343px;
    height: 126px;
  }
  .hero-title {
    font-size: 30px;
    line-height: 36px;
  }
  .hero-decp {
    width: 360px;
  }
  .video-wrapper {
    height: 160px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .what-title {
    font-size: 30px;
    line-height: 36px;
  }
  .team-title {
    font-size: 32px;
    line-height: 36px;
  }
  .how-we-work-title {
    font-size: 32px;
    line-height: 36px;
  }
  .ds-title {
    font-size: 32px;
    line-height: 36px;
  }
  .fcta-section {
    display: block;
  }
  .fcta-container {
    display: block;
    width: 385px;
    margin: auto;
  }
  .fcta-content h2 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500 !important;
    margin-bottom: 10px;
    line-height: 1.3125rem;
    text-align: center;
  }
  .fcta-action {
    display: flex;
    justify-content: center;
    justify-content: center;
  }
  .case-header h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .test-title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 320px) {
  .gnb {
    height: 3.75rem;
  }
  .hero-wrapper-title {
    width: 343px;
    height: 126px;
  }
  .hero-title {
    font-size: 30px;
    line-height: 36px;
  }
  .hero-decp {
    width: 310px;
  }
  .video-wrapper {
    height: 155px;
    width: 295px;
    margin-left: auto;
    margin-right: auto;
  }
  .wcgfpo-title {
    font-size: 30px;
    line-height: 36px;
  }
  /* .slide-card {
    width: 80vw;
  } */
  .fcta-section {
    display: block;
  }
  .fcta-container {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    width: 300px;
    margin: auto;
  }
  .fcta-content h2 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500 !important;
    margin-bottom: 10px;
    line-height: 1.3125rem;
    text-align: center;
  }
  .fcta-action {
    display: flex;
    justify-content: center;
    justify-content: center;
  }
  .faq-title {
    font-size: 30px;
    line-height: 36px;
  }
}

/* dwdjdnj */

/* ============================================
   Mobile Carousel — Services Section
   Only activates below 768px (mobile)
   Desktop layout is completely unchanged
   ============================================ */

@media (max-width: 767.98px) {
  .cards-scroll {
    overflow: hidden;
    position: relative;
  }

  .cards-scroll .row {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    margin: 0;
  }

  .cards-scroll .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 4px;
    box-sizing: border-box;
  }

  /* ── Arrow Controls ── */
  @media (max-width: 767.98px) {
    .cards-scroll {
      overflow: hidden;
      position: relative;
      cursor: grab;
    }

    .cards-scroll:active {
      cursor: grabbing;
    }

    .cards-scroll .row {
      display: flex !important;
      flex-wrap: nowrap !important;
      transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      will-change: transform;
      margin: 0 !important;
    }

    .cards-scroll .row > .col-md-6 {
      flex: 0 0 100% !important;
      max-width: 100% !important;
      min-width: 100% !important;
      padding: 0 4px !important;
      box-sizing: border-box !important;
    }

    .carousel-controls {
      display: flex !important;
      align-items: center;
      justify-content: center;
      gap: 30px;
      margin-top: 20px;
    }

    .carousel-btn {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition:
        background 0.2s,
        transform 0.15s;
      flex-shrink: 0;
    }

    .carousel-btn.prev {
      background: #ffffff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
      color: #888888;
    }

    .carousel-btn.next {
      background: #e8440a;
      box-shadow: 0 2px 8px rgba(232, 68, 10, 0.35);
      color: #ffffff;
    }

    .carousel-btn.is-active {
      background: #e8440a !important;
      box-shadow: 0 2px 8px rgba(232, 68, 10, 0.35) !important;
      color: #ffffff !important;
    }

    .carousel-btn.is-inactive {
      background: #ffffff !important;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
      color: #888888 !important;
    }

    .carousel-btn:disabled {
      opacity: 0.4;
      cursor: default;
    }

    .carousel-btn svg {
      width: 18px;
      height: 18px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .carousel-dots {
      display: flex;
      gap: 6px;
      align-items: center;
    }

    .carousel-dots span {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #dddddd;
      transition:
        background 0.2s,
        transform 0.2s;
      display: block;
      cursor: pointer;
    }

    .carousel-dots span.active {
      background: #e8440a;
      transform: scale(1.3);
    }
  }
  .carousel-btn.prev:hover,
  .carousel-btn.prev:active,
  .carousel-btn.prev:focus {
    background: #e8440a !important;
    box-shadow: 0 2px 8px rgba(232, 68, 10, 0.35) !important;
    color: #ffffff !important;
  }

  @media (min-width: 768px) {
    .carousel-controls {
      display: none !important;
    }
  }
  .carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
  }

  .carousel-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
      background 0.2s,
      transform 0.15s;
    flex-shrink: 0;
  }

  .carousel-btn.prev {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    color: #888888;
  }

  .carousel-btn.next {
    background: #e8440a; /* brand orange — change if needed */
    box-shadow: 0 2px 8px rgba(232, 68, 10, 0.35);
    color: #ffffff;
  }

  .carousel-btn:disabled {
    opacity: 0.4;
    cursor: default;
  }

  .carousel-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  /* ── Dot Indicators ── */
  .carousel-dots {
    display: none;
    gap: 6px;
    align-items: center;
  }

  .carousel-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #dddddd;
    transition:
      background 0.2s,
      transform 0.2s;
    display: block;
  }

  .carousel-dots span.active {
    background: #e8440a;
    transform: scale(1.3);
  }
}

/* Hide controls completely on desktop */
@media (min-width: 768px) {
  .carousel-controls {
    display: none !important;
  }
}
