/* GLOBAL CSS START FROM HERE  */


a#toggleHighlights {
    font-style: italic;
    color: #858585 !important;
    text-decoration: none !important;
}
    .navmenu li:hover>a, .navmenu .active, .navmenu .active:focus {
        color: #ff6816;
    }
h2.destination-crl-head {
    font-weight: 600;
    color: #352e2e;
}
.des-cards-title {
    font-size: 18px;
}
nav#navmenu  li.menu-item a{ font-weight: 600;}
.bg-theme{background: #ff6612 !important;}
.btn-outline-warning {border-color: #ff6612 !important;}
.tour-package-cards .bi-telephone-outbound-fill {color: #ff6612 !important;}
.text-orange {color: #ff6612 !important;}
/* Chrome, Safari, Edge */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
/* Firefox */
input[type="search"]::-moz-search-clear {
  display: none;
}

/* Type effect css start from here  */
.type-effect::after {
    content: '|';
    animation: blink 1s step-start infinite;
    margin-left: 2px;
    color: #333;
    font-weight: bold;
  }

  @keyframes blink {
    50% {
      opacity: 0;
    }
  }

  /* Optional: Smooth fade-in effect on text */
  .type-effect {
    transition: all 0.1s ease-in-out;
  }



/* ----------------
HEADER CSS START HERE 
------------------- */
header#header a.custom-logo-link {max-width: 170px; width: 100%;}
header#header a.custom-logo-link img { width: 100%; height: auto}
@media (max-width: 500px){

 header#header a.custom-logo-link {max-width: 120px;}
}

 .search-header .form-control {
    height: 40px;
    max-width: 500px;
    margin: 0 auto;
  }
.navmenu .menu-item-has-children > a::after {
  content: '\f078'; /* Font Awesome down arrow */
  font-family: 'Font Awesome 5 Free'; /* Or your icon font */
  font-weight: 900;
  margin-left: 8px;
  font-size: 12px;
}
@media (min-width: 1200px){
  /* First-level dropdown */
.navmenu .menu-item-has-children > .sub-menu {
  margin: 0;
  padding: 10px 0;
  background: var(--nav-dropdown-background-color);
  display: block;
  position: absolute;
  visibility: hidden;
  left: 14px;
  top: 130%;
  opacity: 0;
  transition: 0.3s;
  border-radius: 0;
  z-index: 99;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.navmenu .sub-menu li {
  min-width: 200px;
}

.navmenu .sub-menu a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  color: var(--nav-dropdown-color);
}

.navmenu .sub-menu a i {
  font-size: 12px;
}

.navmenu .sub-menu a:hover,
.navmenu .sub-menu .current-menu-item > a,
.navmenu .sub-menu li:hover > a {
  background-color: var(--nav-dropdown-hover-color);
}

/* Show dropdown on hover */
.navmenu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

/* Nested sub-menu (deep dropdown) */
.navmenu .menu-item-has-children .menu-item-has-children > .sub-menu {
  top: 0;
  left: -90%;
  visibility: hidden;
}

.navmenu .menu-item-has-children .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  top: 0;
  left: -100%;
  visibility: visible;
}

}

  /* BANNER CSS START FROM HERE  */
  .banner-form{
    max-width: 550Px;
    margin: 0 auto;
  }
    .banner-form input{
height: 55px;
padding-left: 30px;
    }


 /* CARD CSS START FROM HERE     */
   .tour-package-cards .tour-card img {
      border-radius: 15px;
    }
    .tour-package-cards .tour-card {
      border: none;
    }
   .tour-package-cards .price-section del {
      color: gray;
    }
   .tour-package-cards .save-price {
      background-color: #e6f4e8;
      color: green;
      font-weight: 500;
      font-size: 0.875rem;
      padding: 2px 8px;
      border-radius: 5px;
    }
   .tour-package-cards .swiper-button-next, .swiper-button-prev {
      background: #fff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
      color: #000;
    }
   
  .tour-package-cards  .swiper-slide {
    height: auto !important;
  }

 .tour-package-cards .card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

.tour-package-cards  .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

.tour-package-cards  .card h6 {
    min-height: 48px; /* Adjust based on font-size to fix title height */
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px;
    font-weight: 900;
}
.tour-package-cards .our-price{font-size: 20px;}
.tour-package-cards .btn {height: 50px; display: flex; align-items: center; justify-content: center;}
.tour-package-cards .card-btn-call{width: 50px}

   /* DETAILS PAGE CSS START FROM HERE 
   THIS VIEW MORE AND LESS CSS  */

.collapsed-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7; /* Show only 7 lines */
  overflow: hidden;
  transition: all 0.4s ease;
  opacity: 0.9;
}

.collapsed-content.expanded {
  -webkit-line-clamp: unset;
  display: block;
  opacity: 1;
}

.inclusion-section i {
  color: #4a4a4a;
}

.inclusion-section span {
  font-weight: 500;
  color: #333;
  font-size: 15px;
}

.single-trip-page span.day-count {
    background: #FF5722;
    padding: 4px 15px;
    border-radius: 2rem;
    color: #fff;
    margin-right: 10px;
	white-space: nowrap;
}

.single-trip-page .iternary-details h1 {
    font-size: 30px;
    font-weight: 600;
    color: #3b404b;
}
.single-trip-page h2 {
    font-weight: 600;
    color: #3b404b;
}
.single-trip-page .iternary-details .accordion-header .accordion-button, section.faq-section .accordion-button {
    font-size: 16px;
    font-weight: 600;
    color: #3b404b;
}
.single-trip-page .iternary-details .accordion-button:not(.collapsed), section.faq-section .accordion-button:not(.collapsed){box-shadow: unset; background: unset; border-bottom: 1px solid #dee2e6}
.single-trip-page .iternary-details span.badge{
    background: #fef9f4 !important;
    border-color: #ffb49d !important;
}
.single-trip-page .iternary-details span.badge.bg-primary{
    background: #FF5722 !important;
}

.inclusion-section .container {background: #fef9f4; border-color: #FF5722 !important;}

/* FOOTER CSS START FROM HERE  */
/* CTA Banner Styles */

section.cta-overlap h4{
    font-size: 2rem;
    font-weight: 600;
    color: #282525;
}
section.cta-overlap{background: #fff4ee !important;border: 3px solid #ff6612;}


section.cta-overlap a.btn {background: #ff6612; padding: 10px 20px; color: #fff !important; font-weight: 500;}
.cta-overlap {
  margin-bottom: -100px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  z-index: 10;
  position: relative;
}

.cta-overlap a {
  text-decoration: none;
  color: #333;
}

.cta-overlap a:hover {
  text-decoration: underline;
  color: #007bff;
}

/* Footer Gallery Images */
.footer-gallery img {
  object-fit: cover;
  width: 100%;
  height: 100px;
}
#footer{padding-top: 100px;}

/* CRADS CODE START FROM HERE */
.inclusion-section.cards-pack{margin: 15px 0px;}
.inclusion-section.cards-pack i {font-size: 1.2rem !important; color: #ff6612;}
.inclusion-section.cards-pack span {font-size: 14px !important; color: #584f4fe3;}
p.sep-days {
    color: #6a6060;
    font-weight: 500;
}

.inclusion-section.cards-pack .container {padding: 10px}
section.breadcrumb-area .page-title{background: linear-gradient(0deg, #000000a1, #0000007a);}
section.breadcrumb-area{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.breadcrumb-area .page-title h1 {
    color: #ffffff;
    font-size: 50px !important;
}
section.breadcrumb-area .page-title nav ol li a {color: #ffffff}
section.breadcrumb-area .page-title nav ol li.current, section.breadcrumb-area .page-title nav ol li.current::before {color: #ffa675;font-weight: 600;}

/*Blog Page css start from here*/
/* Blog Posts Wrapper */
.blog-details-area .blog-posts {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* Breadcrumb */
.blog-details-area .blg-breadcrumb {
  margin-bottom: 20px;
}

.blog-details-area .breadcrumbs {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 14px;
}

.blog-details-area .breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-details-area .breadcrumbs li {
  color: #666;
  position: relative;
}

.blog-details-area .breadcrumbs li a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.blog-details-area .breadcrumbs li a:hover {
  color: #ff6612;
}

.blog-details-area .breadcrumbs li::after {
  content: "›";
  margin-left: 8px;
  color: #999;
}

.blog-details-area .breadcrumbs li:last-child::after {
  content: none;
}

.blog-details-area .breadcrumbs li.current {
  font-weight: 600;
  color: #ff6612;
}

/* Featured Image */
.blog-details-area .blogdetails-img img {
  width: 100%;
  height: 450px;
  border-radius: 12px;
  margin-bottom: 20px;
  object-fit: cover;
}

/* Title */
.blog-details-area .blg-title h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.3;
  border-left: 5px solid #ff6612;
  padding-left: 12px;
}

/* Content Area */
.blog-details-area .blogdetails-content {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.blog-details-area .blogdetails-content p {
  margin-bottom: 1.2em;
}

.blogdetails-content h2,
.blogdetails-content h3,
.blogdetails-content h4 {
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  font-weight: 600;
  color: #222;
}

.blogdetails-content a {
  color: #ff6612;
  text-decoration: none;
  font-weight: 500;
}

.blogdetails-content a:hover {
  text-decoration: underline;
}

/* Images inside content */
.blogdetails-content img {
  border-radius: 10px;
  margin: 20px 0;
  max-width: 100%;
  height: auto;
}

/* Lists inside content */
.blogdetails-content ul,
.blogdetails-content ol {
  padding-left: 20px;
  margin-bottom: 1.2em;
}

.blogdetails-content li {
  margin-bottom: 6px;
}


/* Sidebar */
.blog-details-area .sidebar-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.blog-details-area .single-sidebar {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
}

.blog-details-area .card-shadow {
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.blog-details-area .sidebar-header {
  margin-bottom: 15px;
}

.blog-details-area .sidebar-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  border-left: 4px solid #ff6612;
  padding-left: 10px;
}

/* Search Box */
.blog-details-area .search-box {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.blog-details-area .search-box input {
  flex: 1;
  border: none;
  padding: 10px 12px;
  font-size: 14px;
}

.blog-details-area .search-box button {
  background: #ff6612;
  border: none;
  color: #fff;
  padding: 0 15px;
  cursor: pointer;
}

.blog-details-area .search-box button:hover {
  background: #e1550f;
}

/* Latest Posts */
.blog-details-area .latest-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-details-area .latest-post-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.blog-details-area .latest-post-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
}

.blog-details-area .latest-post-date {
  font-size: 12px;
  color: #777;
  margin: 0 0 4px;
}

.blog-details-area .latest-post-title a {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.blog-details-area .latest-post-title a:hover {
  color: #ff6612;
}

/* Categories */
.blog-details-area .sidebar-categories-box {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-details-area.sidebar-categories-box li {
  margin-bottom: 10px;
}

.blog-details-area .sidebar-categories-box a {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  background: #f9f9f9;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.blog-details-area .sidebar-categories-box a:hover {
  background: #ff6612;
  color: #fff;
}



/* Responsive css start from here  */
@media (max-width: 767px) {
  .tour-package-cards .swiper-button-next, .swiper-button-prev {
   display: none;
    }   
}
