.home-page .hero-section {margin-top: 100px;overflow: hidden;z-index: 3;padding-bottom: clamp(0px, 10vw, 93px);}
.home-page .site-header { z-index: 5; background: transparent !important; }
.whole-wrapper {position: relative;/* min-height: 100vh; */overflow: hidden;}
.whole-wrapper::before { content: ""; position: absolute; top: -120px; left: -120px; width: 420px; height: 420px; filter: blur(560px); z-index: 0; }
.whole-wrapper::after { content: ""; position: absolute; top: 0px; right: 0px; width: 100%; height: 100%; background: url("../../image/home/banner-background.png") center center / cover no-repeat; opacity: 0.58; z-index: 1; }
.whole-wrapper .right-blur {position: absolute;top: -100px;right: -29px;width: 420px;height: 420px;background: rgb(2, 121, 254);filter: blur(300px);z-index: 0;}
.whole-wrapper .left-blur {position: absolute;top: -150px;left: -274px;width: 400px;height: 400px;background: rgb(137, 110, 255);filter: blur(290px);z-index: 0;}
.hero-star {position: absolute;top: 16px;left: 107px;width: 41px;height: auto;z-index: 2;}
.hero-star-right {position: absolute;bottom: -33px;right: -15px;width: 41px;height: auto;z-index: 2;}
.hero-wave {position: absolute;bottom: -21px;left: -4px;width: 120px;height: auto;z-index: 2;}
.glow-star { display: inline-block; animation: 1.8s ease-in-out 0s infinite normal none running starGlow; }
@keyframes starGlow { 
  0%, 100% { transform: scale(0.9); }
  50% { transform: scale(1.2); }
}
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 40px; position: relative; z-index: 4; }
.home-page .hero-content h1 {font-size: 52px;color: rgb(22, 0, 61);font-weight: 500 !important;line-height: 1.2;}
.hero-content p { margin: 18px 0px 24px; font-size: 15px; color: rgb(107, 114, 128); max-width: 635px; }
.primary-btn {
 padding: 10px 18px;
 border-radius: 5px;
 background: linear-gradient(
89deg, #0088FF 2.97%, #603cff 99.75%);
 color: rgb(255, 255, 255);
 border: none;
 font-size: 14px;
 cursor: pointer;
 white-space: nowrap;
 text-decoration: none;
 }
 h2 span{
      background: linear-gradient(90.49deg, rgb(0, 136, 255) 2.97%, rgb(96, 60, 255) 99.75%) text;
    -webkit-text-fill-color: transparent;
 }
/* .hero-image-wrapper {position: relative;height: 420px;overflow: visible;} */
/* .hero-image-wrapper .banner-img {position: absolute;right: -140px;height: 355px;width: 100%;top: 40px;} */
.hero-image-wrapper {
  position: relative;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-image-wrapper .banner-img {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 560px;
  height: auto;
  object-fit: contain;
}

.assist-badge { position: absolute; bottom: -24px; left: 60%; transform: translateX(-10%); z-index: 10; }
.assist-badge img { width: 200px; height: auto; }
@media (max-width: 768.98px) {
  .hero-grid { grid-template-columns: 1fr; gap: 24px; text-align: left; }
  .whole-wrapper { min-height: auto !important; }
  .hero-content h1 {font-size: 34px !important;line-height: 36px;font-weight: 500;}
  .hero-content p { font-size: 13px; line-height: 20px; max-width: 100%; }
  .primary-btn { font-size: 13px; padding: 10px 14px; }
  .hero-image-wrapper { height: auto; display: flex; justify-content: center; margin-top: 20px; }
  .hero-image-wrapper .banner-img { position: relative; left: 0px; height: 100%; }
  .assist-badge { position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%); }
  .assist-badge img { width: 120px; height: auto; }
  .hero-star, .hero-star-right, .hero-wave { display: none; }
  .whole-wrapper::after, .whole-wrapper .right-blur, .left-blur { display: none; }
  .home-page .hero-section { margin-top: 70px; margin-bottom: 30px; }
  .mobile-view { display: block !important; }
  .mobile-view{
    max-width: 100%;
    height: auto;
  }
  .desktop-view { display: none; }
  .stats-section { margin: 10px; border-radius: 15px; }
  .simple-step-process .timeline-item {
    width: 100%;
    text-align: center !important;
  }
    .simple-step-process .timeline-item::after,  .simple-step-process .process-timeline::before{
      display: none;
    }
}
.mobile-view { display: none; }
.stats-section {background: rgb(245, 245, 245);padding: 35px 0px;}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; }
.stat h3 { font-size: 44px; font-weight: 500; background: linear-gradient(90.49deg, rgb(0, 136, 255) 2.97%, rgb(96, 60, 255) 99.75%) text; -webkit-text-fill-color: transparent; margin: 0px; }
.stat p {font-size: 14px;color: rgb(0 0 0);margin: 6px auto 10px;}
@media (max-width: 768px) {
  .stats-grid { grid-template-columns: repeat(2, 2fr); gap: 20px; }
  .stat h3 { font-size: 24px; }
}
.destination-section { padding: clamp(30px, 5vw, 90px) 0px; background: rgb(255, 255, 255); }
.carousel-content h2 { font-size: 44px; color: rgb(22, 0, 61); font-weight: 500; margin-bottom: 10px; max-width: 700px; }
.sub-text { font-size: 20px; font-weight: 400; color: rgb(107, 114, 128); max-width: 900px; margin-bottom: 30px; }
.carousel-wrapper { position: relative; overflow: hidden; padding-bottom: 4px; }
.carousel-track { display: flex; gap: 16px; transition: transform 0.6s; will-change: transform; }
.country-card { min-width: 220px; text-align: center; flex-shrink: 0; }
.country-card img { width: 235px; height: 236px; object-fit: cover; }
.country-card span { display: block; margin-top: 10px; font-size: 20px; font-weight: 400; }
.country-card p { font-size: 14px; font-weight: 400; color: rgb(154, 150, 162); }
.carousel-controls { position: absolute; right: 0px; bottom: 2px; display: flex; gap: 10px; }
.carousel-btn { width: 36px; height: 36px; border-radius: 50%; background: rgb(51, 51, 51); color: rgb(255, 255, 255); border: none; cursor: pointer; font-size: 18px; }
.carousel-btn:hover { background: rgb(0, 0, 0); }
.view-all-wrap { text-align: center; margin-top: 30px; }
.view-all-btn { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(rgb(97, 97, 97) 0%, rgb(35, 35, 35) 100%); color: rgb(255, 255, 255); padding: 10px 26px; border: none; font-size: 14px; font-weight: 400; cursor: pointer; transition: background 0.2s; }
.view-all-btn span { margin-left: 6px; }
@media (max-width: 768px) {
  .country-card { min-width: 160px; }
  .carousel-controls { bottom: -42px; }
}
.partners-section { background: rgb(245, 245, 245); padding: 50px 0px; }
.partners-title { text-align: center; font-size: 28px; font-weight: 500; color: rgb(0, 0, 0); margin-bottom: 48px; }
.partners-logos { display: flex; align-items: center; justify-content: center; gap: clamp(10px, 5vw, 120px); flex-wrap: wrap; }
.partners-logos img { height: 28px; width: auto; opacity: 0.7; transition: opacity 0.3s, transform 0.3s; }
.partners-logos img:hover { opacity: 1; transform: scale(1.05); }
@media (max-width: 1024px) {
  .partners-logos { gap: 36px; }
  .partners-logos img { height: 26px; }
}
@media (max-width: 640px) {
  .partners-title { font-size: 16px; margin-bottom: 22px; }
  .partners-logos { gap: 24px; }
  .partners-logos img { height: 22px; }
}
.testimonials-section { padding: 72px 0px; background: rgb(255, 255, 255); }
.testimonials-header { max-width: 720px; margin-bottom: 40px; text-align: left; align-items: flex-start; }
.testimonials-header h2 { font-size: 36px; font-weight: 500; color: rgb(22, 0, 61); line-height: 1.2; }
.testimonials-header p { margin-top: 8px; font-size: 20px; color: rgb(154, 150, 162); }
.testimonial-top { display: flex; align-items: center; gap: 20px; }
.slider-wrapper { overflow: hidden; position: relative; width: 100%; }
.testimonial-top { display: flex; flex-wrap: nowrap; gap: 10px; touch-action: pan-y; }
.testimonial-card, .mini-testimonial { flex: 0 0 auto; width: auto; }
.slider-wrapper:hover { cursor: grab; }
.testimonial-card { position: relative; background: rgb(249, 250, 251); border-radius: 16px; padding: 14px; display: flex; flex-direction: column; justify-content: flex-end; transition: transform 0.35s, box-shadow 0.35s; transform-origin: center center; }
.quote-icon { position: absolute; right: 18px; bottom: 18px; width: 28px; height: 28px; opacity: 0.6; }
.testimonial-card .user { margin-top: 12px; text-align: left; }
.testimonial-card .user strong { display: block; font-size: clamp(16px, 2vw, 20px); font-weight: 600; color: rgb(17, 24, 39); }
.testimonial-card .user span { font-size: clamp(14px, 2vw, 20px); color: rgb(82, 89, 122); }
.carousel-container { overflow: hidden; width: 100%; position: relative; }
.carousel-track { display: flex; white-space: nowrap; animation: 20s linear 0s infinite normal none running scroll-left; }
.testimonial-bottom { display: flex; gap: 15px; flex-shrink: 0; margin-top: 20px; }
@keyframes scroll-left { 
  0% { transform: translateX(0px); }
  100% { transform: translateX(-50%); }
}
.mini-testimonial { background: rgb(249, 250, 251); border-radius: 14px; padding: 16px; border: 1px solid rgb(222, 224, 237); max-width: 270px; }
.mini-header { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgb(222, 224, 237); padding-bottom: 10px; }
.mini-header img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
.mini-header > div { display: flex; flex-direction: column; }
.mini-header strong { font-size: 14px; font-weight: 600; color: rgb(17, 24, 39); }
.mini-header span { font-size: 12px; color: rgb(107, 114, 128); }
.stars { margin-left: auto; font-size: 12px; color: rgb(251, 191, 36); }
.mini-testimonial p { font-size: 13px; line-height: 1.6; color: rgb(75, 85, 99); white-space: normal; margin: 10px 0px 0px; }
@media (max-width: 1024px) {
  .testimonial-top { grid-template-columns: 1fr; }
  .testimonial-bottom { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .testimonials-header h2 { font-size: 24px; }
  .testimonials-header p { font-size: 16px; }
  .mini-testimonial { padding: 14px; }
}
@media (max-width: 768px) {
  .testimonial-card img:first-child { height: 240px; }
  .testimonial-card .user { left: 14px; bottom: 14px; }
  .quote-icon { right: 14px; bottom: 14px; width: 24px; }
}
.simple-step-process{
  padding: clamp(30px,5vw,70px) 0 30px;
}
.simple-step-process h2{
  font-size: 44px;
text-align: center;
}

.timeline-item {
    width: 47%;
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
}

.timeline-item p {
    color: #666666;
    font-weight: 300;
    font-size: 16px;
}

.timeline-item::after {
    background: #2869FF;
    border: 4px solid #FFFFFF80;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    content: "";
    top: 0
}

.timeline-item.left::after {
    left: -39px;
}

.timeline-item.right::after {
    right: -39px;
}
.timeline-item.left{
  text-align: left;
  margin-left: auto;
}
.timeline-item.right {
    margin-right: auto;
    text-align: right;
}
.timeline-item h3 {
    margin: 10px 0;
    font-size: 22px;
}

.process-timeline {
    position: relative;
    margin: 60px auto;
    max-width: 995px;
}

.process-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: #EEEEEE;
    transform: translateX(-50%)
}

.wallet-integra-process .section-head p {
    max-width: 700px;
    margin: 0 auto
}
