.logo_items img {
    height: 80px;
    margin-right: 5px !important;
  }


  .video-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.video-modal-content {
    position: relative;
    width: 80%;
    max-width: 900px;
    height: 80vh;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.video-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: white;
    border: none;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-close-btn:hover {
    background: darkred;
}

.show-more-link{
    text-decoration: none;
    
}

.scholarmodal-title{
    color: #f4b747;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

.whitecont a{
    text-decoration: none;
}

.scholarbghm a{
    text-decoration: none;
}

.blocat a {
    font-size: 13px;
    text-decoration: none;
    color: var(--brand-primary-color);
  }

  .accomcontainer {
    list-style-type: none !important;
  }

  .journyVideoThmnail{
    width: 100%;
    height: 255px;
    cursor: pointer;
  }

  .zoomer_wrapper {
    position: relative; /* Ensures child elements (buttons) position correctly */
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  
  .zoom-controls {
    position: absolute;
    bottom: 10px; /* Position near bottom of image */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    background: rgba(0, 0, 0, 0.7); /* Dark background like your image */
    border-radius: 5px;
    padding: 5px;
    z-index: 1000; /* Ensure buttons are above the image */
  }
  
  .zoom-btn {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
  }
  
  .zoom-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
  }
  
  .zoom-image {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1; /* Ensure image stays behind the buttons */
  }
  
  .footerthumb {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .footerthumb img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: 50% 20%;
    border-radius: 5px;
    transition: 0.3s;
  }

  .video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100% !important;
  }

  .video-thumbnail3 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100% !important;
  }

  .journeycollage {
      background: #000;
  }

  .journeycollage img {
      opacity: 1;
      background: #000;
  }

  .btn-pagi {
    color: #fff;
    background-color: #b0945d;
    border-color: #b0945d;
  }

  .search-results {
    background: white;
    border: 1px solid #ddd;
    margin-top: 10px;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    width: 100% !important;
}

.search-item {
    padding: 10px;
    color:#000;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.search-item:last-child {
    border-bottom: none;
}

.search-item:hover {
    background: #f4f4f4;
}

.accordion-button {
  padding: 1rem 1rem !important;
}


.journey-box{
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #202223;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.journey-box h3{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.journey-box tr{
  border-bottom-color: #404345;
}
.journey-box th{
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border-bottom-color: #404345 !important;
}

.journeylink {
  text-decoration: none;
  color: var(--brand-primary-color);
  font-size: 14px;
  font-weight: 600;
}
.journeylink:hover {
  text-decoration: none;
  color: #fff;
}
.journeydays {
  color: #ccc;
  font-size: 12px;
  font-weight: 400;
}
.priceBox {
  color: var(--brand-primary-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}
.explabels{
  display: flex;
  width: 100%;
  padding-bottom: 15px;
}
 
.optionallbl2 {
  background-color: #c80f0f;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 3px;
  display: block;
  text-align: left;
  z-index: 99;
}

.accordion3-body{
  padding: 10px;
}

.tourcostboxcont ul {
  padding-right: 5px;
}

.tourcostboxcont li{
  list-style-type: none;
  display: inline-block;
  margin:3px;
}

.tourcostboxcont li a{
  background-color: #FFF;
  border-radius:3px;
  border: 1px solid #fff;
  padding:1px 5px 3px 5px;
  color: #000;
  text-decoration:none;
  font-size: 13px;
  transition:0.3s;
}

.tourcostboxcont li a:hover{
  border: 1px solid #000;
  background-color: #000;
  color:#fff !important;
}

.activeCost{
  border: 1px solid #b59860 !important;
  border-radius:3px;
  background-color: #b59860 !important;
  color:#fff !important;
}

.fitDate{
  font-size: 13px;
}

.skeleton-loader {
  animation: pulse 1.5s infinite ease-in-out;
}

.skeleton-text {
  animation: pulse 1.5s infinite ease-in-out;
  border-radius: 4px;
}

@keyframes pulse {
  0% {
      background-color: #e0e0e0;
  }
  50% {
      background-color: #f0f0f0;
  }
  100% {
      background-color: #e0e0e0;
  }
}

.skeleton {
  animation: shimmer 1.2s ease-in-out infinite;
  background: linear-gradient(-90deg, #e0e0e0 0%, #f0f0f0 50%, #e0e0e0 100%);
  background-size: 400% 400%;
  border-radius: 4px;
}

@keyframes shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}


.skeltonDiv{
    height: 300px;
    position: relative;
    width: 100%;
    overflow:hidden;
}


.quickview-content {
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.gridbox{
  min-height: 625px !important;
}

.reletedModule{
  background: #000;
  padding: 30px 0px;
}

.relatedBox {
  background-color: #202223;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 3px 3px 13px 0px rgba(0,0,0,0.03);
  -moz-box-shadow: 3px 3px 13px 0px rgba(0,0,0,0.03);
  box-shadow: 3px 3px 13px 0px rgba(0,0,0,0.03);
  min-height: 500px !important;
}

.sdcont ul {
  padding-left: 0px;
}

.sdcont li {
  list-style: none;
}

.sdcont li a {
  background: url("../img/bullet_arrow.png") no-repeat top 5px left;
  color: #fff;
  text-decoration: none;
  padding-left: 16px;
  font-weight: 400;
  transition: 0.3s;
  display: block;
}

.sdcont li a:hover {
  background: url("../img/bullet_arrow.png") no-repeat top 5px left;
  color: var(--brand-second-color);
  text-decoration: none;
  padding-left: 16px;
}

.sdcont {
  background-color: #202223;
  padding: 20px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 30px;
  font-size: 15px;
  min-height: 300px !important;
}

.listboximg img {
  width: 100%;
  height: 293px !important;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px 0px 0px 5px;
}

.share button{
    margin-right: 5px;
}

.travelCities{
  text-align: left;
}

.travelCities ul {
  padding-left: 0px;
}

.travelCities li {
    list-style: none;
    display: inline-block;
    margin: 3px;
}

.travelCities li a {
  background: none;
  background-color: #b59860;
  border-radius: 3px;
  padding: 1px 5px 3px 5px;
  color: #fff !important;
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
}




/* Ensure backdrop covers everything */
.modal,
.modal-backdrop {
  z-index: 11000 !important;
}

.topband {
  z-index: 10000 !important;
}

.modal-backdrop.show {
  opacity: 0 !important;
}


.gridboximg{
  position:  relative !important;
}

.blogsbg {
  padding: 60px 0px !important;
}

.innerList li{
  list-style: none;
  display: inline-block !important;
  padding: 3px;
  margin :0px 0px 3px 3px;
  /* background-color: rgb(181, 152, 95); */
  background-color: #626262;
  border-radius: 4px;
}

.innerList li a{
  color: #fff;
  text-decoration: none;
}

.innerList li:hover{
  background-color: rgb(181, 152, 95);
}

.packagecont h2 {
  min-height: 0px !important;
}

.newslettertextfield{
  color: #fff !important;
}

.TourCostJourneyDetail li{
  list-style-type: none;
}


/* .listbox {
    display: flex;
    flex-direction: row;
    align-items: stretch;
} */

.listboximg {
    margin-bottom: 0px;
    background: url(../img/noimage.png) no-repeat center center #2e2e2e;
    border-radius: 5px 0px 0px 5px;
    height: 100% !important;
    display: flex;
    align-items: stretch;
    position: relative;
}

.listboximg img {
    width: 100% !important;
    height: 100% !important; 
    object-fit: cover;
    object-position: center;
    border-radius: 5px 0px 0px 5px;
}

.locationtext1 {
    color: #B8B8B8;
    font-size: 13px;
    line-height: 18px;
    min-height: 50px !important;
}


.gridboxcontarea {
    padding: 20px 20px 0px 20px;
    min-height: 440px !important;
}


.horizontal-slider {
  width: 100%;
  height: 8px;
  background: #ddd;
  border-radius: 4px;
  margin-top: 10px;
  position: relative;
}

.slider-track {
  background: #0d6efd; /* Bootstrap primary color */
  height: 100%;
  border-radius: 4px;
}

.slider-thumb {
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #0d6efd;
  border-radius: 50%;
  cursor: grab;
  top: -6px;
  position: absolute;
  z-index: 2;
}

.postofweekbg{
  height: 580px !important;
  overflow-y: auto;
  overflow-x: hidden;
  direction: rtl;
}

.postofweekbg > * {
  direction: ltr; /* Content stays left-to-right */
}

.submitBtn{
    background: #b5985f;
    color: #fff
}


.thankYouModel{
  padding: 15px !important;
  color:#fff;
  background: #000;
}

.testimcollage video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures video covers the full area without distortion */
}