body {
    overflow-x: hidden;
    width: 100%;
}


/* Hero-section Plane move */
.animate-plane {
  offset-path: path("M 10,130 A 145,130 0 0 1 290,140");
  offset-rotate: auto;
  transform-box: fill-box;
  transform-origin: center;
  animation: flyContinuous 4s linear infinite;
}

@keyframes flyContinuous {
  0% { 
    offset-distance: 0%; 
    opacity: 0; 
  }
  15% { 
    opacity: 1; 
  }
  85% { 
    opacity: 1; 
  }
  100% { 
    offset-distance: 100%; 
    opacity: 0; 
  }
}



 

/* Explore the World in Comfort & Style Secton */
.path-container {
  position: absolute;
  width: 100%;
  max-width: 1133px;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 1133 / 398;
  pointer-events: none;
  overflow: visible !important;
  stroke-dasharray: 20 20;
  animation: lineFlow 1s linear infinite;
}

.path-container svg {
  width: 100%;
  height: 100%;
  overflow: visible !important;
}


.moving-arrow {
  offset-path: path("M1131.7 397.298C1137.37 335.965 1107.9 206.598 944.705 179.798C781.505 152.998 737.371 80.965 735.705 48.2984C737.038 25.6317 754.405 -14.5016 813.205 6.29836C886.705 32.2984 853.705 152.798 772.205 147.298C707.005 142.898 605.371 94.1317 562.705 70.2983C524.205 49.1317 430.905 19.4983 365.705 70.2983C284.205 133.798 242.705 195.798 162.705 179.798C98.7046 166.998 27.7046 139.132 0.20459 126.798");
  offset-rotate: auto 180deg; 
  animation: travelPath 8s ease-in-out forwards;
  transform: rotate(310deg) translateY(10px);
  animation-play-state: paused;
}


.moving-arrow path {
  transform: translate(-20px, -35px); 
}


@keyframes travelPath {
  0% { 
    offset-distance: 0%; 
    opacity: 0; 
  }
  10% { 
    opacity: 1; 
  }
  100% { 
    offset-distance: 100%; 
    opacity: 1; 
  }
}





/* Journeys That Match Your Pace Section */

.path-container.reverse-section {
  position: absolute;
  width: 80%;
  max-width: 1133px;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 1133 / 398;
  pointer-events: none;
  overflow: visible !important;
}

.moving-arrow-reverse {
  offset-path: path("M1.0785 397.298C-4.58817 335.965 24.8785 206.598 188.079 179.798C351.279 152.998 395.412 80.965 397.079 48.2984C395.745 25.6317 378.379 -14.5016 319.579 6.29836C246.079 32.2984 279.079 152.798 360.579 147.298C425.779 142.898 527.412 94.1317 570.079 70.2983C608.579 49.1317 701.879 19.4983 767.079 70.2983C848.579 133.798 890.079 195.798 970.079 179.798C1034.08 166.998 1105.08 139.132 1132.58 126.798");
  offset-rotate: auto 180deg; 
  animation: travelPath 8s ease-in-out forwards;
  transform: rotate(310deg) translateY(10px);
  animation-play-state: paused;
}

.moving-arrow-reverse path {
  transform: translate(-20px, -35px); 
}






/* CTA Section */
.path-container.section-three {
  max-width: 450px;
  aspect-ratio: 450 / 180;
  position: absolute;
  left: 100px;
  bottom: 100px;
}

.moving-arrow-three {
  offset-path: path("M670.282 309.838C625.532 302.273 535.275 270.143 532.251 202.139C529.227 134.134 574.659 105.285 597.753 99.3605C622.022 94.4554 670.03 98.6079 667.906 154.458C667.175 159.75 662.314 170.827 648.72 172.801C631.728 175.269 595.565 201.378 462.174 100.805C420.025 56.9577 324.944 -13.3268 281.805 56.3157C238.667 125.958 172.192 165.639 144.346 176.775C93.5216 200.326 -6.34687 197.946 0.777273 0.0178699");
  offset-rotate: auto 360deg;
  animation: travelPathThree 8s ease-in-out forwards;
  animation-play-state: paused;
}


@keyframes travelPathThree {
  0% { offset-distance: 0%; opacity: 0; }
  10% { opacity: 1; }
  100% { offset-distance: 100%; opacity: 1; }
}







/* Our Guest Experiences */
.path-container.section-two {
  max-width: 450px;
  aspect-ratio: 450 / 180;
}

.moving-arrow-two {
  offset-path: path("M670.282 309.838C625.532 302.273 535.275 270.143 532.251 202.139C529.227 134.134 574.659 105.285 597.753 99.3605C622.022 94.4554 670.03 98.6079 667.906 154.458C667.175 159.75 662.314 170.827 648.72 172.801C631.728 175.269 595.565 201.378 462.174 100.805C420.025 56.9577 324.944 -13.3268 281.805 56.3157C238.667 125.958 172.192 165.639 144.346 176.775C93.5216 200.326 -6.34687 197.946 0.777273 0.0178699");
  offset-rotate: auto 180deg; 
  animation: travelPathTwo 8s ease-in-out forwards;
  animation-play-state: paused;
  transform: rotate(310deg) translateY(10px);
}


.moving-arrow-two path {
  transform: translate(-20px, -35px); 
}

@keyframes travelPathTwo {
  0% { offset-distance: 0%; opacity: 0; }
  10% { opacity: 1; }
  100% { offset-distance: 100%; opacity: 1; }
}


.animate-now {
  animation-play-state: running !important;
}








/* What We Offer -- Bus Car human Moving Path */

/* .moving-dashed-path {
  stroke-dasharray: 20 20;
  animation: lineFlow 2s linear infinite;
}

@keyframes lineFlow {
  from { stroke-dashoffset: 40; }
  to { stroke-dashoffset: 0; }
}


.travel-container {
  position: relative;
  width: 1051px;
  height: 127px; 
}


.travel-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  offset-path: path("M0 0.5H265.5C271.023 0.5 275.5 4.97715 275.5 10.5V50.5C275.5 56.0228 279.977 60.5 285.5 60.5H717.5C723.023 60.5 727.5 64.9772 727.5 70.5V116C727.5 121.523 731.977 126 737.5 126H1050.5");
  offset-rotate: auto;
  offset-anchor: bottom center;
  animation: iconTravel 12s linear infinite;
}

.icon-1 { animation-delay: 0s; }
.icon-2 { animation-delay: -3s; }
.icon-3 { animation-delay: -6s; }
.icon-4 { animation-delay: -9s; }

@keyframes iconTravel {
  0% { offset-distance: 0%; opacity: 0; }
  5% { opacity: 1; }
  95% { opacity: 1; }
  100% { offset-distance: 100%; opacity: 0; }
}

.travel-icon svg {
  transform: translateY(-5px);
} */







/* Create Your Own Journey -- Bus Car human Moving Path  */

/* .moving-dashed-path-reverse {
  stroke-dasharray: 20 20;
  animation: lineFlowReverse 2s linear infinite;
}

@keyframes lineFlowReverse {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -40; }
}

.travel-container-reverse {
  position: relative;
  width: 1051px;
  height: 127px; 
}

.travel-icon-reverse {
  position: absolute;
  width: 40px; 
  height: 40px;
  offset-path: path("M1050.5 0.5H785C779.477 0.5 775 4.97715 775 10.5V50.5C775 56.0228 770.523 60.5 765 60.5H333C327.477 60.5 323 64.9772 323 70.5V116C323 121.523 318.523 126 313 126H0");
  offset-rotate: auto 180deg; 
  offset-anchor: bottom center;
  animation: iconTravel 12s linear infinite;
}

.icon-1-rev { animation-delay: 0s; }
.icon-2-rev { animation-delay: -3s; }
.icon-3-rev { animation-delay: -6s; }
.icon-4-rev { animation-delay: -9s; }

.travel-icon-reverse svg {
  transform: translateY(-5px); 
} */







  .content-animate .custom-h,
  .content-animate .custom-p,
  .content-animate .custom-item,
  .content-animate button,
  .content-animate a {
    opacity: 0;
    transform: translateY(60px);
    will-change: transform, opacity;
  }

  .content-animate .custom-item .custom-number {
    transform: scale(0);
    opacity: 0;
  }


.animate-shadow-container {
  overflow: hidden;
  border-radius: 10px;
}

.animate-shadow-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.animate-container {
  overflow: hidden;
  border-radius: 10px;
}

.animate-container:hover {
  transform: translateY(-5px);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


/* use in image class */

.animate-img {
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.animate-img:hover {
  transform: scale(1.05) translateY(-1px);
}




/* Reveal from LEFT to RIGHT */
.card {
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
  overflow: hidden;
}

/* Reveal from RIGHT to LEFT */
.card-2 {
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
  overflow: hidden;
}

/* Common end state for both */
.reveal-visible {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

/* Pop-up Hover Effect (Shared) */
.card:hover, .card-2:hover {
  z-index: 50;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}




/* animate left right and fade in */

.reveal-left, 
.reveal-right, 
.reveal-fade {
  opacity: 1;
  will-change: transform, opacity;
}

.no-js .reveal-left, 
.no-js .reveal-right, 
.no-js .reveal-fade {
  opacity: 1;
}





