.hide-scroll-bar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scroll-bar::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px) {
  .home-section {
    background-size: 100% 100%;
  }
}

.tracking-100 {
  letter-spacing: 5px;
}

.dataButton {
  width: fit-content !important;
}

.fill-opacity-10 {
  fill-opacity: 0.1;
}

.fill-opacity-12 {
  fill-opacity: 0.12;
}

.fill-opacity-100 {
  fill-opacity: 1;
}

.fill-opacity-20 {
  fill-opacity: 0.2;
}

.fill-opacity-25 {
  fill-opacity: 0.25;
}

.fill-opacity-30 {
  fill-opacity: 0.30;
}

.fill-opacity-33 {
  fill-opacity: 0.33;
}

.fill-opacity-40 {
  fill-opacity: 0.4;
}

.fill-opacity-50 {
  fill-opacity: 0.5;
}

.fill-opacity-60 {
  fill-opacity: 0.6;
}

.fill-opacity-66 {
  fill-opacity: 0.66;
}

.fill-opacity-70 {
  fill-opacity: 0.7;
}

.fill-opacity-75 {
  fill-opacity: 0.75;
}

.fill-opacity-80 {
  fill-opacity: 0.8;
}

.fill-opacity-90 {
  fill-opacity: 0.9;
}

.w-10 {
  width: 40px;
}

.w-20 {
  width: 5rem;
}

.leading-max {
  line-height: 60px !important;
}

.cardWrapper:hover .card-wrap1,
.cardWrapper:hover .card-wrap2 {
  animation-play-state: paused;
}

.cardSize{
  height: 100px;
  }

.testimonialImg {
  width: -webkit-fill-available;
  width: -moz-available;
}

.animationDuration {
  animation-duration: 15s !important;
}

.animationDeplay {
  animation-delay: 15s !important;
}

/* @media (min-width: 1024px) { 
    .h-sec{
        height: calc(100vh - 80px) !important;
    }
} */

@keyframes progress-anim-1 {
  0% {
    background-position: 0 100%;
  }

  100% {
    background-position: 24px 100%;
  }
}

@-webkit-keyframes progress-anim-1 {
  0% {
    background-position: 0 100%;
  }

  100% {
    background-position: 24px 100%;
  }
}

.dataButton:hover .openIcon {
  filter: brightness(100) saturate(100%) invert(100%) sepia(71%) saturate(940%) hue-rotate(179deg) brightness(105%) contrast(95%);
}

span.highcharts-title {
  width: 100% !important;
  padding-right: 20px;
}

.introjs-overlay {
  display: block;
  opacity: 0.90;
  background: var(--black-900, #2c2f3a);
  z-index: 30 !important;
}

.introjs-showElement {
  z-index: 1100 !important;
}

tr.introjs-showElement>td {
  z-index: 1100 !important;
  position: relative;
}

tr.introjs-showElement>th {
  z-index: 1100 !important;
  position: relative;
}

.introjs-disableInteraction {
  z-index: 1100 !important;
  position: absolute;
  background-color: #fff;
  opacity: 0;
}

.introjs-relativePosition {
  position: relative;
}

.introjs-helperLayer {
  box-shadow: none !important;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1050 !important;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-helperLayer :before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.introjs-helperLayer :after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.introjs-tooltipReferenceLayer {
  font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji",
    Helvetica, Arial, sans-serif;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 1200 !important;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer * {
  font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji",
    Helvetica, Arial, sans-serif;
}

.introjs-helperNumberLayer {
  position: absolute;
  color: var(--white-900, #fff);
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  right: 40px;
  bottom: 15px;
}

.introjs-tooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  visibility: visible;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  box-sizing: content-box;
  background: rgba(44, 47, 58, 0.8);
  box-sizing: border-box;
  margin: 16px;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  min-width: 275px;
  border-radius: 8px;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.16));
  backdrop-filter: blur(2px);
  -webkit-box-shadow: 0 1px 10px rgb(33 33 33 / 40%);
  box-shadow: 0 1px 10px rgb(33 33 33 / 40%);
  -webkit-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

.introjs-tooltiptext {
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-top: -8px;
  margin-bottom: 28px;
}

.introjs-tooltip-title {
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.introjs-tooltip-header:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.introjs-tooltipbuttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  float: right;
  gap: 45px;
}

.introjs-skipbutton {
  box-sizing: content-box;
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #a7a7a7;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.introjs-customDoneButton {
  border-radius: 4px;
  padding: 4px 8px 4px 8px;
  margin-bottom: -4px;
  margin-left: -4px;
}

.introjs-customDoneButton:hover {
  border-radius: 4px;
  padding: 4px 8px 4px 8px;
  margin-bottom: -4px;
  margin-left: -4px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(252, 195, 44, 1);
}

.stepCount {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  order: 0;
  opacity: 0.5;
}

.introjs-prevbutton {
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  color: #fcc32c;
  font-weight: 500 !important;
  box-shadow: none !important;
  outline-width: 0px;
}

.introjs-nextbutton {
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  color: #fcc32c;
  font-weight: 500 !important;
  box-shadow: none !important;
  outline-width: 0px;
}

.introjs-prevbutton.introjs-disabled {
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  color: #fcc32c;
  font-weight: 500 !important;
  box-shadow: none !important;
  opacity: 0.5;
  outline-width: 0px;
  cursor: not-allowed;
}

.introjs-nextbutton.introjs-donebutton {
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  color: #fcc32c;
  font-weight: 500 !important;
  box-shadow: none !important;
  opacity: 0.5;
  outline-width: 0px;
}

.introjs-hidden {
  display: none;
}

.introjs-bullets {
  display: none;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px transparent;
    box-shadow: 0 0 0 10px transparent;
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}

/* ========== EXPLORE MEGHALAYA CAROUSEL ========== */
@keyframes scrollCarousel {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.explore-section {
  background: linear-gradient(180deg, #F1F1F1 0%, #e8f4f8 100%);
  padding: 80px 0;
  overflow: hidden;
}

.explore-header {
  padding: 0 80px;
  margin-bottom: 48px;
}

.explore-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #1E90FF;
  font-weight: 600;
  margin-bottom: 8px;
}

.explore-title {
  font-size: 44px;
  font-weight: 800;
  color: #2C2F3A;
  margin-bottom: 8px;
}

.explore-desc {
  font-size: 17px;
  color: #6B7B8D;
  line-height: 1.6;
  max-width: 550px;
}

.explore-underline {
  width: 60px;
  height: 4px;
  background: #1E90FF;
  opacity: 0.5;
  border-radius: 2px;
  margin-bottom: 16px;
}

.carousel-track-wrapper {
  position: relative;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent 0%, black 5%, black 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 5%, black 95%, transparent 100%);
}

.carousel-track {
  display: flex;
  gap: 24px;
  animation: scrollCarousel 40s linear infinite;
  width: max-content;
  padding: 10px 0;
}

.carousel-track:hover {
  animation-play-state: paused;
}

.dest-card {
  flex-shrink: 0;
  width: 300px;
  border-radius: 20px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.dest-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.14);
}

.dest-card-img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.dest-card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dest-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(6px);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  color: #2C2F3A;
}

.dest-card-body {
  padding: 20px;
}

.dest-card-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: #2C2F3A;
  margin-bottom: 4px;
}

.dest-location {
  font-size: 13px;
  color: #1E90FF;
  font-weight: 500;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.dest-card-body p {
  font-size: 13px;
  color: #6B7B8D;
  line-height: 1.5;
}

.dest-cta {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #1E90FF;
  transition: gap 0.2s;
}

.dest-card:hover .dest-cta {
  gap: 10px;
}

@media (max-width: 768px) {
  .explore-section { padding: 60px 0; }
  .explore-header { padding: 0 24px; margin-bottom: 32px; }
  .explore-title { font-size: 28px; }
  .explore-desc { font-size: 15px; }
  .dest-card { width: 260px; }
  .dest-card-img { height: 160px; }
}

@keyframes introjspulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px transparent;
    box-shadow: 0 0 0 10px transparent;
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}

/* MeghOne - Narrower sections */
@media (min-width: 1280px) {
  .meghone-narrow-sections .xl\:px-48 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}

/* MeghOne Hero - Drifting Clouds */
.meghone-cloud {
  position: absolute;
  background: radial-gradient(
    ellipse at 50% 60%,
    rgba(255,255,255,0.22) 0%,
    rgba(255,255,255,0.12) 40%,
    rgba(255,255,255,0.04) 70%,
    transparent 100%
  );
  border-radius: 40% 50% 45% 55% / 60% 55% 65% 50%;
  filter: blur(8px);
}

.meghone-cloud-1 {
  width: 500px; height: 140px; top: 8%;
  animation: meghone-drift-1 30s linear infinite;
  border-radius: 45% 50% 40% 55% / 60% 50% 65% 55%;
}
.meghone-cloud-2 {
  width: 600px; height: 170px; top: 22%;
  animation: meghone-drift-2 38s linear infinite;
  opacity: 0.7;
  border-radius: 50% 42% 55% 45% / 55% 65% 50% 60%;
}
.meghone-cloud-3 {
  width: 420px; height: 120px; top: 45%;
  animation: meghone-drift-3 42s linear infinite;
  opacity: 0.5;
  border-radius: 42% 55% 48% 50% / 58% 52% 62% 48%;
}
.meghone-cloud-4 {
  width: 530px; height: 150px; top: 65%;
  animation: meghone-drift-4 35s linear infinite;
  opacity: 0.4;
  border-radius: 55% 45% 50% 48% / 50% 60% 52% 58%;
}
.meghone-cloud-5 {
  width: 360px; height: 110px; top: 15%;
  animation: meghone-drift-5 45s linear infinite;
  opacity: 0.6;
  border-radius: 48% 52% 44% 56% / 62% 48% 58% 52%;
}
.meghone-cloud-6 {
  width: 320px; height: 100px; top: 35%;
  animation: meghone-drift-1 28s linear infinite;
  animation-delay: -12s;
  opacity: 0.55;
  border-radius: 52% 46% 50% 44% / 56% 60% 48% 54%;
}
.meghone-cloud-7 {
  width: 470px; height: 130px; top: 55%;
  animation: meghone-drift-2 33s linear infinite;
  animation-delay: -15s;
  opacity: 0.45;
  border-radius: 44% 56% 42% 52% / 58% 46% 62% 50%;
}
.meghone-cloud-8 {
  width: 400px; height: 115px; top: 75%;
  animation: meghone-drift-3 36s linear infinite;
  animation-delay: -10s;
  opacity: 0.35;
  border-radius: 50% 48% 54% 46% / 52% 58% 48% 56%;
}
.meghone-cloud-9 {
  width: 550px; height: 145px; top: 10%;
  animation: meghone-drift-4 40s linear infinite;
  animation-delay: -20s;
  opacity: 0.5;
  border-radius: 46% 54% 50% 48% / 60% 50% 56% 52%;
}
.meghone-cloud-10 {
  width: 290px; height: 90px; top: 82%;
  animation: meghone-drift-5 32s linear infinite;
  animation-delay: -8s;
  opacity: 0.4;
  border-radius: 54% 44% 48% 52% / 48% 56% 54% 50%;
}

@keyframes meghone-drift-1 {
  0%   { left: -500px; }
  100% { left: 110%; }
}
@keyframes meghone-drift-2 {
  0%   { left: 110%; }
  100% { left: -650px; }
}
@keyframes meghone-drift-3 {
  0%   { left: -420px; }
  100% { left: 110%; }
}
@keyframes meghone-drift-4 {
  0%   { left: 110%; }
  100% { left: -550px; }
}
@keyframes meghone-drift-5 {
  0%   { left: -360px; }
  100% { left: 110%; }
}