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

body {
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  color: #212529;
}
.hero-section {
  background-color: #ebefff;
  color: #0c2342;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.bg-wave-svg {
  position: absolute;
  bottom: 10%;
  left: -20px;
  width: 320px;
  height: 120px;
  pointer-events: none;
  opacity: 0.8;
}

.sub-title {
   color: #0076c5;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgb(227, 248, 255);
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid lightblue;
  display: inline;
}

.hero-title {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.5;
  color: #000658; /* High-contrast natural deep brown */
}

.hero-desc {
  font-size: 1rem;
  color: #434d5c;
  line-height: 1.65;
  max-width: 480px;
  font-weight: 300;
}

/* Elegant Pill Buttons */
.btnprimarycta {
  background-color: #0066ff !important;
  color: #FFF5EB !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  padding: 8px 14px !important;
  border-radius: 50px !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
}

.btnprimarycta:hover {
  background-color: #17115c !important;
  transform: translateY(-2px); 
  text-decoration: none !important;
}

.btn-secondary-cta {
  background: transparent;
  color: #0066ff !important;
  font-weight: 500;
  font-size: 1rem;
  padding: 10px 15px;
  border: none !important;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s ease;
}

.btn-secondary-cta:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
.btn-secondary-cta:focus,
.btn-secondary-cta:active,
.btn-secondary-cta:focus-visible {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.icon-circle {
  background-color: transparent;
  border: 1px solid #0066ff;
  color: #0066ff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 14px;
}
.design-layout-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100% !important;
  max-width: 680px !important;
  margin-left: auto !important;
}
.hero-image-card {
  position: relative;
  width: 68% !important;
  z-index: 5 !important;
}

.main-hero-img {
  width: 100% !important;
  height: 480px !important;
  object-fit: cover !important;
  border-radius: 240px 240px 0px 0px;
  box-shadow: 0 30px 60px rgba(12, 17, 66, 0.08);
}

.blob-shape-top {
  position: absolute;
  top: -40px;
  right: 18%;
  width: 130px;
  height: 140px;
  background-color: #7a7aff;
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  z-index: 1;
  transform: rotate(-15deg);
  opacity: 0.85;
}
.blob-shape-bottom {
  position: absolute;
  bottom: -30px;
  left: -20px;
  width: 110px;
  height: 110px;
  background-color: #82b8ff;
  border-radius: 50% 50% 30% 70% / 50% 60% 40% 50%;
  z-index: 1;
}
.wire-ring-bottom {
  position: absolute;
  bottom: -15px;
  left: -35px;
  width: 130px;
  height: 130px;
  border: 1px solid #82b8ff;
  border-radius: 50%;
  z-index: 2;
}

.stats-sidebar-stack {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding-left: 40px;
  width: 32%;
  z-index: 5;
}

.stat-item-block h3 {
  font-size: 1.9rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 4px;
  font-family: 'Playfair Display', serif;
}

.stat-item-block h3.brand-feature {
  font-size: 1.45rem;
  letter-spacing: -0.5px;
}

.stat-item-block p {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5c647a;
  margin-bottom: 0;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .hero-title { font-size: 2.8rem; }
  .main-hero-img { height: 420px; }
}

@media (max-width: 991.98px) {
  .hero-section { text-align: center; padding: 70px 0; }
  .hero-desc { margin-left: auto; margin-right: auto; }
  .cta-wrapper { justify-content: center; margin-bottom: 40px; }
  .design-layout-wrapper { margin: 0 auto; justify-content: center; }
  .bg-wave-svg { display: none; }
}

@media (max-width: 575.98px) {
  .hero-title { font-size: 2.1rem; }
  .cta-wrapper { flex-direction: column; gap: 10px; }
  .btn-primary-cta { width: 100%; }
  .design-layout-wrapper { flex-direction: column; gap: 40px; }
  .hero-image-card { width: 85%; }
  .stats-sidebar-stack { width: 100%; padding-left: 0; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 25px; }
  .stat-item-block { width: 40%; text-align: center; }
  .blob-shape-top { right: 5%; }
}
.expert-services-section {
  background-color: #ffffff;
  color: #0011ff;
  padding: 30px 0;
  position: relative; 
}

/* Header Text Styles */
.section-tagline {
  color: #0076c5;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgb(227, 248, 255);
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid lightblue;
  display: inline;
}

.section-main-title {
  font-size: 2.3rem;
  font-weight: 800;
  color: #0c0c42;
  line-height: 1.25;
}

.accent-line-divider {
  width: 60px;
  height: 2px;
  background-color: #0062ff; /* Using the warm accent color from hero blobs */
  margin: 20px auto 0 auto;
}

.section-subtitle {
  font-size: 1rem;
  color: #43475c;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto;
  font-weight: 300;
}
.service-feature-card {
  background:linear-gradient(135deg,rgb(219, 219, 255),rgb(223, 251, 255));
  padding: 40px 30px;
  border-radius: 120px 20px 120px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid transparent;
}

.service-feature-card:hover {
  transform: translateY(-8px);
  background: #ffffff;
  border-color: #b2ebfc;
  box-shadow: 0 20px 40px rgba(12, 26, 66, 0.05);
}
.feature-icon-wrapper {
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  color: #0055ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
  font-size: 1.4rem;
  border: 1px solid #b2cefc;
  transition: all 0.3s ease;
}

.service-feature-card:hover .feature-icon-wrapper {
  background-color: #568fff;
  color: #FFF5EB;
  border-color: #568fff;
}

.service-feature-card h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #004ebc;
  margin-bottom: 12px;
}

.service-feature-card p {
  font-size: 0.9rem;
  color: #4c5460;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .section-main-title { font-size: 2rem; }
  .service-feature-card { border-radius: 80px 20px; padding: 35px 25px; }
}

@media (max-width: 767.98px) {
  .expert-services-section { padding: 60px 0; }
  .section-subtitle { font-size: 1rem; }
}
.pain-points-section {
  background-color: #f8f9ff;
  color: #110c42;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}

.problem-tagline {
  color: #0076c5;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgb(227, 248, 255);
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid lightblue;
  display: inline;
}

.problem-main-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0c1142;
  line-height: 1.2;
}

.problem-layout-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
}

.problem-image-card {
  position: relative;
  width: 100%;
  z-index: 5;
}

.problem-hero-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 260px 260px 0px 0px; 
  box-shadow: 0 30px 60px rgba(12, 22, 66, 0.06);
}

.problem-blob-top {
  position: absolute;
  top: -30px;
  left: -40px;
  width: 140px;
  height: 130px;
  background-color: #7a95ff;
  border-radius: 30% 70% 40% 60% / 50% 30% 70% 50%;
  z-index: 1;
  opacity: 0.8;
}

.problem-blob-bottom {
  position: absolute;
  bottom: -20px;
  right: -30px;
  width: 120px;
  height: 120px;
  background-color: #82beff;
  border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
  z-index: 1;
  transform: rotate(45deg);
}

.problem-wire-ring {
  position: absolute;
  bottom: 40px;
  right: -55px;
  width: 110px;
  height: 110px;
  border: 1px solid #82beff;
  border-radius: 50%;
  z-index: 2;
}

.pain-points-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 15px;
}

.pain-point-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid rgba(12, 31, 66, 0.08);
  padding-bottom: 10px;
}

.pain-point-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.item-number {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #82b2ff;
  margin-top: 2px;
}

.item-text h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #003897;
  margin-bottom: 6px;
}

.item-text p {
  font-size: 0.95rem;
  color: #43495c;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .problem-main-title { font-size: 2.3rem; }
  .problem-hero-img { height: 460px; }
}

@media (max-width: 991.98px) {
  .pain-points-section { padding: 70px 0; }
  .problem-layout-wrapper { margin: 0 auto 50px auto; }
  .problem-main-title { text-align: center; }
  .problem-tagline { text-align: center; }
}

@media (max-width: 575.98px) {
  .problem-main-title { font-size: 1.9rem; }
  .problem-hero-img { height: 360px; }
  .pain-point-item { gap: 15px; }
  .item-text h5 { font-size: 1.15rem; }
}
.solution-flow-section {
  background-color: #ffffff;
  color: #0c1142;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}

.solution-tagline {
  color: #0076c5;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgb(227, 248, 255);
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid lightblue;
  display: inline;
}

.solution-main-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0c1642;
  line-height: 1.2;
}
.solution-layout-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
}

.solution-image-card {
  position: relative;
  width: 100%;
  z-index: 5;
}
.solution-hero-img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 240px 240px 0px 0px;
  box-shadow: 0 30px 60px rgba(12, 21, 66, 0.06);
}
.solution-blob-top {
  position: absolute;
  top: -25px;
  right: -30px;
  width: 130px;
  height: 130px;
  background-color: #7abfff;
  border-radius: 40% 60% 30% 70% / 60% 40% 60% 40%;
  z-index: 1;
  transform: rotate(15deg);
  opacity: 0.8;
}

.solution-blob-bottom {
  position: absolute;
  bottom: -30px;
  left: -40px;
  width: 140px;
  height: 130px;
  background-color: #828aff;
  border-radius: 50% 50% 30% 70% / 50% 60% 40% 50%;
  z-index: 1;
}

.solution-wire-ring {
  position: absolute;
  top: 40px;
  left: -55px;
  width: 110px;
  height: 110px;
  border: 1px solid #828aff;
  border-radius: 50%;
  z-index: 2;
}

.solution-checklist {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 30px;
}

.check-item-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.custom-check-icon {
  width: 24px;
  height: 24px;
  background-color: #ebf7ff; 
  color: #0c38a6;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  flex-shrink: 0;
  margin-top: 2px;
  border: 1px solid #bee5fd;
}

.check-item-text {
  font-size: 15px;
  color: #434d5c;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .solution-main-title { font-size: 2.3rem; }
  .solution-hero-img { height: 460px; }
}

@media (max-width: 991.98px) {
  .solution-flow-section { padding: 70px 0; }
  .solution-layout-wrapper { margin: 0 auto 50px auto; }
  .solution-main-title, .solution-tagline { text-align: center; }
  .solution-checklist { max-width: 600px; margin: 30px auto 0 auto; }
}

@media (max-width: 575.98px) {
  .solution-main-title { font-size: 1.9rem; }
  .solution-hero-img { height: 360px; }
  .check-item-text { font-size: 0.95rem; }
}

.shipping-hub-section {
  background-color: #f5f8ff;
  color: #0c0f42;
  padding: 30px 0;
  position: relative;
}

.hub-tagline {
  color: #0076c5;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgb(227, 248, 255);
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid lightblue;
  display: inline;
}

.hub-main-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0c1c42;
  line-height: 1.25;
}

.hub-line-divider {
  width: 60px;
  height: 2px;
  background-color: #007bff;
  margin: 20px auto 0 auto;
}

.hub-tabs-navigation {
  background-color: rgba(12, 33, 66, 0.04);
  padding: 8px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(12, 28, 66, 0.06);
}

.hub-tabs-navigation .nav-link {
  color: #0059ff;
  background: transparent;
  font-weight: 600 !important;
  font-size: 1rem !important;
  padding: 12px 25px !important;
  border-radius: 40px !important;
  border: none;
  transition: all 0.3s ease-in-out;
  flex-grow: 1;
  text-align: center;
}

.hub-tabs-navigation .nav-link:hover {
  color: #003596 !important;
}

.hub-tabs-navigation .nav-link.active {
  background-color: #0059ff !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(66, 26, 12, 0.1);
}

.why-prefer-intro p {
  font-style: italic;
  font-size: 1rem;
  color: #434c5c;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.5;
}

.hub-card {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 160px 160px 20px 20px;
  text-align: center;
  height: 100%;
  border: 1px solid rgba(178, 201, 252, 0.64);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hub-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(12, 28, 66, 0.05);
  border-color: #b2c3fc;
}

.prefer-card {
  border-radius: 120px 30px 120px 30px; 
}

.hub-card-icon {
  width: 55px;
  height: 55px;
  background-color: #ebf0ff;
  color: #010f69;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 24px;
  border: 1px solid #c3d2ff;
  transition: all 0.3s ease;
}

.hub-card:hover .hub-card-icon {
  background-color: #005eff;
  color: #ebf8ff;
  border-color: #005eff;
}

.hub-card h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #0c185f;
  margin-bottom: 14px;
  line-height: 1.3;
}

.hub-card p {
  font-size: 0.92rem;
  color: #43475c;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .hub-main-title { font-size: 2rem; }
  .hub-tabs-navigation { flex-direction: column; border-radius: 20px; padding: 10px; gap: 5px; }
  .hub-tabs-navigation .nav-link { text-align: left; padding: 12px 20px; }
  .hub-card { border-radius: 100px 100px 20px 20px; padding: 35px 25px; }
}

@media (max-width: 767.98px) {
  .shipping-hub-section { padding: 60px 0; }
  .why-prefer-intro p { font-size: 1.1rem; }
}


.logistics-value-section {
  background-color: #ffffff; 
  color: #421A0C;
  padding: 30px 0;
  position: relative;
}
.value-tagline {
  color: #0076c5;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgb(227, 248, 255);
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid lightblue;
  display: inline;
}

.value-main-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0c1142;
  line-height: 1.2;
}

.header-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 320px;
  margin: 0 auto;
}

.header-divider .line {
  flex-grow: 1;
  height: 1px;
  background-color: rgba(12, 28, 66, 0.08);
}

.header-divider .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0073ff;
}

.value-intro {
  font-size: 1rem;
  color: #43485c;
  line-height: 1.65;
  font-weight: 300;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.feature-block-item {
  height: 100%;
  padding: 20px 10px;
  border: 1px solid #ebf1ff ;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.feature-block-item:hover {
  background-color: #ebf1ff;
  border-radius: 20px;
}

.icon-parcel-frame {
  position: relative;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px auto;
}

.parcel-outline {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
background-color: rgb(241, 245, 255);
  border-radius: 5px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: all 0.3s ease;
}

.icon-parcel-frame i {
  font-size: 1.8rem;
  color: #0066ff;
  z-index: 2;
  transition: all 0.3s ease;
}

.feature-block-item:hover .parcel-outline {
  background-color: #004fc5;
  border-color: #004fc5;
}

.feature-block-item:hover .icon-parcel-frame i {
  color: #FFF5EB;
}

.feature-block-item h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #0c0f42;
  margin-bottom: 12px;
  line-height: 1.3;
}

.feature-block-item p {
  font-size: 0.95rem;
  color: #43495c;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .logistics-value-section { padding: 70px 0; }
  .value-main-title { font-size: 2.1rem; }
  .value-intro { font-size: 1.05rem; }
  .feature-block-item { max-width: 420px; margin: 0 auto 20px auto; }
  .col-md-6.mb-4 { border-bottom: 1px solid rgba(66, 26, 12, 0.05); padding-bottom: 25px; }
  .col-md-6.mb-4:last-child { border-bottom: none; padding-bottom: 0; }
}

@media (max-width: 575.98px) {
  .value-main-title { font-size: 1.9rem; }
  .feature-block-item h4 { font-size: 1.3rem; }
}


.wavy-testimonials-section {
  padding: 50px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.wavy-avatar-canvas {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 240px;
  margin: 0 auto 40px auto;
}

.testimonial-wave-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.avatar-nodes-wrapper {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.avatar-node-item {
  position: absolute;
  top: var(--node-top);
  left: var(--node-left);
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.avatar-img-frame {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffffff;
  padding: 4px;
  border: 2px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.avatar-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
}
.decorative-dot-node {
  position: absolute;
  top: var(--node-top);
  left: var(--node-left);
  width: 8px;
  height: 8px;
  background-color: #0f172a;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.avatar-node-item.active .avatar-img-frame {
  width: 95px;
  height: 95px;
  border-color: #ef4444;
  box-shadow:
    0 0 0 6px rgba(239, 68, 68, 0.15),
    0 20px 25px -5px rgba(239, 68, 68, 0.1);
}

.avatar-node-item.active img {
  filter: grayscale(0%);
}
.avatar-node-item:not(.active):hover .avatar-img-frame {
  transform: scale(1.1);
  border-color: #cbd5e1;
}

.testimonial-text-display-box {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 0 60px;
}

.text-slider-track {
  position: relative;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-slide-item {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition:
    opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.5s ease;
}

.text-slide-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wavy-quote-text {
  font-size: 15px;
  font-weight: 500;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 20px;
}

.wavy-client-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.company-accent {
  color: #2563eb;
}

.wavy-slider-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.nav-arrow-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.nav-arrow-btn:hover {
  background-color: #f8fafc;
  color: #0f172a;
  border-color: #cbd5e1;
  transform: scale(1.05);
}
@media (max-width: 991.98px) {
  .wavy-avatar-canvas {
    display: none;
  }
  .testimonial-text-display-box {
    padding: 40px 20px;
    background: #f8fafc;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
  }
  .wavy-slider-controls {
    position: relative;
    top: auto;
    transform: none;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
  }
}


.faq-section-wrapper {
  padding: 60px 0;
  background: #fafbfc;
  position: relative;
}

.faq-header-container {
  max-width: 600px;
  margin: 0 auto;
}
.gateways-title{
  font-size: 2rem;
  font-weight: 800;
  color: #0c1142;
  line-height: 1.2;
}
.faq-accordion-matrix {
  max-width: 800px;
  margin: 35px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-accordion-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 3px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 12px -8px rgba(15, 23, 42, 0.03);
}

.faq-accordion-item:hover {
  border-color: #cbd5e1;
  box-shadow: 0 10px 20px -12px rgba(15, 23, 42, 0.05);
}
.faq-accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 24px;
  cursor: pointer;
  gap: 16px;
  user-select: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}
.faq-accordion-trigger:focus,
.faq-accordion-trigger:active {
  outline: none !important;
  box-shadow: none !important;
}
.faq-accordion-trigger:focus-visible {
  outline: 2px solid #bfdbfe !important;
  outline-offset: -2px;
}
.faq-question-text {
  font-size: 0.98rem;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.4;
  transition: color 0.25s ease;
}
.faq-accordion-item.active-item {
  border-color: #e2e8f0;
  border-left-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 12px 24px -10px rgba(15, 23, 42, 0.04);
}

.faq-accordion-item.active-item .faq-question-text {
  color: #2563eb;
}
.faq-icon-shape {
  width: 26px;
  height: 26px;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #64748b;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-accordion-item.active-item .faq-icon-shape {
  background: #eff6ff;
  color: #2563eb;
  transform: rotate(135deg);
}
.faq-accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-inner-content {
  padding: 0 24px 20px 24px;
}

.faq-inner-content p {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

.faq-inline-link {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.faq-inline-link:hover {
  border-bottom-color: #2563eb;
}

@media (max-width: 767.98px) {
  .faq-accordion-trigger {
    padding: 16px 18px;
  }
  .faq-inner-content {
    padding: 0 18px 16px 18px;
  }
  .faq-question-text {
    font-size: 0.92rem;
  }
  .faq-inner-content p {
    font-size: 0.85rem;
  }
}
