﻿header {
    transition: all 500ms ease;
    background-color: transparent;
    z-index: 1024;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
/*searchEngin css start*/

.search_tour {
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
    width: 1000px;
    max-width: 1000px;
    z-index: 99;
}

.search_tour .tour_destination {
    width: 100%;
    background-color: rgba(255, 255, 255, 40%);
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    height: 66px;
    padding-left: 0px;
    padding-right: 20%;
    backdrop-filter: blur(36px);
    -webkit-backdrop-filter: blur(36px); /* for Safari */
}

.search_tour .tour_destination input {
    width: 50%;
    height: 100%;
    background-color: transparent;
    border: none;
    color: var(--white);
    background-image: none;
    padding-left: 60px;
}

.search_tour .tour_destination input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.search_tour .tour_destination input::placeholder {
    color: var(--white);
    font-size: 16px;
}
/*top destination*/

.bg-layer {
    background-image: url(/images/bg-techta.png);
}

.bg-property {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.overflow_hidden {
    overflow: hidden;
}

.card_dest_tour {
    height: 568px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    width:100%;
}

.card_dest_tour a {
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.card_dest_tour:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
    z-index: 1;
}

.card_dest_tour > img {
    width: 100%;
    height: 100%;
}

.card_dest_tour .card-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px 30px;
    z-index: 2;
}
.exclusive_luxury .card_dest_tour .card-content{
    text-align: center;
    width:75%;
    left:50%;
    transform:translateX(-50%);
}
.card-content h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: var(--white);
}

.card-content p {
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    font-weight: 400;
}

.card-content .new_site_btn {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius:8px;
}

.card-content .new_site_btn img {
    vertical-align: middle;
    margin-left: 6px;
}

/*end top destination*/

.search_tour .tour_destination button {
    position: absolute;
    right: 0;
    top: 0;
    height: 66px;
    width: 260px;
    background-color: var(--primary);
    color: rgba(255, 255, 255, 70%);
    font-size: 24px;
    border: none;
    border-radius: 18px;
}

.search_tour .tour_destination button:focus {
    outline: none;
    box-shadow: none;
}

.Search_key_icon {
    position: absolute;
    left: 27px;
    top: 50%;
    transform: translateY(-50%)
}

.ui-menu.ui-widget-content {
    z-index: 99;
    width: 350px;
}

/*searchEngin css end*/

.banner_tour_heading {
    position: absolute;
    z-index: 99;
    color: #fff;
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 5px;
    width: 70%;
}

.cust_overlay {
    position: relative;
}

.cust_overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.5) 100% );
}
.hero-bg.cust_overlay:before {
    z-index: 2;
}

.mini_overlay {
    position: relative;
}

.mini_overlay:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.58) 80%);
}

/* Example styling for heading */
.slide-main--heading h1 {
    font-size: 72px;
    font-weight: 600;
    line-height: 86px;
    text-transform: capitalize;
    color: var(--white);
}

.slide-main--subheading span {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 15px;
}

.bottom_overlay {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 130px;
    pointer-events: none;
    z-index: 99;
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0.3) 90%, rgba(255, 255, 255, 0) 100% );
}

.common_banner{
    width:100%;
    height:100vh;
}
.common_banner.cust_overlay:before{
    background:linear-gradient( to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, -0.9) 130% )
}

.Hero_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.common_banner .banner_tour_heading{
    width:90%;
    top:50%;
}
.dmc-gallery-item{
    width:100%;
    height:306px;
    overflow:hidden;
    border-radius:8px;
    margin-bottom:24px;
}
.dmc-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dmc_pic_content{
    font-size:20px;
    font-weight:500;
    line-height:28px;
    color:var(--white);
    position:absolute;
    bottom:20px;
    left:50%;
    transform:translateX(-50%);
    text-align:center;
    width:90%;
}
.global_dmc {
    padding: 95px 90px;
    background-color: rgba(255, 117, 85, 10%);
    text-align:center;
    border-radius:8px;
    height:636px;
    border:1px solid var(--primary);
}
.global_dmc h2{
    font-size:86px;
    color:var(--black);
    line-height:100px;
    font-weight:900;
}
.global_dmc h2 span{
    display:block;
    color:var(--primary);
}
.global_dmc a{
    width:400px;
    margin-top:30px;
    font-size:20px;
    font-weight:500;
    padding: 9px 23px;
}
.hover_arrow_black:hover img {
    filter: invert(1);
}
.count_number{
    width:40px;
    height:40px;
    border-radius:8px;
    background-color:var(--primary);
    color:#fff;
    font-size:24px;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:center;
}
.new_site_btn.bg_prim.hover_border:hover {
    border: 1px solid var(--primary);
}

.slide-main--heading {
    display: block;
    text-align: center;
    color: #fff;
    line-height: normal;
    text-shadow: rgb(11, 18, 54) 3px 3px 15px;
    padding: 0px 0px 23px;
    font-weight: 700;
    font-size: 52px;
    white-space: normal;
    text-transform: capitalize;
}

.slide-main--subheading {
    color: #ffffff;
    font-size: 40px;
    line-height: 48px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.slide_btn .swiper-button-next,
.slide_btn .swiper-button-prev {
    background-color: rgba(255, 255, 255, 40%);
    border: 2px solid rgba(0, 0, 0, 15%);
    width: 56px !important;
    height: 56px !important;
    background-image: none;
    top:50%;
    transform:translateY(-50%);
}

.slide_btn .swiper-button-next {
    right: -37px !important;
}

.slide_btn .swiper-button-prev {
    left: -37px !important;
}

.slide_btn .swiper-button-next:after, .slide_btn .swiper-button-prev:after {
    font-size: 20px;
    color: var(--black);
    font-weight: 600;
}

.slide_btn {
    position: relative;
}

.swiper-outer {
    position: relative;
    overflow: visible;
}

.heading_title {
    font-size: 32px;
    line-height: 40px;
    color: var(--black);
    font-family: "Barlow Condensed", sans-serif;
    text-transform:capitalize;
}

.tour_middle_heading h2 {
    font-size: 40px;
    line-height: 48px;
    color: var(--black);
}

.tour_middle_heading p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #676666;
}
.plan_tour_detail ul li span {
    width: 56px;
    height: 56px;
}
.plan_tour_detail ul li span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}

.plan_tour_detail ul li {
    position: relative;
    padding-left: 64px;
    margin-bottom: 30px;
}
.plan_tour_detail ul li {
    padding-left: 80px;
}
.plan_tour_detail ul li h3 {
    font-size: 20px;
    line-height: 28px;
    color: var(--black);
    margin-bottom: 5px;
}

.plan_tour_detail ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #6E7070;
}
.plan_tour_detail .new_site_btn {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
}
.verticle_middle img {
    vertical-align: middle;
    margin-left: 6px;
    transition:0.4s ease-in-out
}
.hover_arrow_white:hover img {
    filter: brightness(0) invert(1);
}
.hover_arrow_black:hover img {
    filter: invert(1) !important;
}
.section_bg {
    background-color: rgba(255, 117, 85, 10%);
}

/*travel beyond css*/

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 260px);
    gap: 15px;
    margin: auto;
}

.bhutan {
    grid-column: 3 / span 1;
    grid-row: 1 / span 2;
}

.kashmir {
    grid-column: 4;
    grid-row: 1;
}

.himachal {
    grid-column: 4;
    grid-row: 2;
}

.sydney {
    grid-column: 1 / span 2;
    grid-row: 1 / span 1;
}

.thailand {
    grid-column: 1;
    grid-row: 2;
}

.spain {
    background: #c0392b;
    grid-column: 2;
    grid-row: 2;
}

.overlay-content {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 100%;
    padding: 0px 10px;
}

.grid-container .item {
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}

    .grid-container .item a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .grid-container .item img {
        width: 100%;
        height: 100%;
        border-radius: 16px;
    }

.overlay-content h5 {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}

.overlay-content .price_start {
    font-size: 16px;
    line-height: 24px;
}

.white h5, .white p, .white span {
    color: var(--white);
}
/*hover effect*/

.custom_hover_effect {
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
}

    .custom_hover_effect:after {
        background: rgba(255, 255, 255, 0.5);
        content: "";
        height: 0;
        left: 0;
        opacity: 1;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 9;
    }

    .custom_hover_effect:hover:after {
        height: 100%;
        opacity: 0;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
    }

.card-img {
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.custom_hover_effect:hover .card-img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.agent_group_card {
    overflow: hidden;
    border-radius: 8px;
    background-color: var(--white);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.agent_group_card img{
    width:100%;
    height:244px;
    display:block;
}
.card_group_content {
    border: 1px solid rgba(179, 185, 196, 1);
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    flex-grow: 1;
}
.card_group_content p {
    font-size: 16px;
}

.multi_agent_logo .logo_group{
    width:175px;
    height:175px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:var(--white);
    border-radius:50%;
}

.tabs-container {
    display: flex;
    justify-content: space-between;
}

/* Left image area */
.image-area {
    position: relative;
    padding: 8px 8px 0px 0px;
    border-radius: 90px 10px 90px 10px;
    width: 525px;
    height: 600px;
    z-index: 1;
    margin-top: 20px;
}

    .image-area:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        right: -10px;
        top: -10px;
        background: var(--primary);
        border-radius: 90px 10px 90px 10px;
    }

    .image-area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transform: scale(1.05);
        transition: opacity 0.6s ease, transform 0.6s ease;
        border-radius: 90px 10px 90px 10px;
    }

        .image-area img.active {
            opacity: 1;
            transform: scale(1);
            z-index: 2;
        }

/* Right tabs area */
.mice_tab_button .tab-btn {
    padding: 15px 20px 15px 55px;
    border: 1px solid var(--primary);
    border-radius: 16px;
    background-color: var(--white);
    cursor: pointer;
    transition: 0.3s ease-in-out;
    min-height: 110px;
    position: relative;
}

    .mice_tab_button .tab-btn:hover {
        background-color: rgba(255, 117, 85, 10%);
    }

    .mice_tab_button .tab-btn.active {
        background-color: rgba(255, 117, 85, 10%);
    }

    .mice_tab_button .tab-btn p {
        margin-bottom: 0px;
    }

    .mice_tab_button .tab-btn div span {
        display: inline-block;
        position: absolute;
        left: 15px;
        top: 20px;
    }

    .mice_tab_button .tab-btn:not(:last-of-type) {
        margin-bottom: 20px;
    }

.why_trekhops .tabs {
    width: 630px;
}

.touch_man_pic {
    position: absolute;
    right: 0;
    bottom: -14px;
}

.get_in_touch .desti_popup .form-control {
    padding: 12px 10px 12px 10px;
    background-color: var(--white);
    border: 1px solid #d1cece;
    color: var(--black);
}

.get_in_touch .desti_popup {
    background-color: var(--white);
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
}

    .get_in_touch .desti_popup label {
        font-size: 16px;
    }

    .get_in_touch .desti_popup .form-control::placeholder {
        font-size: 15px;
    }

    .get_in_touch .desti_popup textarea.form-control {
        resize: none;
    }

.footer_links.footer_corporate_link ul {
    column-count: 1;
}

.footer_corporate_link {
    padding-left: 85px;
}

#corporate_menu .aside-overlay {
    display: flex;
}

.innovate_icons{
    width:160px;
    height:160px;
    border-radius:50%;
    background-color:var(--primary);
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
}
/*location point css*/

.map-container {
    position: relative;
    display: inline-block;
}

.map-container img {
    width: 100%;
    max-width: 1000px;
    display: block;
}

/* Location Marker (Green Pin) */
.marker {
    position: absolute;
    font-size: 24px;
    color: limegreen;
    cursor: pointer;
    transform: translate(-50%, -100%);
}
.marker img {
    width: auto;
}

/* Info Card */
.info-box {
    position: absolute;
    background: #fff;
    border-radius: 10px;
    padding: 12px 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    font-size: 14px;
    width: 240px;
    display: none;
    z-index: 100;
}

.info-box.australia-position{
    top: 275px !important;
    left: 727px !important;
}
.info-box.australia-position:after{
    left:183px;
}
.info-box.newzealand-position{
    top: 290px !important;
    left: 810px !important;
}
.info-box.newzealand-position:after{
    left:183px;
}


.info-box::after {
    content: "";
    position: absolute;
    top: calc(100% - 2px); /* arrow ko thoda niche le aao */
    left: 30px;
    width: 28px;
    height: 18px;

    background: #fff;
    clip-path: polygon(50% 100%, 0 0, 100% 0);

    /* Strong visible shadow */
    box-shadow: 
        0px 6px 16px rgba(0,0,0,0.18);
}

.info-header {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.info-header img {
    width: 24px;
    height: 16px;
    margin-right: 8px;
}

.info-header h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.info-body {
    line-height: 1.4;
    color: #333;
    text-align:left;
}

.info-body b {
    color: #000;
}
.info-body h5{
    font-size:14px;
    font-weight:600;
    color:#333;
    margin-bottom:5px;
    line-height:20px;
    position:relative;
    padding-left:15px;
}
.info-body h5:before{
    content:"";
    position:absolute;
    left:0;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius:50%;
    background-color:var(--black);
}
.info-body p{
    margin-bottom:0px;
}
.p-32{
    padding:32px;
}
.logo-title{
    font-size:10px;
    font-weight:600;
    line-height:12px;
    color:var(--black);
    font-style:italic;
}
#b2blogin .modal-header h5{
    text-align:center;
    width:100%;
    font-size:24px;
    font-weight:600;
}
.agent_forms .modal-header .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index:999;
}
.agent_forms .modal-header {
    width: 100%;
    display: block;
    border: none;
}
.dont_have {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}
.dont_have a {
    color: var(--primary);
}
.pass_icon{
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-36%);
    cursor:pointer;
}
.pass_icon svg {
    fill: #5D6B82;
    stroke: #5D6B82;
}
.forgot_pass_txt{
    color:var(--primary);
    font-size:12px;
    font-weight:400;
    display:block;
    text-align:right;
}
#b2bregister .modal-body{
    padding:32px 20px;
}



/*location point css end*/

.network_partners {
    background-image: url("../images/partner.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.network_partners:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(13, 13, 12, 0.6);
}
.network_partners{
    padding:130px 0px;
}

.primary_txt{
    color:var(--primary);
}

/*agent counter css*/

.agent_counter .counter-wrapper {
    width: 25%;
    background-color: rgba(255, 117, 85, 0.5);
}

.agent_counter .counter-wrapper:nth-child(even){
     background-color: rgba(255, 117, 85, 0.1);
}
.agent_counter .inner-circle {
    width: 100%;
    padding: 35px 30px;
    text-align: center;
}
.agent_counter .inner-circle h2{
    font-size:40px;
    font-weight:600;
    line-height:48px;
    color:var(--black);
    margin-bottom:10px;
}
.agent_counter .inner-circle p {
    color: var(--black);
    margin-bottom:0px;
    font-size: 20px;
    font-weight: 500;
}
.agent_counter .counter-wrapper:nth-child(even) .inner-circle h2,
.agent_counter .counter-wrapper:nth-child(even) .inner-circle p{
    color: var(--primary);
}

/*our vision css*/

.collaborate_item {
    padding: 60px 75px;
    background-color: rgba(255, 117, 85, 10%);
    position:relative;
}
.collaborate_item p{
    font-size:20px;
    font-weight:400;
    line-height:30px;
}
.mission_img img{
    display:block;
}
.center_logo {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    padding: 7px;
    position: absolute;
    right: -90px;
    bottom: -90px;
    z-index: 1;
}
.logo_in {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.circle {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
}
.circle-white {
    background-color: var(--white);
}
.circle-md {
    width: 140px;
    height: 140px;
}
.circle-sm {
    width: 56px;
    height: 56px;
}
.circle-shadow {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 15%)
}

/*testimonial css start*/

.test_content_area {
    width: 43%;
    padding-left: 30px;
}

.tour_testim_image {
    width: 57%;
}

.tour_testim_image img {
    overflow: hidden;
    border-radius: 206px 206px 206px 206px;
    border: 1px solid var(--primary);
    padding: 16px;
    margin-top: -125px;
}

.swiper_tour_testimonial {
    overflow-y: visible;
}

.text-right {
    text-align: right;
}

.test_content_area p {
    font-size: 20px;
    line-height: 38px;
    color: var(--txt-new);
    font-weight: 400;
    margin-bottom: 30px;
}

.test_content_area h5 {
    font-size: 24px;
    line-height: 36px;
    color: var(--black);
    font-weight: 600;
}

.quots_symbal {
    position: absolute;
    top: 0;
    left: 0;
}
.slide_bullets {
    text-align: center;
    margin-top: 35px;
}

.slide_bullets span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--txt-new);
    background-color: var(--white);
}

.slide_bullets span:focus {
    outline: none;
}

.slide_bullets span.swiper-pagination-bullet-active {
    background-color: var(--primary);
    border-color: var(--primary);
}
.luxury_tour_testimonial .slide_bullets span.swiper-pagination-bullet-active {
    background-color: var(--luxury);
    border-color: var(--luxury);
}
.luxury_tour_testimonial .tour_testim_image img{
    border-color:var(--luxury)
}
.reviewSection .tour_testimonial .tour_testim_image img {
    margin: 0px;
}

.reviewSection .tour_testimonial .swiper-pagination-bullet {
    margin: 0px 5px;
}

/*end testimonial css*/
/*internation destination css*/

.internation_Destination .card_dest_tour {
    height: auto;
    transition: 0.4s ease-in-out;
}

    .internation_Destination .card_dest_tour .card-img {
        height: 244px;
        display: block;
    }

.iconic_luxury_stays.internation_Destination .card_dest_tour .card-img {
    height: 350px;
}

.internation_Destination .card_dest_tour:hover {
    box-shadow: 0px 0px 25px -7px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px)
}

.overlay_none:before {
    display: none;
}

.card_tour_item {
    padding: 22px 16px
}

    .card_tour_item h4 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: var(--black);
    }

.price_start_from span, .days span {
    font-size: 14px;
    line-height: 20px;
    color: var(--txt-new);
    font-weight: 400;
}

.price_start_from h5 {
    font-weight: 700;
    color: vaR(--black);
    font-size: 22px;
    line-height: 28px;
    margin-top: 5px;
}

.price_start_from h5 span {
    font-size: 16px;
    line-height: 20px;
    color: var(--txt-new);
    font-weight: 400;
}

.days img {
    vertical-align: middle;
    margin-right: 5px;
}

.days .new_site_btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 10px 15px;
}

.full_overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.iconic_luxury_stays .full_overlay:before {
    display: none;
}

/*end internatino desti css*/

/*private card css*/

.private_card{
    padding:10px;
    border-radius:5px;
    position:relative;
    width:100%;
    height:586px;
    background-color:rgba(184, 137, 46, 0.1);
}
.private_card img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:5px;
}

.private_jet_info {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    width: 87%;
    border: 1px solid rgba(184, 137, 46, 1);
    text-align: center;
    padding: 16px 25px;
    color: var(--white);
    background-color:rgba(0, 0, 0, 0.4);
}
.private_jet_info h4{
    font-weight:600;
    color:var(--white);

}
.card_highlights{
    padding-top:12px;
    margin-top:12px;
    border-top:1px solid var(--gray)
}
.card_highlights ul {
    column-count: 2;
}
.card_highlights strong{
    font-size:14px;
    font-weight:500 !important;
    line-height:22px;
}
.card_highlights ul li {
    font-size: 14px;
    line-height: 22px;
    color: var(--txt-new);
    margin-top:8px;
}

/*private card css end*/

/*luxury service css*/

.luxury_servies{
    padding:70px 20px;
}
.luxury_service_inner h3{
    color:var(--txt-new);
    margin-top:30px;
    font-weight:500;
    line-height:32px;
}

/*luxury service css end*/

.unlock_exclusive{
    background-image:url("../images/luxury/unlock-img.jpg");
    position:relative;
    padding:100px 0px;
}
.cloud_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}



@media only screen and (max-width:1399px) {
    .image-area {
        width: 400px;
        height: 530px;
    }

    .test_content_area p {
        font-size: 16px;
        line-height: 30px;
    }

    .tour_testim_image img {
        width: 60%;
    }
}
@media only screen and (max-width:1199px) {
    .slide-main--heading h1 {
        font-size: 50px;
        line-height: 66px;
    }
    .tour_middle_heading h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .plan_tour_detail ul li h3 {
        font-size: 18px;
    }

    .grid-container {
        grid-template-rows: repeat(2, 170px);
    }

    .overlay-content {
        width: 100%;
        padding: 0px 10px;
    }

    .mini_overlay:before {
        background: linear-gradient(180deg,rgba(0,0,0,0) 52%,rgba(0,0,0,.58) 72%)
    }
    .why_trekhops .tabs {
        width: 475px;
    }

    .mice_tab_button .tab-btn h4 {
        font-size: 18px;
    }

    .mice-img img {
        width: 85%;
    }
    .tour_testim_image {
        width: 40%;
    }

    .tour_testim_image img {
        width: 90%;
    }

    .card_dest_tour {
        height: 425px;
    }
    .test_content_area {
        width: 60%;
    }
    .multi_agent_logo .logo_group{
        margin:0 auto 20px;
    }
    .info-box.newzealand-position {
        top: 264px !important;
        left: 749px !important;
    }
    .info-box.australia-position {
        top: 248px !important;
        left: 670px !important;
    }
    .collaborate_item {
        padding: 20px 40px;
    }
    .circle-md{
        width:100px;
        height:100px;
    }
    .circle-md img{
        width:55%;
    }
    .search_tour {
        width: 840px;
        max-width: 840px;
    }

    .search_tour .tour_destination button {
        width: 200px;
        font-size: 20px;
    }
    .card_highlights ul li{
        font-size:12px;
    }
    .iconic_luxury_stays .card_tour_item h3{
        font-size:18px;
        line-height:24px;
    }
    .iconic_luxury_stays .days .new_site_btn{}
}
@media only screen and (max-width:991px){
    .slide-main--heading h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .search_tour {
        width: 95%;
        max-width: 95%;
    }

    .slide-main--subheading span {
        font-size: 24px;
    }
    .tour_middle_heading h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .grid-container {
        grid-template-rows: repeat(2, 150px);
        gap: 10px;
    }
    .why_trekhops .tabs .heading_title {
        font-size: 22px;
        line-height: 32px;
    }

    .why_trekhops .tabs .tour_middle_heading h2 {
        font-size: 20px;
        line-height: 27px;
    }

    .mice_tab_button .tab-btn h4 {
        font-size: 15px;
        line-height: 24px;
    }

    .mice_tab_button li {
        min-height: auto;
        padding: 7px 10px;
    }

    .why_trekhops .tabs {
        width: 335px;
    }

    .image-area {
        width: 335px;
        height: 530px;
    }
    .tour_testim_image img {
        margin-top: -90px;
    }
    .overlay-content {
        bottom: 10px;
    }
    .overlay-content h5{
        font-size:14px;
        line-height:18px;
    }
    .overlay-content .price_start{
        font-size: 12px;
        line-height: 18px;
    }
    .dmc-gallery-item {
        height: 175px;
    }
    .dmc_pic_content {
        font-size: 14px;
        line-height: 20px;
        bottom:10px;
    }
    
    .global_dmc {
        padding: 50px 29px;
        height: 375px;
    }
    .global_dmc h2{
        font-size: 50px;
        line-height: 60px;
    }
    .global_dmc a{
        width: 100%;
    }
    .multi_agent_logo .logo_group {
        margin: 0 auto 20px;
    }
    .map-container{
        padding-top:50px;
    }
    .network_partners {
        padding: 40px 0px;
    }


    .marker.colorado {
        top: 43% !important;
    }
    .marker.australia {
        top: 43% !important;
    }
    .marker.florida {
        top: 52% !important;
    }
    .marker.us {
        top: 39% !important;
    }
    .marker.dubai {
        top: 54% !important;
    }
    .marker.india {
        top: 55% !important;
    }
    .marker.australia {
        top: 80% !important;
    }
    .marker.newzealand {
        top: 87% !important;
    }
    .info-box.australia-position {
        top: 190px !important;
        left: 447px !important;
    }
    .info-box.newzealand-position {
        top: 200px !important;
        left: 506px !important;
    }
    .center_logo {
        width: 130px;
        height: 130px;
        right: -64px;
        bottom: -60px;
    }
    .logo_in img{
        width:85%;
    }
    .common_banner{
        height:70vh;
    }
    .private_card {
        height: 360px;
    }
    .private_jet_info {
        padding: 10px 10px;
    }

}
@media only screen and (max-width:767px){

    .search_tour {
        bottom: 90px;
    }

    .search_tour .tour_destination button {
        width: 130px;
        font-size: 18px;
    }

    .search_tour .tour_destination input {
        width: 87%;
    }

    .bottom_overlay {
        height: 70px;
    }
    .about_mice .tour_middle_heading {
        text-align: center;
    }

    .about_mice .plan_tour_detail {
        margin: 40px 0px;
    }
    .plan_tour_detail ul li {
        padding-left: 0px;
        text-align: center;
    }

    .about_mice .plan_tour_detail {
        text-align: center;
    }
    .search_tour .tour_destination input {
        padding-left: 44px;
    }

    .Search_key_icon {
        left: 15px;
    }

    .search_tour .tour_destination,
    .search_tour .tour_destination button {
        height: 57px;
    }
    .slide-main--heading h1 {
        font-size: 20px;
        line-height: 27px;
    }
    .slide-main--subheading span {
        font-size: 20px;
        line-height: 30px;
    }
    .heading_title {
        font-size: 24px;
        line-height: 30px;
    }
    .tour_middle_heading h2 {
        font-size: 18px;
        line-height: 27px;
    }
    
    .plan_tour_detail ul li span {
        position: static;
        margin-bottom: 15px;
    }
    .grid-container {
        display: block;
    }

    .grid-container .item {
        width: 100%;
        height: 330px;
        margin-bottom: 15px;
    }

    .grid-container .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .image-area {
        width: 225px;
        height: 362px;
    }
    .swiper_tour_testimonial .d-flex.align-items-start {
        flex-direction: column;
    }

    .test_content_area,
    .tour_testim_image {
        width: 100%;
        margin-bottom: 15px;
    }

    .tour_testim_image img {
        margin-top: 0px;
    }
    .test_content_area p {
        font-size: 14px;
        line-height: 24px;
    }
    .test_content_area p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        line-clamp: 6;
        overflow: hidden;
    }
    .testimonial.mt-5 {
        margin-top: 50px !important;
    }
    .card_dest_tour {
        height: auto;
    }
    .test_content_area {
        order: 2;
    }
    .test_content_area h5 {
        font-size: 18px;
        line-height: 27px;
    }
    .tour_testim_image {
        order: 1;
        text-align: center;
    }

    .tour_testim_image img {
        width: 70%;
    }
    .dmc-gallery-item {
        height: 120px;
    }
    .dmc_pic_content {
        font-size: 12px;
        line-height: 16px;
        
    }
    .global_dmc h2 {
        font-size: 27px;
        line-height: 32px;
    }
    .global_dmc {
        padding: 20px 10px;
        height: 265px;
    }
    .global_dmc a {
        font-size: 14px;
        padding: 5px 23px;
        margin-top:15px;
    }
    .agent_counter .counter-wrapper{
        width:100%;
    }
    .agent_counter .inner-circle h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .agent_counter .inner-circle p{
        font-size:16px;
    }
    .agent_counter .inner-circle {
        padding: 24px 15px;
    }
    .swiper-button-prev.custom-prev-corporate,
    .swiper-button-next.custom-prev-corporate {
        width: 40px !important;
        height: 40px !important;
    }
    .marker.colorado {
        top: 45% !important;
    }
    .marker.florida {
        top: 54% !important;
    }
    .marker.us {
        top: 41% !important;
    }
    .marker.dubai {
        top: 56% !important;
    }
    .marker.india {
        top: 57% !important;
    }
    .info-box.australia-position {
        top: 110px !important;
        left: 280px !important;
    }
    .info-box.newzealand-position {
        top: 110px !important;
        left: 325px !important;
    }

    .mtb-15 {
        margin: 15px 0px;
    }

    .mb-60 {
        margin-bottom: 60px;
    }

    .ptb-30 {
        padding: 30px 0px;
    }
    .common_banner{
        height:454px;
    }
    .cust_overlay:before{
        height:100%;
    }
    .bottom_overlay{
        bottom:-27px;
    }
    .search_tour .tour_destination input::placeholder {
        font-size: 14px;
    }
    .private_card{
        margin-bottom:10px;
        height:auto;
    }
    .iconic_luxury_stays.internation_Destination .card_dest_tour .card-img{
        height:auto;
    }
    .luxury_service_inner h3{
        margin-top:10px;
    }
    .luxury_service_inner{
        margin-bottom:20px;
    }
    .luxury_servies{
        padding:20px 0px;
    }
    .luxury_service_inner img{
        width:10%;
    }
    .internation_Destination .swiper-button-next,
    .internation_Destination .swiper-button-prev {
        display: none !important;
    }
    .slide_bullets {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .quots_symbal img {
        width: 60px;
    }
    .plan_tour_detail ul li {
        padding-left: 0px;
    }
}
@media only screen and (max-width:576px){
    .slide-main--heading h1 {
        font-size: 18px;
    }
    .tabs-container{
        display:none;
    }
    .swiper_whytrekhops .mice_tab_button .tab-btn{
        border:none;
        padding:20px 10px;
    }
    .why_trekhops .swiper_whytrekhops{
        overflow:hidden;
    }
    .why_trek_mob_slider {
        box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.2);
    }
    .image-area {
        width: 250px;
        height: 280px;
    }
    .image-area img{
        position:static;
        opacity:1;
        visibility:visible;
        transform:scale(1);
    }
    .image-area:before{
        right: 0px;
        top: 0px;
        border-radius:105px 10px 105px 10px;
    }
    .why_trekhops .slide_btn .swiper-button-next{
        right:0 !important;
    }
    
    .why_trekhops .slide_btn .swiper-button-prev{
        left:0 !important;
    }
    .map-container {
        width: 100%;
        max-width: 100%;
        overflow: visible;
    }


    .info-header {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .info-header img {
        width: 24px;
        height: 16px;
    }

    .marker img {
        transition: transform 0.3s ease, filter 0.3s ease;
    }

    .marker.active img {
        transform: scale(1.3); /* zoom in */
        filter: drop-shadow(0 0 6px rgba(0,0,0,0.5));
    }

    .marker.active img {
        transform: scale(1.3);
        filter: drop-shadow(0 0 6px rgba(0,0,0,0.5));
        animation: pulse 1s infinite alternate;
    }

    .info-box::after {
        display: none;
    }

    .info-arrow {
        position: absolute;
        bottom: -18px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 21px solid #fff;
    }

    .info-box .close-btn {
        position: absolute;
        top: 5px;
        right: 8px;
        background: transparent;
        border: none;
        font-size: 20px;
        font-weight: bold;
        color: #333;
        cursor: pointer;
    }

    .info-box .close-btn:hover {
        color: red;
    }

    .banner_tour_heading {
        width: 90%;
    }
    .tour_testim_image img {
        width: 70%;
    }
    .centered {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .card_dest_tour{
        height:330px;
    }
    .card_dest_tour img{
        object-fit:cover;
    }
    .global_dmc{
        height:auto;
        margin-bottom:20px;
    }
    .dmc-gallery-item{
        margin-bottom:15px;
    }
    .multi_agent_logo .logo_group{
        width:100px;
        height:100px;
    }
    .multi_agent_logo .logo_group img{
        width:75%;
    }
    .swiper-button-prev.custom-prev-whytrekhops,
    .swiper-button-next.custom-next-whytrekhops {
        width: 40px !important;
        height: 40px !important;
    }
    .info-header h4{
        font-size:16px;
    }
    .info-header img{
        margin-right:2px;
    }
    .map-container {
        padding-top: 20px;
    }
    .agent_group_card img{
        height:auto;
    }
    .card_group_content p {
        font-size: 14px;
    }
    .innovate_icons{
        margin-bottom:5px;
    }
    .popular_tour_destination .slide_btn .swiper-button-next,
    .popular_tour_destination .slide_btn .swiper-button-prev {
        bottom: -70px !important;
        top:inherit;
        width:40px !important;
        height:40px !important;
    }
    .popular_tour_destination .slide_btn .swiper-button-next{
        right:35% !important;
    }
    .popular_tour_destination .slide_btn .swiper-button-prev{
        left:35% !important;
    }
    .bann_slide .slide_btn .swiper-button-next{
        width:40px !important;
        height:40px !important;
    }
    .exclusive_luxury .new_site_btn{
        margin-top:60px;
    }
    .unlock_exclusive {
        background-position: 20% 100%;
    }
    .unlock_exclusive .tour_middle_heading{
        background: rgba(255, 255, 255, 0.5);
        padding: 0px 20px;
        border-radius: 10px;
    }
}
