.exclusive-bg{
     background-image: url("/img/exclusive.png") !important;
    background-size: cover;

}

 .custom-tabs .nav-link {
   
   font-family: 'Poppins', sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 17px;
leading-trim: NONE;
line-height: 50px;
letter-spacing: 0%;
color:#FFFFFF;
transition: none !important;
border-radius: 0px  !important;
/* border-bottom: 1px solid #D9D9D9 !important; */
display: flex;
align-items: center;
justify-content: center;

  }
  .custom-tabs .nav-link:hover {
     color: #FFFFFF;
  }
  .custom-tabs .nav-link.active {
     
 
/* width: 207px;   
  height: 63px;    */
  width: 208px !important;
  /* height:73px !important; */
   
  /* background: #1CA8CB !important; */
  background-image: url("/img/logo/expand-bg.svg") !important;
  color: #fff !important;
  /* border-top-left-radius: 55px !important;
  border-bottom-left-radius: 55px !important; */
  background-color: unset !important;
  background-color: none  !important;
 
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;

  /* position: absolute;
  left:20px;
  right: 20px; */
}



  

  .exclusive-text{
    font-family: 'Poppins', sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 15px;
leading-trim: NONE;
line-height: 26px;
letter-spacing: 0%;
text-align: center;
color:#6D6D6D;

  }

  .sideTabs {
  background: 
    linear-gradient(rgba(29,73,85,0.9), rgba(29,73,85,0.9)), /* overlay color */
    url("/img/exclusive/Tour-image.png"); /* background image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff; /* so text looks good */
  border-radius: 12px;
}


/* ---------------------------------- */

/* Background image for left tab section */
.tab-bg {
  background: url("/img/exclusive/Tour-image.png") center/cover no-repeat;
  border-radius: 20px;
  padding: 25px 15px;
  position: relative;
  /* overflow: hidden; */
}

/* Dark overlay */
.tab-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(29,73,85,0.9), rgba(29,73,85,0.9)); /* adjust darkness */
  border-radius: 20px;
  z-index: 1;
}

.custom-tabs {
  position: relative;
  z-index: 2; /* keep above overlay */
}

/* Tab buttons */
.custom-tabs .nav-link {

  font-family: 'Poppins', sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 17px;
leading-trim: NONE;
line-height: 50px;
letter-spacing: 0%;
color:#FFFFFF;


  border-radius: 12px;
  font-weight: 500;
  margin-bottom: 12px;
  padding: 10px 18px;
  color: #fff;
  background: transparent;
  text-align: left;
  transition: all 0.3s ease;
  border: none;
}

/* .custom-tabs .nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
} */

/* .custom-tabs .nav-link.active {
  background: #fff;
  color: #1CA8CB;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
} */

.exclusive-card{
  background: #F8F8F8 !important;
}

.sub-text{
font-family: 'Manrope', sans-serif ;
font-weight: 700;
font-style: Bold;
font-size: 34px;
leading-trim: NONE;
line-height: 22px;
letter-spacing: 0%;
text-align: justify;
color:#1D4955;

}

.sub-content{
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 15px;
leading-trim: NONE;
line-height: 26px;
letter-spacing: 0%;
color:#6D6D6D;

}


/* ----------------------------inclusive session --------- */

.expend{
 font-family: 'Manrope', sans-serif ;
 font-weight: 600;
font-style: SemiBold;
font-size: 16px;
leading-trim: NONE;
line-height: 22px;
letter-spacing: 0%;
text-align: justify;
color:#1D4955;

}

.form-check-input:checked{
  background-color: #1CA8CB !important;
  border-color: #1CA8CB !important;
}

.day-main{
  font-family: 'Manrope', sans-serif ;
font-weight: 700;
font-style: Bold;
font-size: 20px;
leading-trim: NONE;
line-height: 22px;
letter-spacing: 0%;
text-align: justify;
color:#1D4955;

}

.day-content{
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 15px;
leading-trim: NONE;
line-height: 26px;
letter-spacing: 0%;
color:#6D6D6D;

}

.border-bottom-dashed{
  border-bottom: 1px dashed #D9D9D9 !important;
   
}

.line{
  /* height: 150%;
  justify-content: center; */
  /* margin-left: -6px; */
 
/* color: #D9D9D9; */
 
}

/* .vr{
  border: dashed;
} */


/* .vr {
  display: inline-block;
  align-self: stretch;
  border-left: var(--bs-border-width, 1px) dashed currentColor;
  min-height: 1em;
  width: 0;
  opacity: .25;
  background: none;  
} */

.map-images{
  z-index: 100;
}


.vr {
  position: absolute;              
  /* top: 1755px;
  left: 7223px; */
  left: 20;

  /* height: 699px; */
  height: 125%;
  width: 0; 
  justify-content: center;
   
                  /* Set width to 0 to only show the border */
  
  border: 0.5px dashed #D9D9D9 !important;
  opacity: 1;

  transform: rotate(0deg);          
  left:50%;
  z-index: 0;
}



/* ---------------------------slide up annimation ------------------- */

 /* Slide-up animation */
.slide-up {
  animation: slideUp 0.4s ease both;
  will-change: transform, opacity;
}

@keyframes slideUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
