.gcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}

.gitem {
    width: 350px;
    height: auto;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background-color: #fff;
    border: 1px solid lightgray;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.gitem:hover {
    transform: translateY(-5px);
}

.gitem img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.gdetails {
    padding: 5px 10px 10px 10px;
    background-color: #fff;
}

.gdate {
    font-size: 13px;
    color: #666;
}

.gtitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #007bff;
    cursor: pointer;
}

.gtitle:hover {
    text-decoration: underline;
}


.guser {
    font-size: 14px;
    font-weight: 100;
}

.gbottom {
    margin-top: 8px;
}

.gview-more {
    text-align: center;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 5px 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 5px;
}

.view-more:hover {
    text-decoration: underline;
}

.nog-text {
	font-weight: bold;
	text-align: center;
}

.cruise-tag {
    background-color: #1E90FF;
    color: #eee;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
}

.muslim-tag {
    background-color: #009000;
    color: #eee;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
}

.muslim-tag-p {
    background-color: #009000;
    color: #eee;
    padding: 10px 9px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
}

.cruise-tag-p {
    background-color: #1E90FF;
    color: #eee;
    padding: 10px 9px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
}

.package-tag-p {
    background-color: #fbad18;
    color: #eee;
    padding: 10px 9px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
}

.promo-tag-p{
    background-color: #FF0000;
    color: #eee;
    padding: 10px 9px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
}
.hlight-tag-p {
    background-color: #8A2BE2;
    color: #eee;
    padding: 10px 9px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
}

.whole-body {
    max-width: 1000px;
    margin: 0 auto;
}

.share-btns {
margin-top: 10px;
text-align: center;
}

      .copy-btn {
            display: inline-block;
            padding: 10px 20px;
            background-color: #0D99FF; /* Button color */
            color: #fff; /* Text color */
            text-decoration: none;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            text-align: center;
            transition: background-color 0.3s ease;
        }

        .copy-btn:hover {
            background-color: #0056b3; /* Darker button color on hover */
        }

.container {
    margin-top: 150px !important;
    margin: 0 40px;
}

.re-description {
    background-color: rgb(224, 221, 221);
    height: 500px; 
    overflow-y: scroll;
    border-radius: 5px;
}

  .top-info {
    padding: 5px 10px 0 10px;
  }

  .tour-code {
    opacity: 0.8;
  }

  .tour-code-row {
    margin: 0;
    opacity: 0.8;
  }

.ori-price {
  opacity: 0.5;
  text-decoration: line-through;
}

.price {
   font-weight: bolder;
   font-size: 18px;
}

.section1 {
    background-color: #eee;
    padding: 20px 50px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.mySlides {display: none;}
.mySlides img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 5px;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

.overlay-text {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent background */
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
}

.overlay-text-goumet {
  position: absolute;
  top: 10px;
  left: 5px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent background */
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 7px;
  max-width: 145px; /* Set a maximum width to wrap text */
  word-wrap: break-word; /* Ensure text wraps within the max-width */
  white-space: normal;
  text-align: justify; /* Optional: center-align text */
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .8} 
  to {opacity: 1}
}

a {
    color: #0D99FF;
}

h3 {
    text-align: center;
    font-size: 20px;
}

.section1 p {
  text-align: center;
  font-size: 16px;
}

.section2{
    background-color: #eee;
    padding: 20px 50px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.section2 .pricing {
    color: #F24822;
    font-weight: bold;
}

.section2 p, .section2 div {
  font-size: 16px;
}

.section2 .center-btn {
    text-align: center;
    font-size: 20px;
}

.section2 button, .section9 button, .section5 button, .section5 a {
    color: white;
    background-color: #0D99FF;
    text-align: center;
    padding: 10px 40px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

.section3 {
    background-color: #eee;
    padding: 20px 50px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.section {
    display: flex;
    margin-bottom: 20px;
  }
  
  .image {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

 .title1 {
    font-size: 18px;
    font-weight: bold;
  }
  
  .image img {
    width: 60px; /* Adjust the width of the image */
    height: auto; /* Maintain aspect ratio */
  }
  
  .content {
    flex: 1;
    padding-left: 20px; /* Add padding for text */
    border-left: 10px solid #d4d4d8;
    border-radius: 10px;
  }

  .content li {
    font-weight: bold;
    text-align: justify;
  }

  .content .smallerwording {
    font-weight: 100;
  }

/* 
  .border-green {
    border-left: 10px solid #d4d4d8; Add divider line
  }

  .border-purple {
    border-left: 10px solid #d4d4d8; Add divider line
  }

  .border-gray {
    border-left: 10px solid #d4d4d8; Add divider line
  }

  .border-pink {
    border-left: 10px solid  #d4d4d8; Add divider line
  } */
  
  .body1 {
    display: flex;
    padding: 15px 0;
    align-items: center;
    justify-content: flex-start;
  }

  .wrapper{
    display: flex;
    max-width: 1200px;
    position: relative;
  }
  .wrapper b{
    top: 50%;
    height: 44px;
    width: 44px;
    color: black;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #fff;
    opacity: 0.6;
    border-radius: 50%;
    z-index: 1;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper b:active{
    transform: translateY(-50%) scale(0.9);
  }
  .wrapper b:hover{
    background: #f2f2f2;
  }
  .wrapper b:first-child{
    left: -22px;
    display: none;
  }
  .wrapper b:last-child{
    right: -22px;
  }
  .wrapper .carousel{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .carousel.dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel.dragging img{
    pointer-events: none;
  }
  .carousel img{
    height: 180px;
    object-fit: cover;
    user-select: none;
    width: 100%;
  }

  .no-wider img{
    max-width: 200px;
  }

  .carousel img:first-child{
    margin-left: 0px;
  }
  
  .image-containerr {
    position: relative;
    display: inline-block;
    margin-left: 14px;
  }

  .image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    word-wrap: break-word; /* Legacy support */
    overflow-wrap: break-word; /* Modern browsers */
    white-space: normal; /* Ensures text wraps to the next line */
  }

  .section4-1stpart {
    background-color: #eee;
    padding: 20px 50px;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .section4-iti-title {
    width: 100%;
    background-color: rgba(255, 205, 41, 0.8);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: bold;
    padding: 5px 30px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .section4-iti-title:hover{
    background-color: rgba(228, 176, 3, 0.8);
    cursor: pointer;
    padding: 5px 35px;
  }
  
  .section4-iti-title { grid-area: mainTitle; }
  .left-border { grid-area: leftb; }
  .body1{ grid-area: carousel; }
  .description-title{ grid-area: descriptiontitle; }
  .description { grid-area: description; }

  .single-iti {
    display: grid;
    grid-template-areas: 
    'mainTitle mainTitle mainTitle mainTitle'
    'leftb carousel carousel carousel'
    'leftb descriptiontitle descriptiontitle descriptiontitle'
    'leftb description description description';
     grid-template-columns: 10px auto;
    
  }

  .left-border {
    border-left: 10px solid rgba(255, 205, 41, 0.8);
    border-bottom-left-radius: 20px;
    margin-right: 25px;
  }

  .description-title {
    font-weight: bold;
    margin-left: 15px;
  }

  .iti-distance {
    font-size: 14px !important;
    opacity: 0.5;
  }

  .hidden {
    display: none !important; 
  }

   .no-show {
    display: none;
  }

  .section4-2ndpart {
    background-color: #eee;
    padding: 20px 50px;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .corousel-2ndpart {
    width: 300px;
  }

  .wider-img img{
    height: 260px;
  }

  .title-2ndpart {
    grid-area: title-2ndpart;
    font-weight: bold;
    padding: 5px 30px;
    background-color: rgba(255, 205, 41, 0.8);
    border-radius: 5px;
    
  }

  .title-2ndpart:hover {
    background-color: rgba(228, 176, 3, 0.8);
    cursor: pointer;
    padding: 5px 35px;
  }

  .corousel-2ndpart {grid-area: corousel-2ndpart;}

  .description-title-2ndpart {
    grid-area: description-title-2ndpart;
    margin-top: 25px !important;
    margin: 0 20px;
    font-weight: bold;
    text-align: justify;
  }

  .description-2ndpart {
    grid-area: description-2ndpart;
    margin: 0 15px;
    text-align: justify;
  }

  .section4-2ndpart > .section4-2ndpart-info:nth-of-type(odd){
    display: grid;
    grid-template-areas: 
    'title-2ndpart title-2ndpart title-2ndpart title-2ndpart'
    'corousel-2ndpart description-title-2ndpart description-title-2ndpart description-title-2ndpart'
    'corousel-2ndpart description-2ndpart description-2ndpart description-2ndpart';
  }

  .section4-2ndpart > .section4-2ndpart-info:nth-of-type(even){
    display: grid;
    grid-template-areas: 
    'title-2ndpart title-2ndpart title-2ndpart title-2ndpart'
    'description-title-2ndpart description-title-2ndpart description-title-2ndpart corousel-2ndpart'
    'description-2ndpart description-2ndpart description-2ndpart corousel-2ndpart';
  }
 
  .section5 {
    background-color: #eee;
    padding: 20px 0;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .section5 table {
    border-collapse: collapse;
    margin-bottom: 20px;
    border-radius: 5px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 10px;
}

.section5 th, td {
    padding: 10px;
    text-align: left;
    border: 1px solid lightgray;
}

.section5 th {
    background-color: #BDE3FF;
    text-align: center;
}

.section5 tr:nth-child(even) {
    background-color: #f2f2f2;
}

.section5 tr:hover {
    background-color: #f5f5f5;
} 

.section5 tr:nth-child(odd) td {
  background-color: #e7f1fa;
}

.section5 td span{
  display: flex;
  align-items: center;
  gap: 5px;
}

.section6 {
  background-color: #eee;
  padding: 20px 50px;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.divider-line {
  border-left: 10px solid #d4d4d8;
  max-width: 10px;
  border-bottom-left-radius: 20px;
  grid-area: divider-line;
}

.include-details{
  grid-area: include-details;
  text-align: justify;
}

.include-title{
  grid-area: include-title;
  background-color: #d4d4d8;
  padding: 10px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: bold;
}

.include-section{
  display: grid;
  grid-template-areas: 
  'include-title include-title include-title include-title include-title include-title include-title' 
  'divider-line include-details include-details include-details include-details include-details include-details' 
  ;grid-template-columns: 10px auto;
}

.include-details div{
  line-height: 1.8;
}

.include-details span {
  opacity: 0;
}

.section65{
  background-color: #eee;
  padding: 20px 50px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.map-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 5px;
}

.section7 {
  background-color: #eee;
  padding: 20px 50px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.section7 img{
  max-width: 100%;
  object-fit: cover;
}

.section8 {
  background-color: #eee;
  padding: 20px 50px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.section8 .terms li{
  text-align: justify;
  margin-bottom: 10px;
}

.section9 {
  background-color: #eee;
  padding: 20px 50px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.date {
  float: right;
  opacity: 0.5;
  font-size: 14px;
}

.user {
  font-weight: bold;
}

.rating {
  margin-left: 10px;
}

.review {
 margin-top: 10px;
 text-align: justify;
}

.reviews-layout {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.section10 {
  background-color: #eee;
  padding: 20px 0;
  border-radius: 5px;
  margin-bottom: 10px;
}

.grid-container-promo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 380px)); /* Three columns */
  grid-gap: 10px; /* Gap between grid items */
  padding: 0 40px;
  justify-content: center;
}

.grid-item-promo {
  background-color: #fff;
  align-items: center;
  border-radius: 5px;
  max-width: 100%;
  position: relative;
}

.tag-con {
  display: flex;
  flex-direction: row;
  position: absolute;
  padding: 5px;
  right: 0;
  z-index: 1;
}

.package-tag {
  background-color: #fbad18;
  color: #eee;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
}

.promo-tag{
  background-color: #FF0000;
  color: #eee;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
}
.hlight-tag {
  background-color: #8A2BE2;
  color: #eee;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
}

.grid-tag {
  margin: 5px;
  border: 1px solid gray;
  opacity: 0.8;
}

.slideshow {
  position: relative;
  overflow: hidden;
  max-width: 350px;
  flex: 1;
  border-radius: 5px;
}

.slideshow-grid {
  max-width: 450px;
}

.image-container {
  flex: 0 0 auto;
  margin-right: 20px;
  position: relative;
}

.image-container img {
  width: 380px;
  max-height: 200px;
  object-fit: cover;
}

.grid-info {
  padding: 10px 20px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  cursor: pointer;
}

.grid-titles {
  flex: 1; /* Take up remaining space */
}

.grid-title {
  font-size: 20px;
  font-weight: bold;
}

.grid-subtitle {
  font-size: 16px;
  opacity: 0.8;
}

.grid-rating {
  display: flex;
  align-items: center; /* Align items vertically */
  margin-bottom: 25px;
}

.grid-rate-text {
  text-align: center;
  color: gray;
  font-size: 13px;
}

.grid-score {
  color: #eee;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}

.excellent {
  background-color: #00E200;
}

.good {
  background-color: #add633;
}

.fair {
  background-color: #ffd934;
}

.terrible {
  background-color: #ff8c5a !important;
}

.grid-description {
  background-color: #f0f0f0;
  padding: 10px 25px;
  border-radius: 5px;
  height: 90px;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: hidden;
}

.grid-price {
  margin-top: 10px;
  margin-left: auto;
}

.grid-ori-price {
  text-decoration: line-through;
  font-weight: bold;
  color: gray;
}

.grid-now-price {
  font-size: 24px;
  font-weight: bold;
}

.grid-price-text {
  font-weight: 100;
  font-size: 14px;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
  border: none;
  cursor: pointer;
  padding: 10px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.prev {
  left: -10px;
  transition: left 0.3s ease;
}

.prev:hover{
  left: 0;
}

.next {
  right: -10px;
  transition: right 0.3s ease;
}

.next:hover {
  right: 0;
}

.description::-webkit-scrollbar, .grid-description::-webkit-scrollbar, .re-textwall::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.description::-webkit-scrollbar-track, .grid-description::-webkit-scrollbar-track, .re-textwall::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #e4e4e4; 
  border: 1px solid lightgray; 
}

/* Handle */
.description::-webkit-scrollbar-thumb, .grid-description::-webkit-scrollbar-thumb, .re-textwall::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 5px;
}

/* Handle on hover */
.description::-webkit-scrollbar-thumb:hover, .grid-description::-webkit-scrollbar-thumb:hover, .re-textwall::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.no-sim {
  text-align: center;
  background-color: rgb(222, 221, 221);
  border-radius: 5px;
}

.scroll-indi {
  display: none;
  margin-left: 20px;
  opacity: .5;
  font-size: 14px;
}

.scroll-indii {
  display: none;
  opacity: .5;
  font-size: 14px;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
}

.page-item {
  margin-right: 10px; /* Adjust spacing between page items */
}

.page-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #333; /* Text color */
  background-color: #eee; /* Background color */
  border: 1px solid #ccc; /* Border color */
  border-radius: 0.25rem; /* Border radius */
  transition: background-color 0.3s ease; /* Transition effect */
}

.page-link:hover {
  background-color: #bbb; /* Hover background color */
}

.page-item.active .page-link {
  z-index: 3;
  color: #eee; /* Active text color */
  background-color: #007bff; /* Active background color */
  border-color: #007bff; /* Active border color */
}

.page-item.disabled .page-link {
  color: #6c757d; /* Disabled text color */
  pointer-events: none; /* Disable click events */
  cursor: default; /* Change cursor style */
}

.page-link[aria-disabled="true"] {
  pointer-events: none; /* Disable click events */
  cursor: default; /* Change cursor style */
}

.add-review {
  text-align: center;
  font-size: 16px;
}



.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100;
  padding-top: 50px;
  padding-bottom: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

.form-container .trans-text {
  opacity: 0.8;
  font-weight: 100;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 30px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.form-container {
  margin: 0 auto;
  border-radius: 5px ;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
}

.form-container h2 {
  text-align: center;
  margin-bottom: 20px;
}

.form-container label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-container input[type="text"],
.form-container input[type="tel"],
.form-container textarea,
.form-container select,
.form-container input[type="email"]
{
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  resize: none;
  object-fit: cover;
}

.form-container .cover {
  width: 50%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  resize: none;
  object-fit: cover;
}

.form-container .gallery_image{
  display: inline-flex;
  width: 100%;
  overflow-x: auto;
}

.form-container .gallery_image .gallery-preview{
  width: 200px;
  height: 200px;
  margin: 5px;
  object-fit: cover;
  
}

.form-container img
.form-container button {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.form-container button:hover {
  background-color: #035dbd;
}

.form-container .cover_image{
  display: none;
}

.form-container .cover_button{
  font-family: 'UD Digi Kyokasho NP-B';
  margin-top: 15px;
  display: flex;
  font-size: 13px;
  cursor: pointer;
  background-color: #0084e4;
  padding: 10px 5px 10px 5px;
  width: 110px;
  text-align: center;
  color: white;
  border-radius: 5px;
  justify-content: space-around;
  
}

.form-container .image{
  width: 15px;
}

.recommend {
  background-color: #eee;
  padding: 20px 0;
  border-radius: 5px;
  margin-bottom: 10px;
}

.re-slideshow{
  position: relative;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
}

.re-img {
  flex: 1 1 70%; /* Flex-grow, flex-shrink, and flex-basis */
  max-width: 60%;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.re-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  background-color: black;
}

.re-img video {
  width: 100%;
  height: 528px;
  display: block;
  border-radius: 5px;
  background-color: black;
}

.re-textwall {
  flex: 1 1 30%;
  max-width: 60%;
}

.re-prev, .re-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.6);
    color: black;
    border: none;
    cursor: pointer;
    padding: 10px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    z-index: 1;
}

.re-prev {
    left: -10px;
    transition: left 0.3s ease;
}

.re-prev:hover{
    left: 0;
}

.re-next {
    right: -10px;
    transition: right 0.3s ease;
}

.re-next:hover {
    right: 0;
}

        .copied-message {
            position: fixed;
            top: 80%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(0, 0, 0, 0.6);
            color: #fff;
            padding: 10px 25px;
            border-radius: 5px;
            display: none; /* Initially hidden */
        }
@media (max-width: 955px) {

.re-img video {
  width: 100%;
  height: 295px;
  display: block;
  border-radius: 5px;
}

.gview-more {
    font-size: 12px;
}

.copied-message {
padding: 8px 15px;
}

.re-description {
    padding: 0 20px 0 20px;
    height: 200px; 
}

  .recommend {
    flex-direction: column;
}

.re-img {
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.re-textwall{
    flex: 1 1 100%;
    max-width: 100%;
}

.add-review button {
margin-bottom: 5px;
}

  .tour-code {
    font-size: 14px;
  }

  .container {
      margin-top: 150px !important;
      margin: 0 20px;
  }

  h3 {
    font-size: 18px;
}

  .section1 {
    padding:  5px 20px;
  }

  .section1 p {
    text-align: left;
    font-size: 14px;
  }

  .section2 {
    padding:  5px 20px;
  }

  .section2 p {
    font-size: 14px;
  }

  .section3 {
    padding: 5px 10px;
  }

  .section3 .title1 {
    font-size: 16px;
  }

  .section3 ul li {
    font-size: 14px;
    text-align: left;
  }

  .content {
    padding-left: 10px; /* Add padding for text */
    border-left: 10px solid #d4d4d8;
    border-radius: 10px;
  }

  .smallerwording {
    font-size: 13px;
  }

  .image img {
    width: 40px;
  }

  .image {
    margin-right: 10px;
    align-items: flex-start;
  }

  .section4-1stpart {
    padding: 5px 20px;
  }

  .section4-iti-title {
    font-size: 16px;
    padding: 5px 10px;
  }

  .section4-iti-title:hover {
    padding: 5px 10px;
  }

  .description-title {
    font-size: 14px;
  }

  .iti-distance {
    font-size: 12px !important;
  }

  .description {
    font-size: 14px;
  }

  .left-border {
    margin-right: 5px;
  }

  .section4-2ndpart {
    padding: 5px 10px;
  }

  .corousel-2ndpart {
    width: 150px;
  }

  .wider-img img{
    height: 220px;
  }

  .title-2ndpart {
    font-size: 16px;
  }

  .description-title-2ndpart {
    font-size: 14px;
    margin-top: 15px !important;
    margin: 0 5px;
  }

  .description-2ndpart {
    font-size: 14px;
    margin: 0;
  }

  .section5 table {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 10px;
  }

  .hori-scroll {
    width: 100%;
    overflow-x: auto;
  }

  .section65 {
    padding: 5px 10px;
  }

  .map-container {
    padding-bottom: 150%;
    height: 10px;
  }

  .map-container iframe {
    width: 100%;
    height: 100%;
  }

  .section7 {
    padding: 5px 15px;
  }

  .scrollboc {
     overflow: scroll;
  }
  
  .section7 img{
    height: 50%;
  }

  .section7 .img-container {
    width: 240%;
  }

  .scroll-indii {
    display: block;
    font-size: 14px;
  }

  .scroll-indi {
    display: block;
  }

  .section6 {
    padding: 5px 20px;
  }

  .include-details{
    margin-left: -20px;
  }

  .section8 {
    padding: 5px 20px;
  }

  .section8 ul {
    padding-inline-start: 30px;
  }

  .include-details {
    font-size: 14px;
  }

  .terms{
    font-size: 14px;
  }

  .section9 {
    padding: 5px 20px;
  }


  .review {
    font-size: 14px;
  }

  .rating img {
    width: 15px !important;
  }

  .no-sim h4 {
    font-size: 14px;
  }

  .no-sim p {
    font-size: 14px;
  }

  .add-review {
    font-size: 14px;
  }

  .modal {
    padding-top: 20%;
  }

  .section2 button, .section9 button{
    font-size: 14px;
    padding: 8px 15px;
  }

.section5 button, .section5 a {
    font-size: 14px;
    padding: 8px 15px;
}

.section5 button {
    margin-top: 15px;
}

.section9 button {
    margin-top: 5px;
}
  
  .form-container {
    border-radius: 5px;
    padding: 10px;
    max-width: 320px;
  }
  
  .form-container h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .form-container label {
    font-size: 15px;
    font-weight: 100;
  }
  
  .form-container input[type="text"],
  .form-container input[type="tel"],
  .form-container textarea,
  .form-container select,
  .form-container input[type="email"] {
    padding: 8px;
    margin-bottom: 12px;
  }

  .copy-btn {
   padding: 8px 15px;
   font-size: 14px;
}

  .share-btns a {
   margin-bottom: 5px;
}

.grid-container-promo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 380px)); /* Three columns */
  grid-gap: 10px; /* Gap between grid items */
  padding: 0 20px;
  justify-content: center;
}
  .tag-con {
  display: flex;
  flex-direction: row;
  position: absolute;
  padding: 5px 0;
  right: -3px;
  z-index: 1;
}

}

@media (max-width: 410px) {

  .scroll-indi {
    display: block;
  }
  
  .reviews-layout {
    flex-direction: column;
    align-items: flex-start;
  }

  .rating {
    margin-left: 0;
  }
  
}

.success{
    float: right;
    text-align: center;
    width: 200px;
    display: none;
    padding: 10px;
    border: 2px solid  rgb(9, 181, 0);
    background-color:  rgb(6, 118, 0);
    color: white;
    border-radius: 4px;
    opacity: 1;
    transition: opacity 1s ease-out;
}

.error{
    float: right;
    text-align: center;
    width: 200px;
    display: none;
    padding: 10px;
    border: 2px solid rgb(255, 104, 104);
    background-color: rgb(148, 0, 0);
    color: white;
    border-radius: 4px;
    opacity: 1;
    transition: opacity 1s ease-out;
}

.gallery-preview-div {
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 5px;
}

.img-div {
    display: inline-block;
    position: relative;
}

.img-div button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.package-logo img{
  width: 100px;
  height: 100px;
  margin-right: 20px;
}