.fixed-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Keeps the header above the slider */
    background: transparent; /* Fully transparent background */
}
.sticky-nav {
    background-color: #015196;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

@media (max-width: 991.98px) {
    /* Ensure navbar items have border-bottom */
    .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid #908e8e;
    }

    /* Adjust dropdown toggle for better visibility */
    .navbar-nav .dropdown-toggle::after {
        float: right; /* Position dropdown arrow */
        margin-top: 8px; /* Align vertically */
    }
}

.top-section .top-header .logo img{
    height: 90px;
}
.top-section .top_contact {
    border-radius: 5px;
    border: 1px solid #ece922;
    padding: 6px;
    height: 84px;
    box-shadow: 0 0 12px #cfd8dc, 0 0 24px #cfd8dc;
}
.top-section {
    border-bottom: 1px solid #ece922;
    padding-bottom: 8px;
}
.top-section .top_contact ul li i{
    font-size: 22px;
}
.navbar .header-container .navbar-toggler{
    color: #fff !important;
}
/* Search Bar */
.search-bar {
    width: 280px;
}
.top-section .top_contact a{
    color: #fff;
}
.navbar .navbar-nav .nav-link{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
/* Mega Menu - Full Width on Large Screens, Responsive on Mobile */
.dropdown-menu.megamenu {
    width: 1200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #015196
}

.megamenu .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.megamenu .megasub a{
    padding: 0px;
}

/* Multi-Level Dropdown */
.dropdown-submenu {
    position: relative;
}
.dropdown .dropdown-menu {
    background-color: #ece922;
}
.dropdown-submenu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: 0;
    display: none;
    min-width: 200px;
}
.home_carousel .carousel-caption h1{
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}
.home_carousel .carousel-caption h2{
    font-weight: 300;
    font-size: 35px;
    color: #fff;
}
.home_carousel .carousel-caption .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.section-title {
    position: relative;
    margin-bottom: 70px;
    margin-top: 40px;
}
.section-title h2{
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 40px;
    color: #e8e8e8;
    font-weight: 600;
}
.section-title__line-under {
    position: absolute;
    width: 100px;
    border-top: 5px solid #2151b0;
}
.section-title p {
    top: 18px;
    position: absolute;
    font-size: 32px;
    color: #0151b0;
    font-weight: 800;
    text-transform: uppercase;
}

.about_us {
    background: #c9c9c9;
    padding: 40px;
}
.about_us .section-title{
    margin-bottom: 40px; 
    margin-top: 0px;
}

.tripList {
    margin-bottom: 30px;
}
.trip_info {
  display: flex;
  align-items: center;
  gap: 40px; /* spacing between items */
}

.trip_item {
  text-align: center;
  position: relative;
  font-size: 15px;
}
.article_info {
    margin-bottom: 10px;
}
.article-list h6 a{
    color: #222222;
    font-size: 17px;
}

/* Left & Right vertical borders on the middle item */
.double-border::before,
.double-border::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 60%; /* adjust as needed */
  width: 1px;
  background-color: #ccc;
}

.double-border::before {
  left: -20px; /* half the gap */
}

.double-border::after {
  right: -20px;
}


.popular-trips h2{
    text-transform: uppercase;
    font-size: 40px;
    color: #e8e8e8;
    font-weight: 600;
}
.popular-trips h3{
    text-transform: uppercase;
    font-size: 22px;
    color: #e8e8e8;
    font-weight: 600;
}
.post_image img {
    height: 220px;
}
.category_dest_image img{
    height: 300px;
}
.trip_info, .article_info {
    justify-content: space-between;
}

.card .post_info{
    padding: 8px;
}

.post_info a {
    text-decoration: none;
}
.post_info h4 {
    font-size: 18px;
    padding-bottom: 8px;
    color: #222222;
    border-bottom: 1px solid #a7a7a7;
}

/*view more button style start*/
.btn-view-more {
  display: inline-block;
  background-color: #0151b0;
  color: #fff;
  padding: 8px 8px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(1, 81, 176, 0.3);
  text-align: center;
}

.btn-view-more i,
.btn-view-more .arrow {
  margin-left: 0px;
  transition: transform 0.3s ease;
}

.btn-view-more:hover {
  background-color: #ece922;
  box-shadow: 0 6px 12px rgba(1, 81, 176, 0.4);
  color: #0151b0;
}

.btn-view-more:hover i,
.btn-view-more:hover .arrow {
  transform: translateX(5px);
}

/*view more button style start*/

.breadcrumb_sec {
    background-image: url(../images/breadcrumb.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*padding: 348px 0;*/
    position: relative;
    height: 500px;
}
.breadcrumb_sec .breadcrumb{
    position: absolute;
    bottom: 0;
    color: #fff;
}
.breadcrumb_sec .breadcrumb .breadcrumb-item {
    color: #fff;

}
.popular-trips {
    background-image: url(../images/slider2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
    position: relative;
}
.testimonial {
    background: #015196;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0;
    position: relative;
    color: #fff;
}
.detail-title h1{
    text-transform: uppercase !important;
    font-size: 38px;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.1;
    color: #333;
}

/*team section styling start*/
.team_page_sec .card{
    padding: 40px;
}
.team_page_sec .team_image {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.team_page_sec .team_image img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
}
.team_page_sec .fullname, .designation {
    text-align: center;
}
.profile-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.profile-card img {
  border-bottom: 1px solid #eee;
  object-fit: cover;
  height: 200px;
}

.profile-card .card-body {
  padding: 20px;
}

.profile-card .title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0151b0;
}

.profile-card .info {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 10px;
}
.profile-card .fullname h5 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 6px;
}
.profile-card .designation {
    margin-bottom: 5px;
}
.profile-card .designation span {
  font-size: 0.95rem;
  color: #0151b0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/*team section styling end*/

/*contact us section styling start*/
.section_contact .shadow-sm{
    min-height: 335px;
}
.section_contact .shadow-sm h5 {
    font-size: 22px;
    color: #015196;;
}
.section_contact .shadow-sm h6{
    font-size: 20px;
    color: #015196;
}
.section_contact .shadow-sm p {
    font-size: 16px;
    color: #000;
    margin-top: -5px;
    margin-bottom: 20px !important;
}
.section_contact .shadow-sm a {
    color:#015196;
    text-decoration:none;
}
.section_contact .shadow-sm .card-header {
    background-color:  rgba(0, 0, 0, .03);
}

/*detail page style start*/
.custom-tabs .nav-link {
  color: #555;
  font-weight: 500;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 10px 20px;
  transition: all 0.3s ease;
  border-radius: 0;
}

.custom-tabs .nav-link.active {
  color: #007bff;
  font-weight: 600;
  border-bottom: 3px solid #007bff;
  background-color: #ffffff;
}
.custom-tabs {
    background-color: #e2e2e2;
}
.custom-tabs .nav-item {
    margin-right: 5px;
}
.custom-tabs .nav-link {
  display: inline-block;
  background-color: #929292;
  color: #fff;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 5px;
}

.detail-content button:hover {
  background: linear-gradient(135deg, #007bff, #0056b3);
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.5);
  transform: translateY(-2px);
  color: #ffffff;
}
.custom-tabs .nav-link.active {
    color: #fff;
    font-weight: 600;
    border-bottom: 3px solid #007bff;
    background: linear-gradient(135deg, #007bff, #0056b3);
}
.trip_facts {
    margin-top: 96px;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

.trip_facts h5 {
    font-size: 22px;
    font-weight: 600;
}
.trip_facts ul li {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px;
    padding-top: 8px;
}
.side_article {
    padding: 10PX;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}
.side_article .article-list {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 12px;
    padding-top: 12px;
}
.side_article h5{
    font-size: 20px;
}
.side_article img{
    border-radius: 5px;
    height: 80px;
}
.side_article .article_info span{
    font-size: 14px;
}
/*detail page style end*/

/*footer section style start*/
.footer {
    background-color: #015196;
    color: #ffffff;
}
.footer_menu a{
    color: #ffffff;
}
.footer .copyright{
    background-color: #342a4d;
}
/*footer section style end*/

/* Desktop: Show Mega Menu and Submenu on Hover */
@media (min-width: 992px) {
    .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

/* Mobile: Show Submenu on Click */
@media (max-width: 991px) {
    .dropdown-menu {
        display: none;
    }

    .dropdown-menu.show {
        display: block;
    }

    .dropdown-submenu .dropdown-menu {
        position: static;
        display: none;
    }

    .dropdown-submenu .dropdown-menu.show {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .home_carousel{
        margin-top: 152px;
    }
    .home_carousel .carousel-caption h2 {
        font-weight: 600;
        font-size: 16px;
    }
    .home_carousel .carousel-caption h1 {
        font-size: 26px;
    }
    .home_carousel .carousel-item img{
        width: 100%;
        height: 350px;
    }
    .fixed-header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: #015196;
    }
    .top-section .top-header .logo{
        display: flex;
        justify-content: center;
    }
    .top-section .top-header .logo{
        display: flex;
        justify-content: center;
    }
    .top-section .top-header .logo img{
        height: 80px;
    }
    .top-section .top-header .login-section{
        display: flex;
        justify-content: center;
    }
    .section-title h2{
            font-size: 22px;
        }
    .section-title p {
        font-size: 18px;
    }
}
@media (min-width: 477px) and (max-width: 768px) {
    .custom-tabs
     {
        height: 111px;
        padding: 5px;
    }
}
@media only screen and (max-width: 474px) {
    .custom-tabs
     {
        height: 170px;
        padding: 5px;
    }
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
    padding: 10px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.carousel-inner-custom {
    display: flex;
    transition: transform 0.5s ease;
    gap: 10px;
    padding: 0 40px; /* to give space for side buttons */
}

.carousel-item-custom {
    min-width: 200px;
    flex: 0 0 auto;
}

.carousel-item-custom img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

.carousel-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

#prevBtn {
    left: 5px;
}

#nextBtn {
    right: 5px;
}

@media (max-width: 576px) {
    .carousel-item-custom {
        min-width: 150px;
    }

    .carousel-nav-btn {
        padding: 6px 10px;
    }
}

/*gallery page style start*/
:root {
  --lightbox: rgb(0 0 0 / 0.75);
  --carousel-text: #fff;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.gallery_list .gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease;
  height: 300px;
}
.gallery_list .gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}
.lightbox-modal .modal-content {
  background-color: #000;
}
.lightbox-modal .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  filter: invert(1);
}
.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.lightbox-modal .carousel-inner img {
  max-height: 90vh;
  object-fit: contain;
}
.carousel-caption {
  background-color: rgba(0,0,0,0.5);
}
.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1rem;
  right: 3.5rem;
  z-index: 10;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  color: white;
}

.custom-pagination {
  text-align: center;
  margin-top: 20px;
}

/*pagination style start*/
.my-pagination {
  text-align: center;
  margin-top: 20px;
}

.my-pagination ul {
  display: inline-flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
  gap: 5px;
}

.my-pagination li {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ddd;
  color: #333;
  cursor: pointer;
  font-size: 14px;
}

.my-pagination li a {
  color: inherit;
  text-decoration: none;
}

.my-pagination li.active {
  background-color: #1d3557;
  color: #fff;
  font-weight: bold;
}

.my-pagination li.disabled {
  color: #aaa;
  cursor: not-allowed;
  border-color: #eee;
}

/*pagination style end*/
/*gallery style start*/
.gallery_section .modal-content {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.gallery_section .modal.fade .modal-dialog {
    transform: scale(0.8);
    opacity: 0;
}
.gallery_section .modal.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}
.gallery_section .carousel-item img {
    max-height: 80vh;
    object-fit: contain;
    margin: auto;
}

.gallery_section .thumbnail {
    cursor: pointer;
    transition: transform 0.2s ease;
}
.gallery_section .thumbnail:hover {
    transform: scale(1.05);
}
