
@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
:root {
    --body-font: "Nunito", sans-serif;
    --heading-font: "Prompt", sans-serif;
    /*--primary-color: #ff9733;*/
    --primary-color: #ff9733;
    --heading-color: #000000;
    --black: #000000;
    --grayish-blue: #929cbf;
    --btn-hover-bg: #000000;
    --white: #ffffff;
    --magenta: #b125c0;
    --blue: #0057ff;
    --orange: #FFC83E;
    --bg-color1: #fdfbef;
    --bg-color2: #ffffff;
    /*--bg-color3: #02505A;*/
    --bg-color3: #03292e;
    --body-color: #374151;
    --border-color1: #e5e7eb;
    --border-color2: #F2EFDF70;
    --primary-color-opacity-low: rgba(255, 153, 51, 0.2);
    --primary-color-opacity-low2: rgba(255, 153, 51, 0.3);
    --shadow1: 0px 0px 15px 2px rgb(249 238 238);
    --shadow2: 0px 3px 5px 0px rgba(0, 0, 0, 0.10);
    --shadow3: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
    --shadow4: 0 5px 25px rgba(0, 0, 0, 0.15);
    --transition: all .3s ease-in-out;
}

.dark-theme {
    --bg-color1: #000000;
    --bg-color2: #111827;
    --bg-color3: #1F2937;
    --bg-color5: #212837;
    --bg-color6: #111827;
    --heading-color: #ffffff;
    --border-color1: #37333e;
}

.why-choose-us  .section-header p{
    font-size: 18px;
    font-family: Inter, sans-serif, helvetica, arial, sans-serif;

}
.why-choose-us {
    background-color: var(--bg-color3);
}
.why-choose-us .section-title {
    max-width: 555px;
    margin-bottom: 20px;
}

.why-choose-us .section-subtitle {
    position: relative;
    font-size: 26px;
    color: var(--heading-color);
    max-width: 662px;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Satisfy", cursive;
}

@media (max-width: 991px) {
    .why-choose-us .section-subtitle {
        font-size: 20px;
    }
}
/*----------------------------------------------

16. Why choose us section start
----------------------------------------------*/
.why-choose-us {
    background-color: var(--bg-color3);
}

.why-choose-us .section-subtitle,
.why-choose-us .section-title {
    color: var(--white);
}

.why-choose-us p {
    color: rgb(255 255 255 / 75%);
    font-family: Inter, sans-serif, helvetica, arial, sans-serif;
    font-size: 15px;

}

.why-choose-us .thumbs-area {
    position: relative;
    height: 100%;
    width: 100%;
}

.why-choose-us .thumbs-area .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(11, 46, 19, .4);
    left: 0;
    top: 0;
}


.why-choose-us .thumbs-area img {
    height: 100%;
}

.why-choose-us .content-area {
    padding: 100px 30px 100px 0;
    max-width: 600px;
    margin-left: 70px;
}

.why-choose-us .content-area .title {
    color: var(--white);
    margin-bottom: 10px;
}

.why-choose-us .why-choose-us-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.why-choose-us .why-choose-us-list .item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.why-choose-us .why-choose-us-list .item .icon-area {
    min-width: 60px;
    min-height: 60px;
    font-size: 45px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .why-choose-us .content-area {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .why-choose-us .content-area {
        padding: 50px 30px 50px 0;
    }
}

@media (max-width: 575px) {
    .why-choose-us .content-area {
        padding: 50px 10px 50px 0;
        margin-left: 10px;
    }
}

/*----------------------------------------------
Why choose us section end
----------------------------------------------*/
 

.package-tabs .nav-pills {
    margin-bottom: 30px;
    gap: 2rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
}

.package-tabs .nav-pills:hover::-webkit-scrollbar-thumb {
    visibility: hidden;
    opacity: 0;
}

.package-tabs .nav-link {
    padding: 0;
    color: var(--body-color);
}

.package-tabs .nav-link.active {
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: transparent;
    border-radius: 0;
}

.package-tabs .nav-link .icon {
    display: flex;
    justify-content: center;
    font-size: 28px;
}

.package-tabs .nav-link .content {
    white-space: nowrap;
}

/*----------------------------------------------
Package card section2 end
----------------------------------------------*/
 

.package-details-nav {
    margin-bottom: 20px;
    background-color: var(--bg-color1);
    display: flex;
    overflow-x: auto;
}

.package-details-nav:hover::-webkit-scrollbar-thumb {
    opacity: 0;
    visibility: hidden;
}

.package-details-nav .nav-link {
    border-bottom: 1px solid var(--border-color1);
    padding: 5px;
    padding-right: 20px;
    white-space: nowrap;
}

.package-details-nav .nav-link.active {
    border-bottom: 1px solid var(--primary-color);
    color: var(--heading-color);
}

/*----------------------------------------------
Package card2 modal section start
----------------------------------------------*/
/*----------------------------------------------
12. Package details section end
----------------------------------------------*/
/* .package-details-section {
    background-color: var(--bg-color1);
} */
 
#sectionNav.nav-scrolled {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    padding: 0px 0px;
    z-index: 999;
    margin: auto;
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    border-radius: 0px;
}
.fixed-header .sticky-header.hide-sticky {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.package-details-section .title {
    margin-bottom: 20px;
}
.package-details-section h3 {
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.package-details-section h5 {
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.package-details-section h1, .package-details-section h2, .package-details-section h3, .package-details-section h4, .package-details-section h5 {
    font-family: var(--heading-font);
    font-weight: 400;
    line-height: 1.3;
    color: var(--heading-color);
}
.package-details-section .section-header {
    margin-top: 20px;
    margin-bottom: 30px;
}

.package-details-section .location-review {
    display: flex;
    align-items: center;
    gap: 20px;
}

.package-details-section .location-review .location {
    display: flex;
    align-items: center;
    gap: 5px;
}

.package-details-section .feature-area {
    margin-bottom: 50px;
}

.package-details-section .feature-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.package-details-section .feature-box .icon-area {
    background-color: var(--primary-color-opacity-low);
    font-size: 20px;
    color: var(--primary-color);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.package-details-section .content-product {
    margin-bottom: 30px;
     font-family: Inter, sans-serif, helvetica, arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;

}


.package-details-section .overview-area .over-view-list {
    color: var(--heading-color);
    margin-top: 15px;
}

.package-details-section .overview-area .over-view-list .item {
    display: flex;
    align-items: center;
    padding-left: 20px;
    position: relative;
}

.package-details-section .overview-area .over-view-list .item::after {
    position: absolute;
    content: "";
    background-color: var(--primary-color);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
}

.package-details-section .overview-area .over-view-list .item:not(:last-child) {
    margin-bottom: 10px;
}

.package-details-section .cmn-list .item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--heading-color);
}

.package-details-section .cmn-list .item i {
    color: var(--primary-color);
    font-size: 18px;
}

.package-details-section .cmn-list .item:not(:last-child) {
    margin-bottom: 10px;
}

.package-details-section .tour-plan .accordion-button .accordion-title {
    text-transform: capitalize;
    background-color: var(--primary-color-opacity-low);
    padding: 3px 15px;
    border-radius: 5px;
    transition: var(--transition);
}

.package-details-section .tour-plan .accordion-button:not(.collapsed) .accordion-title {
    background-color: var(--white);
}

.package-details-section .cmn-list .cmn-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package-details-section .cmn-list .cmn-item:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color1);
    padding-bottom: 10px;
}

@media (min-width: 991px) {
    .package-sidebar {
        position: sticky;
        top: 100px;
    }
}

.rtl .package-details-section .overview-area .over-view-list .item {
    padding-left: 0;
    padding-right: 20px;
}

.rtl .package-details-section .overview-area .over-view-list .item::after {
    left: auto;
    right: 0;
}

/*----------------------------------------------
Package details section end
----------------------------------------------*/
/*----------------------------------------------
13. Review section start
----------------------------------------------*/
.average-review .card-box {
    text-align: center;
}

.average-review .card-box i {
    color: var(--orange);
    font-size: 14px;
}

.average-review .index {
    display: inline-block;
    width: 20px;
}

.average-review .progress {
    width: 100%;
    height: 10px;
}

.average-review .progress .progress-bar {
    background: var(--primary-color);
}

.all-review {
    margin-top: 50px;
    color: var(--heading-color);
}

.all-review .review-box {
    display: flex;
    overflow: hidden;
    margin-bottom: 30px;
    gap: 15px;
}

.all-review .review-box .img-box {
    width: 50px;
    height: 50px;
}

.all-review .review-box .img-box img {
    border-radius: 50px;
    width: 100%;
    height: 100%;
}

.all-review .review-box .name,
.all-review .review-box .date {
    margin-bottom: 5px;
}

.all-review .review-box .date {
    font-size: 14px;
    text-transform: uppercase;
}

.all-review .review-box .text-box {
    width: calc(100% - 50px);
    margin-left: auto;
}

.all-review .review-box .text-box .reply-btn {
    font-family: "Teko", sans-serif;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.all-review .review-box .rating {
    margin-top: 15px;
}

.all-review .review-box .rating i {
    color: var(--orange);
    font-size: 14px;
}

.all-review .review-box .feedback {
    display: flex;
}

.all-review .review-box .feedback P {
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 15px;
}

.all-review .review-box .feedback button {
    color: var(--heading-color);
    align-items: center;
    font-size: 14px;
    margin: 0 5px;
    margin-top: -2px;
}

.all-review .review-box .feedback button i {
    font-size: 15px;
    color: var(--primary-color);
}

.add-review {
    background: white;
    padding: 50px;
    border-radius: 16px;
}

.add-review .rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}

.add-review .rating:not(:checked) > input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.add-review .rating:not(:checked) > label {
    cursor: pointer;
    font-size: 36px;
    color: var(--body-color);
}

.add-review .rating:not(:checked) > label:before {
    content: "★";
}

.add-review .rating > input:checked + label:hover,
.add-review .rating > input:checked + label:hover ~ label,
.add-review .rating > input:checked ~ label:hover,
.add-review .rating > input:checked ~ label:hover ~ label,
.add-review .rating > label:hover ~ input:checked ~ label {
    color: var(--orange);
}

.add-review .rating:not(:checked) > label:hover,
.add-review .rating:not(:checked) > label:hover ~ label {
    color: var(--orange);
}

.add-review .rating > input:checked ~ label {
    color: var(--orange);
}

.add-review form .input-box label {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.add-review form .input-box .form-select,
.add-review form .input-box .form-control {
    height: 50px;
    border-radius: 5px;
    padding: 8px;
    padding-left: 15px;
    font-weight: normal;
    caret-color: var(--primary-color);
    color: var(--heading-color);
}

.add-review form .input-box .form-select::-moz-placeholder, .add-review form .input-box .form-control::-moz-placeholder {
    color: var(--heading-color);
}

.add-review form .input-box .form-select::placeholder,
.add-review form .input-box .form-control::placeholder {
    color: var(--heading-color);
}

.add-review form .input-box .form-select {
    background-image: url(../img/icon/downward-arrow.png);
}

.add-review form .input-box .form-select option {
    background: var(--white);
    color: var(--heading-color);
}

.add-review form .input-box textarea.form-control {
    height: 120px;
    border-radius: 5px;
}

/*----------------------------------------------
Review section end
----------------------------------------------*/

.fancybox__container {
    z-index: 999999 !important;
}

.fancybox-carousel {
    width: 100%;
    margin: 0 auto 1rem auto;
    --carousel-button-color: var(--primary-color);
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
    border-radius: 5px;
    overflow: hidden;
}

.fancybox-carousel .carousel__slide {
    width: 100%;
    padding: 0;
}

.fancybox-carousel .carousel__slide img {
    width: 100%;
    height: 100%;
    aspect-ratio: 5/3;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0px !important;
}

.fancybox-carousel .carousel__button.is-prev {
    left: 1rem;
}

.fancybox-carousel .carousel__button.is-next {
    right: 1rem;
}

.fancybox-carousel .carousel__button:focus {
    outline: none;
    box-shadow: 0 0 0 0px var(--primary);
}

.fancybox-carousel .carousel__button svg {
    color: var(--primary);
}

.thumb_carousel .carousel__slide {
    opacity: 0.5;
    padding: 0;
    margin: 5px;
    width: 100px;
    height: 60px;
    cursor: pointer;
}

.thumb_carousel .carousel__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
}

.thumb_carousel .carousel__slide.is-nav-selected {
    opacity: 1;
}

.sidebar-widget-area {
    padding: 25px;
    background-color: var(--white);
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: var(--shadow1);
}

.sidebar-widget-area .title {
    margin-bottom: 5px;
}

.sidebar-widget-area .widget-title {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.sidebar-widget-area .widget-title::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 50px;
    height: 2px;
    background-color: var(--primary-color);
}

.sidebar-widget-area .widget-title::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 150px;
    height: 2px;
    background-color: rgba(225, 225, 225, 0.4);
}

.sidebar-widget-area .sidebar-widget-item {
    display: flex;
    transition: var(--transition);
}

.sidebar-widget-area .sidebar-widget-item:hover .content-area .title {
    color: var(--primary-color);
}

.sidebar-widget-area .sidebar-widget-item .image-area {
    width: 100px;
}

.sidebar-widget-area .sidebar-widget-item .image-area img {
    width: 100%;
    height: 85px;
    border-radius: 5px;
}

.sidebar-widget-area .sidebar-widget-item .content-area {
    margin-left: 15px;
    width: calc(100% - 100px);
}

.sidebar-widget-area .sidebar-widget-item .content-area .title {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    transition: all ease 0.3s;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    line-height: 1.3;
    color: var(--heading-color);
    margin-bottom: 10px;
    font-family: var(--heading-font);
}
.sidebar-widget-area h6 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--heading-color);
}
.sidebar-widget-area .sidebar-widget-item .content-area .widget-date {
    display: flex;
    gap: 5px;
    color: var(--heading-color);
    font-size: 14px;
}

.sidebar-widget-area .sidebar-widget-item .content-area .widget-date i {
    color: var(--primary-color);
}

.sidebar-widget-area .sidebar-widget-item:not(:last-child) {
    margin-bottom: 20px;
}

.rtl .sidebar-widget-item .content-area {
    margin-left: 0;
    margin-right: 15px;
}

.rtl .sidebar-widget-area .widget-title::before, .rtl .sidebar-widget-area .widget-title::after {
    right: 0;
    left: auto;
}

.schedule-form {
    position: relative;
    display: flex;
    align-items: center;
}

.schedule-form .date-icon {
    position: absolute;
    left: 15px;
    color: var(--primary-color);
}

.schedule-form .date-picker {
    padding-left: 40px;
}

.increment-decrement-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.increment-decrement-area .quantity {
    font-size: 20px;
    color: var(--heading-color);
}

.feature-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}

.feature-box .icon-area {
    font-size: 50px;
    color: var(--primary-color);
}

@media (max-width: 991px) {
    .feature-box .icon-area {
        font-size: 35px;
    }
}

textarea.form-control {
    height: initial;
}

.form-label {
    margin-bottom: 5px;
    font-weight: 500;
}

.form-control {
    color: var(--black);
}

.form-select {
    color: var(--body-color);
}

.form-control,
.form-select {
    border-radius: 5px;
    border: 1px solid var(--border-color1);
    height: 45px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 4px rgba(255, 153, 51, 0.1);
    border: 1px solid var(--primary-color);
    background-color: var(--white);
}

.form-check label,
.form-check-input {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-check-input:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}

.rtl .form-check {
    padding-left: auto;
    padding-right: 1.5em;
}

.rtl .form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
}

.form-select {
    background-image: url(../img/accordion/arrow-down.png);
    background-repeat: no-repeat;
}

.input-group-text {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: var(--primary-color);
}

/*----------------------------------------------
intlTelInput section start
----------------------------------------------*/
.iti {
    display: flex;
}

.iti__selected-flag {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.iti__country-list {
    box-shadow: var(--shadow2);
    border: 1px solid var(--border-color1);
    border-radius: 5px;
}

.iti-mobile .iti__country-list {
    z-index: 9999;
}

.rtl .iti--allow-dropdown .iti__flag-container,
.rtl .iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: auto;
}

.rtl .iti__selected-flag {
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
}

.rtl .iti--allow-dropdown input,
.rtl .iti--allow-dropdown input[type=tel],
.rtl .iti--allow-dropdown input[type=text],
.rtl .iti--separate-dial-code input,
.rtl .iti--separate-dial-code input[type=tel],
.rtl .iti--separate-dial-code input[type=text] {
    padding-left: 6px !important;
    padding-right: 96px;
}
.cmn-btn2 {
    position: relative;
    z-index: 1;
    background: var(--primary-color);
    padding: 8px 15px;
    border-radius: 5px;
    transition: all 0.3sease-in-out;
    font-size: 18px;
    color: var(--white);
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-transform: capitalize;
}
.w-100 {
    width: 100% !important;
}
.mb-15 {
    margin-bottom: 15px;
}
/*----------------------------------------------
07. Popular tour section start
----------------------------------------------*/
.popular-tour-section {
    background-color: var(--bg-color2);
}

/*----------------------------------------------
Popular tour section end
----------------------------------------------*/
/*----------------------------------------------
08. Package section start
----------------------------------------------*/
.package-section {
    background-color: var(--bg-color1);
}

.package-card {
    border-radius: 15px;
    border: 1px solid var(--border-color1);
    background-color: var(--white);
    overflow: hidden;
}

.package-card .thumbs-area {
    overflow: hidden;
}

.package-card .thumbs-area img {
    transition: var(--transition);
}

.package-card:hover .thumbs-area img {
    transform: scale(1.1);
}

.package-card .content-area {
    position: relative;
    padding: 15px;
}

.package-card .content-area .rate-area {
    position: absolute;
    top: -17px;
    right: 20px;
}

.package-card .content-area .rate-area .item {
    background-color: var(--white);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: var(--shadow3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.package-card .content-area .rate-area.active {
    color: var(--primary-color);
}

.package-card .content-area .location {
    text-transform: capitalize;
    display: flex;
    gap: 5px;
}

.package-card .content-area .title {
    margin: 10px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.package-card .content-area .content-bottom {
    margin-top: 20px;
    text-transform: capitalize;
    color: var(--heading-color);
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 10px;
    border-top: 1px solid var(--border-color1);
    padding-top: 15px;
}

.package-card .content-area .content-bottom .duration {
    display: flex;
    gap: 5px;
}

.package-card .content-area .content-bottom .price p span {
    font-weight: 400;
    font-size: 16px;
    color: var(--primary-color);
}

.package-card .content-area .content-bottom .price p span:first-child {
    text-decoration: line-through;
    margin: 0 5px 0 10px;
    font-size: 13px;
    color: #444242;
}
.why-choose-us { 
    padding: 35px !important;
}
.why-choose-us .thumbs-area img {
    height: 100%;
    border-radius: 100%;
}
/* -------- title style ------- */
.line-title {
    position: relative;
    width: 400px;
    font-size: 35px;
    margin-bottom: 20px;
}
  .line-title::before,
  .line-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    border-radius: 2px;
  }
  .line-title::before {
    width: 100%;
    background: #f2f2f2;
  }
  .line-title::after {
    width: 32px;
    background: #e73700;
  }
  
  /******* Middle section CSS Start ******/
  /* -------- Landing page ------- */
 
  .category-section .owl-stage {
    margin: 15px 0;
    display: flex;
    display: -webkit-flex;
  }
  .category-section .item {
    margin: 0 15px 5px;
    width: 320px;
    height: 400px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    background:  rgb(224 105 73) no-repeat center center / cover;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    cursor: pointer;
  }
  .category-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    margin-bottom: 20px;
}
  .category-section .item.active {
    width: 500px;
    /* box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25); */
  }
  .category-section .item:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(3 3 3)); 
  }
  .category-section .item-desc {
    padding: 0 24px 12px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* transform: translateY(calc(100% - 54px));
    -webkit-transform: translateY(calc(100% - 54px)); */
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  .category-section h3
  {
    font-size: 20px;
  color: white;
      line-height: 20px;
  }
   .category-section h4
  {
    font-size: 18px;
        line-height: 30px;
  color: white;
  }
  /* .category-section .item.active .item-desc {
    transform: none;
    -webkit-transform: none;
  } */
  .category-section .item-desc p {

    opacity: 1;
    color:white;
    /* -webkit-transform: translateY(32px); */
    /* transform: translateY(32px); */
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
  }
  .category-section .item.active .item-desc p {
    opacity: 1;
    /* -webkit-transform: translateY(0);
    transform: translateY(0); */
  }
  .category-section .owl-theme.custom-carousel .owl-dots {
    margin-top: -20px;
    position: relative;
    z-index: 5;
  }
  /******** Middle section CSS End *******/
  
  /***** responsive css Start ******/
  
  @media (min-width: 992px) and (max-width: 1199px) {
   
  
    /* -------- Landing page ------- */
    .category-section {
      padding: 50px 30px;
    }
    .category-section .item {
      margin: 0 12px 60px;
      width: 260px;
      height: 360px;
    }
    .category-section .item.active {
      width: 400px;
    }
    .category-section .item-desc {
      /* transform: translateY(calc(100% - 46px));
      -webkit-transform: translateY(calc(100% - 46px)); */
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
   
    .line-title {
      width: 330px;
    }
  
    /* -------- Landing page ------- */
    .category-section {
      padding: 50px 30px 40px;
    }
    .category-section .item {
      margin: 0 12px 60px;
      width: 240px;
      height: 330px;
    }
    .category-section .item.active {
      width: 360px;
    }
    .category-section .item-desc {
      /* transform: translateY(calc(100% - 42px));
      -webkit-transform: translateY(calc(100% - 42px)); */
    }
  }
  
  @media (max-width: 767px) {
   
    .line-title {
      width: 250px;
    }
  
    /* -------- Landing page ------- */
    .category-section {
      padding: 30px 15px 20px;
    }
    .category-section .item {
      margin: 0 10px 40px;
      width: 200px;
      height: 280px;
    }
    .category-section .item.active {
      width: 270px;
      box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    }
    .category-section .item-desc {
      padding: 0 14px 5px;
      /* transform: translateY(calc(100% - 42px));
      -webkit-transform: translateY(calc(100% - 42px)); */
    }
  }
  .about {
    padding: 40px 0 40px;
}
.container { 
    max-width: 1300px; 
}
/* section.category-section {
    background: #ECEBEB;
} */

.tour-box-items-2 {
    border-radius: 28px;
    border: 1px solid rgba(21, 20, 21, 0.14);
    background: var(--white);
    padding: 15px;
    margin-top: 30px;
  }
  .tour-box-items-2 .tour-image {
    position: relative;
  }
  .tour-box-items-2 .tour-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(21, 20, 21, 0) 0%, rgba(21, 20, 21, 0.78) 86.91%);
  }
  .tour-box-items-2 .tour-image img {
    width: 100%;
    height: 100%;
    border-radius: 28px;
  }
  .tour-box-items-2 .tour-image .post-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .tour-box-items-2 .tour-image .post-bar.style-2 .post-item {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .tour-box-items-2 .tour-image .post-bar.style-2 .post-item .post.bg-color {
    background-color: var(--theme-color);
  }
  .tour-box-items-2 .tour-image .post-bar .post {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    background: var(--theme-color-2);
    padding: 11px 19px;
    border-radius: 72px;
    line-height: 1;
  }
  .tour-box-items-2 .tour-image .post-bar .icon {
    width: 39px;
    height: 39px;
    line-height: 45px;
    border-radius: 100px;
    text-align: center;
    background: rgba(255, 255, 255, 0.19);
    color: var(--white);
    transition: all 0.4s ease-in-out;
    cursor: pointer;
  }
  .tour-box-items-2 .tour-image .post-bar .icon:hover {
    background-color: var(--theme-color);
  }
  .tour-box-items-2 .tour-content {
    padding: 25px 15px;
  }
  .tour-box-items-2 .tour-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
  }
  .tour-box-items-2 .tour-content h3 a:hover {
    color: var(--theme-color);
    background-size: 100% 2px;
    background-image: linear-gradient(var(--theme-color), var(--theme-color));
  }
  .tour-box-items-2 .tour-content .meta {
    margin-top: 10px;
  }
  .tour-box-items-2 .tour-content .meta li {
    font-weight: 700;
    font-size: 14px;
  }
  .tour-box-items-2 .tour-content .rating-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
  }
  .tour-box-items-2 .tour-content .rating-bar .rating li {
    font-size: 14px;
    font-weight: 700;
  }
  .tour-box-items-2 .tour-content .rating-bar .rating li i {
    color: var(--theme-color);
    margin-right: 5px;
  }
  .tour-box-items-2 .tour-content .rating-bar .icon {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .tour-box-items-2 .tour-content .rating-bar .icon li i {
    color: var(--text);
  }
  .tour-box-items-2 .tour-content .tour-btn {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media (max-width: 1399px) {
    .tour-box-items-2 .tour-content .tour-btn {
      flex-wrap: wrap;
      gap: 15px;
    }
  }
  .tour-box-items-2 .tour-content .tour-btn .theme-btn {
    padding: 5px 6px 5px 26px;
  }
  .tour-box-items-2 .tour-content .tour-btn .theme-btn span {
    margin-right: 8px;
  }
  .tour-box-items-2 .tour-content .tour-btn .theme-btn i {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .tour-box-items-2 .tour-content .tour-btn h2 {
    font-size: 32px;
    font-weight: 500;
  }
  .tour-box-items-2 .tour-content .tour-btn h2 span {
    font-size: 14px;
    font-weight: 700;
    color: #818181;
    font-family: "Nunito", sans-serif;
  }
  /* .common-banner-content h1 {
    color: var(--white-color);
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    font-family: "Yesteryear", cursive;
    font-weight: 500;
    font-size: 120px;
    line-hight:30px
    text-transform: capitalize;
    margin-bottom: 70px;
}
 */

 
    .header-style-two .header-lower .inner-container {
  border-bottom: none;
  padding: 0 79px;
}

.destination-v2 {
  width: 100%;
  display: flex;
  height: 400px;
}

.left-div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(https://thewildside.in/wp-content/uploads/2020/07/Odzala-Discovery-Camps-Lango-Camp-Waking-the-bai-1.jpg);
  background-position: center;
  background-size: cover;
  object-fit: contain;
}
.left-div :nth-child(1) {
  font-size: 20px;
  color: white;
}
.left-div :nth-child(2) {
  font-size: 50px;
  color: white;
}
.left-div :nth-child(3) {
  font-size: 20px;
  color: white;
  padding: 10px 20px;
  border: 1px solid white;
  border-radius: 5px;
  margin-top: 15px;
}
.right-div :nth-child(1) {
  font-size: 20px;
  color: white;
}
.right-div :nth-child(2) {
  font-size: 50px;
  color: white;
}
.right-div :nth-child(3) {
  font-size: 20px;
  color: white;
  padding: 10px 20px;
  border: 1px solid white;
  border-radius: 5px;
  margin-top: 15px;
}

.right-div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  object-fit: contain;
  background-image: url(https://plus.unsplash.com/premium_photo-1706625669518-664f071e02af?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}
.left-div > P {
  text-align: center;
  line-height: 1.5;
}
.right-div > P {
  text-align: center;
  line-height: 1.5;
}

.main-header {
  display: block;
  width: 100%;
  z-index: 9999;
  top: 0px;
  left: 0px;
  clear: both;
  background-color: transparent !important;
}
.header-style-two .header-lower .inner-container {
  border-bottom: none;
  padding: 15px 100px;
}
.logo img {
  width: 25% !important;
  margin-top: 10px;
}

.container {
    max-width: 1320px !important;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.adventure {
    padding: 70px 0 120px !important;
    padding-bottom: 0px !important;
}

.popular {
    padding: 60px 0 90px !important;
}

.about-testimonial {
    padding: 10px 0 120px !important;
}

.blog {
    padding: 50px 0 92px !important;
    background: var(--bg-3) ;
}

/* section.category-section {
    background: #ECEBEB;
    padding: 40px;
} */

.adventure-carousol-single-content {
    padding: 24px;
    height: 250px !important;
}

/*About US*/
.footer {
    position: relative;
    width: 100%;
    padding: 40px 0;
    background-color: white;
    overflow: hidden;
    margin-top: 100px !important;
}

.counter-section {
    padding: 25px 0 25px !important;
}
.about-3 {
    padding: 120px 0 80px !important;
}

.team {
    padding: 20px 0 120px !important;
}
.category {
    text-align: center;
    color: #e57254;
    font-size: 18px !important;
    margin-bottom: 5px !important;
    font-weight: 750 !important;
    text-transform: uppercase !important;
}

.about-testimonial {
    padding: 50px 0 120px !important;
}

.swiss-button {
    position: absolute;
    bottom: 2px !important;
    left: 20px;
    width: 50px;
    height: 50px;
    background-color: #e53935;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.hero-tagline {
    color: #E07A5F;
    font-size: 18px;
    font-weight: 750 !important;
    margin-bottom: 20px;
    text-transform: uppercase !important;
}
.pakeg-slider {
    padding: 50px 0 40px !important;
}

.faq {
    padding: 70px 0 90px !important;
    background-color: var(--bg-3);
}
.about-testimonial {
    padding: 50px 0 50px !important;
}

@media (max-width: 454px ) {
  .header-style-two .header-lower .inner-container {
    border-bottom: none !important;
    padding: 3px 16px !important;
}
  
}
 .customizeheader {
            display: flex;
            align-items: center;
            margin-bottom: 40px;
            background: white;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .customizelogo {
            color: #e67e56;
            font-size: 24px;
            font-weight: 600;
            margin-right: 30px;
            display: flex;
            align-items: center;
        }

        .customizelogo::before {
            content: "📍";
            margin-right: 10px;
            font-size: 28px;
        }

        .customizetitle-section {
            flex: 1;
        }

        .customizemain-title {
            font-size: 36px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 15px;
            line-height: 1.2;
        }

        .customizedescription {
            color: #666;
            line-height: 1.6;
            font-size: 14px;
        }

        .customizeform-section {
            background: white;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .customizesection-title {
            font-family: 'Brush Script MT', cursive;
            color: #e67e56;
            font-size: 36px;
            margin-bottom: 30px;
            font-weight: normal;
        }

        .customizeform-group {
            margin-bottom: 25px;
        }

        .customizeform-row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-bottom: 25px;
        }

         .customize label {
            font-weight: 600;
            margin-bottom: 8px;
            display: block;
            color: #2c3e50;
        }

         .customize input[type="text"],
         .customize input[type="email"],
         .customize input[type="date"],
         .customize select,
         .customize textarea {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            font-size: 14px;
            transition: border-color 0.3s ease;
            background: white;
        }

         .customize input[type="text"]:focus,
         .customize input[type="email"]:focus,
         .customize input[type="date"]:focus,
         .customize select:focus,
         .customize textarea:focus {
            outline: none;
            border-color: #e67e56;
            box-shadow: 0 0 0 3px rgba(230, 126, 86, 0.1);
        }

         .customize select {
            cursor: pointer;
            appearance: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
            background-position: right 12px center;
            background-repeat: no-repeat;
            background-size: 16px;
            padding-right: 40px;
        }

        .customize textarea {
            min-height: 120px;
            resize: vertical;
        }

        .customizebutton-group {
            display: flex;
            gap: 15px;
            margin-top: 30px;
            justify-content: center;
        }

        .customizebtn {
            padding: 15px 30px;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            text-align: center;
        }

        .customizebtn-primary {
            background-color: #e67e56;
            color: white;
        }

        .customizebtn-primary:hover {
            background-color: #d66946;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(230, 126, 86, 0.3);
        }

        .customizebtn-secondary {
            background-color: transparent;
            color: #e67e56;
            border: 2px solid #e67e56;
        }

        .customizebtn-secondary:hover {
            background-color: #e67e56;
            color: white;
            transform: translateY(-2px);
        }

        .customizesection-header {
            font-size: 18px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f0f0f0;
        }

        @media (max-width: 768px) {
            .customizeheader {
                flex-direction: column;
                text-align: center;
            }

            .customizelogo {
                margin-right: 0;
                margin-bottom: 20px;
            }

            .customizemain-title {
                font-size: 28px;
            }

            .customizesection-title {
                font-size: 28px;
            }

            .customizeform-row {
                grid-template-columns: 1fr;
            }

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

        .customizeplaceholder {
            color: #999;
        }


         .tourlisttype1 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .tourlisttype1 {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
            /* min-height: 100vh; */
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .tourlisttype1 .tour-card {
              background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    position: relative;
    transition: transform 0.3s ease;
        }

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

        .tourlisttype1 .image-section {
            position: relative;
            //background: linear-gradient(45deg, #f093fb 0%, #f5576c 100%);
           // padding: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .tourlisttype1 .helicopter-icon {
            width: 200px;
            height: 120px;
            background: #FFD700;
            border-radius: 15px;
            position: relative;
            transform: rotate(-10deg);
            animation: float 3s ease-in-out infinite;
            box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
        }

        .tourlisttype1 .helicopter-icon::before {
            content: '';
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 8px;
            background: #333;
            border-radius: 4px;
            animation: spin 0.5s linear infinite;
        }

        .tourlisttype1 .helicopter-icon::after {
            content: '';
            position: absolute;
            right: -15px;
            top: 50%;
            transform: translateY(-50%);
            width: 60px;
            height: 6px;
            background: #333;
            border-radius: 3px;
        }

        @keyframes float {
            0%, 100% { transform: rotate(-10deg) translateY(0px); }
            50% { transform: rotate(-10deg) translateY(-10px); }
        }

        @keyframes spin {
            from { transform: translateX(-50%) rotate(0deg); }
            to { transform: translateX(-50%) rotate(360deg); }
        }

        .tourlisttype1 .mountain-bg {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 60%;
            background: linear-gradient(to top, rgba(255,255,255,0.2) 0%, transparent 100%);
            clip-path: polygon(0 100%, 20% 60%, 40% 80%, 60% 50%, 80% 70%, 100% 40%, 100% 100%);
        }

        .tourlisttype1 .content-section {
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .tourlisttype1 .location {
            color: #10b981;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .tourlisttype1 .title {
            font-size: 32px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .tourlisttype1 .description {
            color: #6b7280;
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .tourlisttype1 .rating-section {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 30px;
        }

        .tourlisttype1 .stars {
            display: flex;
            gap: 2px;
        }

        .tourlisttype1 .star {
            width: 20px;
            height: 20px;
            background: linear-gradient(45deg, #fbbf24, #f59e0b);
            clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
        }

        .tourlisttype1 .review-text {
            color: #9ca3af;
            font-size: 14px;
        }

        .tourlisttype1 .bottom-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .tourlisttype1 .price-section {
            display: flex;
            flex-direction: column;
        }

        .tourlisttype1 .price-label {
            color: #6b7280;
            font-size: 14px;
            margin-bottom: 5px;
        }

        .tourlisttype1 .price {
            font-size: 28px;
            font-weight: 700;
            color: #1f2937;
        }

        .tourlisttype1 .duration-badge {
            background: linear-gradient(45deg, #06b6d4, #0891b2);
            color: white;
            padding: 12px 20px;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .tourlisttype1 .heart-icon {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 45px;
            height: 45px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .tourlisttype1 .heart-icon:hover {
            background: #ef4444;
            transform: scale(1.1);
        }

        .tourlisttype1 .heart-icon:hover::before {
            color: white;
        }

        .tourlisttype1 .heart-icon::before {
            content: '♡';
            font-size: 20px;
            color: #ef4444;
            transition: color 0.3s ease;
        }

        .tourlisttype1 .discount-badge {
            position: absolute;
            top: 20px;
            right: 80px;
            background: #ef4444;
            color: white;
            padding: 8px 12px;
            border-radius: 15px;
            font-size: 12px;
            font-weight: 700;
        }

        @media (max-width: 768px) {
            .tourlisttype1 .tour-card {
                grid-template-columns: 1fr;
                max-width: 500px;
            }
            
            .tourlisttype1 .image-section {
                padding: 30px;
            }
            
            .tourlisttype1 .helicopter-icon {
                width: 150px;
                height: 90px;
            }
            
            .tourlisttype1 .content-section {
                padding: 30px;
            }
            
            .tourlisttype1 .title {
                font-size: 24px;
            }
        }

         .header-style-two .header-lower .inner-container {
  border-bottom: none;
  padding: 0 79px;
}

.destination-v2 {
  width: 100%;
  display: flex;
  height: 400px;
}

.left-div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(https://thewildside.in/wp-content/uploads/2020/07/Odzala-Discovery-Camps-Lango-Camp-Waking-the-bai-1.jpg);
  background-position: center;
  background-size: cover;
  object-fit: contain;
}
.left-div :nth-child(1) {
  font-size: 20px;
  color: white;
}
.left-div :nth-child(2) {
  font-size: 50px;
  color: white;
}
.left-div :nth-child(3) {
  font-size: 20px;
  color: white;
  padding: 10px 20px;
  border: 1px solid white;
  border-radius: 5px;
  margin-top: 15px;
}
.right-div :nth-child(1) {
  font-size: 20px;
  color: white;
}
.right-div :nth-child(2) {
  font-size: 50px;
  color: white;
}
.right-div :nth-child(3) {
  font-size: 20px;
  color: white;
  padding: 10px 20px;
  border: 1px solid white;
  border-radius: 5px;
  margin-top: 15px;
}

.right-div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  object-fit: contain;
  background-image: url(https://plus.unsplash.com/premium_photo-1706625669518-664f071e02af?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}
.left-div > P {
  text-align: center;
  line-height: 1.5;
}
.right-div > P {
  text-align: center;
  line-height: 1.5;
}

.main-header {
  display: block;
  width: 100%;
  z-index: 9999;
  top: 0px;
  left: 0px;
  clear: both;
  background-color: transparent !important;
}
.header-style-two .header-lower .inner-container {
  border-bottom: none;
     padding: 0px 30px 0 30px;
}
.main-menu .navigation>li {
    position: relative;
    padding: 15px 0px!important;
}
.logo img {
  width: 25% !important;
  margin-top: 10px;
}

.container {
    max-width: 1320px !important;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.adventure {
    padding: 70px 0 120px !important;
    padding-bottom: 0px !important;
}

.popular {
    padding: 60px 0 90px !important;
}

.about-testimonial {
    padding: 10px 0 120px !important;
}

.blog {
    padding: 50px 0 92px !important;
    background: var(--bg-3) ;
}

/* section.category-section {
    background: #ECEBEB;
    padding: 40px;
} */

.adventure-carousol-single-content {
    padding: 24px;
    height: 250px !important;
}
/* Light background for the section */
.category-section-carousel {
  background-color: #f9f9f9; /* light gray background */
  padding: 20px 0; /* some spacing */
  border-radius: 10px; /* optional rounded edges */
}

/* Item styling */
.category-section-carousel .item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

/* Dim the image with overlay */
.category-section-carousel .item img {
  width: 100%;
  display: block;
  transition: 0.3s ease-in-out;
  filter: brightness(70%); /* dims the image */
}

/* Optional overlay method */
.category-section-carousel .item::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
/*   background: rgba(0,0,0,0.4); black overlay with transparency */
  z-index: 1;
}

/* Text inside the item */
.category-section-carousel .item .text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  color: #fff;
  z-index: 2;
  font-weight: bold;
  text-shadow: 0px 2px 6px rgba(0,0,0,0.6);
}
.search-2 .search-form { 
    width: 100%!important;
}
/* Default header background */
.main-header {
  background: rgba(0, 0, 0, 0.7); /* semi-transparent black */
  transition: background 0.4s ease, backdrop-filter 0.4s ease;
  backdrop-filter: blur(6px); /* glass effect */
}

/* On hover – slightly brighter */
.main-header:hover {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
}

/* Sticky header – fully opaque */
.sticky-header .header-upper {
  background: rgba(0, 0, 0, 0.95);
  transition: background 0.4s ease;
}
.why-choose-us .content-area .title { 
    font-size: 25px;
    margin-top: 20px;
}
 

        .category {
            text-align: center;
            color: #e57254;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .main-heading {
            text-align: center;
            color: #1b1f4b;
            font-size: 38px;
            font-weight: bold;
            margin-bottom: 40px;
        }

        .cards-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
        }

        .card {
            background-color: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            position: relative;
            transition: transform 0.3s ease;
        }

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

        .card-image-container {
            position: relative;
            height: 200px;
            overflow: hidden;
        }

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

        .swiss-button {
            position: absolute;
            bottom: -20px;
            left: 20px;
            width: 50px;
            height: 50px;
            background-color: #e53935;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }

        .swiss-button img {
            width: 30px;
            height: 30px;
        }

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

        .card-title {
            font-size: 24px;
            font-weight: bold;
            color: #1b1f4b;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .location {
            display: flex;
            align-items: center;
            color: #7c8298;
            font-size: 14px;
        }

        .location-icon {
            color: #7c8298;
            margin-right: 5px;
        }

        .card-text {
            color: #586078;
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .view-more-btn {
            display: block;
            width: 100%;
            padding: 14px;
            background-color: #e57254;
            color: white;
            text-align: center;
            border-radius: 8px;
            text-decoration: none;
            font-weight: bold;
            transition: background-color 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 16px;
        }

        .view-more-btn:hover {
            background-color: #d9634a;
        }
 

        @media (max-width: 768px) {
            .main-heading {
                font-size: 28px;
            }
            
            .cards-container {
                grid-template-columns: 1fr;
            }
            
          
        }

         .services-section {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 30px;
        }

        .service-card {
            flex: 1;
            min-width: 250px;
            background-color: #ffffff;
            border-radius: 10px;
            overflow: hidden;
            text-align: center;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
            position: relative;
        }

        .service-card:hover {
            transform: translateY(-10px);
        }

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

        .icon-guided {
            background-color: #FAE8D4;
        }

        .icon-flights {
            background-color: #FFE4E4;
        }

        .icon-religious {
            background-color: #FFF3C4;
        }

        .icon-medical {
            background-color: #E4F1FF;
        }

        .service-card h3 {
            margin-bottom: 15px;
            color: #333;
            font-size: 18px;
            font-weight: 600;
        }

        .service-card p {
            color: #666;
            font-size: 14px;
            padding: 0 10px;
        }

        .accent-shape {
            position: absolute;
            width: 60px;
            height: 60px;
            background-color: #E07A5F;
            border-radius: 25% 0;
            bottom: -20px;
            right: -20px;
            z-index: 0;
        }

        @media (max-width: 768px) {
            .services-section {
                flex-direction: column;
            }
            
            .service-card {
                width: 100%;
            }
        }

        .location.search-box {
    display: unset;
}