/*============================= main.css ==========================*/
@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    /* font-family: "Poppins", sans-serif; */
}

/** Heading*/
.banner-h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 6.25rem;
    line-height: 6.875rem;
    color: white;
    text-transform: uppercase;
}

h1.inner-heading {
    font: 500 2.5rem 'Oswald', sans-serif;
    margin: 1rem 0;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0.625rem;
    line-height: 2.5rem;
    text-transform: uppercase;
}

h2.inner-sub-heading {
    text-transform: none;
}

h2.serif-sub-heading {
    text-transform: none;
}

h2.review-title {
    width: 100%;
    text-align: center;
}

h2.adventure-sports-heading {
    color: #fff;
    text-transform: none;
    margin: 3rem auto;
}

h2.long,
h2.long a {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 1%;
    text-decoration: none;
    text-transform: uppercase;
}

/* Floating Social Icons */
.floating-social {
    position: fixed;
    right: 1.25rem;
    top: 90%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 1000;
}

.floating-social .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;           
    background-color: #2AA81A; 
    color: #fff;                
    font-size: 27px;           
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.floating-social .social-icon:hover {
    transform: scale(1.2) translateY(-2px);
    opacity: 1;
}

.hot-selling-packages-title {
    width: 100%;
    height: auto;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1200px) {
    .hot-selling-packages-title {
        margin-top: 12%;
    }
}
@media (max-width: 820px) {
    .hot-selling-packages-title {
        width: 95%;
        margin-top: 17%;
        padding: 0 0.8rem;
    }
}

/* For devices <= 768px (tablets / portrait mode) */
@media (max-width: 768px) {
    .hot-selling-packages-title {
        width: 96%;
        margin-top: 17%;
        padding: 0 0.5rem;
    }
}

/* For devices <= 440px (phones) */
@media (max-width: 440px) {
    .hot-selling-packages-title {
        width: 98%;
        margin-top: 17%;
        padding: 0 0.3rem;
    }
}
.hot-selling-packages-title .small-text {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 15%;
    margin-bottom: 0.625rem;
    color: #FC6B21;
}

.hot-selling-packages-title h2 {
    font-size: 2.1rem;
}

.packages-list {
    width: 80%;
    padding-top: 3%;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
}

.top-selling-package {
    width: 13.5rem;
    height: 15.625rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.top-selling-package img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: rgba(0, 0, 0, 0.24);
}

.top-selling-package:hover {
    transform: scale(1.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.package-text {
    background: rgba(0, 0, 0, 0.24);
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    bottom: 0.938rem;
    left: 0.938rem;
    right: 1.25rem;
    color: white;
}

/* kathmandu-in-1-day  */
.kathmandu-one-day {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 80rem;
    margin: 5% auto 0;
    padding-bottom: 5%;
    background-image: url("../images/back/kathmandu_line.jpg");
}

.kathmandu-one-day-brief {
    width: 30%;
}

.kathmandu-one-day-images {
    width: 45%;
}

.kathmandu-one-day-brief .small-text {
    font-family: 'Pacifico', cursive;
    font-size: 1.875rem;
    text-transform: none;
    font-weight: 100;
    color: #FC6B21;
}

.kathmandu-one-day-brief p {
    margin-top: 8%;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #63686B;
}

.kathmandu-one-day-images {
    padding-left: 2%;
    gap: 1.25rem;
    display: flex;
    flex-direction: row;
}

.one-day-featured-image {
    width: 18.75rem;
    height: 25rem;
    background-color: antiquewhite;
    border-radius: 1.25rem;
    overflow: hidden;
    display: block;
}

.one-day-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.one-day-featured-image img:hover {
    transform: scale(1.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.one-day-other-images {
    width: 15.625rem;
    height: 50%;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    display: block;
    overflow: hidden;
}

.one-day-other-images img {
    width: 100%;
    height: 12.2rem;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.one-day-other-images img:hover {
    transform: scale(1.04);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* adventure sports  */
.popular-adventure-sports-section {
    width: 100%;
    height: auto;
    max-width: 100vw; 
    margin: 0 auto;
    box-sizing: border-box;
    background-image: url("../images/back/adventure-sports-section-backgroung.jpg");
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.h3 {
    font-family: "Poppins", sans-serif;
    font-size: 2.188rem;
    color: #ffff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    padding: 4%;
}

.adventure-sports-card {
    width: 78%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
}

.sports-content-box {
    width: 20rem;
    height: 100%;
    background-color: #ffffff;
    border-radius: 1.375rem;
    margin-bottom: 8%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.sports-content-box:hover {
    transform: scale(1.04);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.sports-type-image {
    width: 100%;
    height: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sports-type-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 1.25rem 1.25rem 0 0;
}

.adventure-sports-text-area {
    padding: 8% 4% 12% 6%;
}

.sports-name {
    font-family: "Poppins", sans-serif;
    font-size: 1.375rem;
    color: #24242D;
    font-weight: 600;
    white-space: normal;
    word-wrap: break-word; 
    overflow: visible;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.adventure-sports-text-area p {
    margin-top: 3%;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    color: #444D53;
    margin-bottom: 10%;
}

.adventure-sports-text-area a.explore-button {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    height: auto;
    padding: 3% 7%;
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    text-decoration: none;
    color: #FC6B21;
    font-weight: 600;
    border: 2px solid #FC6B21;
    border-radius: 3.125rem;
}

.adventure-sports-text-area a.explore-button:hover {
    background-color: #faceb8;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}

.adventure-sports-text-area a.explore-button:hover {
    background-color: #faceb8;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}

.image-gallery-title {
    padding: 5% 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-gallery-title .small-text {
    font-family: 'Pacifico', cursive;
    font-size: 1.875rem;
    text-transform: none;
    font-weight: 100;
    color: #FC6B21;
}

.image-gallery-title h2 {
    font-size: 50px;
}

.image-gallery-section {
    height: auto;
    padding: 0 20% 8% 20%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.938rem;
}

.image-gallery-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.media-featured {
    width: 47%;
    max-width: 480px;
    aspect-ratio: 1/1;
    border-radius: 1.25rem;
    overflow: hidden;
}

.media-featured .video-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 1.25rem;
}

.media-featured .video-container iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 1rem;
}

.image-gallery-four-small-image {
    width: 50%;
    height: 30rem;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 0.938rem;
}

.image-gallery-small-two-image {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.938rem;
}

.gallery-small-image {
    width: 47%;
    height: 100%;
    border-radius: 0.938rem;
}

.gallery-small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-small-image iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0.938rem;
}

/*Review*/
.customer-review {
    background: url("../images/back/review-section-back.jpg") no-repeat bottom;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
}

.review-detail {
    background: url("../images/inverted-comma.png") no-repeat top left;
    margin-top: 2rem;
    width: 60%;
    margin-left: 20%;
    margin-bottom: 7rem;
}

.review-text {
    font-family: 'IBM Plex Serif', serif;
}

.review-text p {
    font-size: 1.5rem;
    font-weight: 200;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.review-person-name {
    font-size: 1.875rem;
    font-weight: 600;
    margin-top: 9%;
    display: flex;
    justify-content: right;
}

.footer-top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
    gap: 2.5rem;
}

.footer-divider {
    width: 100%;
    height: 0.063rem;
    background-color: #E8EBEE;
}

.res-show {
    display: none;
}

/* TripAdvisor Award Section */

.trip-advisor {
    width: 100%;
    margin: 5% auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    background-color: #397644;
    padding: 2rem 0;
}

.award-section {
    width: 70%;
    max-width: 1200px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6rem;
    flex-wrap: wrap;
}

/* Image on the left */
.award {
    flex: 1;
    text-align: center;
}

.award img {
    max-width: 100%;
    border-radius: 1.25rem;
}

/* Description on the right */
.award-description .small-text {
    font-family: 'Pacifico', cursive;
    font-size: 1.875rem;
    text-transform: none;
    font-weight: 100;
    color: #fff;
}

.award-description {
    flex: 2;
    color: #fff;
}

.award-description .long {
    color: #fff;
}

.award-description p {
    font-size: 1rem;
    margin: 8% 0 0 0;
}

/*========================== inner.css =========================*/
.inner-banner {
    width: 100%;
    margin-bottom: 1rem;
}

.inner-banner-image {
    width: 100%;
    aspect-ratio: 23/7;
    object-fit: cover;
}

.about-us-banner {
    aspect-ratio: 21/5;
}

/*Bread Crumb*/
.bread-crumb {
    margin-top: 1.5rem;
    margin-left: 10%;
    color: #858585;
    font-size: 0.78rem;
}

.bread-crumb a {
    color: #fb6b20;
    text-decoration: none;
}

.bread-crumb a:hover {
    text-decoration: underline;
}

.highlight-heading {
    text-transform: lowercase;
    font-family: 'Pacifico', cursive;
    font-size: 1.5rem;
    font-weight: 100;
    color: #FC6B21;
    text-align: center;
    margin: 0;
}

/* For Horizontal Line */
.description-line {
    width: 16%;
    margin: 2% 42%;
    border: 2px solid #397644;
}

.grey-horizontal-line {
    width: 90%;
    margin: 1% 0;
    border-top: 1px solid #f1f1f1;
}

.description-brife {
    color: #63686B;
    font-size: 1rem;
}

/* For Main Banner */
.main-banner {
    width: 100%;
    margin: 1rem 0;
}

.main-banner-image {
    width: 100%;
    aspect-ratio: 23/7;
    object-fit: cover;
}

/* For Heading */
.page-headeing {
    margin: 1rem 0;
    font-size: 2.5rem;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.page-container {
    margin: 1.5rem 15%;
}

.page-content {
    margin: 0.5rem 0;
    font-size: 1rem;
    font-weight: 400;
    color: #63686B;
}

.contact_us-banner {
    width: 100%;
    aspect-ratio: 23 / 7;
    object-fit: cover;
}

.contact_us-banner img {
    width: 100%;
    aspect-ratio: 23 / 7;
    object-fit: cover;
}

/** Ticketing **/
.ticketing-banner {
    aspect-ratio: 21/5;
}

.ticket-description-content {
    width: 80%;
    margin: 0 10%;
}

.ticket-description-content p {
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    color: #63686B;
}

.flight-text-section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #f7f9fc 0%, #e0f0ff 100%);
    padding: 2rem 0;
    gap: 2rem;
}

.flight-text {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.flight-text-section .subheading {
    display: block;
    font: normal 0.9rem "Inria Serif", serif;
    font-style: italic;
    color: #63686B;
    margin-top: 0.3rem;
}

.flight-text-section h2 {
    font: 600 2rem "Poppins", sans-serif;
    width: calc(52% - 30px);
    margin: 0;
    text-transform: capitalize;
}

.flight-text-section p {
    width: calc(48% - 30px);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    color: #63686B;
    line-height: 1.6rem;
}

.flightBanner {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2rem 0;
}

.flight-image {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5rem;
    margin: 0 auto;
    box-sizing: border-box;
}

.flight-midBanner {
    width: calc(33.333% - 1rem);
    border-radius: 0.5rem;
    overflow: hidden;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.flight-midBanner:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.flight-midBanner img {
    width: 100%;
    display: block;
    border-radius: 0.5rem;
}

/* Modal Viewer Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 80vh;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0.5rem;
    box-shadow: 0 0 20px #000;
    animation: fadeIn 0.3s ease-in-out;
}

.modal-close {
    position: absolute;
    top: 2%;
    right: 3%;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

.modal-prev,
.modal-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: white;
    cursor: pointer;
    user-select: none;
    z-index: 1000;
    padding: 0 1rem;
}

.modal-prev {
    left: 10px;
}

.modal-next {
    right: 10px;
}

/*====================== header.css ======================*/
#header-notification-contect-box {
    width: 100%;
    height: auto;
    background-color: antiquewhite;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    background-color: #397644;
    align-items: center;
    flex-wrap: wrap;
}

.header-notification-content {
    display: flex;
    flex-direction: row;
    margin: 1% 0 1% 5%;
}

.header-notification-content p {
    color: #AEFDBC;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
}

.whatsapp-contact {
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
    margin: 0 5% 0 0;
}

.whatsapp-contact i {
    color: #ffffff;
    font-size: 32px;
}

.whatsapp-contact-number a {
    text-decoration: none;
}

.book-now-option {
    text-decoration: none;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-left: .5rem;
}

.header-notification-content img {
    margin-left: 48%;
    padding-right: 1%;
}

.whatsapp-contact a {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
}

.whatsapp-contact a {
    color: white;
}

.header-whatsapp-icon {
    display: none;
    text-decoration: none;
}

.header-whatsapp-icon i {
    font-size: 1.75rem;
    color: #25D366;
}

.navbar-content-box {
    padding: 0.5% 4% 0.5% 4%;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.nav-options {
    display: flex;
    gap: 3%;
    list-style: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 1rem;
    width: 50%;
    padding-left: 4%;
}

.nav-options .dropdown::after {
    content: '\25BC';
    font-size: 0.8em;
    margin-left: 0.313rem;
    display: inline-block;
    vertical-align: middle;
}

.nav-options a {
    text-decoration: none;
    color: black;
}

.tripadvisor-logo {
    margin-left: 18%;
}

.set-plan-button {
    width: 10rem;
    height: auto;
    margin-left: 4%;
    text-decoration: none;
    text-align: center;
    align-items: center;
    padding: 1% 0 1% 0;
    border: 2px solid #FC6B21;
    border-radius: 30px;
    color: #FC6B21;
    font-size: 1rem;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.set-plan-button:hover {
    background-color: #FC6B21;
    border: 2px solid #ffffff;
    color: #ffffff;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}

#menu-icon {
    display: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: #000;
}
#mobile-nav {
    background: #fff;
    width: 100%;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 5rem;
    display: none;
    z-index: 999;
    border-top: 1px solid #CACACA;
}

#mobile-nav ul li {
    width: calc(100% - 60px);
    min-height: 2.5rem;
    padding: 0.625rem 1.25rem;
    display: table;
    border-bottom: 1px solid #CACACA;
    cursor: pointer;
    z-index: 999;
}

#mobile-nav ul li {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .03125rem;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 3% 2% 3% 2%;
    display: flex;
    justify-content: center;
}

.trip-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
    z-index: 9999;
    padding: 1rem;
    box-sizing: border-box;
}

.trip-modal[hidden] {
    display: none !important;
}

.trip-modal-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin-left: 50%;
    transform: translate(-50%);
}

.trip-modal-image {
    width: 100%;
    height: 200px;
    display: block;
}

.trip-modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.trip-modal-content {
    position: relative;
    width: 100%;
    padding: 1.2rem;
    box-sizing: border-box;
}

.trip-modal-content h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.trip-modal-content form {
    font-size: 1rem;
}

.form-group {
    margin-bottom: 1rem;
    width: 100%;
}

input,
textarea {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.button-wrapper button {
    width: 10rem;
    font-size: 1rem;
    padding: 0.75rem;
    border: none;
    background: orangered;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.button-wrapper button:hover {
    background: #fff;
    color: orangered;
    border: 1px solid orangered;
}

.close-btn {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

/* Add to your existing CSS */
.formInvalid {
    border: 1px solid #f0988e !important;
}

.formInvalid::placeholder {
    color: #f0988e !important;
    opacity: 1 !important;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: initial !important;
}

/* activity dropdown  */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    padding: 1rem;
    width: 30rem;
    z-index: 5;
    justify-content: space-between;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown-content-bg {
    display: flex;
}

.dropdown:hover .dropdown-content {
    display: flex;
    flex-direction: row;

}

.dropdown-content-main {
    background: white;
    width: 40rem;
    display: flex;
    flex-direction: row;
    margin-top: 0.8rem;
    padding: 2rem;
    font-size: .85rem;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.9);
    border-radius: 33px;
}

.dropdown-content1,
.dropdown-content2 {
    width: 50%;
}

.dropdown-content1 a:hover,
.dropdown-content2 a:hover {
    color: #FC6B21;
    text-decoration: none;
    background: none;
    margin-left: 0;
}

.dropdown:hover .dropbtn {
    background-color: #2980b9;
}

.dropdown::after,
.dropdown a::after {
    content: none !important;
}

.dropdown-icon {
    transition: transform 0.3s ease;
}

.dropdown:hover .dropdown-icon {
    transform: rotate(180deg);
}
.dropdown-icon {
    display: inline-block;        
    transition: transform 0.3s ease;
    margin-left: 4px;
}

.dropdown-toggle:hover .dropdown-icon {
    transform: rotate(180deg);
}

.dropdown.open .dropdown-icon {
    transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
    .trip-modal-container {
        flex-direction: row;
    }

    .trip-modal-image {
        width: 50%;
        height: auto;
    }

    .trip-modal-content {
        width: 50%;
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    #header-notification-contect-box {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 1rem;
    }

    .header-notification-content {
        flex-direction: column;
        margin: 0;
        padding: 0.2rem;
        align-items: center;
        text-align: center;
    }

    .header-notification-content img {
        margin-left: 0;
        padding: 0;
        width: 2rem;
    }

    .whatsapp-contact {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    .whatsapp-contact-number p {
        font-size: 1rem;
    }

    .book-now-option {
        padding-left: 0;
        font-size: 0.875rem;
    }

    .close-btn {
        position: absolute;
        top: 0.75rem;
        right: 1rem;
        font-size: 1.5rem;
        font-weight: bold;
        color: #333;
        cursor: pointer;
    }
}

@media screen and (max-width:767px) {
    .trip-modal-container {
        max-width: 100%;
        margin: 0px auto;
        transform: none;
    }

    .trip-modal-content {
        width: 100%;
        height: 100%;
    }

    .trip-modal-image {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .trip-modal-container {
        flex-direction: row;
        max-width: 900px;
    }

    .trip-modal-image {
        width: 50%;
        height: auto;
    }

    .trip-modal-content {
        width: 50%;
    }

    .close-btn {
        position: absolute;
        top: 0.75rem;
        right: 1rem;
        font-size: 1.5rem;
        font-weight: bold;
        color: #333;
        cursor: pointer;
    }
}

/*======================== navigation.css ====================*/
#navigation-top {
    font: normal .9rem/44px Poppins, "sans-serif";
    height: 3rem;
    display: flex;
    width: 100%;
    vertical-align: middle;
    justify-content: space-between;
    align-items: center;
    background-color: #397644;
}

#navigation ul.nav-left {
    display: flex;
    margin-left: 3%;
    width: 70%;
}

#navigation ul.nav-right {
    display: flex;
    margin-right: 5%;
    width: 10%;
}

#navigation ul.nav-left li,
#navigation ul.nav-right li {
    list-style: none;
    width: auto;
    display: flex;
    padding: 0 1rem;
    position: relative;
}

#navigation ul.nav-right li {
    margin-left: auto;
}

#navigation ul.nav-left li a:hover,
#navigation ul.nav-right li a:hover {
    color: #F07F1E;
}

/*============================= banner.css ================================*/
/*======================== banner.css ======================*/
.home-banner-section {
    position: relative;
    width: 100%;
    height: 40rem;
    background-image: url("../images/banner/home-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-content-section {
    position: absolute;   /* change from relative to absolute */
    top: 50%;             /* vertical center */
    left: 5%;             /* distance from left edge */
    transform: translateY(-50%); /* perfect vertical centering */
    max-width: 56rem;     /* maximum width */
    width: 90%;           /* responsive width */
    z-index: 2;   
}

.banner-h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 6.25rem;
    line-height: 6.875rem;
    color: white;
    text-transform: uppercase;
}

.line-divider {
    width: 55rem;
    height: 1px;
    background-color: white;
    margin-top: 3%;
}

.banner-text-button-section {
    width: 100%;
    height: auto;
    margin-top: 1.1rem;
    display: flex;
}

.activity-location-banner {
    width: 38rem;
    align-items: center;
    justify-content: center;
}

.activity-location-banner p {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.438rem;
    align-items: center;
}

.location-banner-text {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.location-banner-text i {
    color: #36f57c;
    font-size: 23px;
}
.location-banner-text p {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    margin-top: 1%;
    padding-left: 1.5%;
}

.book-package-button-banner a {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    text-decoration: none;
    width: 14.5rem;
    height: 4rem;
    border-radius: 3.125rem;
    background-color: #FC6B21;
    border: 2px solid #FC6B21;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.7%;
}

.book-package-button-banner a:hover {
    background-color: #ffffff;
    border: 2px solid #FC6B21;
    color: #FC6B21;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}

.center-propagation {
    position: absolute; 
    width: 100%;
    height: 6.25rem;
    justify-content: center;
    align-items: center;
    margin-top: -3.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mouse-image-section {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 6.25rem;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Description Heading */
.description-heading {
    text-transform: none;
    margin-bottom: 0.5rem;
    font-size: 2.25rem;
    color: #060000;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.about-description-content {
    width: 80%;
    margin: 0 10%;
}

.about-description-content p {
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    color: #63686B;
}

/* Mid Banner */
.about_us-midBanner {
    display: flex;
    width: 100%;

    height: 25rem;
}

.left-midBanner {
    width: 40%;
    margin-left: 9%;
    border-radius: 0.5rem;
    object-fit: cover;
}

.right-midBanner {
    margin-left: 1%;
    width: 40%;

    border-radius: 0.5rem;
    object-fit: cover;
}

/* Company Affiliations */
.affiliation,
.service {
    padding-left: 15%;
    margin: 2% 0;
}

.affiliation ul,
.service ul {
    margin-top: 1.25rem;
    margin-left: 1%;
    list-style: none;
    color: #63686B;
}

.affiliations li,
.service li {
    background: url("../assets/images/icon/include-icon.svg") no-repeat left;
    line-height: 1.5rem;
    vertical-align: middle;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
}

/* About Us Mission */
.about-us-mission,
.responsible {
    margin-top: 1%;
    padding: 1.5rem 0;
    background-color: #FC6B21;
    height: 15rem;
}

.about-us-mission h2,
.responsible h2 {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

.mission-content,
.responsible-content {
    font: 400 1.3rem "Inria Serif", serif;
    font-style: italic;
    width: 60%;
    margin: 1rem 20%;
    text-align: center;
    color: white;
}

/* Second Mid Banner */
.about_us-left-midBanner,
.about_us-right-midBanner {
    width: 40%;
    margin-top: 2%;
    border-radius: 0.5rem;
    object-fit: cover;
    height: 22.5rem;
}

.about_us-left-midBanner {
    margin-left: 5%;
}

.about_us-right-midBanner {
    margin-left: 7.5%;

}

.responsible {
    padding: 1.5rem 0;
    background-color: #FC6B21;
}

.responsible-heading {
    text-transform: none;
    width: 70%;
    margin: 2% 15%;
    font-size: 2.1rem;
    text-align: center;
    color: white;
    margin-bottom: 1rem;
}

.responsible-content {
    color: white;
    width: 70%;
    margin: 2% 15%;
}

.left-midBanner,
.right-midBanner {
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .description-heading {
        font-size: 1.75rem;
    }

    .about-description-content {
        width: 100%;
        margin: 0;
        padding: 0 1rem;
    }

    .about-description-content p {
        font-size: 0.95rem;
    }

    /* Fix mid banner layout */
    .about_us-midBanner {
        flex-direction: column;
        width: 95%;
        margin: 1.5rem auto;
        height: auto;
    }

    .left-midBanner,
    .right-midBanner {
        width: 100%;
        height: 15rem;
        margin-bottom: 1rem;
        background-size: cover;
        background-position: center;
        border-radius: 0.5rem;
        margin-left: 0;
    }

    .about_us-left-midBanner,
    .about_us-right-midBanner {
        width: 100%;
        height: 15rem;
        margin-bottom: 1rem;
        background-size: cover;
        background-position: center;
        border-radius: 0.5rem;
        margin-left: 0;
    }

    .affiliation,
    .service {
        padding-left: 5%;
    }

    .affiliation ul,
    .service ul {
        margin-left: 0;
    }

    .affiliation li,
    .service li {
        font-size: 0.9rem;
        padding-left: 2rem;
        background-size: 1rem;
    }

    .mission-content,
    .responsible-content {
        font-size: 1.1rem;
        width: 90%;
        margin: 1rem auto;
    }

    .responsible-heading {
        font-size: 1.6rem;
        width: 90%;
        margin: 1rem auto;
        padding: 0;
    }

    .about-us-mission,
    .responsible {
        padding: 1.5rem 0;
        height: auto;
    }
    .whatsapp-contact i {
        font-size: 24px;
        margin-bottom: 0.25rem;
    }
}

@media screen and (max-width: 480px) {
    .description-heading {
        font-size: 1.5rem;
    }

    .about-description-content {
        width: 100%;
        margin: 0;
        padding: 0 1rem;
    }

    .about-description-content p {
        font-size: 0.9rem;
    }

    .left-midBanner,
    .right-midBanner,
    .about_us-left-midBanner,
    .about_us-right-midBanner {
        width: 100%;
        margin: .2rem;
    }

    .right-midBanner,
    .left-midBanner {
        height: 15rem;
    }

    .about_us-midBanner {
        width: 90%;
        margin: 5% 0 0 5%;
        height: auto;
    }

    .mission-content,
    .responsible-content {
        font-size: 1rem;
        padding: 0 1rem;
    }

    .responsible-heading {
        font-size: 1.4rem;
        width: 100%;
        margin: 1rem 0;
        padding: 0 1rem;
    }

    .affiliation li,
    .service li {
        font-size: 0.9rem;
        padding-left: 2rem;
        background-size: 1rem;
    }

    .about-us-mission,
    .responsible {
        padding: 1.5rem 0;
    }
}

.certification-section h2 {
    font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0.625rem;
    line-height: 2.5rem;
    text-transform: none;
    text-align: center;
}

.certification-section {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.certificate-image-section {
    width: 70%;
    height: auto;
    gap: 2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 3% 0;
}

.certificate {
    flex: 1 1 calc(24% - 12px);
    /* 3 per row on desktop */
    max-width: calc(24% - 12px);
    padding: 8px 12px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.288);
    transition: transform 0.3s ease;
    margin: 1rem 1%;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .certificate {
        flex: 1 1 calc(48% - 20px);
        /* 2 per row on tablets */
        max-width: calc(48% - 20px);
    }
}

@media (max-width: 600px) {
    .certification-section h2 {
        font-size: 1.5rem;
    }

    .certificate {
        flex: 1 1 100%;
        /* 1 per row on mobile */
        max-width: 100%;
        margin: 10px 0;
    }
}

/* #####Certification pop-up mobile view##### */
@media (max-width: 768px) {
    .lightbox-content {
        max-width: 95%;
        max-height: 70vh;
    }

    .close {
        font-size: 30px;
        top: 10px;
        right: 20px;
    }

    .prev,
    .next {
        font-size: 30px;
        padding: 10px;
    }

    .lightbox-caption {
        font-size: 0.9rem;
        padding: 0 10px;
    }
}

.certificate:hover {
    transform: scale(1.05);
}

.certificate img {
    width: 100%;
}

p.cert-text {
    margin-top: 5%;
    font-size: 0.9rem;
    color: #63686B;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

/* ####Certificate pop-up###### */
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.lightbox-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh;
    animation: fadeIn 0.3s ease-in-out;
}

.lightbox-caption {
    text-align: center;
    color: #f1f1f1;
    margin-top: 15px;
    font-family: "Poppins", sans-serif;
}

.close {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: white;
    padding: 16px;
    user-select: none;
    transition: 0.3s;
    transform: translateY(-50%);
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*=================================== country.css =======================*/
/**
*   Style for country
*   
*   @date           December 19, 2024
*   @version        1.0
*   @autor          Sanjay Paul
*   @copyright      Analyze System
*   @email          developer@ansysoft.com
*/
/* Top Banner */
.country-banner {
    width: 100%;
    height: 40rem;
    position: relative;
}

.banner-content {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.24);
    z-index: 1;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* activity banner text  */
.text-overlay-activity {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.text-overlay-activity h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    line-height: 6.875rem;
    color: white;
    text-transform: uppercase;
    margin: 0;
    font-size: 4rem;
    line-height: 5rem;
}

/* eof activity banner text  */
.text-overlay h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    line-height: 6.875rem;
    color: white;
    text-transform: uppercase;
    margin: 0;
    font-size: 4rem;

}

.h1-part1,
.h1-part2 {
    display: block;
}

.h1-part2 {
    margin-top: .75rem;
    font-size: 7rem;
    /* or whatever space you want */
}

.line-divider {
    width: 55rem;
    height: 2px;
    background-color: white;
    margin-top: 1rem;
}

.line-divider-activity {
    width: 64rem;
    height: 2px;
    background-color: white;
    margin-top: 1rem;
}

.description-inner {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    align-items: center;
}

.description-inner p {
    margin-bottom: 0;
}

.country-book-package-button-banner a {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    text-decoration: none;
    width: 12.5rem;
    height: 3rem;
    border-radius: 3.125rem;
    background-color: #FC6B21;
    border: 2px solid #FC6B21;
    display: flex;
    align-items: center;
    justify-content: center;
}

.country-book-package-button-banner a:hover {
    background-color: #ffffff;
    border: 2px solid #FC6B21;
    color: #FC6B21;
    transition: all 0.4s ease;
}

.country-center-propagation {
    width: 100%;
    height: 6.25rem;
    justify-content: center;
    align-items: center;
    margin-top: -3.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.country-center-propagation {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.country-mouse-image-section {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 6.25rem;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-image {
    top: 1rem;
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
    /* Optional: fallback border */
}

.paragraph p {
    left: 10%;
}

.location-image img {
    top: 2%;
}

/*Bread Crumb*/
.bread-crumb-country {
    margin-top: 10%;
    margin-left: 10%;
    color: #858585;
    font-size: 0.78rem;
}

.bread-crumb-country a {
    color: #fb6b20;
    text-decoration: none;
}

.bread-crumb-country a:hover {
    text-decoration: underline;
}

/* Description */
.description-container {
    display: flex;
    margin: 5% 10%;
}

.description-container img {
    border-radius: 1rem;
}

.inner-description {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
}

.description-heading {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
    letter-spacing: 1%;
    text-transform: uppercase;
    color: #2c2c2c;
    margin-bottom: 1rem;
}

.description-content {
    font-size: 0.82rem;
    max-height: 6.3rem;
    overflow: hidden;
    line-height: 1.5rem;
    color: #7e7e7e;
}

.description-content.expanded {
    max-height: none;
}

.description-container span {
    font-size: 0.8rem;
    cursor: pointer;
}

.read-more {
    color: #fb6b20;
}

/* Activity taxonomy specific refinements */
.taxonomy-page--activity .bread-crumb-country {
    margin-top: 5.5%;
    margin-left: 0;
    display: flex;
    justify-content: center;
}

.taxonomy-page--activity .activity-breadcrumb {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 999px;
    padding: 0.45rem 1rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.taxonomy-page--activity .activity-breadcrumb__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.taxonomy-page--activity .activity-breadcrumb__list li {
    color: #6f6f6f;
    font-size: 0.8rem;
}

.taxonomy-page--activity .activity-breadcrumb__list li + li::before {
    content: ">";
    color: #c0c0c0;
    margin-right: 0.5rem;
}

.taxonomy-page--activity .activity-breadcrumb__list li[aria-current="page"] {
    color: #1f1f1f;
    font-weight: 600;
}

.taxonomy-page--activity .description-container {
    align-items: stretch;
    gap: 1.75rem;
    margin-top: 2.5%;
}

.taxonomy-page--activity .description-container img {
    width: min(320px, 34%);
    height: auto;
    object-fit: cover;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.taxonomy-page--activity .inner-description {
    flex: 1;
    margin: 0;
    padding: 1.5rem 1.75rem;
    border: 1px solid #ececec;
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
}

.taxonomy-page--activity .description-heading {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.taxonomy-page--activity .description-content {
    max-height: none;
    overflow: visible;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #5a5a5a;
}

.taxonomy-page--activity .description-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .taxonomy-page--activity .bread-crumb-country {
        margin-top: 14%;
        padding: 0 1rem;
    }

    .taxonomy-page--activity .activity-breadcrumb {
        border-radius: 0.75rem;
        width: 100%;
    }

    .taxonomy-page--activity .description-container {
        flex-direction: column;
        margin: 6% 1rem;
        gap: 1rem;
    }

    .taxonomy-page--activity .description-container img {
        width: 100%;
        max-height: 300px;
    }

    .taxonomy-page--activity .inner-description {
        padding: 1.2rem;
    }

    .taxonomy-page--activity .description-heading {
        font-size: 1.5rem;
    }
}

/* Section Jump Navbar */
.section-anchor {
    display: flex;
    justify-content: center;
    width: 80%;
    margin-left: 10% !important;
    margin-right: 10% !important;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 0.5rem;
    margin: 0;
    transition: background-color 0.3s ease;
}

.section-anchor a {
    text-decoration: none;
    color: #000025;
    padding: 0.7rem 1.3rem;
    display: flex;
    text-align: center;
    margin: 0 1px;
}

.section-anchor a:hover {
    background-color: #f26c3d;
    color: #fff;
}

.section-anchor .active {
    background-color: #f26c3d;
    color: #fff;
}

/* 1. Grid Container: The "Screen Capacity" Logic */
.package-grid {
    display: grid;
    /* This creates as many columns as fit, at least 280px wide each */
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

/* 2. Main Card Box */
.box {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensures all cards in a row are equal height */
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

/* 3. Image Section: Height = Width Logic */
.card {
    width: 100%;
    aspect-ratio: 1 / 1; /* This forces the container to be a perfect square */
    overflow: hidden;
    margin: 0; /* Reset Bootstrap margins if any */
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.box:hover .card img {
    transform: scale(1.1); /* Subtle zoom on hover */
}

/* 4. Content Area */
.card-content {
    padding: 15px;
    flex-grow: 1; /* Pushes the footer to the very bottom */
    display: flex;
    flex-direction: column;
}

.card-content h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.card-content h3 a {
    color: #222;
    text-decoration: none;
}

/* 5. Info Row (Duration, Price, Icons) */
.card-content .info {
    display: flex;
    gap: 8px;
    margin-top: auto; /* Keeps info boxes aligned even with different title lengths */
}

.num-days-info,
.price-info,
.includes-info {
    flex: 1;
    padding: 8px;
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 6px;
    text-align: center;
}

.num-days-info h4,
.price-info h4,
.includes-info h4 {
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.num-days-info span,
.price-info span {
    font-size: 12px;
    font-weight: 700;
    color: #333;
}

/* Icon Colors */
.common-includes-icons {
    display: flex;
    justify-content: center;
    gap: 6px;
}

.common-includes-icons i { font-size: 14px; }
.icon-meal { color: #f39c12; }
.icon-van  { color: #9b59b6; }
.icon-bed  { color: #3498db; }

/* 6. Footer Action Bar */
.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #f8f9fa;
    border-top: 1px solid #eee;
}

.Share {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #25D366; /* WhatsApp Green */
    text-decoration: none;
}

.footer-info {
    display: flex;
    gap: 8px;
}

.footer-buttons {
    padding: 7px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s;
}

.enquire { background: #2d6a4f; color: #fff; }
.details { background: #e67e22; color: #fff; }

.footer-buttons:hover { opacity: 0.8; color: #fff; }

/* 7. Responsive Mobile Tweak */
@media (max-width: 576px) {
    .package-grid {
        grid-template-columns: 1fr; /* Full width on mobile */
        padding: 10px;
    }
}

.mid-section {
    overflow: hidden;
    position: relative;
    display: flex;
    margin: 3rem 10%;
    height: 25rem;
    width: 80%;
    border-radius: 1rem;
    background-color: #ff5722;
}

.mid-content {
    height: 25rem;
    width: 60%;
}

.mid-section .mid-banner {
    width: 60%;
    height: 103%;
    border-radius: 14rem 1rem 1rem 14rem;
    margin-top: -0.7rem;
    overflow: hidden;
}

.overflow-container {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #ff5722;
}

.overflow-container h2 {
    color: white;
    font-size: 2.2rem;
    font-family: 'Nunito', sans-serif;
    margin: 4rem 2.5rem 0.5rem 2.5rem;
    padding: 0 1rem;
}

.overflow-container p {
    font: 500 1.1rem/1.8rem 'Nunito', sans-serif;
    display: flex;
    flex-direction: row;
    color: white;
    margin: 0rem 2.5rem 0rem 2.5rem;
    padding: 0 1rem;
}

.button-container {
    margin: 1.25rem 1.25rem 1.25rem 2.75rem;
}

.view-details-button:hover {
    background-color: #f0f0f0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.view-details-button span {
    margin-right: 0.2rem;
    font-weight: 400;
}

.view-details-arrow {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 2px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-45deg);
}

/* wave container */
.view-details-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    background: #ffffff;
    color: #2c2c2c;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background 0.3s;
    margin-left: 0.7rem;
}

.place-info-heading {
    margin: 1.5rem 0;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
}

.place-info-container {
    width: 80%;
    display: flex;
    justify-content: center;
    max-width: 80rem;
    margin: 0px auto;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    justify-content: center;
}

.place-info {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 1.5rem;
    aspect-ratio: 6 / 7;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.place-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    border-radius: 1.5rem;
}

.place-info .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 40%);
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    border-radius: 1.5rem;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .country-banner {
        height: auto;
    }

    .banner-content {
        display: block;
        height: auto;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    .banner-overlay {
        background: rgba(0, 0, 0, 0.45);
    }

    /* Text alignment and spacing */
    .text-overlay {
        position: relative;
        padding: 2rem 1.5rem;
        text-align: left;
        transform: none;
        top: auto;
        left: auto;
        max-width: 100%;
        z-index: 1;
    }

    .text-overlay h1 {
        font-size: 2rem;
        line-height: 2.5rem;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .text-overlay .h1-part2 {
        font-size: 2.5rem;
        display: block;
        margin-top: 0.5rem;
    }

    .line-divider {
        width: 80%;
        height: 2px;
        background-color: white;
        margin: 1rem 0;
    }

    .description-inner {
        flex-direction: row;
        align-items: flex-start;
        gap: 0.5rem;
        font-size: 0.9rem;
        background: none;
        padding-top: 1rem;
    }

    .location-image {
        width: 1.2rem;
        height: 1.2rem;
    }

    .location-image img {
        width: 100%;
        height: auto;
    }

    .paragraph p {
        margin: 0;
    }

    /* Book Button */
    .country-book-package-button-banner a {
        margin: 0 0 3rem 0;
        font-size: 0.9rem;
        width: 10rem;
        height: 2.5rem;
        border-radius: 2rem;
        display: inline-flex;
        z-index: 1;
    }

    /* Mouse scroll icon */
    .country-center-propagation {
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        z-index: 2;
    }

    .country-mouse-image-section {
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 3.5rem;
        background-color: white;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10%;
    }

    .country-mouse-image-section img {
        width: 60%;
        height: auto;
    }

    /* Welcome section spacing fix */
    main {
        position: relative;
        z-index: 1;
    }
}

/*========================= common.css ========================*/
ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Restore list markers for editorial/rich-text content areas. */
.description-content ul,
.description-content ol,
.about-description-content ul,
.about-description-content ol,
.activity-brief ul,
.activity-brief ol,
.page-content ul,
.page-content ol,
.ticket-description-content ul,
.ticket-description-content ol,
.package-desc ul:not(.pack-includes):not(.pack-excludes),
.package-desc ol,
.post-content ul,
.post-content ol,
.wp-block-post-content ul,
.wp-block-post-content ol {
    margin: 0 0 1rem 1.25rem;
    padding-left: 1rem;
}

.description-content ul,
.about-description-content ul,
.activity-brief ul,
.page-content ul,
.ticket-description-content ul,
.package-desc ul:not(.pack-includes):not(.pack-excludes),
.post-content ul,
.wp-block-post-content ul {
    list-style: disc;
}

.description-content ol,
.about-description-content ol,
.activity-brief ol,
.page-content ol,
.ticket-description-content ol,
.package-desc ol,
.post-content ol,
.wp-block-post-content ol {
    list-style: decimal;
}

a {
    text-decoration: none;
    color: #0d6efd;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.rating {
    height: 12px;
    width: 84px;
}

/* Display Styles */
.centerAlign {
    margin: auto;
}

.dispTable {
    display: table;
}

.txtCenter {
    text-align: center;
}

.txtLeft {
    text-align: left
}

.flexCenter {
    align-items: center
}

.center-heading {
    text-align: center;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flexSpace {
    display: flex;
    justify-content: space-between;
}

/** Color and BG Color */
.colorWhite {
    color: #fff;
}

.colorBlack {
    color: #000;
}

/** Width **/
.w100p {
    width: 100%
}

.w90p {
    width: 90%
}

.w80p {
    width: 80%
}

/* Margin */
.marLR10p {
    margin-left: 10%;
    margin-right: 10%
}

.marL3p {
    margin-left: 3%
}

.marL5p {
    margin-left: 5%
}

.marL6p {
    margin-left: 6%
}

.marL8p {
    margin-left: 8%
}

.marL10p {
    margin-left: 10%
}

.marL12p {
    margin-left: 12%
}

.marL15p {
    margin-left: 15%
}

.marL18p {
    margin-left: 18%
}

.marL20p {
    margin-left: 20%
}

.marR3p {
    margin-right: 3%
}

.marR4p {
    margin-right: 4%
}

.marR5p {
    margin-right: 5%
}

.marR6p {
    margin-right: 6%
}

.marR8p {
    margin-right: 8%
}

.marR10p {
    margin-right: 10%
}

.marR12p {
    margin-right: 12%
}

.marR15p {
    margin-right: 15%
}

.marR18p {
    margin-right: 18%
}

.marR20p {
    margin-right: 20%
}

.marT3p {
    margin-top: 3%
}

.marT4p {
    margin-top: 4%
}

.marT5p {
    margin-top: 5%
}

.marT6p {
    margin-top: 6%
}

.marT8p {
    margin-top: 8%
}

.marT10p {
    margin-top: 10%
}

.marT12p {
    margin-top: 12%
}

.marT15p {
    margin-top: 15%
}

.marT18p {
    margin-top: 18%
}

.marT20p {
    margin-top: 20%
}

.marT1r {
    margin-top: 1rem
}

.marT2r {
    margin-top: 2rem
}

.marT3r {
    margin-top: 3rem
}

.marT4r {
    margin-top: 4rem
}

.marT5r {
    margin-top: 5rem
}

.marT6r {
    margin-top: 6rem
}

.marT7r {
    margin-top: 7rem
}

.marT8r {
    margin-top: 8rem
}

.marB1r {
    margin-bottom: 1rem
}

.marB2r {
    margin-bottom: 2rem
}

.marB3r {
    margin-bottom: 3rem
}

.marB4r {
    margin-bottom: 4rem
}

.marB5r {
    margin-bottom: 5rem
}

.marB6r {
    margin-bottom: 6rem
}

.marB7r {
    margin-bottom: 7rem
}

.marB8r {
    margin-bottom: 8rem
}

/* Border */
.borderBGreyLDotted {
    border-bottom: 1px dotted #eee
}

.borderBGreyDotted {
    border-bottom: 1px dotted #999
}

.borderBGreyLSolid1 {
    border-bottom: 1px solid #ddd
}

.borderBGreyLSolid2 {
    border-bottom: 2px solid #eee
}

.borderTMauve {
    border-top: 5px solid #E9B4FC
}

.borderTJeansBlue {
    border-top: 5px solid #A0D2EC
}

.borderTFlamingoPink {
    border-top: 5px solid #EEAFA3
}

.borderTGreenThumb {
    border-top: 5px solid #A9EBBB
}

.borderTSunglow {
    border-top: 5px solid #F9C233
}

/** Colour **/
.fcWhite {
    color: #fff;
}

.fcBlack {
    color: #000;
}

.fcOrangeD {
    color: #EE7004
}

.fcOrange {
    color: #FF5300
}

.fcBlueL {
    color: #00B8E1
}

/** Background Colour **/
.bcGreen {
    background-color: #70AD46;
}

.bcYellow {
    background-color: #FFC000;
}

.bcViolet {
    background-color: #7D4B94
}

.bcBrown {
    background-color: #ED7D31
}

.bcBlueL {
    background-color: #00B8E1
}

.bcBlueD {
    background-color: #4473C5
}

/** Muted Background Color **/
.bcMauve {
    background-color: #E9B4FC
}

.bcJeansBlue {
    background-color: #A0D2EC
}

.bcFlamingoPink {
    background-color: #EEAFA3
}

.bcDullLavendar {
    background-color: #A3A0EC
}

.bcBurlyWood {
    background-color: #E4BB86
}

.bcRoseFog {
    background-color: #E1BBB4
}

.bcLavenderBlue {
    background-color: #887EF6
}

.bcGreenThumb {
    background-color: #A9EBBB
}

.bcSunglow {
    background-color: #F9C233
}

/** Table Style **/
table th {
    font: 500 1.5rem/1.25 Poppins, "Work Sans", "Hanken Grotesk", "sans-serif";
    padding: 1rem;
    color: #0047CC;
    display: table-cell;
    background-color: #F7F0F9;
}

table tr td {
    font: 300 1rem/1.25 Poppins, "Work Sans", "Hanken Grotesk", "sans-serif";
    padding: .5rem;
    display: table-cell;
    border-bottom: 1px dotted #999;
}

table tr td:nth-child(1) {
    font: 400 1rem/1.25 Poppins, "Work Sans", "Hanken Grotesk", "sans-serif";
    color: #000;
    padding: .5rem;
    display: table-cell;
    border-bottom: 1px dotted #999;
}

/** Clear **/
.cl,
li.cl {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
    list-style: none;
}

a img {
    border: none;
}

.btn-link {
    display: block;
    height: 14px;
    font: normal 14px ProximaNova-Semibold, "Proxima Nova", sans-serif, Arial;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    transition: all 0.6s ease-in-out; 
}

.generic-btn {
    background: none;
    color: #052231;
    border: 3px solid #052231;
}

.generic-btn:hover {
    background: #052231;
    color: #fff;
}

.full-width {
    width: calc(100% - 20px);
    padding: 5px 10px;
    float: left;
}

.one-half {
    width: calc(50% - 20px);
    padding: 5px 10px;
    float: left;
}

.one-third {
    width: calc(33.33% - 20px);
    padding: 5px 10px;
    float: left;
}

.two-third {
    width: 66.66%;
    float: left;
    padding: 0px;
    display: block;
}

.one-fourth {
    width: calc(25% - 20px);
    padding: 5px 10px;
    float: left;
}

.three-fourth {
    width: calc(75% - 20px);
    padding: 5px 10px;
    float: left;
}

.two-fourth {
    width: calc(50% - 20px);
    padding: 5px 10px;
    float: left;
}

.one-fifth {
    width: calc(20% - 20px);
    padding: 5px 10px;
    float: left;
}

.two-fifth {
    width: calc(40% - 20px);
    padding: 5px 10px;
    float: left;
}

.three-fifth {
    width: calc(60% - 20px);
    padding: 5px 10px;
    float: left;
}

.section-width {
    padding: 80px 0 40px 0;
}

.click-slide {
    display: block;
}

.btn-anchor {
    height: auto;
    text-decoration: none;
}

.required {
    color: #c52825;
}

.hide {
    display: none;
}

/* Message Block*/
.error-block,
.erBlockUsr,
.erBlock,
.error-block-small {
    height: auto;
    padding: 5px 10px;
    margin: 10px 0px;
    border-left: 4px solid #FA880B;
    background-color: #FAF2EB;
    color: #d90000;
    text-shadow: 0px 1px 0px #fff;
}

.error-block a,
.erBlockUsr a,
.erBlock a,
.error-block-small a {
    color: #d90000;
    font-weight: bold;
    text-decoration: none;
}

.success-block,
.suBlockUsr,
.suBlock,
.success-block-small {
    height: auto;
    padding: 5px 10px;
    margin: 10px 0px;
    border-left: 4px solid #3d9c4b;
    background-color: #e4f4dd;
    text-shadow: 0px 1px 0px #fff;
}

.info-block,
.info-block-small,
.info-block-small-2 {
    height: auto;
    padding: 5px 10px;
    margin: 10px 0px;
    color: #0154a7;
    border-left: 4px solid #91c8fe;
    /**/
    background-color: #e1f1ff;
    text-shadow: 0px 1px 0px #fff;
}

.info-block a,
.info-block-small a {
    font-weight: bold;
    color: #0154a7;
    text-decoration: underline;
}

.error-block,
.erBlockUsr,
.erBlock,
.success-block,
.suBlockUsr,
.suBlock,
.info-block {
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 0 10px 0;
}

.success-block-small,
.error-block-small,
.info-block-small {
    width: 205px !important;
    margin: 0 0 10px 0;
}

/* footer.css */
.footer {
    height: auto;
    margin: 4%;
    margin-left: 7%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.company-details {
    width: 20%;
    height: auto;
    margin-right: 4%;
    display: flex;
    flex-direction: column;
}

.company-details p {
    margin-top: 1.5rem;
    font-family: 'IBM Plex Serif', serif;
    font-size: 0.938rem;
    font-weight: 300;
    font-style: italic;
    color: #596370;
}

.media-icons {
    width: 80%;
    height: auto;
    margin-top: 8%;
    display: flex;
    flex-direction: row;
    gap: .875rem;
}

.media-icons i {
    font-size: 40px;
    transition: color 0.3s, transform 0.3s; 
}
.media-icons .fa-square-facebook {
    color: #3b5998;
}
.media-icons .fa-square-instagram {
    color: #d62976;
}
.media-icons .fa-square-youtube {
    color: #d90000;
}
.media-icons .fa-tiktok {
    background-color: #000;     
    color: #fff;             
    border-radius: 8px;
    width: 36px;             
    height: 36px;            
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;         
    transition: all 0.3s ease;
    margin-top: 2px;
}

/* Footer Links */
.footer-links {
    width: calc(68% - 4.5rem);
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 1rem;
}

.footer-links div.footer-links-blocks {
    width: 18%;
    height: auto;
}

.footer-links div.footer-links-blocks:nth-child(3) {
    width: 20%;
    height: auto;
}

.footer-links div.footer-links-blocks:nth-child(4) {
    width: 33%;
    height: auto;
}

h4.footer-heading {
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 7%;
}

.footer-links-blocks ul {
    font: 400 0.875rem "Poppins", sans-serif;
    text-decoration: none;
    list-style: none;
    margin-top: 4%;
    color: #5B5F63;
}

.footer-links-blocks ul li {
    margin-bottom: .6rem;
}
.footer-links-blocks ul li a i {
    font-size: 18px;
    color: #f97316; 
    margin-right: 17px;
    transition: transform 0.3s ease, color 0.3s ease;
}
.footer-links-blocks a {
    text-decoration: none;
    color: #5B5F63;
}

.footer-links-blocks a:hover {
    color: #FC6B21;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}

.footer-links div.footer-links-blocks:nth-child(4) li {
    margin-bottom: .875rem;
    display: flex;
    align-content: center;
    align-items: center;
}

.footer-links div.footer-links-blocks:nth-child(4) li a {
    display: flex;
    align-content: center;
    align-items: center;
}

.footer-links div.footer-links-blocks:nth-child(4) li a img {
    margin-right: 1rem;
}

.copyright-section {
    width: 100%;
    height: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #175021;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright-section p {
    font-family: "Poppins", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: #ffffff;
}

/*=========================== packge_detail.css ======================*/
body {
    overflow-x: hidden;
}

.packge-details-container {
    margin: 1.25rem 15%;
    display: flex;
}

h1.package-title {
    font: 600 1.8rem Poppins, "Work Sans", "sans-serif";
    margin: .5rem 1rem 1rem 0;
    letter-spacing: 0;
}

h2.package-sub-title {
    font-size: 1.25rem;
    text-transform: none;
}

.main-container {
    width: 60%;
    margin-right: 3%;
}

.main-container .container-img {
    width: 100%;
    aspect-ratio: 546/300;
    object-fit: cover;
    border-radius: .5rem;
}

.package-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 1.5rem;
}

.package-note .duration,
.package-note .country-of-origin,
.package-note .package-price {
    font: 400 1.25rem Poppins, "Work Sans", "sans-serif";
    display: flex;
    align-items: center;
    column-gap: .825rem;
    flex-flow: row;
}
.duration i {
    color: #FC6B21;
    font-size: 23px;
}
.package-note .package-price i {
    color: #FC6B21;   
    font-size: 23px;   
    transform: rotate(90deg);
}

.package-note a {
    color: #00B8E1;
}

.horizontal-divition {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    margin: 1.5rem 0;
}

/* Description */
.package-detail,
.itinerary,
.package-includes,
.package-excludes {
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

.package-desc {
    width: 100%;
    height: auto;
    font-size: 0.938rem;
    color: #515151;
    overflow: hidden;
}

.collaps-place-description-content {
    height: auto;
}

/* Itinerary */
.itinerary,
.brief {
    color: #63686B;
}

.itinerary strong,
.itinerary b,
.brief strong,
.brief b {
    font-weight: 600;
    color: #000;
    font-size: .8rem;
}

.itinerary b {
    font-size: 1rem;
}

/* Package Includes */
.package-includes,
.package-excludes {
    font-size: 1rem;
    color: #515151;
}

ul.pack-includes,
ul.pack-excludes {
    display: flex;
    flex-flow: column;
    margin-left: 1rem;
    padding: 0;
}

ul.pack-includes li,
ul.pack-excludes li {
    position: relative;       
    line-height: 1.5rem;
    margin-bottom: 1rem;
    padding-left: 2.5rem;    
}

.pack-includes li i,
.pack-excludes li i {
    position: absolute;     
    left: 0;                  
    top: 50%;                
    transform: translateY(-50%);
    font-size: 1.5rem;        
}
.pack-includes li i {
    color: #349656; 
}

ul.pack-includes li{
    background: url("../images/icon/include-icon.svg") no-repeat left;
    line-height: 1.5rem;
    vertical-align: middle;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
}
ul.pack-excludes li{
    background: url("../images/icon/exclude-icon.svg") no-repeat left;
    line-height: 1.5rem;
    vertical-align: middle;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
}
.pack-excludes li i {
    color: #FF3B3B; 
}

/* Right Sidebar */
.right-sidebar {
    display: flex;
    flex-direction: column;
    width: 35%;
    position: -webkit-sticky; 
    position: sticky;
    top: 20px;              
    align-self: flex-start; 
    height: fit-content;     
}

.brief {
    font-size: .825rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border: 1px solid #e6e6e6;
    border-radius: 0.5rem;
}

.right-sidebar-formBox {
    height: 30rem;
    border: 1px solid #e6e6e6;
    border-radius: 0.5rem;
    padding: 0.5rem .2rem 2.5rem 1.2rem;
}

.right-sidebar-formBox-content {
    width: 90%
}

.right-sidebar-formBox-content h2 {
    margin-left: 5.5rem;
}

.form-heading {
    font-size: 0.850rem;
    color: #808080;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.sidebar-form {
    width: 100%;
    margin-left: 4%;
}

.sidebar-form .input-box {
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    width: 100%;
    padding: 0.7rem;
    margin: 0.5rem 0rem;
    /* 1.2rem */
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    color: #7f7f7f;
}

.phone-group {
    display: flex;
    gap: 0.3rem;
    margin: 0.1rem 0rem;
    /* 1.1rem*/
}

.phone-group .ph-code {
    width: 19.85%;
    margin: 0.5rem 0;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    font-size: 1rem;
    color: #7f7f7f;
    background-color: white;
}

.phone-group .ph-no {
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    width: 78.85%;
    margin: 0.5rem 0;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    color: #7f7f7f;
}

.date-group {
    display: flex;
    gap: 0.3rem;
    margin: 0;
    /*1.2rem*/
}

.date-group input {
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    width: 50.25%;
    padding: 0.7rem;
    margin: 0.5rem 0;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    color: #7f7f7f;
}

.text-msg {
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    width: 100%;
    padding: 0.7rem;
    margin: 0.5rem 0rem;
    /*1.2rem*/
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    color: #7f7f7f;
}

.package-form-submit {
    font-size: 1rem;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    width: 100%;
    height: 3rem;
    margin-left: 3.6rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid #ff5722;
    outline: none;
    text-decoration: none;
    background-color: #ff5722;
    margin-bottom: 1%;
    align-content: center;
}

.package-form-submit:hover {
    border: 1px solid #ff5722;
    color: #ff5722;
    background-color: #fff;
}

/* Package-Box */
.other-packages {
    margin-top: 2rem;
}

.package-box {
    position: relative;
    flex: 1;
    /* 3 boxes per row */
    min-width: 18.5rem;
    /* Minimum width for responsiveness */
    min-height: 25.98rem;
    max-width: 300px;
    /* Optional: Set a max width */
    border: 1px solid #f1f1f1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
}

.package-card-footer {
    position: absolute;
    width: 100%;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    padding: 1.45rem 0;
    border-radius: 0 0 0.5rem 0.5rem;
}

.package-card-footer .footer-buttons {
    margin-left: 7%;
    margin-right: 3%;
}

.package-card-footer .Details {
    background: #ff5722;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 9px 13px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.5s ease;
}

.package-card-footer .Details:hover {
    background: #06012e;
}

.package-card-footer .enquire {
    border: 1px solid #ff5722 !important;
    background-color: white !important;
    color: #ff5722 !important;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.5s ease;
}

.package-card-footer .enquire:hover {
    border: 1px solid white !important;
    background-color: #06012e !important;
    color: white !important;
}

.package-card-footer .Share {
    color: #35633d;
    text-decoration: none;
    font-size: 15px;
}

.package-footer-info {
    display: flex;
    margin-left: 3.2rem;
}

/*========================= about_us.css ====================*/
.description-heading {
    text-transform: none;
    margin-bottom: 0.5rem;
    font-size: 2.25rem;
    color: #060000;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.about-description-content {
    width: 80%;
    margin: 0 10%;
}

.about-description-content p {
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    color: #63686B;
}

/* Mid Banner */
.about_us-midBanner {
    display: flex;
    width: 100%;
    height: 25rem;
}

.left-midBanner {
    width: 40%;
    margin-left: 9%;
    border-radius: 0.5rem;
    object-fit: cover;
}

.right-midBanner {
    margin-left: 1%;
    width: 40%;
    border-radius: 0.5rem;
    object-fit: cover;
}

/* Company Affiliations */
.affiliation,
.service {
    padding-left: 15%;
    margin: 2% 0;
}

.affiliation ul,
.service ul {
    margin-top: 1.25rem;
    margin-left: 1%;
    list-style: none;
    color: #63686B;
}

.affiliations li,
.service li {
    background: url("../assets/images/icon/include-icon.svg") no-repeat left;
    line-height: 1.5rem;
    vertical-align: middle;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
}

/* About Us Mission */
.about-us-mission,
.responsible {
    margin-top: 1%;
    padding: 1.5rem 0;
    background-color: #FC6B21;
    height: 15rem;
}

.about-us-mission h2,
.responsible h2 {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

.mission-content,
.responsible-content {
    font: 400 1.3rem "Inria Serif", serif;
    font-style: italic;
    width: 60%;
    margin: 1rem 20%;
    text-align: center;
    color: white;
}

/* Second Mid Banner */
.about_us-left-midBanner,
.about_us-right-midBanner {
    width: 40%;
    margin-top: 2%;

    border-radius: 0.5rem;
    object-fit: cover;

    height: 22.5rem;
}

.about_us-left-midBanner {
    margin-left: 5%;
}

.about_us-right-midBanner {
    margin-left: 7.5%;

}

.responsible {
    padding: 1.5rem 0;
    background-color: #FC6B21;
}

.responsible-heading {
    text-transform: none;
    width: 70%;
    margin: 2% 15%;
    font-size: 2.1rem;
    text-align: center;
    color: white;
    margin-bottom: 1rem;
}

.responsible-content {
    color: white;
    width: 70%;
    margin: 2% 15%;
}

.left-midBanner,
.right-midBanner {
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .description-heading {
        font-size: 1.75rem;
    }

    .about-description-content {
        width: 100%;
        margin: 0;
        padding: 0 1rem;
    }

    .about-description-content p {
        font-size: 0.95rem;
    }

    /* Fix mid banner layout */
    .about_us-midBanner {
        flex-direction: column;
        width: 95%;
        margin: 1.5rem auto;
        height: auto;
    }

    .left-midBanner,
    .right-midBanner {
        width: 100%;
        height: 15rem;
        margin-bottom: 1rem;
        background-size: cover;
        background-position: center;
        border-radius: 0.5rem;
        margin-left: 0;
    }

    .about_us-left-midBanner,
    .about_us-right-midBanner {
        width: 100%;
        height: 15rem;
        margin-bottom: 1rem;
        background-size: cover;
        background-position: center;
        border-radius: 0.5rem;
        margin-left: 0;
    }

    .affiliation,
    .service {
        padding-left: 5%;
    }

    .affiliation ul,
    .service ul {
        margin-left: 0;
    }

    .affiliation li,
    .service li {
        font-size: 0.9rem;
        padding-left: 2rem;
        background-size: 1rem;
    }

    .mission-content,
    .responsible-content {
        font-size: 1.1rem;
        width: 90%;
        margin: 1rem auto;
    }

    .responsible-heading {
        font-size: 1.6rem;
        width: 90%;
        margin: 1rem auto;
        padding: 0;
    }

    .about-us-mission,
    .responsible {
        padding: 1.5rem 0;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .description-heading {
        font-size: 1.5rem;
    }

    .about-description-content {
        width: 100%;
        margin: 0;
        padding: 0 1rem;
    }

    .about-description-content p {
        font-size: 0.9rem;
    }

    .left-midBanner,
    .right-midBanner,
    .about_us-left-midBanner,
    .about_us-right-midBanner {
        width: 100%;
        margin: .2rem;

    }

    .right-midBanner,
    .left-midBanner {
        height: 15rem;
    }

    .about_us-midBanner {
        width: 90%;
        margin: 5% 0 0 5%;
        height: auto;
    }

    .mission-content,
    .responsible-content {
        font-size: 1rem;
        padding: 0 1rem;
    }

    .responsible-heading {
        font-size: 1.4rem;
        width: 100%;
        margin: 1rem 0;
        padding: 0 1rem;
    }

    .affiliation li,
    .service li {
        font-size: 0.9rem;
        padding-left: 2rem;
        background-size: 1rem;
    }

    .about-us-mission,
    .responsible {
        padding: 1.5rem 0;
    }
}

.certification-section h2 {
    font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0.625rem;
    line-height: 2.5rem;
    text-transform: none;
    text-align: center;
}

.certification-section {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.certificate-image-section {
    width: 70%;
    height: auto;
    gap: 2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 3% 0;
}

.certificate {
    flex: 1 1 calc(24% - 12px);
    /* 3 per row on desktop */
    max-width: calc(24% - 12px);
    padding: 8px 12px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.288);
    transition: transform 0.3s ease;
    margin: 1rem 1%;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .certificate {
        flex: 1 1 calc(48% - 20px);
        /* 2 per row on tablets */
        max-width: calc(48% - 20px);
    }
}

@media (max-width: 600px) {
    .certification-section h2 {
        font-size: 1.5rem;
    }

    .certificate {
        flex: 1 1 100%;
        /* 1 per row on mobile */
        max-width: 100%;
        margin: 10px 0;
    }
}

/* #####Certification pop-up mobile view##### */
@media (max-width: 768px) {
    .lightbox-content {
        max-width: 95%;
        max-height: 70vh;
    }

    .close {
        font-size: 30px;
        top: 10px;
        right: 20px;
    }

    .prev,
    .next {
        font-size: 30px;
        padding: 10px;
    }

    .lightbox-caption {
        font-size: 0.9rem;
        padding: 0 10px;
    }
}

.certificate:hover {
    transform: scale(1.05);
}

.certificate img {
    width: 100%;
}

p.cert-text {
    margin-top: 5%;
    font-size: 0.9rem;
    color: #63686B;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

/* ####Certificate pop-up###### */
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.lightbox-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh;
    animation: fadeIn 0.3s ease-in-out;
}

.lightbox-caption {
    text-align: center;
    color: #f1f1f1;
    margin-top: 15px;
    font-family: "Poppins", sans-serif;
}

.close {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: white;
    padding: 16px;
    user-select: none;
    transition: 0.3s;
    transform: translateY(-50%);
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*======================= contact_us.css ====================*/
.contact-us-heading {
    margin-bottom: 1rem;
}

.contact-us-upperheading {
    text-transform: none;
    font-family: 'Pacifico', cursive;
    font-size: 1.875rem;
    font-weight: 100;
    color: #FC6B21;
    text-align: center;
    text-transform: lowercase;
    margin-bottom: 0;
}

.contact-us-belowheading {
    text-transform: none;
    margin-bottom: 0.5rem;
    font-size: 2.25rem;
    color: #060000;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.contact_us-description-line {
    width: 70%;
    margin: 2% 15%;
    border-top: 1px solid #f1f1f1;
}

.contact-us-details {
    display: flex;
    margin: 0 15%;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.detail {
    min-height: 12rem;
    padding: 1rem;
    border: 1px solid #f1f1f1;
    border-radius: 0.5rem;
}

.detail p {
    color: #63686B;
}

.detail a {
    display: block;
    color: #63686B;
}

.detail a:hover {
    color: #FC6B21;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}

.detail-heading {
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000000;
}

.map-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 2rem 0;
    padding: 2rem 0;
    background-color: #f7f7f7;
}

.detail h3 {
    margin-bottom: 0.5rem;
}

.detail a {
    line-height: 2rem;
}

.detail p {
    line-height: 2rem;
}

.add-img {
    transform: translate(4px, 4px);
}

.detail-info {
    width: 100%;
    margin: 0 0.5rem;
}

.contact-link {
    color: inherit;
    /* Maintains the same text color */
    text-decoration: none;
    /* Removes underline */
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #0066cc;
    /* Change to your preferred hover color */
    text-decoration: underline;
    /* Optional: add underline on hover */
}

/*======================= privacy_policy.css ======================*/
.privacy-policy-headeing {
    margin: 1.5rem 15%;
    font-size: 2.5rem;
    font-family: 'Oswald', sans-serif;
}

.privacy-policy-container {
    margin: 1rem 15%;
}

.privacy-policy-subheading {
    color: #515151;
    font-size: 1.375rem;
}

.privacy-policy-content {
    margin: 0.5rem 0;
    font-size: 1rem;
    font-weight: 400;
    color: #63686B;
}

.infoLink {
    color: #1a73e8;
}

.infoLink:hover {
    text-decoration: underline;
}

/*======================= activity-listing.css ===================*/
.activities {
    margin: 0 15%;
    display: flex;
    flex-direction: column;
}

.activity {
    display: flex;
    border: 1px solid #f1f1f1;
    width: 100%;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
}

.activity img {
    width: calc(30% - 1rem);
    aspect-ratio: 3/1;
    border-radius: 0.5rem;
    margin: 0.5rem;
}

.activity-info {
    margin: 0.5rem 2.5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 65%;
}

.activity-info h2 {
    margin-bottom: 0;
    font-size: 1.375rem;
    text-transform: none;
}

.activity-listing-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.packege-no {
    color: #63686B;
}

.num-pack {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: orange;
    color: white;
    border-radius: 50%;
    margin-right: .5rem;
    font-weight: 500;
}

.activity-info-division {
    width: 90%;
    margin: 0;
    border-top: 1px solid #f1f1f1;
}

.activity-brief {
    font-size: 0.925rem;
    color: #63686B;
    margin: 0.5rem 0;
}

a.view-details {
    display: inline-block;
    text-align: center;
    width: 6.5rem;
    margin-right: 1rem;
    margin-top: 1rem;
    padding: .5rem 1.25rem;
    border-radius: .5rem;
    text-decoration: none;
    color: #fff;
    background-color: #FB6B20;
    border: 2px solid #FB6B20;
    transition: background-color 0.3s ease;
}

a.view-details:hover {
    background-color: #FFF;
    border: 2px solid #FB6B20;
    color: #FB6B20;
}

.more-details {
    color: rgb(32, 151, 248);
    cursor: pointer;
}

/*========================== terms_and_conditions.css ==================*/
.description {
    margin: 0 15%;
}

.terms_and_conditions-container {
    margin: 1rem 15%;
}

.terms_and_conditions-subheading {
    text-transform: none;
    color: #515151;
    font-size: 1.375rem;
}

.terms_and_conditions-content {
    margin: 0.5rem 0;
    font-size: 1rem;
    font-weight: 400;
    color: #63686B;
}

.infoLink {
    color: #1a73e8;
}

.infoLink:hover {
    text-decoration: underline;
}

.payment-condition {
    list-style-type: disc;
    margin-left: 1.2rem;
}

.payment-condition li {
    color: #63686B;
}

.terms_and_conditions-content span {
    font-weight: 700;
}

.below-msg {
    margin: 1% 15%;
    color: #63686B;
    font-weight: 700;
    text-align: center;
}

/*======================= clients-testimonial.css =======================*/
.client-testimonial {
    display: flex;
    margin: 1% 10%;
    padding: 1rem;
    border: 1px solid #f1f1f1;
    border-radius: 0.5rem;
}

.testimonial-image {
    border-radius: 0.5rem;
    width: 100%;
    height: 50%;
}

.testimonial-content {
    margin-left: 0.5rem;
}

.page-h2-subheading {
    color: #515151;
    font-size: 1.1rem;
}

/*======================= inquiry.css ======================*/
.inquiry-formBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1% 25%;
    border: 1px solid #e6e6e6;
    padding: 1rem;
    border-radius: 0.5rem;
}

.inquiry-form {
    width: 100%;
}

.inquiry-form-label {
    color: #63686B;
}

.inquiry-form-heading {
    font-size: 1rem;
    color: #286c26;
    margin: 0.5rem 0;
}

.inquiry-inputbox {
    font-size: 1rem;
    padding: 1rem 0.4rem;
    border: 1px solid #f1f1f1;
    border-radius: 0.5rem;
    width: 100%;
}

.radio-option-row {
    display: flex;
    color: #63686B;
    width: 100%;
}

.radio-options {
    display: flex;
    margin-left: 0.2rem;
    gap: 0.2rem;
}

.travle-info-row {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem 0.4rem;
    align-items: center;
}

.travle-package {
    font-size: 1rem;
    width: 80%;
    padding: 1rem 0.4rem;
    background: none;
    color: #63686B;
    border: 1px solid #f1f1f1;
    border-radius: 0.5rem;
}

/* For Warp the Input */
.mul-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    width: 100%;
    flex-wrap: wrap;
}

.inquiry-form .col-two,
.inquiry-form .col-three {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: auto;
}

.col-two {
    width: 48%;
}

.col-three {
    width: 30%;
}

/*========================= responsive.css ============================*/
@media screen and (max-width: 1640px) {
    .package-form-submit {
        margin-left: 25%;
    }

    /* ------------Country Information ------------*/
    .container {
        padding: 1.25rem 1.25rem 0 1.25rem;
        gap: 20px;
    }

    .mid-section {
        margin: 2.5rem 10%;
    }

    .place-info-heading {
        margin: 0 0 1rem 0;
    }

    .country-info {
        width: 90%;
        grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
        gap: 1.25rem;
    }

    .place-info {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1440px) {
    .package-form-submit {
        margin-left: 18%;
    }

    /* ------------Country Information ------------*/
    .mid-section .mid-banner {
        border-radius: 17rem 1rem 1rem 17rem;
    }

    .container {
        padding: 1.25rem 1.25rem 0 1.25rem;
        gap: 20px;
    }

    .mid-section {
        margin: 2.5rem 10%;
    }

    .place-info-heading {
        margin: 0 0 1rem 0;
    }

    .place-info-container {
        width: 90%;
        display: flex;
        justify-content: center;
        margin: 0 5% 2.5rem 5%;
        max-width: 73rem;
    }

    .country-info {
        width: 90%;
        grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
        gap: 1.25rem;
    }

    .place-info {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1366px) {
    #header-notification-contect-box {
        gap: 25%;
        height: 10%;

    }

    /* ------------Country Information ------------*/
    .overflow-container h2 {
        font-size: 2rem;
        margin: 3.5rem 2.5rem 0.5rem 2rem;
        padding: 0 1rem;
    }

    .overflow-container p {
        margin: 0rem 2.5rem 0rem 2rem;
    }

    .container {
        padding: 1.25rem 1.25rem 0 1.25rem;
        gap: 20px;
    }

    .mid-section {
        margin: 2.5rem 10%;
    }

    .place-info-heading {
        margin: 0 0 1rem 0;
    }

    .place-info-container {
        width: 90%;
        display: flex;
        justify-content: center;
        margin: 0 5% 2.5rem 5%;
        max-width: 73rem;
    }

    .country-info {
        width: 90%;
        grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
        gap: 1.25rem;
    }

    .place-info {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1280px) {
    .right-sidebar-formBox-content h2 {
        margin-left: 2.5rem;
    }

    #header-notification-contect-box {
        gap: 35%;
    }

    .popular-adventure-sports-section {
        background: url("../images/back/Background-mobile.jpg");
    }

    /* ------------Country Information ------------*/
    .overflow-container h2 {
        font-size: 1.75rem;
        margin: 3.5rem 2.5rem 0.5rem 2rem;
        padding: 0 1rem;
    }

    .overflow-container p {
        font: 500 1rem / 1.5rem 'Nunito', sans-serif;
    }

    .container {
        padding: 1.25rem 1.25rem 0 1.25rem;
        gap: 20px;
    }

    .mid-section {
        margin: 2.5rem 10%;
    }

    .place-info-heading {
        margin: 0 0 1rem 0;
    }

    .place-info-container {
        width: 90%;
        display: flex;
        justify-content: center;
        margin: 0 5% 2.5rem 5%;
        max-width: 73rem;
    }

    .country-info {
        width: 90%;
        grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
        gap: 1.25rem;
    }

    .place-info {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1152px) {
    #header-notification-contect-box {
        gap: 30%;
    }

    .popular-adventure-sports-section {
        background: url("../images/back/Background-mobile.jpg");
    }

    /* ------------Country Information ------------*/
    .container {
        padding: 1.25rem 1.25rem 0 1.25rem;
        gap: 20px;
    }

    .mid-section {
        margin: 2.5rem 10%;
    }

    .place-info-heading {
        margin: 0 0 1rem 0;
    }

    .place-info-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 0 2.5rem 0;
        max-width: 73rem;
    }

    .country-info {
        width: 80%;
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
        gap: 1.25rem;
    }

    .place-info {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1024px) {
    .right-sidebar-formBox-content h2 {
        margin-left: 15.5rem;
    }
}

@media screen and (max-width: 1080px) {
    .package-form-submit {
        margin-left: 35%;
    }

    .navbar-content-box {
        padding: 1% 3%;
        align-items: center;
        display: flex;
        flex-direction: row;
    }

    .nav-options {
        gap: 2%;
        font-size: 1rem;
        width: 50%;
        padding-left: 1%;
    }

    .popular-adventure-sports-section {
        background: url("../images/back/Background-mobile.jpg");
    }

    /* ------------Country Information ------------*/
    .overflow-container h2 {
        font-size: 1.5rem;
        margin: 3rem 2.5rem 0.5rem 2rem;
        padding: 0 0.5rem;
    }

    .container {
        padding: 1.25rem 1.25rem 0 1.25rem;
        gap: 20px;
    }

    .mid-section {
        margin: 2.5rem 10%;
    }

    .place-info-heading {
        margin: 0 0 1rem 0;
    }

    .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .place-info-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 0 2.5rem 0;
        max-width: 67rem;
    }

    .country-info {
        width: 85%;
        grid-template-columns: repeat(auto-fit, minmax(212px, 1fr));
        gap: 1.25rem;
    }

    .place-info {
        width: 100%;
        margin: 0;
    }

    .packge-details-container {
        flex-direction: column;
    }

    .main-container {
        width: 100%;
        margin: 0 auto;
    }

    .right-sidebar {
        display: flex;
        width: 100%;
    }

    /* Footer */
    .footer {
        flex-direction: column;
    }

    .footer-links {
        width: calc(100%);
    }

    .activity {
        display: flex;
        flex-direction: column;
    }

    .activity img {
        width: 100%;
        max-width: 600px;
        height: 300px;
        margin: auto;
    }

    .activity .activity-info {
        width: 100%;
        max-width: 600px;
        height: auto;
        margin: 15px auto 0;
    }

    .contact-us-details {
        flex-direction: column;
    }
}

@media screen and (max-width: 940px) {
    .right-sidebar-formBox-content h2 {
        margin-left: 13.5rem;
    }

    .package-form-submit {
        margin-left: 37%;
    }

    #header-notification-contect-box {
        gap: 18%;
    }

    .whatsapp-contact-number p {
        font-size: 1rem;
        height: 100%;
    }

    /* .whatsapp-contact img {
        width: 13%;
        aspect-ratio: 11/10;
        object-fit: cover;
    } */
    .whatsapp-contact i {
        font-size: 17px;
        margin-bottom: 0.25rem;
    }
    .nav-options {
        gap: 2.5%;
        font-size: 0.9rem;
        width: 50%;
        padding-left: 0%;
    }

    .navbar-content-box a img {
        width: 65%;
        aspect-ratio: 3.78/1;
        object-fit: cover;
    }

    ul.nav-options li a img {
        display: none;
    }

    .set-plan-button {
        width: 9.5rem;
        margin-left: 1%;
        padding: 1% 0 1% 0;
        font-size: 0.9rem;
        font-weight: 600;
    }

    .image-gallery-section {
        padding: 0 8% 8% 9%;
    }

    .banner-content-section {
        width: 45rem;
        padding-top: 12%;
        padding-left: 4%;
    }

    .banner-h1 {
        font-size: 5rem;
        line-height: 5.875rem;
    }

    .line-divider {
        width: 46rem;
    }

    .popular-adventure-sports-section {
        background: url("../images/back/Background-mobile.jpg");
    }

    /* ------------Country Information ------------*/

    .container {
        padding: 1.25rem 1.25rem 0 1.25rem;
        gap: 20px;
    }

    .mid-section {
        margin: 2.5rem 10%;
    }

    .overflow-container h2 {
        font-size: 1.25rem;
        margin: 3rem 2.5rem 0.5rem 2rem;
        padding: 0 0.5rem;
    }

    .place-info-heading {
        margin: 0 0 1rem 0;
    }

    .mid-content {
        width: 66%;
    }

    .overflow-container p {
        margin: 0rem 2.5rem 0rem 1.5rem;
    }

    .mid-section .mid-banner {
        width: 54%;
    }

    .place-info-heading {
        margin: 0 0 1rem 0;
    }

    .place-info-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 0 2.5rem 0;
    }

    .country-info {
        width: 85%;
        grid-template-columns: repeat(auto-fit, minmax(212px, 1fr));
        gap: 1.25rem;
    }

    .place-info {
        width: 100%;
        margin: 0;
    }

    /* Footer */
    .footer {
        flex-direction: column;
    }

    .footer-links {
        width: calc(100%);
    }

    .footer-links div.footer-links-blocks:nth-child(4) {
        width: auto;
    }
}

@media screen and (max-width: 853px) {
    .right-sidebar-formBox-content h2 {
        margin-left: 11.5rem;
    }
}

@media screen and (max-width: 820px) {
    .client-testimonial {
        flex-direction: column;
    }

    .right-sidebar-formBox-content h2 {
        margin-left: 12.5rem;
    }

    .whatsapp-contact-number p {
        font-size: 1rem;
        height: 100%;
    }

    /* .whatsapp-contact img {
        width: 13%;
        aspect-ratio: 11/12;
        object-fit: cover;
    } */
    .whatsapp-contact i {
        font-size: 17px;
        margin-bottom: 0.25rem;
    }
    #header-notification-contect-box {
        gap: 15%;
    }

    .res-hide {
        display: none;
    }

    .res-show {
        display: block;
    }

    /**home page**/
    #header-notification-contect-box {
        width: 100%;
        justify-content: center;
    }

    .header-notification-content p {
        font-size: 0.563rem;
        margin-left: 0%;
    }

    .book-now-option {
        font-size: 0.625rem;
    }

    .whatsapp-contact {
        margin-top: 2%;
        margin-bottom: 3%;
        justify-content: center;
        align-items: center;
        width: 30%;
        gap: 0.5rem;   
    }

    .mobile-navbar-content-box {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .logo a {
        margin-left: 50%;
    }

    .header-notification-content {
        margin-left: 0%;
    }

    .nav-options {
        display: none;
    }

    .tripadvisor {
        display: none;
    }

    .set-plan-button {
        display: none;
    }

    .nav-content a {
        display: none;
    }

    #menu-icon {
        display: block;
        padding: 0 0.625rem;
        margin-left: 26%;
    }

    .set-plan-button-mobile {
        width: 10rem;
        height: auto;
        display: flex;
        justify-content: center;
        margin-left: 2%;
        text-decoration: none;
        text-align: center;
        align-items: center;
        padding: 3% 0;
        border: 2px solid #FC6B21;
        border-radius: 1.875rem;
        color: #FC6B21;
        font-size: 1rem;
        font-family: 'Work Sans', sans-serif;
        font-weight: 600;
        margin-bottom: 5%;
    }

    .set-plan-button-mobile:hover {
        background-color: #FC6B21;
        border: 2px solid #ffffff;
        color: #ffffff;
        transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    }


    #mobile-nav {
        top: 3.5rem;
        z-index: 999;
        border-top: 1px solid #CACACA;
        display: none;
    }

    #mobile-nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #mobile-nav ul li {
        color: grey;
    }

    #mobile-nav ul li {
        color: white;
    }

    #mobile-nav .contact-us {
        width: 64%;
    }

    #mobile-nav ul li {
        padding: 5% 44%;
        margin-top: 1%;
        margin-bottom: 3%;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: center;
        margin-left: -7%;
    }

    #mobile-nav ul li a {
        font: Poppins, "sans-serif";
        display: table-cell;
        vertical-align: middle;
    }

    .tripadvisor-logo {
        margin-bottom: 15%;
        margin-top: 11%;
    }

    .navbar-content-box {
        margin-top: 1%;
        padding: 1% 5%;
        justify-content: space-between;
    }

    /* Home Banner */
    .banner-content-section {
        width: 45rem;
        padding-top: 8%;
        padding-left: 3%;
    }

    /* kathmandu in one day */
    .kathmandu-one-day-brief {
        width: 47%;
    }

    .kathmandu-one-day {
        flex-direction: column;
    }

    .kathmandu-one-day-brief {
        width: 47%;
    }

    .kathmandu-one-day-images {
        width: 70%;
    }

    .image-gallery-section {
        padding: 0 4% 8% 5%;
    }

    /* Popular Adventure */
    .popular-adventure-sports-section {
        background: url("../images/back/Background-mobile.jpg");
    }

    /* ------------Country Information ------------*/
    .container {
        padding: 1.25rem 1.25rem 0 1.25rem;
        gap: 20px;
    }

    .mid-section {
        margin: 2.5rem 10%;
        height: 20rem;
    }

    .place-info-heading {
        margin: 0 0 1rem 0;
    }

    .place-info-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 0 2.5rem 0;
    }

    .country-info {
        width: 65%;
        grid-template-columns: repeat(auto-fit, minmax(212px, 1fr));
        gap: 1.25rem;
    }

    .place-info {
        width: 100%;
        margin: 0;
    }

    .mid-section .mid-banner {
        border-radius: 20rem 1rem 1rem 20rem;
    }

    /* Footer */
    .footer {
        flex-direction: column;
    }

    .footer-links {
        width: calc(100%);
    }

    .footer-links div.footer-links-blocks:nth-child(4) {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    #header-notification-contect-box {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        padding: 0;
    }

    .header-notification-content {
        flex-direction: column;
        
        align-items: center;
        text-align: center;
    }

    .header-notification-content img {
        margin-left: 0;
        padding: 0;
        width: 2rem;
    }

    .whatsapp-contact {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    .whatsapp-contact-number p {
        font-size: 1rem;
    }

    .book-now-option {
        padding-left: 0;
        font-size: 0.875rem;
    }

    .close-btn {
        position: absolute;
        top: 0.75rem;
        right: 1rem;
        font-size: 1.5rem;
        font-weight: bold;
        color: #333;
        cursor: pointer;
    }

    .right-sidebar-formBox-content h2 {
        margin-left: 10.5rem;
    }

    .package-form-submit {
        margin-left: 31%;
    }

    .res-show {
        width: 76%;
    }

    #mobile-nav {
        top: 4rem;
    }

    .navbar-content-box {
        padding: 1.5% 5%;
    }

    /* .whatsapp-contact img {
        width: 13%;
        aspect-ratio: 11/12;
        object-fit: cover;
    } */
    .whatsapp-contact i {
        font-size: 17px;
        margin-bottom: 0.25rem;
    }
    .whatsapp-contact {
        margin-top: 2%;
        margin-bottom: 2%;
        width: 28%;
        gap: 0;
    }

    /* Style for Banner Section */
    .banner-content-section {
        width: 90%;
        padding-top: 6%;
        padding-left: 3%;
    }

    .banner-h1 {
        font-weight: 500;
        font-size: 4.7rem;
        line-height: 5rem;
    }

    .line-divider {
        width: 34rem;
    }

    .activity-location-banner {
        width: 23rem;
    }

    .book-package-button-banner a {
        margin-top: 1%;
        font-size: 1.1rem;
        width: 13.5rem;
        height: 3rem;
    }

    /* kathmandu in one day  */
    .kathmandu-one-day {
        flex-direction: column;
        margin: 2.5rem 0;
        padding-bottom: 0;
    }

    .kathmandu-one-day-brief {
        width: 50%;
    }

    .kathmandu-one-day-images {
        width: 80%;
        padding-left: 4%;
        gap: 1.375rem;
    }

    .kathmandu-one-day p {
        margin-top: 5%;
        font-family: "Poppins", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        color: #63686B;
    }

    .popular-adventure-sports-section {
        background: url("../images/back/Background-mobile.jpg");
    }

    .image-gallery-section {
        width: 100%;
        padding: 0;
        flex-direction: column;
        align-items: center;
    }

    .media-featured {
        width: 60%;
    }

    .image-gallery-four-small-image {
        width: 60%;
        height: 28rem;
    }

    h2.review-title {
        margin-top: 2.5rem;
    }

    .review-text p {
        font-size: 1.2rem;
    }

    .review-detail {
        margin-bottom: 5rem;
        margin-top: 1rem;
    }

    .review-person-name {
        font-size: 1.75rem;
    }

    /* ------------Country Information ------------*/
    .description-container {
        flex-direction: column-reverse;
        align-items: center;
    }

    main .section-anchor {
        width: 90%;
        margin-left: 5% !important;
        margin-right: 5%;
        overflow: hidden;
    }

    .container {
        padding: 1.25rem 1.25rem 0 1.25rem;
        gap: 20px;
    }

    .mid-section {
        margin: 2.5rem 10%;
        height: 20rem;
    }

    .place-info-heading {
        margin: 0 0 1rem 0;
    }

    .place-info-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 0 2.5rem 0;
    }

    .country-info {
        width: 65%;
        grid-template-columns: repeat(auto-fit, minmax(212px, 1fr));
        gap: 1.25rem;
    }

    .place-info {
        width: 100%;
        margin: 0;
    }

    .mid-section img {
        display: none;
    }

    .mid-content {
        width: 100%;
        height: 25rem;
    }

    .overflow-container {
        width: 100%;
    }

    /* Footer */
    .footer {
        flex-direction: column;
        margin: 4% 2%;
    }

    .company-details {
        width: 80%;
    }

    .company-details p {
        margin-top: 0.5rem;
    }

    .media-icons {
        width: 80%;
    }

    .footer-links {
        width: 100%;
        gap: 1rem;
    }

    h4.footer-heading {
        font-size: 1rem;
    }

    .footer-links-blocks a {
        font-size: 0.75rem;
    }

    .footer-links div.footer-links-blocks {
        width: auto;
    }

    .activities {
        margin: 0 7%;
    }

    .activity img {
        width: 100%;
        max-width: 500px;
        height: 250px;
        margin: auto;
    }

    .activity .activity-info {
        width: 100%;
        max-width: 500px;
        height: auto;
        margin: 10px auto 0;
    }

    h1.inner-heading {
        font: 500 2rem 'Oswald', sans-serif;
    }

    .activity-info h2 {
        margin-bottom: 0;
        font-size: 1.1rem;
    }

    .num-pack {
        width: 2rem;
        height: 2rem;
    }

    .activity-brief {
        font-size: 0.7rem;
    }

    a.view-details {
        width: 90%;
        margin: 10px auto;
        font-size: 12px;
    }

    .inner-sub-heading {
        text-align: center;
    }

    .affiliation,
    .service {
        padding-left: 0%;
        margin: 2% 5%;
    }

    /*Ticketing */
    .ticket-description-content {
        width: 100%;
        margin: 0;
        padding: 0 1rem;
    }
    .ticket-description-content p {
        font-size: 0.95rem;
    }

    .flight-image {
        width: 90%; /* Slightly narrower for small screens */
        flex-direction: column;
        gap: 1rem;
    }

    .flight-midBanner {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .package-form-submit {
        margin-left: 31%;
    }

    /* Navbar */
    #mobile-nav {
        top: 4rem;
    }

    .whatsapp-contact {
        width: 37%;
    }

    .line-divider {
        width: 90%;
    }

    /* Home Banner */
    .banner-h1 {
        font-size: 3.875rem;
    }

    .activity-location-banner {
        font-size: 1.313rem;
    }

    .activity-location-banner p {
        font-size: 1.313rem;
    }

    .location-banner-text p {
        font-size: 0.813rem;
    }

    .book-package-button-banner a {
        margin-top: 6%;
        font-size: 1rem;
        width: 12rem;
        height: 2.5rem;
    }

    /* <!-- HOT SELLING PACKAGES SECTION  --> */
    .hot-selling-packages-title h2 {
        font-size: 1.5rem;
    }

    /* kathmandu in one day */
    h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .kathmandu-one-day-brief {
        width: 70%;
    }

    .kathmandu-one-day-brief .small-text {
        font-size: 1.5rem;
    }

    .kathmandu-one-day-images {
        width: 80%;
        flex-direction: column;
        padding-left: 10%;
    }

    .one-day-other-images {
        width: 22.625rem;
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
    }

    .one-day-featured-image {
        width: 22.75rem;
    }

    .review-person-name {
        font-size: 1.5rem;
    }

    /* Popular Adventure */
    .image-gallery-four-small-image {
        width: 100%;
    }

    /* ------------Country Information ------------*/
    .container {
        padding: 1.25rem 1.25rem 0 1.25rem;
        gap: 20px;
    }

    .mid-section {
        margin: 2.5rem 10%;
    }

    .place-info-heading {
        margin: 0 0 1rem 0;
    }

    .place-info-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 0 2.5rem 0;
    }

    .country-info {
        width: 65%;
        grid-template-columns: repeat(auto-fit, minmax(212px, 1fr));
        gap: 1.25rem;
    }

    .grid {
        grid-template-columns: 1fr;
    }

    .place-info {
        width: 100%;
        margin: 0;
    }

    /* footer */
    .footer-links {
        gap: 0.5rem;
    }

    .footer-links div.footer-links-blocks:nth-child(4) {
        width: auto;
    }

    .activity img {
        width: 100%;
        max-width: 400px;
        height: 200px;
        margin: auto;
    }

    .activity .activity-info {
        width: 100%;
        max-width: 400px;
        height: auto;
        margin: 10px auto 0;
    }

}

@media screen and (max-width: 540px) {
    #header-notification-contect-box {
        width: 100%;
        justify-content: center;
        height: 4.5rem;
    }

    .right-sidebar-formBox-content h2 {
        margin-left: 4.5rem;
    }

    .package-form-submit {
        margin-left: 26%;
    }
}

@media screen and (max-width: 480px) {
    #mobile-nav {
        top: 8.5rem;
    }

    /* .whatsapp-contact img {
        width: 13%;
        aspect-ratio: 11/12;
        object-fit: cover;
    } */
    .whatsapp-contact i {
        font-size: 17px;
        margin-bottom: 0.25rem;
    }
    .whatsapp-contact {
        margin-top: 2%;
        margin-bottom: 2%;
        justify-content: center;
        align-items: center;
        width: 37%;
        gap: 0;
    }

    .banner-content-section {
        padding-top: 12%;
    }

    .banner-h1 {
        font-size: 3.12rem;
    }

    .review-person-name {
        font-size: 1.25rem;
    }

    .review-detail {
        margin-bottom: 3rem;
    }

    /* ------------Country Information ------------*/
    .container {
        padding: 1.25rem 1.25rem 0 1.25rem;
        gap: 20px;
    }

    .mid-section {
        margin: 2.5rem 10%;
    }

    .place-info-heading {
        margin: 0 0 1rem 0;
    }

    .place-info-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 0 2.5rem 0;
    }

    .country-info {
        width: 65%;
        grid-template-columns: repeat(auto-fit, minmax(212px, 1fr));
        gap: 1.25rem;
    }

    .place-info {
        width: 100%;
        margin: 0;
    }

    /*Ticketing */
    .ticket-description-content {
        width: 100%;
        margin: 0;
        padding: 0 1rem;
    }
    .ticket-description-content p {
        font-size: 0.9rem;
    }

    .modal-prev,
    .modal-next {
        font-size: 2.5rem;
    }

    /*TripAdvisor Award Section */
    .trip-advisor {
        padding: 2rem 1rem;
        overflow-x: hidden;
    }

    .award-section {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        width: 100%;
    }

    .award, .award-description {
        width: 100%;
        text-align: center;
    }

    .award img {
        max-width: 90%;
    }

    .award-description .small-text {
        font-size: 1rem;
        text-align: left;
    }

    .award-description .long {
        font-size: 2rem;
        margin-top: 1rem;
        text-align: left;
    }

    .award-description p {
        margin: 0;
        font-size: 0.875rem;
        text-align: left;
}
}
@media screen and (max-width: 440px) {
    .description-line {
        width: 30%;
        margin: 2% 35%;
        border: 2px solid #397644;
    }

    .right-sidebar-formBox-content h2 {
        margin-left: 5.5rem;
    }

    .package-form-submit {
        margin-left: 26%;
    }

    /* .whatsapp-contact img {
        width: 1.5rem;
        height: auto;
    } */
    .whatsapp-contact i {
        font-size: 17px;
        margin-bottom: 0.25rem;
    }
    .res-hide {
        display: none;
    }

    .res-show {
        display: block;
        width: 85%;
    }

    #header-notification-contect-box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        background-color: #397644;
        padding: 0.5rem .5rem;
        gap: 0.25rem;
        width: 100%;
        height: 3.2rem;
        margin-top: 0;
        padding : .2rem
    }

    .header-notification-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
    }

    .header-notification-content p {
        font-size: 0.6rem;
        color: #AEFDBC;
        margin: 0 0 0 0;
        font-family: 'Poppins', sans-serif;
    }

    .book-now-option {
        font-size: 0.625rem;
        font-weight: 600;
        color: white;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
    }

    .whatsapp-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 42%;
        text-align: center;
        margin-left: 0;
    }

    /* .whatsapp-contact img {
        width: 1rem;
        height: auto;
        margin-bottom: 0.25rem;
    } */
    .whatsapp-contact i {
        font-size: 17px;
        margin-bottom: 0.25rem;
    }
    .whatsapp-contact p {
        font-size: 0.8rem;
        color: white;
        margin: 0;
        font-family: 'Poppins', sans-serif;
    }

    .mobile-navbar-content-box {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .logo a {
        margin-left: 50%;
    }

    .header-notification-content {
        margin-left: 0%;
    }

    .nav-options {
        display: none;
    }

    .tripadvisor {
        display: none;
    }

    .set-plan-button {
        display: none;
    }

    .nav-content a {
        display: none;
    }

    #menu-icon {
        display: block;
        padding: 0 0.625rem;
    }

    #menu-icon {
        margin-left: 11%;
    }

    #mobile-nav {
        top: 7rem;
    }

    #mobile-nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #mobile-nav ul li {
        color: grey;
    }

    #mobile-nav ul li {
        color: white;
    }

    #mobile-nav .contact-us {
        width: 64%;
    }

    #mobile-nav ul li {
        padding: 5px 20px;
        margin-top: 1%;
        margin-bottom: 3%;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: center;
        margin-left: -7%;
    }

    #mobile-nav ul li a {
        font: Poppins, "sans-serif";
        display: table-cell;
        vertical-align: middle;
    }

    .tripadvisor-logo {
        margin-bottom: 15%;
        margin-top: 11%;
    }

    /* Home Banner  */
    .banner-h1 {
        font-weight: 600;
        font-size: 2.125rem;
        line-height: 2.688rem;
        text-transform: uppercase;
    }

    .banner-content-section {
        width: 19rem;
        padding-left: 5%;
        padding-top: 2%;
    }

    .line-divider {
        width: 20rem;
    }

    .book-package-button-banner a {
        font-size: 0.75rem;
        text-decoration: none;
        width: 8.5rem;
        height: 3rem;
    }

    .location-banner-text p {
        font-size: 13px;
    }

    .home-banner-section {
        height: 26rem;
    }

    .center-propagation {
        margin-top: -13.5%;
        margin-bottom: 10%;
    }

    /* packages  */
    .small-text {
        font-size: 0.875rem;
    }

    h2 {
        font-size: 1.5rem;
        margin-bottom: 0.775rem;
    }

    .packages-list {
        width: 100%;
        gap: 20px;
    }

    .top-selling-packages-title {
        margin-bottom: 8%;
    }

    .top-selling-packages-title h2 {
        font-size: 1.5rem;
    }

    .top-selling-package {
        width: 70%;
        height: 250px;
    }

    .marL10p {
        margin-left: 0;
    }

    .top-selling-package:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .kathmandu-one-day-images {
        padding-left: 0;
        gap: 0.817rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .one-day-featured-image {
        width: 21.563rem;
        height: 17.813rem;
    }

    .one-day-other-images {
        display: flex;
        flex-direction: row;
    }

    .one-day-other-images {
        width: 30rem;
        height: 12.5rem;
        display: flex;
        flex-direction: row;
        gap: 0.817rem;
    }

    .one-day-other-images {
        width: 21.188rem;
    }

    /* one day kathmandu trip  */
    .kathmandu-one-day {
        display: flex;
        flex-direction: column;
        margin-top: 1.25rem;
    }

    .kathmandu-oneday-text-portion {
        width: 90%;
        margin-bottom: 5%;
    }

    .kathmandu-oneday-text-portion .small-text {
        font-size: 1.125rem;
    }

    .kathmandu-oneday-three-image-section {
        width: 92%;
    }

    .kathmandu-oneday-three-image-section {
        padding-left: 0%;
    }

    .kathmandu-one-day p {
        margin: 9% 0 0 0;
        font-family: "Poppins", sans-serif;
        font-size: 0.875rem;
        font-weight: 400;
        color: #63686B;
    }

    .kathmandu-one-day-brief {
        width: 75%;
    }

    .kathmandu-one-day-brief .small-text {
        font-size: 1.25rem;
    }

    /* adventure sports  */
    .h3 {
        font-size: 2.2rem;
        margin: 5% 0% 5% 0;
    }

    .popular-adventure-sports-section {
        background-image: url("../images/back/Background-mobile.jpg");
    }

    .image-gallery-section {
        width: 100%;
        height: auto;
        padding: 0 0% 0% 0%;
    }

    .image-gallery-four-small-image {
        width: 80%;
    }

    .image-gallery-big-image {
        width: 90%;
    }

    .image-gallery-title .small-text {
        font-size: 1.125rem;
    }

    .image-gallery-title h2 {
        font-size: 1.75rem;
    }

    .image-gallery-title {
        padding: 0;
        margin-top: 4%;
        margin-bottom: 4%;
    }

    .media-featured {
        width: 80%;
    }

    /* review  */
    .customer-review {
        margin-bottom: 7rem;
    }

    .customer-review h2 {
        margin-bottom: 1.75rem;
    }

    .review-title {
        font-size: 1.75rem;
        margin-top: 1.25rem;
    }

    .clients-reviews {
        height: auto;
        margin: 4% 4% 4% 4%;
        padding: 0 0 0 0;
    }

    .review-text {
        margin-top: 0;
    }

    .review-text p {
        font-size: 1rem;
    }

    .review-person-name {
        font-size: 1.188rem;
    }

    .review-image img {
        width: 100%;
        height: 45%;
        margin-top: 8%;
    }

    .review-image {
        height: 12.438rem;
        margin-top: -6.5%;
    }

    .review-detail {
        background: url(../images/inverted-comma.png) no-repeat;
        background-position: -79% -13%;
        margin-top: 0rem;
        width: 75%;
        margin-left: 15%;
        margin-bottom: 3rem;
    }

    /* ------------Country Information ------------*/
    .container {
        padding: 1.25rem 1.25rem 0 1.25rem;
    }

    .mid-section {
        margin: 2.5rem 10%;
        height: 20rem;
    }

    .place-info-heading {
        margin: 0 0 1rem 0;
    }

    .place-info-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 0 7.25rem 0;
    }

    .country-info {
        width: 65%;
        grid-template-columns: repeat(auto-fit, minmax(212px, 1fr));
        gap: 1.25rem;
    }

    .place-info {
        width: 100%;
        margin: 0;
    }

    /* footer  */
    .footer-top {
        gap: 2.063rem;
        margin-top: 6%;
        margin-bottom: 10%;
    }

    .footer {
        margin: 5% 3% 5% 3%;
        padding: 0% 0% 0% 0%;
        display: block;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 0.5rem;
    }

    .footer-links-blocks {
        text-align: center;
    }

    h4.footer-heading {
        margin-bottom: 4%;
    }

    .footer-links div.footer-links-blocks {
        width: 100%;
    }

    .footer-links-blocks a {
        letter-spacing: 2px;
    }

    .footer-links div.footer-links-blocks:nth-child(3) {
        width: 100%;
    }

    .footer-links-blocks ul li {
        align-items: center;
    }

    .company-details {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .company-links {
        width: 90%;
        justify-content: center;
        gap: 2rem;
        margin-top: 8%;
        text-align: center;
        justify-content: center;
    }

    .links-section-1 {
        width: 25%;
        height: auto;
    }

    h4 {
        font-size: 0.875rem;
    }

    .links-section-1 ul {
        font-size: 0.813rem;
    }

    .links-section-2 ul {
        font-size: 0.813rem;
    }

    .media-icons {
        justify-content: center;
    }

    .copyright-section p {
        font-family: "Poppins", sans-serif;
        font-size: 0.75rem;
        font-weight: 400;
        color: #ffffff;
        margin: 2% 3% 2% 3%;
        text-align: center;
    }

    .packge-details-container {
        margin: 1.25rem 1em;
    }

    .activity img {
        width: 100%;
        max-width: 300px;
        height: 185px;
        margin: auto;
    }

    .activity .activity-info {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 5px auto 0;
    }

    /*Ticketing */
    .flight-text-section {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        padding: 2rem 1rem;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .flight-text {
        width: 100%;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .flight-text-section h2,
    .flight-text-section p,
    .flight-text-section .subheading {
        width: 100%;
        box-sizing: border-box;
    }

    .flight-text-section h2 {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }

    .flight-text-section .subheading {
        font-style: italic;
        font-size: 0.9rem;
        margin-bottom: 1rem;
        color: #555;
    }

    .flight-text-section p {
        font-size: 0.9rem;
        line-height: 1.6rem;
        margin: 0 0 1rem 0;
        padding: 0;
    }
}

@media screen and (max-width:344px) {
    .right-sidebar-formBox-content h2 {
        margin-left: 2.5rem;
    }
}

@media screen and (max-width: 375px) {
    .right-sidebar-formBox-content h2 {
        margin-left: 4rem;
    }

    .country-mouse-image-section {
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 3.5rem;
        background-color: white;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 16%;
    }

    .package-form-submit {
        margin-left: 23%;
    }

    /* nav Menu */
    #mobile-nav {
        top: 7rem;
    }

    /* main */
    .hot-selling-packages-title h2 {
        font-size: 1.5rem;
    }

    .marL10p {
        margin-left: -34px;
    }

    .top-selling-package {
        width: 75%;
    }

    .packages-list {
        width: 118%;
        gap: 20px;
    }

    .kathmandu-one-day-brief {
        width: 80%;
    }

    .kathmandu-one-day-brief .small-text {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .kathmandu-one-day-brief .long {
        font-size: 1.9rem;
    }

    .one-day-featured-image {
        width: 20.563rem;
    }

    .one-day-other-images {
        width: 20.188rem;
    }

    .customer-review h2 {
        margin-bottom: 0.5rem;
    }

    .customer-review {
        margin-bottom: 7rem;
    }

    .review-detail {
        margin-bottom: 1.5rem;
        width: 80%;
        margin-left: 10%;
    }

    .review-text {
        margin-top: 0%;
    }

    /* ------------Country Information ------------*/
    .container {
        padding: 1.25rem 1.25rem 0 1.25rem;
    }

    .mid-section {
        margin: 2.5rem 10%;
    }

    .place-info-heading {
        margin: 0 5% 1rem 5%;
    }

    .place-info-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 0 5.5rem 0;
    }

    .country-info {
        width: 75%;
        grid-template-columns: repeat(auto-fit, minmax(149px, 1fr));
        gap: 1.25rem;
    }

    .place-info {
        width: 100%;
        margin: 0 0 0.5rem 0;
    }

    /* footer */
    h4.footer-heading {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 340px) {
    .package-form-submit {
        margin-left: 26%;
    }

    .line-divider {
        width: 18.5rem;
    }

    /* Home main */
    .hot-selling-packages-title h2 {
        font-size: 1.5rem;
    }

    .packages-list {
        width: 85%;
    }

    .kathmandu-one-day-brief {
        width: 80%;
    }

    .kathmandu-one-day-brief .small-text {
        font-size: 1.5rem;
    }

    .one-day-featured-image {
        width: 20.563rem;
    }

    .one-day-other-images {
        width: 20.188rem;
    }

    .customer-review {
        margin-bottom: 6rem;
    }

    .review-detail {
        margin-bottom: 2rem;
        width: 80%;
        margin-left: 10%;
    }

    .review-title {
        font-size: 1.5rem;
        margin-top: 10%;
    }

    .customer-review h2 {
        margin-bottom: 6.625rem;
    }

    /* ------------Country Information ------------*/
    .container {
        padding: 1.25rem 1.25rem 0 1.25rem;
    }

    .mid-section {
        margin: 2.5rem 10%;
    }

    .place-info-heading {
        margin: 0 5% 1rem 5%;
    }

    .place-info-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 0 4.5rem 0;
    }

    .country-info {
        width: 75%;
        grid-template-columns: repeat(auto-fit, minmax(149px, 1fr));
        gap: 1.25rem;
    }

    .place-info {
        width: 100%;
        margin: 0 0 0.5rem 0;
    }

    /* footer */
    h4.footer-heading {
        font-size: 0.8rem;
    }

    .footer-links-blocks ul {
        font: 400 0.8rem "Poppins", sans-serif;
    }
}

@media screen and (max-width: 320px) {
    .one-day-featured-image {
        width: 19.563rem;
    }

    .customer-review h2 {
        margin-bottom: 0.5rem;
    }

    .review-detail {
        background-position: 139% -9%;
    }

    /* ------------Country Information ------------*/
    .mid-section {
        margin: 2.5rem 10%;
    }

    .place-info-heading {
        margin: 0 0 1rem 0;
    }

    .place-info-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 0 5rem 0;
    }

    .country-info {
        width: 75%;
        grid-template-columns: repeat(auto-fit, minmax(149px, 1fr));
        gap: 0.5rem;
    }

    .place-info {
        width: 100%;
        margin: 0 0 0.5rem 0;
    }
}

@media screen and (max-width: 768px) {
    .country-banner {
        height: auto;
    }

    .banner-content {
        display: block;
        height: auto;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    .banner-overlay {
        background: rgba(0, 0, 0, 0.45);
    }

    /* Text alignment and spacing */
    .text-overlay {
        position: relative;
        padding: 2rem 1.5rem;
        text-align: left;
        transform: none;
        top: auto;
        left: auto;
        max-width: 100%;
        z-index: 1;
    }

    .text-overlay h1 {
        font-size: 2rem;
        line-height: 2.5rem;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .text-overlay .h1-part2 {
        font-size: 2.5rem;
        display: block;
        margin-top: 0.5rem;
    }

    .line-divider {
        width: 80%;
        height: 2px;
        background-color: white;
        margin: 1rem 0;
    }


    .description-inner {
        flex-direction: row;
        align-items: flex-start;
        gap: 0.5rem;
        font-size: 0.9rem;
        background: none;
        padding-top: 1rem;
    }

    .location-image {
        width: 1.2rem;
        height: 1.2rem;
    }

    .location-image img {
        width: 100%;
        height: auto;
    }

    .paragraph p {
        margin: 0;
    }

    /* Book Button */
    .country-book-package-button-banner a {
        margin: 0 0 3rem 0;
        font-size: 0.9rem;
        width: 10rem;
        height: 2.5rem;
        border-radius: 2rem;
        display: inline-flex;
        z-index: 1;
    }

    /* Mouse scroll icon */
    .country-center-propagation {
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        z-index: 2;
    }

    .country-mouse-image-section {
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 3.5rem;
        background-color: white;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .country-mouse-image-section img {
        width: 80%;
        height: auto;
    }

    main {
        position: relative;
        z-index: 1;

    }
}

@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
        width: 100%;
    }
}

/* Blog Hero */
.blog-hero {
    padding-top: 6rem !important;
    padding-bottom: 4rem !important;
    border-bottom: 1px solid #eee;  /* optional subtle separator */
}

.blog-subtitle {
    font-size: 1.1rem;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
   }

.blog-title-main {
    font-weight: 700;
    line-height: 1.1;
    color: #1a1a1a;
}

@media (min-width: 768px) {
    .blog-hero {
        padding-top: 8rem !important;
        padding-bottom: 6rem !important;
    }
    .blog-title-main {
        font-size: 3.5rem;  /* or keep display-4 */
    }
}

/* Cards */
.blog-card {
    border: none;
    transition: all 0.3s ease;
}
.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12) !important;
}
.blog-thumb .thumb-img {
    overflow: hidden;
}
.blog-thumb img {
    transition: transform 0.4s ease;
}
.blog-card:hover .blog-thumb img {
    transform: scale(1.08);
}

/* Content */
.blog-date {
    font-size: 0.85rem;
    letter-spacing: 1px;
}
.blog-post-title a:hover {
    color: #007bff; /* or your accent color – blue/orange/green */
}
.btn-outline-primary {
    border-color: #007bff;
    color: #007bff;
}
.btn-outline-primary:hover {
    background: #007bff;
    color: white;
}

/* Grid spacing */
.blog-grid .col-lg-4 {
    margin-bottom: 2rem;
}

.post-title {
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.post-meta {
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.post-content h2,
.post-content h3 {
    font-weight: 700;
    margin: 2.5rem 0 1.2rem;
    color: #1a1a1a;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 2rem 0;
}

.post-comments .comment-respond {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
}

/* ===============================
   SINGLE POST PAGINATION
================================= */

.single-post-pagination{
    margin-top:60px;
}

.single-post-pagination a{
    text-decoration:none;
    display:inline-block;
    max-width:100%;
}

.single-post-pagination .nav-label{
    display:block;
    font-size:13px;
    color:#999;
    margin-bottom:4px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.single-post-pagination .nav-title{
    font-size:16px;
    font-weight:600;
    color:#1a1a1a;
    transition:0.25s;
}

.single-post-pagination a:hover .nav-title{
    color:#ff6600;
}

/* divider spacing */
.single-post-pagination .col-6{
    padding-top:10px;
}

/* Mobile */
@media (max-width:768px){
    .single-post-pagination .row{
        gap:25px;
    }

    .single-post-pagination .col-6{
        width:100%;
        text-align:center !important;
    }
}

@media screen and (max-width: 991px) {
    body.mobile-menu-open {
        overflow: hidden;
    }

    #header-notification-contect-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0.75rem 1rem;
        gap: 0.5rem;
    }

    #header-notification-contect-box .whatsapp-contact {
        display: none;
    }

    .header-notification-content {
        width: 100%;
        margin: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 0.5rem;
    }

    .header-notification-content p {
        margin: 0;
    }

    .book-now-option {
        margin-left: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-content-box {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
    }

    .navbar-content-box > a:first-child {
        flex: 0 0 auto;
    }

    .header-whatsapp-icon {
        display: flex;
        flex: 1 1 auto;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        line-height: 1;
    }

    #menu-icon {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        padding: 0;
        border: 0;
        background: transparent;
        color: #000;
        font-size: 1.8rem;
        line-height: 1;
    }

    #mobile-nav {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 9999;
        background: rgba(8, 15, 26, 0.2);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.32s ease, visibility 0.32s ease;
    }

    #mobile-nav[hidden] {
        display: none !important;
    }

    #mobile-nav.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    #mobile-nav .mobile-nav-panel {
        width: 100%;
        min-height: 100dvh;
        background: #fff;
        display: flex;
        flex-direction: column;
        transform: translateX(-100%);
        transition: transform 0.32s ease;
        box-shadow: 12px 0 40px rgba(0, 0, 0, 0.18);
    }

    #mobile-nav.is-open .mobile-nav-panel {
        transform: translateX(0);
    }

    #mobile-nav .mobile-nav-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 1.25rem 1rem 1rem;
        border-bottom: 1px solid #e6e6e6;
    }

    #mobile-nav .mobile-nav-brand {
        display: inline-flex;
        align-items: center;
        max-width: 180px;
    }

    #mobile-nav .mobile-nav-brand img {
        width: 100%;
        height: auto;
        display: block;
    }

    #mobile-nav .mobile-nav-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border: 0;
        background: transparent;
        color: #101010;
        font-size: 1.35rem;
        padding: 0;
    }

    #mobile-nav .mobile-nav-body {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 1rem 0;
        overflow-y: auto;
    }

    #mobile-nav .mobile-nav-list {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    #mobile-nav .mobile-nav-list li {
        width: 100%;
        margin: 0;
        display: block;
        border-bottom: 1px solid #e4e4e4;
        color: #000;
    }

    #mobile-nav .mobile-nav-list li a,
    #mobile-nav .mobile-submenu-toggle {
        display: block;
        width: 100%;
        padding: 5px 10px;
        text-align: left;
        color: #000;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0.02em;
        background: transparent;
        border: 0;
    }

    #mobile-nav .mobile-submenu-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }

    #mobile-nav .mobile-submenu-toggle i {
        transition: transform 0.24s ease;
    }

    #mobile-nav .mobile-nav-item-has-children.is-open .mobile-submenu-toggle i {
        transform: rotate(180deg);
    }

    #mobile-nav .mobile-nav-submenu {
        margin: 0;
        padding: 0 0 0.5rem;
        list-style: none;
        background: #f8faf8;
    }

    #mobile-nav .mobile-nav-submenu[hidden] {
        display: none !important;
    }

    #mobile-nav .mobile-nav-submenu li {
        border-bottom: 0;
    }

    #mobile-nav .mobile-nav-submenu li a {
        padding: 10px;
        font-size: 0.98rem;
        font-weight: 500;
        text-transform: none;
        letter-spacing: 0;
        color: #2f2f2f;
    }

    #mobile-nav .set-plan-button-mobile {
        align-self: flex-start;
        margin: 1.5rem 1rem 0;
    }

    #mobile-nav .mobile-nav-footer {
        display: flex;
        flex-direction: column;
        gap: 0.9rem;
        padding: 1.2rem 1rem 1.5rem;
        padding-bottom: calc(1.5rem + env(safe-area-inset-bottom));
        border-top: 1px solid #e6e6e6;
        background: #fff;
    }

    #mobile-nav .mobile-nav-footer a {
        display: inline-flex;
        align-items: center;
        gap: 0.75rem;
        color: #2d2d2d;
        font-size: 0.98rem;
        font-weight: 500;
        text-decoration: none;
    }
}
