 body {   
      scroll-behavior: smooth;
      transition: padding-top 0.3s ease;
    }
    .dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: transparent !important;
    color: #f26b35 !important;
}
.bg-blue{
	background: #13172b;
}
.bg-light-org{
	background: #fff2de !important;
}
.mt-60 {
    margin-top: 60px !important;
}
a.header-link-black:hover {
    color: #f26b35 !important;
}
a.header-icon {
    background: #fff;
    border-radius: 50%;
    padding: 3px 9px;
    font-size: 16px;
    color: #13172b;
}
.social-media-icon-header {
    display: flex;
    gap: 10px;
    justify-content: right;
}
ul.dropdown-menu.show {
    border: 0 !important;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);
    padding: 15px 0;
}

.dayouting-header {
            background-color: #0b4c8b;
            color: white;
            padding: 90px 0;
            text-align: center;
        }

        .card-dayout {
            border: none;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .card-dayout:hover {
            transform: translateY(-8px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        }

        .card-dayout img {
            object-fit: cover;
        }

        .price-tag {
            position: absolute;
            top: 380px;
            left: 100px;
            background-color: white;
            padding: 8px 28px;
            font-weight: 600;
            font-size: 20px;
            box-shadow: 0 0 6px rgb(0 0 0 / 32%);
        }

        .price-tag span {
            color: #ff6b00;
            font-weight: bold;
        }

        .card-title {
            font-size: 33px;
            font-weight: 500;
        }

        .card-title:hover {
            color: #ff6b00;
        }

        .book-now {
            font-size: 19px;
            color: #000;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            text-decoration: none;
            font-weight: 500;
        }

        .book-now:hover {
            text-decoration: none;
            color: #ff6b00;
        }


img.header-logo {
    width: 124px;
    height: 46px;
}
.html5-video-container {
    z-index: 10;
    position: relative;
}
a.header-link-black {
    color: #000 !important;
}
.activities-title a.read-more:hover {
    background: #000 !important;
}
#img-carousal .owl-dots {
    position: absolute;
    bottom: 10px;
    margin: auto;
    left: 46%;
}
#img-carousal .testimonial-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px;
  border-radius:0;
  position: relative;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background 0.3s ease-in-out;
}

    /* Top header */
    #top-header {  
      padding: 10px 0;
      position: fixed;
      top: 0;
	  right:0;
	  left:0;
      width: 100%;
      z-index: 1040;
      /* Add transition for smooth fade */
      transition: opacity 0.3s ease;
    }

    /* Hide top header with opacity + pointer-events */
    #top-header.hidden {
      opacity: 0;
      pointer-events: none;
    }

    /* Sticky navbar */
    #sticky-header {
      top: 50px;
      z-index: 1030;
      transition: top 0.3s ease-in-out;
    }

    #sticky-header.scrolled {
      top: 0;
    }
    li#contact-btn a {
    background-color: #F26B35;
    padding: 10px 20px !important;
    font-size: 14px;
    border-radius: 0px;
    letter-spacing:1;
}
li#contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
    .nav-link {
      color: white !important;
     font-size: 15px !important;
      text-transform: uppercase;
    }

   

    .btn-contact {
      background-color: #4abe85;
    }

    .btn-contact:hover {
      background-color: #fe8040;
    }

    /* Hamburger icon */
    .hamburger-icon {
      width: 30px;
      height: 22px;
      position: relative;
      display: inline-block;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
    }

    .hamburger-icon span {
      background: #000;
      display: block;
      height: 3px;
      margin: 5px 0;
      transition: 0.3s;
    }

    .hamburger-icon.active span:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger-icon.active span:nth-child(2) {
      opacity: 0;
    }

    .hamburger-icon.active span:nth-child(3) {
      transform: rotate(-45deg) translate(6px, -6px);
    }

    .offcanvas-header {
      border-bottom: 1px solid #444;
    }
	
	   .hero-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* cover whole container */
      z-index: -1; /* behind content */
    }

    .hero-section {
      position: relative;
      height: 100vh; /* full viewport height */
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
    }

    /* Overlay to darken video for better text contrast */
    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 0;
    }

    .hero-content {
      position: relative;
      z-index: 1;
      max-width: 700px;
      padding: 20px;
    }
	.hero-content h2.title {
    font-size: 80px;
}
.hero-content p.description {
    font-size: 32px;
}
.hero-content a.btn {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #F26B35;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F26B35;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 30px 10px 30px;
}
.Odyssey-retreat{
	padding:100px 0;
}
h3.sub-title {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 6px;
    line-height: 29px;
    margin-bottom: 6px;
}


h2.subheading-title {
    color: #F26B35;
    font-family: "Barlow", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
	margin:35px 0;
}
.experience-facilities span {
    font-size: 26px;
    color: #084585;
    margin: 0px 0px 12px 0px;
}
.d-flex.p-4.experience-facilities {
    border: 1px solid #E5E5E5;
    height: 100%;
    border-radius: 5px;
}
/*carousal package css */
bdi {
    color: #f26b35;
    font-size: 30px;
    line-height: 1;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #f26b35 !important;
    width: 40px !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 4px !important;
	margin: 5px 2px !important;
}
.owl-carousel .item {
      margin: 10px;
      border-radius: 5px;
      text-align: center;
      color: #fff;
    }

    .owl-carousel .item img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      margin-bottom: 10px;
    }

    .item h5 {
      margin-bottom: 10px;
    }

    .custom-btn {     
      color: #fff;
      border: none;    
      font-weight: 600;
      text-decoration: none;
      display: inline-block;
      transition: 0.3s ease;
    }

    .custom-btn:hover {
    
      color: #f26b35;
      text-decoration: none;
    }
	
.activities-image {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
}	
.img-box .activities-title {
    flex: 0 0 50%;
    padding: 0px 60px;
}
.img-box .activities-image .image-Activities{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.img-box .activities-image .image-Activities:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}	

.activities-title .title a {
	text-decoration:none;
	color:#000000 ;
    margin: 0;
    margin-bottom: 9px;
    
}
.img-box .activities-image .image-Activities{
    width: 100%;
    min-height: 500px;
    max-height: 500px;
    object-fit: cover;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.activities-title .title a:hover{
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    color: #f26b35 ;

}
.activities-title a.read-more {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #D98600;
    padding: 13px 39px 17px 39px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    width: fit-content;
}
.avatar-1{
    width:100px;
}

img.avatar-1:nth-child(2) {
    margin-left: -40px;
}
img.avatar-1:last-child {
    margin-left: -40px;
}
footer li {
    list-style: none;
}
.footer-useful-link {
    margin-left: 110px;
}
.footer-useful-link li {
    line-height: 30px;
}
p.copyright-div {
    border-top: 1px solid #525252;
}
p.description-testimonialss {   
	max-width: 900px;
	margin: auto;
	margin-bottom: 40px;
}
		.product-price {
            color: #ff6b35;
            font-size: 1.5rem;
            font-weight: bold;
        }

        .product-title {
            color: #2c3e50;
            font-size: 2rem;
            margin-bottom: 1rem;
        }

        .package-info {
            padding: 16px 0px;
            border-radius: 8px;
            margin: 1rem 0;
        }

        .related-product-price {
            color: #ff6b35;
            font-weight: bold;
        }

        .main-image {
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .thumbnail {
            cursor: pointer;
            transition: opacity 0.3s ease;
        }

        .thumbnail:hover {
            opacity: 0.8;
        }
		#productTabs.nav-tabs #productTabs-item.nav-item.show #description-tab.nav-link,#productTabs.nav-tabs #productTabs-item.nav-item.show #reviews-tab.nav-link,  #productTabs.nav-tabs #reviews-tab.nav-link.active, #description-tab.nav-link.active {
			border-radius: 0 !important;
			border-top: 2px solid #000!important;  
		}
		#productTabs.nav-tabs #description-tab.nav-link ,#productTabs.nav-tabs #reviews-tab.nav-link {
			border-radius: 0 !important;   
		}
		#description-tab.nav-item{
			color: #242424be !important;
            padding: 15px 0;
		}
        #productTabs.nav-tabs #description-tab.nav-link , #productTabs.nav-tabs #reviews-tab.nav-link{
            font-size: 20px !important;
            line-height: 26px !important;
            font-weight: 500 !important;
            
        }

        #description-tab.nav-link:hover , #reviews-tab.nav-link:hover{
            border-radius: 0% !important;
            border-bottom: none !important;
        }

        #description-tab.nav-link.active , #reviews-tab.nav-link.active{
            border-top: 2px solid #0b0b0b !important;
            color: #242424be !important;
            border: 1px solid #e8e8e8 !important;
            border-bottom: none !important;
            border-radius: 0%;
            border-top: 2px solid !important;
        }

        #productTabs.nav-tabs #description-tab.nav-link ,#productTabs.nav-tabs #reviews-tab.nav-link{
            color: #6c757d !important;
        }

        .tab-content {
            border: 1px solid #e8e8e8;
            border-top: none;
        }

        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
        }

        .star-rating input[type="radio"] {
            display: none;
        }

        .star-rating label {
            font-size: 1.5rem;
            color: #ddd;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .star-rating input[type="radio"]:checked~label,
        .star-rating label:hover,
        .star-rating label:hover~label {
            color: #ffc107;
        }

        .star-rating input[type="radio"]:checked~label {
            color: #ffc107;
        }

        .button-review {
            background-color: #ff6b35;
            border: none;
            color: white;
            display: inline-block;
            height: 50px;
            line-height: 50px;
            font-size: 18px;
            font-weight: 700;
            color: #fff;
            padding: 0 30px;
            border-radius: 4px;
        }

        .button-review:hover {
            color: white;
            background-color: #0b0b0b;
        }

        .related-product-card {
            /* transition: transform 0.3s ease; */
            overflow: hidden;
            margin-bottom: 10px;
            border: 1px solid #e5e5e5;
            border-radius: 10px;
        }

        .related-product-card:hover {
            box-shadow: 0px 8px 25px 0px rgba(33, 33, 33, 0.187);
        }

  .gallery-card {
      overflow: hidden;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .gallery-card:hover {
      transform: scale(1.03);
    }

    .gallery-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
    }

    /* Lightbox Styles */
    .lightbox {
      display: none;
      position: fixed;
      z-index: 1050;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      justify-content: center;
      align-items: center;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 80%;
    }

    .lightbox:target {
      display: flex;
    }

    .close-lightbox {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 2rem;
      color: white;
      text-decoration: none;
      z-index: 1060;
    }
	 .contact-hero-section {background: linear-gradient(135deg, #2c5aa0 0%, #1e3a5f 100%); color: white; padding: 80px 0;text-align: center; }
    .contact-hero-section h1 {font-size: 3rem; font-weight: 300; letter-spacing: 2px; margin-bottom: 20px;}
    .breadcrumb-custom { background: transparent; padding: 0; margin: 0; justify-content: center; }
    .breadcrumb-custom .breadcrumb-item { color: rgba(255, 255, 255, 0.8); }
    .breadcrumb-custom .breadcrumb-item.active { color: white; }
    .breadcrumb-custom .breadcrumb-item+.breadcrumb-item::before { content: ">"; color: rgba(255, 255, 255, 0.6); }
    .contact-section { padding: 80px 0;}
    .section-title { font-size: 30px; margin-bottom: 10px; font-weight: 400;}
    .contact-item { display: flex; align-items: flex-start; margin-bottom: 20px;}
    .contact-icon{ color: #D98600; display: flex; align-items: center; justify-content: center; margin-right: 20px; flex-shrink: 0;}
    .contact-details-p { color: #D98600; margin: 0; line-height: 1.6; font-size: 20px;}
    .contact-form { background-color: #f8f9fa;  padding: 40px; }
    .form-title {color: #D98600;font-size: 2rem; margin-bottom: 30px; font-weight: 400; }
    .form-control {border-radius: 0px !important;border: none !important;border-bottom: 1px solid black  !important;margin-bottom: 45px  !important; background-color: #f8f9fa  !important;}
    .form-control:focus {background-color: #f8f9fa  !important; border-bottom: 1px solid black  !important;  box-shadow: none  !important; }
    .btn-send {background-color: #ff6b35  !important;color: white  !important;padding: 10px 25px  !important;border: 1px solid #ff6b35  !important ;border-radius: 5px !important;font-weight: 500  !important;text-transform: uppercase !important;letter-spacing: 1px !important; }
    .btn-send:hover {background-color: white !important;color: #ff6b35 !important;border: 1px solid #ff6b35 !important;}
    .map-section {padding: 60px 0; background-color: white !important;}
    .map-container {overflow: hidden !important;}
    .map-container iframe {width: 100%;height: 500px;border: none;}
    @media (max-width: 768px) {
      .contact-hero-section h1 {
        font-size: 2rem;
      }

      .contact-info,
      .contact-form {
        padding: 15px 10px;
      }

      .section-title {
        font-size: 2rem;
      }
    }
	
	.dayouting-header {
            background-color: #0b4c8b;
            color: white;
            padding: 90px 0;
            text-align: center;
        }

        .card-dayout {
            border: none;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .card-dayout:hover {
            transform: translateY(-8px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        }

        .card-dayout img {
            object-fit: cover;
        }

        .price-tag {
            position: absolute;
            top: 380px;
            left: 100px;
            background-color: white;
            padding: 8px 28px;
            font-weight: 600;
            font-size: 20px;
            box-shadow: 0 0 6px rgb(0 0 0 / 32%);
        }

        .price-tag span {
            color: #ff6b00;
            font-weight: bold;
        }

        .card-title {
            font-size: 33px;
            font-weight: 500;
        }

        .card-title:hover {
            color: #ff6b00;
        }

        .book-now {
            font-size: 19px;
            color: #000;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            text-decoration: none;
            font-weight: 500;
        }

        .book-now:hover {
            text-decoration: none;
            color: #ff6b00;
        }

    @media (max-width: 768px) {
      .gallery-card img {
        height: 200px;
      }
    }

    @media (max-width: 576px) {
      .gallery-card img {
        height: 180px;
      }
    }

 @media (max-width: 1024px) {
	#top-header{
		display:none !important;
	}
	#sticky-header {
    top: 0px !important;
}
.footer-useful-link {
    margin-left: 0px;
}
ul.dropdown-menu.show {
    background: transparent;
    box-shadow: none !important;
}
}
    @media (max-width: 768px) {
      .hero-section {
        height: 70vh;
      }
      .img-box .activities-title {
    padding: 45px;
}
    }				