/* =============================================
   HERO SECTION
============================================= */

.hero {
  width: 100%;
  background: linear-gradient(
    314deg,
    rgba(31,  106, 187, 0.90) 18.5%,
    rgba(63,  183, 253, 0.90) 83.22%,
    rgba(72,  213, 255, 0.90) 127.65%
  );
  display: flex;
  align-items: center;
  padding: 158px 0 60px;
}
.hero__container {
  /*max-width: 1352px;  
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding-top: 0;
  padding-bottom: 0;
}

.hero__content {
  flex: 0 0 628px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.hero__heading {
  /*font-size: 60px;
  font-weight: 700;
  line-height: 72px;*/
  font-style: normal;  
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.01em;
  padding-top: 30px;
}

.hero__body {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
}

.hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 18px 52px;
  background: #07235A;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 4px;
  align-self: flex-start;
  transition: background 0.2s;
}

.hero__btn:hover { background: #0a2d72; }

.hero__card {
  flex: 0 0 537px;
  max-width: 537px;
  background: rgba(217, 217, 217, 0.10);
  border: 1px solid #ffffff;
  border-radius: 24px;
  padding: 24px 24px 2px;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-sizing: border-box;
}

.hero__card-chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;                       
}

.hero__card-divider {
  width: calc(100% + 48px);
  height: 1px;
  background: rgba(255, 255, 255, 0.60);  
  margin-left: -24px;
}

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

.hero__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

.hero__dot--red    { background: #FF5B24; }
.hero__dot--yellow { background: #FAFF66; }
.hero__dot--green  { background: #A8FFA6; }

.hero__live {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hero__live-dot {
  width: 8px;
  height: 8px;
  background: #A8FFA6;
  border-radius: 50%;
  animation: hero-pulse 1.8s ease-in-out infinite;
}

@keyframes hero-pulse {
  0%, 100% { opacity: 1;   transform: scale(1);   }
  50%       { opacity: 0.4; transform: scale(1.3); }
}

.hero__live-text {
  color: #A8FFA6;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; 
  text-transform: capitalize;
}

/* .hero__tx-list {
  list-style: none;
  margin: 0;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
} */
.hero__tx-list {
  list-style: none;
  margin: 0;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;

  height: 436px; /* 4 cards only: 96*4 + 10*3 + padding */
  overflow: hidden;
  flex: none;
}

.hero__tx {
  width: 100%;
  height: 96px;
  min-height: 96px;
  flex: 0 0 96px;

  background: rgba(62, 211, 255, 0.32);
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 0 16px;

  display: flex;
  align-items: center;
  gap: 14px;
  box-sizing: border-box;

  transition: opacity 0.55s ease, transform 0.55s ease;
}

.hero__tx-check {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__tx-check img {
  /*width: 37px;
  height: 24px;*/
}

.hero__tx-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.hero__tx-name {
  font-size: 16px;
  font-weight: 750;
  color: #ffffff;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}

.hero__tx-amount {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.80);
  line-height: 25px;
}

.hero__tx-time {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
  align-self: flex-start;
  padding-top: 10px;
  line-height: 25px;
}

.hero__card-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0; 
  margin-top: 0;
}

.hero__footer-dot {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
}

.hero__footer-text {
  color: #FFF;  
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 178.571% */
  text-transform: capitalize;
}
.hero__tx-check--spinner {
    width: 28px;
    height: 28px;
    border: 3px solid rgba(255,255,255,.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: hero-spinner .8s linear infinite;
}

@keyframes hero-spinner {
    to {
        transform: rotate(360deg);
    }
}
/* Hero card animation */
.hero__card {
  animation: hero-card-in 0.9s ease forwards, hero-card-float 4s ease-in-out infinite 1s;
}

@keyframes hero-card-in {
  from {
    opacity: 0;
    transform: translateX(40px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes hero-card-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* Transaction animation */
.hero__tx {
  transition: margin-top 0.55s ease, opacity 0.55s ease;
}

.hero__tx--out {
  opacity: 0;
  transform: translateY(-110px);
}

.hero__tx--in {
  opacity: 0;
  transform: translateY(110px);
}

.hero__tx--show {
  opacity: 1;
  transform: translateY(0);
}
/*=============================================
   MOBILE RESPONSIVE — max-width 768px
============================================= */
@media (max-width: 768px) {

  .hero__container {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  /* LEFT CONTENT */
  .hero__content {
    flex: none;
    width: 90%;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .hero__heading {
    padding-top: 0;
  }

  .hero__body {
    font-size: 18px;
    line-height: 24px;
  }

  /* BUTTON */
  .hero__btn {
    align-self: center;
  }

  /* CARD */
  .hero__card {
    flex: none;
    width: 100%;
    padding: 18px 14px 2px;
    border-radius: 20px;
  }

  .hero__card-divider {
    width: calc(100% + 28px);
    margin-left: -14px;
  }

  /* LIVE PAYMENTS LIST */
  .hero__tx-list {
    height: 389px; /* 4 cards visible */
    padding: 10px 0;
    gap: 8px;
    overflow: hidden;
  }

  .hero__tx {
    height: 88px;
    min-height: 88px;
    flex: 0 0 88px;

    padding: 0 12px;
    gap: 10px;

    align-items: center;
    flex-wrap: nowrap;
  }

  .hero__tx-check {
    margin-top: 0;
  }

  .hero__tx-check img {
    max-width: 24px;
    height: auto;
  }

  .hero__tx-check--spinner {
    width: 24px;
    height: 24px;
    border-width: 3px;
  }

  .hero__tx-info {
    flex: 1;
    min-width: 0;
    gap: 2px;
  }

  .hero__tx-name {
    font-size: 14px;
    line-height: 18px;
  }

  .hero__tx-amount {
    font-size: 13px;
    line-height: 18px;
  }

  .hero__tx-time {
    width: auto;
    align-self: flex-start;
    text-align: right;
    padding-top: 6px;

    font-size: 12px;
    line-height: 18px;
  }

  /* FOOTER */
  .hero__card-footer {
    gap: 8px;
    padding: 10px 0;
  }

  .hero__footer-dot {
    width: 16px;
    height: 16px;
  }

  .hero__footer-text {
    font-size: 12px;
    line-height: 18px;
  }
}
/*===================  Hero section ends =================*/
/*===================  Stats section starts =================*/

.stats {
  width: 100%;
  background: #D7F6FF;
  padding: 32px 0;
}

.stats__container {
  /*max-width: 1352px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;*/
}

/* Desktop: 4 items in a row */
.stats__track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

/* Each stat item */
.stats__item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 265px;
  min-height: 97px;
  background: #D7F6FF;
  border-radius: 15px;
  padding: 15px;
  box-sizing: border-box;
  flex-shrink: 0;
}

/* Icon circle */
.stats__icon {
  flex-shrink: 0;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #07235A;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.stats__icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* Text block */
.stats__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* Number row: number + suffix inline */
.stats__number,
.stats__suffix,
.stats__prefix {
  color: #07235A;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  display: inline;
}

h3.stats__number {
  display: inline;
  margin: 0;
  padding: 0;
}

.stats__number-wrap {
  display: flex;
  align-items: baseline;
  gap: 1px;
}

/* Label: 16px / 400 / lh 25px */
.stats__label {
  color: #07235A;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  display: block;
}

/* =============================================
   MOBILE — marquee auto-scroll
============================================= */
@media (max-width: 768px) {

  .stats {
    overflow: hidden;
    background: #FFFFFF;
  }
  .stats__container {
    padding: 0;
    overflow: hidden;
  }

  /* Track: no wrap, transform driven by JS */
  .stats__track {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: nowrap;
    width: max-content;
    padding: 0 24px;
  }

  /* Each item */
  .stats__item {
    background: #D7F6FF;
    border: 1.5px solid #FFFFFF;
    border-radius: 15px;  
    /*width: 220px;*/
    height: 97px;        
    /*min-height: 120px;*/
  }

  /* Icon: 67px on mobile */
  .stats__icon {
    width: 67px;
    height: 67px;
  }

  .stats__number,
  .stats__suffix,
  .stats__prefix {
    font-size: 24px;
  }

  .stats__label {
    font-size: 16px;
    line-height: 25px;
  }

}
/*===================  Stats section ends =================*/
/*===================  PROBLEM SECTION starts =================*/

.problem {
  width: 100%;
  background: #FFFFFF;
  padding: 70px 0;
  overflow: hidden;
}

.problem__container1111 {
  /*max-width: 1352px;
  width: 100%;
  margin: 0 auto;
  padding-left: 78px;*/
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 72px;
  box-sizing: border-box;

}

.problem__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 72px;
  box-sizing: border-box;
  overflow: visible;
}

/* =========================
   LEFT CONTENT
========================= */

.problem__content {
  width: 38%;
  padding-top: 6px;
}

.problem__heading {  
  /*font-size: 40px;
  font-weight: 700;
  line-height: 52px;*/
  max-width: 560px;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 42px;
}

.problem__body-bold {
  max-width: 560px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #2D2D2D;
  margin-bottom: 34px;
}

.problem__body {
  max-width: 560px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #1E1E1E;
}

/* =========================
   RIGHT SIDE
========================= */

.problem__issues111 {
  width: 55%;
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-top: 10px;
  margin-right: -145px;
}

.problem__issues {
  width: 45%;
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-top: 10px;
  position: relative;
}

/* CARD */

.problem__card {
  position: relative;

  width: calc(100% + 145px);
  margin-right: -145px;

  min-height: 112px;

  background: #EEFBFF;

  border-radius: 26px 0 0 26px;

  padding: 20px 34px 20px 98px;

  display: flex;
  align-items: center;

  box-sizing: border-box;
}

/* =========================
   ISSUE CARD
========================= */

.problem__card1111 {
  position: relative;

  width: 100%;
  min-height: 112px;

  background: #EEFBFF;

  border-radius: 26px 0 0 26px;

  padding: 20px 34px 5px 98px;

  display: flex;
  align-items: center;

  box-sizing: border-box;
}


/* =========================
   ICON
========================= */

.problem__card-icon {
  position: absolute;

  left: -26px;
  top: 50%;

  transform: translateY(-50%);

  width: 66px;
  height: 66px;

  border-radius: 50%;

  background: #2f6df6;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
}

.problem__card-icon img {
  width: 28px;
  height: 28px;

  object-fit: contain;
}

/* =========================
   CARD TEXT
========================= */

.problem__card-text {
  display: flex;
  flex-direction: column;
}

.problem__card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 99%;
  color: #000;
  margin-bottom: 10px;
}

.problem__card-desc {
  max-width: 430px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
}

/* =========================
   CARD HOVER ANIMATION
========================= */
.problem__card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.problem__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
}
/* =========================
   PROBLEM ANIMATION
========================= */

.problem__content,
.problem__issues {
    opacity: 0;
    transition:
        opacity 0.9s ease,
        transform 0.9s ease;
    will-change: transform, opacity;
}

.problem__content {
    transform: translateX(-70px);
}

.problem__issues {
    transform: translateX(70px);
}

.problem__content.in-view,
.problem__issues.in-view {
    opacity: 1;
    transform: translate3d(0,0,0);
}
/* =========================
   MOBILE — max-width 768px
========================= */
@media (max-width: 768px) {

  .problem {
    /*padding: 30px 30px 0px 30px;*/
    overflow: hidden;
    padding-bottom: 0;
    padding: 0;
  }

  .problem__container {
    flex-direction: column;
    gap: 32px;
    /*padding-left: 20px;
    padding-right: 20px;*/
  }

  /* =========================
     LEFT CONTENT
  ========================= */

  .problem__content {
    width: 100%;
    padding: 0;
  }

  .problem__heading {    
    /*font-size: 32px;
    font-weight: 700;
    line-height: 1.15;*/
    letter-spacing: -1px;
    margin-bottom: 24px;
    max-width: 100%;
  }

  .problem__body-bold {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .problem__body {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.7;
  }

  /* =========================
     RIGHT SIDE
  ========================= */

  .problem__issues {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 10px;
  }

  /* =========================
     CARD BASE
  ========================= */

  .problem__card {
    position: relative;
    padding-bottom: 0px !important;
    width: calc(100% - 32px);
    min-height: auto;
    background: #EEFBFF;
    border-radius: 18px;
    padding-top: 22px;
    padding-bottom: 22px;
    display: flex;
    align-items: center;
    overflow: visible;
    box-sizing: border-box;
  }

  /* =========================
     1st & 3rd CARD → RIGHT
  ========================= */

  .problem__card:nth-child(odd) {

    width: calc(100% + 20px);
    margin-left: 35px;
    padding-left: 58px;
    padding-right: 18px;    
  }

  .problem__card:nth-child(odd) .problem__card-icon {

    left: -25px;
    right: auto;
  }

  /* =========================
     2nd & 4th CARD → LEFT
  ========================= */

  .problem__card:nth-child(even) {
    width: calc(100% + 5px);
    margin-left: -50px;
    padding-left: 30px;
    padding-right: 58px;
    border-radius: 0px 22px 22px 0px;    
  }

  .problem__card:nth-child(even) .problem__card-icon {

    left: auto;
    right: -25px;
  }

  /* =========================
     ICON
  ========================= */

  .problem__card-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 63px;
    height: 63px;
    border-radius: 50%;
  }

  .problem__card-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
  }

  /* =========================
     TEXT
  ========================= */

  .problem__card-text {
    width: 100%;
    padding:10px 20px;
  }

  .problem__card-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .problem__card-desc {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.7;
  }
  /* =========================
    PROBLEM ANIMATION
  ========================= */
  .problem__content {
        transform: translateY(40px);
    }

    .problem__issues {
        transform: translateY(40px);
    }

    .problem__content.in-view,
    .problem__issues.in-view {
        transform: translateY(0);
  }
}
/*======================= PROBLEM SECTION end ===================*/

/*======================= PLATFORM SECTION start ===================*/
.platform {
  width: 100%;
  background: #fff;
}

.platform__container {
  /*max-width: 1352px;
  padding: 30px 60px;
  margin: 0 auto;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.platform__heading {
  /*font-size: 40px;
  font-weight: 700;
  line-height: 52px;*/
  color: #000;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.platform__body {
  max-width: 921px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #2D2D2D;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {

  .platform {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .platform__container {
    align-items: flex-start;
    text-align: left;
    /*padding: 0px 60px;*/
  }

  .platform__heading {
    /*font-size: 32px;
    line-height: 38px;*/
    margin-bottom: 16px;
  }

  .platform__body {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }

}
/*======================= PLATFORM SECTION end ===================*/
/*======================= SOLUTIONS SECTION start =======================*/

.solutions {
  width: 100%;
  background: linear-gradient(180deg, #3FB7FD 0%, #1F6ABB 100%);
  padding: 50px 0 80px;
}

.solutions__container {
  /*max-width: 1352px;
  padding: 0 60px;
  margin: 0 auto;*/
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Tag pill — "Shipping Company" */
.solutions__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  padding: 18px 52px;
  border: 1px solid #fff;
  border-radius: 20px;
  background: rgba(7, 35, 90, 0);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}

/* Section heading */
.solutions__heading {
  /*font-size: 28px;
  font-weight: 700;
  line-height: 30px;*/
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}

/* Button grid */
.solutions__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

/* Each feature button */
.solutions__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 18px 52px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.19);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.2s ease;
}

.solutions__btn:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

.solutions__btn:active {
  transform: translateY(0);
  background: rgba(255, 255, 255, 0.45);
}
/* SOLUTIONS ANIMATION */

.solutions__btn {
    opacity: 0;
    transform: translateY(25px);

    transition:
        opacity 0.6s ease,
        transform 0.6s ease;

    transition-delay: var(--delay, 0s);
}

.solutions__btn.in-view {
    opacity: 1;
    transform: translateY(0);
}
/*======================= SOLUTIONS SECTION MOBILE =======================*/

@media (max-width: 768px) {

  .solutions {
    padding: 40px 0;
  }

  .solutions__container {    
    align-items: flex-start;
    text-align: left;
  }

  .solutions__tag {
    padding: 8px 20px;
    height: auto;
    align-self: center;
  }

  .solutions__heading {
    /*font-size: 24px;
    line-height: 28px;*/
    margin-bottom: 24px;
    text-align: center;
  }

  .solutions__tags {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }

  .solutions__btn {
    width: 100%;
    padding: 14px 20px;
    height: auto;
    font-weight: 500;
    justify-content: center;
  }

}

/*======================= SOLUTIONS SECTION end =======================*/
/*======================= STEPS SECTION start =======================*/

.steps {
  width: 100%;
  background: #fff;
  padding: 60px 0 100px;
}

.steps__container {
  /*max-width: 1352px;
  padding: 0 60px;
  margin: 0 auto;*/
}

/* Desktop track — 3 cards + 2 arrows in a row */
.steps__track {
  display: flex;
  align-items: stretch;
  gap: 0;
}

/* Each card */
.steps__card {
  flex: 1;
  background: #F5F8FA;
  border-radius: 12px;
  padding: 24px 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  box-sizing: border-box;
}

.steps__icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  object-fit: contain;
}

.steps__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.steps__label {
  /*font-size: 20px;
  font-weight: 700;*/
  line-height: 30px;
  color: #000;
  text-transform: capitalize;
  margin: 0;
}

.steps__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  text-transform: capitalize;
  margin: 0;
}

.steps__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  margin: 0;
}

/* Arrow between cards */
.steps__arrow {
  flex-shrink: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps__arrow img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* Nav buttons — hidden on desktop */
.steps__nav {
  display: none;
}
/* Animation code */
.steps__card,
.steps__arrow {
    opacity: 0;
    transform: translateY(35px);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
    transition-delay: var(--delay, 0s);
}

.steps__card.in-view,
.steps__arrow.in-view {
    opacity: 1;
    transform: translateY(0);
}
/*======================= STEPS SECTION MOBILE =======================*/

@media (max-width: 768px) {

  .steps {
    padding: 40px 0;
    overflow: hidden;
  }

  .steps__container {
    padding: 0 40px 80px;
  }

  .steps__track {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
    transition: transform 0.35s ease;
    will-change: transform;
  }

  .steps__card {
      flex: 0 0 100%;
      min-width: 100%;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 32px 24px;
      min-height: auto;
      border-radius: 16px;
      scroll-snap-align: center;
  }

  .steps__icon {
    width: 72px;
    height: 72px;
    margin-bottom: 8px;
  }

  .steps__label {
    /*font-size: 18px;*/
    line-height: 30px;
  }

  .steps__title {
    font-size: 16px;
    line-height: 30px;
  }

  .steps__desc {
    font-size: 16px;
    line-height: 30px;
  }

  .steps__arrow {
    display: none;
  }

  .steps__nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
  }

  .steps__nav-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .steps__nav-btn img {
      width: 52px;
      height: 52px;
      object-fit: contain;
  }

  .steps__nav-btn:hover {
      transform: scale(1.05);
      opacity: 0.85;
  }

  .steps__nav-btn:active {
      transform: scale(0.97);
  }
   

}

/*======================= STEPS SECTION end =======================*/
/*======================= FEATURES SECTION start =======================*/

.features {
  width: 100%;
  background: #F5F8FA;
  padding: 30px 0 60px;
  position: relative;
}

.features__container {
  /*max-width: 1352px;
  padding: 0 60px;
  margin: 0 auto;*/
}

/* Blue tag buttons row */
.features__tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 60px;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

.features__tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #3479FF;
  border-radius: 14px;
  padding: 20px 28px;
  min-width: 200px;
  cursor: default;
  transition: background 0.25s ease, transform 0.2s ease;
}

.features__tag:hover {
  background: #2563eb;
  transform: translateY(-2px);
}

.features__tag-icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.features__tag-label {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

/* White feature cards grid */
.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.features__card {
  background: #fff;
  border: 1px solid #FFF;
  border-radius: 10px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: default;
}

.features__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.features__icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 20px;
}

.features__title {
  /*font-size: 20px;
  font-weight: 700;
  line-height: 30px;*/
  color: #000;
  text-transform: capitalize;
  margin: 0 0 12px 0;
}

.features__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  margin: 0;
}

.features__divider {
  border: none;
  border-top: 1px solid #000;
  margin: 20px 0;
}

.features__list {
  list-style: disc;
  padding-left: 18px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.features__list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #000;
}

.features__nav {
  display: none;
}
/* animation code */
.features__card {
    opacity: 0;
    transform: translateY(40px);

    transition:
        opacity 0.8s ease,
        transform 0.8s ease;

    transition-delay: var(--delay, 0s);
}

.features__card.in-view {
    opacity: 1;
    transform: translateY(0);
}
.features__tag {
    opacity: 0;
    transform: translateY(30px);

    transition:
        opacity 0.7s ease,
        transform 0.7s ease;

    transition-delay: var(--delay, 0s);
}

.features__tag.in-view {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 768px) {

  .features {
    padding: 20px 0 40px
  }

  .features__container {
    padding: 0;
  }

  .features__tags-wrapper {
      display: flex;
      justify-content: center;
      padding: 0 40px;
  }

  .features__tags {
    display: grid;
    grid-template-columns: repeat(2, 146px);
    gap: 16px;
    margin-top: -80px;
    position: relative;
    z-index: 2;
    justify-content: center;
  }

  .features__tag {
      width: 146px;
      min-width: unset;
      height: 104px;
      border-radius: 8px;
      padding: 16px 12px;
      gap: 8px;
  }

  .features__tag-icon {
    width: 35px;
    height: 35px;
  }

  .features__tag-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
  }

  .features__grid-wrapper {
    overflow: hidden;
    padding: 0 40px;
  }

  .features__grid {
    display: flex;
    flex-direction: row;
    gap: 16px;
    transition: transform 0.35s ease;
    will-change: transform;
  }

  .features__card {
    flex: 0 0 100%;
    min-width: 100%;
    border-radius: 16px;
    padding: 24px 20px;
    box-sizing: border-box;
  }

  .features__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
  }

  .features__title {
    /*font-size: 16px;
    line-height: 24px;*/
    margin-bottom: 8px;
  }

  .features__desc {
    font-size: 16px;
    line-height: 20px;
  }

  .features__divider {
    margin: 16px 0;
  }

  .features__list li {
    font-size: 16px;
    line-height: 25px;
  }

  .features__nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
  }

  .features__nav-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .features__nav-btn img {
    width: 52px;
    height: 52px;
    object-fit: contain;
  }

  .features__nav-btn:hover {
    transform: scale(1.05);
    opacity: 0.85;
  }

  .features__nav-btn:active {
    transform: scale(0.97);
  }

}
/*======================= FEATURES SECTION end =======================*/
/*======================= PAYMENTS SECTION start =======================*/

.payments {
  width: 100%;
  background: #fff;
  padding: 70px 0;
}

.payments__header {
  text-align: center;
  margin-bottom: 48px;
}

.payments__heading {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.payments__body {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #2D2D2D;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.payments__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.payments__card {
  min-height: 279px;
  perspective: 1000px;
  background: transparent;
  border-radius: 22px;
  cursor: pointer;
}

.payments__card-inner {
  width: 100%;
  min-height: 279px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.payments__card:hover .payments__card-inner,
.payments__card.is-flipped .payments__card-inner {
  transform: rotateY(180deg);
}

.payments__card-face {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.payments__card-front {
    background: #EEFBFF;
    display: grid;
    grid-template-rows: 120px 60px;
    justify-items: center;
    align-content: center;
    padding: 32px 20px;
}

.payments__card-back {
  background: #5285DF;
  color: #fff;
  transform: rotateY(180deg);
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.payments__card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 99%;
  margin: 0 0 14px;
  color: #fff;
}

.payments__card-description{
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  color: #fff;
}

.payments__icon {
  width: auto;
  height: auto;
  max-width: 130px;
  max-height: 115px;
  object-fit: contain;
  margin: 0;
  align-self: center;
}

.payments__label {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #07235A;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;

  min-height: 52px;
}

.payments__nav {
  display: none;
}
.payments__card-face {
  pointer-events: none;
}

/* animation code */
.payments__card {
    opacity: 0;
    transform: translateY(40px);

    transition:
        opacity 0.8s ease,
        transform 0.8s ease;

    transition-delay: var(--delay, 0s);
}

.payments__card.in-view {
    opacity: 1;
    transform: translateY(0);
}
/*======================= PAYMENTS MOBILE =======================*/

@media (max-width: 768px) {
  .payments {
    padding: 40px 0;
  }
.payments__card.is-flipped .payments__card-inner {
    transform: rotateY(180deg);
  }
  .payments__header {
    padding: 0 30px;
    margin-bottom: 32px;
  }

  .payments__body {
    font-size: 18px;
    line-height: 25px;
  }

  .payments__grid-wrapper {
    overflow: hidden;
  }

  .payments__grid {
    display: flex;
    flex-direction: row;
    gap: 16px;
    transition: transform 0.35s ease;
    will-change: transform;
  }

  .payments__card {
    flex: 0 0 calc(50% - 8px);
    min-width: calc(50% - 8px);
    min-height: 190px;
    border-radius: 16px;
  }

  .payments__card-inner {
    min-height: 220px;
  }

  .payments__card-face {
    border-radius: 16px;
  }

  .payments__card-front {
    padding: 20px 12px;
  }

  .payments__card-back {
    padding: 20px 16px;
  }

  .payments__icon {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 16px;
  }

  .payments__label {
    font-size: 16px;
    line-height: 22px;
  }

  .payments__card-title {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .payments__card-description{
    font-size: 12px;
    line-height: 17px;
  }

  .payments__nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
  }

  .payments__nav-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .payments__nav-btn img {
    width: 52px;
    height: 52px;
    object-fit: contain;
  }
}

/*======================= PAYMENTS SECTION end =======================*/
/*======================= EXPERTS SECTION start =======================*/

.experts {
  width: 100%;
  background: #fff;
  padding: 70px 0;
}

.experts__header {
  text-align: center;
  margin-bottom: 48px;
}

.experts__heading {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.experts__body {
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: clamp(24px, 2vw, 26px);
  font-weight: 500;
  color: #2D2D2D;
  max-width: 800px;
  margin: 0 auto;
}

.experts__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.experts__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.experts__cards-mobile {
  display: none;
}

.experts__cards-desktop {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.experts__card {
  background: #F5F8FA;
  border: 1px solid #FFF;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: default;
  display: flex;
  align-items: center;
  gap: 16px;
}

.experts__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.experts__card-desktop {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.experts__card-mobile {
  display: none;
}

.experts__card-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #D7F6FF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.experts__card-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.experts__card-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.experts__card-title {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 700;
  line-height: 25px;
  color: #000;
  text-transform: capitalize;
  margin: 0;
}

.experts__card-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  margin: 0;
}

.experts__card-hint {
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
  color: #000;
  text-align: center;
  line-height: 1.4;
}

.experts__table-wrapper {
  border: 1px solid #3479FF;
  border-radius: 10px;
  overflow-x: auto;
}

.experts__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 400px;
}

.experts__table-head {
  background: #07235A;
}

.experts__th {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: #fff;
  text-transform: capitalize;
  padding: 20px 16px;
  text-align: center;
}

.experts__th--capability {
  text-align: left;
  width: 50%;
}

.experts__tr--highlight {
  background: rgba(215, 246, 255, 0.40);
}

.experts__td {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: #000;
  text-transform: capitalize;
  padding: 18px 16px;
  border-bottom: 1px solid #e5e5e5;
}

.experts__td--center {
  text-align: center;
}

.experts__tr:last-child .experts__td {
  border-bottom: none;
}

.experts__table-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.experts__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
}

.experts__icon--dash {
  background: transparent;
  color: #FF8C00;
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1199px) {

  .experts__layout {
    grid-template-columns: 1fr;
  }

  .experts__table-wrapper {
    max-width: 100%;
  }

}
/* EXPERTS ANIMATION */

.experts__cards[data-animate],
.experts__table-wrapper[data-animate] {
    opacity: 0;
    transition:
        opacity 0.65s ease,
        transform 0.65s ease;
    transition-delay: var(--delay, 0s);
    will-change: opacity, transform;
}

.experts__cards[data-animate="fade-left"] {
    transform: translateX(-60px);
}

.experts__table-wrapper[data-animate="fade-right"] {
    transform: translateX(60px);
}

.experts__cards.in-view,
.experts__table-wrapper.in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
/* Mobile */
@media (max-width: 768px) {

  .experts {
    padding: 40px 0;
  }

  .experts__table {
    min-width: unset;
    width: 100%;
  }

  .experts__header {
    text-align: center;
    margin-bottom: 32px;
  }

  .experts__body {
    text-align: center;
  }

  .experts__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .experts__cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .experts__card {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: block;
    min-height: 170px;
  }

  .experts__card:hover {
    transform: none;
    box-shadow: none;
  }

  .experts__card-desktop {
    display: none;
  }

  .experts__card-inner {
    position: relative;
    width: 100%;
    height: 170px;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
  }

  .experts__card.active .experts__card-inner {
    transform: rotateX(180deg);
  }

  .experts__card-front {
    position: absolute;
    inset: 0;
    background: #F5F8FA;
    border: 1px solid #FFF;
    border-radius: 10px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 12px;
    box-sizing: border-box;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }

  .experts__card-back {
    position: absolute;
    inset: 0;
    background: #07235A;
    border-radius: 10px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: rotateX(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 12px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .experts__card-back p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-align: center;
  }

  .experts__card-icon-wrap {
    width: 40px;
    height: 40px;
  }

  .experts__card-icon {
    width: 22px;
    height: 22px;
  }

  .experts__card-title {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
  }

  .experts__table-wrapper {
    border: 0.25px solid #000;
  }

  .experts__th {
    font-size: 14px;
    padding: 14px 10px;
  }

  .experts__td {
    font-size: 14px;
    font-weight: 400;
    padding: 12px 8px;
    line-height: 20px;
  }

  .experts__table-icon {
    width: 22px;
    height: 22px;
  }

  /* Hide desktop cards, show mobile */
  .experts__cards-desktop {
    display: none;
  }

  .experts__cards-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
  }

  .experts__mobile-item {
    width: 100%;
    height: 150px;
    perspective: 1000px;
    cursor: pointer;
  }

  .experts__mobile-card {
    position: relative;
    width: 100%;
    height: 150px;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
  }

  .experts__mobile-item.active .experts__mobile-card {
    transform: rotateX(180deg);
  }

  .experts__mobile-front {
    position: absolute;
    inset: 0;
    background: #F5F8FA;
    border: 1px solid #FFF;
    border-radius: 10px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 12px;
    box-sizing: border-box;
  }

  .experts__mobile-back {
    position: absolute;
    inset: 0;
    background: #F5F8FA;
    border-radius: 10px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: rotateX(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 12px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .experts__mobile-back p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
  }

  .experts__card-icon-wrap {
    width: 56px;
    height: 56px;
  }

  .experts__card-icon {
    width: 30px;
    height: 30px;
  }

  .experts__card-title {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #07235A;
  }

  .experts__card-hint {
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    color: #07235A;
    opacity: 0.6;
  }

  .experts__mobile-card {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.5s ease;
}

.experts__mobile-item.active .experts__mobile-card {
  transform: rotateX(180deg);
}

.experts__card-icon-wrap {
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
  }

  .experts__card-icon {
    width: auto;
    height: auto;
    object-fit: contain;
  }

  /* Per icon sizing using nth-child */
  .experts__mobile-item:nth-child(1) .experts__card-icon {
    width: 96px;
    height: 68px;
  }

  .experts__mobile-item:nth-child(2) .experts__card-icon {
    width: 68px;
    height: 74px;
  }

  .experts__mobile-item:nth-child(3) .experts__card-icon {
    width: 65px;
    height: 68px;
  }

  .experts__mobile-item:nth-child(4) .experts__card-icon {
    width: 69px;
    height: 74px;
  }

  .experts__card-title {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #07235A;
    font-weight: 700;
    text-transform: capitalize;
  }


}

/*======================= EXPERTS SECTION end =======================*/

/*======================= REACH SECTION start =======================*/

.reach {
  width: 100%;
  background: #fff;
  padding: 70px 0;
  overflow: hidden;
}

.reach__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  overflow: visible;
}

/* =========================
   LEFT CONTENT
========================= */

.reach__content {
  width: 100%;
  max-width: none;
}

.reach__heading {
  color: #000;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  margin-bottom: 28px;
}

.reach__lead {
  color: #2D2D2D;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 28px;
  padding-right: 80px;
}

.reach__body {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding-right: 102px;
}

/* =========================
   RIGHT CARD
========================= */

.reach__regions-card {
  position: relative;
  margin-right: -145px;

  box-sizing: border-box;

  background: #EEFBFF;
  border-radius: 22px 0 0 22px;
  padding:
    clamp(32px, 4vw, 48px)
    clamp(28px, 4vw, 58px)
    clamp(36px, 4vw, 52px)
    clamp(28px, 4vw, 58px);
}

.reach__card-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.reach__divider {
  width: 80%;
  height: 1px;
  background: rgba(0, 0, 0, 0.18);
  margin-bottom: 34px;
}

/* =========================
   REGIONS GRID
========================= */

.reach__regions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(20px, 2.5vw, 48px);
  row-gap: clamp(20px, 2vw, 36px);
  margin-right: 100px;
}

.reach__region {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* =========================
   ICON
========================= */

.reach__icon {
  width: 48px;
  height: 48px;

  background: #3ED3FF;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
}

.reach__icon img {
  width: 21px;
  height: 32px;
  object-fit: contain;
}

/* =========================
   TEXT
========================= */

.reach__region h5 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;

  margin: 0 0 4px;
}

.reach__region p {
  color: #000;

  font-size: 16px;
  font-weight: 400;
  line-height: 22px;

  margin: 0;
}
.reach-arrow {
    display: none;
}
/*======================= REACH STATS  =======================*/
.reach-stats {
  background: #fff;
  padding: 0 0 70px;
}

.reach-stats__container {
  display: flex;
  justify-content: flex-start;
  gap: 28px;
}

.reach-stats__card {
  width: 292px;
  min-height: 132px;
  background: #F5F8FA;
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  border: 1px solid #FFFFFF;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;

  cursor: pointer;
}
.reach-stats__card:hover {
  transform: translateY(-6px);

  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.08);
}

.reach-stats__card h3 {
  color: #5285DF;
  font-size: 28px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
}

.reach-stats__card p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 2px 0 0;
  text-align: center;
}
/*======================= REACH SECTION MOBILE =======================*/
/* =========================
   REACH ANIMATION
========================= */

.reach__content,
.reach__regions-card {
    opacity: 0;
    transition:
        opacity 0.9s ease,
        transform 0.9s ease;
    will-change: transform, opacity;
}

.reach__content {
    transform: translateX(-70px);
}

.reach__regions-card {
    transform: translateX(70px);
}

.reach__content.in-view,
.reach__regions-card.in-view {
    opacity: 1;
    transform: translate3d(0,0,0);
}

/* Stats cards */

.reach-stats__card {
    opacity: 0;
    transform: translateY(40px);

    transition:
        opacity 0.7s ease,
        transform 0.7s ease;

    transition-delay: var(--delay, 0s);
}

.reach-stats__card.in-view {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 768px) {

  .reach {
    padding: 40px 0;
    overflow: hidden;
    background: #F5F8FA;

  }

  .reach__container {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: stretch;
  }

  .reach__content {
    width: 100%;
  }

  .reach__heading {
    letter-spacing: -1px;
    margin-bottom: 20px;
    padding-right: 50px;
  }

  .reach__lead {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .reach__body {
    padding-right: 0px;
  }
  
  .reach__regions-card {
    width: 100%;
    background: transparent;
    border-radius: 0;
    padding: 0;
    overflow: visible;
  }

  .reach__card-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .reach__divider {
    margin-bottom: 20px;
  }

  .reach__regions-viewport {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
  }

  .reach__regions-grid {
    display: flex;
    gap: 16px;

    padding-left: 36px;
    padding-right: 36px;

    transition: transform 0.35s ease;
    will-change: transform;
  }
  
  .reach__region {
    flex: 0 0 100%;
    min-width: 100%;

    background: #EEFBFF;

    border-radius: 13px;

    padding: 24px 18px;

    box-sizing: border-box;

    display: flex;
    align-items: center;

    gap: 16px;
  }

  .reach__icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
  }

  .reach__icon img {
    width: 18px;
    height: 24px;
    object-fit: contain;
  }

  .reach__region h5 {
    margin: 0 0 6px;
  }

  .reach__region p {
    margin: 0;
  }

  .reach-arrow {
        display: block;

        background: #FFFFFF;

        padding: 24px 0 32px;
    }

    .reach__nav-wrapper {
        width: 100%;
    }

    .reach__nav {
        display: flex;
        justify-content: center;
        gap: 16px;
    }

    .reach__nav-btn {
        width: 52px;
        height: 52px;

        border: none;
        background: transparent;

        cursor: pointer;

        padding: 0;
    }

    .reach__nav-btn img {
        width: 52px;
        height: 52px;
        object-fit: contain;
    }

  /*======================= REACH STATS START =======================*/  
  .reach-stats {
    padding: 32px 0 40px;
  }

  .reach-stats__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .reach-stats__card {
    width: 100%;
    max-width: 330px;
    min-height: 93px;
    border-radius: 10px;
  }

  .reach-stats__card h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .reach-stats__card p {
    font-size: 16px;
    line-height: 22px;
  }
}
/*======================= REACH SECTION end =======================*/


/*======================= SERVICE QUOTE START=======================*/

.service-quote {
    width: 100%;
    padding: 70px 0;
}

.service-quote__bg {
    background: linear-gradient(to right, #7DD8F0 0%, #B8EAF7 30%, #D6F3FB 55%, #EDF9FD 75%, #F7FDFF 100%);
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
}

.service-quote__card {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-quote__content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    text-align: center;
}

.service-quote__text {
    color: #000;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 28px;
}

.service-quote__author {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
}

.service-quote__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 260px;
  height: auto;
  opacity: 0.18;
  z-index: 1;
  pointer-events: none;
  filter: invert(1) sepia(1) saturate(3) hue-rotate(170deg);
}
/* =========================
   SERVICE QUOTE ANIMATION
========================= */

.service-quote__card {
    opacity: 0;
    transform: translateY(50px);

    transition:
        opacity 0.9s ease,
        transform 0.9s ease;

    will-change: transform, opacity;
}

.service-quote__card.in-view {
    opacity: 1;
    transform: translateY(0);
}
/*======================= MOBILE =======================*/

@media (max-width: 768px) {

    .service-quote {
        padding: 40px 0;
    }

    .service-quote__bg {
        padding: 0;
        background: linear-gradient(to bottom, #7DD8F0 0%, #B8EAF7 30%, #D6F3FB 60%, #EDF9FD 85%, #F7FDFF 100%);
    }

    .service-quote__card {
        padding: 48px 0;
    }

    .service-quote__content {
        max-width: 100%;
    }

    .service-quote__text {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .service-quote__author {
        font-size: 18px;
        line-height: 26px;
    }

    .service-quote__icon {
        width: 194px;
        right: -35px;
        top: 0;
        transform: translateY(0);
        opacity: 0.08;
        filter: grayscale(70%) invert(1) sepia(0.3) saturate(1) hue-rotate(170deg) brightness(95%);
    }
}

/*======================= SERVICE QUOTE END =======================*/

/*======================= REGULATED. SECURE. FULLY COMPLIANT START=======================*/

.service-regulation {
    padding: 70px 0;
    background: #FFFFFF;
}

.service-regulation__header {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
}

.service-regulation__heading {
    color: #000;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.service-regulation__description {
    color: #2D2D2D;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

.service-regulation__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.service-regulation__card {
    background: #F5F8FA;
    border-radius: 14px;
    padding: 18px 18px;
    text-align: center;
    transition: all 0.35s ease;
}

.service-regulation__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.service-regulation__card-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 8px;
}

.service-regulation__card-description {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
/* =========================
   SERVICE REGULATION ANIMATION
========================= */

.service-regulation__card {
    opacity: 0;
    transform: translateY(40px);

    transition:
        opacity 0.7s ease,
        transform 0.7s ease;

    transition-delay: var(--delay, 0s);
}

.service-regulation__card.in-view {
    opacity: 1;
    transform: translateY(0);
}
/*======================= SERVICE REGULATION RESPONSIVE =======================*/

@media (max-width: 768px) {

    .service-regulation {
        padding: 40px 0;
    }

    .service-regulation__header {
        max-width: 100%;
        margin: 0 auto 24px;
    }

    .service-regulation__heading {
        margin-bottom: 16px;
    }

    .service-regulation__description {
        font-size: 18px;
        line-height: 24px;
    }

    .service-regulation__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .service-regulation__card {
        min-height: 112px;
        padding: 25px 10px;
    }

    .service-regulation__card-title {
        margin-bottom: 10px;
    }
}

/*======================= REGULATED. SECURE. FULLY COMPLIANT END=======================*/

/*======================= SERVICE TEAMS START=======================*/

.service-teams {
    padding: 70px 0;
}

.service-teams__background {
    background: linear-gradient(180deg, #3FB7FD 0%, #1F6ABB 100%);
    padding: 70px 0;
}

.service-teams__header {
    text-align: center;
    margin-bottom: 40px;
}

.service-teams__heading {
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
}

.service-teams__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.service-teams__card {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.19);
    border: 1px solid #FFFFFF;
    border-radius: 21px;
    padding: 24px 20px;
    min-height: 320px;
    backdrop-filter: blur(4px);
    transition: all 0.35s ease;
}

.service-teams__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.14);
    background: rgba(255, 255, 255, 0.2);
}

.service-teams__icon {
    width: 129px;
    height: 117px;
    object-fit: contain;
    margin-bottom: 18px;
}

.service-teams__card-title {
    color: #FFFFFF;
    margin: 0 65px 0 0px;
}

.service-teams__card-description {
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 18px 0 18px;
}

.service-teams__card-meta {
    color: #07235A;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 18px;
    padding-right: clamp(14px, 1vw, 40px);
    margin-top: auto;
}
.service-teams__nav {
    display: none;
}
/* =========================
   SERVICE TEAMS ANIMATION
========================= */

.service-teams__card {
    opacity: 0;
    transform: translateY(40px);

    transition:
        opacity 0.7s ease,
        transform 0.7s ease;

    transition-delay: var(--delay, 0s);
}

.service-teams__card.in-view {
    opacity: 1;
    transform: translateY(0);
}
/*======================= SERVICE TEAMS RESPONSIVE =======================*/



@media (max-width: 768px) {

    .service-teams__card-meta {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }

    .service-teams__break {
        display: none;
    }
    .service-teams__grid-wrapper {
        overflow: hidden;
    }

    .service-teams__grid {
        display: flex;
        flex-direction: row;
        gap: 16px;
        transition: transform 0.35s ease;
        will-change: transform;
    }

    .service-teams__card {
        flex: 0 0 90%;
        min-width: 90%;
    }

    .service-teams__nav {
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-top: 24px;
    }

    .service-teams__nav-btn {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .service-teams__nav-btn img {
        width: 52px;
        height: 52px;
        object-fit: contain;
    }
}

/*======================= SERVICE TEAMS END =======================*/


/*======================= SERVICE CONSULTATION START =======================*/

.service-consultation {
    padding: 60px 0 70px;
    background: #FFFFFF;
}

.service-consultation__container {
    display: grid;
    grid-template-columns: 513px 588px;
    justify-content: space-between;
    align-items: start;
}

.service-consultation__content {
    flex: 0 0 420px;
    padding-top: 55px;
}

.service-consultation__heading {
    color: #000;
    text-transform: uppercase;
    margin: 0 0 28px;
}

.service-consultation__description {
    max-width: 500px;
    color: #2D2D2D;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 40px;
}

.service-consultation__benefits {
    list-style: none;
    padding: 16px;
    margin: 0 auto;
    width: fit-content;
}

.service-consultation__benefit {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 14px;
}

.service-consultation__benefit img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    flex-shrink: 0;
}

.service-consultation__form-wrapper {
    flex: 0 0 520px;
    width: 570px;
    background: #FFFFFF;
    border: 0.5px solid #07235A;
    border-radius: 21px;
    overflow: hidden;
}

.service-consultation__form-header {
    background: #5285DF;
    padding: 18px 22px;
}

.service-consultation__form-title {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 4px;
}

.service-consultation__form-subtitle {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
}

.service-consultation__form {
    padding: 22px 22px 24px;
}

.service-consultation__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.service-consultation__form input,
.service-consultation__form textarea {
    width: 100%;
    background: #F3F3F3;
    border: none;
    border-radius: 6px;
    padding: 14px 16px;
    margin-bottom: 12px;
    color: #2D2D2D;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    outline: none;
    box-sizing: border-box;
}

.service-consultation__form input::placeholder,
.service-consultation__form textarea::placeholder {
    color: #555;
}

.service-consultation__form textarea {
    height: 84px;
    resize: none;
}

.service-consultation__submit {
    width: 269px;
    height: 48px;
    border: none;
    border-radius: 4px;
    background: #07235A;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    cursor: pointer;
}

.service-consultation__submit:hover {
    background: #07235A;
}

.service-consultation__captcha {
    margin-top: 18px;
}
/* =========================
   SERVICE CONSULTATION ANIMATION
========================= */

.service-consultation__content,
.service-consultation__form-wrapper {
    opacity: 0;
    transform: translateY(50px);

    transition:
        opacity 0.9s ease,
        transform 0.9s ease;

    will-change: transform, opacity;
}

.service-consultation__content.in-view,
.service-consultation__form-wrapper.in-view {
    opacity: 1;
    transform: translateY(0);
}

.service-consultation__form-wrapper {
    transition-delay: 0.2s;
}
/*======================= SERVICE CONSULTATION MOBILE =======================*/

@media (max-width: 768px) {

    .service-consultation {
        padding: 32px 0 40px;
        background: #FFFFFF;
        overflow: hidden;
    }

    .service-consultation__container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 28px;
    }

    .service-consultation__content {
        width: 100%;
        max-width: 100%;
        flex: none;
        padding-top: 0;
    }

    .service-consultation__heading {
        margin: 0 0 18px;
    }

    .service-consultation__description {
        max-width: 100%;
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 24px;
    }

    .service-consultation__benefits {
        margin-bottom: 0;
        padding: 16px 0;
        margin: 0;

    }

    .service-consultation__benefit {
        font-size: 16px;
        line-height: 22px;
        gap: 8px;
        margin-bottom: 10px;
    }

    .service-consultation__benefit img {
        width: 14px;
        height: 14px;
    }

    .service-consultation__form-wrapper {
        width: 100%;
        max-width: 100%;
        flex: none;
        margin-left: 0;
        border-radius: 20px;
    }

    .service-consultation__form-header {
        padding: 22px 20px;
    }

    .service-consultation__form-title {
        font-size: 25px;
        line-height: 28px;
        font-weight: 500;
    }

    .service-consultation__form {
        padding: 12px 14px 16px;
    }

    .service-consultation__row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .service-consultation__form input,
    .service-consultation__form textarea {
        
        font-size: 16px;
        line-height: 27px;
        padding: 10px 12px;
        margin-bottom: 9px;
        border-radius: 5px;
    }


    .service-consultation__submit {
        width: 100%;
        height: 40px;
        font-size: 16px;
    }

    .service-consultation__captcha {
        margin-top: 14px;
    }
}

/*======================= SERVICE CONSULTATION END =======================*/


/*======================= PAYMENT SERVICE START =======================*/

.service-crew {
    padding: 70px 0 0;
}
.service-crew__background {
    background: #F5F8FA;
    padding: 70px 0;
}

.service-crew__container {
    display: grid;
    grid-template-columns: minmax(420px, 560px) minmax(0, 624px);
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}

.service-crew__content {
    max-width: 420px;
}

.service-crew__heading {
    color: #000;
    text-transform: uppercase;
    margin: 0 0 42px;
}

.service-crew__description {
    color: #2D2D2D;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

.service-crew__cards {
    width: 100%;
    max-width: 624px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.service-crew__card {
    width: 100%;
    min-height: 140px;
    background: linear-gradient(
      to right,
      #B8F0F9 0%,
      #C8F4FB 55%,
      #D8F6FC 100%
    );
    border-radius: 20px;
    padding: 28px 28px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;

    overflow: hidden;
}

.service-crew__card-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 14px;
}

.service-crew__card-description {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;

    word-break: break-word;
}

.service-crew__link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    align-self: flex-end;
    margin-top: 20px;

    color: #07235A;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none;
    white-space: nowrap;
}

.service-crew__arrow {
    width: 42px;
    height: 42px;
    object-fit: contain;
    flex-shrink: 0;
}
.service-crew__card {
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.service-crew__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.service-crew__nav {
    display: none;
}
/* =========================
   SERVICE CREW ANIMATION
========================= */

.service-crew__content,
.service-crew__cards {
    opacity: 0;
    transition:
        opacity 0.9s ease,
        transform 0.9s ease;

    will-change: transform, opacity;
}

.service-crew__content {
    transform: translateX(-70px);
}

.service-crew__cards {
    transform: translateX(70px);
}

.service-crew__content.in-view,
.service-crew__cards.in-view {
    opacity: 1;
    transform: translate3d(0,0,0);
}
/*======================= SERVICE CREW RESPONSIVE =======================*/



@media (max-width: 768px) {

    .service-crew {
        padding: 32px 0 0;
    }

    .service-crew__background {
        padding: 40px 0;
    }

    .service-crew__container {
        display: block;
    }

    .service-crew__content {
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .service-crew__heading {
        margin: 0 0 18px;
    }

    .service-crew__description {
        max-width: 300px;
        margin: 0 auto;
        font-size: 18px;
        line-height: 24px;
    }

    .service-crew__cards-wrapper {
        overflow: hidden;
    }

    .service-crew__cards {
        max-width: none;
        display: flex;
        flex-direction: row;
        gap: 12px;
        transition: transform 0.35s ease;
        will-change: transform;
    }

    .service-crew__card {
        flex: 0 0 82%;
        min-width: 82%;
        min-height: 250px;
        border-radius: 20px;
        padding: 22px 18px;
    }

    .service-crew__card-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    /* .service-crew__card-description {
        font-size: 12px;
        line-height: 18px;
    } */

    .service-crew__link {
        align-self: flex-end;
        gap: 10px;
        margin-top: auto;
        font-size: 18.8px;
        line-height: 25px;
        margin-top: 20px;
    }

    .service-crew__arrow {
        width: 36px;
        height: 36px;
    }

    .service-crew__nav {
        display: flex;
        justify-content: center;
        gap: 18px;
        margin-top: 24px;
    }

    .service-crew__nav-btn {
        width: 52px;
        height: 52px;
        border: none;
        background: transparent;
        padding: 0;
        cursor: pointer;
    }

    .service-crew__nav-btn img {
        width: 52px;
        height: 52px;
        object-fit: contain;
    }
}
/*======================= PAYMENT SERVICE END =======================*/