/* 
==================================================
======================Global======================
==================================================
 */
    body {
        font-family: Arial, sans-serif;
    }

    .without-bullets {
        list-style: none;
        /* padding-left: 0;  */
    }
    .with-bullets {
        list-style-type: disc;
    }
    .with-index {
        font-size: 15px;
         color: #333 !important;
         margin-bottom: 15px;
         list-style-type: decimal !important;
         padding-left: 10px;
    }


    .comon-site-heading {
         font-size: 22px;
         font-weight: 700;
         margin-bottom: 10px;
         color: #1e3a8a;
         /* subtle blue for headings */
     }
     .common-site-text {
         font-size: 15px;
         color: #333;
         margin-bottom: 15px;
     }
     .common-site-subheading {
         font-size: 14px;
         font-weight: 500;
         color: #555;
         margin-bottom: 15px;
     }




/* =========================================== */
/* ===              Modals            ======== */
/* =========================================== */


     .modal-content .hero-btn {
        padding: 5px;
     }
     
    .btn-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
/* =========================================== */
/* ===              Navbar            ======== */
/* =========================================== */

.top-nav {
    background: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 25px;
}

/* Logo */
.logo-text {
    font-size: 45px;
    font-family: 'Great Vibes', cursive;
}

/* Book Now Btn */
/* .nav-btn-top {
    padding: 10px;
    border-radius: 10rem;
    width: 10rem; */
    /* background: #f9f9f924;      /*      #17a433;    */
/* } */
/* Book Now Btn */
.nav-btn-top {
    padding: 10px;
    border-radius: 10rem;
    width: 10rem;
    box-shadow: 0 4px 10px rgb(0 0 0 / 88%);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* Hover effect */
.nav-btn-top:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}







/* Navbar font */
.navbar-nav {
    font-family: math;
    gap: 25px;
    font-size: 19px;
}

/* =========================================== */
/*================Hero Section================*/
/* =========================================== */

 .hero-section {
    /* background-size: cover;      */
    background-repeat: no-repeat; 
    background-position: center; 
    height: 100vh;
    width: 100%;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    background-blend-mode: multiply;
}

.hero-title {
    font-family: cursive;   /*  "Great Vibes",   */
    font-size: 75px;
    font-weight: 700;
    line-height: 1.1;
}

.hero-btn {
    /* margin-top: 15px; */
}

/* Background video */
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none; /* disables click / pause */
}

 .video-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}




/* =========================================== */
/*================Common Hero Section=========*/
/* =========================================== */

    #heroCarousel {
         /* height: 600px; */
         /* height: auto; */
         position: relative;
         margin: 0 0 15px 0;
         animation: bounceIn 0.9s ease forwards;

     }

     

     p.hero-text {
         background: #3e3c3c1c;
         border-radius: 10px;
         padding: 10px;
     }

     .hero-text {
         font-size: 3rem;
         font-weight: 500;
         color: #fff;
         font-family: 'Libre Caslon Display', serif;
         /*      'Bebas Neue', sans-serif;       */
     }

     /* CONTENT */
     .hero-content {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
     }

     .hero-title {
         font-size: 2rem;
         font-weight: 600;
         letter-spacing: 1px;
         margin-bottom: 10px;
     }

     .hero-title {
         animation: fadeDown 2s ease-in-out forwards;
     }

     .hero-text {
         font-size: 1.1rem;
         line-height: 1.6;
         opacity: 0.9;
     }

     .hero-btn {
         display: inline-block;
         padding: 10px 20px;
         border-radius: 30px;
         font-weight: 600;
         text-decoration: none;
         font-size: 14px;
         transition: all 0.3s ease;
     }


     .carousel-item .heor-titl,
     .carousel-item .hero-text,
     .carousel-item .hero-btn {
         opacity: 0;
         transform: translateY(20px);
     }

     /* Animate when active */
     .carousel-item.active .heor-titl {
         animation: fadeUp 1s ease forwards;
     }

     .carousel-item.active .hero-text {
         animation: fadeUp 1s ease 0.3s forwards;
     }

     .carousel-item.active .hero-btn {
         animation: fadeUp 1s ease 0.6s forwards;
     }

     .hero-overlay {
         position: relative;
         z-index: 2;
         width: 100%;
         height: 100%;
         display: flex;
         align-items: center;
         justify-content: center;
         background: rgba(0, 0, 0, 0.35);
         /* optional dark overlay */
     }


/*=============================================================================*/

/* Gallery */
    .gallery-title h3 {
        position: relative;
        display: inline-block; /* needed for ::after to align with text */
        margin: 0 auto;        /* centers inline-block */
        padding-bottom: 10px;  /* space for underline */
    }

    .gallery-title h3::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;              /* place it at the bottom of the text */
        width: 83px;            /* width of the underline */
        height: 3px;             /* thickness of the underline */
        background: #0d6efd;     /* bootstrap blue */
        border-radius: 2px;      /* optional: rounded edges */
    }

    

    /* Make images fixed height, cover, and maintain aspect ratio */
    .card-img-fixed {
        height: 250px;          /* adjust as needed */
        object-fit: cover;      /* ensures the image fills the box without stretching */
    }

    /* Make all cards same height (h-100 + flex) */
    .card {
        display: flex;
        flex-direction: column;
    }

    /* Ensure card-body takes remaining space so cards align */
    .card-body {
        flex-grow: 1;
    }

    /* Optional: remove card border if you want seamless tiles */
    .card {
        border: none;
        border-radius: 0;
    }

    /* Container full width tiles */
    .adventure-cards .row {
        margin: 0;
    }

/*================Services================*/

     .services-section h3 {
         position: relative;
         display: inline-block;
     }

     .services-section h3::after {
         content: "";
         position: absolute;
         left: 50%;
         transform: translateX(-50%);
         bottom: -8px;
         width: 83px;
         height: 3px;
         background: #0d6efd;
     }
     
.services-section {
    animation: fadeSlide 1.2s ease forwards;
}

/* .services-section h3 {
    position: relative;
    display: inline-block;
}

.services-section h3::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 83px;
    height: 3px;
    background: #0d6efd;
}

.service-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: auto;
    width: 90%;
    margin: auto;
}

.service-box img {
    width: 100%;
    height: 250px; /* equal height for all *
    object-fit: cover; /* crop uniformly *
    border-radius: 4px;
    transition: transform 0.5s ease-in-out;
}

.service-box:hover img {
transform: scale(1.1);
}

.service-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 0 6px rgba(0,0,0,0.9);
    pointer-events: none;
} */

/*================Explore================*/
/* .explore-section {
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; 
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    background-blend-mode: multiply;
} */

.explore-section {
    background-color: rgb(44 40 40 / 38%);
}

/* Testimonials */
.testimonial-section {
    background: #f3f3f3;
}

/*================Footer================*/
.footer-section {
    background: #1a1a1a;
}
.footer-section p, .footer-section strong {
    color: #ddd;
}


/*================ABOUT US================*/
/* Our mission */
.our-mission h1 {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 45px;
    color: #000000b8;
}

.our-mission h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px; /* space below text */
    width: 60px;  /* underline length */
    height: 3px;  /* underline thickness */
    background: #0d6efd; /* Bootstrap blue */
}

.about-our-mission {
    margin-left:30px;
    border-radius:5px;
}

    /* Core Values */
    .core-values h1 {
        position: relative;
        display: inline-block;
        margin-bottom: 30px;
        font-family: cursive;
        font-weight: 700;
        color: #000000b8;
    }

    .core-values h1::after {
        content: "";
        position: absolute;
        left: 10%;
        transform: translateX(-50%);
        bottom: -10px; /* space below text */
        width: 60px;  /* underline length */
        height: 3px;  /* underline thickness */
        background: #0d6efd; /* Bootstrap blue */
    }


    .core-values {
        width: 34%;
    }


.testimonial-section p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-section h6 {
    margin-top: 15px;
    font-weight: 600;
}

.testimonial-section .small {
    color: #777;
}


.packages-box {
    position: relative;
    overflow: hidden;
}
.packages-box img {
    width: 100%;
    height: 450px; /* equal height for all */
    object-fit: cover; /* crop uniformly */
    border-radius: 8px;
    transition: transform 0.5s ease-in-out;
}

.packages-box:hover img {
transform: scale(1.1);
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px; 
    background: #0d6efd; /* blue background */
    color: #fff; /* white icons */
    /* border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
    text-decoration: none;
    transition: 0.3s ease;
}

.social-icons a:hover {
    background: #084298; 
}

.page-heading h1 {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    /* font-family: cursive;
    font-weight: 700;
    color: #000000b8; */
}

.page-heading h1::after {
    content: "";
    position: absolute;
    left: 10%;
    transform: translateX(-50%);
    bottom: -10px; /* space below text */
    width: 60px;  /* underline length */
    height: 3px;  /* underline thickness */
    background: #0d6efd; /* Bootstrap blue */
}



/* Home Trekking page */

/* Make entire card clickable */
.trek-box-link {
    text-decoration: none;
    color: inherit;
}

/* Card container */
.trek-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 320px;
    cursor: pointer;
}

/* Card Image */
.trek-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Dark overlay (Hidden by default) */
.trek-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.6));
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* Text on image */
/* .trek-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    z-index: 3;
    transition: transform 0.4s ease;
} */
 .trek-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center horizontally & vertically */
    color: white;
    z-index: 3;
    text-align: center;
    transition: transform 0.4s ease;
}

.trek-text h5 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
}

.trek-text p {
    margin: 0;
    font-size: 1rem;
}

.trek-text h5,
.trek-text p {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7) !important;
}

/* Hover animation */
.trek-card:hover .trek-img {
    transform: scale(1.08);
}

.trek-card:hover .trek-overlay {
    opacity: 1;
}

.trek-card:hover .trek-text {
    /* transform: translateY(-10px); */
     transform: translate(-50%, -60%); /* 10% above original center */
    transition: transform 0.4s ease;
}



 /* Light green buttons */
     /* .tab-btn {
         background: #c8ef7d;
         border: none;
         padding: 10px 24px;
         border-radius: 20px;
         color: #333;
         margin: 5px;
         font-weight: 500;
         transition: 0.2s;
         cursor: pointer;
     }

     .tab-btn.active {
         background: #a8e157;
     }

     .tab-btn:hover {
         background: #b7ea6a;
     } */

     /* Content box */
     /* .content-box {
         background: #cff398;
         border-radius: 10px;
         padding: 20px;
         margin-top: 20px;
     } */


    .content-box {
        width: 100%;
        padding: 40px;
        border-radius: 15px;
        background: linear-gradient(270deg, #f5aa3ba1, #7aabf5, #4caf509e, #f5a633bd);  /*      linear-gradient(270deg, #ff9800, #7aabf5, #4caf50, #ff9800);    */
        background-size: 600% 600%; 
        color: white;
        /* text-align: center; */
        animation: moveGradient 8s ease infinite;
    }

    /* Keyframes for moving gradient */
    @keyframes moveGradient {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }

    /* Base / initial state */
    .tab-btn {
        background: #809bc3b3;  /*  linear-gradient(135deg, #ff9800, #7aabf5, #4caf50);     */
        color: white;
        border: none;
        border-radius: 25px;
        padding: 8px 20px;
        margin: 5px;
        font-weight: 600;
        cursor: pointer;
        transition: transform 0.3s, box-shadow 0.3s;
        background-size: 300% 300%; 
    }

    /* Hover state */
    .tab-btn:hover {
        transform: scale(1.05); /* small pop effect */
        box-shadow: 0 0 15px 3px rgba(128, 155, 195, 0.7); /* glowing effect on hover */
        background: #809bc3b3; /* keep solid color, no animation */
    }

    /* Active state */
    .tab-btn.active {
        background: #f5b80ca8;  /*  #76daf9d6;    /*      linear-gradient(270deg, #f5aa3ba1, #7aabf5, #4caf509e, #f5a633bd);  */
        box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    }


     .divider {
         width: 120px;
         height: 2px;
         background: #c0c0c0;
         margin: 25px auto;
         /* centers the divider */
     }

     .section-title {
         font-weight: 600;
         margin-bottom: 15px;
     }

     .section-end {
         height: 4px;
         background-color: #0a0202ff;
         /* color of the line */
         border: none;
         /* remove default HR border */
         margin: 25px auto;
         /* center it */
         border-radius: 4px;
         /* optional rounded edges */
     }




     /* Matching table style */
.custom-table {
    /* width: 100%; */
    border-collapse: collapse;
    background: #cff398; /* same as content-box */
    border-radius: 10px;
    overflow: hidden;
    /* margin-top: 10px; */
    margin: auto;
}

/* Table heading */
.custom-table th {
    background: #b7ea6a; /* same hover shade */
    padding: 12px 15px;
    text-align: left;
    color: #333;
    font-weight: 600;
}

/* Table cells */
.custom-table td {
    padding: 12px 15px;
    color: #333;
    background: #e7f8c9; /* lighter green for contrast */
    font-weight: 500;
}

/* Row border */
.custom-table tr {
    border-bottom: 2px solid #c8ef7d; /* matches button green */
}

/* On hover row */
.custom-table tr:hover td {
    background: #dff4ae;
}
















/* ====================================================================================================================== */
/* ====================================================================================================================== */
/* ===============================                                                      ================================= */
/* ===============================                  KEY FRAMES GLOBAL                   ================================= */
/* ===============================                                                      ================================= */
/* ====================================================================================================================== */
/* ====================================================================================================================== */


@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInOutUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    50% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}


@keyframes fadeDown {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideRight {
    from { opacity: 0; transform: translateX(-60px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes slideLeft {
    from { opacity: 0; transform: translateX(60px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes zoomIn {
    from { opacity: 0; transform: scale(0.92); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Animation */
@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(80px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }
    40% {
        opacity: 1;
        transform: scale(1.03);
    }
    65% {
        transform: scale(0.98);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes slowZoom {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}