.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: #000000;
    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 */
    }
}
.login-section {
    align-items: center;
}

.login-section ul {
    margin-bottom: 0;
}

.search_box {
    margin-left: auto;
    width: 220px;
}

.search_box .search-bar {
    height: 40px;
    border-radius: 20px;
    padding: 8px 16px;
}

/* Mobile */
@media (max-width: 767.98px) {
    .search_box {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .search_box .search-bar {
        width: 100%;
    }
}
.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;
}
.carousel-caption h1 {
    display: inline-block;
    border-bottom: 4px solid #ece922;
    padding-bottom: 8px;
    margin-bottom: 0;
}
.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 #ece922;
}
.section-title p {
    top: 18px;
    position: absolute;
    font-size: 32px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
}

/* ===============================
   About Us Section
================================= */
.about_us {
    background: #c9c9c9;
    padding: 60px 0;
}

.about_us .section-title {
    margin-bottom: 40px;
    margin-top: 0;
}

.about_us .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.about_us .section-title__line-under {
    width: 60px;
    height: 3px;
    background: #e63946;
    margin: 0 auto 12px;
    border-radius: 2px;
}

.about_us .section-title p {
    color: #555;
    font-size: 16px;
    margin-bottom: 0;
}

/* Video */
.about_us .about_img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.about_us .about_img iframe {
    border: none;
    width: 100%;
    height: 100%;
}

/* Content - Paragraph हरू राम्रोसँग देखाउने */
.about_us .about_content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.about_us .about_content p {
    margin-bottom: 16px;
}

.about_us .about_content p:last-child {
    margin-bottom: 0;
}

/* Read More Button */
.about-readmore {
    margin-top: 25px;
}

.btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff !important;
    padding: 11px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #000000;
    border: 1px solid rgb(0 0 0 / 35%); 
    box-shadow: 0 4px 20px rgb(0 0 0 / 35%);
}

.btn-read-more i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.btn-read-more:hover {
    background: #ece922;
    color: #000 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(230, 57, 70, 0.35);
}

.btn-read-more:hover i {
    transform: translateX(4px);
}

/* ========== Mobile ========== */
@media (max-width: 767px) {
    .about_us {
        padding: 40px 0;
    }

    .about_us .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about_us .section-title h2 {
        font-size: 26px;
    }

    .about_us .about_content {
        font-size: 15px;
        line-height: 1.7;
        margin-top: 10px;
    }

    .btn-read-more {
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .about_us {
        padding: 35px 0;
    }

    .about_us .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.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: #000000;
  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: #000000;
}

.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: 350px;
}
.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: #000000;
    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: 0;
    border: none;
}

.team_page_sec .team_image {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding-top: 30px;
}

.team_page_sec .team_image img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #f1f1f1;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.team_page_sec .fullname,
.designation {
    text-align: center;
}

.profile-card {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
    height: 100%;
}

.profile-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.profile-card .team_info {
    padding: 0 25px 30px;
    text-align: center;
}

.profile-card .fullname h5 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 6px;
}

.profile-card .designation {
    margin-bottom: 12px;
}

.profile-card .designation span {
    font-size: 0.9rem;
    color: #666;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 500;
}

.profile-card .description {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
}

/* Social Icons */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 5px;
}

.social-icons a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.social-icons .facebook  { background: #1877F2; }
.social-icons .twitter   { background: #1DA1F2; }
.social-icons .instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social-icons .tiktok    { background: #000000; }
.social-icons .linkedin  { background: #0A66C2; }

/* About Us Content Styling */
.about-us-content {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 30px 35px;
    margin-bottom: 40px;
    border-left: 5px solid #2c3e50;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.about-us-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 0;
}
/*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, #ece922, #ece922);
    box-shadow: 0 6px 15px rgba(236, 233, 34, 0.5);
    transform: translateY(-2px);
    color: #ffffff;
}

.media-partner-logos {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.media-partner-logo {
    width: 75px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}
.krishi_gyan {
    width: 55px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}
.media-partner-logo img {
    width: 100%;
    height: 100%;
    max-width: 65px;
    max-height: 32px;
    object-fit: contain;
}

.media-partner-logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.krishi_gyan img {
    width: 100%;
    height: 100%;
    max-width: 65px;
    max-height: 32px;
    object-fit: contain;
}
.krishi_gyan:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.custom-tabs .nav-link.active {
    color: #fff;
    font-weight: 600;
    border-bottom: 3px solid #ece922;
    background: linear-gradient(135deg, #ece922, #ece922);
}
.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: #000000;
    color: #ffffff;
}
.footer_menu a{
    color: #ffffff;
}
.footer .copyright{
    background-color: #342a4d;
}
/*footer section style end*/
.login-section a {
    width: 40px;
    height: 40px;
    border: 1.6px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    background: transparent;
    transition: all 0.3s ease;
}

.login-section a:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}
/* 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: rgb(81 81 81 / 50%);
}
.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);
}



/* ===============================
   Affiliation Section
================================= */
.affiliation-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #6e6c6c 0%, #6e6c6c 50%, #6e6c6c 100%);
    position: relative;
    overflow: hidden;
}

/* हल्का pattern / texture */
.affiliation-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(230, 57, 70, 0.04) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(230, 57, 70, 0.03) 0%, transparent 40%);
    pointer-events: none;
}

.affiliation-section .container {
    position: relative;
    z-index: 1;
}

.affiliation-section .section-header {
    margin-bottom: 50px;
}

.affiliation-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.affiliation-section .title-underline {
    width: 60px;
    height: 3px;
    background: #ece922;
    margin: 0 auto;
    border-radius: 2px;
}

/* Logo Grid */
.affiliation-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px 40px;
}

.aff-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 90px;
    background: #ffffff;
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.aff-logo-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
    border-color: #e63946;
}

.aff-logo-item img {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: all 0.3s ease;
}

/* ========== Responsive ========== */
@media (max-width: 991px) {
    .affiliation-section {
        padding: 60px 0;
    }

    .affiliation-section .section-title {
        font-size: 28px;
    }

    .aff-logo-item {
        width: 140px;
        height: 80px;
    }
}

@media (max-width: 767px) {
    .affiliation-section {
        padding: 50px 0;
    }

    .affiliation-section .section-title {
        font-size: 24px;
    }

    .affiliation-logos {
        gap: 18px 16px;
    }

    .aff-logo-item {
        width: calc(50% - 10px);
        max-width: 150px;
        height: 75px;
        padding: 12px;
    }

    .aff-logo-item img {
        max-height: 48px;
    }
}

@media (max-width: 480px) {
    .affiliation-section .section-title {
        font-size: 22px;
    }

    .aff-logo-item {
        width: calc(50% - 8px);
        height: 70px;
    }
}


/* Adventure Tabs */
.adventure-tabs .nav-pills .nav-link {
    border-radius: 50px;
    padding: 10px 28px;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    background: #000000;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    margin: 4px;
}

.adventure-tabs .nav-pills .nav-link:hover {
    background: #ece922;
    color: #000;
}

.adventure-tabs .nav-pills .nav-link.active {
    background: #ece922;
    color: #000;
    border-color: #ece922;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

/* Cost Overlay on Image */
.post_image {
    position: relative;
    overflow: hidden;
}

.cost-overlay {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
    pointer-events: none;
    z-index: 2;
}

.cost-usd,
.cost-npr {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}

.cost-usd {
    background: rgba(0, 123, 255, 0.9);
}

.cost-npr {
    background: rgba(220, 53, 69, 0.9);
}

/* Card hover effect */
.trip-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trip-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width: 576px) {
    .adventure-tabs .nav-pills .nav-link {
        padding: 8px 18px;
        font-size: 13px;
    }
    
    .cost-usd,
    .cost-npr {
        font-size: 12px;
        padding: 4px 10px;
    }
}




/* ===============================
   Sidebar Cards (Payment + Follow Us)
================================= */
.sidebar-card {
    background: #000000;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    overflow: hidden;
    transition: all 0.3s ease;
}

.sidebar-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.09);
}

.sidebar-card-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.sidebar-title i {
    color: #e63946; /* Brand color */
    font-size: 18px;
}

.sidebar-card-body {
    padding: 20px;
}

/* ===== Payment / QR ===== */
.qr-wrapper {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
    display: inline-block;
    border: 1px dashed #ddd;
}

.qr-image {
    max-width: 180px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
}

.qr-note {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

/* ===== Facebook Embed ===== */
.fb-embed-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 12px 12px;
}

.fb-embed-wrapper iframe {
    width: 100% !important;
    display: block;
}

/* ========== Responsive ========== */
@media (max-width: 991px) {
    .sidebar-card {
        margin-bottom: 25px;
    }

    .qr-image {
        max-width: 160px;
    }
}

@media (max-width: 575px) {
    .sidebar-card-header {
        padding: 14px 16px;
    }

    .sidebar-title {
        font-size: 15px;
    }

    .sidebar-card-body {
        padding: 16px;
    }

    .qr-image {
        max-width: 150px;
    }
}






/* ===== Title मात्र Image माथि Overlay ===== */
.travel_article .card {
    position: relative;
    overflow: hidden;
}

.travel_article .post_image {
    position: relative;
    height: 220px;
}

.travel_article .post_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Gradient overlay only on image */
.travel_article .post_image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.35) 60%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

/* Title लाई image माथि ल्याउने */
.travel_article .post_info h4 {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 155px;              /* image height अनुसार adjust */
    z-index: 2;
    margin: 0;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.travel_article .post_info h4 a {
    color: #ffffff !important;
    text-decoration: none;
}

/* बाँकी content (date, author, view more) तल नै रहने */
.travel_article .post_info {
    padding: 15px;
    position: relative;
    z-index: 1;
}

/* Title को ठाउँ खाली राख्न नपरोस् भनेर */
.travel_article .post_info h4 {
    /* already absolute */
}

/* Mobile */
@media (max-width: 767px) {
    .travel_article .post_image {
        height: 200px;
    }
    .travel_article .post_info h4 {
        top: 140px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .travel_article .post_image {
        height: 190px;
    }
    .travel_article .post_info h4 {
        top: 130px;
    }
}

/* Title Overlay */
.travel_article .post_image {
    position: relative;
    overflow: hidden;
}

.travel_article .post_image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.travel_article .post_title_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 14px 14px;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
    z-index: 2;
}

.travel_article .post_title_overlay h4 {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.travel_article .post_title_overlay h4 a,
.travel_article .post_title_overlay a {
    color: #ffffff !important;
    text-decoration: none;
}

/* बाँकी (date, author, view more) तल नै रहने — कुनै change चाहिँदैन */