@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-style: normal;
}

.padding-70 {
    padding: 70px 0px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

ul {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
    font-family: "Work Sans", sans-serif;
}

li {
    list-style: none;
    font-family: "Work Sans", sans-serif;
}

p {
    margin: 0px;
    font-family: "Work Sans", sans-serif;
}

/**start-header**/
.navbar-brand img {
    width: 100%;
    max-width: 100px;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1080;
}

nav.navbar {
    background: #000;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

ul.dropdown-menu {
    background: #000;
    border: 1px #fff solid;
    padding-bottom: 0px !important;
}


button.top-contact {
    background: #0CA0E2;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
    margin-left: 30px;
    padding: 3px 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: "Bebas Neue", sans-serif;
}

ul.navbar-nav {
    gap: 15px;
}

/* Dynamic menu: keep items in one line, same style as fallback */

.navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
}
.navbar-nav .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1090;
}
.navbar-nav .dropdown.show .dropdown-menu,
.navbar-nav .dropdown-menu.show {
    display: block;
}
.navbar-nav .dropdown-item {
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}
.navbar-nav .dropdown-toggle::after {
    margin-left: 0.35em;
    vertical-align: middle;
}

/**end-header**/


/**start-hom-bnr**/
.hom-bnr {
    background-image: url(../images/bnr.jpg);
    width: 100%;
    min-height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0px;
    color: #fff;
    position: relative;
}

.hom-bnr a.feels {
    background: #0000001f;
    color: #fff;
    padding: 10px 10px;
    display: block;
    max-width: 200px;
    text-transform: capitalize;
    text-align: center;
    border-radius: 30px;
    border: 1px #ffffff24 solid;
    font-family: "Work Sans", sans-serif;
}

.hom-bnr h2 {
    font-size: 92px;
    text-transform: uppercase;
    margin: 30px 0px;
    font-family: "Bebas Neue", sans-serif;
}

.hom-bnr a.get-start {
    background: #0CA0E2;
    color: #fff;
    padding: 9px 20px;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 170px;
}

.bnr-list {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bnr-list p {
    width: 85%;
}

/**end-hom-bnr**/

.sec-had {
    width: 100%;
    max-width: 670px;
    text-align: center;
    margin: auto;
}

.sec-had h2 {
    text-transform: uppercase;
    font-size: 52px;
    font-family: "Bebas Neue", sans-serif;
    line-height: 50px;
}

.sec-had p {
    font-family: "Work Sans", sans-serif;
}

/**start-travel-sec**/
.travel-sec {
    background: #00d0e133;
}

.travel-box {
    text-align: center;
    border-right: 1px #ccc solid;
    padding: 0px 20px;
    margin-top: 20px;
}

.travel-sec .col-md-3 {
    padding: 0px;
}

.travel-box h4 {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    line-height: 24px;
}

.col-md-3:last-child .travel-box {
    border: 0px;
}

.tour-box img.main {
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.travel-box img {
    max-width: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.tour-box {
    margin: 10px 0px;
    box-shadow: 0px 3px 13px 0px #ccc;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.tour-txt {
    padding: 15px;
}

/**start-travel-sec**/

.accordion-body__img img {
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px;
    height:200px;
}

.tour-box .days {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 30px;
    padding: 8px;
    position: relative;
    margin-top: -35px;
    background: #fff;
    margin-bottom: 0px;
    font-size: 14px;
}

.tour-box .days i {
    color: #0CA0E2;
}

.tour-txt h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 0px;
}

.book-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    align-items: center;
    margin-bottom: 8px;
}

.tour-txt .stars {
    margin-bottom: 5px;
}

.tour-txt .stars i {
    color: #F0AD4E;
}

.tour-txt .stars label {
    font-size: 14px;
    padding-left: 5px;
}

.tour-txt p {
    font-family: "Work Sans", sans-serif;
    border-top: 1px #D6D6D6 solid;
    padding-top: 8px;
    margin-top: 0px;
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.addtor-txt {
    display: flex;
    align-items: center;
}
.addtor-txt a{
    color: #0CA0E2;
    font-weight: 600;
    padding-top: 7px;
}
.book-btn h5 {
    color: #0CA0E2;
    font-size: 24px;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 0px;
}
.tour-txt p i {
    color: #0CA0E2;
}
.book-btn button {
    background: #0CA0E2;
    color: #fff;
    border: 0px;
    text-transform: capitalize;
    border-radius: 10px;
    padding: 7px 15px;
    font-weight: 600;
}

img.toor-icon {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 90px;
    height: 90px;
    object-fit: contain;
}

section.upcoming-toor-sec .col-md-4,
section.upcoming-toor-sec .col-lg-3 {
    padding: 0px 15px;
}

/* Tours slider (upcoming tours carousel) */
.upcoming-toor-sec .tours-slider {
    position: relative;
    padding: 0 50px;
}

.upcoming-toor-sec .tours-slider .carousel-control-prev,
.upcoming-toor-sec .tours-slider .carousel-control-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #0CA0E2;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.upcoming-toor-sec .tours-slider .carousel-control-prev {
    left: 0;
}

.upcoming-toor-sec .tours-slider .carousel-control-next {
    right: 0;
}

.upcoming-toor-sec .tours-slider .carousel-control-prev:hover,
.upcoming-toor-sec .tours-slider .carousel-control-next:hover {
    opacity: 0.9;
    background: #0CA0E2;
}

.view-all-trips-btn {
    display: inline-block;
    background: #0CA0E2;
    color: #fff !important;
    border: 0;
    padding: 12px 35px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-all-trips-btn:hover {
    background: #0990c9;
    color: #fff !important;
    transform: translateY(-2px);
}

/**start-delivert-sec**/
.inr-delivert {
    padding: 6% 3%;
    border-radius: 25px;
    /* background-image: url("../images/bg.webp"); */
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #000;
}

.del-pic img {
    width: 100%;
    border-radius: 24px;
}

.del-txt h3 {
    font-size: 52px;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    max-width: 460px;
    line-height: 50px;
}

.del-txt {
    padding-left: 40px;
}

.del-txt p {
    color: #cccccc;
    font-weight: 300;
    margin: 24px 0px;
}

.del-txt a.why-chose {
    display: inline-block;
    background: #ffffff26;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    border: 1px #ccc solid;
    font-weight: 300;
    color: #fff;
}

a.learn {
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 150px;
    justify-content: center;
}

.delivert-box {
    background: #ffffff3b;
    padding: 15px;
    border-radius: 12px;
    min-height: 195px;
}

.delivert-box img {
    max-width: 60px;
    border-radius: 50%;
    margin-bottom: 13px;
}

.delivert-box h4 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-family: "Work Sans", sans-serif;
}

.delivert-box p {
    color: #cccccc;
    font-size: 15px;
    line-height: 20px;
}

.cover {
    background-image: url("../images/videos.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    cursor: pointer;
    border-radius: 24px;
    position: relative;
    margin: 10px 0px;
    background-position: center;
    background-size: cover;
}

.cover-holiday{
    background-image: url("../images/holiday-cover.webp");
}

.cover-main {
    background-image: url("../images/srilankavid-cover.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    cursor: pointer;
    border-radius: 24px;
    position: relative;
    margin: 10px 0px;
    background-position: center;
    background-size: cover;
}

.cover-bali {
    background-image: url("../images/cover-bali.webp");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    cursor: pointer;
    border-radius: 24px;
    position: relative;
    margin: 10px 0px;
    background-position: center;
    background-size: cover;
}

.cover-sl {
    background-image: url("../images/sri-lanka-cover.webp");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    cursor: pointer;
    border-radius: 24px;
    position: relative;
    margin: 10px 0px;
    background-position: center;
    background-size: cover;
}

.cover-sl {
    background-image: url("../images/sri-lanka-cover.webp");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    cursor: pointer;
    border-radius: 24px;
    position: relative;
    margin: 10px 0px;
    background-position: center;
    background-size: cover;
}

.cover-spiti {
    background-image: url("../images/spiti-cover.webp");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    cursor: pointer;
    border-radius: 24px;
    position: relative;
    margin: 10px 0px;
    background-position: center;
    background-size: cover;
}


video.video {
    opacity: 0;
    width: 100%;
    transition: 1s;
    width: 100%;
    max-width: 100% !important;
    position: relative;
    z-index: 1070 !important;
    margin-bottom: -7px;
    height: 600px;
    object-fit: cover;
}

img.plys {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1050;
    max-width: 65px;
    transform: translate(-50%, -50%);
}

.emina {
    background: #0CA0E2;
    color: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 12px;
    border: 4px #fff solid;
    position: absolute;
    left: -5px;
    bottom: -5px;
}

.emina h4 {
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 0px;
}

.emina p {
    font-size: 14px;
    font-weight: 300;
}

.review-box {
    border: 1px #ccc solid;
    padding: 30px;
    border-radius: 24px;
    margin: 10px 0px;
}

.inr-nam label {
    color: #0CA0E2;
    font-weight: 300;
    font-size: 15px;
}

.review-box .cl-nam {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    /* padding-left: 40px; */
}

.review-box .inr-nam h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: "Work Sans", sans-serif;
}

.review-box .inr-qot img {
    max-width: 40px;
}

.review-box .inr-qot label {
    color: #0CA0E2;
    font-weight: 300;
    font-size: 14px;
}

.review-box h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.review-box p {
    font-size: 14px;
    color: #616565;
    font-weight: 300;
}

.review-box .stars {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.review-box .stars i {
    color: #0CA0E2;
}

.review-box .inr-nam {
    display: flex;
    align-items: center;
    gap: 15px;
}

.review-box .usr img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.all-test {
    text-align: right;
    float: right;
}

.all-test a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0CA0E2;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    max-width: 240px;
    text-align: center;
    gap: 8px;
}

/**end-delivert-sec**/

.hom-gel img {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
}

.gallery-random-img {
    transition: opacity 0.6s ease-in-out;
}

.hom-gel {
    margin: 10px 0px;
}

section.hom-gallery {
    background-image: url("../images/gel-bg.png");
    width: 100%;
    min-height: 500px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;

}

/**start-contact-us-sec**/
section.contact-us {
    background-image: url("../images/bg-cntct.webp");
    border-radius: 25px;
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}

section.contact-us .sec-had {
    color: #fff;
}

.sec-had h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    font-family: "Work Sans", sans-serif;
}

.con-pic img {
    width: 100%;
    border-radius: 24px;
    height: 550px;
    object-fit: cover;
}

.contact-form .field label {
    display: block;
    color: #fff;
}

.contact-form .field input {
    width: 100%;
    padding: 8px;
    border-radius: 30px;
    font-weight: 300;
    border: 0px;
    background: #ffffff3d;
    color: #CCCCCC;
}

.contact-form .field select {
    width: 100%;
    padding: 8px;
    border-radius: 30px;
    font-weight: 300;
    border: 0px;
    background: #ffffff3d;
    color: #CCCCCC;
}

.contact-form .field label {
    display: block;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 15px;
}

.contact-form {
    padding-left: 30px;
}

.contact-form .field {
    margin: 12px 0px;
}

.contact-form .field textarea {
    width: 100%;
    border-radius: 29px;
    padding: 15px;
    background: #ffffff3d;
    color: #CCCCCC;
}

::placeholder {
    color: #CCCCCC;
}

.contact-form .learn {
    max-width: 190px;
    color:#000 !important;
}

.con-num img {
    width: 50px;
    height: 50px;
}

.con-num {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.nums label {
    color: #CCCCCC;
    text-transform: capitalize;
    font-size: 13px;
}

.nums h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
}

.nums h4 a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
}
/**end-contact-us-sec**/








.container-one {
    width: 100%;
    max-width: 1400px;
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    transition: all 0.3s ease;
    margin: auto;
}

.container-one img {
    width: 200px;
    height: 500px;
    object-fit: cover;
    border-radius: 0px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.6);
    transition: all 0.4s ease-in-out;
}

.container-one img:hover {
    width: 500px;
}

/* ===== Responsive Queries ===== */
@media (max-width: 768px) {
    .container-one {
        flex-direction: row;
        justify-content: center;
        padding: 1rem;
        gap: 0.5rem;
    }

    .container-one img {
        width: 100px;
        height: 200px;
    }

    .container-one img:hover {
        width: 200px;
    }
}

@media (max-width: 480px) {
    .container-one {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.4rem;
    }

    .container-one img {
        width: 100px;
        height: 160px;
    }

    .container-one img:hover {
        width: 200px;
    }
}



.memory-sec .sec-had {
    width: 100%;
    max-width: 100%;
}

/* Blog page banner */
section.trip-bnr.blog-bnr {
    background-image: url(../images/trip-bnr.jpg) !important;
}

/* Blog section header with View all link */
.our-blogs-sec .sec-had {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.our-blogs-sec .sec-had .learn {
    white-space: nowrap;
}

/* Blog cards */
.our-blogs-sec .blog-card {
    height: 100%;
    margin: 0;
    box-shadow: 0px 3px 13px 0px #ccc;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.our-blogs-sec .blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
}

.blog-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.blog-card__banner {
    width: 100%;
    height: 268px;
    overflow: hidden;
    background: #eee;
}

.blog-card__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-card__banner img {
    transform: scale(1.05);
}

.blog-card__body {
    padding: 20px 18px 24px;
}

.blog-card__date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #7A7A7A;
    font-weight: 400;
    margin-bottom: 8px;
}

.blog-card__date i {
    font-size: 12px;
    color: #0CA0E2;
}

.blog-card__title {
    font-size: 20px;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    margin: 0 0 10px;
    line-height: 1.3;
    color: #000;
}

.blog-card__excerpt {
    font-size: 14px;
    color: #7A7A7A;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 12px;
}

.blog-card__read-more {
    font-size: 14px;
    font-weight: 600;
    color: #0CA0E2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.blog-card__read-more i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.blog-card:hover .blog-card__read-more i {
    transform: translateX(4px);
}

/* Blog single page banner */
section.trip-bnr.blog-single-bnr {
    background-image: url(../images/trip-bnr.jpg) !important;
}

.blog-single-content p {
    margin-bottom: 1rem;
    line-height: 1.7;
}

.blog-single-content .learn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: max-content;
}

.all-test a {
    max-width: 260px;
}

.quality-sec {
    background-color: #000000;
}

.accordion-item {
    margin: 15px 0px;
}

button.accordion-button.collapsed {
    background: #000;
    color: #fff;
}

.accordion-button::after {
    filter: invert(1);
}

/* Quality section accordion: two-column layout (text left, image right) */
.quality-sec .accordion-body__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

.quality-sec .accordion-body__text {
    flex: 1 1 55%;
    min-width: 0;
}

.quality-sec .accordion-body__img {
    flex: 0 1 40%;
    min-width: 200px;
}

.quality-sec .accordion-body__img img {
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .quality-sec .accordion-body__text,
    .quality-sec .accordion-body__img {
        flex: 1 1 100%;
    }
    .quality-sec .accordion-body__img img {
        max-height: 200px;
    }
}

.cover.cust {
    background-image: url(../images/bg-vd-cover.webp) !important;
}

.promo-sec {
    background-image: url(../images/SL-bnr.webp) !important;
    background-repeat: no-repeat;
    width: 100%;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    min-height: 400px;
    background-attachment: fixed;
}

.pro-bg {
    background: #0000006b;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 400px;
}

footer {
    background-color: #000;
    padding-top: 90px;
}

.scd-box h3 {
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 28px;
}

.scd-box ul li a {
    font-family: "Work Sans", sans-serif;
    color: #ffffff8f;
    font-weight: 300;
}

.scd-box ul li {
    margin-bottom: 5px
}

.scd-box p {
    color: #ffffff85;
    font-weight: 300;
}

.fst-box ul {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 50px;
}

.fst-box ul li a {
    color: #fff;
    font-size: 18px;
}

.copyright {
    border-top: 1px #ffffff42 solid;
    margin-top: 30px;
    padding: 20px 0px;
    color: #ffffff70;
    font-weight: 300;
}

.quality-sec video.video {
    max-height: 600px;
}

.mail-box {
    display: flex;
    gap: 5px;
    border: 1px #ffffff80 solid;
    border-radius: 30px;
    padding: 8px;
    margin-top: 12px;
    justify-content: space-between;
    position: relative;
}

.mail-box button {
    background: #fff;
    border: 0px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 6px 15px;
    font-size: 15px;
}
.mail-box p {
    display: flex;
    gap: 5px;
}
.mail-box input {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-email {
    width: 100%;
    color: #000;
}

.mail-box  span.wpcf7-spinner {
    position: absolute;
    bottom: 0;
    right: 0;
}
.mail-box input {
    background: transparent;
    border: 0px;
    font-weight: 300;
    font-size: 15px;
    width: 60%;
}

.thank-box {
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: auto;
    border: 1px #eee solid;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 12px -4px #ccc;
}

.trip-bnr.spiti-trip{
    background-image: url(../images/spiti-bg.webp) !important;
}

.trip-bnr.sl-trip{
    background-image: url(../images/sl-trip-bg.webp) !important;
}

.trip-bnr.bhutan-trip{
    background-image: url(../images/bhutan-bg.webp) !important;
}

.trip-bnr {
    background-image: url(../images/trip-bnr.jpg) !important;
    background-repeat: no-repeat;
    width: 100%;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}

section.trip-bnr.holidays {
    background-image: url(../images/holiday.jpg) !important;
    background-position: right 35% top 47%;
}

.bnr-bdr {
    background-image: url(../images/white-bg.png);
    width: 100%;
    height: 96px;
    margin-top: -94px;
    z-index: 1070;
    position: relative;
    background-position: bottom;
    background-size: 50%;
    background-repeat: repeat;
}

section.trip-bnr:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000054;
    position: absolute;
    top: 0;
    left: 0;
}

.inr-bnr-txt h3 {
    color: #fff;
    font-size: 90px;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 80px;
    margin-top: 25px;
}

.inr-bnr-txt {
    z-index: 333;
    position: relative;
}

.bred {
    background: #ffffff33;
    color: #fff;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 30px;
    font-weight: 300;
    display: inline-block;
}

.deal-box {
    background-image: url(../images/bg.webp) !important;
    background-repeat: no-repeat;
    width: 100%;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    height: auto;
    position: relative;
    color: #fff;
    padding: 30px;
    border-radius: 24px;
}

.deal-box h4 {
    text-align: center;
    border-bottom: 2px #fff solid;
    padding-bottom: 10px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    font-size: 28px;
    margin-bottom: 30px;
}

.deal-box .duration {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 15px 0px;
    justify-content: left;
    padding-left: 70px;
}

.deal-box .dur-txt {
    font-weight: 300;
    font-family: "Work Sans", sans-serif;
}

.deal-box .dur-txt h5 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 0px;
}

.deal-box .duration img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.deal-box .duration label {
    font-size: 15px;
}

.meal-box img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px #00AEEF solid;
    padding: 3px;
}

.meal-box {
    border: 1px #00AEEF solid;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 6px;
    border-radius: 50px;
}

.meal-box .meals-txt h5 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 0px;
}

.meal-box .meals-txt label {
    font-weight: 300;
}

.country-sec {
    background: #EDFAFF;
}

.main-country-pic img {
    width: 100%;
    border-radius: 24px;
    border: 4px #0CA0E2 solid;
}

.country-sma-pic img {
    width: 100%;
    height: 200px;
    border-radius: 24px;
    margin: 15px 0px;
    object-fit: cover;
}

.country-sec button.accordion-button.collapsed {
    background: #EDFAFF;
    color: #000000;
    font-weight: 600;
}

.country-sec button.accordion-button {
    font-weight: 600;
    color: #000;
}

.country-sec .accordion-button::after {
    filter: brightness(0.5);
}

.country-sec .accordion-body {
    background: #EDFAFF;
}



section.table-sec {
    background: #0CA0E2;
}

.inr-table-box {
    padding: 40px;
    background: #fff;
    border-radius: 15px;
}

.days {
    border: 1px #D6D6D6 solid;
    padding: 50px;
}

.inr-day h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
}

.inr-day .all-test {
    display: flex;
    align-items: center;
    gap: 20px;
}

.book-pris {
    border-left: 1px #D6D6D6 solid;
    padding-left: 120px;
}

.book-pris h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 52px;
}

a.cancle-policy {
    font-size: 20px;
    font-weight: 500;
    color: #0CA0E2;
    margin-top: 25px;
    display: block;
}

.book-pris .all-test {
    text-align: left;
    float: left;
    display: flex;
    gap: 15px;
    margin-top: 25px;
    float: none;
}

.booking p {
    margin-top: 7px;
}

.awards {
    background: #FEE60B;
    display: flex;
    padding: 8px 24px;
    align-items: center;
    justify-content: space-between;
    padding-right: 90px;
}

.awards h5 {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
}

.awards p {
    font-size: 15px;
    color: #830B0B;
}

.mths {
    background: #FEE60B;
    padding: 0px 8px;
    font-size: 14px;
    border-radius: 3px;
}

.travels-section {
    background-image: linear-gradient(rgb(255 255 255 / 92%), rgb(255 255 255 / 92%)), url(../images/travel-bg.png);
    width: 100%;
    min-height: 500px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: top left;
    padding: 90px 0px;
}

.travels-section .one-travel h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 52px;
    font-weight: 400;
}

.one-travel {
    padding: 0px 40px;
}

.inr-usr {
    display: flex;
}

.inr-usr img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    object-fit: cover;
    border: 3px #fff solid;
    margin-left: -12px;
}

.al-usrs {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.usr-count h3 {
    color: #00AEEF;
    font-size: 22px;
    margin-bottom: 0px;
}

.usr-count label {
    color: #838383;
    font-weight: 300;
    font-size: 15px;
}

.travels-pic img.main-travel {
    width: 100%;
    border-radius: 200px;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.travels-pic {
    position: relative;
    padding-right: 30px;
}

.travels-pic img.plan-pic {
    width: 200px;
    height: 200px;
    object-fit: contain;
    position: absolute;
    bottom: -30px;
    right: -10px;
}

.cup-box {
    display: flex;
    background: #00AEEF;
    padding: 15px;
    border-radius: 80px;
    color: #fff;
    gap: 20px;
    align-items: center;
    margin: 20px 0px;
}

.cup-pic {
    width: 70px;
    background: #F3F3FD;
    height: 70px;
    border-radius: 50%;
    object-fit: contain;
    text-align: center;
    line-height: 68px;
}

.cip-txt {
    width: 75%;
}

.cip-txt h4 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 22px;
    margin-bottom: 0px;
}

.cip-txt label {
    font-weight: 300;
    font-size: 15px;
}

.two-travel {
    padding-left: 30px;
}

.cup-list ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0px;
    font-size: 15px;
}

.cup-list ul li i {
    background: #00AEEF;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 50%;
    line-height: 25px ! IMPORTANT;
}

.hol-review-txt {
    background: #F6FBFF;
    padding: 40px;
    height: 100%;
    padding-bottom: 90px;
    margin-left: -20px;
}

.hol-review-txt img.pay-pic {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    max-width: 450px;
    margin: auto;
    display: block;
    height: 75px;
    margin-bottom: 35px;
}

section.hol-review video.video {
    min-height: 550px;
}

section.hol-review .cover {
    margin: 0px 0px;
}

section.trip-bnr.abouts {
    background-image: url(../images/about-bnr.jpg) !important;
}

.adv-txt h3 {
    font-family: 'Bebas Neue';
    font-size: 52px;
    line-height: 50px;
}

.adv-txt p {
    color: #7A7A7A;
    font-size: 15px;
    font-weight: 300;
    padding-right: 30px;
}

.safe-pic {
    background: #000;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}

.safe-travel {
    display: flex;
    align-items: start;
    gap: 20px;
    margin-top: 25px;
}

.safe-travel .safe-txt {
    width: 80%;
}

.adv-txt .all-test {
    text-align: left;
    float: left;
}

section.adventure-sec .cover {
    background-image: url(../images/ad-vdo.jpg) !important;
}

.asia-pics img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.asia-pics {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin: 12px 0px;
}

.asia-nam {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000047;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 15px;
    font-size: 20px;
}

.life-txt img {
    width: 100%;
    border-radius: 20px;
    margin-top: 30px;
}

.tour-end-box {
    background: #000;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.usr-imgs {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.usr-imgs img {
    width: 48px;
    height: 48px;
    border: 3px #000 solid;
    border-radius: 50%;
    margin-left: -13px;
}

.tour-end-pic h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 10px;
}

.tour-end-text h4 {
    font-size: 30px;
    font-family: 'Bebas Neue';
}

.tour-end-text p {
    color: #ffffff9e;
    font-weight: 300;
    font-size: 15px;
    max-width: 280px;
}

.rom-pic img {
    width: 100%;
    border-radius: 20px;
    margin: 30px 0px;
}

.life-txt.adv-txt {
    padding-right: 20px;
}

.taj-pic img {
    width: 100%;
    border-radius: 20px;
}

.taj-box {
    background: #000;
    color: #fff;
    padding: 25px;
    border-radius: 20px;
}

.taj-box img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.taj-box h4 {
    font-size: 26px;
    font-weight: 400;
    font-family: 'Bebas Neue';
}

.taj-box p {
    color: #ffffff9e;
    font-weight: 300;
    font-size: 15px;
    max-width: 280px;
}

section.tour-company .sec-had {
    max-width: 100%;
}

section.tour-company .sec-had p {
    font-family: "Work Sans", sans-serif;
    color: #7A7A7A;
    font-weight: 300;
    font-size: 15px;
}

.tour-count {
    width: 100%;
    border: 1px #ECECEC solid;
    margin: 30px 0px;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.tour-tst h4 {
    font-size: 42px;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 0px;
}

.tour-tst p {
    font-weight: 300;
    color: #7A7A7A;
    font-size: 15px;
}

.tour-btm-pic img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 20px;
}

section.trip-bnr.abouts h3 {
    font-size: 64px;
    line-height: 62px;
}

section.trip-bnr.contact-bnrs {
    background-image: url(../images/contact-bnr.jpg) !important;
}

.contact-page-sec p {
    color: #7A7A7A;
    font-weight: 300;
    font-size: 15px;
}

.inr-contact-sec {
    background: #000;
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-top: 60px;
}

.con-dress label {
    color: #ffffff75;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.con-dress h4 {
    font-size: 24px;
    font-family: "Bebas Neue", sans-serif;
}

.con-dress {
    padding: 12px 0px;
}
.con-dress a{
    color:#fff;
}
ul.con-social {
    display: flex;
    align-items: center;
    gap: 18px;
}

ul.con-social li a {
    color: #fff;
    font-size: 18px;
}

.inr-contact-form .field label {
    font-family: "Bebas Neue", sans-serif;
    font-size: 15px;
    display: block;
    width: 100%;
    margin-bottom: 3px;
}

.inr-contact-form .field textarea,
input {
    width: 100%;
    border-radius: 20px;
    padding: 15px;
    background: transparent;
    border: 1px #ffffff6b solid;
}

.inr-contact-form .field {
    margin: 12px 0px;
}

.inr-contact-form .field button {
    width: 100%;
    padding: 12px;
    background: #fff;
    text-transform: uppercase;
    border-radius: 30px;
}

.inr-contact-sec {
    margin-top: 20px;
}

.inr-contact-sec {
    padding: 20px;
}

.con-dress {
    padding: 5px 0px;
}

.inr-contact-form {
    margin-top: 15px;
}

.accordion-body ul li {
    list-style-type: disc;
    margin: 7px 0px;
}

.accordion-body ul {
    padding-left: 30px;
}



/* Additional CSS */
/* Isolated container to prevent style conflicts */
.pricing-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.pricing-container * {
    box-sizing: border-box;
}

/* Header Section */
.pricing-header {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.date-info {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.date-block h3 {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 8px 0;
}

.date-block p {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.spots-info {
    text-align: center;
    padding: 0 20px;
}

.spots-info p {
    color: #666;
    font-size: 16px;
    margin: 0;
}

/* Check Price Button */
.check-price-btn {
    background: #0ca0e2;
    color: white;
    border: none;
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 137, 123, 0.3);
}

.check-price-btn:hover {
    background: #0ca0e2;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 137, 123, 0.4);
}

.check-price-btn:active {
    transform: translateY(0);
}

.arrow {
    transition: transform 0.3s ease;
    font-size: 24px;
}

.arrow.rotated {
    transform: rotate(180deg);
}

/* Dropdown Content */
.dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
    opacity: 0;
    margin-top: 0;
}

.dropdown-content.active {
    max-height: 1000px;
    opacity: 1;
    margin-top: 20px;
}

.pricing-details {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 32px;
}

.pricing-left h2 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 24px 0;
}

.price-row {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

.price-row:last-child {
    border-bottom: none;
}

.price-label {
    color: #666;
    font-size: 16px;
}

.price-value {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.gst-note {
    color: #888;
    font-size: 14px;
    margin-top: 16px;
}

.cancellation-policy {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Booking Section */
.booking-section {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 32px;
}

.booking-section h2 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.booking-section p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 24px 0;
}

.button-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn {
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-contact {
    background: #0ca0e2;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 137, 123, 0.3);
}

.btn-contact:hover {
    background: #0ca0e2;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 137, 123, 0.4);
}

.btn-book {
    background: #0ca0e2;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 137, 123, 0.3);
}

.btn-book:hover {
    background: #0ca0e2;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 137, 123, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pricing-header {
        flex-direction: column;
        text-align: center;
    }

    .date-info {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .check-price-btn {
        width: 100%;
        justify-content: center;
    }

    .button-group {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }

    .pricing-details {
        padding: 24px;
    }

    .booking-section {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .date-block h3 {
        font-size: 14px;
    }

    .date-block p {
        font-size: 18px;
    }

    .check-price-btn {
        font-size: 16px;
        padding: 10px 28px;
    }

    .booking-section h2 {
        font-size: 17px;
    }

    .price-value {
        font-size: 16px;
    }
}


span.day-count {
    padding: 10px;
    border: 1px solid;
    border-radius: 7px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

.accordion-button:not(.collapsed), .quality-sec .accordion-body {
    color: #fff !important;
    background-color: #000;
}



.holiday-nav {
    position: relative;
    display: block;
    text-align: center;
    /* text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px; */
    cursor: pointer;
    opacity: 0.9;
}

.holiday-nav-img {
    height: 18px;
    /* width: 25px; */
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    transform: scaleX(-1);
}


.nav-item {
    position: relative;
}

/* Isolated carousel styles */
.carousel-container {
    max-width: 100%;
    margin: 0;
    position: relative;
    cursor: grab;
}

.carousel-container:active {
    cursor: grabbing;
}

.carousel-container .carousel-item {
    height: 90vh;
    position: relative;
}

.carousel-container .carousel-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel-container .carousel-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.carousel-container .carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.carousel-container .carousel-link {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.carousel-container .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: transparent;
    padding: 20px;
    pointer-events: none;
    width: 90%;
    max-width: 1200px;
    z-index: 5;
}

.carousel-container .caption-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    padding: 8px 24px;
    border-radius: 25px;
    font-size: 14px;
    color: white;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.carousel-container .carousel-caption h1 {
    font-size: 4.5rem;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 30px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
}

.carousel-container .cta-button {
    display: inline-block;
    background: #00a8ff;
    color: white;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    pointer-events: all;
    transition: all 0.3s ease;
    margin-bottom: 40px;
}

.carousel-container .cta-button:hover {
    background: #0096e6;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 168, 255, 0.4);
}

.carousel-container .feature-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.carousel-container .feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 280px;
}

.carousel-container .feature-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
}

.carousel-container .feature-text {
    text-align: left;
    color: white;
    font-size: 14px;
    line-height: 1.4;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .carousel-container .carousel-caption h1 {
        font-size: 3.5rem;
    }

    .carousel-container .feature-row {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .carousel-container .carousel-item {
        height: 90vh;
    }

    .carousel-container .carousel-caption h1 {
        font-size: 2.5rem;
    }

    .carousel-container .cta-button {
        padding: 12px 28px;
        font-size: 14px;
    }

    .carousel-container .feature-row {
        gap: 25px;
    }

    .carousel-container .feature-item {
        max-width: 200px;
    }

    .carousel-container .feature-icon {
        width: 40px;
        height: 40px;
    }

    .carousel-container .feature-text {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .carousel-container .carousel-caption h1 {
        font-size: 1.8rem;
    }

    .carousel-container .caption-tag {
        font-size: 12px;
        padding: 6px 18px;
    }

    .carousel-container .feature-row {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .carousel-container .feature-item {
        max-width: 100%;
    }
}

/* Ensure carousel controls are clickable */
.carousel-container .carousel-control-prev,
.carousel-container .carousel-control-next {
    z-index: 10;
}

/* Hide default indicators */
.carousel-container .carousel-indicators {
    bottom: 30px;
}




@media (max-width: 767.98px) { 
   .holiday-nav{
       width: fit-content !important;
   }
    
}



/*addotioanl*/

.r-vid-crds{
    align-items: center;
}


.trms-page h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
}
.trms-page h3 {
    margin-bottom: 15px;
    font-size: 24px;
}

.trms-page ul li {
    list-style-type: disc;
}
.trms-page ul {
    margin: 20px 0px;
    padding-left: 20px;
}
.policys {
    padding: 15px 0px;
}

.cancel-policy {
    border: 1px #5c5c5c solid;
    display: inline-block;
    border-radius: 5px;
}
.cancel-policy  a#navbarDropdown {
    color: #000;
    font-size: 18px;
}
.cancel-policy a.dropdown-item:hover {
    background: #000;
}


 .cancellation-policy {
            margin-top: 25px;
            padding: 15px 20px;
            background: #f8f9fa;
            border-radius: 8px;
            color: #000;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
        }

        .cancellation-policy:hover {
            background: #e9ecef;
        }

        .cancellation-policy .arrow-down {
            transition: transform 0.3s ease;
        }

        .cancellation-policy.active .arrow-down {
            transform: rotate(180deg);
        }

        .cancellation-dropdown {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        .cancellation-dropdown.active {
            max-height: 400px;
        }

        .cancellation-content {
            padding: 20px;
            background: #f8f9fa;
            border-radius: 0 0 8px 8px;
            margin-top: -8px;
        }

        .cancellation-content ul {
            list-style: none;
            padding: 0;
        }

        .cancellation-content li {
            padding: 12px 0;
            color: #555;
            font-size: 14px;
            line-height: 1.6;
            border-bottom: 1px solid #e0e0e0;
        }

        .cancellation-content li:last-child {
            border-bottom: none;
        }

        .cancellation-content li strong {
            color: #333;
            font-weight: 600;
        }


.book-btn a {
    color: #fff;
}

.tour-txt {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Inclusion / Exclusion tab section (above country-sec on trip pages) */
.inclusive-tab-sec {
    background: #fff;
}

.inclusive-tab-sec .inclusion-exclusion-tabs {
    display: flex;
    gap: 0;
    border: none;
    margin-bottom: 2rem;
    padding: 0;
    justify-content: center;
    gap: 10px;
}

.inclusive-tab-sec .inclusion-exclusion-tabs .nav-item {
    margin: 0;
}

.inclusive-tab-sec .inclusion-exclusion-tabs .nav-link {
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    background: #fff;
    border: 2px solid #000;
    border-radius: 0;
    font-family: "Work Sans", sans-serif;
}

.inclusive-tab-sec .inclusion-exclusion-tabs .nav-link:first-child {
    border-right-width: 1px;
}

.inclusive-tab-sec .inclusion-exclusion-tabs .nav-link:hover {
    color: #000;
    background: #f5f5f5;
    border-color: #000;
}

.inclusive-tab-sec .inclusion-exclusion-tabs .nav-link.active {
    color: #fff;
    background: #2d2d2d;
    border-color: #2d2d2d;
}

.inclusive-tab-sec .inclusion-content,
.inclusive-tab-sec .exclusion-content {
    padding: 0;
}

.inclusive-tab-sec .inclusion-block {
    margin: auto;
}

.inclusive-tab-sec .inclusion-block:last-child {
    margin-bottom: 0;
}

.inclusive-tab-sec .inclusion-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-family: "Work Sans", sans-serif;
}

.inclusive-tab-sec .inclusion-icon {
    width: 28px;
    height: auto;
    object-fit: contain;
}

.inclusive-tab-sec .inclusion-block p {
    margin: 0 0 10px 38px;
    font-size: 0.95rem;
    line-height: 1.9;
    color: #333;
}

.inclusive-tab-sec .inclusion-list {
    margin: 0.5rem 0 0 38px;
    padding: 0;
    list-style: disc;
}

.inclusive-tab-sec .inclusion-list li {
    list-style: disc;
    margin-bottom: 0.35rem;
    font-size: 0.95rem;
    line-height: 1.5;
}
ul.inclusion-list br {
    display: none;
}


.inclusive-tab-sec .inclusion-room-pic img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 30px;
}

.founders-pic img {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    border: 5px #fff solid;
}
.founders-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

ul.dropdown-menu.show {
    padding: 0px !important;
}

ul.dropdown-menu a.dropdown-item {
    color: #000;
    border-bottom: 1px #eee solid !important;
    padding: 10px !important;
    background: #fff;
}

ul.dropdown-menu a.dropdown-item:hover {
    background: #fff !important;
    color: #000 !important;
}

input.wpcf7-form-control {
    background: #fff !important;
}


.tour-count img {
    width: 67px;
    height: 67px;
    border-radius: 100%;
}

section.founders-sec .row.mt-5.g-4 {
    justify-content: center;
}

