.mt-3 {
  margin-top: 15px;
}
.mt-4 {
  margin-top: 32px;
}

#page-wrap {
  background-color: #ffffff;
}
.package-image {
  height: 220px;
}

.tranding-pkg .package-info {
  text-align: center;
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}
.box-item.footer-owl-carousel {
  height: 200px !important;
}
.package-card h2,
.package-card .h2 {
  font-size: 22px;
}
.accordion .ui-accordion-header {
  padding: 0px;
  border-bottom: 1px solid #c6c6c7;
}
.booking-info h3 {
  margin: 0;
}
.theiaStickySidebar {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px;
  padding: 40px !important;
  background: #fff;
  border-radius: 15px;
}
.product-title {
  width: 100%;
}
.booking-info .form-group {
  margin-bottom: 10px;
}
.product-detail__info .destinationWrapper {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  margin: 0;
  padding: 0 15px;
  box-shadow: none;
}
.product-detail__info .visit-city {
  display: flex;
}
.product-detail__info h2 {
  font-family: "poppins", sans-serif;
}
ul,
ol {
  padding: 0 15px;
}
.itinerary-box {
  margin: 0 20px 0 0;
}
.itinerary {
  margin-top: 50px;
}
.accordion .ui-accordion-header {
  font-size: 18px;
  color: #000000;
}

.itinerary p {
  font-size: 16px;
}
ul li,
.accordion .ui-widget-content {
  color: #000 !important;
}
.all-packages {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  gap: 20px;
}
.package-short-inclu ul {
  display: flex;
  margin: 0 auto;
  gap: 15px;
}
.package-short-inclu ul li {
  list-style: none;
  text-align: center;
}
.breadcrumb {
  position: relative;
  border-radius: 0;
  margin: 0;
  padding: 10px 0;
  background: none;
  z-index: 9;
}
.breadcrumb ul {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-heading-content .breadcrumb {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  background: none;
  z-index: 9;
}
.breadcrumb:after {
  content: "";
  display: block;
  position: absolute;
  width: 20000px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.breadcrumb ul li {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
}
.package-display-box {
  margin: 50px 0;
}
.product-detail__info {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 8px;
}

section.section-stripbg .strip-info-box {
  display: flex;
  justify-content: space-between;
}
section.section-stripbg .strip-info-box .info-box {
  display: flex;
}
.info-box .title {
  font-weight: 600;
}
section.section-stripbg .strip-info-box .info-box div {
  width: 200px;
}
.package-card img {
  width: 100%;
}
.package-card h2.pkg-title {
  margin: 0;
}
.all-packages .package-list .package-info {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1) !important;
  border-radius: 0px 0px 15px 15px;
}
.package-card .card-image {
  height: 250px;
}
.package-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 250px;
  border-radius: 15px 15px 0px 0px;
}
.package-card .package-list {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1) !important;
  border-radius: 0px 0px 15px 15px;
  padding: 30px;
  position: relative;
}
.pkg-duration {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 40px;
  padding: 10px;
  border-radius: 50px;
  background: #ff6c25;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  top: -40px;
}
.destinationWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto;
  padding: 10px 0px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 8px;
}
.short-info {
  margin: 15px 0;
}
.destinationName {
  padding: 0 2px;
}
span.redText {
  color: #ff6c25;
  font-weight: 600;
}
.accordion .ui-accordion-header .ui-accordion-header-icon {
  border-top-color: #ff6c25;
}
.destinationWrapper .makeFlex {
  display: flex;
}
.package-card-footer {
  margin: 20px 0px 0px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.awe-parallax {
  background-position: 50% 10%;
}
.hero-section::after {
  width: 100%;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 46%
  );
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  z-index: 10;
}
section.section-stripbg {
  background: #000000;
  padding: 20px;
  color: #e7e7e7;
}
.section-inner-page {
  padding: 0px;
}
.booking-info input,
.booking-info select {
  background-color: #eee;
  height: 36px;
  line-height: 36px;
  width: 100%;
  padding: 0 10px;
}
.booking-info .awe-select-wrapper {
  width: 100%;
}
.booking-info .form-adult,
.booking-info .form-checkin {
  float: left;
  width: 50%;
  padding-right: 5px;
}
.booking-info .form-adult span,
.booking-info .form-checkin span,
.booking-info .form-kids span,
.booking-info .form-checkout span {
  font-size: 10px;
  color: #f98718;
}
.booking-info .form-select-date {
  margin-bottom: 10px;
}

.info-box .item {
  margin: 10px 10px 0 0;
  display: inline-flex;
}
.info-box .item a {
  padding: 8px 15px;
  background: #fff;
  border-radius: 40px;
  border: 1px solid #dbdbdb;
}
.contact-footer {
  padding: 15px;
  border: 1px dashed #efefef;
  border-radius: 5px;
  margin: 5px 0px 15px;
}
.package-image img {
  height: 220px;
  object-fit: cover;
  width: 100%;
  object-position: center;
}
.destinationName {
  padding: 0 8px 0 2px;
}
.form-item .awe-icon-calendar {
  position: absolute;
  top: 10px;
  right: 10px;
}
.col-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.booking-info h3 {
  margin-bottom: 15px;
}
.booking-info label {
  font-size: 14px;
}
.booking-info input.citycode {
  width: 80px;
}

.ribbon-1 {
  position: absolute;
  background: #08769b;
  box-shadow: 0 0 0 999px #08769b;
  clip-path: inset(0 -100%);
}
.package-card {
  position: relative;
}

.left {
  inset: 0 auto auto 0;
  transform-origin: 100% 0;
  transform: translate(-29.3%) rotate(-45deg);
}
.right {
  inset: 0 0 auto auto;
  transform-origin: 0 0;
  transform: translate(29.3%) rotate(45deg);
}

.best-seller {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  z-index: 10;
  filter: invert(1);
}
.best-seller img {
  width: 100%;
  height: auto;
}
.back {
  margin: 0 0 15px 0;
}
.back {
  max-width: 100px;
  padding: 5px 15px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #ff6750;
  background: #ffffff;
}
.back:hover {
  cursor: pointer;
  color: #ff6750;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.need-help {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px;
  padding: 10px !important;
  background: #fff;
  border-radius: 15px;
}
.need-help li {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  padding: 12px 0;
}
.need-help li:last-child {
  border: 0;
}
.need-help li > span {
  width: 50px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.need-help li h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.need-help li h3 span {
  font-weight: 600;
  color: #000;
  font-size: 18px;
  display: block;
}
.contact-box h4 {
  margin: 30px 0 15px 0 !important;
}
.pkg-maping.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.pkg-maping .maping-title {
  display: grid;
  align-items: center;
}
.pkg-maping .maping-image {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #efefef;
  overflow: hidden;


}
.pkg-maping .maping-item {
  display: grid;
  grid-template-columns: 60px auto;
  gap: 15px;
  border-radius: 60px;
  padding: 5px;
  border: 1px solid #e3e3e3;
  transition: 0.3s;
}
.pkg-maping .duration {
  font-size: 14px;
}
.pkg-maping .maping-item:hover{
  border: 1px solid #ff6c25;
  cursor: pointer;
}
.pkg-maping .maping-item img{
  transition: transform .2s; 
}
.pkg-maping .maping-item:hover img{
  transform: scale(1.5);
}
.pkg-maping .maping-image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 30px;

  object-position: center;
}

.pkg-maping .maping-item:hover .title a{
color: #ff6c25;
}
.mobile-topheader{
  display: none;
}

   .gallery {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2px;
      padding: 0px;
      background: #000000;
    }
    .gallery img {
      width: 100%;
      height: 100%;
      border-radius: 0px;
      cursor: pointer;
      transition: transform 0.3s;
    }
    .multi {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2px;
    }

    /* Lightbox styles */
    .lightbox {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.9);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      z-index: 9999;
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    }
    .lightbox.active {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s ease;
    }
    .lightbox img.main-img {
      max-width: 100%;
      max-height: 70vh;
      transform: scale(0.8);
      opacity: 0;
      transition: transform 0.3s ease, opacity 0.3s ease;
    }
    .lightbox.active img.main-img {
      transform: scale(1);
      opacity: 1;
    }
    .controls {
      margin-top: 15px;
    }
    .controls button {
      padding: 10px 15px;
      font-size: 16px;
      margin: 0 10px;
      cursor: pointer;
    }
    .close-btn {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 30px;
      color: white;
      cursor: pointer;
    }
    /* Thumbnails container */
    .thumbnails {
      display: flex;
      gap: 10px;
      margin-top: 20px;
      overflow-x: auto;
      padding: 10px 0;
    }
    .thumbnails img {
      width: 80px;
      height: 60px;
      object-fit: cover;
      cursor: pointer;
      border: 2px solid transparent;
      transition: border 0.2s;

    }
    .thumbnails img.active-thumb {
       border: 1px solid #fff !important;
    }
.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 10000;
}

.controls button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
    background: #303030;
    color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: background 0.3s, transform 0.2s;
}

.controls button:hover {
  background: #ff6750 !important
}

.header-video .blog-heading-content {
    text-align: left;
}

@media (max-width: 767px) {

.package-card .package-list {
  padding: 20px;
}

  .package-display-box {
    margin: 0px 0;
}

  .awe-parallax {
    background-position: 60% 10%;
    background-size: 890px;
}
    .blog-heading-content h4 {
        font-size: 36px;
        margin-top: 5px;
            font-weight: bold;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); 
    }
    .blog-heading-content {
    padding-top: 15px;
    padding-bottom: 15px;
}
.st-title {
    font-size: 14px;
}
.st-price span {
    font-size: 14px;
    font-weight: 300;
}
.offer-price .st-price {
    font-size: 28px;
}
.offer-price{
  max-width: 235px;
    padding: 10px;
        background: #000;
}
.package-page h2.title{
      margin-top: 0px;
}
.ex-city{
  display: none;
}

.quick-enquiry {

          top: -67px;
        left: 64%;
    padding: 8px 15px;
    background: #ff6c25;
    border-radius: 0px;
    color: #fff;
    width: 135px;
    font-size: 14px;
            border-radius: 4px;

}
.blog-heading-content p{
      font-size: 1.4rem;
}
  .awe-navigation-responsive .menu-list li a{
        color: #212121;
  }
  .pkg-maping.grid{
    grid-template-columns: 1fr; 
  }
  .pkg-maping .maping-item:last-child {
    margin-bottom: 30px;
}
.section-stripbg .info-box + div {
  display: none;
}
.mobile-topheader{ 
  display: block;
  background-color: #ff7964;
  position: fixed;
  width: 100%;
  z-index: 10;
  padding: 5px 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 15px;
}

.mobile-topheader .list {
  white-space: nowrap;
  font-size: 12px;
  text-align: center;
}
.mobile-topheader .list img{
  width: 32px;
}

.maping-title .title {
  font-weight: 600;
}
   .inner-area {
    width: 100%;
  }
  .all-packages {
    grid-template-columns: 1fr;
  }
  .package-short-inclu ul li p {
    font-size: 14px;
    font-weight: 300;
  }
  .package-short-inclu ul {
    justify-content: space-between;
    padding: 0 0px;
  }
  .product-detail__info .visit-city,
  section.section-stripbg .strip-info-box {
    display: grid;
  }
  
  /* .info-box + div {
    display: none;
  } */
  section.section-stripbg {
    padding: 5px;
  }
  .inclusions {
    margin: 40px 0 0 0;
  }
  .inclusions li {
    font-size: 15px;
  }
.banner-showcase img {
    height: 150px;
    object-fit: cover;
  }
 .banner-showcase {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 10px;
  }
.inner-area {
 border-radius:10px;
  }
 .inner-area {
    padding: 15px 20px 30px 20px;
  }
  .itinerary-box {
    margin: 0 0px 0 0;
  }
  .accordion .ui-accordion-header {
    font-size: 16px;
  }
  .itinerary-box h2 {
    font-size: 24px;
    margin-top: 5px;
  }
  .inclusions h3,
  .itinerary h3 {
    font-size: 20px;
  }
  .product-detail__info {
    border: 1px solid #f84f34;
  }
}
