:root {
    --primary-color: #d2501f;
    --secondary-color: #62021c;
    --dark-color: #2c3e50;
    --light-color: #f8f9fa;
    --bg-light: #f8f9fa;
    --low-dark-text: #6c757d;
    --gradient-color: linear-gradient(
        135deg,
        var(--primary-color),
        var(--secondary-color)
    );
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}
body {
    background: #fadfa030 !important;
}

body {
    line-height: 1.6;
    color: #333;
}

/* Navigation */
/* Navbar Styling */
.navbar {
    z-index: 399;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ffffff36;
}

.navbar-brand img {
    height: 45px;
    max-width: 200px;
}

.nav-link {
    font-weight: 500;
    font-size: 15px;
    display: flex;
    white-space: nowrap;
}

.nav-hover:hover {
    color: var(--primary-color) !important;
}

.nav-contact-btn:hover {
    color: #fff !important;
}

.navbar .btn-outline-info {
    border: 1.5px solid var(--primary-color);
    font-weight: 500;
    display: flex;
    white-space: nowrap;
}

.navbar .btn-outline-info:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.navbar input.form-control {
    font-size: 15px;
    height: 40px;
    margin-top: 0rem;
    border: 1px solid #ddd;
    box-shadow: none;
}

.navbar .fa-magnifying-glass {
    font-size: 16px;
}

.sub-nav {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 399;
    margin: 0;
}

.bg-info {
    background-color: var(--primary-color) !important;
}

.navbar-collapse li {
    font-size: 15px !important;
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    font-weight: 500;
    padding: 1px 10px;
}

.btn-group button,
.noraml-button {
    font-size: 15px;
    font-weight: 400;
}

.btn-outline-light:hover {
    background-color: white;
    color: var(--primary-color);
}

.btn-outline-info {
    border: 1px solid var(--primary-color);
    color: #000;
    font-weight: 500;
}

.btn-outline-info:hover {
    background-color: #dee8ea;
    color: white !important;
}

.header_insta {
    background-color: #fff;
    padding: 2px;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-insta {
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    margin: 0;
}

/* Custom Dropdown Menu Styles */
.custom-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    padding: 0;
    margin: 8px 0 0 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1050;
    overflow: hidden;
}

/* Arrow on top of dropdown */
.custom-dropdown-menu::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
}

/* Show dropdown on hover */
.btn-group:hover .custom-dropdown-menu {
    opacity: 1;
    visibility: visible;
}

/* Show dropdown when Bootstrap adds 'show' class (for click) */
.btn-group.show .custom-dropdown-menu {
    opacity: 1;
    visibility: visible;
}

/* List Items */
.custom-dropdown-menu li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.custom-dropdown-menu li:last-child {
    border-bottom: none;
}

/* Links */
.custom-dropdown-menu li a {
    display: block;
    padding: 12px 20px;
    color: #2c3e50;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* Left border accent on hover */
.custom-dropdown-menu li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--gradient-color);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

/* Hover Effects */
.custom-dropdown-menu li a:hover {
    background: linear-gradient(
        135deg,
        rgba(1, 175, 209, 0.1) 0%,
        rgba(0, 224, 184, 0.1) 100%
    );
    color: var(--primary-color);
    padding-left: 25px;
}

.custom-dropdown-menu li a:hover::before {
    transform: scaleY(1);
}

/* Icon styling */
.custom-dropdown-menu li a i {
    margin-right: 8px;
    font-size: 0.85rem;
    opacity: 0.7;
}

.custom-dropdown-menu li a:hover i {
    opacity: 1;
}

/* Navbar Ending Here */

/*Animated Offer Section Start*/
.offer-bar {
    background: #000;
    margin: 0;
    background: #000;
    font-family: sans-serif;
}

.animated-text-bar {
    width: 100%;
    overflow: hidden;
    padding: 7px 0;
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.animated-text-bar-mobile {
    width: 100%;
    overflow: hidden;
    padding: 7px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.text-slider {
    display: flex;
    gap: 40px;
    animation: slideLeft 40s linear infinite;
    white-space: nowrap;
}

.text-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 18px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@keyframes slideLeft {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Pause on hover */
.animated-text-bar:hover .text-slider {
    animation-play-state: paused;
}

.animated-text-bar-mobile:hover .text-slider {
    animation-play-state: paused;
}

/*Animated Offer Section End*/

/*****Mega Menu Header Start********/
.header-nav {
    padding-top: 70px;
    background: #000;
}
ul.nav-menu {
    padding: 0;
    display: table;
    margin: 0 auto;
}
ul.nav-menu > li {
    float: left;
    list-style: none;
    margin-right: 0;
}
ul.nav-menu > li > a {
    background: transparent;
    padding: 0px 12px;
    color: #000;
    display: table;
    border: 1px solid rgb(255 255 255 / 78%);
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 9px 9px;
    border-radius: 17px;
}
li.has-wide-menu {
    position: relative;
}
.has-wide-menu:hover:before {
    position: absolute;
    left: 44%;
    top: 42px;
    background: #fff;
    width: 12px;
    height: 12px;
    content: "";
    background-repeat: no-repeat;
    transform: rotate(45deg);
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    z-index: 111;
}
.has-big-menu {
    position: fixed;
    background: 0 0;
    width: 1000px;
    left: 50%;
    top: 103px;
    transform: translateX(-50%);
    padding-top: 15px;
    display: none;
    z-index: 11;
}
.inside-has-big-menu {
    background: #fff;
    border: 1px solid #999;
    padding: 15px 20px;
    border-radius: 13px;
    padding-bottom: 30px;
}
.inside-has-big-menu > h3 {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #cecece;
    margin-bottom: 7px;
    font-size: 22px;
    padding-top: 4px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #343434;
}
.inside-menu-cat-part {
    display: table;
    width: 100%;
}
.inside-menu-cat-part .menu-cat-part {
    float: left;
    width: 100%;
}
.menu-cat-part a {
    display: inline-flex;
    color: #343434;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    text-transform: lowercase;
    width: 24%;
}
.link-card {
    min-height: 45px;
    border: 1px solid #d2501f;
    border-radius: 10px;
    width: 100%;
    display: flex;
    position: relative;
}
.link-card img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.link-card span {
    text-transform: capitalize;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}
a.link-card-btn {
    width: 24%;
    margin-bottom: 0 !important;
    display: inline-block;
}
a.link-card-btn span {
    width: 100%;
    display: table;
    text-align: center;
    border: 1px solid #d2501f;
    padding: 13px 0;
    border-radius: 10px;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 500;

    color: #d2501f;
}
a.link-card-btn:hover span {
    background: #d2501f;
    color: #fff;
}
.mega-menu-heading {
    text-align: center;
    margin-bottom: 10px;
}
.mega-menu-heading h3 {
    margin: 0;
    padding: 0;
    color: #d2501f;
}
.mega-menu-heading img {
    max-width: 350px;
    width: 100%;
}
.link-card:hover {
    background: #d2501f;
}
.link-card:hover span {
    color: #fff;
}
.has-big-menu:hover,
ul.nav-menu > li:hover .has-big-menu {
    display: block;
}

/*****Mega Menu Header End ********/

/* Offer Section Start */
.tour-card {
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
    background: #fff;
}

.tour-card:hover {
    transform: translateY(-5px);
}

.tour-image-container {
    position: relative;
    height: 120px;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.tour-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    background: transparent;
    /* box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.7); */
    box-shadow: 60px 20px 6px rgba(0, 0, 0, 0.15);
}

.tour-card:hover .tour-image-container img {
    transform: scale(1.05);
}

.price-tag {
    position: absolute;
    top: 70px;
    left: 5px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 0.7rem;
    color: #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.heading-txt {
    position: absolute;
    top: 96px;
    left: 0px;
    /* background-color: rgba(0, 0, 0, 0.6); */
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 0.7rem;
    color: #fff;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.card-body {
    padding: 12px 14px;
    text-align: left;
}

.card-title {
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: #000;
}

.card-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: #555;
}

.crad-imge {
    height: 271px !important;
}

.crad-imge::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    z-index: 1;
}

.object-fit-cover {
    object-fit: cover;
}

.btach-custom {
    top: 203px;
    font-size: 12px;
    color: #fff;
    align-items: center;
    width: 100%;
    z-index: 2;
}

.card-heading {
    font-size: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Offer Section End */

/*  Best Seller Section  */
.best-seller-section {
    padding: 3rem 0 !important;
}

/* Card Container */
.best-seller-card {
    position: relative;
    border-radius: 12px;
    border: 8px solid #fff;
    overflow: visible;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 2rem;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    height: 270px;
}

/* Floating Label */
.best-seller-label {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    /*background-color: #ffcc00;*/
    background: var(--gradient-color);
    color: #fff;
    font-weight: 600;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 6px;
    z-index: 15;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Image Section */
.best-seller-image {
    position: relative;
    width: 100%;
    height: 270px;
    border-radius: 12px;
    overflow: hidden;
}

.best-seller-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.best-seller-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    z-index: 1;
}

/* Content Text */
.best-seller-content {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 2;
    padding: 0 10px;
}

.best-seller-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.best-seller-tours,
.best-seller-price {
    font-size: 15px;
    margin: 0;
}

/*  Best Seller End  */

/* left-riht-slider */
.customise-banner {
    align-items: end;
    left: auto;
    z-index: 2;
}

.customise-banner .badge {
    font-size: 12px;
    /* छोटा text */
    padding: 4px 8px;
    /* छोटा box */
    border-radius: 3px;
    border: 1px solid #fff;
}

.card-tytle {
    top: 40%;
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    align-items: center;
    z-index: 2;
    padding: 25px;

    /* handle text overflow */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* left-riht-slider */

/* Swiper Section */
#top-destination-section {
    background: #eee7e7da;
}

#top-destination-section .carousel-col-wrapper .carousel-item img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
#top-destination-section .cards-col-wrapper .card {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

#top-destination-section .cards-col-wrapper .card:hover {
    transform: translateY(-5px);
}

.card-body-cover {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 10px 15px;
    text-align: left;
}

.swaper-crad-imge {
    height: auto;
    position: relative;
}

.swaper-crad-imge::before {
    content: "";
    display: block;
    padding-top: 133.33%;
    /* Creates a 3:4 ratio (1/0.75 * 100% = 133.33%) */
    /* If you prefer 1:1, use 100%. If you prefer a shorter card like 4:3, use 75% */
}

.swaper-crad-imge::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    /* adjust as needed */
    /* background: linear-gradient(to top, rgba(214, 96, 32, 0.765), transparent); */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);

    z-index: 1;
}

.swaper-crad-imge > img,
.swaper-crad-imge > .card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-conetnet-info {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    color: #fff;
    padding: 8px 10px;
    font-size: 11px;
    text-align: center;
    line-height: 1.3;
    z-index: 2;
}

/* Added style to make the text stack nicely */
.card-conetnet-info span {
    display: block;
}
#top-destination-section a .card-img-overlay > span {
    background: var(--gradient-color);
    color: #fff !important;
}
.navbar-toggler {
    background-color: #ffffff;
}
/* Swiper Section End */

/* Tour Card Start */
.filter-btns .btn {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    margin: 5px;
    font-weight: 600;
}

/* Swiper Card */
.destination-card {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    height: 315px;
    border: 1px solid #ffffff69;
}

.destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Add gradient shadow overlay */
.destination-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    z-index: 1;
}

.badge-top {
    position: absolute;
    top: 10px;
    left: 15px;
    background: white;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid var(--primary-color);
    padding: 0px 13px;
    border-radius: 20px;
    font-family: "Averia Serif Libre", serif;
}

.card_contanet_home_dest {
    /* Assuming this container handles the width/height of the card area */
    /* If the card image is the parent, this might not need specific CSS, but it's good practice */
    position: relative;
    /* The parent of the absolute-positioned elements must be position: relative */
}

.destination-title {
    font-family: "Michroma", sans-serif;
    position: absolute;
    bottom: 85px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 18px;
    font-weight: 700;
    color: white;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    width: 88%;
    line-height: 28px;
    z-index: 11;
    text-align: center;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price-box {
    position: absolute;
    bottom: 53px;
    left: 45px;
    background: rgba(255, 255, 255, 0.6);
    padding: 1px 10px;
    border-radius: 30px;
    border: 1px solid var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
    max-width: fit-content;
    white-space: nowrap;
    width: auto;
}

.price-box del {
    color: #6f6f6f;
    margin-right: 5px;
}

.price-box span {
    color: var(--secondary-color);
}

.card-buttons {
    padding: 15px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 2;
}

/* Base style for custom buttons */
.card-buttons button {
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    min-width: 100px;
    padding: 4px 0px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: none;
}

/* Send Query button */
.btn-query {
    /*background: #eb9b18;*/
    background: var(--gradient-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.btn-query:hover {
    background: var(--secondary-color);
    color: #fff;
    box-shadow: 0 6px 14px rgba(237, 101, 23, 0.5);
}

/* Tour Details button */
.btn-details {
    background: var(--primary-color);
    color: #fff;
    border: 2px solid var(--primary-color);
}

.btn-details:hover {
    background: var(--secondary-color);
    box-shadow: 0 6px 14px rgba(237, 101, 23, 0.5);
}

/* Swiper Nav */
.custom-container {
    position: relative !important;
}

.swiper-button-next {
    background: white;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 0 11px 0 #999;
    position: absolute;
    right: -15px;
    top: 60%;
}

.swiper-button-prev {
    background: white;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 0 11px 0 #999;
    position: absolute;
    left: -15px;
    top: 60%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--primary-color);
    color: #fff;
}

.viewall-btn {
    background: var(--gradient-color);
    color: white;
    border-radius: 8px;
    border: 1px solid var(--primary-color);
    padding: 8px 35px;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.viewall-btn:hover {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

/* Tour Card End*/

/* Youtube frame Start */
.youtube-bg {
    background-image: url("/assets/youtubelightbg.png");
    z-index: 50;
}

.mainbaody {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

/* ---------- Carousel box ---------- */
.youtube-carousel-container {
    width: 100%;
    max-width: var(--container-w);
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtube-carousel-cards {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    pointer-events: none;
}

/* ---------- Card common ---------- */
.youtube-card {
    position: absolute;
    background: #fff;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    transition:
        transform 450ms cubic-bezier(0.22, 0.9, 0.3, 1),
        opacity 300ms ease,
        width 350ms ease,
        height 350ms ease;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* side cards */
.youtube-card-side {
    width: 28%;
    max-width: 380px;
    height: 420px;
    transform: scale(0.82);
    opacity: 0.65;
    z-index: 1;
    cursor: pointer;
}

/* left & right exact placement */
.card-left {
    left: 3%;
    transform-origin: left center;
}

.card-right {
    right: 3%;
    transform-origin: right center;
}

/* main card */
.youtube-main-card {
    width: 76%;
    max-width: 920px;
    height: 520px;
    z-index: 2;
    transform: scale(1);
    opacity: 1;
    left: 50%;
    transform: translateX(-50%) scale(1);
}

/* thumbnail background for side previews */
.thumb {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.thumb .play-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 32px;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
}

/* iframe styles for main */
.youtube-media-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.youtube-video-player {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* overlay bottom text inside main card */
.youtube-content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.6rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.62) 0%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0) 100%
    );
}

.youtube-title {
    font-size: 2.2rem;
    margin: 0;
    font-weight: 600;
    line-height: 1;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

.youtube-subtitle {
    font-size: 1rem;
    margin: 0;
    opacity: 0.95;
}

.youtube-location-info {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    backdrop-filter: blur(4px);
    font-weight: 500;
}

.youtube-location-icon {
    width: 18px;
    height: 18px;
    fill: #fff;
    opacity: 0.95;
}

/* nav */
.youtube-carousel-nav {
    position: absolute;
    bottom: 1.8rem;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    z-index: 3;
}

.youtube-carousel-nav button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 0;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    transition: transform 0.15s;
}

.youtube-carousel-nav button:hover {
    transform: scale(1.05);
}

/* Youtube frame End*/

/* Upcoming Section Start */
.upcoming-heading-title {
    margin-bottom: 2rem;
}

.upcoming-section-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color);
    /* Example color, adjust as needed */
}

.upcoming-heading-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

/* Card styling */
/* Upcoming Section Start */
.upcoming-heading-title {
    margin-bottom: 2rem;
}

.upcoming-section-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color);
}

.upcoming-heading-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

/* Swiper wrapper for equal height cards */
.swiper-wrapper {
    display: flex;
    align-items: stretch;
}

/* Card styling - MAIN FIX */
.upcoming-card {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    min-height: auto;
}

.upcoming-card img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.upcoming-card-content {
    padding: 15px 10px 6px 10px;
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    overflow: visible;
    z-index: 1;
}

/* Content wrapper for text content */
.upcoming-card-info {
    flex-grow: 1;
}

.upcoming-badge {
    position: absolute;
    top: -15px;
    left: 32%;
    border: 1px solid var(--primary-color);
    color: #000;
    background-color: #ddd;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.upcoming-badge span {
    color: var(--primary-color);
}

.upcoming-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    color: #333;
    line-height: 1.3;
    min-height: 1rem;
    align-items: center;
}

.upcoming-card-text {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.upcoming-card-text p {
    padding: 0px !important;
}

/* Bottom section - price and buttons */
.upcoming-card-bottom {
    margin-top: auto;
    /* Push to bottom */
}

.upcoming-price-box {
    display: flex;
    align-items: center;
}

.upcoming-price {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-right: 0.5rem;
    white-space: nowrap;
}

.upcoming-original-price {
    font-size: 1rem;
    color: #999;
}

/* Buttons container */
.common-card-buttons {
    display: flex;
    gap: 0.5rem;
    margin-top: auto;
    justify-content: space-between;
    /* Always at bottom */
    font-size: 12px;
}

/* Fix buttons inside upcoming-card-content - override absolute positioning */
.upcoming-card-content .common-card-buttons {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    z-index: 10;
    margin-top: 0rem;
}

.common-btn-query,
.common-btn-details {
    padding: 2px 10px;
}

/* Colors */
.upcoming-btn-query {
    background-color: var(--primary-color);
    color: #fff;
}

.upcoming-btn-query:hover {
    background-color: #0195b3;
}

.upcoming-btn-details {
    background-color: #000;
    color: #fff;
}

.upcoming-btn-details:hover {
    background-color: var(--primary-color);
    color: #fff;
}

/* View All button */
.upcoming-viewall-btn {
    margin-top: 1rem;
    padding: 0.75rem 2rem;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upcoming-viewall-btn:hover {
    background-color: var(--secondary-color);
}

/* Swiper navigation buttons */

.upcoming-viewall-btn {
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    padding: 0.75rem 2.5rem;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.upcoming-viewall-btn:hover {
    background-color: #0056b3;
}

/* Upcoming Section End */

/* Popular Destinations Section Start*/
.popular-container {
    background-color: #fafafa;
    padding: 50px 0;
}

.popular-heading h2 {
    font-size: 2rem;
    color: #333;
}

.popular-card {
    border: none;
    background: transparent;
    padding: 0rem;
    text-align: center;
    position: relative;
    width: 180px;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50% / 35%;
}

.popular-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    border-radius: 50% / 35%;
    overflow: hidden;
}

.popular-img {
    width: 180px;
    height: 220px;
    object-fit: cover;
    margin: 0 auto;
    border: 3px solid #fff;
    transition: transform 0.3s;
    border-radius: 50% / 35%;
}

.popular_card_content {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    color: #f1f1f1;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.9);
}

.popular_card_content h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 2px;
}

.popular_card_content p {
    font-size: 0.85rem;
}

/* Swiper Navigation */
.popularDestSwiper .swiper-button-prev,
.popularDestSwiper .swiper-button-next {
    background: white;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    top: 33%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.popularDestSwiper .swiper-button-prev:hover,
.popularDestSwiper .swiper-button-next:hover {
    background: var(--secondary-color);
    color: #fff;
}

/* Pagination Dots */
.popularDestSwiper .swiper-pagination-bullet {
    background: var(--primary-color);
    color: #fff;
    opacity: 0.6;
}

/* Popular Destinations Section End*/

/* Jouney Frame Section Start */
.journey-card {
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.journey-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.journey-card-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
}

/* Journey Frame */
.image-grid-wrapper {
    position: relative;
    overflow-y: hidden;
    --x-offset: -50px;
    --y-offset: -50px;
    overflow-x: hidden;
}

/* The magic for the top and bottom curve */
.image-grid-wrapper::before,
.image-grid-wrapper::after {
    content: "";
    background-color: #fef9ed;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    z-index: 10;
}

.image-grid-wrapper::before {
    inset: var(--y-offset) var(--x-offset) 0;
}

.image-grid-wrapper::after {
    inset: 0 var(--x-offset) var(--y-offset);
    top: unset;
}

.journey-frame-container {
    width: 100%;
    height: 100%;
}

.journey-frame-card {
    height: 600px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.journey-frame-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    cursor: pointer;
}

.journey-frame-card img:hover {
    transform: scale(1.05);
}

.location-overlay {
    position: absolute;
    bottom: 60px;
    left: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.location-overlay i {
    font-size: 1.2rem;
}

.location-overlay span {
    font-size: 1rem;
    font-weight: 500;
}

/* Jouney Frame Section End */

/* Mega Slider Start */

.megaSellSwiper {
    /* height: 400px; */
    max-width: 100%;
    border-radius: 20px;
}

.megaSellSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Footer */
.footer {
    background: #000;
    color: white;
    padding: 60px 0 20px;
}

.footer h5 {
    color: var(--primary-color);
    margin-bottom: 20px;
}

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

.footer ul li {
    margin-bottom: 15px;
    border-bottom: 1px dashed #fff;
}

.footer ul li a {
    margin-bottom: 10px;
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: var(--primary-color);
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--secondary-color);
    transform: scale(1.1);
}

/*home banner top  */

.home-banner img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.home-banner img:hover {
    transform: scale(1.03);
}

/* End */

/* Home Blog section */
.home-blog {
    font-family: "Inter", sans-serif;
}

.home-blog-title {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0.5rem;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.blog_read_more_btn {
    border: 1px solid var(--primary-color);
    padding: 1px 10px;
    font-size: 15px;
    border-radius: 20px;
    color: var(--primary-color);
}

.blog-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgb(191, 190, 190);
    padding: 5px 5px !important;
}

/* iPad and smaller devices */
@media (max-width: 1024px) {
    .blog-card {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
}

.desk-view {
    display: block;
}
.mob-view {
    display: none;
}

@media (max-width: 991px) {
    .desk-view {
        display: none;
    }
    .mob-view {
        display: block;
    }
    .header-nav {
        display: none;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 111;
    }
    ul.nav-menu > li {
        width: 100%;
        display: table;
    }
    ul.nav-menu > li > a {
        padding: 10px 15px;
        border: 0px solid rgb(255 255 255 / 78%);
        margin: 5px 0px;
        width: 100%;
        border-bottom: 1px solid #fff;
        border-radius: 0;
        display: table;
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .has-big-menu {
        position: unset;
        background: 0 0;
        width: 100%;
        left: unset;
        top: unset;
        transform: unset;
        padding-top: 0px;
        height: 60vh;
        overflow-y: scroll;
        background: #fff;
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .inside-has-big-menu {
        background: #fff;
        border-radius: 0;
    }
    .menu-cat-part a {
        width: 100%;
    }
    .link-card span {
        font-size: 16px;
    }
    .has-big-menu:hover,
    ul.nav-menu > li:hover .has-big-menu {
        display: none;
    }
    .has-wide-menu:hover:before {
        display: none;
    }
    .header-top-bar.mob-view {
        background: #000;
        width: 100%;
        display: table;
        margin-top: -8px;
        border-bottom: 1px solid #fff;
    }
    .header-top-bar ul {
        padding: 0;
        margin: 0;
        display: table;
        width: 100%;
    }
    .header-top-bar ul li {
        float: left;
        margin-right: 15px;
        list-style: none;
        color: #fff;
    }
    .header-top-bar ul li a {
        color: #fff;
    }
    .header-top-bar ul.float-end {
        display: table;
        width: auto;
    }
    .header-top-bar ul.float-end li {
        margin-right: 0;
        margin-left: 15px;
    }
    .navbar {
        padding-bottom: 0 !important;
    }
}
/* Mobile devices only */
@media (max-width: 767px) {
    .tour-details-hero-section {
        min-height: 50vh !important;
    }
    .blog-card {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

.home-blog a {
    text-decoration: none;
    color: inherit !important;
}

.blog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.blog-thumb {
    width: 150px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-meta {
    font-size: 0.85rem;
    color: #6b7280;
}

.featured-blog {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    border: 1px solid rgb(191, 190, 190);
}

.featured-blog:hover {
    transform: translateY(-3px);
}

.featured-blog img {
    /* height: 300px; */
    object-fit: cover;
}

/* Tour Package details */
/* tour details Hero Section */
.tour-details-hero-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0px;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
}

.tour-details-hero-section::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(
        circle,
        rgba(1, 175, 209, 0.1) 0%,
        transparent 70%
    );
    border-radius: 50%;
}

.tour-details-hero-section::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(
        circle,
        rgba(0, 224, 184, 0.1) 0%,
        transparent 70%
    );
    border-radius: 50%;
}

/* Quote Icons */
.tour-details-quote-icon {
    font-size: 0.8rem;
    opacity: 0.7;
    margin: 0 0.5rem;
    color: #00e0b8;
}

.tour-details-hero-content .lead {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-style: italic;
}

.tour-details-hero-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: nowrap;
    margin-top: 6rem;
    justify-content: center;
    color: #fff;
}

.tour-details-hero-meta-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 15px;
    border-radius: 15px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.tour-details-hero-meta-item:hover::before {
    left: 100%;
}

.tour-details-hero-meta-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 12px 40px rgba(245, 158, 44, 0.435);
    border-color: rgba(255, 255, 255, 0.5);
}

.meta-icon-wrapper {
    width: 50px;
    height: 50px;
    background: var(--gradient-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 15px #d24f1f75;
    position: relative;
}

.meta-icon-wrapper::after {
    content: "";
    position: absolute;
    inset: -3px;
    background: linear-gradient(135deg, var(--primary-color), #00e0b8);
    border-radius: 14px;
    z-index: -1;
    opacity: 0;
    filter: blur(10px);
    transition: opacity 0.3s ease;
}

.tour-details-hero-meta-item:hover .meta-icon-wrapper::after {
    opacity: 1;
    animation: iconPulse 1.5s infinite;
}

@keyframes iconPulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.meta-icon-wrapper i {
    font-size: 1.3rem;
    color: white;
}

.meta-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.meta-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    font-weight: 600;
}

.meta-value {
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.meta-value span {
    color: #df7b1e;
}

.meta-value span i {
    color: var(--primary-color);
}

.meta-subtext {
    font-size: 0.7rem;
    opacity: 0.7;
    font-weight: 400;
}

/* Scroll Indicator */
.tour-details-hero-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 2;
    animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(-10px);
    }
}

/* Breadcrumb */
.tour-details-breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.tour-details-breadcrumb .breadcrumb-item {
    font-size: 0.9rem;
}

.tour-details-breadcrumb .breadcrumb-item a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.tour-details-breadcrumb .breadcrumb-item a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.tour-details-breadcrumb .breadcrumb-item.active {
    color: var(--low-dark-text);
}

.tour-details-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: var(--low-dark-text);
}

/* Gallery Section */
/* Custom Styles for the Image Gallery */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-bottom: 30px;
}

.gallery-image {
    display: none;
}

.gallery-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    height: 170px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 20px;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

.gallery-view-more {
    position: relative;
}

.gallery-view-more::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    z-index: 1;
}

.gallery-view-more-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.gallery-view-more-text i {
    display: block;
    margin-bottom: 10px;
    font-size: 36px;
}

.gallery-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    animation: galleryFadeIn 0.3s ease;
}

.gallery-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes galleryFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.gallery-modal-content {
    position: relative;
    max-width: 90%;
    max-height: 85vh;
    margin: auto;
}

.gallery-modal-image {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 10px;
}

.gallery-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 36px;
    color: white;
    cursor: pointer;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.gallery-modal-close:hover {
    background: rgba(0, 0, 0, 0.8);
}

.gallery-modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    color: white;
    cursor: pointer;
    background: var(--gradient-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    z-index: 400;
}

.gallery-modal-nav:hover {
    background: var(--primary-color);
}

.gallery-modal-prev {
    left: 20px;
}

.gallery-modal-next {
    right: 20px;
}

.gallery-modal-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    background: var(--gradient-color);
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
}

/* Sticky Sidebar Enhancements */
.tour-details-sidebar-sticky {
    position: sticky;
    top: 100px;
    background: white;
    padding: 0;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 2px solid rgba(1, 175, 209, 0.1);
    /* max-height: calc(100vh - 120px); 
    overflow-y: auto; */
}

/* Custom Scrollbar for Sidebar */
.tour-details-sidebar-sticky::-webkit-scrollbar {
    width: 6px;
}

.tour-details-sidebar-sticky::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.tour-details-sidebar-sticky::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

.tour-details-sidebar-sticky::-webkit-scrollbar-thumb:hover {
    background: #01afd1;
}

.custom-form-control,
.form-select {
    padding: 0.5rem;
    border-radius: 8px;
    border: 2px solid #e8e8e8;
    margin-bottom: 1rem;
}

/* Price Card Styling */
.tour-details-price-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(209, 67, 1, 0.2);
    transition: all 0.3s ease;
    position: relative;
}

.price-card-glow {
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: radial-gradient(
        circle,
        rgba(230, 112, 27, 0.15) 0%,
        transparent 50%
    );
    animation: priceGlow 6s linear infinite;
    pointer-events: none;
}

@keyframes priceGlow {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(50%, 50%);
    }
}

.tour-details-price-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(1, 175, 209, 0.2);
    border-color: var(--primary-color);
}

.tour-details-price-header {
    background: var(--gradient-color);
    color: white;
    padding: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.price-header-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.8rem;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    animation: iconRotate 4s ease-in-out infinite;
}

@keyframes iconRotate {
    0%,
    100% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(5deg) scale(1.1);
    }
}

.tour-details-price-header h4 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.price-header-subtitle {
    font-size: 0.85rem;
    opacity: 0.9;
    margin-top: 0.5rem;
    position: relative;
    z-index: 1;
}

.tour-details-price-header i {
    margin-right: 10px;
    font-size: 1.4rem;
}

.tour-details-price-body {
    padding: 15px;
}

.tour-details-price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    border-bottom: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.tour-details-price-item::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(1, 175, 209, 0.08),
        transparent
    );
    transition: left 0.4s ease;
}

.tour-details-price-item:hover::before {
    left: 100%;
}

.tour-details-price-item:last-of-type {
    border-bottom: none;
}

.tour-details-price-item:hover {
    background: linear-gradient(
        90deg,
        rgba(1, 175, 209, 0.05),
        rgba(0, 224, 184, 0.05)
    );
    padding-left: 2rem;
    transform: translateX(5px);
}

.tour-details-price-item span {
    color: var(--low-dark-text);
    font-size: 0.95rem;
}

.tour-details-price-item strong {
    color: var(--primary-color);
    font-size: 1.4rem;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(1, 175, 209, 0.2);
}

.tour-details-price-item.highlight {
    background: linear-gradient(
        135deg,
        rgba(255, 193, 7, 0.15) 0%,
        rgba(255, 152, 0, 0.15) 100%
    );
    border-radius: 12px;
    border: 2px dashed #ffc107;
    margin-top: 0.75rem;
    position: relative;
    padding: 10px;
    animation: highlightPulse 2s ease-in-out infinite;
}

@keyframes highlightPulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.4);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(255, 193, 7, 0);
    }
}

.tour-details-price-item.highlight strong {
    color: #ff9800;
    font-size: 1.6rem;
}

.tour-details-price-note {
    background: rgba(1, 175, 209, 0.1);
    color: var(--primary-color);
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tour-details-price-note i {
    font-size: 1rem;
}

.btn-primary-custom {
    background: var(--gradient-color);
    color: white;
    padding: 0.5rem;
    border: none;
    border-radius: 8px;
    width: 100%;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
}

.btn-primary-custom:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(130, 216, 225, 0.291);
}

/* Enhanced Package Overview (Your Existing Styles) */
.package-overview {
    background: linear-gradient(135deg, #fcfdfd 0%, #f7f8f9 100%);
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(1, 175, 209, 0.1);
    position: relative;
    overflow: hidden;
}

.package-overview-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    position: relative;
}

.package-overview-decoration {
    font-size: 4rem;
    color: rgba(1, 175, 209, 0.1);
    position: absolute;
    right: 20px;
    top: -20px;
    animation: floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.tour-details-description {
    line-height: 1.4 0;
    color: #555;
    font-size: 1rem;
    position: relative;
    z-index: 1;
}

.package-overview span {
    font-weight: 700;
    background: linear-gradient(
        135deg,
        var(--primary-color),
        var(--secondary-color)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.trip-highlights ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.trip-highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 10px;
    height: 10px;
    font-weight: bold;
    background-image: url("../images/dot_icon.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.trip-highlights li {
    padding: 0.4rem 0 0.4rem 1.6rem;
    color: #555;
    font-size: 1rem;
    line-height: 1.4;
    position: relative;
}

/* --- Styles to Match Reference Image Structure --- */

/* Style for Start/End Points */

.start-end-points ul {
    padding-left: 0rem;
}

.start-end-points li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.start-end-points i {
    color: var(--primary-color);
}

/* Horizontal Divider */
.section-divider {
    border-top: 1px solid #ccc;
    /* Simple separator */
    opacity: 0.6;
    margin-left: 0;
    margin-right: 0;
}

/* Trip Highlights Section Styling */
.trip-highlights {
    margin-top: 2rem;
}

.highlight-title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.highlights-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

/* .highlights-list li {
  padding: 0.4rem 0;
  color: #555;
  font-size: 1rem;
  position: relative;
  margin-left: 0.8rem;
  line-height: 1.4;
  list-style: none;
} */

.highlights-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.highlights-list li {
    padding: 0.4rem 0 0.4rem 1.6rem;
    color: #555;
    font-size: 1rem;
    line-height: 1.4;
    position: relative;
}

.highlights-list li::before {
    content: " * ";
    color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 1rem;
    height: 1rem;
    /* background: url('/images/check-mark.png') no-repeat center / contain; */
}

/* Day Wise Itinerary */
.itinerary-section {
    margin-bottom: 3rem;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.section-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark);
}

.btn-download {
    background: var(--gradient-color);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s;
}

.btn-download:hover {
    background: var(--secondary-color);
    color: white;
    transform: translateY(-2px);
}

/* Enhanced Day Item */
.day-item {
    background: white;
    border-left: 5px solid var(--primary-color);
    padding: 15px;
    margin-bottom: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.day-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    width: 5px;
    height: 100%;
    background: linear-gradient(
        to bottom,
        var(--primary-color),
        var(--secondary-color)
    );
    transition: all 0.4s ease;
}

.day-item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(
        circle,
        rgba(231, 129, 5, 0.1) 0%,
        transparent 70%
    );
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}

.day-item:hover::after {
    width: 600px;
    height: 600px;
}

.day-item:hover::before {
    width: 8px;
    box-shadow: 0 0 20px rgba(228, 100, 8, 0.6);
}

.day-item:hover {
    transform: translateY(2px) scale(1);
    border-left-color: var(--secondary-color);
}

.day-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.paragraph-day-item p {
    padding: 0px 0px;
}

.day-number {
    background: var(--gradient-color);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 8px 20px rgba(200, 102, 27, 0.4);
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.day-number::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    border: 3px solid var(--primary-color);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.day-item:hover .day-number {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 12px 30px rgba(234, 114, 9, 0.6);
}

.day-item:hover .day-number::after {
    opacity: 1;
    animation: rippleDay 1.5s infinite;
}

@keyframes rippleDay {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.day-item p {
    color: #555;
    font-size: 1rem;
}

.day-item h4 {
    font-size: 1.2rem;
}

.day-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.day-item li {
    padding: 0.4rem 0 0.4rem 1.6rem;
    color: #555;
    font-size: 1rem;
    line-height: 1.4;
    position: relative;
}

.day-item li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 10px;
    height: 10px;
    font-weight: bold;
    background-image: url(../images/dot_icon.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/* Enhanced Inclusions/Exclusions */
.inclusion-exclusion {
    margin: 2.5rem 0rem;
}

.inclusion-box,
.exclusion-box {
    background: white;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    margin-top: 2.5rem;
}

.inclusion-box::before,
.exclusion-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    transition: height 0.3s ease;
}

.inclusion-box:hover::before,
.exclusion-box:hover::before {
    height: 8px;
}

.inclusion-box:hover {
    transform: translateX(10px);
    box-shadow: 0 20px 50px rgba(39, 174, 96, 0.2);
    border-color: #27ae60;
}

.exclusion-box:hover {
    transform: translateX(10px);
    box-shadow: 0 20px 50px rgba(231, 76, 60, 0.2);
    border-color: #e74c3c;
}

.inclusion-box h3 {
    color: #27ae60;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid rgba(39, 174, 96, 0.2);
    position: relative;
}

.inclusion-box h3 i {
    font-size: 1.8rem;
    animation: checkBounce 2s ease-in-out infinite;
}

@keyframes checkBounce {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.exclusion-box h3 {
    color: #e74c3c;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid rgba(231, 76, 60, 0.2);
    position: relative;
}

.exclusion-box h3 i {
    font-size: 1.8rem;
    animation: timesRotate 3s ease-in-out infinite;
}

@keyframes timesRotate {
    0%,
    100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(90deg);
    }
}

.list-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
}

.list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    background: linear-gradient(to bottom, var(--primary-color), #00e0b8);
    border-radius: 3px;
    transition: height 0.3s ease;
}

.list-item:hover::before {
    height: 100%;
}

.list-item:hover {
    background: rgba(1, 175, 209, 0.05);
    padding-left: 1.25rem;
    transform: translateX(5px);
}

.list-item i {
    margin-top: 0.3rem;
    flex-shrink: 0;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.list-item:hover i {
    transform: scale(1.2);
}

.list-item span {
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Enhanced Policy Sections */
.policy-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 2.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border-left: 5px solid var(--primary-color);
    transition: all 0.3s ease;
}

.policy-section:hover {
    transform: translateX(10px);
    box-shadow: 0 12px 40px rgba(235, 87, 1, 0.12);
}

.policy-section h3 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.3rem;
    font-weight: 700;
}

.policy-section h3 i {
    font-size: 1.5rem;
}

.policy-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.policy-section ul li {
    padding: 0.4rem 0 0.4rem 1.6rem;
    color: #555;
    font-size: 1rem;
    line-height: 1.4;
    position: relative;
}

.policy-section ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 14px;
    width: 10px;
    height: 10px;
    font-weight: bold;
    background-image: url(../images/dot_icon.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.policy-section ul li strong {
    color: var(--dark-color);
    font-weight: 600;
}

/* FAQ Section */
/* Base Styles for the Section */
.faq-section {
    padding: 0px 0;
    background: linear-gradient(135deg, #f2f5f8 0%, #d6fafa 100%);
    position: relative;
    overflow: hidden;
}

/* Background Decorations */
.faq-decoration-1 {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: linear-gradient(
        135deg,
        rgba(255, 107, 0, 0.05),
        rgba(255, 193, 7, 0.05)
    );
    border-radius: 50%;
    z-index: 0;
}

.faq-decoration-2 {
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: linear-gradient(
        135deg,
        rgba(0, 123, 255, 0.03),
        rgba(0, 198, 255, 0.03)
    );
    border-radius: 50%;
    z-index: 0;
}

/* FAQ Header Styles */

.tour-details-faq-title p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.faq-header-divider {
    width: 80px;
    height: 4px;
    background: var(--gradient-color);
    margin: 20px auto;
    border-radius: 2px;
}

/* FAQ List and Item Styles */
.tour-details-faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

/* Style for open/active FAQ item (optional: add this class via JS) */
.faq-item.active {
    border-color: var(--primary-color);
    box-shadow: 0 8px 30px rgba(255, 107, 0, 0.1);
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background-color: #f8f9fa;
}

.faq-question-title {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin: 0;
    flex: 1;
    display: flex;
    align-items: center;
}

.faq-q-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--gradient-color);
    border-radius: 8px;
    margin-right: 15px;
    font-size: 14px;
    color: white;
    flex-shrink: 0;
}

.faq-icon {
    font-size: 24px;
    color: var(--primary-color);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

/* Rotate icon when active (optional: add this style via JS when opening) */
.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background: linear-gradient(to bottom, #f8f9fa, white);
}

/* This is the inner padding area to align with the question text */
.faq-answer-content {
    padding: 0 30px 25px 77px;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}

.faq-answer-content p {
    margin: 0 0 15px;
}

/* List Styles */
.faq-list-ul {
    margin: 0;
    padding-left: 20px;
    list-style: none;
}

.faq-list-ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.faq-check-icon {
    position: absolute;
    left: 0;
    color: #28a745;
    margin-top: 3px;
}

.faq-list-ul-simple {
    margin: 15px 0 0;
    padding-left: 20px;
}

.faq-list-ul-simple li {
    margin-bottom: 10px;
}

.faq-list-ul-simple strong {
    color: #2c3e50;
}

.faq-note {
    margin: 15px 0 0 !important;
    font-style: italic;
    color: #666 !important;
}

/* Contact CTA Styles */
.tour-details-faq-more {
    text-align: center;
    margin-top: 50px;
    padding: 40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.faq-more-content {
    margin-bottom: 25px;
}

.faq-more-icon {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 15px;
    display: inline-block;
}

.tour-details-faq-more h3 {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 10px;
}

.tour-details-faq-more p {
    font-size: 16px;
    color: #666;
    margin: 0 0 25px;
}

.faq-more-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.faq-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.faq-cta-primary {
    background: var(--gradient-color);
    color: white;
    box-shadow: 0 4px 15px rgba(150, 250, 248, 0.3);
}

.faq-cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(12, 233, 211, 0.4);
}

.faq-cta-secondary {
    background: white;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.faq-cta-secondary:hover {
    background: var(--gradient-color);
    color: white;
}

/* Animations */
@keyframes pulse {
    0%,
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.1;
    }

    50% {
        transform: translateX(-50%) scale(1.1);
        opacity: 0.15;
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Media Queries */
@media (max-width: 768px) {
    .tour-details-faq-title h2 {
        font-size: 32px;
    }

    .faq-question {
        padding: 20px 20px;
    }

    .faq-question-title {
        font-size: 16px;
    }

    /* Adjust padding for answer content to accommodate smaller screen/number block */
    .faq-answer-content {
        padding: 0 0px 0px 10px;
    }

    .faq-q-number {
        width: 28px;
        height: 28px;
        font-size: 13px;
        margin-right: 10px;
    }

    .faq-more-links {
        flex-direction: column;
    }

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

/* Payment Page Css */
.payment-hero {
    background:
        linear-gradient(rgba(0, 0, 0, 0.412), rgba(0, 0, 0, 0.458)),
        url("../images/payment-hero.jpg") no-repeat center center;

    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    color: white;
    padding: 150px 0 60px;
    margin-bottom: 40px;
}

.tour-details_content {
    margin-bottom: -86px;
    padding-top: 86px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.payment-title {
    font-weight: 900;
    margin-bottom: 10px;
    color: white;
    font-size: 3rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    font-family: "Anton", sans-serif;
    font-style: italic;
    letter-spacing: 1px;
}

.payment-subtitle {
    font-size: 1.3rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    color: white;
}

/* Payment container */
.payment-container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 40px;
}

.payment-header {
    background: var(--primary-color);
    color: white;
    padding: 20px 30px;
}

.payment-content {
    padding: 10px;
}

.payment-method {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.payment-method:hover {
    border-color: var(--primary-color);
    box-shadow: 0 5px 15px rgba(1, 175, 209, 0.1);
}

.payment-method.active {
    border-color: var(--primary-color);
    background-color: rgba(1, 175, 209, 0.05);
}

.qr-code-container {
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 20px 0;
}

.qr-code {
    max-width: 200px;
    margin: 0 auto 15px;
}

.payment-instructions {
    position: relative;
    background-color: #f8f9fa;
    padding: 15px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.payment-instructions::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--gradient-color);
    border-radius: 0 8px 8px 0;
    /* Match the border-radius */
}

.payment-footer {
    background-color: var(--dark-color);
    color: white;
    padding: 40px 0;
    margin-top: 60px;
}

.payment-success {
    text-align: center;
    padding: 40px 20px;
}

.payment-success-icon {
    font-size: 4rem;
    color: #28a745;
    margin-bottom: 20px;
}

.btn-payment {
    background: var(--gradient-color);
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: none;
}

.btn-payment:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(1, 175, 209, 0.3);
    color: white;
}

.payment-steps {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    position: relative;
}

.payment-steps:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e9ecef;
    z-index: 1;
}

.payment-step {
    text-align: center;
    position: relative;
    z-index: 2;
    flex: 1;
}

.payment-step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: 600;
    color: #6c757d;
}

.payment-step.active .payment-step-number {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

.payment-step.completed .payment-step-number {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
}

.payment-step-label {
    font-size: 0.9rem;
    color: #6c757d;
}

.payment-step.active .payment-step-label {
    color: var(--primary-color);
    font-weight: 600;
}

.payment-info-card {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.payment-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.payment-info-icon {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.payment-info-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--dark-color);
}

.payment-info-text {
    color: var(--low-dark-text);
}

.why-us-card {
    position: relative;
    padding-left: 24px;
    /* padding adjusted to account for the pseudo-element */
    margin-bottom: 30px;
}

.why-us-card i {
    color: var(--primary-color);
}

.why-us-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--gradient-color);
}

/* About Us Page */

/* About Us Hero */

.about-image {
    position: relative;
}

.about-image-bg {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 250px;
    height: 250px;
    background: radial-gradient(
        circle at center,
        rgba(1, 175, 209, 0.1) 0%,
        transparent 70%
    );
    border-radius: 50%;
    z-index: 0;
}

.about-stat-card {
    background-color: white;
    transition: all 0.3s ease;
}

.about-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(1, 174, 209, 0.065);
}

.icon-box {
    background-color: #01aed11c;
    padding: 8px;
    border-radius: 5px;
}

.icon-box i {
    color: var(--primary-color);
}

.about-feature {
    font-size: 0.9rem;
    color: #fff;
    background: var(--gradient-color) !important;
}

.about-title {
    color: var(--dark-color);
    font-weight: 700;
    font-size: 1.9rem;
}

.btn-outline-dark:hover {
    background: var(--gradient-color);
    color: #fff;
    border: none;
}

/* Our Sevices */
.service-badge {
    display: inline-block;
    padding: 8px 24px;
    background: var(--light-color);
    border-radius: 50px;
    margin: 8px;
    font-weight: 600;
    color: var(--dark-color);
    transition: all 0.3s ease;
    border: 2px solid var(--primary-color);
}

.service-badge:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    transform: scale(1.05);
}

.service-badge i {
    color: #00e0b8;
}

/* Denstination Card */
.about-destination-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 250px;
    margin-bottom: 20px;
}

.about-destination-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    z-index: 1;
}

.about-destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-destination-card:hover img {
    transform: scale(1.1);
}

.destination-name {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    z-index: 2;
}

/* Team Section */
.feature-card {
    background: #fafafa;
    border-radius: 20px;
    padding: 20px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.feature-card,
.fa-handshake,
.fa-medal {
    color: var(--primary-color);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 30px;
    color: white;
}

/* payment help section */
.payment-help-section {
    background-color: #ffffff;
}

.payment-help-title {
    font-weight: 600;
    color: #1b1d1f;
}

.payment-help-heading {
    font-size: 16px !important;
}

.payment-help-card a {
    font-size: 12px;
    text-decoration: none;
    color: var(--primary-color);
}

.payment-help-subtitle {
    color: var(--low-dark-text);
}

.payment-help-card i {
    font-size: 25px;
}

.payment-help-card {
    transition: all 0.3s ease;
}

.payment-help-card:hover {
    transform: translateY(-5px);
}

.payment-help-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    font-size: 2rem;
    transition: transform 0.3s ease;
}

.payment-help-card:hover .payment-help-icon {
    transform: scale(1.1);
}

.payment-help-heading {
    font-weight: 600;
    color: #1b1d1f;
}

/* Contact us Page */

.contact-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    height: 250px;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-form-control,
.contact-form-select {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 12px 15px;
    margin-bottom: 20px;
}

.contact-form-control:focus,
.contact-form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(1, 175, 209, 0.25);
}

.btn-submit {
    background: var(--gradient-color);
    border: none;
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #fff;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(1, 175, 209, 0.3);
}

.accordion-button:not(.collapsed) {
    background-color: rgba(1, 175, 209, 0.1);
    color: var(--primary-color);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(1, 175, 209, 0.25);
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.accordion-button {
    font-weight: 600;
    padding: 15px 20px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2301afd1'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2301afd1'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.map-container {
    height: 400px;
    background-color: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px;
}

.social-icons a {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: var(--gradient-color);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-icons i {
    font-size: xx-large;
    margin-top: 0.9rem;
}

.social-icons a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(1, 175, 209, 0.3);
}

/* Contact Page CSS */
.contact-hero {
    background:
        linear-gradient(rgba(0, 0, 0, 0.713), rgba(0, 0, 0, 0.675)),
        url("../images/contact-us-hero.png");

    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    color: white;
    padding: 150px 0 60px;
    margin-bottom: 40px;
}

.contact-title {
    font-weight: 900;
    margin-bottom: 10px;
    color: white;
    font-size: 3rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    font-family: "Anton", sans-serif;
    font-style: italic;
    letter-spacing: 1px;
}

.contact-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}

/* Blog Details  Page */
.blog-deetails-section {
    margin-top: 1rem;
}

.blog-details-blog-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    align-items: start;
}

.blog-details-blog-layout img {
    margin-bottom: 1rem;
}

/* Left Section - Scrollable Content */
.blog-details-blog-content {
    border-radius: 20px;
    overflow: hidden;
}

.blog-details-hero-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.blog-details-content-body {
    padding: 0px;
}

.blog-details-blog-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

.blog-details-section-heading {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 40px 0 20px;
    color: #515252;
}

/* Blog Content HTML Elements Styling */
.blog-details-blog-content {
    color: #333;
    line-height: 1.8;
}

.blog-details-blog-text-wrapper {
    margin-bottom: 30px;
}

/* Headings within blog content */
.blog-details-blog-content h1,
.blog-details-blog-content_h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 35px 0 20px;
    line-height: 1.3;
}

.blog-details-blog-content h2,
.blog-details-blog-content_h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #34495e;
    margin: 30px 0 18px;
    line-height: 1.4;
}

.blog-details-blog-content h3,
.blog-details-blog-content_h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #34495e;
    margin: 25px 0 15px;
    line-height: 1.4;
}

.blog-details-blog-content h4,
.blog-details-blog-content_h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #34495e;
    margin: 20px 0 12px;
    line-height: 1.5;
}

.blog-details-blog-content h5,
.blog-details-blog-content_h5 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #34495e;
    margin: 18px 0 10px;
    line-height: 1.5;
}

.blog-details-blog-content h6,
.blog-details-blog-content_h6 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #34495e;
    margin: 15px 0 8px;
    line-height: 1.5;
}

/* Paragraphs */
.blog-details-blog-content p,
.blog-details-blog-content_p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

/* Strong and Bold */
.blog-details-blog-content strong,
.blog-details-blog-content b,
.blog-details-blog-content_strong,
.blog-details-blog-content_b {
    font-weight: 700;
    color: #2c3e50;
}

/* Emphasis and Italic */
.blog-details-blog-content em,
.blog-details-blog-content i,
.blog-details-blog-content_em,
.blog-details-blog-content_i {
    font-style: italic;
    color: #555;
}

/* Spans */
.blog-details-blog-content span,
.blog-details-blog-content_span {
    color: inherit;
    font-size: inherit;
}

/* Lists */
.blog-details-blog-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-details-blog-content ul li {
    padding: 0.4rem 0 0.4rem 1.6rem;
    color: #555;
    font-size: 1rem;
    line-height: 1.4;
    position: relative;
}

.blog-details-blog-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 10px;
    height: 10px;
    font-weight: bold;
    background-image: url("../images/dot_icon.png");
    background-size: cover;
    background-repeat: no-repeat;
}

/* Links */
.blog-details-blog-content a,
.blog-details-blog-content_a {
    color: var(--primary-color, #01afd1);
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.blog-details-blog-content a:hover,
.blog-details-blog-content_a:hover {
    color: var(--primary-color, #01afd1);
    border-bottom-color: var(--primary-color, #01afd1);
}

/* Images within content */
.blog-details-blog-content img,
.blog-details-blog-content_img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 25px 0;
    display: block;
}

/* Blockquotes */
.blog-details-blog-content blockquote,
.blog-details-blog-content_blockquote {
    border-left: 4px solid var(--primary-color, #01afd1);
    padding-left: 20px;
    margin: 25px 0;
    font-style: italic;
    color: #666;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

/* Code */
.blog-details-blog-content code,
.blog-details-blog-content_code {
    background: #f4f4f4;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    color: #e83e8c;
}

.blog-details-blog-content pre,
.blog-details-blog-content_pre {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 20px 0;
}

.blog-details-blog-content pre code {
    background: transparent;
    padding: 0;
    color: #333;
}

/* Horizontal Rule */
.blog-details-blog-content hr,
.blog-details-blog-content_hr {
    border: none;
    border-top: 2px solid #e5e8e9;
    margin: 30px 0;
}

/* Tables */
.blog-details-blog-content table,
.blog-details-blog-content_table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.blog-details-blog-content th,
.blog-details-blog-content td,
.blog-details-blog-content_th,
.blog-details-blog-content_td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e5e8e9;
}

.blog-details-blog-content th,
.blog-details-blog-content_th {
    background: var(--primary-color, #01afd1);
    color: #fff;
    font-weight: 600;
}

.blog-details-blog-content tr,
.blog-details-blog-content_tr {
    transition: background 0.2s ease;
}

.blog-details-blog-content tr:hover,
.blog-details-blog-content_tr:hover {
    background: #f8f9fa;
}

.blog-details-blog-content thead,
.blog-details-blog-content_thead {
    background: var(--primary-color, #01afd1);
}

.blog-details-blog-content tbody,
.blog-details-blog-content_tbody {
    background: #fff;
}

/* Enhanced Blog Details Sidebar for Tour Details */
.blog-details-sidebar {
    position: relative !important;
    top: 0 !important;
    background: white;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1.5px solid #e5e8e9;
    transition: all 0.3s ease;
}

.blog-details-sidebar:hover {
    box-shadow: 0 8px 30px rgba(1, 175, 209, 0.15);
    border-color: var(--primary-color);
}

/* Sidebar title wrapper */
.sidebar-title-wrapper {
    position: relative;
    margin-bottom: 2rem;
}

.sidebar-icon-float {
    position: absolute;
    top: -10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: var(--gradient-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    box-shadow: 0 5px 20px rgba(1, 175, 209, 0.4);
    animation: floatBounce 3s ease-in-out infinite;
}

@keyframes floatBounce {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-10px) rotate(10deg);
    }
}

.blog-details-sidebar-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.blog-details-sidebar-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.blog-details-contact-phone {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #edf0f3;
    border-radius: 12px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 1.1rem;
}

.blog-details-phone-icon {
    width: 40px;
    height: 40px;
    background: var(--gradient-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-details-btn-chat {
    width: 100%;
    padding: 15px;
    background: white;
    color: #25d366;
    border: 2px solid #25d366;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.blog-details-btn-chat:hover {
    background: #25d366;
    color: white;
}

.blog-details-btn-enquiry {
    width: 100%;
    padding: 15px;
    background: var(--gradient-color);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 25px;
}

.blog-details-btn-enquiry:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
}

.blog-details-social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.blog-details-social-icon {
    width: 50px;
    height: 50px;
    background: #222;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.blog-details-social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.blog-recomendition-section {
    background-color: #f8f9fa;
}

.blog-recommendation-card {
    border-radius: 12px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.blog-recommendation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.blog-recommendation-image-container {
    height: 250px;
    border-radius: 12px;
    overflow: hidden;
}

.blog-recommendation-image {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-recommendation-card:hover .blog-recommendation-image {
    transform: scale(1.05);
}

.blog-recommendation-overlay {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    transition: background 0.3s ease;
}

.blog-recommendation-card:hover .blog-recommendation-overlay {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
}

.blog-recommendation-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.blog-recommendation-link {
    transition: transform 0.2s ease;
}

.blog-recommendation-link:hover {
    transform: translateX(3px);
}

/* Tour Package Page */
/* Tour Hero Section */
.tour-package-search-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 0px;
    position: relative;
    overflow: hidden;
}

.tour-package-search-section::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(
        circle,
        rgba(1, 175, 209, 0.1) 0%,
        transparent 70%
    );
    border-radius: 50%;
}

.tour-package-heading-title h2 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #333;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.tour-package-heading-title span {
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.tour-package-search-section::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(
        circle,
        rgba(0, 224, 184, 0.1) 0%,
        transparent 70%
    );
    border-radius: 50%;
}

/* Blog Section */

.tour-package-filter-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
}

.tour-package-filter-select {
    height: 44px;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    background: white;
    color: var(--dark-color);
}

.tour-package-filter-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(1, 175, 209, 0.1);
    outline: none;
}

.cus-fil-icon {
    position: relative;
    cursor: pointer;
}

.cus-fil-icon:after {
    background: url("https://here4trip.com/assets/images/icons/arrow-up.png");
    position: absolute;
    right: 17px;
    top: 9px;
    width: 18px;
    height: 18px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}

.cus-fil-icon-filter {
    position: relative;
    cursor: pointer;
}

.cus-fil-icon-filter::after {
    background: url("../images/filter.png");
    position: absolute;
    right: 17px;
    top: 13px;
    width: 18px;
    height: 18px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
}

.tour-package-breadcrumb {
    background: white;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.tour-package-breadcrumb a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.tour-package-breadcrumb a:hover {
    color: var(--secondary-color);
}

.tour-package-destination-tabs {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: visible;
    margin-bottom: 40px;
    padding: 15px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.tour-package-destination-tabs::-webkit-scrollbar {
    height: 1px;
}
.tour-package-destination-tabs::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 1px;
}

/* Tab styles */
.tour-package-destination-tab {
    flex: 0 0 auto; /* tab shrink ya wrap na ho */
    padding: 6px 28px;
    border: 1px solid var(--dark-color);
    border-radius: 10px;
    background: white;
    color: var(--low-dark-text);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 15px;
}

.tour-package-destination-tab span img {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    object-fit: cover;
    margin-left: -1.3rem;
}

.tour-package-destination-tab:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
}

.tour-package-destination-tab.active {
    background: var(--gradient-color);
    color: white;
}

.tour-package-card {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 30px;
    display: flex;
    height: auto;
}

/* New Zigzag Card Styles */
.tour-package-card-zigzag {
    height: auto;
    border-radius: 25px;
    position: relative;
    overflow: visible;
    margin-bottom: 25px;
}

.tour-package-card-zigzag::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: var(--gradient-color);
    border-radius: 30px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}

.tour-package-card-zigzag:hover::before {
    opacity: 0.15;
}

.tour-package-zigzag-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0;
    background: white;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.tour-package-image-section {
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
    min-height: 280px;
}

.tour-package-image-section .tour-package-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tour-package-card-zigzag:hover .tour-package-image {
    transform: scale(1.15) rotate(2deg);
}

.tour-package-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.5) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
}

.tour-package-badge-new {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 5px 15px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 14px;
    color: var(--primary-color);
    align-self: flex-start;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    animation: tour-package-float 3s ease-in-out infinite;
}

@keyframes tour-package-float {
    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-1px);
    }
}

.tour-package-badge-new i {
    font-size: 16px;
}

.tour-package-trending-badge {
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    color: white;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
    animation: tour-package-pulse-glow 2s ease-in-out infinite;
}

@keyframes tour-package-pulse-glow {
    0%,
    100% {
        box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
    }

    50% {
        box-shadow: 0 8px 35px rgba(255, 107, 53, 0.6);
    }
}

.tour-package-offer-badge {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    box-shadow: 0 8px 25px rgba(245, 87, 108, 0.4);
}

.tour-package-content-section {
    flex: 1;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tour-package-content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.tour-package-tag-deluxe {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
    color: #2d3436;
}

.tour-package-tag-family {
    background: linear-gradient(135deg, #ffd3a5 0%, #fd6585 100%);
    color: white;
}

.tour-package-title-new {
    font-size: 22px;
    font-weight: 800;
    color: var(--dark-color);
    margin: 0;
}

.tour-package-route-new {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--low-dark-text);
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0;
    border-bottom: 2px dashed #e0e7ff;
    margin-bottom: 0.5rem;
}

.tour-package-route-new i {
    color: var(--primary-color);
    font-size: 18px;
}

.tour-package-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin: 0px 0;
}

.tour-package-feature-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 12px 8px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.tour-package-feature-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(1, 175, 209, 0.2);
}

.tour-package-feature-new i {
    font-size: 20px;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.tour-package-feature-new:hover i {
    transform: scale(1.2) rotate(5deg);
}

.tour-package-feature-new span {
    font-size: 12px;
    font-weight: 600;
    color: var(--dark-color);
}

.tour-package-bottom-section {
    flex-wrap: nowrap;
    display: table;
    margin-top: auto;
    padding-top: 8px;
    border-top: 3px solid #e0e7ff;
}

.tour-package-category-badge {
    display: inline-block;
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tour-package-category-badge:hover {
    transform: translateY(-3px);
}

.tour-package-category-badge-send-query {
    display: inline-block;
    background: var(--gradient-color);
    color: #fff;
    padding: 6px 16px;
    border: 1px solid var(--primary-color);

    border-radius: 20px;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tour-package-category-badge-send-query:hover {
    transform: translateY(-3px);
}

.tour-package-category-badge-view-details {
    display: inline-block;
    background: #fff;
    color: var(--primary-color);
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid var(--primary-color);
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tour-package-category-badge-view-details:hover {
    color: #fff;
    background-color: var(--primary-color);
    transform: translateY(-3px);
}

.tour-package-category-deluxe {
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
    color: #c2185b;
}

.tour-package-category-family {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    color: #e65100;
}

.tour-package-actions-new {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.tour-package-btn-primary,
.tour-package-btn-secondary {
    flex: 1;
    min-width: 150px;
    padding: 10px 10px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tour-package-btn-primary {
    background: var(--gradient-color);
    color: white;
    box-shadow: 0 8px 25px rgba(1, 175, 209, 0.3);
}

.tour-package-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(1, 175, 209, 0.5);
}

.tour-package-btn-secondary {
    background: white;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.tour-package-btn-secondary:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(1, 175, 209, 0.3);
}

.tour-package-image-wrapper {
    width: 350px;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.tour-package-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.tour-package-card:hover .tour-package-image {
    transform: scale(1.1);
}

.tour-package-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--gradient-color);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
    box-shadow: 0 4px 15px rgba(1, 175, 209, 0.4);
    z-index: 1;
}

.tour-package-content {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tour-package-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 10px;
    line-height: 1.3;
}

.tour-package-route {
    color: var(--low-dark-text);
    font-size: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tour-package-route i {
    color: var(--primary-color);
}

.tour-package-tag {
    display: inline-block;
    background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
    color: #2d3436;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.tour-package-features {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}

.tour-package-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.tour-package-feature-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 18px;
    transition: all 0.3s ease;
}

.tour-package-feature-label {
    font-size: 13px;
    color: var(--low-dark-text);
    font-weight: 600;
}

.tour-package-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 2px solid #f1f5f9;
}

.tour-package-info {
    display: flex;
    flex-direction: column;
}

.tour-package-type {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 5px;
    font-weight: 600;
}

.tour-package-category {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-color);
}

.tour-package-pricing {
    text-align: right;
}

.tour-package-price {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.tour-package-price-label {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 600;
}

.tour-package-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.tour-package-btn-detail,
.tour-package-btn-enquire {
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.tour-package-btn-detail {
    background: var(--gradient-color);
    color: white;
    box-shadow: 0 4px 15px rgba(1, 175, 209, 0.3);
}

.tour-package-btn-detail:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(1, 175, 209, 0.4);
}

.tour-package-btn-enquire {
    background: white;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.tour-package-btn-enquire:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.tour-package-customize-card {
    background: var(--gradient-color);
    border-radius: 25px;
    padding: 15px;
    color: white;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

@keyframes tour-package-pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.tour-package-customize-card h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.tour-package-customize-card p {
    font-size: 16px;
    margin-bottom: 25px;
    opacity: 0.95;
    position: relative;
    z-index: 1;
}

.tour-package-btn-customize {
    background: white;
    color: var(--primary-color);
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.tour-package-btn-customize:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.tour-package-sidebar-sticky {
    position: sticky;
    top: 20px;
    /* margin-right: 1rem; */
}

.tour-package-help-section {
    background: white;
    border-radius: 25px;
    padding: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.tour-package-help-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tour-package-help-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tour-package-help-section ul li {
    padding: 0.4rem 0 0.4rem 1.6rem;
    color: #555;
    font-size: 1rem;
    line-height: 1.4;
    position: relative;
}

.tour-package-help-section ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 10px;
    height: 10px;
    font-weight: bold;
    background-image: url("../images/dot_icon.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.tour-package-help-title i {
    color: var(--primary-color);
}

.tour-package-contact-item {
    color: var(--low-dark-text);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tour-package-contact-item i {
    color: var(--primary-color);
    width: 20px;
}

.tour-package-social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.tour-package-social-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.tour-package-social-icon:hover {
    transform: translateY(-5px) rotate(360deg);
    box-shadow: 0 8px 20px rgba(1, 175, 209, 0.4);
}

@media (max-width: 768px) {
    .tour-package-search-section {
        margin-top: 2rem;
    }
    .tour-package-card {
        flex-direction: column;
        height: auto;
    }

    .tour-package-image-wrapper {
        width: 100%;
        height: 250px;
    }

    .tour-package-destination-tabs {
        justify-content: left;
    }

    .tour-package-search-section h2 {
        font-size: 1.8rem;
    }
    .tour-package-bottom-section {
        flex-wrap: nowrap;
    }

    .tour-package-sidebar-sticky {
        position: relative;
        top: 0;
    }

    /* New Responsive Styles */
    .tour-package-zigzag-wrapper {
        flex-direction: column !important;
    }

    .tour-package-image-section {
        flex: 0 0 300px;
        min-height: 280px;
    }

    .tour-package-content-section {
        padding: 15px;
    }

    .tour-package-features-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .tour-package-price-new {
        font-size: 28px;
    }

    .tour-package-actions-new {
        flex-direction: column;
    }

    .tour-package-btn-primary,
    .tour-package-btn-secondary {
        width: 100%;
        min-width: auto;
    }
}

/* Tour Package Page End */

/* All Swaipper Next Prev Button */
/* offer-swipper swaipper button */
.offer-swiper-button-next {
    background: white;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 0 11px 0 #999;
    position: absolute;
    right: -11px;
    top: 40%;
}

.offer-swiper-button-prev {
    background: white;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 0 11px 0 #999;
    position: absolute;
    left: -11px;
    top: 40%;
}

.offer-swiper-button-next:after,
.offer-swiper-button-prev:after {
    font-size: 14px;
    font-weight: bold;
}

.offer-swiper-button-next:hover,
.offer-swiper-button-prev:hover {
    background: var(--primary-color);
    color: #fff;
}

/* Best seller Swaipper button */

.best-seller-next,
.best-seller-prev {
    background: white;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    box-shadow: 0 0 11px 0 #999;
    position: absolute;
    bottom: 53%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Positioning */
.best-seller-next {
    right: -8px;
}

.best-seller-prev {
    left: -8px;
}

/* Icon styles */
.best-seller-next i,
.best-seller-prev i {
    font-size: 20px;
    color: var(--primary-color);
}

/* Hover effect */
.best-seller-next:hover,
.best-seller-prev:hover {
    background: var(--primary-color);
}

.best-seller-next:hover i,
.best-seller-prev:hover i {
    color: #fff;
}

/* Swiper Section */
.sw-button-next,
.sw-button-prev {
    background: white;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    box-shadow: 0 0 11px 0 #999;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.3s ease;
}

.sw-button-next {
    right: 15px;
}

.sw-button-prev {
    left: 15px;
}

.sw-button-next i,
.sw-button-prev i {
    font-size: 20px;
    color: var(--primary-color);
}

.sw-button-next:hover,
.sw-button-prev:hover {
    background: var(--primary-color);
}

.sw-button-next:hover i,
.sw-button-prev:hover i {
    color: #fff;
}

/* Popular Crawsel */

.popular-swiper-button-next {
    background: white;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 0 11px 0 #999;
    position: absolute;
    right: -10px;
    top: 55%;
    z-index: 9;
}

.popular-swiper-button-prev {
    background: white;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 0 11px 0 #999;
    position: absolute;
    z-index: 9;
    left: -10px;
    top: 55%;
}

.popular-swiper-button-next:after,
.popular-swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.popular-swiper-button-next:hover,
.popular-swiper-button-prev:hover {
    background: var(--primary-color);
    color: #fff;
}

/* mega slider css button */
/* Base Styling for Swiper Container */
.megaSellSwiper {
    position: relative;
    overflow: hidden; /* Recommended for swipers */
}

/* Base Styling for Next/Prev Buttons */
/* This targets your custom classes */
.megaSellNext,
.megaSellPrev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10; /* Ensure they are above the slides */
    width: 30px; /* Define size */
    height: 30px; /* Define size */
    cursor: pointer;
    background-color: rgba(
        255,
        255,
        255,
        0.8
    ); /* Add a background for visibility */
    border-radius: 50%; /* Optional: make them round */
}

/* Specific Position for PREV button */
.megaSellPrev {
    left: 5px;
}

/* Specific Position for NEXT button */
.megaSellNext {
    right: 5px;
}

/* Adding Arrow Content (Using Unicode Arrows) */
/* This is essential for them to be visible if Swiper isn't adding icons automatically */
.megaSellPrev::after {
    content: "❮"; /* Left Arrow */
    font-size: 16px;
    font-weight: bold;
    line-height: 1; /* Helps centering */
}

.megaSellNext::after {
    content: "❯"; /* Right Arrow */
    font-size: 16px;
    font-weight: bold;
    line-height: 1; /* Helps centering */
}

/* mega swapper end */

/* Jouney And Fram  Swipper Button */
.journey-swiper-button-next,
.journey-swiper-button-prev {
    background: white;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    box-shadow: 0 0 11px 0 #999;
    position: absolute;
    top: 50%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Positioning */
.journey-swiper-button-next {
    right: 8px;
}

.journey-swiper-button-prev {
    left: 8px;
}

/* Icon styles */
.journey-swiper-button-next i,
.journey-swiper-button-prev i {
    font-size: 20px;
    color: var(--primary-color);
}

/* Hover effect */
.journey-swiper-button-next:hover,
.journey-swiper-button-prev:hover {
    background: var(--primary-color);
}

.journey-swiper-button-next:hover i,
.journey-swiper-button-prev:hover i {
    color: #fff;
}

/* Button Media Query */
/* this media quey run in mobile device beacuse of button cutting */
@media (max-width: 590px) {
    .best-seller-next,
    .offer-swiper-button-next,
    .swiper-button-next {
        right: 5px;
    }

    .best-seller-prev,
    .offer-swiper-button-prev,
    .swiper-button-prev {
        left: 5px;
    }
}

/* Media Quary For All Sections */
/* Mobile Responsive */
/* Home Hero Section */

/* Animated Offer Section */
@media (max-width: 768px) {
    .text-slider {
        font-size: 15px;
        gap: 25px;
    }

    .text-item {
        padding: 6px 14px;
    }
}

@media (max-width: 480px) {
    .text-slider {
        font-size: 14px;
        gap: 20px;
    }

    .text-item {
        padding: 5px 12px;
    }
}

/* Swiper Section */
/* MEDIA QUERY FOR DESKTOP: 40%/60% Split and Height Matching */
@media (min-width: 992px) {
    /* FIX: Make the main row a flex container and stretch items to match heights */
    #top-destination-section .row {
        display: flex;
        align-items: stretch;
    }

    /* FIX: Set the specific column widths as requested (40% and 60%) */
    #top-destination-section .carousel-col-wrapper {
        flex: 0 0 40%;
        max-width: 40%;
    }

    #top-destination-section .cards-col-wrapper {
        flex: 0 0 60%;
        max-width: 60%;
        /* FIX: Make the cards wrapper a flex container for its inner row */
        display: flex;
        flex-direction: column;
    }

    /* FIX: Ensure the inner card row grows to fill the height of the column */
    #top-destination-section .cards-col-wrapper .row {
        flex-grow: 1;
        height: 100%;
        /* Ensure inner row fills the height */
    }
}

/* Youtube frame */
/* responsive tweaks */
@media (max-width: 960px) {
    .youtube-carousel-nav {
        top: 102%;
    }
    .mainbaody {
        padding: 0px;
    }
    .youtube-carousel-container {
        height: 520px;
    }

    .youtube-main-card {
        height: 420px;
    }

    .youtube-card-side {
        display: none;
    }

    /* hide side previews on small screens */
}

@media (max-width: 520px) {
    .youtube-carousel-container {
        padding: 0;
        height: 360px;
    }

    .youtube-main-card {
        width: 100%;
        height: 100%;
        border-radius: 18px;
    }

    .youtube-title {
        font-size: 1.25rem;
    }
}

/* Tour Details Galley Section */
/* Tablet (iPad) - 3 cards per row */
@media (max-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
}

/* Mobile - 2 cards per row */
@media (max-width: 767px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 7px;
        display: flex;
    }

    .gallery-card {
        height: 95px;
    }

    .gallery-modal-nav {
        width: 45px;
        height: 45px;
        font-size: 32px;
    }

    .gallery-view-more-text {
        font-size: 12px;
    }

    .gallery-view-more-text i {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        height: auto;
    }

    .gallery-item:first-child {
        grid-column: span 2;
        grid-row: span 1;
    }

    .query-form-sticky,
    .tour-details-sidebar-sticky {
        position: relative !important;
        margin-top: 2rem;
        top: 0 !important;
        max-height: none;
    }

    .tour-details-hero-content h1 {
        font-weight: 700;
        font-size: 3rem;
        margin-bottom: 10px;
        color: #fff;
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
        font-family: "PlusJakartaSans", sans-serif;
    }

    .tour-details-hero-section {
        height: auto;
    }

    .overview-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .inclusion-exclusion {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .tour-package-price-section {
        display: flex;
        gap: 4px;
        white-space: nowrap;
    }
    .tour-package-category-badge {
        padding: 6px 6px;
    }
    .tour-package-category-badge-send-query {
        padding: 6px 6px;
    }
    .tour-package-category-badge-view-details {
        padding: 6px 6px;
    }
}

@media (max-width: 768px) {
    .tour-details-hero-section {
        height: auto;
    }

    .tour-details-hero-content h1 {
        font-size: 2rem;
    }

    .tour-details-hero-content .lead {
        font-size: 1.1rem;
    }

    .tour-details-hero-meta {
        gap: 0.75rem;
    }

    .tour-details-hero-meta-item {
        font-size: 0.85rem;
        padding: 0.3rem 0.3rem;
        width: 100%;
        box-sizing: border-box;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item:first-child {
        grid-column: span 1;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .overview-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .day-item {
        padding: 15px;
    }

    .day-number {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .day-header h4 {
        font-size: 1.1rem;
    }
}

/* Payment Page */
@media (max-width: 768px) {
    .payment-steps {
        flex-direction: column;
        align-items: flex-start;
    }

    .payment-steps:before {
        display: none;
    }

    .payment-step {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        width: 100%;
    }

    .payment-step-number {
        margin: 0 15px 0 0;
    }

    .payment-help-icon {
        width: 70px;
        height: 70px;
        font-size: 1.6rem;
    }
}

@media (max-width: 991px) {
    .hide-on-mob-view {
        display: none !important;
    }
    .meta-label {
        font-size: 12px;
    }
    .meta-value {
        font-size: 11px;
    }
}

@media (min-width: 992px) {
    .hide-on-desktop {
        display: none !important;
    }
}

/* Blog Details Page */
/* Responsive Design */
@media (max-width: 992px) {
    .blog-deetails-section {
        margin-top: 6rem;
    }
    .blog-details-blog-layout {
        grid-template-columns: 1fr;
    }

    .blog-details-sidebar {
        position: relative;
        top: 0;
    }

    .blog-details-content-body {
        padding: 1px;
    }
}

@media (max-width: 576px) {
    .blog-deetails-section {
        margin-top: 6rem;
    }
    .blog-details-hero-image {
        height: 300px;
    }

    .blog-details-content-body {
        padding: 1px;
    }

    .blog-details-sidebar {
        padding: 25px 20px;
    }
}

@media (max-width: 768px) {
    .blog-recommendation-image-container {
        height: 200px;
    }

    .blog-recommendation-title {
        font-size: 1rem;
    }
}

/* Ripple Effect for Buttons */
.ripple-effect {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    transform: scale(0);
    animation: ripple-animation 0.6s ease-out;
    pointer-events: none;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Button positioning for ripple */
.blog-details-btn-chat,
.blog-details-btn-enquiry {
    position: relative;
    overflow: hidden;
}

/* Section in view animation */
.section-in-view {
    animation: sectionPulse 0.6s ease-out;
}

@keyframes sectionPulse {
    0% {
        transform: scale(0.98);
    }

    50% {
        transform: scale(1.01);
    }

    100% {
        transform: scale(1);
    }
}

/* Enhanced text selection */
::selection {
    background: var(--primary-color);
    color: white;
}

::-moz-selection {
    background: var(--primary-color);
    color: white;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading animation for images */
.tour-details-hero-section,
.gallery-image,
.overview-item img {
    animation: imageLoad 0.6s ease-out;
}

@keyframes imageLoad {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Additional Tour Details Responsive Styles */
@media (max-width: 576px) {
    .tour-details-hero-section {
        height: auto;
        margin-top: 0rem;
    }

    .tour-details-hero-content h1 {
        font-size: 1.75rem;
    }

    .tour-details-hero-content .lead {
        font-size: 1rem;
    }

    .tour-details-hero-meta-item {
        font-size: 0.8rem;
        padding: 0.5rem 0.8rem;
    }

    .overview-icon-wrapper {
        width: 60px;
        height: 60px;
    }

    .overview-item i {
        font-size: 1.5rem;
    }

    .day-item {
        padding: 1.25rem;
    }

    .day-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .inclusion-box,
    .exclusion-box {
        padding: 1.5rem;
    }

    .policy-section {
        padding: 1.5rem;
    }

    .tour-details-price-header h4 {
        font-size: 1.1rem;
    }

    .tour-details-price-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .tour-details-price-item strong {
        font-size: 1.1rem;
    }
}

/* Blogs Page Full Section */
/* Blog Hero Section */
.blogs-hero-section {
    background-image:
        linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%),
        url("https://thirdeyetraveller.com/wp-content/uploads/2016/07/solo-travel-problems.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 0px;
    position: relative;
    overflow: hidden;
}

.blogs-hero-section::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(
        circle,
        rgba(1, 175, 209, 0.1) 0%,
        transparent 70%
    );
    border-radius: 50%;
}

.blogs-hero-section::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(
        circle,
        rgba(0, 224, 184, 0.1) 0%,
        transparent 70%
    );
    border-radius: 50%;
}

/* Blog Card Styles */
.main-page-blog-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.main-page-blog-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.main-page-blog-card:hover::before {
    transform: scaleX(0.5);
}

/* ====== HERO BLOG CARD (FEATURED LARGE) ====== */
.main-page-blog-card-hero {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
}

.main-page-blog-card-hero:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 80px rgba(1, 175, 209, 0.3);
}

.blog-image-hero {
    height: 100%;
    min-height: 450px;
    position: relative;
    overflow: hidden;
}

.blog-image-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-page-blog-card-hero:hover .blog-image-hero img {
    transform: scale(1.1);
}

.blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 0%,
        transparent 50%,
        rgba(0, 0, 0, 0.7) 100%
    );
    display: flex;
    align-items: flex-start;
    padding: 30px;
}

.blog-category {
    background: rgba(1, 175, 209, 0.95);
    backdrop-filter: blur(10px);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(1, 175, 209, 0.4);
}

.blog-content-hero {
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.blog-date-inline,
.blog-reading-time {
    color: #6c757d;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.blog-content-hero h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.blog-content-hero p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #6c757d;
    margin-bottom: 25px;
}

.blog-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gradient-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 700;
    color: #2c3e50;
    font-size: 1rem;
}

.author-title {
    font-size: 0.85rem;
    color: #6c757d;
}

.blog-read-more-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gradient-color);
    color: white;
    padding: 16px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.4s ease;
    align-self: flex-start;
    box-shadow: 0 8px 25px rgba(1, 175, 209, 0.3);
}

.blog-read-more-hero:hover {
    transform: translateX(10px);
    box-shadow: 0 12px 35px rgba(1, 175, 209, 0.5);
    color: white;
}

/* ====== MODERN BLOG CARD (OVERLAY CONTENT) ====== */
.main-page-blog-card-modern {
    border-radius: 20px;
    overflow: hidden;
    height: 500px;
}

.blog-image-modern {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.blog-image-modern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.main-page-blog-card-modern:hover .blog-image-modern img {
    transform: scale(1.15);
}

.blog-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.9) 100%
    );
    transition: opacity 0.4s ease;
}

.blog-content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    color: white;
    z-index: 2;
}

.blog-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.blog-content-overlay h1 {
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 15px;
    line-height: 1.3;
}

.blog-meta-overlay {
    display: flex;
    gap: 20px;
    font-size: 0.85rem;
    opacity: 0.9;
}

.blog-meta-overlay span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.blog-content-modern {
    padding: 25px;
    background: white;
}

.blog-content-modern p {
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.blog-read-more-modern {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #01afd1;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.blog-read-more-modern:hover {
    gap: 15px;
    color: #00e0b8;
}

.blog-read-more-modern i {
    transition: transform 0.3s ease;
}

.blog-read-more-modern:hover i {
    transform: translateX(5px);
}

/* ====== PREMIUM BLOG CARD (FLOATING ELEMENTS) ====== */
.main-page-blog-card-premium {
    border-radius: 25px;
    overflow: visible;
    position: relative;
    background: white;
}

/*.main-page-blog-card-premium:hover {*/
/*    transform: translateY(-6px) scale(1.02);*/
/*}*/

.blog-image-premium {
    position: relative;
    height: 280px;
    overflow: hidden;
    border-radius: 25px 25px 0 0;
}

.blog-image-premium img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
    filter: brightness(0.95);
}

.main-page-blog-card-premium:hover .blog-image-premium img {
    transform: scale(1.1) rotate(-1deg);
    filter: brightness(1.05);
}

.floating-date {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: white;
    width: 70px;
    height: 70px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 2;
    transition: all 0.4s ease;
}

.main-page-blog-card-premium:hover .floating-date {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 15px 40px rgba(1, 175, 209, 0.4);
}

.date-day {
    font-size: 28px;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
}

.date-month {
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
}

.blog-content-premium {
    padding: 30px;
}

.blog-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: linear-gradient(
        135deg,
        rgb(209 63 1 / 10%) 0%,
        rgb(207 130 147 / 46%) 100%
    );
    color: var(--primary-color);
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid var(--primary-color);
}

.blog-content-premium h1 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-content-premium p {
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

.blog-footer-premium {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
}

.blog-read-more-premium {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gradient-color);
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(1, 175, 209, 0.3);
}

.blog-read-more-premium:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 30px rgba(1, 175, 209, 0.5);
    color: white;
}

.blog-read-more-premium i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.blog-read-more-premium:hover i {
    transform: translateX(5px);
}

/* Blog Image */
.blog-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.blog-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.main-page-blog-card:hover .blog-image::after {
    opacity: 1;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(1);
}

.main-page-blog-card:hover .blog-image img {
    transform: scale(1.15) rotate(2deg);
    filter: brightness(1.1);
}

/* Blog Date Badge */
.blog-date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--gradient-color);
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(1, 175, 209, 0.3);
}

.blog-date .day {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.blog-date .month {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 2px;
}

/* Blog Content */
.blog-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-content h1 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.4;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: color 0.3s ease;
}

.main-page-blog-card:hover .blog-content h1 {
    color: var(--primary-color);
}

.blog-content p {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Read More Button */
.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: white;
    background: var(--gradient-color);
    padding: 8px 15px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    align-self: flex-start;
    font-size: 0.9rem;
}

.blog-read-more:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(1, 175, 209, 0.3);
    color: white;
}

.blog-read-more i {
    transition: transform 0.3s ease;
}

.blog-read-more:hover i {
    transform: translateX(5px);
}

/* Sticky Sidebar Styles */
.sticky-sidebar {
    position: sticky;
    top: 140px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* CTA Card Base Styles */
.cta-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.cta-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(1, 175, 209, 0.15);
}

.cta-icon {
    width: 60px;
    height: 60px;
    background: #00e0b8;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: white;
    box-shadow: 0 8px 20px rgba(1, 175, 209, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.cta-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.cta-card p {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* CTA Buttons */
.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 25px;
    background: var(--gradient-color);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 10px;
    box-shadow: 0 5px 15px rgba(1, 175, 209, 0.2);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(1, 175, 209, 0.4);
    color: white;
}

.cta-button:active {
    transform: translateY(-1px);
}

.cta-button i {
    font-size: 1.1rem;
}

/* WhatsApp Button */
.whatsapp-btn_blog {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.2);
}

.whatsapp-btn_blog:hover {
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

/* Category Tags */
.category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-tag {
    padding: 8px 16px;
    background: #f8f9fa;
    color: #2c3e50;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid var(--primary-color);
}

.category-tag:hover {
    background: var(--gradient-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(1, 175, 209, 0.3);
}

/* Blog Catoregory */
/* ====== BLOG CATEGORY CARD STYLES ====== */
.blog-category-card {
    background: white;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
}

.category-header {
    background: linear-gradient(
        135deg,
        rgba(1, 175, 209, 0.1) 0%,
        rgba(0, 224, 184, 0.1) 100%
    );
    padding: 25px;
    text-align: center;
    position: relative;
}

.category-header .cta-icon {
    margin: 0 auto 15px;
}

.category-header h3 {
    margin-bottom: 8px;
    font-size: 1.3rem;
}

.category-header p {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

/* Blog Categories Grid */
.blog-categories-grid {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Blog Category Item */
.blog-category-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.blog-category-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--gradient-color);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.blog-category-item:hover::before {
    transform: scaleY(1);
}

.blog-category-item:hover {
    background: white;
    box-shadow: 0 4px 15px rgba(1, 175, 209, 0.15);
    transform: translateX(5px);
}

/* Category Post Image */
.category-post-image {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.category-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-category-item:hover .category-post-image img {
    transform: scale(1.1);
}

.category-post-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(1, 175, 209, 0.3) 0%,
        rgba(0, 224, 184, 0.3) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blog-category-item:hover .category-post-image::after {
    opacity: 1;
}

/* Category Post Info */
.category-post-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.category-post-info h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: color 0.3s ease;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-category-item:hover .category-post-info h4 {
    color: #01afd1;
}

/* Post Date */
.post-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: #6c757d;
}

.post-date i {
    color: #01afd1;
    font-size: 0.75rem;
}

.post-date span {
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 767.98px) {
    .category-header {
        padding: 20px;
    }

    .category-header h3 {
        font-size: 1.1rem;
    }

    .blog-categories-grid {
        padding: 10px;
        gap: 10px;
    }

    .blog-category-item {
        padding: 8px;
    }

    .category-post-image {
        width: 60px;
        height: 60px;
    }

    .category-post-info h4 {
        font-size: 0.9rem;
    }

    .post-date {
        font-size: 0.75rem;
    }
}

/* Offer Card */
.offer-card {
    background: var(--gradient-color);
    color: white;
}

.offer-card h3,
.offer-card p {
    color: white;
}

.offer-card .cta-icon {
    background: #00e0b8;
    backdrop-filter: blur(10px);
}

.offer-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #0056b3;
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.offer-btn {
    background: white;
    color: var(--primary-color);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.offer-btn:hover {
    background: #f8f9fa;
    color: #01afd1;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

/* ====== BLOG RECOMMENDATIONS SECTION ====== */
.blog-recommendations-section {
    position: relative;
    overflow: hidden;
}

.blog-recommendations-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(
        circle,
        rgba(1, 175, 209, 0.05) 0%,
        transparent 70%
    );
    border-radius: 50%;
}

/* Recommendation Card */
.recommendation-card {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    /*box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);*/
    /*transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);*/
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

/*.recommendation-card:hover {*/
/*    transform: translateY(-12px);*/
/*    box-shadow: 0 15px 45px rgba(1, 175, 209, 0.2);*/
/*}*/

/* Recommendation Image */
.recommendation-image {
    position: relative;
    height: 170px;
    overflow: hidden;
}

.recommendation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    filter: brightness(0.95);
}

.recommendation-card:hover .recommendation-image img {
    transform: scale(1.15) rotate(2deg);
    filter: brightness(1.05);
}

.recommendation-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.4) 0%,
        transparent 60%
    );
    display: flex;
    align-items: flex-start;
    padding: 15px;
}

.recommendation-tag {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    color: var(--primary-color);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.recommendation-card:hover .recommendation-tag {
    background: var(--gradient-color);
    color: white;
    transform: scale(1.05);
}

/* Recommendation Content */
.recommendation-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.recommendation-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
    font-size: 0.8rem;
    color: var(--primary-color);
}

.recommendation-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.recommendation-meta i {
    color: var(--primary-color);
}

.recommendation-content h1 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
    line-height: 1.4;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recommendation-card:hover .recommendation-content h1 {
    color: var(--primary-color);
}

.recommendation-content p {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Recommendation Link */
.recommendation-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.recommendation-link:hover {
    gap: 12px;
    color: var(--primary-color);
}

.recommendation-link i {
    transition: transform 0.3s ease;
}

.recommendation-link:hover i {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .blogs-hero-section {
        margin-top: 100px;
        padding: 30px 0 15px;
    }

    .blog-image {
        height: 220px;
    }

    .blog-content h1 {
        font-size: 1.3rem;
    }

    .sticky-sidebar {
        position: relative;
        top: 0;
        margin-top: 30px;
    }

    /* Hero Card Responsive */
    .blog-image-hero {
        min-height: 300px;
    }

    .blog-content-hero {
        padding: 35px 25px;
    }

    .blog-content-hero h1 {
        font-size: 1.6rem;
    }

    .blog-content-hero p {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .blogs-hero-section {
        margin-top: 80px;
    }

    .blog-content h1 {
        font-size: 1.2rem;
    }

    .blog-content p {
        font-size: 0.9rem;
    }

    /* Hero Card Mobile */
    .blog-content-hero h1 {
        font-size: 1.4rem;
    }

    .blog-content-hero {
        padding: 25px 20px;
    }

    .blog-image-hero {
        min-height: 250px;
    }

    /* Modern Card Mobile */
    .blog-image-modern {
        height: 300px;
    }

    .main-page-blog-card-modern {
        height: auto;
    }

    .blog-content-overlay h1 {
        font-size: 1.2rem;
    }

    /* Premium Card Mobile */
    .blog-content-premium h1 {
        font-size: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    .blog-image {
        height: 200px;
    }

    .blog-content {
        padding: 20px;
    }

    .blog-date {
        top: 15px;
        right: 15px;
        padding: 8px 12px;
    }

    .blog-date .day {
        font-size: 20px;
    }

    /* Hero Card Small Mobile */
    .blog-content-hero h1 {
        font-size: 1.2rem;
    }

    .blog-read-more-hero {
        padding: 14px 25px;
        font-size: 0.9rem;
    }

    .author-avatar {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    /* Recommendation Cards Mobile */
    .recommendation-image {
        height: 200px;
    }

    .recommendation-content h1 {
        font-size: 1rem;
    }

    .btn-view-all-blogs {
        padding: 15px 30px;
        font-size: 0.9rem;
    }
}

.section-head {
    font-size: 28px;
    font-weight: 400;
    color: #31518b;
    /* Navy/Blue color for heading */
    text-align: center;
    margin-bottom: 30px;
    font-family: "Times New Roman", serif;
    /* Simulating the elegant font from the image */
}

.section-head span {
    font-weight: 700;
}

.tours {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* --- Package Card Styling (Modified for Image Reference) --- */
.packages a {
    color: #000;
    text-decoration: none;
}

.packages {
    border: 1px solid #d8d8d8;
    position: relative;
    /* height: auto; Removed fixed/min height for better content flow */
    border-radius: 10px;
    box-shadow: 0 0 10px #fbdfa0;
    padding: 10px;
    /*background: #fff;*/
    background: #f4b11869;
    z-index: 1;
    margin: 10px 0;
    /* min-width: 300px; Removed for better responsiveness */
    /* max-width: 350px; Removed for better responsiveness in grid */
    width: 100%;
    /* Ensure it takes full column width */
}

/* Structure for Image and Text side-by-side (Top Section) */
.package-header {
    display: flex;
    margin-bottom: 10px;
    /* Space between header and icons */
}

.packages img {
    width: 100%;
    /* Make image fill its column */
    max-width: 120px;
    /* Constrain image width as per reference */
    min-width: 120px;
    height: 120px;
    /* Keep it square or fixed height */
    object-fit: cover;
    border-radius: 5px;
    /* Slightly smaller border radius for image */
    margin-right: 15px;
    /* Space between image and titles */
}

.titles {
    padding: 0;
    /* Remove existing padding for compact layout */
    flex-grow: 1;
    /* Allow titles to take up remaining space */
}

.titles h3 {
    font-weight: 800;
    font-size: 14px;
    /* Reduced font size to fit */
    line-height: 18px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    margin: 0px;
}

.titles > span {
    font-size: 11px;
    font-weight: 600;
    display: block;
    /* Make it a block element */
    color: #555;
    margin-bottom: 3px;
}

/* Top Tags/Rating */
.tile-top {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    /* Space between rating and tag */
    margin-bottom: 3px;
}

.rating {
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid #fb9426;
    font-size: 9px !important;
    font-weight: 700;
}

.rating i {
    color: #ffe13f;
}

.tag-pop {
    border: 1px solid #a9ca33;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 9px !important;
    color: #000;
    background-color: #f7ffdd;
    display: flex;
    align-items: center;
}

.tag-pop i {
    margin-right: 2px;
    font-size: 10px;
}

.places {
    font-size: 11px;
    font-weight: 500;
    color: #595959;
    margin-top: 5px;
    line-height: 14px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

.places i {
    color: #31518b;
    margin-right: 3px;
}

/* --- Packages Data (Icons and Price/CTA) --- */
.packages-data {
    color: #575757;
    /* Removed background gradient, not visible in image */
    border-top: 1px solid #e1e1e1;
    /* Lighter separator */
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
}

.icons {
    text-align: left;
    /* Aligned left as per image */
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px 0;
    padding: 0 5px;
}

.icons span {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 8px;
    /* Very small font size for labels */
    font-weight: 600;
    max-width: 20%;
    text-align: center;
    line-height: 10px;
}

.icons img {
    display: block;
    /* Ensure image is a block element for vertical alignment */
    width: 25px;
    /* Smaller icons */
    height: 25px;
    border-radius: 0px;
    margin: 0 0 3px 0;
    /* Space between icon and text */
    object-fit: contain;
}

/* --- CTA and Pricing Section --- */
.cta-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /* Align to the bottom for price/offer */
    margin: 10px 0;
}

.cta-l {
    width: 50%;
    /* Adjusted width */
    float: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* Space between buttons */
}
.cta-l .btn-whatsapp {
    color: #fff;
}

.cta-l a {
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 5px;
    text-align: center;
    display: block;
    font-weight: 600;
}

.btn-call {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.btn-whatsapp {
    background-color: #25d366;
    color: #fff;
    border: 1px solid #25d366;
}

.btn-whatsapp i,
.btn-call i {
    margin-right: 5px;
}

.cta-r {
    width: 45%;
    /* Adjusted width */
    float: none;
    margin: 0;
    text-align: right;
}

.offer {
    font-size: 12px;
    color: #771b1b;
    font-weight: 600;
    line-height: 14px;
    text-decoration: none;
    display: block;
}

.offer-per-person {
    font-size: 12px;
    color: #6e6e6e;
    font-weight: 600;
    line-height: 14px;
    text-decoration: none;
    display: block;
}

.offer span {
    font-size: 12px;
    color: #c86161;
    text-decoration-line: line-through;
    margin-left: 5px;
}

.price {
    font-size: 18px;
    /* Prominent price */
    font-weight: 700;
    line-height: 20px;
    margin: 5px 0 0 0;
    display: block;
    color: #101010;
}

.price span {
    font-size: 10px;
    /* Smaller text below price */
    font-weight: 500;
    display: block;
    color: #555;
    line-height: 12px;
}

/* --- Bottom CTA Buttons --- */
.cta-tour {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #e1e1e1;
    /* Separator for bottom buttons */
    display: flex;
    justify-content: space-between;
}

.cta-tour .btn-plain,
.cta-tour .btn-main {
    display: inline-block;
    width: 48%;
    /* Adjusting for spacing */
    padding: 8px 5px;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s;
    color: #000 !important;
}

.cta-tour .btn-plain {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.cta-tour .btn-plain:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.cta-tour .btn-main {
    /*background-color: var(--primary-color);*/
    background: var(--gradient-color);
    color: #fff !important;
    border: 1px solid var(--primary-color);
}

.cta-tour .btn-main:hover {
    background-color: #fff;
    color: var(--primary-color);
}

/* --- Responsive Grid Implementation (Used in HTML) --- */
/* .col-lg-4: Desktop/Large screens (>= 992px) -> 3 cards */
/* .col-md-6: Tablet/Medium screens (>= 768px) -> 2 cards */
/* .col-12: Mobile/Small screens (< 768px) -> 1 card */

/* Resetting the extra padding on the package item columns */
.row.card-grid > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.row.card-grid {
    margin-left: -10px;
    margin-right: -10px;
}

@media (max-width: 991px) and (min-width: 768px) {
    /* Fix for 2-card layout alignment on iPad/Tablet */
    .packages {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Home ABout Us */

.home-about-hero-section {
    padding: 40px 0;
    /*background: #fff;*/
    position: relative;
    overflow: hidden;
}

/* Decorative icons */
.home-about-decorative-icons {
    position: absolute;
    font-size: 60px;
    opacity: 0.1;
    color: var(--primary-color);
}

.icon-camera-1 {
    top: 10%;
    left: 5%;
}

.icon-hat {
    top: 15%;
    right: 15%;
}

.icon-luggage {
    top: 30%;
    right: 8%;
}

.icon-palm {
    bottom: 20%;
    right: 5%;
}

.icon-plane {
    bottom: 15%;
    right: 12%;
}

.icon-starfish {
    bottom: 10%;
    right: 2%;
}

.icon-camera-2 {
    top: 8%;
    right: 5%;
}

/* Image container */
.image-container {
    position: relative;
}

.traveler-image {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 10px;
    /*background: linear-gradient(180deg, #e3d5f5 0%, #d4c5e8 100%);*/
    padding: 8px;
    box-shadow: 0 20px 60px rgba(129, 50, 5, 0.2);
}

.traveler-img-inner {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

/* Content styling */
.who-we-are-badge {
    display: inline-block;
    background: linear-gradient(135deg, #e3d5f5 0%, #d4c5e8 100%);
    color: var(--primary-color);
    padding: 8px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.home-about-main-heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.description {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* Stats section */
.stats-container {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
}

.stat-icon {
    border-radius: 12px;
    display: flex;
    align-items: left;
    justify-content: left;
    margin: 0 auto 15px;
}

.stat-icon i {
    font-size: 32px;
    color: var(--primary-color);
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: -0.3rem;
}

.stat-label {
    color: #666;
    font-size: 15px;
}

/* Button */
.btn-more {
    /*background: var(--primary-color);*/
    background: var(--gradient-color);
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(129, 50, 5, 0.3);
}

.btn-more:hover {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(129, 50, 5, 0.4);
}

@media (max-width: 768px) {
    .home-about-main-heading {
        font-size: 2rem;
    }

    .stats-container {
        gap: 25px;
        justify-content: center;
    }
}

/* Laptop (max-width: 1199px) */
@media (max-width: 1199px) {
    .payment-title {
        font-size: 2.7rem;
    }
}

/* Tablet / iPad (max-width: 991px) */
@media (max-width: 991px) {
    .payment-title {
        font-size: 2.3rem;
    }
}

/* Small Tablet (max-width: 767px) */
@media (max-width: 767px) {
    .payment-title {
        font-size: 2rem;
    }
}

/* Mobile Landscape (max-width: 576px) */
@media (max-width: 576px) {
    .payment-title {
        font-size: 1.8rem;
    }
}

/* Small Mobile (max-width: 420px) */
@media (max-width: 420px) {
    .payment-title {
        font-size: 1.6rem;
    }
}

.bg-color-threesection {
    background-color: #000;
}
.bg-color-threesection .common-section-title {
    color: #fff;
}

/* Search Results Dropdown Styles */
.search-results-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-height: 400px;
    overflow-y: auto;
    z-index: 9999;
    margin-top: 8px;
}

.search-result-item {
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background-color 0.2s;
    text-decoration: none;
    color: inherit;
}

.search-result-item:hover {
    background-color: #f8f9fa;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
}

.search-result-content {
    flex: 1;
}

.search-result-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
    font-size: 14px;
}

.search-result-meta {
    font-size: 12px;
    color: #666;
}

.search-result-type {
    display: inline-block;
    padding: 2px 8px;
    background: #e3f2fd;
    color: #1976d2;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.search-no-results {
    padding: 20px;
    text-align: center;
    color: #999;
}
