/* v798 — Pull the Vietnam landmark line-art upward so it sits closer to the Key Services cards.
   Goal: remove the large empty gap above the drawing and let the artwork hug the bottom edge of the service grid more naturally. */

.home-page .trust-section .why-vge-line-art-under-grid-v404G,
.home-page .trust-section .why-vge-line-art-under-grid-v404G::before,
.home-page .trust-section .why-vge-line-art-under-grid-v404G::after{
  display:none !important;
}

.home-page .trust-section{
  padding-bottom:clamp(34px,4vw,54px) !important;
  margin-bottom:0 !important;
}

.home-page .home-key-services-section-v787DM{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  padding-top:clamp(48px,5vw,68px) !important;
  padding-bottom:0 !important;
  margin-top:0 !important;
  background:#fff !important;
  border-top:1px solid #eef2f7 !important;
  border-bottom:1px solid #d9e3ee !important;
}

.home-page .home-key-services-section-v787DM > .container{
  position:relative !important;
  z-index:2 !important;
}

.home-page .home-key-services-carousel-v787DM{
  position:relative !important;
  z-index:3 !important;
}

.home-page .home-key-services-line-art-v792{
  position:relative !important;
  z-index:1 !important;
  width:100vw !important;
  max-width:none !important;
  height:clamp(176px,14.8vw,262px) !important;
  margin-top:clamp(2px,.45vw,8px) !important;
  margin-left:50% !important;
  transform:translateX(-50%) !important;
  pointer-events:none !important;
  overflow:hidden !important;
}

.home-page .home-key-services-line-art-v792::before{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  bottom:22px !important;
  width:min(92vw,1500px) !important;
  height:100% !important;
  transform:translateX(-50%) !important;
  background-image:url('/assets/img/home-service-routes-vietnam-line-bg-v345G.png') !important;
  background-repeat:no-repeat !important;
  background-position:center bottom !important;
  background-size:100% auto !important;
  opacity:.60 !important;
}

.home-page .home-key-services-line-art-v792::after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  bottom:22px !important;
  width:min(92vw,1500px) !important;
  height:100% !important;
  transform:translateX(-50%) !important;
  background:linear-gradient(180deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.04) 32%,
    rgba(255,255,255,.12) 70%,
    rgba(255,255,255,.36) 100%) !important;
}

.home-page .home-key-services-section-v787DM + .section,
.home-page .home-fees-teaser{
  margin-top:0 !important;
  padding-top:clamp(28px,3vw,44px) !important;
}

@media(max-width:980px){
  .home-page .trust-section{
    padding-bottom:clamp(28px,5vw,44px) !important;
  }
  .home-page .home-key-services-line-art-v792{
    height:clamp(142px,20vw,220px) !important;
    margin-top:4px !important;
  }
  .home-page .home-key-services-line-art-v792::before,
  .home-page .home-key-services-line-art-v792::after{
    width:96vw !important;
    bottom:14px !important;
  }
}

@media(max-width:640px){
  .home-page .home-key-services-section-v787DM{
    padding-top:42px !important;
  }
  .home-page .home-key-services-line-art-v792{
    height:clamp(116px,30vw,176px) !important;
    margin-top:2px !important;
  }
  .home-page .home-key-services-line-art-v792::before,
  .home-page .home-key-services-line-art-v792::after{
    width:100vw !important;
    bottom:10px !important;
  }
  .home-page .home-key-services-line-art-v792::before{
    opacity:.54 !important;
  }
}
