﻿@import url(/Content/css/variable.css);

.card-activity .list-activity li::after, .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn:hover {
    background-color: var(--secondary-color)
}

.blog-body a, .destination-head .city {
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.how-section .step:hover h5, .travels-cat-icon, .travels-holiday-icons {
    color: var(--primary-color)
}

.blog-body a, .reservation-card-details .room-detail a {
    text-decoration: none
}

.how-section {
    padding: 70px 0 40px;
    text-align: center
}

    .how-section .how-title {
        font-size: 27px;
        font-weight: 500 !important;
        margin-bottom: 50px;
        position: relative
    }

        .how-section .how-title::after {
            content: "";
            width: 60px;
            height: 1px;
            background: var(--secondary-color);
            display: block;
            margin: 10px auto 0;
            border-radius: 5px
        }

    .how-section .steps {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .how-section .step {
        width: 22%;
        position: relative;
        transition: .4s
    }

    .how-section .step-circle {
        position: absolute;
        top: 20%;
        left: 45px;
        background: var(--primary-color);
        color: #fff;
        width: 28px;
        height: 28px;
        font-size: 14px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .how-section .icon-box {
        width: 85px;
        height: 85px;
        border-radius: 50%;
        border: 2px solid var(--primary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto auto 15px;
        background: #fff;
        transition: .4s
    }

        .how-section .icon-box svg {
            width: 38px;
            stroke: var(--primary-color)
        }

    .how-section .step h5 {
        font-weight: 600;
        font-size: 16px
    }

    .how-section .step p {
        font-size: 13px;
        color: #777
    }

    .how-section .line {
        height: 2px;
        background: #ddd;
        flex: 1;
        margin: 0 10px
    }

    .how-section .step:hover .icon-box {
        transform: translateY(-10px) scale(1.08);
        box-shadow: 0 15px 30px rgba(0,0,0,.08);
        border-color: var(--primary-color)
    }

    .card-spcl-img:hover, .how-section .step:hover svg, .pack-section .pack-sec-start .pack-img img:hover {
        transform: scale(1.1)
    }

.homebanner {
    position: absolute;
    top: 55%;
    z-index: 9;
    width: 100%;
    left: 0;
    right: 0
}

@media only screen and (max-width:600px) {
    .home-banner-main .image-slider {
        height: 260px !important
    }

    .cta-section {
        background: linear-gradient(259deg,#cbeada,#f3ddcf,#add2f0) !important
    }

    .homebanner {
        top: 63%
    }

    .travels-holiday-icons {
        display: none
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
        background-color: #fff;
        outline: 0;
        height: 62px;
        margin-left: 0 !important;
        padding: 0 10px;
        width: 100%;
        cursor: pointer;
        border: 3px solid var(--primary-color);
        border-radius: 7px
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
        margin-left: 0 !important;
        border-radius: 10px !important 0!important 0!important!important 10px!important
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col {
        margin-bottom: 12px
    }
}

.search-pan-differ {
    width: 70%
}

.search-pan-differon {
    width: 30%
}

.home-banner-main {
    background: #000
}

.banner-text-position {
    position: absolute;
    top: 40%;
    z-index: 9;
    justify-content: center;
    align-items: center;
    left: 55%;
    transform: translate(-65%,-50%)
}

.travels-cat-icon, .travels-holiday-icons {
    top: 17px;
    position: absolute;
    font-size: 18px
}

.homebanner-section {
    position: relative;
    margin-top: 65px
}

.home-banner-main .image-slider {
    height: 70vh;
    object-fit: cover;
    object-position: center
}

.home-banner-main.owl-carousel.owl-theme.owl-loaded.owl-drag {
    border-radius: 16px !important;
    overflow: hidden
}

.guest-reviews-section .progress-bar, .rounded-section {
    background-color: #cd2c22 !important
}

.banner-caption h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 500 !important
}

.offer-sec-heading h3 {
    font-weight: 400;
    color: #3e3e3e;
    font-size: 21px
}

.banner-caption p {
    font-size: 18px;
    color: #fff;
    max-width: 850px;
    font-weight: 300;
    margin-bottom: 20px
}

.header h2, .service-section .header h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 7px;
    text-transform: capitalize
}

.banner-caption {
    padding-top: 30px
}

.packagestop-images {
    width: 100%;
    height: 215px;
    object-fit: cover;
    border-radius: 10px
}

.csideform .search-panel {
    max-width: 700px;
    cursor: pointer;
    background: #fff;
    border-radius: 12px;
    border: 1px solid var(--brand-color)
}

    .csideform .search-panel .sch-panel-div {
        display: flex;
        justify-content: space-between;
        padding: 0 0 0 8px
    }

.sch-panel-div .srch-panel-col ul.searchlist-category {
    width: 100%;
    height: 200px;
    overflow-y: scroll
}

    .sch-panel-div .srch-panel-col ul.searchlist-category::-webkit-scrollbar {
        width: 5px
    }

    .sch-panel-div .srch-panel-col ul.searchlist-category::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .sch-panel-div .srch-panel-col ul.searchlist-category::-webkit-scrollbar-thumb {
        background: #888
    }

.search-box .searchlist-category .drop-list {
    border-bottom: 1px solid;
    color: #3e3e3e;
    font-weight: 550;
    font-size: 14px;
    padding: 10px 20px
}

    .search-box .searchlist-category .drop-list:hover {
        background-color: var(--primary-color);
        color: #fff
    }

.csideform .search-panel .sch-panel-div .srch-panel-col {
    margin: 0 2px
}

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
        background-color: transparent;
        outline: 0;
        height: 62px;
        padding: 0 10px;
        width: 96%;
        cursor: pointer;
        border: none;
        border-radius: 7px;
        margin-left: 32px !important;
        margin: auto
    }

.travels-cat-icon {
    margin-left: -18px
}

.travels-holiday-icons {
    left: 10px
}

.csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
    width: 100%;
    height: 62px;
    background-color: var(--primary-color);
    outline: 0;
    border: none;
    margin-left: 10px;
    text-align: center !important;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0 10px;
    color: #fff;
    font-size: 20px;
    cursor: pointer
}

.csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput::placeholder {
    font-size: 17px;
    color: #000
}

.header h2 {
    text-align: center !important
}

.card-spcl-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: .1s
}

.card-special-about {
    background: #fff;
    padding: 20px 10px
}

.crd-header h5 {
    font-size: 18px;
    color: #3e3e3e;
    font-weight: 400;
    line-height: 28px
}

.card-address strong {
    color: #060606;
    font-size: 16px;
    font-weight: 600
}

.desti-crd h4 {
    color: #000;
    font-size: 13px
}

.package-cards-btn {
    width: 100%;
    margin: 0 2px
}

    .package-cards-btn a {
        width: 100%;
        border-radius: 6px
    }

.pacakage-tourism-card {
    background: #fff;
    border: none
}

.card-activity .list-activity {
    margin: 0 0 6px;
    padding: 0;
    display: inline-block;
    font-size: 80%
}

    .card-activity .list-activity li {
        float: left;
        list-style: none;
        line-height: 1;
        color: #000;
        font-size: 15px;
        font-weight: 400;
        position: relative;
        padding: 0 12px !important;
        margin: 1.5px 4px 14px 0
    }

        .card-activity .list-activity li::after {
            content: "";
            position: absolute;
            width: 2px;
            height: 17px;
            left: 0;
            top: 50%;
            margin-top: -8px
        }

        .card-activity .list-activity li:first-child::after {
            display: none !important
        }

        .card-activity .list-activity li:first-child {
            padding-right: 12px !important;
            margin-right: 4px !important;
            padding-left: 0 !important
        }

.imageiclusion-iconsdiv {
    height: 24px;
    border-radius: 0;
    width: auto !important
}

.discrout-price-label {
    font-size: 13px;
    color: #5d6f7d;
    font-weight: 400
}

.ondemandpack-color {
    color: var(--brand-color) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    margin-bottom: 0 !important
}

.crd-btn a {
    padding: 8px 4px;
    background: var(--primary-color);
    font-size: 14px;
    color: #fff
}

@media(max-width:768px) {
    .how-section .steps {
        flex-direction: column
    }

    .how-section .step {
        width: 100%;
        margin-bottom: 40px
    }

    .how-section .line {
        display: none
    }

    .crd-btn a {
        font-size: 12px
    }

    .banner-text-position {
        left: 60% !important
    }
}

.card-special-image {
    overflow: hidden
}

.card-special-about .price {
    font-weight: 600
}

.card-address .rt-stars {
    position: relative;
    vertical-align: top;
    color: #fbc40f;
    display: inline-block;
    margin-right: 5px
}

.destination-head .city {
    font-size: 19px;
    line-height: 1.6;
    font-weight: 400 !important;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    overflow: hidden
}

.tp-dest {
    padding: 50px 0;
    background: #f2f2f2;
    margin: 30px 0
}

.card-image-wrap, .dest-strt, .pack-section .pack-sec-start, .search-inptbox {
    position: relative
}

.dest-con {
    position: absolute;
    bottom: 10px;
    left: 12px
}

    .dest-con h4 {
        color: #fff;
        font-size: 25px;
        font-weight: 400
    }

    .dest-con span {
        color: #fff;
        font-size: 13px;
        font-weight: 400
    }

.dest-img {
    background: #000;
    border-radius: 15px
}

.blog-body, .time-card {
    background-color: #fff
}

.dest-img img {
    border-radius: 15px;
    width: 100%;
    height: 190px;
    object-fit: cover;
    opacity: .7
}

.des-imgtwo {
    margin-top: 12px
}

.dest-img-cen img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 15px;
    opacity: .7
}

.time-card {
    position: absolute;
    top: 15px;
    padding: 6px;
    border-radius: 18px;
    left: 15px;
    color: #000;
    -webkit-box-shadow: 0 7px 16px 0 rgba(9,28,58,.07);
    box-shadow: 0 7px 16px 0 rgba(9,28,58,.07);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px
}

    .time-card img {
        height: 20px;
        width: 20px !important;
        min-height: inherit;
        -o-object-fit: inherit;
        object-fit: inherit
    }

.blog-body {
    padding: 0;
    border-radius: 5px;
    margin: 0;
    -webkit-box-shadow: 0 7px 16px 0 rgba(9,28,58,.07);
    box-shadow: none;
    position: relative
}

    .blog-body a {
        margin-top: 10px;
        font-weight: 600;
        line-height: 19px;
        font-size: 15px;
        color: #000;
        display: block;
        overflow: hidden;
        -webkit-line-clamp: 2;
        display: -webkit-box
    }

.card-popular-hotels {
    position: relative;
    margin-bottom: 30px
}

.hotel-img {
    object-fit: cover;
    height: 200px
}

.card-hotel-box {
    display: flex;
    justify-content: center;
    width: 100%
}

#package-slider-panel .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    position: absolute;
    display: none;
    top: -82px;
    right: 6px;
    opacity: 1 !important
}

.banner-offer-images .slider-images {
    width: 100%;
    border-radius: 8px;
    height: 230px
}

.theme-bg {
    background: url("/Content/images/theme-bg.jpg") bottom/cover no-repeat;
    padding: 25px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

    .theme-bg .header h2 {
        font-size: 25px !important
    }

.aminities-list {
    display: flex;
    gap: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    padding-left: 0
}

    .aminities-list li {
        flex: initial;
        list-style: none
    }

.package-pricediv {
    color: var(--brand-color);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0
}

.perpersondivpack {
    color: #000;
    font-size: 13px;
    margin: 3px 12px;
    font-weight: 600
}

.aminities-list li span .icon {
    padding-right: 19px;
    font-size: 19px;
    color: var(--primary-color)
}

.card-hoteldata {
    background: #fff;
    padding: 18px 12px 12px;
    box-shadow: 0 -2px 19px 0 rgba(0,0,0,.16);
    width: 100%;
    border-radius: 5px
}

.card-hotel-box .card-hoteldata .card-details-wrap, .flight-segment .card-flight-about > div {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.card-details-wrap .card-about .crd-header h5 {
    font-size: 14px;
    color: #000;
    font-weight: 600
}

.card-details-wrap .card-about .card-address strong {
    color: var(--primary-color);
    font-size: 12px
}

.card-details-wrap .card-about .price-contant p, .guide-pack-content .contant h5 {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 600
}

    .card-details-wrap .card-about .price-contant p span {
        color: var(--secondary-color);
        margin-left: 4px
    }

.card-details-wrap .crd-btn a {
    padding: 5px 16px;
    background: var(--primary-color);
    font-size: 11px;
    color: #fff
}

.card-flight-about {
    padding: 8px 10px;
    box-shadow: rgba(149,157,165,.2) 0 8px 24px
}

.flight-segment .card-flight-about > div h4 {
    font-weight: 600;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.flight-segment .card-flight-about .flcard-flight h4 {
    font-weight: 600;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 14px
}

    .flight-segment .card-flight-about .flcard-flight h4 small {
        font-weight: 400;
        line-height: 1;
        font-size: 12x;
        color: #999
    }

.holidayslider .owl-nav, .offerslider .owl-nav, .themeslider .owl-nav {
    display: none
}

.pack-section .pack-sec-start .pack-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: .1s;
    opacity: .9;
    border-radius: 10px
}

.pack-section .pack-sec-start .pack-img {
    overflow: hidden;
    background-color: #000;
    border-radius: 10px
}

.pack-section .pack-sec-start .pack-contant {
    position: absolute;
    bottom: 0;
    border-radius: 0 0 10px 12px;
    width: 100%;
    height: 40px;
    text-align: center
}

    .pack-section .pack-sec-start .pack-contant h4 {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        margin-top: 10px
    }

    .pack-section .pack-sec-start .pack-contant span {
        color: #fff;
        font-size: 16px
    }

@media only screen and (max-width:600px) {
    .theme-bg {
        background: 0 0 !important
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
        margin-left: 15px !important;
        background-color: #fff;
        outline: 0;
        width: 100%;
        cursor: pointer;
        border: 1px solid #dadfe6
    }

    .srch-panel {
        padding: 10px
    }

    .expert-sec .exper-sec-description {
        margin-top: 0
    }

    .offer-list-box .offer-content h3 {
        font-size: 14px !important
    }

    .offer-list-box .offer-content p {
        font-size: 12px !important
    }

    .srch-panel .srch-btn, .start-img-dest .dest-img {
        margin-top: 10px
    }

    .htlpackage .owl-theme .owl-nav {
        display: none !important
    }

    .csideform .search-panel .sch-panel-div, .offer-list-box {
        flex-wrap: wrap
    }

        .csideform .search-panel .sch-panel-div .srch-panel-col {
            width: 100%;
            position: relative
        }

            .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
                margin-top: 5px;
                text-align: center
            }

    .homebanner {
        padding-top: 0;
        padding-bottom: 30px
    }

    .offer-list-div {
        height: 100% !important
    }

    .offer-list-box .offer-content {
        margin-left: 0 !important;
        margin-top: 15px;
        width: 100%;
        height: 100%
    }

    .best-offers-sec .offer-landingcard {
        padding: 11px !important
    }

    .best-offers-sec .offer-section-tabs .nav-link {
        font-size: 10px !important
    }

    .csideform .search-panel {
        max-width: 100%;
        margin: auto;
        cursor: pointer;
        border-radius: 57px !important;
        padding: 5px
    }

        .csideform .search-panel .sch-panel-div {
            display: flex !important;
            align-items: center !important;
            flex-wrap: nowrap;
            padding: 0
        }

    .srch-panel-col.search-pan-differ {
        width: 90% !important
    }

    .srch-panel-col.search-pan-differon {
        width: 15% !important;
        border-radius: 50% !important
    }

    .search-box button {
        border-radius: 50% !important;
        height: 49px !important;
        margin: 0 !important
    }

    #newsearch {
        border-radius: 50% !important;
        width: 45px;
        height: 45px;
        float: right
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
        border: none !important;
        border-right: 1px solid #ddd !important;
        border-radius: 0 !important;
        height: 36px !important;
        padding: 0 10px !important
    }

        .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput::placeholder {
            font-size: 15px
        }
}

.searchlist .search-dropdown {
    padding: 0
}

    .searchlist .search-dropdown li {
        padding: 12px 16px;
        list-style: none
    }

        .searchlist .search-dropdown li a {
            text-decoration: none;
            color: #000;
            font-size: 12px;
            font-weight: 400
        }

        .reservation-card-details .request-btn:hover, .searchlist .search-dropdown li:hover {
            background-color: var(--secondary-color);
            color: #fff
        }

.search-inptbox .searchlist {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 10px -4px;
    z-index: 99;
    width: 100%
}

.best-offers-sec .offer-section-tabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: 0 0;
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 600;
    border-radius: 0
}

.best-offers-sec .offer-section-tabs .nav-link {
    color: #000;
    font-weight: 400;
    font-size: 15px
}

.best-offers-sec .offer-landingcard .offer-section-tabs .nav-link img {
    width: 30px
}

.best-offers-sec .offer-landingcard {
    border-radius: 10px;
    box-shadow: 0 3px 30px 0 rgba(0,0,0,.1);
    background-color: #fff;
    padding: 25px 40px 40px
}

.offer-list-div {
    border-radius: 6px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    background-color: #fff;
    padding: 14px;
    cursor: pointer;
    margin: 4px;
    height: 195px
}

.offer-list-box {
    display: flex
}

    .offer-list-box .offer-content {
        margin-left: 20px
    }

        .offer-list-box .offer-content h4 {
            color: #4a4a4a;
            font-size: 11px;
            text-transform: uppercase;
            font-weight: 600
        }

        .offer-list-box .offer-content h3 {
            font-size: 17px;
            color: #000;
            font-weight: 800
        }

        .offer-list-box .offer-content p {
            color: #5d6f7d;
            font-size: 13px;
            text-align: justify;
            font-weight: 400
        }

.slider-foot .slider-foot-left span {
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 600
}

.slider-foot .slider-foot-right .btn {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
}

    .slider-foot .slider-foot-right .btn:hover {
        color: var(--secondary-color)
    }

.guide-banner-sec {
    width: 100%;
    padding: 40px
}

.guide-banner-box {
    max-width: 1000px;
    margin: auto
}

.guide-pack-content .main-head h4 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700
}

.guide-pack-content .contant h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 900
}

.guide-pack-content .contant p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 0
}

.guide-pack-content .contant span {
    color: #ffd800
}

.guide-banner-box .guide-data .guideimg img {
    width: 60px;
    border-radius: 100%
}

.guide-banner-box .guide-data .main-head h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 700
}

.guide-banner-box .guide-data .main-head p {
    font-size: 15px;
    color: #fff
}

.guide-icon span i {
    font-size: 50px;
    color: #fff
}

.expert-sec .exper-sec-description {
    padding: 30px 96px;
    border: 1px solid #f2f2f2;
    width: 100%;
    background-attachment: fixed;
    background-image: linear-gradient(#5a5656,transparent),url('/Content/images/pacakge/home/windmills-1850214_1280.jpg');
    margin-top: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

    .expert-sec .exper-sec-description .expert-con h2 {
        font-size: 34px;
        color: #fff;
        font-weight: 400
    }

    .expert-sec .exper-sec-description .expert-con p {
        font-size: 14px;
        color: #b2b2b2
    }

    .expert-sec .exper-sec-description .expert-btn button {
        padding: 11px 24px;
        background-color: #fff;
        border: none;
        color: #ef9f48;
        margin-top: 23px;
        font-weight: 400;
        font-size: 14px;
        border-radius: 9px
    }

.booking-form .frminput, .booking-form .frmselect {
    border: 1px solid #dadfe6;
    background-clip: initial;
    margin-bottom: 25px;
    box-shadow: none;
    height: 56px
}

.booking-preview-page {
    background-color: #f1f5f8
}

.booking-page-card, .reservation-card-details {
    border: none !important;
    padding: 20px 10px
}

    .booking-page-card .card-header {
        background-color: #fff
    }

        .booking-page-card .card-header .text {
            font-size: 19px;
            font-weight: 400;
            color: #000
        }

        .booking-page-card .card-header .tittle {
            font-size: 15px;
            font-weight: 400;
            color: #3e3e3e
        }

        .booking-page-card .card-header .card-activity .list-activity li {
            font-size: 12px !important;
            font-weight: 400
        }

        .booking-page-card .card-header .card-activity .list-activity {
            margin: 0;
            padding: 0;
            display: inline-block;
            font-size: 80%;
            margin-bottom: 0 !important
        }

.booking-form .frmlabel {
    color: #000;
    font-size: 12px;
    font-weight: 400
}

.booking-form .frminput {
    font-size: 14px
}

.booking-form .frmselect {
    font-size: 12px
}

.booking-form .frminput::placeholder {
    color: #000;
    font-size: 13px;
    font-weight: 400
}

.booking-form .frmselect::placeholder {
    color: #000
}

.booking-form .frminput:focus, .booking-form .frmselect:focus {
    box-shadow: none;
    border: 2px solid var(--primary-color)
}

.booking-form .frmbtn, .reservation-card-details .request-btn {
    padding: 10px 20px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: .375rem;
    background-color: var(--primary-color);
    color: #ffff
}

    .booking-form .frmbtn:hover {
        background-color: var(--secondary-color);
        color: #ffff
    }

.imp-box-known {
    border: 1px solid #ddd;
    padding: 20px
}

    .imp-box-known .text {
        color: #000;
        font-weight: 400;
        font-size: 18px
    }

    .imp-box-known .content {
        font-size: 14px;
        color: #5d6f7d;
        line-height: 1.8;
        font-weight: 400;
        text-align: justify
    }

    .imp-box-known .policy-note ul li {
        list-style: none
    }

        .imp-box-known .policy-note ul li .text-span {
            font-size: 13px
        }

.reservation-card-details .text {
    color: #000;
    font-weight: 400;
    font-size: 17px
}

.reservation-card-details .dates-block {
    border: 1px dashed #dee2e6
}

.reservation-card-details .dates-card {
    background-color: #f7f9fc
}

    .reservation-card-details .dates-card .check {
        font-size: 10px;
        font-weight: 400;
        color: #000
    }

    .reservation-card-details .dates-card .date {
        font-size: 12px;
        color: #000
    }

    .reservation-card-details .dates-card .time {
        font-size: 11px;
        font-weight: 400;
        color: #000
    }

.reservation-card-details .days-text {
    color: #455873;
    font-size: 11px;
    font-weight: 600
}

.reservation-card-details .room-detail {
    font-size: 13px;
    color: #5d6f7d;
    line-height: 1.8;
    font-weight: 400;
    text-align: justify
}

.reservation-card-details .nights-card .icons {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #04765f;
    background-color: #b2e7dc;
    font-size: 12px
}

.reservation-card-details .nights-card .night {
    font-size: 12px;
    font-weight: 400
}

.reservation-card-details .total-price-list ul li .text {
    font-size: 16px;
    color: #000;
    font-weight: 400
}

@media only screen and (max-width:768px) {
    .home-banner-main .image-slider {
        height: 320px
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
        padding: 10px;
        font-size: 16px;
        cursor: pointer
    }

    .travels-holiday-icons {
        top: 18px
    }

    .banner-caption h1 {
        font-size: 30px;
        padding: 0 10px
    }

    .csideform .search-panel {
        max-width: 100%;
        margin: auto;
        cursor: pointer;
        border-radius: 57px !important;
        padding: 5px
    }

        .csideform .search-panel .sch-panel-div {
            display: flex !important;
            align-items: center !important;
            flex-wrap: nowrap;
            padding: 0
        }

    .srch-panel-col.search-pan-differ {
        width: 90% !important
    }

    .srch-panel-col.search-pan-differon {
        width: 15% !important;
        border-radius: 50% !important
    }

    .search-box button {
        height: 100% !important;
        margin: 0 !important
    }

    #newsearch {
        border-radius: 50% !important
    }

    @media only screen and (max-width:992px) {
        .home-banner-main .image-slider {
            height: 321px
        }
    }

    @media only screen and (max-width:768px) {
        .dest-con h4 {
            color: #fff;
            font-size: 19px;
            font-weight: 400;
            margin-bottom: 0
        }

        .aminities-list {
            gap: 12px !important
        }

        .card-activity .list-activity {
            margin: 0 0 6px;
            padding: 0;
            display: block !important;
            font-size: 80%
        }

        .dest-con span {
            color: #fff;
            font-size: 12px;
            font-weight: 400
        }

        .destination-head .city {
            font-size: 18px
        }

        .card-address strong {
            font-size: 14px;
            font-weight: 400
        }

        .card-activity .list-activity li {
            font-size: 13px
        }

        .ondemandpack-color {
            font-size: 16px !important
        }

        .banner-offer-images .slider-images {
            width: 100%;
            border-radius: 18px;
            height: 180px;
            object-fit: cover
        }

        .pack-section .pack-sec-start .pack-contant h4 {
            font-size: 15px
        }
    }

    @media only screen and (min-width :768px) {
        .banner-caption h1 {
            color: #fff;
            font-size: 38px;
            font-weight: 400
        }
    }

    @media only screen and (min-width :992px) {
        .banner-caption h1 {
            color: #fff;
            font-size: 38px !important;
            font-weight: 400
        }
    }

    @media(max-width:768px) {
        section.homebanner-section {
            margin-top: 4rem
        }

        .banner-text-position {
            width: 80%
        }

        .banner-caption p {
            font-size: 15px;
            color: #fff;
            font-weight: 400
        }
    }
}


/*activity style*/
.csideform .search-panel {
    justify-content: center;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; /* spacing between elements */
    flex-wrap: wrap; /* wrap nicely on small screens */
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px;
}

.search-field {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 450px;
    position: relative;
}

.travels-holiday-icons,
.travels-cat-icon {
    position: absolute;
    left: 18px;
    /*color: #555;*/
    font-size: 14px;
    top: 23px;
}


.frminput {
    width: 100%;
    padding: 22px 43px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    margin: 12px;
}

.search-btns {
    display: flex;
    align-items: center;
}

.search-btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 22px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.3s ease;
}

    .search-btn:hover {
        background-color: #0056b3;
    }

@media (max-width: 768px) {
    .search-container {
        flex-direction: column;
        gap: 10px;
    }

    .search-field {
        width: 100%;
    }

    .search-btns {
        width: 100%;
        justify-content: center;
    }
}
/*Banner Style */

.image-slider {
    height: 90vh;
}


.homebanner-section .owl-carousel {
    position: relative;
}

.homebanner-section .owl-nav {
    position: absolute;
    top: 38%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

.homebanner-section .owl-prev,
.homebanner-section .owl-next {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    background: #fff !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2) !important;
    color: #000 !important;
    font-size: 34px !important;
    transition: 0.3s ease;
    pointer-events: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

    .homebanner-section .owl-prev:hover,
    .homebanner-section .owl-next:hover {
        background: #fff !important;
        color: #000 !important;
        transform: scale(1.08);
    }

.homebanner-section .owl-prev {
    left: 0px;
}

.homebanner-section .owl-next {
    right: 0px;
}

    .homebanner-section .owl-prev span,
    .homebanner-section .owl-next span {
        line-height: 1;
        margin-top: -4px;
    }

.overly-bg {
    position: absolute;
    inset: 0px;
    /* background: linear-gradient(44deg, #0f0d0d7d 43% 34%, #00000000);*/
    padding: 40px 80px;
    font-family: 'Cinzel', serif;
}


.banner-top-text {
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.banner-main-heading {
    color: #fff;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif !important;
    max-width: 56%;
}

    .banner-main-heading span {
        color: #d89b17;
    }

.banner-description {
    color: #ddd;
    font-size: 17px;
    line-height: 1.8;
    max-width: 53%;
    margin-bottom: 35px;
}

.banner-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.explore-btn,
.sikh-btn {
    padding: 16px 28px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.explore-btn {
    background: #d89b17;
    color: #fff;
}

    .explore-btn:hover {
        background: #b8810f;
    }

.sikh-btn {
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
}

    .sikh-btn:hover {
        background: #fff;
        color: #111;
    }

.pnx_test_check {
    background: #0077B6;
    border-color: #0077B6;
    color: #fff;
}

.pnx_test_check {
    align-items: center;
    border: 1px solid #0077B6;
    border-radius: .5rem;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 600;
    justify-content: center;
    margin: 0;
    min-height: 2.875rem;
    outline: none;
    overflow: hidden;
    padding: 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), border .2s cubic-bezier(.4, 0, .2, 1);
    vertical-align: middle;
}

{
    background: #0077B6;
    border-color: #0077B6;
    color: #fff;
}

.pnx-button {
    align-items: center;
    border: 1px solid #bebebe;
    border-radius: .5rem;
    box-sizing: border-box;
    color: #000000db;
    cursor: pointer;
    display: inline-flex;
    font-size: .8125rem;
    font-weight: 600;
    justify-content: center;
    margin: 0;
    min-height: 1.875rem;
    outline: none;
    overflow: hidden;
    padding: 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), border .2s cubic-bezier(.4, 0, .2, 1);
    vertical-align: middle;
}


.banner-top-text {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.18), inset 0 1px 1px rgba(255,255,255,0.12);
    position: relative;
    overflow: hidden;
}

    /* Light Shine Effect */
    .banner-top-text::before {
        content: '';
        position: absolute;
        top: 0;
        left: -120%;
        width: 80%;
        height: 100%;
        background: linear-gradient( 90deg, transparent, rgba(255,255,255,0.25), transparent );
        transform: skewX(-25deg);
        transition: 0.8s;
    }

    .banner-top-text:hover::before {
        left: 130%;
    }

/* Responsive */

@@media(max-width:768px) {

    .banner-main-heading {
        font-size: 38px;
    }

    .banner-description {
        margin-bottom: 15px !important;
    }

    .overly-bg {
        background: linear-gradient(44deg, #0f0d0d7d 43% 34%, #00000000) !important;
    }

    .banner-description {
        font-size: 15px;
    }

    .banner-btns {
        gap: 12px;
    }

    .explore-btn,
    .sikh-btn {
        width: 100%;
        justify-content: center;
    }
}

.feature-bar {
    background: #f8f9f9;
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0 0px 5px 6px rgb(77 77 77 / 20%);
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: 9;
}

/* GRID SYSTEM */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
}

/* ITEMS */
.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    padding: 8px 12px;
    justify-content: center;
    position: relative;
}

    /* ICON */
    .feature-item i {
        font-size: 18px;
        color: var(--primary-color);
    }

    /* TEXT */
    .feature-item span {
        font-weight: 500;
    }

    /* DIVIDER */
    .feature-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background: #e0e0e0;
    }


.homebanner-section {
    position: relative;
    padding: 37px;
}
/* ================= RESPONSIVE ================= */

/* Tablet */
@@media (max-width: 992px) {

    .feature-item::after {
        display: none;
    }
}

/* Mobile */
@@media (max-width: 576px) {
    /*  .feature-grid {
        grid-template-columns: repeat(2, 1fr);


    }*/
    .overly-bg {
        padding: 56px 20px;
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
    }

    .image-slider {
        height: 600px;
    }

    .banner-main-heading {
        max-width: 100%;
        text-align: center;
        margin-top: 14px;
    }

    .banner-btns {
        /*            display:none;*/
    }

    .feature-grid span {
        display: none;
    }

    .banner-description {
        font-size: 15px;
        text-align: center;
        max-width: 100%;
    }

    .feature-item {
        justify-content: center;
    }
}

/*Blog Style*/
.title {
    font-weight: 700;
}

.subtitle {
    color: #777;
    margin-bottom: 30px;
}

.private-wrap {
    background: linear-gradient(180deg,#f8fbf9,#eef5f1);
    padding: 55px 25px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

    .private-wrap .title {
        font-size: 27px !important;
        font-weight: 500 !important;
    }

    .private-wrap .private-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .private-wrap .item {
        width: 18%;
        text-align: center;
    }

    /* ICON */
    .private-wrap .icon-circle {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        border: 2px solid #d7e6da;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        background: #fff;
        transition: .4s;
    }

        .private-wrap .icon-circle i {
            font-size: 26px;
            color: var(--primary-color);
        }

    /* TEXT */
    .private-wrap .item h6 {
        font-weight: 600;
        margin-top: 10px;
    }

    .private-wrap .item p {
        font-size: 13px;
        color: #777;
    }

    /* 🔥 ANIMATED LINE */
    .private-wrap .line {
        height: 2px;
        flex: 1;
        background: #e5e5e5;
        position: relative;
        overflow: hidden;
    }

        .private-wrap .line::after {
            content: "";
            position: absolute;
            width: 80px;
            height: 100%;
            background: linear-gradient(90deg,transparent,var(--primary-color),transparent);
            animation: flow 2.5s linear infinite;
        }

@@keyframes flow {
    0% {
        left: -80px;
    }

    100% {
        left: 100%;
    }
}

/* HOVER */
.private-wrap .item:hover .icon-circle {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    border-color: var(--primary-color);
}

/* BUTTON */
.private-wrap .cta-btn {
    margin-top: 35px;
    background: linear-gradient(90deg,var(--primary-color),var(--secondary-color));
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    border: none;
    transition: .3s;
}

    .private-wrap .cta-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

@@media(max-width:992px) {

    .private-row {
        flex-direction: column;
    }

    .private-wrap .item {
        width: 100%;
        margin-bottom: 25px;
    }

    .private-wrap .line {
        display: none;
    }
}

/*Care Page Style*/
.title {
    font-weight: 700;
}

.subtitle {
    color: #777;
    margin-bottom: 30px;
}

.private-wrap {
    background: linear-gradient(180deg,#f8fbf9,#eef5f1);
    padding: 55px 25px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

    .private-wrap .title {
        font-size: 27px !important;
        font-weight: 500 !important;
    }

    .private-wrap .private-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .private-wrap .item {
        width: 18%;
        text-align: center;
    }

    /* ICON */
    .private-wrap .icon-circle {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        border: 2px solid #d7e6da;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        background: #fff;
        transition: .4s;
    }

        .private-wrap .icon-circle i {
            font-size: 26px;
            color: var(--primary-color);
        }

    /* TEXT */
    .private-wrap .item h6 {
        font-weight: 600;
        margin-top: 10px;
    }

    .private-wrap .item p {
        font-size: 13px;
        color: #777;
    }

    /* 🔥 ANIMATED LINE */
    .private-wrap .line {
        height: 2px;
        flex: 1;
        background: #e5e5e5;
        position: relative;
        overflow: hidden;
    }

        .private-wrap .line::after {
            content: "";
            position: absolute;
            width: 80px;
            height: 100%;
            background: linear-gradient(90deg,transparent,var(--primary-color),transparent);
            animation: flow 2.5s linear infinite;
        }

@@keyframes flow {
    0% {
        left: -80px;
    }

    100% {
        left: 100%;
    }
}

/* HOVER */
.private-wrap .item:hover .icon-circle {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    border-color: var(--primary-color);
}

/* BUTTON */
.private-wrap .cta-btn {
    margin-top: 35px;
    background: linear-gradient(90deg,var(--primary-color),var(--secondary-color));
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    border: none;
    transition: .3s;
}

    .private-wrap .cta-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

@@media(max-width:992px) {

    .private-row {
        flex-direction: column;
    }

    .private-wrap .item {
        width: 100%;
        margin-bottom: 25px;
    }

    .private-wrap .line {
        display: none;
    }
}

/*Destination Style*/
.destination-card {
    /*        width:200px;*/
    height: 460px;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

    .destination-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.tp-badge {
    display: none;
}

.destination-card .content {
    width: 60%;
    padding: 8px 15px;
    position: absolute;
    bottom: 45%;
    font-size: 14px;
    left: 92px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgb(0 0 0 / 82%), rgba(0, 0, 0, 0));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    letter-spacing: 0.6px;
    font-weight: 500 !important;
    border-radius: 33px;
    background: #ffff;
    border: 1px solid #000;
}

    .destination-card .content p {
        margin-bottom: 0px;
    }

}
/* Owl Nav Buttons */
#package-slider-panel-jj .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

    /* Buttons */
    #package-slider-panel-jj .owl-nav button, #package-slider-panel .owl-nav button, .themeslider .owl-nav button {
        width: 45px;
        height: 45px;
        border-radius: 50% !important;
        background: #fff !important;
        color: #111 !important;
        font-size: 26px !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.18);
        transition: 0.4s;
        pointer-events: auto;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

span.fa.fa-chevron-left.icons, span.fa.fa-chevron-right.icons {
    font-size: 15px;
}

#package-slider-panel-jj .owl-nav button i, .themeslider .owl-nav button i {
    font-size: 16px;
}
/* Hover */
#package-slider-panel-jj .owl-nav button:hover {
    background: #111 !important;
    color: #fff !important;
}




/* Left Button */
#package-slider-panel-jj .owl-prev {
    margin-left: -25px;
}

/* Right Button */
#package-slider-panel-jj .owl-next {
    margin-right: -25px;
}

/* Remove outline */
#package-slider-panel-jj .owl-nav button:focus {
    outline: none;
}

/* Mobile */
@@media(max-width:768px) {

    #package-slider-panel-jj .owl-nav button {
        width: 42px;
        height: 42px;
        font-size: 20px !important;
    }

    #package-slider-panel-jj .owl-prev {
        margin-left: -10px;
    }

    #package-slider-panel-jj .owl-next {
        margin-right: -10px;
    }

    .destination-contnet {
        padding: 10px 20px;
    }

    .cont {
        max-width: 100%;
    }
}

/*Explore India*/
.EXPLORE-INDIA {
    display: flex;
    padding: 0px 60px 80px;
    justify-content: center;
    align-items: center;
    gap: 76px;
}

.left-side-exploreindiaStatic {
    width: 49%;
}

.right-side-exploreindiaStatic {
    width: 55%;
    background: #fdfdfd;
    position: relative;
    height: 340px;
    border-radius: 17px;
}

    .right-side-exploreindiaStatic .box-img {
        position: absolute;
        /*            background-size:cover;*/
        background-repeat: no-repeat;
        background-position: center;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 17px;
            border: 4px solid #fdfdfd;
        }
    }

        .right-side-exploreindiaStatic .box-img:nth-child(1) {
            width: 350px;
            height: 200px;
            top: 0px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
        }

        .right-side-exploreindiaStatic .box-img:nth-child(2) {
            width: 280px;
            height: 280px;
            bottom: 0px;
            right: 0px;
            z-index: 3;
        }

        .right-side-exploreindiaStatic .box-img:nth-child(3) {
            width: 250px;
            height: 250px;
            bottom: 0px;
            left: -38px;
            z-index: 1;
        }

        .right-side-exploreindiaStatic .box-img:nth-child(4) {
            width: 280px;
            height: 181px;
            bottom: -40px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 4;
        }

.india-feature-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px 40px;
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
}

    .india-feature-list li {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 16px;
        font-weight: 500;
        color: #222;
        line-height: 1.5;
    }

        /* Circle Icon */
        .india-feature-list li span {
            min-width: 28px;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: #bae1ff;
            color: #2F7BB6;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
        }

/* Mobile */
@@media(max-width:768px) {

    .india-feature-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }

        .india-feature-list li {
            font-size: 15px;
        }

    .EXPLORE-INDIA {
        flex-direction: column;
        padding: 40px 20px;
        gap: 30px;
    }

    .left-side-exploreindiaStatic {
        width: 100%;
    }

    .right-side-exploreindiaStatic {
        width: 100%;
    }

        .right-side-exploreindiaStatic .box-img:nth-child(3) {
            width: 250px;
            height: 250px;
            bottom: 0px;
            left: 0px;
            z-index: 1;
        }
}
/*Gallery Style*/

.about-heading1 {
    font-size: 34px;
    font-weight: 600 !important;
    color: #111;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.btn-seo {
    display: table;
    margin: 14px auto 0;
    padding: 8px 18px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
    text-align: center;
    border: none;
    letter-spacing: 0.3px;
}

    .btn-seo:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(37, 99, 235, 0.35);
        background: linear-gradient(135deg, #1d4ed8, #1e40af);
    }

    .btn-seo:active {
        transform: scale(0.96);
    }

.gallery-section {
    padding: 40px 0;
}

    .gallery-section .gallery-grid {
        display: grid;
        grid-template-columns: repeat(12,1fr);
        gap: 18px;
    }

    .gallery-section .gallery-item {
        position: relative;
        overflow: hidden;
        border-radius: 24px;
        cursor: pointer;
        height: 100%;
    }

        .gallery-section .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.5s ease;
            display: block;
        }

        .gallery-section .gallery-item:hover img {
            transform: scale(1.08);
        }

    /* Custom Grid Sizes */

    .gallery-section .item1 {
        grid-column: span 4;
        height: 220px;
    }

    .gallery-section .item2 {
        grid-column: span 4;
        height: 220px;
    }

    .gallery-section .item3 {
        grid-column: span 4;
        height: 220px;
    }

    .gallery-section .item4 {
        grid-column: span 3;
        height: 280px;
    }

    .gallery-section .item5 {
        grid-column: span 6;
        height: 280px;
    }

    .gallery-section .item6 {
        grid-column: span 3;
        height: 280px;
    }

    .gallery-section .item7 {
        grid-column: span 3;
        height: 260px;
    }

    .gallery-section .item8 {
        grid-column: span 4;
        height: 260px;
    }

    .gallery-section .item9 {
        grid-column: span 5;
        height: 260px;
    }

    /* Overlay Effect */

    .gallery-section .gallery-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.25);
        opacity: 0;
        transition: 0.4s;
    }

    .gallery-section .gallery-item:hover .gallery-overlay {
        opacity: 1;
    }

/* Responsive */

@@media(max-width:991px) {

    .gallery-section .item1,
    .gallery-section .item2,
    .gallery-section .item3,
    .gallery-section .item4,
    .gallery-section .item5,
    .gallery-section .item6,
    .gallery-section .item7,
    .gallery-section .item8,
    .gallery-section .item9 {
        grid-column: span 6;
        height: 240px;
    }

    body .gallery-grid img {
        width: 100% !important;
    }
}

@@media(max-width:576px) {

    .gallery-section .gallery-grid {
        gap: 15px;
        margin-bottom: 33px;
    }

    .gallery-section .item1,
    .gallery-section .item2,
    .gallery-section .item3,
    .gallery-section .item4,
    .gallery-section .item5,
    .gallery-section .item6,
    .gallery-section .item7,
    .gallery-section .item8,
    .gallery-section .item9 {
        height: 220px;
    }
}
/*Pacakge Style*/

.hhdd::before {
    position: absolute;
    top: 27px;
    left: -7px;
    content: '';
    background: var(--brand-color);
    height: 28px;
    width: 28px;
    transform: rotate(45deg);
}

.hhdd::after {
    position: absolute;
    content: attr(data-label);
    top: -6px;
    left: -13px;
    padding: 15px 0px 8px 5px;
    width: 10rem;
    background: var(--brand-color);
    color: white;
    text-align: center;
    border-radius: 10px 0px 10px 0px;
    box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
    font-size: 16px;
}

.hhdd {
    border-radius: 10px;
    background: #fff !important;
}
/*PacakageListSearch Style*/
.csideform .search-panel {
    justify-content: center;
}

.search-field {
    min-width: 581px
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; /* spacing between elements */
    flex-wrap: wrap; /* wrap nicely on small screens */
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px;
}

.search-field {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 580px;
    position: relative;
}

.travels-holiday-icons, .travels-cat-icon {
    position: absolute;
    left: 24px !important;
    /* color: #555; */
    font-size: 14px;
    top: 36px !important;
}


.frminput {
    width: 100%;
    padding: 10px 10px 10px 35px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
}

.search-btns {
    display: flex;
    align-items: center;
}

.search-btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 22px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.3s ease;
}

    .search-btn:hover {
        background-color: #0056b3;
    }

@@media (max-width: 768px) {
    .search-container {
        flex-direction: column;
        gap: 10px;
    }

    .search-field {
        width: 100%;
    }

    .search-btns {
        width: 100%;
        justify-content: center;
    }
}
/*Static Design Page Style*/
.static-package-section .package-section {
    padding: 60px 0;
}

.static-package-section .title {
    text-align: center;
    font-weight: 500 !important;
    font-size: 27px;
}

.static-package-section .subtitle {
    text-align: center;
    color: #777;
    margin-bottom: 40px;
}

.static-package-section .package-card h5 {
    font-size: 18px;
}

.static-package-section .package-card ul {
    padding-left: 18px;
}

/* TOP CARDS */
.static-package-section .top-card {
    display: flex;
    gap: 20px;
    height: 200px;
    padding: 30px;
    border-radius: 18px;
    backdrop-filter: blur(10px);
    transition: 0.4s;
    border: 1px solid rgba(255,255,255,0.4);
}

    .static-package-section .top-card.green {
        background: linear-gradient(135deg, #bddfff, #f5fff8, #bddfff);
    }

    .static-package-section .top-card.blue {
        background: linear-gradient(135deg, #00f5ec4f, #f6f9ff, #00f5ec4f);
    }

    .static-package-section .top-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    }

/* ICON */
.static-package-section .icon {
    width: 60%;
    /*height: 100%;*/
    border-radius: 50%;
    /*background: #fff;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    transition: 0.4s;
}

    .static-package-section .icon img {
        width: 100%;
    }

.static-package-section .top-card h4 {
    font-size: 22px;
    font-weight: 600 !important;
}

/* .static-package-section .top-card:hover .icon {
        transform: rotate(10deg) scale(1.1);
    }*/

.static-package-section .caregroup {
    background: linear-gradient(180deg,#f8fbf9,#eef5f1);
    padding: 30px 0px;
    margin-top: 40px;
}
/* BUTTON */
.static-package-section .btn-main {
    padding: 10px 18px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    transition: 0.3s;
}

.static-package-section .green-btn {
    background: var(--secondary-color);
}

.static-package-section .blue-btn {
    background: var(--primary-color);
}

.static-package-section .btn-main:hover {
    transform: scale(1.05);
}

/* SUB */
.static-package-section .sub-title {
    text-align: center;
    font-weight: 600 !important;
    /*margin-top: 60px;*/
    letter-spacing: 0px;
}

.static-package-section .sub-text {
    text-align: center;
    color: #888;
    margin-bottom: 30px;
}

/* PACKAGE CARD */
.static-package-section .package-card {
    background: transparent;
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #eee;
    transition: 0.4s;
    min-height: 390px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 13px 2px #d6d6d6;
}

    .static-package-section .package-card i {
        font-size: 28px;
        margin-bottom: 12px;
        color: #4CAF50;
    }

    /* HOVER EFFECT (LUXURY) */
    .static-package-section .package-card::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
        top: 0;
        left: -100%;
        transition: 0.6s;
    }

    .static-package-section .package-card:hover::before {
        left: 100%;
    }

    .static-package-section .package-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 35px rgba(0,0,0,0.08);
    }

/* BUTTON */
.static-package-section .btn-card {
    background: #4CAF50;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 8px;
    position: absolute;
    bottom: 20px;
}

    .static-package-section .btn-card.purple {
        background: #7c3aed;
    }

    .static-package-section .btn-card.orange {
        background: #f97316;
    }

    .static-package-section .btn-card.blue {
        background: #2563eb;
    }

/* RESPONSIVE */
@@media(max-width:768px) {
    .static-package-section .top-card {
        flex-direction: column;
        text-align: center;
    }

    .static-package-section .icon {
        width: 100% !important;
    }

    .static-package-section .top-card {
        height: 100% !important;
    }
}
/*Testitmonial Style*/
/* Testimonial Cards */
.testimonial-card {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    border: 1px solid var(--primary-color);
    padding: 20px;
    gap: 15px;
    align-items: start;
    min-height: 349px;
}

    .testimonial-card p {
        font-size: 13px;
    }

    .testimonial-card img {
        width: 70px !important;
        height: 70px !important;
        border-radius: 50%;
    }

    .testimonial-card small {
        font-weight: 500;
        color: var(--primary-color);
    }

.stars {
    color: #f4b400;
}

/*ReadMore*/
.overviewSclips {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

    .overviewSclips.readmore {
        overflow: hidden;
        text-overflow: initial;
        display: initial;
        -webkit-line-clamp: initial;
        -webkit-box-orient: initial;
    }

.osreadmore {
    text-decoration: none;
    color: #fff;
    background: var(--primary-color);
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 6px;
    float: right;
}
/**/

.testimonial-card {
    position: relative;
    background: #e5f3ff;
    border: 1px solid #2F7BB6;
    border-radius: 22px;
    padding: 15px 35px 15px;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

    .testimonial-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 45px rgba(0,0,0,0.08);
    }

.testimonial .owl-nav button.owl-prev,
.testimonial .owl-nav button.owl-next {
    pointer-events: all !important;
}

/* Quote Icon */
.quote-icon {
    font-size: 42px;
    color: #2F7BB6;
    margin-bottom: 15px;
    line-height: 1;
}

/* Sub Title */
.testimonial-subtitle {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #2F7BB6;
    margin-bottom: 14px;
}

/* Text */
.testimonial-text {
    font-size: 17px;
    line-height: 1.9;
    color: #3d3d3d;
    margin-bottom: 28px;
    font-weight: 500;
}

/* Bottom */
.testimonial-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* User */
.testimonial-user {
    display: flex;
    align-items: center;
    gap: 14px;
}

    .testimonial-user img {
        width: 62px;
        height: 62px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #2F7BB6;
    }

    .testimonial-user h4 {
        font-size: 17px;
        color: #1d1d1d;
        margin-bottom: 4px;
        font-weight: 700;
    }

    .testimonial-user small {
        color: #777;
        font-size: 13px;
    }

/* Stars */
.stars {
    display: flex;
    align-items: center;
    gap: 4px;
}

    .stars i {
        color: #d7a12f;
        font-size: 14px;
    }

/* Owl nav arrows — sit centered on the left/right edges of the card */
.gtco-testimonials {
    position: relative;
}

.testimonial.owl-carousel {
    position: relative;
}

.testimonial .owl-nav {
    /* let each button position itself; don't lay them out as a flex row
           (that was collapsing both buttons onto the left edge) */
    pointer-events: auto;
}

    .testimonial .owl-nav button.owl-prev,
    .testimonial .owl-nav button.owl-next {
        pointer-events: all;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #fff !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.15);
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 1;
        color: #2F7BB6;
        margin: 0;
        padding: 0;
        border: none;
        z-index: 10;
        transition: background 0.2s ease, color 0.2s ease;
    }

    .testimonial .owl-nav button.owl-prev {
        left: -18px;
    }

    .testimonial .owl-nav button.owl-next {
        right: -18px;
    }

        .testimonial .owl-nav button.owl-prev:hover,
        .testimonial .owl-nav button.owl-next:hover {
            background: #2F7BB6 !important;
            color: #fff;
        }

.testimonial .owl-dots {
    text-align: center;
    margin-top: 18px;
}

@@media (max-width: 575px) {
    .testimonial .owl-nav button.owl-prev {
        left: 4px;
    }

    .testimonial .owl-nav button.owl-next {
        right: 4px;
    }
}

/* ---------- Video Thumbnails (static) ---------- */
.video-thumb-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #000;
    height: 100%;
}

.video-thumb-card-lg {
    height: 260px;
}

.video-thumb-card-sm {
    height: 150px;
}

.video-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.video-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.25);
    transition: background 0.2s ease;
}

.video-thumb-card:hover .video-play-overlay {
    background: rgba(0,0,0,0.4);
}

.video-play-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play-btn-sm {
    width: 42px;
    height: 42px;
}

.video-play-icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #2F7BB6;
    margin-left: 4px;
}

.video-play-btn-sm .video-play-icon {
    border-width: 7px 0 7px 11px;
    margin-left: 3px;
}

/* ---------- Video Modal ---------- */
.video-modal-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

    .video-modal-backdrop.active {
        display: flex;
    }

.video-modal-content {
    position: relative;
    width: 100%;
    max-width: 900px;
}

.video-modal-player {
    width: 100%;
    max-height: 80vh;
    border-radius: 8px;
    background: #000;
    display: block;
}

.video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

/* Mobile */
@@media(max-width:768px) {

    .testimonial-card {
        padding: 28px 22px;
    }

    .testimonial-text {
        font-size: 15px;
        line-height: 1.8;
    }

    .testimonial-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

.testimonial .owl-nav {
    z-index: 9999;
}

    .testimonial .owl-nav button {
        z-index: 9999;
        pointer-events: auto;
    }
.taxi-banner {
    position: relative;
    /*min-height: 70vh;*/
    display: flex;
    align-items: center;
    /*background: url("https://i.ibb.co/Rpjh8NS7/14020.jpg") no-repeat center center/cover !important;*/
}

.taxi-banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Tabs */
.taxi-tabs .nav-link {
    color: #fff;
    border: none;
    background: #000;
    margin-right: 8px;
    border-radius: 30px;
    padding: 7px 20px;
    transition: 0.3s;
}

.btn-custom {
    width: fit-content !important;
    margin-bottom: -12px;
}

.taxi-tabs .nav-link.active {
    background: var(--brand-color) !important;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Card */
.taxi-form-card {
    background: #fff;
    /*backdrop-filter: blur(6px);*/
    /*padding: 25px;*/
    border-radius: 16px;
    /*box-shadow: 0 8px 24px rgba(0,0,0,1);*/
    transition: 0.3s ease;
}

    .taxi-form-card:hover {
    }

/* List Dropdown */
.taxi-liststyle {
    z-index: 999;
    text-align: left;
    overflow-y: auto;
    height: 190px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    scrollbar-width: thin;
    scrollbar-color: #0d6efd #f1f1f1;
}

/* Inputs */


.form-control:focus {
    box-shadow: none;
    border-bottom-color: #008ca4;
    transform: scale(1.02);
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control::placeholder {
    font-style: italic;
}

.main_ute {
    height: 60%;
}

.input-group-text {
    background: transparent;
    color: var(--brand-color) !important;
    border: none;
    font-size: 1.2rem;
}

/* Button */
.btn-custom {
    background: var(--brand-color) !important;
    border: none;
    font-weight: 600;
    color: #fff;
    padding: 12px;
    border-radius: 30px;
    width: fit-content;
    transition: 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.imageService {
}

.btn-custom:hover {
    background: linear-gradient(135deg, #002f4d, #005cb2);
    transform: translateY(-2px);
    color: white;
    box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}

/* Right Side Text */
.taxi-banner-text h1 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--brand-color) !important;
    text-shadow: 0px 4px 10px rgba(0,0,0,0.6);
    transition: 0.3s ease;
}

    .taxi-banner-text h1:hover {
        color: #ff9800;
        transform: scale(1.05);
    }

.taxi-banner-text p {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
}

.main_traver_type travel-type.active {
    background: #ff5722;
}
/* Responsive */
@@media (max-width: 991px) {
    .taxi-banner .row.align-items-center {
        flex-direction: column-reverse;
        text-align: center;
    }

    .ffdtabh1 {
        font-size: 2rem;
        margin-top: 1rem;
    }

    .ffdtab {
        font-size: 1rem;
    }

    .taxi-banner-text {
        display: none !important;
    }
}

/* Mobile View */
@@media (max-width: 768px) {
    .travel-type {
        flex: 1 0 45%; /* 2 per row */
    }

    .destination-card {
        border-radius: 8%;
    }
}

.section.hotel-section.container.my-5 .item {
    width: 60%;
}
/* Mobile Responsive Stack */
@@media (max-width: 768px) {
    .hero_main_ban .search-box {
        flex-direction: column;
        border-radius: 25px !important;
    }

    section#destination-section {
        margin-top: 0px !important;
    }


    .hero_main_ban .search-box .form-control,
    .hero_main_ban .search-box .form-select,
    .hero_main_ban .search-box .btn {
        width: 100%;
    }

    .hero_main_ban .search-box .btn {
        border-radius: 50px !important;
        padding: 10px 25px;
        width: 100%;
    }
}

@@media (max-width: 480px) {
    .travel-type {
        flex: 1 0 100%; /* 1 per row */
    }

    .travel-icon img {
        max-width: 40px;
        max-height: 40px;
    }

    .travel-label {
        font-size: 14px;
    }
}
/*Cruise Search Home Style */
.csideform .search-panel {
    justify-content: center;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; /* spacing between elements */
    flex-wrap: wrap; /* wrap nicely on small screens */
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px;
}

.search-field {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 450px;
    position: relative;
}

.travels-holiday-icons,
.travels-cat-icon {
    position: absolute;
    left: 18px;
    /*color: #555;*/
    font-size: 14px;
    top: 23px;
}


.frminput {
    width: 100%;
    padding: 22px 43px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    margin: 12px;
}

.search-btns {
    display: flex;
    align-items: center;
}

input#destinations-iinputs {
    border-right: 1px solid !important;
    width: 100% !important;
}

.search-btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 22px 18px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.3s ease;
}

    .search-btn:hover {
        background-color: #0056b3;
    }

@@media (max-width: 768px) {
    .search-container {
        flex-direction: column;
        gap: 10px;
    }

    .search-bar .form-control,
    .search-bar .form-select,
    .search-bar .btn-search {
        background-color: #ddd;
        border: 1px solid #ccc;
    }

    .taxi-tabs .nav-link.active {
        color: #fff !important;
    }

    .search-field {
        width: 100%;
    }

    .search-btns {
        width: 100%;
        justify-content: center;
    }
}
/*Flight Search Style*/
.csideform .search-panel {
    display: flex;
}

.csideform .search-panel {
    max-width: 100%;
    margin: auto 0;
    cursor: pointer;
    background: #fff;
    border-radius: 0px;
    border: none;
}

div#pills-home .frminput, div#pills-profile .frminput, div#hotels .frminput {
    border-right: 1px solid #ddd;
    color: #000;
    width: 279px;
    margin: 10px;
    max-width: 100%;
}

@@media (max-width:768px) {
    .swapbutton-iconflight-mob {
        display: none !important;
    }

    .search-box label {
        display: inline-block;
        color: #000;
        display: none;
        text-shadow: none;
    }

    .srch-panel-col.travellercounttab label {
        display: none !important;
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col {
        flex: 1;
        margin: 0px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .inconscontact-settleone {
        top: 17px !important;
    }

    div#pills-home .frminput, div#pills-profile .frminput, div#hotels .frminput {
        padding-left: 40px !important;
        height: 50px !important;
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

    .inconscontact-settleone img {
        width: 25px !important;
    }
}

.csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
    background-color: transparent;
    outline: none;
    height: 62px;
    padding: 0 10px;
    width: 96%;
    cursor: pointer;
    border: none;
    border-radius: 7px;
    margin-left: 0px !important;
    margin: auto;
}

.csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
    border-right: 1px solid #ddd;
    color: #000;
    width: 207px;
}

/*Sikh Tour Home Style*/
.about-heading.hss {
    font-size: 26px;
    max-width: 50%;
}

.about-description.ggggg {
    max-width: 70%;
}

.about-btn.fhfff {
    margin-top: 0px;
}

.sikh-tours {
    padding: 60px 40px;
}

.sikh-tours-con {
    width: 100%;
    height: 100%;
    /*        border:1px solid;*/
    display: flex;
    gap: 0px;
    align-items: center;
    position: relative;
}

    .sikh-tours-con .left {
        width: 45%;
        height: 50vh;
        clip-path: polygon(0% 0%, 94% 0, 100% 50%, 94% 100%, 0% 100%);


        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: left;
        }
    }

    .sikh-tours-con .right {
        width: 57%;
        height: 100%;
        background: #fbf3f0;
        clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
        position: absolute;
        right: 0px;
        padding: 20px 0px;
        padding-left: 58px;
    }

        .sikh-tours-con .right::after {
            content: "☬";
            position: absolute;
            right: 60px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 230px;
            color: #e9d8b4;
            opacity: 0.18;
            font-family: serif;
            pointer-events: none;
        }


@@media(max-width:768px) {
    .sikh-tours-con {
        flex-direction: column;
    }

    .sikh-tours {
        padding: 30px 20px;
    }

    .sikh-tours-con .left {
        width: 100%;
    }

    .sikh-tours-con .left {
        width: 100%;
        height: 34vh;
        clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);


        img {
            width: 100%;
            height: 100%;
            border-radius: 6px;
        }
    }

    .sikh-tours-con .right {
        width: 100%;
        padding: 20px 20px;
        padding-left: 0px;
        clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
        position: static;
        margin-top: 14px;
        border-radius: 8px;
    }

    .about-heading.hss {
        max-width: 100%;
        text-align: center;
    }

    .about-description.ggggg {
        max-width: 100%;
        text-align: center;
    }

    .about-description {
        font-size: 17px;
        text-align: justify;
    }

    .about-btn {
        margin-left: 31px;
    }
}
/*Why Choose Us Home Style*/

/* ── Why Choose Section — prefix: wcs- ── */
.wcs-section {
    padding: 50px 20px;
    background: #f5f6f8;
}

.wcs-inner {
    max-width: 1240px;
    margin: auto;
}

.wcs-header {
    margin-bottom: 48px;
}

.wcs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}





.wcs-eyebrow-line {
    display: block;
    width: 20px;
    height: 1px;
    background: #999;
}

.wcs-eyebrow-text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: #888;
    text-transform: uppercase;
}

.wcs-title {
    font-size: 34px;
    font-weight: 600 !important;
    color: #111;
    line-height: 1.15;
    letter-spacing: -0.02em;
    max-width: 100%;
}

/* Grid — seamless ruled layout */
.wcs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1px;
    background: #e4e4e4;
    border: 1px solid #e4e4e4;
    border-radius: 16px;
    overflow: hidden;
}

.wcs-card {
    background: #fff;
    padding: 12px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: background 0.2s ease;
}

    .wcs-card:hover {
        background: #fafafa;
    }

.wcs-card-num {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #bbb;
    display: none;
}

.wcs-icon-wrap {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    color: #111;
    font-size: 17px;
}

.wcs-card h3 {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    line-height: 1.3;
}

.wcs-card p {
    font-size: 13px;
    line-height: 1.75;
    color: #666;
}

.wcs-card-foot {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
    color: #ccc;
    font-size: 14px;
}

/* Responsive */
@@media (max-width: 640px) {
    .wcs-grid {
        grid-template-columns: 1fr;
    }

    .wcs-title {
        font-size: 26px;
    }
}

.why-choose-section {
    width: 100%;
    padding: 70px 20px;
    background: #fff;
    padding-top: 0px;
}

.container-custom {
}

/* Heading */
.why-heading {
    text-align: center;
    margin-bottom: 30px;
}

    .why-heading span {
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 2px;
        color: #2F7BB6;
        margin-bottom: 7px;
    }

    .why-heading h2 {
        /*    font-size:52px;*/
        line-height: 1.1;
        color: #111;
        font-family: 'Cormorant Garamond',serif;
        font-weight: 700;
    }

/* Grid */
.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 22px;
}

/* Card */
.why-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 15px 22px;
    text-align: center;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
}

    /* Hover Top Border */
    .why-card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(to right,#2F7BB6,#2F7BB6);
        transform: scaleX(0);
        transition: 0.4s;
    }

    .why-card:hover::before {
        transform: scaleX(1);
    }

    .why-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    }

/* Icon */
.icon-box {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: auto auto 22px;
    background: #bae1ff;
    color: #2F7BB6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

/* Text */
.why-card h3 {
    font-size: 18px;
    color: #181818;
    margin-bottom: 12px;
    line-height: 1.3;
    font-weight: 500 !important;
}

.why-card p {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 0px;
}

/* Tablet */
@@media(max-width:1200px) {

    .why-choose-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .why-heading h2 {
        font-size: 42px;
    }
}

/* Mobile */
@@media(max-width:768px) {

    .why-choose-section {
        padding: 0px 20px;
        padding-bottom: 30px;
    }

    .why-heading {
        margin-bottom: 35px;
    }

        .why-heading h2 {
            font-size: 25px;
        }

    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .why-card {
        padding: 30px 20px;
    }

    .icon-box {
        width: 65px;
        height: 65px;
        font-size: 24px;
    }

    .why-card h3 {
        font-size: 18px;
    }
}

/*Index Home Style*/

.container {
    max-width: 1200px;
}

.tp-left p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
    margin-bottom: 36px;
}

.tp-wrap {
    font-family: 'Inter', sans-serif;
    padding: 0;
    background: #fff;
}

.travel-stats {
    background: #fff;
}

.stats-heading {
    font-size: 38px;
    font-weight: 500 !important;
    color: #000;
    line-height: 1.2;
}

.container.myyy_tt {
    max-width: 1000px;
}

.stat-box {
    padding: 20px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .stat-box h3 {
        font-size: 17px;
        line-height: 1.3;
        font-weight: 500 !important;
        color: #000;
        margin: 0;
    }

.border-side {
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
}

/* Responsive */
@@media(max-width:991px) {

    .stats-heading {
        font-size: 36px;
    }

    .stat-box h3 {
        font-size: 24px;
    }
}

@@media(max-width:767px) {

    .stats-heading {
        font-size: 28px;
    }

    .stat-box {
        padding: 30px 20px;
    }

        .stat-box h3 {
            font-size: 22px;
        }

    .border-side {
        border: none;
        border-top: 1px solid #cfcfcf;
        border-bottom: 1px solid #cfcfcf;
    }
}

.tp-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    overflow: hidden;
}

    .tp-card.reverse .tp-left {
        order: 2;
    }

    .tp-card.reverse .tp-right {
        order: 1;
    }

.stat-box {
    gap: 20px;
}

    .stat-box i {
        margin-bottom: 0;
        color: #0077B6;
    }

.tp-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 52px;
    background: #fff;
}

.tp-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.tp-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0077B6;
    flex-shrink: 0;
}

.tp-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0077B6;
}

.tp-left h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.18;
    color: #0f0f0f;
    margin: 0 0 22px;
}

.tp-divider {
    width: 48px;
    height: 3px;
    background: #0077B6;
    margin-bottom: 22px;
}

.tp-left p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    color: #5a5a5a;
    margin: 0 0 34px;
}

.tp-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0077B6;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 13px 26px;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.2s;
}

    .btn-primary:hover {
        background: #c40000;
    }

.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #0f0f0f;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 13px 26px;
    text-decoration: none;
    border-radius: 2px;
    border: 1.5px solid #0f0f0f;
    transition: all 0.2s;
}

.tour-card {
    margin-bottom: 10px;
}

.btn-ghost:hover {
    background: #0f0f0f;
    color: #fff;
}

.tp-right {
    position: relative;
    overflow: hidden;
    min-height: 420px;
}

    .tp-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.tp-right-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(235,0,0,0.18) 0%, rgba(0,0,0,0.32) 100%);
}

.tp-badge {
    position: absolute;
    bottom: 32px;
    left: 32px;
    background: #0077B6;
    color: #fff;
    padding: 16px 22px;
    border-radius: 2px;
    min-width: 110px;
}

.tp-badge-num {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.tp-badge-text {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.82);
    margin-top: 5px;
}

.section-sep {
    height: 1.5px;
    background: #f0f0f0;
    margin: 0;
}

.accent-strip {
    height: 5px;
    background: #0077B6;
    width: 100%;
    display: none !important;
}

/* CTA Section */
.cta-section {
    background: url(/Content/images/form-banner.png), linear-gradient( 259deg, #CBEADA, #F3DDCF, #ADD2F0);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50px 50px 0px 0px;
    padding: 40px;
    margin-top: 40px;
}

.cta-section .cta-title {
    font-weight: 500 !important;
    font-size: 22px;
}

.cta-section .form-control, .cta-section .form-select {
    border-radius: 8px;
}

.cta-section .btn-green {
    /*all: unset;*/
    background: var(--secondary-color);
    padding: 5px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}

    .cta-section .btn-green:hover {
        background: #1b5e20;
    }

.cta-section .btn-outline-green {
    /*all: unset;*/
    background: var(--primary-color);
    padding: 5px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}

    .cta-section .btn-outline-green:hover {
        background: #2e7d32;
        color: #fff;
    }


/**/

.about-gallery.ghghf {
}

.about-section {
    width: 100%;
    padding: 90px 2%;
    overflow: hidden;
}

.about-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
}

/* =========================
       IMAGE GRID
    ========================= */

.about-gallery {
    position: relative;
    width: 45%;
}

    .about-gallery::after {
        content: "";
        position: absolute;
        z-index: 1;
        background: linear-gradient(rgb(255 245 230 / 42%), rgb(255 240 220)), url(/Content/images/about-flower-img.png);
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100%;
        inset: 0;
        opacity: 0.4;
    }

.gallery-grid {
    display: grid;
    display: flex;
    justify-content: center;
    /*        grid-template-columns: repeat(2,1fr);*/
    gap: 10px;
    position: relative;
    z-index: 2;
}


    .gallery-grid img {
        width: 200px;
        height: 300px;
        object-fit: cover;
        border-radius: 4px;
        transition: 0.5s;
        box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    }

        .gallery-grid img:nth-child(2) {
            width: 266px;
        }

        .gallery-grid img:hover {
            transform: translateY(-8px) scale(1.02);
        }

/* Big Images */
.big-img {
    height: 480px;
}

/* Small Images */
.small-img {
    height: 190px;
}

/* Bottom Row */
.bottom-gallery {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin-top: 18px;
    position: relative;
    z-index: 2;
}

.a-g-s {
    width: 100%;
    height: 120px;
    /*        border:1px solid*/
}

    .a-g-s img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

/* =========================
       CONTENT
    ========================= */
.about-content {
    width: 60%;
}

.about-subtitle {
    color: #C22E31;
    font-size: 17px;
    font-weight: 500 !important;
    letter-spacing: 0px;
    margin-bottom: 11px;
}

.about-heading {
    font-family: 'Inter', sans-serif !important;
    font-size: 30px;
    line-height: 1.08;
    font-weight: 700;
    color: #08142c;
    margin-bottom: 13px;
    max-width: 86%;
}

.about-description {
    font-size: 17px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 13px;
}

/* =========================
       FEATURES
    ========================= */

.feature-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 4px;
    margin-top: 20px;
}

.feature-box {
    display: flex;
    align-items: start;
    gap: 11px;
}

.feature-icon {
    /*            width: 58px;
            height: 58px;
            min-width: 58px;*/
    border-radius: 16px;
    background: #fff8eb;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C22E31;
    font-size: 24px;
}

.feature-box h4 {
    font-size: 14px;
    margin-bottom: 4px;
    color: #111;
}

.feature-box p {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 0px;
}

/* =========================
       BUTTON
    ========================= */

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 45px;
    padding: 10px 34px;
    border-radius: 4px;
    background: #2F7BB6;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s;
}

    .about-btn:hover {
        background: #d89b17;
        transform: translateY(-4px);
    }

/* =========================
       RESPONSIVE
    ========================= */

@@media(max-width:992px) {

    .about-wrapper {
        grid-template-columns: 1fr;
    }

    .about-heading {
        font-size: 48px;
    }
}

@@media(max-width:768px) {

    .about-section {
        padding: 70px 5%;
    }

    .gallery-grid {
        gap: 12px;
    }

    .bottom-gallery {
        gap: 12px;
    }

    .big-img {
        height: 320px;
    }

    .small-img {
        height: 130px;
    }

    .about-heading {
        font-size: 25px;
        max-width: 100%;
    }

    .about-description {
        font-size: 15px;
    }

    .feature-wrapper {
        grid-template-columns: 1fr;
        grid-template-columns: repeat(2, 1fr);
    }

    .about-gallery {
        width: 100%;
    }

    .gallery-grid img {
        width: 50%;
    }

    .about-wrapper {
        flex-direction: column;
    }

    .about-content {
        width: 100%;
    }

    .gallery-grid img {
        width: 50% !important;
    }
}

