@import url("https://fonts.googleapis.com/css2?family=Gorditas:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --primary-color: #813205;
    --seconday-color: #000;
    --primary-font: "Gorditas", serif;
    --secondary-font: "Inter", sans-serif;
}

* {
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none !important;
}

body {
    background: #f2f4f4;
    font-family: var(--secondary-font);
}

/* header start */

.header_nav {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 399;
}

.top_header {
    background: #fca80da1;
    background: #f7ac0c;
    cursor: pointer;
}

.top_header_text {
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0px;
    padding: 0px 0px;
}

.custom_marquee_top {
    margin-top: 0.35rem !important;
}

.es_contte {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 30px;
    align-items: center;
}

a.query_cdnt {
    padding: 7px 11px;
    border-radius: 20px;
    border: 1px solid rgb(247, 172, 12);;
    color: rgb(247, 172, 12);;
    font-weight: bold;
    font-size: 14px;
}

a.query_cdnt:hover {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);

}

.call_bos {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(247, 172, 12);;
    color: rgb(247, 172, 12);;
}

.call_bos{
    font-size: 18px;
}

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



.connect_call {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.connect_call p {
    margin: 0px;
}

/* main_header */
.main_header {
    /* background: #813205AB; */
    /*  background: #f7d6a5ab; */
    background: linear-gradient(135deg, #babdbe 0%, #396181 100%);
    padding: 5px 0px;
}

.nav_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-logo {
    height: 60px;
}

.menu_list_ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.navi_link {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: none;
    border: none;
    outline: none;
}

.left_side {
    display: flex;
    align-items: center;
    gap: 20px;
}
/* header end */

/* banner start */
.banner_panel {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner_slide {
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video_slide {
    position: relative;
}

.video_slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.video_slide .bg_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
}

.banner-overlay > .container,
.banner-overlay > .bottom_why_choose {
    pointer-events: all;
}

.banenr_Suubgs {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.banenr_headingg {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}

.change-text {
    display: inline-block;
    color: #fcb10f;
    position: relative;
    overflow: hidden;
    height: 1.2em;
    vertical-align: bottom;
    font-family: "Kaushan Script", cursive !important;
}

.change-text span {
    display: block;
    animation: slideText 3s ease-in-out forwards;
    font-family: "Kaushan Script", cursive !important;
}

@keyframes slideText {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    20% {
        opacity: 1;
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

.bannner_lise_tab {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
}

.search_inpt {
    width: 65%;
    margin: auto;
    position: relative;
}

.banner_inpt {
    border-radius: 20px;
    border: 1px solid #252020;
    outline: none;
    width: 100%;
    font-size: 17px;
    color: #0000004f;
    font-weight: bold;
    padding: 13px 20px;
}

.serch_iso {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 2;
}

.listBnt {
    height: 37px;
    width: 122px;
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.srchbt {
    border-radius: 20px 0px 0px 0px;
}

.conctBnt {
    background: var(--primary-color);
    color: #fff;
    border-radius: 0px 20px 0px 0px;
}

.search_panel {
    margin-top: 35px;
}

.dropdown-menu {
    transform: translate(0px, 47px) !important;
    border-radius: 0px !important;
}

/* whyChoose start */
.bottom_why_choose {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
}

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

.flex_choose_box h1 {
    font-size: 29px;
    color: #fff;
    font-weight: 400;
    font-family: var(--primary-font);
}

.cont_choose h3 {
    font-size: 18px;
    color: #fff;
    font-family: var(--primary-font);
}

.choose_img {
    height: 45px;
    width: 45px;
}

.banner_starr svg {
    color: #fca80d;
}

/* banner end */

.section_panel {
    margin-top: 40px;
}

.related_packages {
    padding-bottom: 200px;
}

.main_heading {
    font-size: 32px;
    font-family: var(--primary-font);
    font-weight: 400;
    padding-left: 10px;
    border-left: 4px solid var(--primary-color);
    margin-bottom: 40px;
}

.uniq_text_span {
    color: var(--primary-color);
}

/* hero section start */

.container-fluid {
    padding: 0px 82px !important;
}

.hero_section {
    background: url("../../Images/hero-img.png");
    background-position: center;
    background-size: cover;
    /* height:319px; */
    border-radius: 10px;
    padding: 30px;
}

.camel_img {
    height: 190px;
}

.offer_heading {
    color: #fcb10f;
    font-family: "Gorditas";
    font-size: 25px;
    font-weight: bold;
    background: #000;
    margin: 0px;
    padding: 10.5px 50px;
    display: inline-block;
    border-radius: 10px 30px 10px 30px;
    box-shadow: 0px 1px 11.2px #fcb10fb2;
}

.camel_first {
    margin-top: 10px;
    margin-top: 45px;
}

h1.hero_heading {
    font-size: 32px;
    color: #fff;
    width: 80%;
    margin-bottom: 20px;
}

button.price_show {
    background: #fcb10f;
    border-radius: 30px;
    border: none;
    outline: none;
    font-family: var(--primary-font);
    font-size: 15px;
    padding: 10px 20px;
    font-weight: bold;
    text-shadow: -1px 4px 4.9px rgba(0, 0, 0, 0.25);
}

.banner_Hero_flex {
    display: flex;
    justify-content: space-between;
}

.row_panel {
    display: flex;
    align-items: center;
}

.camel_second {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.hero_ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    margin-top: 20px;
}

.hero_li {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    line-height: 37px;
}

/* hero section end */

/* destination start */

.destination_card {
    position: relative;
}

.dest_img {
    height: 280px;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}

.destination_name {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}

.destination_name::before {
    /* Corrected selector: Removed the space */
    content: "";
    width: 100%;
    height: 145px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: transparent
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 90%) 0% 0%
        no-repeat;
    overflow: hidden;
    z-index: -1;
}

.destination_name h1,
.destination_name h6 {
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #fff;
    margin-bottom: 2px;
    text-transform: capitalize;
}

.destination_name h1 {
    font-size: 18px;
    font-family: var(--primary-font);
    color: #fff;
    margin-bottom: 2px;
    text-transform: capitalize;
}

.destination_name h6 {
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
}

.slider_parent {
    margin-top: -30px;
}

/* destination End */

/* spacial package start */

.heading_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.viewAll {
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    background: #fff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    text-decoration: none;
    padding: 10px 20px;
}

.mrgin_botto {
    margin-bottom: 0px;
    font-family: var(--primary-font);
    font-size: 32px;
}

img.pack_img {
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.pack_img_box {
    position: relative;
}

span.day_iteneary {
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #fcb10f;
    padding: 3px 15px;
    background: #fff;
    font-weight: 450;
    font-family: var(--primary-font);
    position: absolute;
    top: 10px;
    left: 8px;
}

span.day_iteneary i {
    color: #fcb10f;
}

.package_detail {
    padding: 10px;
    background: #fff;
    border: 1px solid #baacac;
    border-radius: 0px 0px 10px 10px;
}

.package_name {
    text-align: center;
    font-size: 14px;
    color: #4b2e0f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.price_showaa {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 16px;
}

.del_price {
    color: gray;
    text-decoration: line-through;
}

span.actial_price {
    color: #fcb10f;
    font-weight: bold;
}

.button_navi {
    display: flex;
    justify-content: space-between;
}

.button_navi a {
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;

    border-radius: 5px;
}

.query_btn {
    background: #193950;
    color: #fff;
}

.tour_btn {
    background: var(--primary-color);
    color: #fff;
}

/* spacial package End */

.add_margin_bottom {
    margin-bottom: 20px;
}

.most_city {
    height: 200px;
    border-radius: 25px;
    object-fit: cover;
    width: 100%;
}

.radius_new {
    border-radius: 20px;
}

/* new card one start */

.recomended_package {
    font-size: 16px;
    color: #4b2e0f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recomended_package_price {
    display: flex;
    gap: 20px;
    font-size: 16px;
}

.box_fof_ter {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.new_day_iternary {
    padding: 4px 10px;
    background: #fcb10f;
    border-radius: 10px;
    font-size: 13px;
    font-family: var(--primary-font);
    color: #fff;
}

.recomended_package_deta {
    padding: 10px;
    background: #fff;
    border: 1px solid #baacac;
    border-radius: 0px 0px 10px 10px;
    margin-top: -18px;
    padding-top: 0px;
}

/* new card one end */

/* middle section start */

.middle_sec {
    margin-top: 80px;
    margin-bottom: 80px;
    background: linear-gradient(90deg, #f5ee723b, #f5ab0c1a);
    padding: 25px 0px;
}

.middle_row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tex_der {
    font-size: 16px;
    margin: 0px;
    font-weight: bold;
}

.icon_middle {
    height: 50px;
    width: 50px;
}

/* middle section end */

/* experiece start */

.mrgin_right_bottom {
    margin-left: 15px;
    margin-top: 8px;
    display: block;
}

.pera_conte {
    font-size: 19px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
}

.expe_box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

img.icon_exp {
    height: 50px;
    width: 50px;
}

h3.exp_title {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
}

p.exp_sub_title {
    font-size: 16px;
    margin: 0px;
}

.viewAll_travel {
    border: 1px solid var(--primary-color);
    font-weight: bold;
    font-size: 15px;
    padding: 20px 15px;
    font-family: var(--primary-font);
    text-decoration: none;
    color: var(--primary-color);
    background-color: #fff;
    border-radius: 20px;
    margin-top: 30px;
    display: block;
    width: fit-content;
    margin-left: 72px;
}

.parent_exp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.div1_exp {
    grid-area: 1 / 1 / 3 / 2;
}

.div2_exp {
    grid-area: 1 / 2 / 2 / 3;
}

.div3_exp {
    grid-area: 2 / 2 / 3 / 3;
}

.exp_card_img {
    position: relative;
}

.long_img {
    height: 534px;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}

.half_img {
    height: 262px;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}

.widh_box {
    width: 90%;
    margin-left: auto;
}

/* experiece End */

/* review start */

.text_aree {
    font-size: 23px;
    text-align: center;
    margin-bottom: 40px;
}

.user_pic {
    height: 55px;
    width: 55px !important;
    border-radius: 50%;
    object-fit: cover;
}

.review_box {
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}

.review_header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

h3.review_user {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

.review_cmt {
    font-size: 16px;
}

.review_posted {
    font-size: 16px;
    margin-bottom: 0px;
}

.active_start svg {
    color: #fcb10f;
}

.disables_start svg {
    color: gray;
}

/* review end */

/* blogs start */

.blog_box {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 10px;
    box-shadow: inset 2px 6px 4px 0px rgba(129, 50, 5, 0.5),
        inset -2px -6px 4px 0px rgba(129, 50, 5, 0.5);
    border-radius: 20px;
    background: #fff;
    margin-bottom: 20px;
}

.blog_img_here {
    width: 106px;
    height: 101px;
    border-radius: 20px 0px 0px 20px;
    object-fit: cover;
    flex-shrink: 0;
}

.blog_contnet {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 101px;
}

.blog_heading_title {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_date_update {
    color: #777777;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.blog-description_home {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0px;
    text-transform: capitalize;
}

.main_box {
    display: flex;
    flex-direction: column;
    padding: 15px 15px;
    box-shadow: inset 2px 6px 4px 0px rgba(129, 50, 5, 0.5),
        inset -2px -6px 4px 0px rgba(129, 50, 5, 0.5);
    border-radius: 20px;
    background: #fff;
}

.main_blog_img {
    height: 237px;
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 30px;
    width: 100%;
}

.date_main_blog {
    font-size: 16px;
    font-weight: bold;
    color: #777777;
}

.main_blog_title {
    font-size: 27px;
    font-weight: bold;
    color: #000;
    display: block;

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

.blog_contnet .text-end,
.main_box .text-end {
    margin-top: auto;
    padding-top: 10px;
}

.blog_contnet .text-end a,
.main_box .text-end a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.blog_contnet .text-end a:hover,
.main_box .text-end a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.extra_padding {
    padding-bottom: 170px;
}

/* blogs end */

/* Journey Frame Carousel Styles */
.journey-frame-container {
    position: relative;
    overflow: visible;
    padding: 20px 0;
}

.journey-frame-card {
    position: relative;
    height: 450px;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    cursor: pointer;
}

.journey-frame-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Media Wrapper for both images and videos */
.journey_media_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.journey_media_img,
.journey_media_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px;
    transition: transform 0.7s ease;
}

.journey_media_video {
    position: absolute;
    top: 0;
    left: 0;
}

.journey-frame-card:hover .journey_media_img,
.journey-frame-card:hover .journey_media_video {
    transform: scale(1.05);
}

/* Gradient overlay for better text visibility */
.journey_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.6) 100%
    );

    z-index: 1;
    pointer-events: none;
}

/* Content overlay */
.journey_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
    color: #fff;
}

.journey_title {
    font-size: 20px;
    font-weight: 900;
    font-family: var(--primary-font);
    margin-bottom: 12px;
    color: #fff;
    line-height: 1.1;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.journey_description {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #f0f0f0;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.journey_cta_buttons {
    display: flex;
    gap: 8px;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.journey_btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: none;
}

.journey_btn i {
    font-size: 14px;
}

.journey_enq_btn {
    background: #ffa726;
    color: #000;
}

.journey_enq_btn:hover {
    background: #fb8c00;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 167, 38, 0.4);
}

.journey_book_btn {
    background: #8b4513;
    color: #fff;
}

.journey_book_btn:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(129, 50, 5, 0.4);
}

/* footer */

footer {
    /* background: #2F343C; */
    /* background: #f7d6a5ab; */
    background: linear-gradient(135deg, #dad8a3 0%, #396181 100%);
    position: relative;
    padding-top: 350px;
}

.menu_footer {
    position: absolute;
    width: 100%;
    top: -164px;
    left: 0px;
}

.parent_footer {
    display: grid;
    grid-template-columns: repeat(3, 0.7fr) 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}

.footer_box {
    border-right: 2px solid #2f343c;
    height: 350px;
    font-family: "Poppins", sans-serif;
}

.menu_link_here {
    padding: 80px 50px;
    background: #fff;
    border-radius: 35px;
}

.title_footer {
    color: #424242;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: bold;
}

a {
    text-decoration: none;
}

.parent_footer_grid .destination_card {
    display: block;
}

ul.footer_ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    transition: 0.2s ease;
}

.footer_ul li :hover {
    color: var(--primary-color);
    transform: translateY(2px);
    font-weight: bolder;
}

.footer_link_nav {
    font-size: 14px;
    color: #424242b2;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.img_footer_grid {
    height: 101px;
    width: 101px;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}

.titie_ffote {
    font-size: 15px !important;
    margin-bottom: 0px;
}

.parent_footer_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.div1_footer_grid {
    grid-area: 1 / 1 / 2 / 2;
}

.div2_footer_grid {
    grid-area: 1 / 2 / 2 / 3;
}

.div3_footer_grid {
    grid-area: 1 / 3 / 2 / 4;
}

.div4_footer_grid {
    grid-area: 2 / 1 / 3 / 2;
}

.div5_footer_grid {
    grid-area: 2 / 2 / 3 / 3;
}

.div6_footer_grid {
    grid-area: 2 / 3 / 3 / 4;
}

.div7_footer_grid {
    grid-area: 3 / 1 / 4 / 2;
}

.div8_footer_grid {
    grid-area: 3 / 2 / 4 / 3;
}

.div9_footer_grid {
    grid-area: 3 / 3 / 4 / 4;
}

.border_noneforrs {
    border-right: none !important;
}

.color_red {
    color: #ff000099;
}

.logo_panel {
    display: flex;
    justify-content: center;
    padding: 50px 30px;
    gap: 20px;
    align-items: center;
}

.line_borde {
    width: 100%;
    height: 2.5px;
    background: #fff;
}

.footer_logo {
    height: 70px;
}

.socail_links_foooter {
    display: flex;
    justify-content: center;
    gap: 70px;
}

.link_class_img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.copy_link {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.description {
    margin-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
}

/* footer End */
/* header Responsive style */
.navBars svg {
    color: #fff;
    height: 40px;
    width: 40px;
}

.offcanvas-header {
    background: #2f343c;
}

.toggel_child {
    display: none;
    background: #f2f2f2;
    padding: 20px;
}

.list_navsdf.active .toggel_child {
    display: block;
}

.btn-close {
    filter: invert(1);
    opacity: 1;
}

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

.navAnchor {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    color: #000;
}

.list_ehrer {
    padding: 0px 19px;
    margin: 0px;
}

.casd_nots {
    color: #000;
    font-size: 13px;
    padding-bottom: 5px;
    display: block;
}

.mob_menu {
    display: none;
}

/* dettails page start */

.overviewSclips {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.overviewSclips.readmore {
    overflow: hidden;
    text-overflow: initial;
    display: initial;
    -webkit-line-clamp: initial;
    line-clamp: initial;
    -webkit-box-orient: initial;
}

.osreadmore {
    text-decoration: none;
    font-size: 14px;
    color: var(--primary-color);
    font-weight: bold;
}

img.blog_im_here {
    height: 235px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

.logldfr_blog {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog_contnter {
    border: 1px solid #e1dfdf;
    border-top: none;
    padding: 15px;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
}

.overviewSclips p {
    font-size: 14px;
    margin-top: 8px;
}

/* top details page start */

.long_t_img {
    height: 431px;
    border-radius: 20px;
    object-fit: cover;
}

.sm_t_img {
    height: 183px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}

.smlg_t_img {
    height: 225px;
    object-fit: cover;
    border-radius: 20px;
}

.moreimg {
    position: relative;
}

.viewMoewPicf {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 160px;
    height: 46px;
    background: #00000070;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-family: var(--primary-font);
    color: #fcb10f;
    font-weight: 400;
    gap: 7px;
}

.review_cmpt {
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 70%;
}

.revoe_know {
    text-align: center;
    width: 30%;
}

.view_mement {
    height: 77px;
    width: 77px;
    border-radius: 50%;
}

.view_nems {
    font-size: 17px;
    font-weight: bold;
}

.review_packge {
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    border-radius: 20px;
}

.newfmial {
    font-family: var(--primary-font);
}

.box_details_panel {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}

.mrig {
    margin-bottom: 0px;
}

.sdf_df {
    font-size: 23px;
    font-family: var(--primary-font);
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.mrig_nres {
    margin-bottom: 15px;
}

.brdheader {
    border-bottom: 1px solid #ddd;
}

.viewMoewPicf_new {
    width: auto;
    height: auto;
    padding: 5px 10px;
    right: 10px;
    bottom: 10px;

    position: absolute;

    background: #00000070;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-family: var(--primary-font);
    color: #fcb10f;
    font-weight: 400;
    gap: 7px;
}

/* about detial page */
.incl_itme {
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.item_facilits {
    width: 24%;
    border: 1px solid var(--primary-color);
    background-color: #f5f5f5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 7px;
    gap: 7px;
}

.item_facilits img {
    height: 25px;
    width: 25px;
}

.item_facilits p {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}

.dur_gary {
    color: #717171;
    font-size: 14px;
}

.coir_numm {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.inclusion_here {
    margin-top: 20px;
}

.headig_incl {
    font-size: 14px;
    color: #717171;
    font-family: var(--primary-font);
    margin-top: 20px;
    margin-bottom: 10px;
}

.scroll_nav {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.scroll_nav li {
    font-size: 15px;
    font-weight: bold;
}
.scroll_nav a {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #000;
}

.scroll_nav span {
    color: var(--primary-color);
    font-size: 20px;
    margin-right: 2px;
}

.mainoverview {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    line-clamp: 11;
    -webkit-box-orient: vertical;
}

.mainoverview.readmore {
    overflow: hidden;
    text-overflow: initial;
    display: initial;
    -webkit-line-clamp: initial;
    line-clamp: initial;
    -webkit-box-orient: initial;
}

.mainoverview p {
    font-size: 15px;
    list-style: 30px;
    margin-top: 20px;
}

/* top deaitl spagg end */

/* day wise */

.itinerary_box {
    margin-top: 20px;
}

.day_box {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #e1dfdf;
    margin-bottom: 10px;
    position: relative;
}

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

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

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

.day_box h4 {
    color: var(--primary-color);
}

.hideup_panel {
    display: none;
}

.toggleDay {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.cout_day {
    padding: 12px 19px;
    background: #d9d9d9;
    border-radius: 10px;
    font-size: 15px;
    color: var(--primary-color);
}

p.title_Day {
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
    background: linear-gradient(90deg, #57042e, #d8a03d, #8b5e2b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ui_aarow {
    position: absolute;
    top: 20px;
    right: 10px;
}

.day_box.active .hideup_panel {
    display: block;
}

.conte_per {
    font-size: 14px;
    margin-top: 10px;
}

.getPdf {
    font-weight: bold;
    font-size: 12px;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    width: 105px;
    height: 40px;
    border-radius: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

/* gallry */

.parent_gallary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.div1_gallary {
    grid-area: 1 / 1 / 3 / 3;
}

.div2_gallary {
    grid-area: 1 / 3 / 2 / 4;
}

.div3_gallary {
    grid-area: 1 / 4 / 2 / 5;
}

.div4_gallary {
    grid-area: 2 / 3 / 3 / 4;
}

.div5_gallary {
    grid-area: 2 / 4 / 3 / 5;
}

.galalrt_img {
    width: 100%;
    border-radius: 20px;
}

.larrgeess {
    height: 235px;
    object-fit: cover;
}

.shoert {
    height: 112.5px;
}

.box_taleess {
    border-radius: 10px;
    border: 1px solid #e1dfdf;
    margin-top: 20px;
    padding: 10px;
}

.table_headr {
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    border-bottom: 1px solid #e1dfdf;
    padding-bottom: 10px;
}

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

.incl_pinters {
    font-size: 15px;
    color: #000000;
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 10px;
}

.incl_pinters img {
    height: 15px;
    width: 15px;
}

/* td,
th {
  font-size: 14px;
  color: #000000;
  padding: 10px;
  border-right: 1px solid #e1dfdf;
  text-align: center;
} */

.readius_here {
    border-radius: 10px;
    border: 1px solid #e1dfdf;
}

.uniBox {
    padding: 30px 0px;
}

.svg_right svg {
    height: 30px;
    width: 30px;
    color: green;
}

.svg_wrong svg {
    color: red;
    height: 30px;
    width: 30px;
}

.text_descriptp {
    font-size: 14px;
}

table {
    width: 100%;
}

.thing_get {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.cionsdf_thing {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ebf2fa;
}

.cionsdf_thing svg {
    height: 30px;
    width: 30px;
}

.text_descriptp_Sdf {
    font-size: 14px;
    width: 85%;
}

.price_der {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.price_der p {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0px;
}

.del_rupee {
    color: #717171;
    font-size: 15px;
    font-family: var(--primary-font);
}

.actual_rupee {
    font-size: 24px;
    font-weight: bold;
    font-family: var(--primary-font);
    color: var(--primary-color);
}

.per_person {
    font-size: 14px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 8px 15px;
    border-radius: 20px;
    background: #fff;
    font-family: var(--primary-font);
}

.details_booknow {
    border-radius: 20px;
    background-color: var(--primary-color);
    color: #fff;
    font-family: var(--primary-font);
    font-size: 15px;
    width: 100%;
    padding: 10px 0px;
    display: block;
    text-align: center;
}

.inptBoxx_type {
    font-size: 14px;
    border: 3px solid #e1dfdf;
    width: 100%;
    color: #717171;
    padding: 10px 15px;
    font-size: 400;
}

.form_box {
    margin-bottom: 10px;
}

.submit_qury {
    border-radius: 5px;
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    background: var(--primary-color);
    padding: 15px;
    font-weight: bold;
}

.btn_stylle {
    font-weight: bold;
    font-size: 12px;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 20px;
    background: #fff;

    padding: 10px 20px;
}

.social_a_docu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* detaills page end */

/* Contact Modal Popup Styles */
.contact_modal_content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
}

.modal_close_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    width: 35px;
    height: 35px;
    opacity: 1;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.modal_close_btn:hover {
    background: var(--primary-color);
    color: #fff;
    transform: rotate(90deg);
}

.modal_image_container {
    position: relative;
    height: 100%;
    min-height: 550px;
    overflow: hidden;
}

.modal_contact_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.modal_form_container {
    background: #fff;
    padding: 10px;
}

.modal-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    font-family: var(--primary-font);
    margin-bottom: 10px;
}

#bookingModal p.text-muted {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.contact_form_modal .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.modal_input,
.modal_textarea {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.modal_input:focus,
.modal_textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0px 0px 0px 4px rgba(129, 50, 5, 0.1);
    outline: none;
}

.modal_textarea {
    resize: none;
}

.modal_submit_btn {
    background: linear-gradient(135deg, var(--primary-color), #a14006);
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-family: var(--primary-font);
}

.modal_submit_btn:hover {
    background: linear-gradient(135deg, #a14006, var(--primary-color));
    transform: translateY(-2px);
    box-shadow: 0px 8px 20px rgba(129, 50, 5, 0.3);
}

.modal_submit_btn svg {
    transition: transform 0.3s ease;
}

.modal_submit_btn:hover svg {
    transform: translateX(5px);
}

/* Contact Modal Popup Styles End */

/* Floating Action Buttons */

/* Right Side Floating Buttons */

.floating_buttons_right {
    position: fixed;
    right: 25px;
    bottom: 60px;
    z-index: 666;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.floating_btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    animation: floatBounce 2s ease-in-out infinite;
}

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

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

.floating_btn:hover {
    transform: scale(1.1) translateY(-5px) !important;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.4);
}

.floating_enquiry_btn {
    background: linear-gradient(135deg, #fcb10f, #f5ab0c);
    animation-delay: 0s;
}

.floating_enquiry_btn:hover {
    background: linear-gradient(135deg, #f5ab0c, #fcb10f);
}

.floating_enquiry_btn svg {
    color: #000;
    font-weight: bold;
    animation: chatBounce 1.5s ease-in-out infinite;
}

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

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

.floating_call_btn {
    background: linear-gradient(135deg, var(--primary-color), #a14006);
    animation-delay: 0.2s;
}

.floating_call_btn:hover {
    background: linear-gradient(135deg, #a14006, var(--primary-color));
}

.floating_call_btn svg {
    color: #fff;
    animation: phoneRing 1.5s ease-in-out infinite;
}

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

    10%,
    30% {
        transform: rotate(-15deg);
    }

    20%,
    40% {
        transform: rotate(15deg);
    }

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

.floating_whatsapp_btn {
    background: linear-gradient(135deg, #25d366, #128c7e);
    animation-delay: 0.4s;
}

.floating_whatsapp_btn:hover {
    background: linear-gradient(135deg, #128c7e, #25d366);
}

.floating_whatsapp_btn svg {
    color: #fff;
}

/* Left Side Scroll to Top Button */
.floating_buttons_left {
    position: fixed;
    left: 25px;
    bottom: 30px;
    z-index: 1000;
}

.floating_scroll_btn {
    background: linear-gradient(135deg, #007bff, #00c6ff);
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
}

/* When visible */
.floating_scroll_btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Hover effect */
.floating_scroll_btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 123, 255, 0.6);
    background: linear-gradient(135deg, #0056b3, #0099ff);
}

/* Optional animation when appearing */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Pulse Effect for Buttons */
.floating_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
    transform: translate(-50%, -50%);
    animation: pulse 2s ease-out infinite;
    opacity: 0;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.aadsSlider .owl-item img {
    border-radius: 10px;
}

/* Floating Action Buttons End */

/* Payment Page Styles */

/* Payment Hero Section */

.payment_hero {
    position: relative;
    background: url("../../Images/payment-hero.png") no-repeat center center;
    background-size: cover;
    padding: 120px 0 80px;
    overflow: hidden;
}

/* Shadow overlay */
.payment_hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    /* shadow darkness */
    z-index: 1;
}

.payment_section {
    padding-bottom: 50px;
}

.payment_qr_container {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(129, 50, 5, 0.1);
}

.payment_info_box {
    text-align: center;
    margin-bottom: 30px;
}

.payment_info_title {
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-color);
    font-family: var(--primary-font);
    margin-bottom: 10px;
}

.payment_info_text {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* QR Payment Cards */

.qr_payment_card {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.qr_payment_card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(129, 50, 5, 0.15);
    border-color: var(--primary-color);
}

.qr_header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.qr_icon_box {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.phonepe_bg {
    background: linear-gradient(135deg, #5f259f, #3e1f7a);
}

.gpay_bg {
    background: linear-gradient(135deg, #4285f4, #34a853);
}

.qr_title_box h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0;
    font-family: var(--primary-font);
}

.qr_payment_subtitle {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.qr_code_box {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: 2px dashed #e0e0e0;
}

.qr_code_image {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin-bottom: 10px;
    border: 3px solid #f0f0f0;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
}

.qr_scan_text {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    margin: 0;
}

/* Payment Instructions */

.payment_instructions {
    margin-top: 30px;
    padding: 25px;
    background: linear-gradient(135deg, #fcb10f15, #f5ab0c15);
    border-radius: 15px;
    border-left: 4px solid var(--primary-color);
}

.instructions_title {
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-color);
    font-family: var(--primary-font);
    margin-bottom: 20px;
}

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

.instructions_list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #333;
}

.instruction_number {
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}

.instruction_text {
    line-height: 30px;
    font-weight: 500;
}

/* Sticky CTA Sidebar */

.payment_cta_sticky {
    position: sticky;
    top: 100px;
}

/* Payment Support Box */

.payment_support_box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(129, 50, 5, 0.1);
    text-align: center;
}

.support_title {
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-color);
    font-family: var(--primary-font);
    margin-bottom: 10px;
}

.support_text {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.support_call_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.support_call_btn:hover {
    background: linear-gradient(135deg, #128c7e, #25d366);
    transform: translateY(-2px);
    box-shadow: 0px 4px 15px rgba(37, 211, 102, 0.3);
    color: #fff;
}

/* Payment Page Styles End */

/* ==========================================
   BLOG CATEGORY PAGE STYLES
   ========================================== */

/* Hero Section */
.blog_category_hero {
    position: relative;
    background: url("../../Images/Blog-page-1-hero.jpeg")
        no-repeat center center;
    background-size: cover;
    padding: 120px 0 80px;
    overflow: hidden;
}

/* Shadow overlay */
.blog_category_hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    /* shadow darkness */
    z-index: 1;
}

/* .blog_category_breadcrumb {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    margin-top: 1rem;
} */

.blog_category_breadcrumb {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;

    max-width: 300px; /* set max width */
    width: 100%; /* responsive */
    margin: 1rem auto; /* center left-right */

    display: flex;
    justify-content: center; /* center horizontally */
    align-items: center; /* center vertically */
    text-align: center; /* center text */
}

.blog_category_breadcrumb .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
}

.blog_category_breadcrumb .breadcrumb-item {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.blog_category_breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.blog_category_breadcrumb .breadcrumb-item a:hover {
    color: #fcb10f;
}

.blog_category_breadcrumb .breadcrumb-item.active {
    color: #fcb10f;
    font-weight: 600;
}

.blog_category_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
    content: "/";
}

.blog_category_title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    font-family: var(--primary-font);
    position: relative;
    z-index: 1;
}

.blog_category_subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* Main Section */
.blog_category_section {
    padding: 0px 0;
    background: #f8f9fa;
}

/* Blog Card */
.blog_category_card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(129, 50, 5, 0.08);
    margin-bottom: 30px;
    transition: all 0.4s ease;
    border: 1px solid #f0f0f0;
}

.blog_category_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(129, 50, 5, 0.15);
}

.blog_category_card_image {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 250px;
}

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

.blog_category_card:hover .blog_category_card_image img {
    transform: scale(1.1);
}

.blog_category_badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #fcb10f, #f5ab0c);
    color: var(--primary-color);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 10px rgba(252, 177, 15, 0.4);
}

.blog_category_card_content {
    padding: 30px;
}

.blog_category_meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.blog_category_date,
.blog_category_reading_time {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.blog_category_date svg,
.blog_category_reading_time svg {
    color: var(--primary-color);
}

.blog_category_card_title {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.blog_category_card:hover .blog_category_card_title {
    color: #a14006;
}

.blog_category_card_excerpt {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

.blog_category_card_excerpt {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_category_read_more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog_category_read_more:hover {
    gap: 12px;
    color: #a14006;
}

.blog_category_read_more svg {
    transition: transform 0.3s ease;
}

.blog_category_read_more:hover svg {
    transform: translateX(3px);
}

/* Sidebar */
.blog_category_sidebar {
    position: sticky;
    top: 100px;
}

.blog_category_sidebar_widget {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(129, 50, 5, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.blog_category_sidebar_widget:hover {
    box-shadow: 0 8px 25px rgba(129, 50, 5, 0.12);
}

.blog_category_widget_title {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #fcb10f;
    position: relative;
}

.blog_category_widget_title::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, var(--primary-color), #a14006);
}

/* Category List */
.blog_category_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog_category_list li {
    margin-bottom: 12px;
}

.blog_category_list li:last-child {
    margin-bottom: 0;
}

.blog_category_list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.blog_category_list a:hover {
    background: linear-gradient(135deg, var(--primary-color), #a14006);
    border-color: var(--primary-color);
    transform: translateX(5px);
}

.blog_category_name {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.3s ease;
}

.blog_category_list a:hover .blog_category_name {
    color: #fff;
}

.blog_category_count {
    background: #fff;
    color: var(--primary-color);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.blog_category_list a:hover .blog_category_count {
    background: #fcb10f;
    color: var(--primary-color);
}

/* Popular Posts */
.blog_category_popular_item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.blog_category_popular_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.blog_category_popular_item:hover {
    transform: translateX(5px);
}

.blog_category_popular_image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
}

.blog_category_popular_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog_category_popular_item:hover .blog_category_popular_image img {
    transform: scale(1.1);
}

.blog_category_popular_content {
    flex: 1;
}

.blog_category_popular_title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.blog_category_popular_item:hover .blog_category_popular_title {
    color: var(--primary-color);
}

.blog_category_popular_date {
    font-size: 12px;
    color: #666;
}

/* Tags Cloud */
.blog_category_tags_cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog_category_tag {
    display: inline-block;
    padding: 8px 16px;
    background: #f8f9fa;
    color: #333;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.blog_category_tag:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(129, 50, 5, 0.2);
}

/* Blog Category Page Styles End */

/* ========================================
   Contact Us Page Styles
======================================== */

/* Contact Hero Section */
.contact-us_hero {
    position: relative;
    background: url("../../Images/contact-us-hero.png") no-repeat center center;
    background-size: cover;
    padding: 120px 0 80px;
    overflow: hidden;
}

/* Shadow overlay */
.contact-us_hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Contact Info Cards */
.contact-info-section {
    padding: 60px 0;
    background: #f8f9fa;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

.contact-info-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    border: 2px solid transparent;
}

.contact-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(129, 50, 5, 0.15);
    border-color: var(--primary-color);
}

.contact-info-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), #a14006);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fff;
    transition: all 0.3s ease;
}

.contact-info-card:hover .contact-info-icon {
    transform: rotate(360deg);
    background: linear-gradient(135deg, #a14006, var(--primary-color));
}

.contact-info-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.contact-info-text {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
    line-height: 1.6;
}

.contact-info-text:last-child {
    margin-bottom: 0;
}

/* Contact Main Section */
.contact-main-section {
    padding: 80px 0;
    background: #fff;
}

/* Contact Form */
.contact-form-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.contact-form-heading {
    font-size: 32px;
    font-weight: 800;
    color: #333;
    margin-bottom: 10px;
}

.contact-form-subheading {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.contact-form .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 14px;
}

.contact-input,
.contact-textarea {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 12px 18px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.contact-input:focus,
.contact-textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(129, 50, 5, 0.1);
    background: #fff;
}

.contact-textarea {
    resize: vertical;
    min-height: 150px;
}

.contact-submit-btn {
    background: linear-gradient(135deg, var(--primary-color), #a14006);
    color: #fff;
    padding: 15px 40px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
}

.contact-submit-btn:hover {
    background: linear-gradient(135deg, #a14006, var(--primary-color));
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(129, 50, 5, 0.3);
}

/* Contact Sidebar */
.contact-sidebar {
    position: sticky;
    top: 20px;
}

/* Map */
.contact-map-wrapper {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
}

.contact-map {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 10px;
}

/* Social Links */
.contact-social-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #e9ecef;
}

.contact-social-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

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

.contact-social-link {
    width: 45px;
    height: 45px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.contact-social-link:hover {
    background: linear-gradient(135deg, var(--primary-color), #a14006);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(129, 50, 5, 0.3);
}

/* Contact Us Page Styles End */

/* Tour Category Page */
/* Hero Section */
.tour-cat-hero-section {
    position: relative;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    overflow: hidden;
}

/* Hero Content */
.tour-cat-hero-content {
    text-align: center;
    color: white;
    z-index: 2;
    max-width: 900px;
    padding-bottom: 120px;
}

.tour-cat-hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.tour-cat-hero-title .highlight {
    color: var(--primary-color);
}

.divider {
    width: 100px;
    height: 3px;
    background: var(--primary-color);
    margin: 20px auto;
    position: relative;
}

.divider::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: white;
    border: 3px solid #dc3545;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tour-cat-hero-subtitle {
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 20px;
}

.breadcrumb-custom {
    background: transparent;
    justify-content: center;
    margin-bottom: 0;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 5px;
}

.breadcrumb-custom .breadcrumb-item {
    color: white;
}

.breadcrumb-custom .breadcrumb-item a {
    color: white;
    text-decoration: none;
}

.breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: white;
}

.breadcrumb-item a:hover {
    color: #dc3545;
}

/* Booking Bar */
.booking-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(30, 50, 70, 0.95);
    backdrop-filter: blur(10px);
    z-index: 3;
}

.booking-info {
    display: flex;
    align-items: stretch;
    color: white;
    flex-wrap: wrap;
}

.booking-item {
    flex: 1;
    padding: 10px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.booking-item:last-child {
    border-right: none;
    background: var(--primary-color);
    flex: 0 0 auto;
    min-width: 200px;
    align-items: center;
}

.booking-label {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 5px;
}

.booking-value {
    font-size: 1.2rem;
    font-weight: 600;
}

.btn-book {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 0;
    cursor: pointer;
    transition: transform 0.3s;
}

.btn-book:hover {
    transform: scale(1.05);
}

/* Social Share Bar */
.social-share {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 9;
    background: white;
    border-radius: 0 8px 8px 0;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.social-share-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.social-share-item:hover {
    transform: translateX(5px);
}

.social-count {
    background: #f8f9fa;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0;
}

.share-text {
    background: #6c757d;
    color: white;
    font-size: 11px;
    padding: 8px 0;
}

.social-facebook {
    background: #3b5998;
}

.social-google {
    background: #dd4b39;
}

.social-twitter {
    background: #1da1f2;
}

.social-linkedin {
    background: #0077b5;
}

.social-whatsapp {
    background: #25d366;
}

.social-email {
    background: #7f7f7f;
}

/* Tour Category Page Styles */
.tour_category_card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0px 4px 15px rgba(129, 50, 5, 0.15);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.horizontal_line {
    border: none;
    border-top: 2px solid #ccc;
    margin: 0px 0;
}

.tour_category_card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 25px rgba(129, 50, 5, 0.25);
}

.tour_category_img_box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.tour_category_img {
    width: 100%;
    height: 262px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.tour_category_card:hover .tour_category_img {
    transform: scale(1.05);
}

.tour_type_badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary-color);
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    font-family: var(--primary-font);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.tour_category_content {
    padding-left: 5px;
}

.tour_category_heading {
    font-size: 20px;
    font-weight: bold;
    color: #2a648e;
    margin-bottom: 15px;
    font-family: var(--primary-font);
}

/* .tour_route {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */

.tour_route {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* sirf 2 line dikhayega */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    /* multiple lines allow karega */
}

.tour_features {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.feature_item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.feature_item svg {
    color: var(--primary-color);
}

.tour_amenities {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.amenity_item {
    text-align: center;
    flex: 1;
    min-width: 80px;
}

.amenity_item svg {
    color: var(--primary-color);
    margin-bottom: 8px;
}

.amenity_item p {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.tour_cat_btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.9rem;
}

.cat-tour-btn {
    background: linear-gradient(135deg, #2a648e 0%, #4fa3d1 100%);
    color: #fff;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 123, 255, 0.3);
}

.cat-tour-btn:hover {
    background: linear-gradient(135deg, #2a648e 0%, #1e3c72 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 86, 179, 0.4);
}

/* Call to Action Sidebar */

.cta_sidebar {
    position: sticky;
    top: 100px;
}

.cta_box {
    background: linear-gradient(
        135deg,
        var(--primary-color),
        rgb(237, 201, 127)
    );
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0px 4px 20px rgba(129, 50, 5, 0.3);
    margin-bottom: 20px;
}

.cta_icon {
    background: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.cta_icon svg {
    color: var(--primary-color);
}

.cta_title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    font-family: var(--primary-font);
}

.cta_description {
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.6;
}

.cta_button {
    display: block;
    background: #fcb10f;
    color: #000;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    font-family: var(--primary-font);
}

.cta_button:hover {
    background: #fff;
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.cta_button_secondary {
    display: block;
    background: #fff;
    color: var(--primary-color);
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    font-family: var(--primary-font);
}

.cta_button_secondary:hover {
    background: #fcb10f;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.cta_whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #25d366;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta_whatsapp:hover {
    background: #128c7e;
    transform: translateY(-2px);
}

.quick_info_box {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(129, 50, 5, 0.15);
}

.quick_info_title {
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-family: var(--primary-font);
}

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

.quick_info_list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
}

.quick_info_list li svg {
    color: #25d366;
    flex-shrink: 0;
}

/* Tour Category Page Styles End */

/* FAQ Section Styles */
.faq_section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.faq_subtitle {
    text-align: left;
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
    margin-top: -25px;
}

.faq_accordion {
    margin-bottom: 40px;
}

.faq_item {
    background: #fff;
    border: none;
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0px 3px 10px rgba(129, 50, 5, 0.08);
    transition: all 0.3s ease;
}

.faq_item:hover {
    box-shadow: 0px 6px 20px rgba(129, 50, 5, 0.15);
    transform: translateY(-3px);
}

.faq_button {
    background: #fff;
    border: none;
    padding: 20px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    text-align: left;
    box-shadow: none;
    transition: all 0.3s ease;
}

.faq_button:not(.collapsed) {
    background: linear-gradient(135deg, var(--primary-color), #a14006);
    color: #fff;
    box-shadow: none;
}

.faq_button:focus {
    box-shadow: none;
    border: none;
}

.faq_button:hover {
    background: linear-gradient(135deg, #fcb10f15, #f5ab0c15);
}

.faq_button:not(.collapsed):hover {
    background: linear-gradient(135deg, #a14006, var(--primary-color));
}

.faq_icon {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #fcb10f, #f5ab0c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq_button:not(.collapsed) .faq_icon {
    background: #fff;
}

.faq_icon svg {
    color: #fff;
}

.faq_button:not(.collapsed) .faq_icon svg {
    color: var(--primary-color);
}

.faq_answer {
    padding: 20px 25px;
    padding-left: 75px;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    background: #fff;
    border-top: 1px solid #e0e0e0;
}

/* FAQ CTA Box */

.faq_cta_box {
    background: linear-gradient(135deg, var(--primary-color), #a14006);
    padding: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0px 8px 25px rgba(129, 50, 5, 0.3);
    margin-top: 50px;
}

.faq_cta_content {
    flex: 1;
}

.faq_cta_title {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    font-family: var(--primary-font);
    margin-bottom: 10px;
}

.faq_cta_text {
    font-size: 16px;
    color: #fff;
    margin: 0;
    opacity: 0.9;
}

.faq_cta_buttons {
    display: flex;
    gap: 15px;
}

.faq_cta_btn {
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.call_btn {
    background: #fff;
    color: var(--primary-color);
}

.call_btn:hover {
    background: #fcb10f;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

.enquiry_btn {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 2px solid #fff;
}

.enquiry_btn:hover {
    background: #fff;
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

/* FAQ Section Styles End */

/* Gallery Modal Styles */
.gallery-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.gallery-modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#galleryImage {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

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

.gallery-close {
    position: absolute;
    top: 20px;
    right: 30px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    color: #fff;
    font-size: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    backdrop-filter: blur(10px);
    z-index: 10000;
}

.gallery-close:hover {
    background: #fcb10f;
    border-color: #fcb10f;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 5px 20px rgba(252, 177, 15, 0.5);
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    z-index: 10000;
}

.gallery-nav:hover {
    background: #fcb10f;
    border-color: #fcb10f;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 5px 20px rgba(252, 177, 15, 0.5);
}

.gallery-prev {
    left: 30px;
}

.gallery-next {
    right: 30px;
}

.gallery-counter {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 25px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

/* Gallery Item Hover Effect */
.gallery-item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.gallery-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(129, 50, 5, 0.3);
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

.gallery-item:hover::after {
    opacity: 1;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item img {
    transition: transform 0.3s ease;
}

/* Make existing gallery images clickable styling */
.parent_gallary > div {
    position: relative;
}

.parent_gallary .gallery-item::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
}

.parent_gallary .gallery-item:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
}

/* Golden Section  */

.golden_card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

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

.golden_card_image {
    position: relative;
    overflow: hidden;
    height: 260px;
}

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

.golden_card:hover .golden_card_image img {
    transform: scale(1.05);
}

.golden_top_badges {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    z-index: 2;
}

.golden_badge_left {
    background: linear-gradient(var(--primary-color), #000);
    color: white;
    padding: 6px 16px;
    border-radius: 0 20px 20px 0;
    font-size: 13px;
    font-weight: 700;
    margin-left: -15px;
}

.golden_badge_right {
    background: #4caf50;
    color: white;
    padding: 6px 16px;
    border-radius: 20px 0 0 20px;
    font-size: 12px;
    font-weight: 600;
    margin-right: -15px;
}

.golden_bottom_badges {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.golden_duration_badge {
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    padding: 2px 16px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
}

.golden_card_body {
    padding: 10px 15px;
}

.golden_card_title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.3;
    min-height: 52px;
}

.golden_trip_info {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.golden_trip_info span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.golden_trip_info strong {
    color: #333;
    font-weight: 700;
}

.golden_tour_includes {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.golden_tour_includes h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.golden_includes_icons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.golden_includes_icons i {
    color: var(--primary-color);
    font-size: 20px;
}

.golden_price_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.golden_price_left {
    display: flex;
    flex-direction: column;
}

.golden_price_label {
    color: #666;
    font-size: 13px;
}

.golden_price_value {
    background: linear-gradient(to right, #0da1d6, var(--primary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 22px;
    font-weight: 600;
}

.golden_price_value sup {
    font-size: 18px;
    top: -0.8em;
}

.golden_emi_section {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2196f3;
    font-size: 13px;
}

.golden_emi_icon {
    width: 30px;
    height: 30px;
    background: #e3f2fd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2196f3;
}

.golden_emi_text {
    display: flex;
    flex-direction: column;
}

.golden_emi_label {
    font-weight: 600;
}

.golden_emi_amount {
    font-weight: 700;
}

.golden_action_buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.golden_btn {
    padding: 5px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    border: 2px solid;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.golden_btn_view {
    background: white;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.golden_btn_view:hover {
    background: var(--primary-color);
    color: white;
}

.golden_btn_book {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.golden_btn_book:hover {
    color: var(--primary-color);
    background-color: #fff;
}

.golden_bottom_actions {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.golden_bottom_link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 4px 4px;
    border-radius: 10px;
}

.golden_price_section_bg {
    background-color: #f3f3f3;
}

.golden_price_section,
.golden_action_buttons,
.golden_bottom_actions {
    padding: 10px 15px;
}

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

.golden_bottom_link i {
    font-size: 20px;
}

.golden_whatsapp_icon {
    color: #25d366;
}

.golden_email_icon {
    color: #666;
}

@media (max-width: 991px) {
    .golden_card_image {
        height: 240px;
    }
}

@media (max-width: 767px) {
    .golden_price_value {
        font-size: 26px;
    }

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

    .golden_card_title {
        font-size: 15px;
        min-height: auto;
    }
}

/* About US Page */
/* About Us Page Styles Start */

/* Hero Section */

.about_us_hero {
    position: relative;
    background: url("../../Images/about-us-hero.jpg") no-repeat center center;
    background-size: cover;
    padding: 120px 0 80px;
    overflow: hidden;
}

/* Shadow overlay */
.about_us_hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

/* Our Story Section */
.about_story_img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.story_main_img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.story_overlay_card {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, var(--primary-color), #fcb10f);
    padding: 30px 40px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.story_overlay_card h3 {
    font-size: 48px;
    font-family: var(--primary-font);
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.story_overlay_card p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

.about_story_content {
    padding-left: 15px;
}

.about_section_label {
    display: inline-block;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    position: relative;
    padding-left: 30px;
}

.about_section_label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background: var(--primary-color);
}

.about_section_title {
    font-size: 30px;
    font-family: var(--primary-font);
    color: #000;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 1.3;
}

.about_text {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
}

.about_features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.about_feature_item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.about_feature_item i {
    color: #fcb10f;
    font-size: 20px;
}

/* Services Section */
.services-section {
    margin-top: 40px;
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 15px 15px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(129, 50, 5, 0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(129, 50, 5, 0.15);
    border-color: var(--primary-color);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), #a84307);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.service-card:hover .service-icon {
    transform: rotateY(360deg);
}

.service-icon i {
    font-size: 32px;
    color: white;
}

.service-title {
    font-family: var(--primary-font);
    color: var(--secondary-color);
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.service-link:hover {
    gap: 12px;
    color: #a84307;
}

/* Mission & Vision Section */
.mission_vision_card {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.mission_vision_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(129, 50, 5, 0.2);
    border-color: #fcb10f;
}

.mv_icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), #fcb10f);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.mv_icon i {
    font-size: 32px;
    color: #fff;
}

.mv_title {
    font-size: 28px;
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-weight: 600;
}

.mv_text {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
}

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

.mv_list li {
    padding: 10px 0;
    color: #333;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mv_list li i {
    color: #fcb10f;
    font-size: 14px;
}

/* Why Choose Us Section */
.why_choose_us_section {
    background: linear-gradient(90deg, #f5ee723b, #f5ab0c1a);
    padding: 10px 0px;
}

.why_choose_card {
    background: #fff;
    padding: 15px 15px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    border: 2px solid transparent;
}

.why_choose_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 40px rgba(129, 50, 5, 0.15);
    border-color: #fcb10f;
}

.wc_icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f5ee72, #fcb10f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.why_choose_card:hover .wc_icon {
    transform: rotateY(360deg);
}

.wc_img {
    height: 40px;
    width: 40px;
}

.wc_icon_fa {
    font-size: 36px;
    color: #fff;
}

.wc_title {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.wc_text {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
    text-align: left;
}

/* Team Section */
.team_card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.team_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(129, 50, 5, 0.2);
}

.team_img_wrapper {
    position: relative;
    overflow: hidden;
}

.team_img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.team_card:hover .team_img {
    transform: scale(1.1);
}

.team_social {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    transition: all 0.3s ease;
}

.team_card:hover .team_social {
    bottom: 0;
}

.team_social a {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.team_social a:hover {
    background: #fcb10f;
    color: #fff;
    transform: translateY(-3px);
}

.team_info {
    padding: 25px 20px;
    text-align: center;
}

.team_name {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.team_role {
    font-size: 14px;
    color: var(--primary-color);
    margin: 0;
    font-weight: 500;
}

/* About Us Destination Section */
.about_us_destination_card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.5s;
    height: 350px;
}

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

.about_us_destination_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.about_us_destination_card:hover img {
    transform: scale(1.1);
}

.about_us_destination_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 15px 15px 20px;
    color: white;
}

.about_us_destination_overlay h4 {
    font-family: var(--primary-font);
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.about_us_destination_overlay p {
    margin: 0;
    font-size: 0.9rem;
}

/* Blog Details Hero Section */
.blog-details-hero-section {
    position: relative;
    height: 50vh;
    min-height: 350px;
    overflow: hidden;
    margin-bottom: 3rem;
}

.blog-details-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 10s ease;
}

.blog-details-hero-section:hover .blog-details-hero-image {
    transform: scale(1);
}

.blog-details-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(129, 50, 5, 0.4) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-details-hero-content {
    text-align: center;
    color: white;
    z-index: 2;
    padding: 2rem;
    animation: fadeInUp 1s ease;
}

.blog-details-category {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-details-title {
    font-family: var(--primary-font);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.blog-details-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-size: 1rem;
    opacity: 0.9;
}

.blog-details-meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Main Content Container */
.blog-details-main-container {
    margin: 0 auto;
    padding: 0 15px;
}

/* Left Content */
.blog-details-content-section {
    background: white;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.blog-details-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.blog-details-content h2 {
    font-family: var(--primary-font);
    font-size: 1.8rem;
    color: var(--primary-color);
    margin: 2rem 0 1rem;
    position: relative;
    padding-left: 1rem;
}

.blog-details-content h3 {
    font-family: var(--primary-font);
    font-size: 1.8rem;
    color: var(--primary-color);
    margin: 2rem 0 1rem;
    position: relative;
    padding-left: 0rem;
}

.blog-details-content h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 70%;
    background: var(--primary-color);
}

@media (max-width: 768px) {
    .blog-details-content h2 {
        font-size: 1.4rem;
        margin: 1.5rem 0 0.8rem;
        padding-left: 0.5rem;
    }

    .blog-details-content h3 {
        font-size: 1.2rem;
        margin: 1.2rem 0 0.6rem;
        padding-left: 0rem;
    }
}

.blog-details-content p {
    margin-bottom: 1rem;
}

/* Hide empty paragraphs and paragraphs with only &nbsp; */
.blog-details-content p:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
}

/* Hide paragraphs that only contain non-breaking space */
.blog-details-content p:has(> :only-child:empty),
.blog-details-content p:has(> :only-child:is(span:empty, br:only-child)) {
    display: none !important;
}

.blog-details-content blockquote {
    border-left: 4px solid var(--primary-color);
    padding-left: 2rem;
    margin: 2rem 0;
    font-style: italic;
    color: var(--text-muted);
    font-size: 1.2rem;
}

.blog-details-content img {
    width: 100%;
    border-radius: 10px;
    margin: 1rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

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

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

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

/* Blog Content Sections - Spacing Control */
.blog-content-section {
    margin-bottom: 1.5rem;
}

.blog-content-section:last-child {
    margin-bottom: 0;
}

.content-heading {
    margin: 1.5rem 0 1rem 0;
    font-family: var(--primary-font);
    color: #b8541b;
    font-size: 20px;
}

.content-heading:first-child {
    margin-top: 0;
}

.content-image-wrapper {
    margin: 1rem 0;
}

.content-image-wrapper img {
    margin: 0 !important;
}

.content-description {
    margin: 1rem 0;
}

.content-description:last-child {
    margin-bottom: 0;
}

.blog-description {
    margin-bottom: 1.5rem;
}

.blog-description:last-child {
    margin-bottom: 0;
}

/* Share Section */
.blog-details-share-section {
    border-top: 2px solid var(--border-color);
    border-bottom: 2px solid var(--border-color);
    padding: 1.5rem 0;
    margin: 2rem 0;
}

.blog-details-share-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.blog-details-share-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.blog-details-share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.blog-details-share-facebook {
    background: #1877f2;
}

.blog-details-share-twitter {
    background: #1da1f2;
}

.blog-details-share-linkedin {
    background: #0077b5;
}

.blog-details-share-pinterest {
    background: #bd081c;
}

/* Sidebar */
.blog-details-sidebar {
    position: sticky;
    top: 100px;
}

/* Sidebar Widgets */
.blog-details-widget {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.blog-details-widget-title {
    font-family: var(--primary-font);
    font-size: 1.3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--border-color);
}

/* Categories Widget */
.blog-details-category-list {
    list-style: none;
    padding: 0;
}

.blog-details-category-item {
    padding: 0.75rem;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.blog-details-category-item:hover {
    background: var(--light-bg);
    padding-left: 1rem;
}

.blog-details-category-item:last-child {
    border-bottom: none;
}

.blog-details-category-count {
    background: var(--primary-color);
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 15px;
    font-size: 0.85rem;
}

/* Popular Posts */
.blog-details-popular-post {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

.blog-details-popular-post:hover {
    transform: translateX(5px);
}

.blog-details-popular-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-details-popular-post-image {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
}

.blog-details-popular-post-content h6 {
    font-family: var(--primary-font);
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
    color: var(--secondary-color);
}

.blog-details-popular-post-date {
    color: var(--text-muted);
    font-size: 0.85rem;
}

/* Tags Widget */
.blog-details-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.blog-details-tag {
    background: var(--light-bg);
    color: var(--primary-color);
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.blog-details-tag:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

/* Reading Progress Bar */
.blog-details-reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: var(--primary-color);
    z-index: 1001;
    transition: width 0.2s ease;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blog-details-fade-in {
    animation: fadeInUp 0.8s ease;
}

.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);
}

/* Responsive */
@media (max-width: 768px) {
    .blog-details-title {
        font-size: 1.8rem;
    }

    .blog-details-content-section {
        padding: 15px;
    }

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

/* Home Destinations Start */

.home_pac_dest {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
    margin-bottom: 30px;
}

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

.home_pac_dest img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.home_pac_dest .duration-badge {
    position: absolute;
    top: 10px;
    left: 8px;
    background: rgb(247 172 12);
    color: white;
    padding: 4px 10px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
}

.home_pac_dest .duration-badge i {
    margin-right: 5px;
}

.home_pac_dest .card-content {
    padding: 20px;
}

.home_pac_dest .package-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home_pac_dest .destination-info {
    font-size: 14px;
    margin-bottom: 10px;

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

.home_pac_dest .destination-info .label {
    color: var(--primary-color);
    font-weight: 600;
}

.home_pac_dest .destination-info .places {
    color: #666;
}

.home_pac_dest .features {
    display: flex;
    justify-content: space-between;
    padding-top: 15px !important;
    border-top: 1px solid #eee;
}

.home_pac_dest .feature-item {
    text-align: center;
    flex: 1;
}

.home_pac_dest .feature-item i {
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
}

.home_pac_dest .feature-item .feature-label {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.home_pac_dest_quey_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
}

.home_pac_dest_quey_btn a {
    text-decoration: none;
    color: white;
}

.dest_quey_btn,
.dest_details_btn {
    padding: 4px 20px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: white;
    cursor: pointer;
}

.dest_quey_btn {
    background-color: var(--primary-color);
    border: none;
}

.dest_details_btn {
    background-color: var(--primary-color);
    border: none;
}
.dest_details_btn:hover {
    background-color: #fff;
    color: #813205;
    border: 1px solid #813205;
}

.dest_quey_btn:hover {
    background-color: #fff;
    color: #813205;
    border: 1px solid #813205;
}

@media (max-width: 768px) {
    .home_pac_dest {
        margin-bottom: 20px;
    }
}

/* Home Destinations End */

/* Home Faq Section */
/* FAQ Section Styles */
.home_faq_sec {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}

/* Left Image Container */
.faq_image_container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq_image_wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(129, 50, 5, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq_image_wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(129, 50, 5, 0.25);
}

.faq_image_wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.faq_image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(129, 50, 5, 0.1) 0%,
        rgba(129, 50, 5, 0.3) 100%
    );
    border-radius: 20px;
}

/* Accordion Custom Styles */
.custom_faq_accordion {
    background: transparent;
}

.custom_accordion_item {
    background: white;
    border: none;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.custom_accordion_item:hover {
    box-shadow: 0 5px 20px rgba(129, 50, 5, 0.15);
    transform: translateY(-2px);
}

.custom_accordion_button {
    background: white;
    color: var(--seconday-color);
    font-family: var(--secondary-font);
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    border: none;
    width: 100%;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom_accordion_button:hover {
    background: linear-gradient(
        90deg,
        rgba(129, 50, 5, 0.05) 0%,
        rgba(129, 50, 5, 0.02) 100%
    );
    color: var(--primary-color);
}

.custom_accordion_button:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.custom_accordion_button:not(.collapsed) {
    background: linear-gradient(
        90deg,
        rgba(129, 50, 5, 0.1) 0%,
        rgba(129, 50, 5, 0.05) 100%
    );
    color: var(--primary-color);
}

.custom_accordion_button::after {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.custom_accordion_button:not(.collapsed)::after {
    transform: rotate(45deg);
}

.custom_accordion_collapse {
    border: none;
}

.custom_accordion_body {
    padding: 0 25px 20px 25px;
    font-family: var(--secondary-font);
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.custom_accordion_body p {
    margin: 0;
    text-transform: capitalize;
}

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

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

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

/* Responsive Design */
@media (max-width: 991px) {
    .home_faq_sec {
        padding: 60px 0;
    }

    .faq_section_title h2 {
        font-size: 36px;
    }

    .faq_image_container {
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .home_faq_sec {
        padding: 40px 0;
    }

    .faq_section_title h2 {
        font-size: 28px;
    }

    .faq_section_title p {
        font-size: 16px;
    }

    .custom_accordion_button {
        font-size: 16px;
        padding: 15px 20px;
    }

    .custom_accordion_body {
        font-size: 14px;
        padding: 0 20px 15px 20px;
        text-transform: capitalize;
    }
}

/* Animation for FAQ items */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom_accordion_item {
    animation: fadeInUp 0.5s ease forwards;
}

.custom_accordion_item:nth-child(1) {
    animation-delay: 0.1s;
}
.custom_accordion_item:nth-child(2) {
    animation-delay: 0.2s;
}
.custom_accordion_item:nth-child(3) {
    animation-delay: 0.3s;
}
.custom_accordion_item:nth-child(4) {
    animation-delay: 0.4s;
}
.custom_accordion_item:nth-child(5) {
    animation-delay: 0.5s;
}

/* Home FAQ End */

/* Home Couneter */
.counter_section {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
        url("../../Images/bg-counter.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0 auto;
}

.counter_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.counter_item {
    text-align: center;
    padding: 20px;
    min-width: 200px;
    position: relative;
}

.counter_item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: var(--primary-color);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.counter_item:hover::after {
    opacity: 1;
}

.counter_number_wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 10px;
}

.counter_counting {
    font-family: var(--primary-font);
    font-size: 56px;
    font-weight: bold;
    color: var(--primary-color);
    line-height: 1;
    display: inline-block;
}

.counter_suffix {
    font-family: var(--primary-font);
    font-size: 32px;
    font-weight: bold;
    color: var(--primary-color);
    margin-left: 5px;
}

.counter_label {
    font-family: var(--secondary-font);
    font-size: 18px;
    font-weight: 600;
    color: var(--seconday-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.counter_item:hover .counter_counting,
.counter_item:hover .counter_suffix {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .counter_section {
        padding: 40px 20px;
    }

    .counter_wrapper {
        gap: 30px;
    }

    .counter_counting {
        font-size: 42px;
    }

    .counter_suffix {
        font-size: 24px;
    }

    .counter_label {
        font-size: 16px;
    }

    .counter_item {
        min-width: 150px;
    }
}

@media (max-width: 576px) {
    .counter_wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .counter_counting {
        font-size: 48px;
    }

    .counter_suffix {
        font-size: 28px;
    }
}

/* Home Gallery */
.home_gallery-wrapper {
    background: white;
    border-radius: 20px;
    padding: 5px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}

.home_gallery-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 3px;
    background: linear-gradient(135deg, #667eea, #764ba2, #f093fb, #667eea);
    background-size: 300% 300%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderGlow 4s ease infinite;
    pointer-events: none;
}

@keyframes borderGlow {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.home_gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 280px);
    gap: 5px;
    background: white;
    border-radius: 16px;
}

.home_gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 8px;
    background: #f8f9fa;
}

/* Collage Layout Pattern */
.home_gallery-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.home_gallery-item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.home_gallery-item:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.home_gallery-item:nth-child(4) {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.home_gallery-item:nth-child(5) {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
}

.home_gallery-item:nth-child(6) {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

.home_gallery-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(102, 126, 234, 0.4),
        rgba(118, 75, 162, 0.4)
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.home_gallery-item:hover::before {
    opacity: 1;
}

.home_gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.home_gallery-item:hover img {
    transform: scale(1.15) rotate(2deg);
}

.home_gallery-item:hover {
    z-index: 10;
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
    transform: translateY(-5px);
}

.home_gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        transparent 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}

.home_gallery-item:hover .home_gallery-overlay {
    opacity: 1;
}

.home_gallery-title {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    transform: translateY(20px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.home_gallery-item:hover .home_gallery-title {
    transform: translateY(0);
}

.home_gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    color: white;
    font-size: 3rem;
    z-index: 3;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.home_gallery-item:hover .home_gallery-icon {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

/* Lightbox Styles */
.home_gallery-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.96);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.home_gallery-lightbox.active {
    display: flex;
}

.home_gallery-lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    animation: zoomIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.home_gallery-lightbox-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 80px rgba(102, 126, 234, 0.3);
}

.home_gallery-lightbox-close {
    position: absolute;
    top: 30px;
    right: 40px;
    color: white;
    font-size: 45px;
    cursor: pointer;
    z-index: 10000;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(102, 126, 234, 0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.home_gallery-lightbox-close:hover {
    background: rgba(102, 126, 234, 0.5);
    transform: rotate(90deg) scale(1.1);
}

.home_gallery-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 45px;
    cursor: pointer;
    background: rgba(102, 126, 234, 0.3);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.home_gallery-lightbox-nav:hover {
    background: rgba(102, 126, 234, 0.5);
    transform: translateY(-50%) scale(1.15);
}

.home_gallery-lightbox-prev {
    left: 40px;
}

.home_gallery-lightbox-next {
    right: 40px;
}

.home_gallery-lightbox-counter {
    position: absolute;
    top: 30px;
    left: 40px;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    background: rgba(102, 126, 234, 0.3);
    padding: 12px 24px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .home_gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 250px);
    }

    .home_gallery-item:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }

    .home_gallery-item:nth-child(2) {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .home_gallery-item:nth-child(3) {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
    }

    .home_gallery-item:nth-child(4) {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .home_gallery-item:nth-child(5) {
        grid-column: 3 / 4;
        grid-row: 2 / 3;
    }

    .home_gallery-item:nth-child(6) {
        display: none;
    }
}

@media (max-width: 768px) {
    .home_gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 200px);
        gap: 4px;
    }

    .home_gallery-item:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }

    .home_gallery-item:nth-child(2) {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .home_gallery-item:nth-child(3) {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .home_gallery-item:nth-child(4) {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }

    .home_gallery-item:nth-child(5) {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }

    .home_gallery-wrapper {
        padding: 4px;
    }

    .home_gallery-lightbox-nav,
    .home_gallery-lightbox-close {
        width: 50px;
        height: 50px;
        font-size: 32px;
    }

    .home_gallery-lightbox-prev {
        left: 20px;
    }

    .home_gallery-lightbox-next {
        right: 20px;
    }

    .home_gallery-lightbox-close {
        top: 20px;
        right: 20px;
    }

    .home_gallery-lightbox-counter {
        top: 20px;
        left: 20px;
        font-size: 0.9rem;
        padding: 10px 18px;
    }
}

/* Taxi Service Start Page */
.car_services {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("../../Images/taxi-bg-hero.jpg") center/cover no-repeat;
    min-height: 30vh;
    display: flex;
    align-items: center;
    padding: 80px 20px;
    position: relative;
}

.car_services h1 {
    font-family: var(--primary-font);
    font-size: 3.5rem;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
}

.car_services p {
    color: #f0f0f0;
    font-size: 1.1rem;
    margin-bottom: 40px;
    line-height: 1.8;
}

.features-taxi {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.taxi_hero_feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 1rem;
}

.taxi_hero_feature-item::before {
    content: "✓";
    background: #22c55e;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.car_form {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.car_form h2 {
    font-family: var(--primary-font);
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.car_enq {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form input {
    width: 100%;
    padding: 8px 20px;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    font-size: 1rem;
    font-family: var(--secondary-font);
    transition: all 0.3s ease;
}

.form input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(129, 50, 5, 0.1);
}

.form input[type="date"] {
    color: #666;
}

.form button {
    background: #22c55e;
    color: white;
    border: none;
    padding: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-family: var(--secondary-font);
}

.form button:hover {
    background: #16a34a;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(34, 197, 94, 0.3);
}

.car_overview_sec {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.car_overview_sec h2 {
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

section.why-choose-us-new {
    margin: 40px 0;
}

.why-choose-us-card {
    background: #ffffff;
    min-height: 200px;
    padding: 20px;
    border-radius: 9px;
    text-align: center;
    border: 1px solid #ddd;
}
.why-choose-us-card img {
    margin: 0 auto 15px;
    display: table;
    max-width: 55px;
}
.why-choose-us-card p {
    margin: 0;
    line-height: 22px;
}
.why-choose-us-card h6 {
    font-weight: 600;
    font-size: 18px;
}
.why-choose-us-card p {
    margin: 0;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
}

/* Fleet Section */
.fleet_sec {
    background: linear-gradient(135deg, #fdf6f0 0%, #fef1e8 100%);
}

.fleet_sec h2 {
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.fleet_intro {
    color: #555;
    margin-bottom: 50px;
}

.fleet_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.fleet_card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    font-weight: 600;
    color: var(--primary-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.fleet_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(129, 50, 5, 0.2);
    border-color: var(--primary-color);
}

/* Benefits Section */
.benefits_sec {
    background: white;
}

.benefits_intro {
    color: #555;
}

.benefits_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit_card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.benefit_card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.benefit_icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 20px;
    font-weight: bold;
}

.benefit_card h3 {
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.benefit_card p {
    color: #666;
    font-size: 1rem;
}

/* Why Luxury Section */

.why_luxury_sec p {
    color: #333;
    margin: 0 auto;
}

/* Reasons Section */
.reasons_sec {
    background: white;
}

.reasons_intro {
    color: #555;
    margin-bottom: 30px;
}

.reasons_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.reason_item {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    color: var(--seconday-color);
    border-left: 4px solid var(--primary-color);
    transition: all 0.3s ease;
}

.reason_item:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Use Cases Section */
.use_cases_sec {
    background: linear-gradient(135deg, #fdf6f0 0%, #fef1e8 100%);
}

.use_cases_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.use_case_card {
    background: white;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.use_case_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(129, 50, 5, 0.15);
}

.use_case_card h3 {
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.use_case_card p {
    color: #555;
    line-height: 1.8;
}

/* Contact & Guarantee Section */
.contact_guarantee_sec {
    background: white;
}

.contact_box {
    background: linear-gradient(135deg, var(--primary-color) 0%, #a64106 100%);
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 60px;
    box-shadow: 0 10px 40px rgba(129, 50, 5, 0.3);
}

.contact_box h2 {
    font-family: var(--primary-font);
    color: white;
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.phone_link {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
    padding: 5px 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 2px solid white;
}

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

.guarantee_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.guarantee_card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px;
    border-radius: 15px;
    transition: all 0.3s ease;
    border-top: 4px solid var(--primary-color);
}

.guarantee_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.guarantee_card h3 {
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.guarantee_card p {
    color: #555;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .car_services h1 {
        font-size: 2.2rem;
    }

    .car_services p {
        font-size: 1rem;
    }

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

    .car_form {
        padding: 15px;
    }

    .car_form h2 {
        font-size: 1.4rem;
    }

    .fleet_grid,
    .benefits_grid,
    .reasons_grid,
    .use_cases_grid,
    .guarantee_grid {
        grid-template-columns: 1fr;
    }

    .phone_link {
        font-size: 1.5rem;
        padding: 12px 30px;
    }

    .contact_box {
        padding: 30px 20px;
    }
}

/* Car Card Styles */
.car_card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
}

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

.car_image {
    height: 160px;
    overflow: hidden;
}

.car_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.car_card:hover .car_image img {
    transform: scale(1.05);
}

.car-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #81310730;
    padding: 10px;
}

.car-details h4 {
    display: flex;
    flex-direction: column;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
}

.car-details span {
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
    display: table;
    margin-top: 5px;
}

.enquire-button {
    background-color: #1a1a1a;
    color: white;
    text-decoration: none;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
    height: fit-content;
}

.enquire-button:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

/* Contact Form Card Styles */
.contact_form_card {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    top: 20px;
}

.form_title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.form_subtitle {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
}

.taxi_enquiry_form .form-label {
    font-weight: 600;
    color: #444;
    margin-bottom: 8px;
    font-size: 14px;
}

.taxi_enquiry_form .form-control {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.taxi_enquiry_form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(252, 177, 15, 0.25);
}

.car_submit_btn {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(252, 177, 15, 0.3);
}

.car_submit_btn:hover {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(252, 177, 15, 0.4);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .our_cars_section {
        padding: 40px 0;
    }

    .contact_form_card {
        margin-top: 40px;
        position: static;
    }
}

@media (max-width: 768px) {
    .car_image {
        height: 140px;
    }

    .contact_form_card {
        padding: 20px;
    }

    .form_title {
        font-size: 22px;
    }
}

/* Taxi Section Styles */
.home_taxi_section {
    padding: 60px 0;
    background-color: #ffffff;
}

.home_taxi_section_title {
    text-align: center;
    margin-bottom: 50px;
}

.home_taxi_section_title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 10px;
}

.home_taxi_section_title p {
    color: #666;
    font-size: 1.1rem;
}

/* Tab Navigation Styles */
.taxi_tabs {
    margin-bottom: 40px;
    align-items: center;
}

.taxi_tabs .nav-tabs {
    border: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    min-width: max-content;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #000 100%);
    padding: 0;
}

.taxi_tabs .nav-link {
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    padding: 18px 35px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-radius: 0;
    position: relative;
}

.taxi_tabs .nav-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
}

.taxi_tabs .nav-link.active {
    background: goldenrod;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(129, 50, 5, 0.4);
    border-radius: 50px;
}

.taxi_tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: #ffffff;
}

/* Responsive adjustments for mobile (max-width: 768px) */
@media (max-width: 768px) {
    .taxi_tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .taxi_tabs .nav-link {
        padding: 12px 15px;
        font-size: 0.85rem;
    }
}

/* Desktop Centering (min-width: 769px) */
@media (min-width: 769px) {
    .taxi_tabs {
        text-align: initial;
    }

    .taxi_tabs .nav-tabs {
        justify-content: center;
        max-width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Card Styles */
.taxi_card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid goldenrod;
}

.taxi_card:hover {
    box-shadow: 0 15px 35px rgba(129, 50, 5, 0.15);
    border-color: var(--primary-color);
}

.taxi_card_image {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.taxi_card_image img {
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
}

.taxi_card:hover .taxi_card_image img {
    transform: scale(1.1);
}

.taxi_card_content {
    padding: 20px;
    background-color: #f3eeeecc;
}

.taxi_card_title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 10px;
}

.taxi_card_price {
    color: var(--primary-color);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.taxi_card_btn {
    background: var(--primary-color);
    color: #ffffff;
    border: none;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 0.95rem;
}

.taxi_card_btn:hover {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(129, 50, 5, 0.3);
}

/* Responsive */
/* @media (max-width: 768px) {
    .taxi_tabs .nav-link {
        padding: 12px 15px;
        font-size: 0.85rem;
    }
} */

/* Taxi Services End Page */

/* specil_tourcar Start */
.special_tour_section {
    position: relative;
    background-image: url("../../Images/special_tour_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
}
.special_tour_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.special_tour_section > * {
    position: relative;
    z-index: 2;
}

.special_tour-card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: row;
    height: 100%;
}

.special_tour-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.special_card-left {
    flex: 0 0 130px;
    min-height: 120px;
    border: 2px solid orange;
    border-radius: 20px;
}

.special_card-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.special_card-right {
    padding: 10px 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.special_tour-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 6px;
    white-space: normal;
    overflow: hidden;
}

.new-card-btn {
    color: #fff;
    background: #7c2a05;
    padding: 3px 12px;
    border-radius: 5px;
    border: none;
    font-size: 0.9rem;
}

/* specil_tourcar end */

/* ========================================
   Responsive CSS
======================================== */

@media (max-width: 992px) {
    .about_hero_title {
        font-size: 42px;
    }

    .about_section_title {
        font-size: 32px;
    }

    .about_story_content {
        padding-left: 0;
        margin-top: 30px;
    }

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

@media (max-width: 768px) {
    .about_hero_section {
        padding: 120px 0 80px;
    }

    .about_hero_title {
        font-size: 32px;
    }

    .about_hero_subtitle {
        font-size: 16px;
    }

    .about_section_title {
        font-size: 28px;
    }

    .story_main_img {
        height: 350px;
    }

    .stat_number {
        font-size: 36px;
    }

    .cta_title {
        font-size: 32px;
    }

    .cta_buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .service-card {
        padding: 25px 20px;
    }
}

/* Responsive Style start */
@media (min-width: 768px) and (max-width: 1024px) {
}

@media (max-width: 768px) {
    .left_side {
        display: none;
    }

    .brand-logo {
        height: 50px;
    }

    .main_header {
        padding: 16px 0px;
    }

    .main_heading {
        font-size: 16px;
    }

    .banenr_Suubgs {
        font-size: 18px;
    }

    .viewAll {
        padding: 0px;
        border: none;
        background: none;
        border-bottom: 1px solid var(--primary-color);
        border-radius: 0px;
    }

    .banenr_headingg {
        font-size: 20px;
        margin-top: 15px;
    }

    .search_inpt {
        width: 100%;
    }

    .cont_choose h3 {
        font-size: 12px;
    }

    .choose_img {
        height: 30px;
        width: 30px;
    }

    .container-fluid {
        padding: 0px 12px !important;
    }

    .camel_img {
        display: none;
    }

    h1.hero_heading {
        margin-top: 18px;
        width: 100%;
        font-size: 16px;
    }

    .hero_li {
        font-size: 15px;
        line-height: 20px;
        gap: 10px;
    }

    .owl-nav.disabled .left_move {
        left: 10px !important;
    }

    .owl-nav.disabled .right_move {
        right: 10px !important;
    }

    .owl-nav .left_move {
        left: 10px !important;
    }

    .owl-nav .right_move {
        right: 10px !important;
    }

    .slider_parent {
        margin-top: 30px;
    }

    .dest_img {
        height: 220px;
    }

    .package_name {
        font-size: 22px;
    }

    .button_navi {
        gap: 20px;
    }

    .button_navi a {
        font-size: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .recomended_package {
        font-size: 22px;
    }

    .middle_sec {
        margin: 20px 0;
    }

    .middle_row {
        margin-bottom: 15px;
    }

    .pera_conte {
        margin: 10px 0px;
    }

    .exp_title {
        font-size: 20px !important;
    }

    .viewAll_travel {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .widh_box {
        width: 100%;
    }

    .long_img {
        height: 380px;
    }

    .half_img {
        height: 185px;
    }

    .text_aree {
        font-size: 19px;
        text-align: left;

        margin-bottom: 20px;
    }

    .blog_heading_title {
        font-size: 15px;
    }

    .blog_date_update {
        font-size: 13px;
    }

    .blog_img_here {
        width: 86px;
        height: 81px;
    }

    .offer_heading {
        font-size: 18px;
    }

    .main_blog_title {
        font-size: 22px;
    }

    .footer_logo {
        height: 40px;
    }

    .socail_links_foooter {
        gap: 10px;
    }

    .link_class_img {
        height: 30px;
        width: 30px;
        border-radius: 0px;
    }

    .logo_panel {
        padding: 30px 20px;
    }

    .copy_link {
        font-size: 14px;
    }

    .description {
        font-size: 14px;
    }

    .parent_footer {
        display: grid;
        grid-template-columns: 1fr;
        /* grid-template-rows: repeat(4, 1fr); */
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .footer_box1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .footer_box2 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .footer_box3 {
        grid-area: 3 / 1 / 4 / 2;
    }

    .footer_box4 {
        grid-area: 4 / 1 / 5 / 2;
    }

    .menu_link_here {
        padding: 30px;
    }

    .footer_box {
        height: initial !important;
        border: none !important;
    }

    footer {
        padding-top: 935px;
    }

    .extra_padding {
        padding-bottom: 160px;
    }

    .footer_box {
        margin-bottom: 20px;
    }

    .flex_choose_box {
        margin-bottom: 10px;
    }

    .titie_ffote {
        font-size: 12px !important;
    }

    .destination_name h6 {
        font-size: 12px;
    }

    .bottom_why_choose {
        bottom: 0px;
    }

    .mob_menu {
        display: block;
    }

    /* detaile page start */
    .tour_details {
        margin-top: 7rem !important;
    }

    .long_t_img {
        height: 280px;
    }

    .review_packge {
        flex-direction: column-reverse;
    }

    .revoe_know {
        width: 100%;
    }

    .review_cmpt {
        width: 100%;
    }

    .review_packge {
        margin-bottom: 20px;
    }

    .sdf_df {
        font-size: 16px;
    }

    .incl_itme {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .item_facilits {
        width: 49%;
        margin-bottom: 10px;
    }

    .scroll_nav {
        overflow: scroll;
        gap: 20px;
    }

    .scroll_nav li {
        text-wrap: nowrap;
    }

    p.title_Day {
        font-size: 12px;
    }

    .cout_day {
        padding: 8px 8px;
        background: #d9d9d9;
        border-radius: 7px;
        font-size: 11px;
        text-wrap: nowrap;
    }

    .parent_gallary {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }

    .div1_gallary {
        grid-area: 1 / 1 / 3 / 3;
    }

    .div2_gallary {
        grid-area: 3 / 1 / 4 / 2;
    }

    .div3_gallary {
        grid-area: 3 / 2 / 4 / 3;
    }

    .div4_gallary {
        grid-area: 4 / 1 / 5 / 2;
    }

    .div5_gallary {
        grid-area: 4 / 2 / 5 / 3;
    }

    .viewMoewPicf {
        width: auto;
        height: auto;
        padding: 5px 10px;
        font-size: 12px;
        right: 10px;
        bottom: 10px;
    }

    .viewMoewPicf_new {
        width: auto;
        height: auto;
        padding: 5px 10px;
        font-size: 12px;
        right: 10px;
        bottom: 10px;
    }

    .incl_pinters {
        font-size: 13px;
    }

    td,
    th {
        font-size: 13px;
    }

    .table-responsive table {
        width: 600px;
    }

    .text_descriptp {
        font-size: 13px;
    }

    .cionsdf_thing {
        height: 50px;
        width: 50px;
    }

    .thing_get {
        align-items: start;
    }

    .cionsdf_thing svg {
        height: 20px;
        width: 20px;
    }

    .text_descriptp_Sdf {
        font-size: 13px;
    }

    .mainoverview p {
        font-size: 13px;
    }
}

/* Responsive Styles for Modal */
@media (max-width: 768px) {
    /* Hide left image on mobile */
    .modal_image_container {
        display: none !important;
    }

    /* Make form full width on mobile */
    #bookingModal .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .modal_contact_img {
        border-radius: 0;
        height: 0;
    }

    .modal_form_container {
        padding: 20px;
    }

    .modal-title {
        font-size: 22px;
    }

    .modal_close_btn {
        width: 30px;
        height: 30px;
        font-size: 12px;
        top: 10px;
        right: 10px;
    }

    #bookingModal p.text-muted {
        font-size: 13px;
        margin-bottom: 20px !important;
    }
}

/* Responsive Styles for Floating Buttons */
@media (max-width: 768px) {
    .floating_buttons_right {
        right: 15px;
        bottom: 20px;
        gap: 12px;
    }

    .floating_buttons_left {
        left: 15px;
        bottom: 20px;
    }

    .floating_btn {
        width: 50px;
        height: 50px;
    }

    .floating_btn svg {
        width: 20px;
        height: 20px;
    }
}

/* Responsive Styles for Payment Page */
@media (max-width: 768px) {
    .payment_qr_container {
        padding: 20px;
    }

    .payment_info_title {
        font-size: 20px;
    }

    .payment_info_text {
        font-size: 14px;
    }

    .qr_payment_card {
        padding: 20px;
    }

    .qr_icon_box {
        width: 50px;
        height: 50px;
    }

    .qr_icon_box svg {
        width: 30px;
        height: 30px;
    }

    .qr_title_box h4 {
        font-size: 18px;
    }

    .qr_code_image {
        width: 180px;
        height: 180px;
    }

    .payment_cta_sticky {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
}

/* Blog Category */

/* Responsive Design */
@media (max-width: 991px) {
    .blog_category_sidebar {
        position: static;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .blog_category_hero {
        padding: 100px 0 60px;
    }

    .blog_category_title {
        font-size: 36px;
    }

    .blog_category_subtitle {
        font-size: 16px;
    }

    .blog_category_card_content {
        padding: 20px;
    }

    .blog_category_card_title {
        font-size: 18px;
    }

    .blog_category_card_excerpt {
        font-size: 14px;
    }

    .blog_category_sidebar_widget {
        padding: 20px;
    }

    .blog_category_widget_title {
        font-size: 18px;
    }

    .blog_category_card_image {
        min-height: 200px;
    }
}

@media (max-width: 576px) {
    .blog_category_title {
        font-size: 28px;
    }

    .blog_category_pagination .page-link {
        padding: 8px 14px;
        font-size: 14px;
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .contact-sidebar {
        position: static;
        margin-top: 30px;
    }

    .contact-hero {
        padding: 100px 0 60px;
    }

    .contact-hero-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 80px 0 50px;
    }

    .contact-hero-title {
        font-size: 32px;
    }

    .contact-hero-subtitle {
        font-size: 16px;
    }

    .contact-info-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .contact-form-wrapper {
        padding: 30px 20px;
    }

    .contact-form-heading {
        font-size: 26px;
    }

    .contact-main-section {
        padding: 60px 0;
    }

    .contact-info-section {
        padding: 40px 0;
    }
}

@media (max-width: 576px) {
    .contact-hero-title {
        font-size: 28px;
    }

    .contact-info-icon {
        width: 60px;
        height: 60px;
    }

    .contact-form-heading {
        font-size: 22px;
    }

    .contact-submit-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}

/* Responsive Fix tour-cat-hero-section */
@media (max-width: 768px) {
    .tour-cat-hero-section {
        min-height: 800px;
    }

    .tour-cat-hero-title {
        font-size: 2rem;
    }

    .tour-cat-hero-subtitle {
        font-size: 1rem;
    }

    .tour-cat-hero-content {
        padding-bottom: 160px;
        /* Extra gap for booking bar */
    }

    .booking-info {
        flex-direction: column;
    }

    .booking-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center;
    }

    .booking-item:last-child {
        border-bottom: none;
        min-width: auto;
    }

    .social-share {
        display: none;
    }
}

/* ✅ Mobile Responsive */
@media (max-width: 576px) {
    .tour_cat_btn {
        flex-direction: row;
    }

    .cat-tour-btn {
        margin: 0 auto;
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .tour_category_heading {
        font-size: 18px;
    }

    .tour_category_img {
        height: 200px;
    }

    .tour_category_content {
        padding-left: 0;
        margin-top: 20px;
    }

    .tour_amenities {
        gap: 5px;
    }

    .amenity_item {
        min-width: 60px;
    }

    .cta_sidebar {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
}

/* Responsive Styles for FAQ Section */
@media (max-width: 768px) {
    .faq_section {
        padding: 40px 0;
    }

    .faq_subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .faq_button {
        padding: 15px 20px;
        font-size: 15px;
        gap: 12px;
    }

    .faq_icon {
        width: 30px;
        height: 30px;
    }

    .faq_icon svg {
        width: 16px;
        height: 16px;
    }

    .faq_button::after {
        font-size: 24px;
    }

    .faq_answer {
        padding: 15px 20px;
        padding-left: 20px;
        font-size: 14px;
    }

    .faq_cta_box {
        flex-direction: column;
        padding: 30px 25px;
        text-align: center;
    }

    .faq_cta_title {
        font-size: 22px;
    }

    .faq_cta_text {
        font-size: 14px;
    }

    .faq_cta_buttons {
        flex-direction: column;
        width: 100%;
    }

    .faq_cta_btn {
        width: 100%;
        padding: 12px 25px;
        font-size: 15px;
    }
}

/* Responsive Gallery Modal */
@media (max-width: 768px) {
    .gallery-modal-content {
        max-width: 95%;
        max-height: 80vh;
    }

    #galleryImage {
        max-height: 70vh;
    }

    .gallery-close {
        top: 10px;
        right: 10px;
        width: 45px;
        height: 45px;
        font-size: 32px;
    }

    .gallery-nav {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .gallery-prev {
        left: 10px;
    }

    .gallery-next {
        right: 10px;
    }

    .gallery-counter {
        bottom: -40px;
        font-size: 16px;
        padding: 8px 20px;
    }
}

@media (max-width: 480px) {
    .gallery-modal-content {
        max-width: 100%;
    }

    #galleryImage {
        max-height: 60vh;
        border-radius: 0;
    }

    .gallery-close {
        width: 40px;
        height: 40px;
        font-size: 28px;
    }

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

    .gallery-counter {
        font-size: 14px;
        padding: 6px 15px;
    }
}

/* ========================================
   Responsive CSS End
======================================== */

/* Home About Section */
.home_section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("../../Images/home-bg.jpg") center/cover;
    min-height: 50vh;
    color: white;
    position: relative;
}

.home_heading {
    font-weight: 600;
    line-height: 1.2;
    font-family: var(--primary-font);
}

.home_highlight {
    color: #f7ac0c;
}

.home_features_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 40px;
}

.home_feature_card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 4px 15px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.home_feature_card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.home_feature_number {
    color: #f7ac0c;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.home_feature_title {
    font-size: 1.5rem;
    font-weight: 700;
}

.home_feature_desc {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.home_right_image {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.home_image_wrapper {
    position: relative;
}

.home_image_overlay {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 30px;
    border-radius: 0 0 20px 20px;
}

@media (max-width: 1200px) {
    .home_features_grid {
        grid-template-columns: 1fr;
    }

    .home_promo_title {
        font-size: 3rem;
    }

    .home_heading {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .home_heading {
        font-size: 2rem;
    }

    .home_promo_title {
        font-size: 2.5rem;
    }

    .home_discount_badge {
        width: 100px;
        height: 100px;
        top: 20px;
        right: 20px;
    }

    .home_discount_percent {
        font-size: 1.8rem;
    }

    .home_right_image {
        height: 400px;
        margin-top: 30px;
    }
}

.home_about_section {
    background-color: #212529;
}

.home_about_subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffc107;
    line-height: 1.2;
}

.home_about_section {
    padding: 20px 15px;
    background-color: #f0f0f0;
    box-shadow: 0 10px 30px rgb(129 49 7 / 29%);
    height: 100%;
    border-radius: 20px;
}

.home_about_section p {
    color: #000;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

/* --- Feature List Styling --- */
.home_about_features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home_about_features li {
    padding: 1rem 0;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #3b4045;
    /* Dashed separator for a modern look */
}

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

.home_about_features i {
    color: #ffc107;
    /* Gold checkmark */
    margin-right: 1.5rem;
    font-size: 1.6rem;
    min-width: 30px;
    text-align: center;
}

.home_about_features span {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
}

/* --- Image Styling --- */
.home_about_image_container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}

.home_about_image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(255, 193, 7, 0.2);
    /* Shadow with accent color tint */
    object-fit: cover;
    aspect-ratio: 16 / 10;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* Smooth animation */
}

.home_about_image:hover {
    transform: translateY(-5px) scale(1.02);
}

.home-about-us-btn {
    background-color: var(--primary-color);
    color: #fff;
    border: 5px;
}

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

/* --- Card Styling --- */
.home_about_card {
    background-color: #8f380799;
    border: none;
    border-radius: 12px;
    padding: 10px 15px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-align: center;
}

.home_about_card:hover {
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.15);
    transform: translateY(-5px);
}

.home_about_card_icon {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 193, 7, 0.15);
    /* Light gold background */
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border: 2px solid #ffc107;
    /* Gold ring */
}

.home_about_card_icon i {
    color: #ffc107;
    font-size: 2rem;
}

.home_about_card_title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.home_about_card_text {
    font-size: 0.95rem;
    color: #ced4da;
    margin: 0;
}

/* --- Responsive adjustments --- */
@media (max-width: 992px) {
    .home_about {
        padding: 60px 0;
    }

    .home_about_title {
        font-size: 2.5rem;
    }

    .home_about_subtitle {
        font-size: 1.5rem;
    }

    .home_about_section {
        margin-bottom: 3rem;
    }
}

@media (max-width: 768px) {
    .home_about_title {
        font-size: 2rem;
    }

    .home_about_subtitle {
        font-size: 1.2rem;
    }

    .home_about_section {
        padding: 1rem;
    }
}

/* Taxi Table */

section.car-pricing {
    padding: 30px 0;
    background-color: #f1f1f1;
    margin-top: 40px;
}

.car-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-bottom: 15px;
}

.car-table table {
    width: 100%;
    border-radius: 7px;
    min-width: 800px;
    border-collapse: separate;
    border-spacing: 0;
}

.car-table table tr:first-child th:first-child {
    border-top-left-radius: 7px;
}

.car-table table tr:first-child th:last-child {
    border-top-right-radius: 7px;
}

.car-table table tr:last-child td:first-child {
    border-bottom-left-radius: 7px;
}

.car-table table tr:last-child td:last-child {
    border-bottom-right-radius: 7px;
}

.car-table table tr th {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    padding: 12px 15px;
    white-space: nowrap;
}

.car-table table tr td {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    padding-left: 5px;
    white-space: nowrap;
}

.car-table table tr td:first-child {
    border-left: 1px solid #ddd;
}

.car-table table tr td:last-child {
    border-right: 1px solid #ddd;
}

.car-table table tr td:first-child,
.car-table table tr th:first-child {
    text-align: center;
}

.car-table tr td {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    padding: 10px 10px;
}

td.has-seat-icon img {
    position: relative;
    width: 24px;
    left: 5px;
    vertical-align: middle;
}

td.has-seat-icon p {
    padding-left: 10px;
    line-height: 17px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

td.has-seat-icon p span {
    font-weight: 700;
    color: var(--primary-color);
    display: block;
}

.car-table tr td strong {
    color: var(--primary-color);
    font-weight: 900;
    padding-left: 8px;
}

.car-table table tr button {
    border: 1px solid var(--primary-color);
    background-color: #fff;
    border-radius: 9px;
    font-weight: 600;
    padding: 5px 15px;
    cursor: pointer;
    white-space: nowrap;
}

.car-table table tr button:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.view-all-cat-hero {
    position: relative;
    background: url("../../Images/view-all-cat-hero.jpg") no-repeat center
        center;
    background-size: cover;
    padding: 250px 0 20px;
    overflow: hidden;
}

/* Shadow overlay */
.view-all-cat-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    /* shadow darkness */
    z-index: 1;
}

/* Hide Un Hide on mobile and desktop */
@media (max-width: 991px) {
    .hide-on-mob-view {
        display: none !important;
    }
}

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



/* Blogs Page */
.blog_category_tour_heading {
    text-align: left;
    font-size: 18px;
    color: #4B2E0F;

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

.blog_category_tour_subheading {
    text-align: left;
    font-size: 14px;
    color: #6C4B20;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.blog_category_read_more {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    /* display: block; */
    text-align: right;
}

/* End Blogs Page */

/* padding-bottom: 170px; */