/* top-header */
.top-head {
  background-color: #ffdc61;
  /*border-bottom: 1px solid #eb9ec8 !important;*/

}

.txt-c {
  /*color: ;*/
  color: #FFC700;

}

.top-text {
  color: black;

}

.top-text:hover {
  /* color:black */
  border: 2px solid #ffc700;

}

.top-text i:hover {
  color: #ffc700;
}

.top-cont {
  color: black;

}

.top-cont i {
  color: rgb(16, 210, 52);
  /*background-color: ;*/
  font-size: 18px;
  padding-right: 7px;

}

.top-cont-ph i {
  color: black;
  /*background-color: ;*/
  font-size: 18px;
  padding-right: 7px;

}

.slide-btn {
  background-color: #ffc700;
}

/* about-us */
.about-icon {
  color: #ffc700;
}

.packages-info {
  color: white;
  background-color: #0000007a;
}

.packages-content small {
  /* color:black; */
  font-size: 18px;
}


.tour-offer {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 16px;
  border-top-right-radius: 40px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 80px;
  background: #ffc700;
  color: var(--bs-white);
  z-index: 2;
}

.national-info {

  line-height: 0.2;
}

.price {
  font-size: 20px;
}

.offe i {
  margin-right: 7px;
}

.fom-btn {
  padding: 12px;
  margin-top: 30px;
  border-radius: 20px;
  background-color: #ffc700;
  color: white;
}

.why {
  width: 30%;
}

/*header-section-strat*/

a {
  color: white;
}

/* Top Header (Social + Contact Info) */
.top-head {
  z-index: 1030;
  position: relative;
  background-color: #ffdc61;
  /*border-bottom: 1px solid #eb9ec8;*/
}

/* Navbar */
.custom-navbar {
  z-index: 1040;
  position: relative;
  background-color: #ffffff !important;
  padding: 10px 15px;
}

/* Dropdown Wrapper */
.dropdown {
  position: relative;
}

/* Dropdown Menu */
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #ffc700 !important;
  /*background-color: #ffffff !important;*/
  min-width: 280px !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 1050;
  top: 100%;
  left: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dropdown:hover>.dropdown-menu,
.dropdown:focus-within>.dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Submenu Styling */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
}

.dropdown-submenu:hover>.dropdown-menu,
.dropdown-submenu:focus-within>.dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Dropdown Text Colors */
.dropdown-menu a {
  /*color: white !important;*/
  /*color: 000 !important;*/
}

.dropdown-menu li {
  margin-bottom: 8px;
}

.dest-main,
.dest-sub {
  padding: 10px !important;
}

.dest-main i,
.dest-sub i {
  padding-top: 5px;
}

/* Button Styles */
.head-btn {
  background-color: #ffc700 !important;
  color: white;
}

.head-btn:hover {
  /*background-color: rgb(177, 25, 106) !important;*/
  color: white !important;
}

/* Nav links */
.navbar-nav .nav-link {
  color: #000 !important;
}

.navbar-nav .nav-link:hover {
  /*color: !important;*/
}

.dropdown-toggle::after {
  display: none !important;
}

/* Close menu button (mobile) */
#closeMenu {
  background: none !important;
  border: none !important;
  color: #ffffff !important;
  font-size: 28px !important;
}


.map-hover-icon {
  display: inline-block;
  opacity: 0;
  transform: translateX(-10px) scale(0.8);
  transition: all 0.3s ease;
  color: #dc3545;
  margin-right: 6px;
}

/* ✅ Hover effect on main dropdown li > a */
.dropdown-submenu:hover>a .map-hover-icon {
  opacity: 1;
  transform: translateX(0) scale(1);
}

/* ✅ Hover effect on sub-menu li > a */
.dropdown-menu.dest-sub li:hover>a .map-hover-icon {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.mobtop-bar {
  background-color: #ffdc61;
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
  font-size: 14px;
}

.mobtop-icon {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
}

.mobtop-icon:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.mobtop-follow-text {
  font-weight: 500;
  color: #222;
  font-size: 16px;
}

.mobtop-phone {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.mo-i {
  margin-left: 8px;
}


/* Mobile view */
@media (max-width: 991px) {
  #navbarCollapse {
    background-color: #ffc700 !important;
    padding: 15px !important;
    z-index: 1055;
  }

  .custom-navbar {
    background-color: #ffffff !important;
  }

  .navbar-light .navbar-brand img {
    max-height: 68px;
  }

  .sticky-top.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
  }
}

@media (max-width: 768px) {
  .navbar-light .navbar-nav .nav-link {
    color: white !important;
  }

  .sticky-top.navbar-light .navbar-nav .nav-link {
    color: white !important;
  }
}

.custom-navbar {
  padding: 10px !important;
}

/* All dropdown submenu links ke liye underline effect */
.dropdown-menu a {
  position: relative;
  /*color: #ffc700 !important;*/
  color: #000 !important;
  text-decoration: none;
  /*font-weight: 600;*/
}

/* Hover underline effect for submenu links */
/*.dropdown-menu a:hover::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  width: 100%;*/
/*  height: 2px;*/
/*  background-color: #000;*/
/*  transition: all 0.3s ease;*/
/*}*/

/* Prevent underline on main "Destination" link */
/*.nav-link.dropdown-toggle:hover::after {*/
/*  content: none !important;*/
/*}*/

.twait {
  color: black;
}

.fac {
  color: #1877F2;
}

.lin {
  color: #0C61BF;
}

.ins {
  color: #F60776;
}

.you {
  color: red;
}

/*header-section-end*/

/*slider-section-start*/

.btn-yellow {
  background-color: #FFC700 !important;
  ;
  color: #000 !important;
  ;
  border: 1px solid #000 !important;
  ;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 500;
  transition: 0.3s ease;
}

.btn-yellow:hover {
  background-color: #e6b800 !important;
  ;
  border-color: #e6b800 !important;
  ;
  color: #000 !important;
  ;
}



/*.slide-btn{*/
/*background-color: #C53683 !important;*/
/*          background-color: #ffc700!important;*/
/*  }*/

@media (max-width: 767px) {

  .slidee h1 {
    font-size: 35px;
  }

  .slidee p {
    /*display:none;*/
  }

  .carousel-header .carousel-inner .carousel-item {
    min-height: 90vh;
  }


}

.carousel-header {
  margin-top: unset;
}

/* Desktop only (768px and up) */
@media (min-width: 768px) {
  .carousel-header {
    /*margin-top: 98px;*/
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .carousel-header {
    margin-top: unset;
  }
}

/*slider-section-end*/


/*about-Page-start*/

.about-content {
  text-align: justify;
}

.main-red {
  font-size: 20px;
  /*color: #c53683;*/
  margin: 0;
  font-weight: 600;
}

.dmc li {
  list-style: circle;

}

.dmc li storng {
  font-weight: bolder;
  font-size: 16px;
  line-height: 1.6;

}


.js-achievement-img {
  height: 160px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.js-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.js-popup-box {
  position: relative;
  max-width: 500px;
  width: 90%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

.js-popup-header {
  /*background: linear-gradient(to right, #C53683, #ff6eac);*/
  background: linear-gradient(to right, #c5ad36, #ffdc6ebf);
  color: #000;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.js-popup-close {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.js-popup-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.js-popup-img-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /*background: linear-gradient(145deg, #C53683, #ff6eac);*/
  background: linear-gradient(to right, #c5ad36, #ffdc6ebf);
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
}

.js-nav-prev {
  left: 10px;
}

.js-nav-next {
  right: 10px;
}

.team-mam {
  border: 2px solid #ffc700 !important;
  border-radius: 9px !important;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);

}

.abh-sc {
  background-color: #cec69d73 !important;
}

.sub-about {

  padding: 15px;
}

.abut-lis {
  display: flex;
  list-style: none;
}

.sub-ab {
  padding: 15px;

  margin: 10px;

}

.sub-ab li {
  text-align: justify;
}

.main-red {
  color: #c0392b;
  /* or use your brand red */
}

ul li {
  margin-bottom: 8px;
}



@media (max-width: 600px) {
  .js-nav-btn {
    display: flex;
    font-size: 20px;
  }

  .team-mam {
    border: 2px solid #ffc700 !important;
    border-radius: 9px !important;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);

  }

  .abut-lis {
    padding-left: 15px;
    display: none;

  }
}

/*about-Page-end*/

/*tour-details-page */

.detail {
  margin-top: 110px;
}


.breadcrumb-custom {

  font-size: 0.95rem;
  color: #555;
  padding: 10px;
  text-align: left;
  background-color: #ffffff;
  /*        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);*/
  /*transition: 0.3s;*/
}

.breadcrumb-custom a {
  text-decoration: none;
  /*color: #0066cc;*/
  transition: color 0.3s;
}

.breadcrumb-custom a:hover {
  color: #004499;
}

.breadcrumb-custom .bc-sep {
  margin: 0 8px;
  color: #999;
}

.breadcrumb-custom .bc-current {
  color: #333;
  font-weight: bold;
}

.badge-sec {
  margin-left: 40px
}

@media(max-width:767px) {
  .about {
    margin-top: -50px;
  }

}

.fom-btn {}




/* Base Styles */
.tour-overview-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.tour-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* 70% Main Content */
.tour-main-content {
  flex: 0 0 calc(70% - 15px);
  max-width: calc(70% - 15px);
}

.section-heading {
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: 700;
  margin-top: 20px;
  padding: 8px 5px;
  border-left: 8px solid #FFC700;
  background: linear-gradient(90deg, #efefef, hsla(0, 0%, 95%, 0));
}

.overview-content {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  order: 1px solid #dee2e6 !important;
  padding: 15px;
  border-radius: 10px !important;

}

.overview-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;

}

.highlights-heading {
  font-size: 22px;
  color: #2c3e50;
  margin: 25px 0 15px;
  font-weight: 600;
}

.tour-highlights {
  list-style: none;
  padding: 0;
}

.tour-highlights li {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  font-size: 14px;
}

.check-icon {
  margin-right: 10px;
  color: #27ae60;
  font-size: 18px;
  flex-shrink: 0;
}

/* 30% Contact Sidebar */
.tour-contact-sidebar {
  flex: 0 0 calc(30% - 15px);
  max-width: calc(30% - 15px);
}

.contact-card {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 280px;
  margin-top: 20px;
}

.contact-card h3 {
  font-size: 20px;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.contact-info {
  margin-bottom: 25px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
}

.contact-item i {
  color: #e67e22;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.enquiry-btn {
  width: 100%;
  padding: 12px;
  background: #e67e22;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.enquiry-btn:hover {
  background: #d35400;
}

/* Responsive Design */
@media (max-width: 768px) {

  .tour-main-content,
  .tour-contact-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }


  .contact-card {
    position: static;
    margin-top: 30px;
  }
}

/*second section css*/

.inclusion-section {
  margin: 0 auto;
  padding: 20px 0;
  /*font-family: Arial, sans-serif;*/
}

/* Icon Styles with Visible Circles */
.icon-check-circle,
.icon-cross-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
  font-size: 12px;
}

.icon-check-circle {
  color: white;
  background-color: #16C60C;
}

.icon-check-circle::before {
  content: "✓";
}

.icon-cross-circle {
  color: white;
  background-color: red;
}

.icon-cross-circle::before {
  content: "✕";
}

/* Layout Styles */
.inclusion-grid {
  border-radius: 10px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  border: 1px solid #dee2e6 !important;
  padding: 15px;

}

.inclusion-column {
  flex: 1;
  min-width: 300px;
}

.y-gap-15 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.d-flex {
  display: flex;
}

.include ul,
.exclude ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* Responsive Design */
@media (max-width: 992px) {
  .inclusion-section {
    width: 85%;
  }
}

@media (max-width: 768px) {
  .inclusion-section {
    width: 100%;
    padding: 20px;
  }

  .section-heading {
    font-size: 20px !important;
  }

  .inclusion-column {
    min-width: 100%;
  }
}

/*click and open section css*/

/* Base Styles */
.itinerary-section {
  /*font-family: 'Poppins', sans-serif;*/
  padding: 30px 0;
}

.icon-pin {
  color: #eb662b;
  font-size: 24px;
}

/* Timeline Accordion */
.timeline-accordion {
  position: relative;
}

.timeline-item {
  display: flex;
  margin-bottom: 20px;
}

.timeline-marker {
  position: relative;
  width: 30px;
  margin-right: 20px;
}

.timeline-dot {
  width: 16px;
  height: 16px;
  background: #ffc700;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 0 2px #ffc700;
  position: relative;
  z-index: 2;
}

.timeline-dot i {
  vertical-align: top;
  color: #ffc700;
  background-color: #fff;

}

.timeline-line {
  position: absolute;
  left: 7px;
  top: 16px;
  bottom: -20px;
  width: 2px;
  background: #ffc700;
  z-index: 1;
}

.timeline-item:last-child .timeline-line {
  display: none;
}

.timeline-content {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.timeline-header {
  background: #f8f8f8;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.timeline-header h3 {
  font-size: 14px;
  color: #2c3e50;
  margin: 0;
  font-weight: 400;
}

.icon-chevron-down {
  color: #eb662b;
  font-weight: 600;
  transition: transform 0.3s;
}

.timeline-item.active .icon-chevron-down {
  transform: rotate(180deg);
}

.timeline-body {
  display: none;
  padding: 20px;
  background: white;
}

.timeline-item.active .timeline-body {
  display: block;
}

.timeline-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.timeline-details ul {
  padding-left: 20px;
  margin: 15px 0;
}

.timeline-details li {
  margin-bottom: 8px;
  font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .itinerary-section {
    width: 90%;
  }

  .contact-page .hero1 {
    padding: unset;
  }

  .contact-page .hero__title {
    padding: 60px 0 50px !important;
    /*font-size:40px;*/
    font-size: 27px;
  }

  .timeline-header h3 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .itinerary-section {
    width: 100%;
    padding: 20px;
  }

  .timeline-marker {
    margin-right: 15px;
  }
}

/* Main Container */
.booking-sidebar {
  background: #ffffff;
  border-radius: 8px;
  /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
  /*padding: 20px;*/
  width: 100%;
  max-width: 340px;
  position: sticky;
  top: 75px;
  /*font-family: 'Segoe UI', Arial, sans-serif;*/
}

/* Pricing Section */
.pricing-info {
  margin-bottom: 15px;
}

.original-price {
  color: #666;
  font-size: 14px;
  margin: 0 0 5px 0;
}

.original-price del {
  color: #999;
}

.current-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.price {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}

.discount {
  background: #fff5db;
  color: #ffb800;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
}

.price-note {
  color: #777;
  font-size: 13px;
  margin: 0;
  font-style: italic;
}

/* Divider */
.divider {
  height: 1px;
  background: #eee;
  margin: 15px 0;
}

/* Buttons */
.action-buttons {
  display: flex;
  gap: 10px;
}

.book-now,
.send-enquiry {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.book-now {
  background: #f77b00;
  color: white;
}

.send-enquiry {
  background: #1D90DC;
  color: white;
}

.book-now:hover,
.send-enquiry:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .booking-sidebar {
    position: static;
    max-width: 100%;
  }
}


/*new-css*/

.contact-page .hero1.-min-2 {
  /*min-height: 400px;*/
}

.contact-page .hero1 {
  position: relative;
  /*padding: 180px 0 100px;*/
  /*padding: 150px 0 60px;*/
  overflow: hidden;
}

.hero__title {
  padding: 150px 0 60px;
}

.contact-page .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.contact-page .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.contact-page .hero__bg img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-page img {
  max-width: 100%;
  height: auto;
}

.contact-page .hero__bg .des {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 1200px) {
  .contact-page .container {
    max-width: 1140px;
  }
}

@media (max-width: 768px) {
  .booking-sidebar {
    position: static;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .contact-page .container {
    max-width: 960px;
  }
}

@media (min-width: 768px) {
  .contact-page .container {
    max-width: 720px;
  }
}

/*gallery-sec */

.gallery-img-wrapper {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.large-img img {
  height: 600px;
  object-fit: cover;
  transition: all 0.4s ease;
}

.small-img img {
  height: 290px;
  object-fit: cover;
  transition: all 0.4s ease;
}

/* Hover effect */
.gallery-img-wrapper img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
  cursor: pointer;
}

.det-bnn {
  z-index: 9;
}

.hero__title {
  color: #ffffff;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.hero__text {
  font-size: 21px;
  color: #fff;
  font-weight: 600;
}

.icon-sty {
  color: #16C60C;
  /*background-color: #ffc700;*/
  padding: 2px;
  /*border: 2px solid black;*/
  font-size: 16px;
}

form input,
form textarea {
  border-radius: 8px;
  border: 1px solid #ccc;
}

form input:focus,
form textarea:focus {
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
  border-color: #80bdff;
}

.btn-primary {
  background-color: #ffc700;
  border-color: #ffc700;
}

.btn-primary:hover {
  background-color: #a02a69;
  border-color: #a02a69;
}

.input-group-text {
  color: #000;
  background-color: unset;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: #000;
  opacity: 1;
  font-weight: 500;
}

.fom-btn {
  background: linear-gradient(to right, #ffc700, #e91e63);
  border-radius: 15px;
  padding: 5px;
  color: #fff;

}

.gradient-heading {
  background: linear-gradient(to right, #ffc700, #e91e63);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

.icon-box {
  width: 40px;
  height: 40px;
  background: linear-gradient(to right, #ffc700, #e91e63);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  box-shadow: 0 4px 10px rgba(197, 54, 131, 0.3);
  font-size: 18px;
}

@media (max-width: 768px) {
  .custom-gallery-section .scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  .custom-gallery-section {
    padding: 12px;
  }

  .custom-gallery-section .scroll-item {
    flex: 0 0 90%;
    scroll-snap-align: start;
    position: relative;
  }

  .custom-gallery-section .scroll-item img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 15px;

  }

  .custom-gallery-section .scroll-item::after {
    content: "";
    position: absolute;
    right: -10%;
    top: 0;
    width: 10%;
    /*height: 100%;*/
  }

  .custom-gallery-section .row.g-3 {
    display: none;
  }

  .badge-sec {
    margin-left: unset;
  }
}


/*upcomming tour*/
.like-slider-row {
  scroll-behavior: smooth;
}


.like-slider-row::-webkit-scrollbar {
  display: none;
}

.card.hover-effect {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card.hover-effect:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.btn-gradient {
  background: linear-gradient(135deg, #ff4d6d, #ff9966);
  color: #fff;
  border: none;
  transition: background 0.3s ease;
}

.btn-gradient:hover {
  background: linear-gradient(135deg, #e84118, #f39c12);
}

/* === Navigation Buttons Fixed === */
.btn-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 1.2rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.btn-nav:hover {
  background-color: #ff6f61;
  color: white;
}

.like-prev-btn {
  left: 0;
}

.like-next-btn {
  right: 0;
}

.custom-row {
  padding-left: 10px;
  padding-right: 10px;

}

.custom-contin {}


@media (max-width: 768px) {
  .btn-nav {
    top: 45%;
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }
}

.hover-effect:hover .card-text {
  text-decoration: underline;
}

.favorite-btn {
  position: absolute;
  top: 180px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.favorite-btn i {
  font-size: 1.1rem;
  color: #ff4d6d;
  transition: color 0.3s ease;
}

.favorite-btn:hover {
  background-color: #ff4d6d;
}

.favorite-btn:hover i {
  color: #fff;
}

.card-body {
  padding: 10px;
}

.card-price {
  border-top: 1px solid #E7E6E6;
}

.box-1 {
  border: 2px solid #dee2e6 !important;
}



/*tour-deatls-page-end*/

/*contact-page*/
.b-adrees {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  border-top: 3px solid #ffc700;
  border-bottom: 3px solid #ffc700;
  padding: 12px 10px;
  background: #fff;
}


.contact-address h4 {
  color: #ffc700;
}

.contact-address p {
  line-height: 1.6;
  color: #333;
  font-size: 14px;
}


.contact.info i {
  font-size: 24px;
  color: #ffc700;
  /* Bootstrap primary */
  min-width: 40px;
  height: 40px;
  background-color: #e7f5fb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}

.cont-fom {
  border-top: 3px solid #ffc700;
  border-bottom: 3px solid #ffc700;
}

/*  .cont-fom-bnn{*/
/*background: linear-gradient(to right, #C53683, #e91e63);*/
/*    border-radius: 15px;*/
/*    padding: 7px;*/
/*    color: #fff;*/
/*}*/
.cont-fom-bnn {
  background: linear-gradient(to right, #ffc700, #ffc7176e);
  border-radius: 15px;
  padding: 7px;
  color: #000;
  border: 2px solid #000;
}
/*}*/


/*contact-page-end*/

/*about-page-start*/
.main-red {
  font-size: 20px;
  color: #ffc700;
}

/*about-page-end*/

/*@media-section*/

@media (max-width: 576px) {
  .contact.info {
    /*flex-direction: column;*/
    align-items: flex-start !important;
  }

  .contact.info i {
    margin-bottom: 10px;
  }

  .contact-address p {

    font-size: 13px;
  }
}

/*pakage-details-page* start*/

.tour-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.tour-img img {
  width: 100%;
  max-width: 600px;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
}

.tour-details h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.tour-info {
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.tour-includes {
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.tour-price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffc700;
}

.tour-buttons a {
  margin-right: 10px;
}

.offe-2 i {
  margin-right: 12px;
}

a.btn.btn-outline-custom {
  color: #000 !important;
  border: 2px solid #000 !important;
  background-color: transparent !important;
  padding: 6px 18px !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
}

/*a.btn.btn-outline-custom:hover {*/
/*  background: linear-gradient(to right, #ffc700, #ff6eac) !important;*/
/*  color: #fff !important;*/
/*  border-color: transparent !important;*/
/*}*/

/*       a.btn.btn-outline-custom {*/
/*  border: 2px solid #000;*/
/*  color: #000;*/
/*  background-color: transparent;*/
/*  padding: 10px 26px;*/
/*  border-radius: 30px;*/
/*  font-weight: 600;*/
/*  transition: all 0.3s ease-in-out;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*}*/

a.btn.btn-outline-custom:hover {
  background-color: #FFC700;
  color: #000 !important;
  border: 2px solid #FFC700;
  box-shadow: 0 8px 24px rgba(255, 199, 0, 0.4);
  transform: translateY(-2px);
}




/* Book Now - filled gradient style */
a.btn.btn-primary-custom {
  background: linear-gradient(to right, #ffc700, #ff6eac) !important;
  color: #fff !important;
  border: none !important;
  padding: 8px 20px !important;
  font-weight: 600 !important;
  border-radius: 30px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 14px rgba(197, 54, 131, 0.4) !important;
}

a.btn.btn-primary-custom:hover {
  background: #ffc700 !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(197, 54, 131, 0.6) !important;
}


@media (max-width: 768px) {
  .tour-img {
    margin-bottom: 15px;
  }

  .tour-details h3 {
    font-size: 21px;
  }

  .tour-buttons {
    display: flex;
  }

  a.btn.btn-primary-custom {
    /*padding: 5px 10px !important;*/
  }


  a.btn.btn-outline-custom {
    padding: 5px 10px !important;
  }
}

/*pakage-details-page* end*/


/*hotel-details-page* start*/

/*  .lslider-container {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  height: 600px;*/
/*  overflow: hidden;*/
/*}*/

/*.lslider-slide {*/
/*  display: none;*/
/*  width: 100%;*/
/*  height: 600px;*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/

/*.fade {*/
/*  animation: fadeEffect 1s;*/
/*}*/

/*@keyframes fadeEffect {*/
/*  from {opacity: 0.4}*/
/*  to {opacity: 1}*/
/*}*/

/*.lslider-prev, .lslider-next {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  background-color: rgba(0,0,0,0.5);*/
/*  color: #fff;*/
/*  font-size: 24px;*/
/*  padding: 12px;*/
/*  cursor: pointer;*/
/*  border-radius: 50%;*/
/*  z-index: 10;*/
/*}*/

/*.lslider-next { right: 15px; }*/
/*.lslider-prev { left: 15px; }*/

/*.lslider-prev:hover, .lslider-next:hover {*/
/*  background-color: rgba(0,0,0,0.8);*/
/*}*/

/* Dots */
/*.lslider-dots {*/
/*  text-align: center;*/
/*  position: absolute;*/
/*  bottom: 15px;*/
/*  width: 100%;*/
/*  z-index: 10;*/
/*}*/

/*.lslider-dot {*/
/*  height: 14px;*/
/*  width: 14px;*/
/*  margin: 0 5px;*/
/*  background-color: #bbb;*/
/*  border-radius: 50%;*/
/*  display: inline-block;*/
/*  transition: background-color 0.4s ease;*/
/*  cursor: pointer;*/
/*}*/

/*.lslider-dot.active {*/
/*  background-color: #fff;*/
/*}*/

/* Responsive */
/*@media (max-width: 768px) {*/
/*  .lslider-container, .lslider-slide { height: 400px; }*/
/*}*/
/*@media (max-width: 480px) {*/
/*  .lslider-container, .lslider-slide { height: 300px; }*/
/*}*/


/* === Slider Container === */
.lslider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 460px;
  border-radius: 8px;
}

/* === Slide === */
.lslider-slide {
  display: none;
  position: relative;
}

.lslider-slide.active {
  display: block;
}

/* === Image === */
.lslider-slide img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

/* === Caption (20px above bottom) === */
.lslider-caption {
  position: absolute;
  /*bottom: 60px;*/
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-align: center;
  z-index: 2;
  width: auto;
  max-width: 90%;
  text-shadow: 1px 1px 3px #000;
}

.lslider-caption h2 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #FFC700;
}

.lslider-caption p {
  font-size: 14px;
  margin: 0;
}

/* === Arrows === */
.lslider-prev,
.lslider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #ffc700, #a32969);
  color: #fff;
  border: none;
  border-radius: 50%;
  /*padding: 12px;*/
  padding: 5px;
  font-size: 20px;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  height: 40px;
  width: 40px;
  text-align: center;
  align-content: center;
  align-items: center;
  padding: 5px;
}

.lslider-prev {
  left: 20px;
}

.lslider-next {
  right: 20px;
}

.lslider-prev:hover,
.lslider-next:hover {
  background: linear-gradient(135deg, #E9409A, #ffc700);
  transform: translateY(-50%) scale(1.1);
}

/* === Dots (inside image, 20px above bottom) === */
.lslider-dots {
  position: absolute;
  /*bottom: 20px;*/
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.lslider-dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.lslider-dot.active,
.lslider-dot:hover {
  background-color: #ffc700;
  transform: scale(1.2);
}

/* === Responsive === */
@media (max-width: 768px) {
  .lslider-container {
    max-height: 200px;
  }

  .lslider-slide img {
    max-height: 320px;
  }

  .lslider-caption {
    bottom: 50px;
    padding: 8px 12px;
    display: none;
  }

  .lslider-caption h2 {
    font-size: 18px;
  }

  .lslider-caption p {
    font-size: 12px;
  }

  .lslider-prev,
  .lslider-next {
    /*padding: 10px;*/
    font-size: 16px;
  }

  .lslider-dots {
    bottom: 22px;
  }

  .lslider-dot {
    height: 8px;
    width: 8px;
  }
}

.amenity-card {
  transition: transform 0.3s, box-shadow 0.3s;
  background: white;
  border-radius: 15px;
  padding: 15px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.amenity-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.1);
}

.amenity-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ffc700, #FF8FB1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 10px;
  color: white;
  font-size: 20px;
}

.amenity-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-top: 5px;
}

.section-heading {
  font-weight: 700;
  font-size: 28px;
  color: #ffc700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.add {
  border-bottom: 2px solid #FFC700;

  border-left: 2px solid #FFC700;
  border-right: 2px solid #FFC700;

}

.add .colum {
  padding: 0;
  margin: 2px;

}

.add-title {

  border-radius: none;

}



/*}*/


/*hotel-details-page* end*/


/*privacy-policy-page-start*/
.js-privacy-section {
  padding: 50px 0;
  /*background: linear-gradient(135deg, #eaf4ff, #f8e6f3);*/
}

.js-privacy-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 50px 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.js-privacy-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.js-privacy-title {
  font-size: 2.4rem;
  color: #ffc700;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.js-privacy-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #ffc700;
  display: block;
  margin: 10px auto 0;
  border-radius: 5px;
}

.js-privacy-subtitle {
  font-size: 1.3rem;
  color: #ffc700;
  font-weight: 600;
  margin-top: 30px;
}

.js-privacy-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.js-privacy-footer {
  text-align: right;
  font-size: 0.9rem;
  color: #666;
  margin-top: 50px;
}

@media (max-width: 576px) {
  .js-privacy-card {
    padding: 30px 20px;
  }

  .js-privacy-title {
    font-size: 2rem;
  }
}

.text-justify {
  text-align: justify;
}

/*privacy-policy-page-end*/

/*awards-page-start*/

.awards-section {
  /*background: #fef9fd;*/
  background: #edda6317;
  padding: 50px 0;
}



/* Glass Card Style */
.glass-card {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  transition: transform 0.3s ease;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.glass-card:hover {
  transform: translateY(-8px);
}

/* Image & Shine */
.glass-image {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.glass-image img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  transition: transform 0.5s ease;
}

.glass-card:hover img {
  transform: scale(1.05);
}

/* Shine Effect */
.shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  transition: 0.5s;
}

.glass-card:hover .shine {
  left: 100%;
}



.glass-content h5 {
  font-size: 1rem;
  color: #000;
  width: 100%;
  font-weight: 600;
  display: inline-block;
  padding: 8px 20px;
  /*background: linear-gradient(90deg, #ffc700, #ff7f50);*/
  background: linear-gradient(90deg, #ffc700, #d8b61314);
  /* border-radius: 30px; */
  box-shadow: 0 4px 10px rgba(255, 105, 135, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  transition: background 0.3s ease;
  text-align: center;
}

.glass-card:hover .glass-content h5 {
  background: linear-gradient(90deg, #ff7f50, #ffc700);
}


.custom-popup-overlay-award {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.custom-popup-box-award {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  text-align: center;
}

.custom-popup-box-award img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.custom-popup-close-award {
  position: absolute;
  top: -14px;
  right: -17px;
  background: #ffc700;
  color: #ffffff;
  font-size: 24px;
  padding: 0px 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10001;
  width: 40px;
  height: 40px;
}

.custom-popup-nav-award {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 12px;
  cursor: pointer;
  z-index: 10000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.custom-popup-prev-award {
  left: 10px;
}

.custom-popup-next-award {
  right: 10px;
}

#popupCaptionAward {
  color: #fff;
  margin-top: 15px;
  font-size: 1.1rem;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 768px) {
  .custom-popup-nav-award {
    font-size: 24px;
    padding: 6px 10px;
  }

  .custom-popup-prev-award,
  .custom-popup-next-award {
    top: 50%;
  }
}

/*awards-page-end*/


/*pop-chat-box-start*/

a {
  text-decoration: none;
}

#pop-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
  overflow-y: auto;
}

.pop-wrapper {
  width: 100%;
  max-width: 850px;
  margin: 60px auto;
  position: relative;
  z-index: 100000;
  background: white;
  border-radius: 15px;
}

.pop-slider-container {
  width: 395px;
  height: 194px;
  overflow: hidden;
  border-radius: 15px;
}

.pop-carousel-inner {
  position: relative;
  width: 100%;
  display: flex;
  transition: transform 0.6s ease;
}

.pop-carousel-item {
  flex: 0 0 100%;
}

.pop-carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pop-icon-box p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.pop-right-col {
  background-color: #ffc700;
  padding: 20px !important;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.pop-left-col {
  padding: 20px !important;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.pop-right-col form label {
  color: white;
}

.pop-form-btn {
  background: linear-gradient(to right, #dc5d00, #f90055);
  border-radius: 15px;
  padding: 5px;
  color: #fff;
  border: 1px solid #fff;
}

.pop-icon i {
  color: #FFC700;
}

.pop-modal {
  border-radius: 15px;
}

.pop-gradient-heading {
  background: linear-gradient(to right, #ffc700, #e91e63);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

.pop-contact-section h4 {
  font-weight: bold;
  font-size: 16px;
}

.pop-contact-section p,
.pop-contact-section a {
  margin: 3px;
  font-size: 12px;
  color: #212529;
  text-decoration: none;
}

.pop-whats {
  color: rgb(16, 210, 52);
  font-size: 14px;
}

.pop-phone {
  margin-left: 10px;
}

.pop-icon-box span {
  font-size: 12px;
}

.pop-footer-bank-card img {
  width: 50px;
  height: 30px;
}

.pop-close-btn {
  position: absolute;
  top: -10px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffc700;
  color: #fff;
  border: none;
  z-index: 10000;
}

.pop-submit-btn-wrap {
  margin-top: 15px;
}

.pop-close-btn span {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .pop-right-col {
    padding-left: 15px;
    padding-right: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .pop-expert-heading {
    font-size: 20px;
  }

  .pop-wrapper {
    padding: 15px;
    background: unset;
  }

  .pop-submit-btn-wrap {
    margin-top: 12px;
  }

  .pop-slider-container {
    width: 100%;
    height: auto;
  }
}

/*pop-chat-box-end*/

.footer-logo img {
    width: 120px;

  }

  .btn-square {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }

  .btn-square {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 1;
  }


  .share-icon {
    width: 40px;
    height: 40px;
    background-color: #0d6efd;
    /* Bootstrap primary */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 50%;
  }

  .twit {
    background-color: black !important;
    /*width: 36px;*/
    /* height: 36px;*/
    color: #ffffff !important;
  }

  .insta {
    background-color: #F60776 !important;
    color: #ffffff !important;
  }

  .linkd {
    background-color: #0C61BF !important;
    color: #ffffff !important;
  }

  .yout {
    background-color: red !important;
    /*padding: 7px !important;*/

    color: #ffffff !important;
  }

  .yout i {
    margin-left: -2px;

  }

  .print {
    background-color: #DF0018 !important;
    color: #ffffff !important;
  }

  .face {
    background-color: #1877F2 !important;
    /*margin-top:-15px;*/
    /*color:#ffffff;*/
    color: #ffffff !important;
  }

  .foot-part img {
    /*background:#ffffff;*/
    border-radius: 10px;
  }

  .iconset {
    display: flex;
  }

  .so {
    /*width:48px;*/
    /*flex-wrap: wrap;*/
  }

  /*.carousel-control-prev-icon {*/
  /*        background-color: #FFCE29;*/
  /*}*/

  @media (max-width: 767px) {
    .ss {
      flex-wrap: wrap;
      justify-content: center;
      margin-left: -16px;
    }

    .iconset {
      display: unset;
    }

    .so {
      margin-left: -15px;
      flex-wrap: unset;
    }

    .face {
      margin: unset;
    }

    .face i:hover {
      color: unset;
    }

    .yout i {
      margin-left: -2px;
    }
  }
  
    @media (max-width: 767px) {
        .pack-head{
            padding-bottom:15px;
        }
        .packages {
            margin-top: -35px;
        }
    }
    
    
    .custom-form-wrap input,
.custom-form-wrap select {
  background-color: #fff;
  color: #000;
  border-radius: 6px;
}
.custom-submit-btn {
  font-weight: bold;
}
.custom-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.trans-fom{
        background-color: #ffc700;
    padding: 20px !important;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

@media (max-width: 768px) {
  .custom-img {
    height: 350px; 
  }
    .custom-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .custom-left-col{
      margin-top"20px";
  }
}

@media (max-width: 480px) {
  .custom-img {
    height: 250px; 
  }
}