
:root {
    --section-bg: rgb(255 235 204);

}
.bg-secion {
    background-color: var(--section-bg);
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Prosto One', sans-serif;
    font-weight: 400;
    color: #1a1a1a;
}
p, ul {
    font-family: 'Catamaran', sans-serif;
}
.section-copy {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #56585e;
}
.section-lead {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.section-lead-wide {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.section-alt-bg {
    background-color: #eceff3;
}
/* Navbar */
.navbar{
    background:#fff;
    padding:15px 0;
}

.logo{
    font-size:34px;
    font-weight:700;
    color:#f45d2d;
    line-height:1;
}
.logo small{
    display:block;
    color:#444;
    font-size:11px;
    letter-spacing:2px;
}
.logo-img{
    height:56px;
    width:auto;
}
.nav-link{
    color:#000 !important;
    font-size:15px;
    margin:0 12px;
}
.nav-link-daytour{
    font-size: 18px;
}
.nav-link-city{
    font-family: 'Prosto One', sans-serif;
    color: #fc5d2d !important;
    font-size: 22px;
    letter-spacing: 0.3px;
    position: relative;
    transition: color 0.2s ease;
}
.nav-link-city::after{
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -2px;
    height: 2px;
    background: #fc5d2d;
    transform: scaleX(0);
    transition: transform 0.2s ease;
}
.nav-link-city:hover{
    color: #e04d1f !important;
}
.nav-link-city:hover::after{
    transform: scaleX(1);
}
.icon-box i{
    font-size:22px;
    margin-left:20px;
    cursor:pointer;
}
/* =============Home page css========= */
/* Hero */
.hero{
    background:var(--section-bg);
    padding:70px 0;
}

.hero h1{
    font-size:48px;
    font-weight:400;
    line-height:1.5;
}
.discover-btn{
    background:#fc5d2d;
    color:#fff;
    font-family:'Catamaran', sans-serif;
    font-weight:500;
    border:none;
    border-radius:28px;
    padding:12px 45px;
    margin-top:25px;
    transition:.3s;
}
.discover-btn:hover{
    background:#e04d1f;
}
.gallery img{
    width:100%;
    object-fit:cover;
    height: 320px;
}
.hero-slider-section{
    position:relative;
}
.hero-slider{
    position:relative;
}
.hero-slider img,
.hero-slider video{
    width:100%;
    height:600px;
    object-fit:cover;
    display:block;
}
.hero-slider-section .carousel-item{
    position:relative;
}
.hero-slide-overlay{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.15) 50%, rgba(0,0,0,.45) 100%);
}
.hero-slide-overlay .titles{
    color:#fff;
    text-shadow:0 2px 12px rgba(0,0,0,.5);
}

/* ====culture section css=== */
.culture-card img{
    height:300px;
    object-fit:cover;
    transition:0.3s;
}
.culture-card:hover img{
    transform:scale(1.03);
}
.culture-card h5{
    font-size:20px;
    margin-bottom:10px;
}
.culture-card p{
    font-size:15px;
    line-height:1.7;
    color:#56585e;
}
.service-card img{
    height:320px;
    width:100%;
    object-fit:cover;
    border-radius:20px;
    transition:.3s ease;
}
.service-card:hover img{
    transform:scale(1.03);
}
.service-card h3{
    font-size:20px;
}
.service-card p{
    font-size:1.05rem;
    line-height:1.8;
    color:#56585e;
}
.titles{
    /*font-size: 48px;*/
    font-size: 35px;
}
.subtitles {
    font-size: 24px;
}
.subpera {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #56585e;
}
.trusted-badge{
    width:60%;
    background:#4d4b73;
}
/* ======Destinations Section==== */
.destination-card img{
    height:460px;
    width:100%;
    object-fit:cover;
    border-radius:20px;
    transition:.3s ease;
}

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

.destination-card h3{
    font-size:24px;
}
.f18{
    font-size: 18px;
}
/* ----====ftr==== */
.join-btn {
    background: #4a4a6a;
    font-size: 14px;
}
footer{
    background:#2d2a32;
}
.footer-copy{
    font-size:15px;
}
.footer-link{
    font-size:15px;
    text-decoration:none;
}
.footer-link:hover{
    text-decoration:underline;
    color:#fff !important;
}
.footer-email-input{
    height:50px;
}
.testimonial-img{
    object-fit:cover;
    min-height:420px;
}
.testimonial-panel{
    min-height:420px;
}
.map-embed{
    border:0;
    width:100%;
}
.request-to-book-note{
    background:#fff3ec;
    border:1px solid #fc5d2d;
    border-radius:8px;
    color:#c94a20;
    padding:10px 12px;
    font-weight:600;
    line-height:1.4;
}
.request-to-book-note i{
    margin-right:4px;
}

/* =====================reviews section======= */
.review-tile{
    border:1px solid #e2e2e2;
    border-radius:16px;
    background:#fff;
    padding:20px;
    height:100%;
}
.review-stars{
    color:#fc5d2d;
    font-size:15px;
}
.review-stars .review-star-empty{
    color:#e2e2e2;
}
.review-rating-number{
    color:#1a1a1a;
    font-weight:700;
    margin-left:4px;
}
.review-avatar{
    width:44px;
    height:44px;
    min-width:44px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:700;
    font-size:17px;
    overflow:hidden;
}
.review-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.review-name{
    font-weight:700;
    font-size:15px;
    color:#1a1a1a;
}
.review-meta{
    font-size:13px;
    color:#8a8a8a;
}
.review-description{
    font-size:15px;
    line-height:1.6;
    color:#4a4a4a;
}
.review-text-clamped{
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.review-read-more-link{
    display:inline-block;
    color:#fc5d2d;
    font-weight:600;
    white-space:nowrap;
    cursor:pointer;
    margin-left:4px;
}
.review-see-more-link{
    color:#fc5d2d;
    font-weight:600;
    text-decoration:underline;
    cursor:pointer;
}
.review-average-rating{
    font-size:17px;
    font-weight:700;
    color:#1a1a1a;
}
.review-average-rating i{
    color:#fc5d2d;
    margin-right:4px;
}

/* =====================conact page======= */
.bannerDiv img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.bannerDiv video {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}
#heroCarousel.bannerDiv {
    padding: 0;
    overflow: hidden;
}
body{
    background:#f8f8f8;
}
.info-box{
    border-radius:10px;
    padding:30px;
}

.booking-card{
    border:1px solid #e2e2e2;
    border-radius:10px;
    padding:20px;
    position:sticky;
    top:20px;
    overflow:hidden;
}

.booking-card img{
    width:100%;
    border-radius:8px;
}

.gallery img{
    width:100%;
    border-radius:10px;
}

h5{
    margin-top:25px;
}

ul{
    padding-left:18px;
}
.info-boxes{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    text-align:center;
    margin-bottom:15px;
}
.info:last-child{
    border:none;
}

.info h5{
    margin-bottom:4px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
}
.info p{
    margin-bottom:8px;
    color: #000;
    font-size: 14px;
}
.info-box h5 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
    margin-top: 0;
}
.info-box {
    font-size: 14px;
    margin-bottom: 10px;
}
.info-boxes {
    font-size: 16px;
    color: #000;
}
.perac {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #1a1a1a;
}
.booking-card h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}
.book-nowbtn {
    background-color: #fc5d2d;
    max-width: 150px;
    height: 50px;
    border: 1px solid #fc5d2d;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
}
#checkAvailabilityBtn.book-nowbtn {
    max-width: none;
    width: 100%;
}
.pill-select{
    border-radius: 30px;
    padding: 13px 20px;
    height: auto;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    font-size: 17px;
}
/* Hide native number spinner - replaced with always-visible custom stepper buttons,
   since the native one only renders on hover/focus in desktop browsers and not at
   all on most mobile browsers. */
#topPersons::-webkit-outer-spin-button,
#topPersons::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
#topPersons{
    -moz-appearance: textfield;
}
.date-field-wrap{
    position: relative;
}
#topDate{
    padding-right: 44px;
    cursor: pointer;
}
.date-calendar-btn{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #56585e;
    font-size: 19px;
    padding: 0;
}
.participants-field-wrap{
    position: relative;
}
.participants-display-text{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 44px;
    display: flex;
    align-items: center;
    padding: 13px 0 13px 20px;
    border-radius: 30px 0 0 30px;
    background-color: #f8f8f8;
    color: #1a1a1a;
    font-size: 17px;
    pointer-events: none;
}
.participants-display-text.is-placeholder{
    color: #6c757d;
}
.participants-stepper{
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 4px;
    width: 36px;
    display: flex;
    flex-direction: column;
}
.participants-stepper-btn{
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e2e2e2;
    color: #56585e;
    font-size: 12px;
    padding: 0;
}
.participants-stepper-btn:first-child{
    border-radius: 10px 10px 0 0;
    border-bottom: none;
}
.participants-stepper-btn:last-child{
    border-radius: 0 0 10px 10px;
}
.participants-stepper-btn:active{
    background: #f0f0f0;
}
.booking-price-box{
    text-align: left;
}
.booking-price{
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}
.variant-options-section{
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    background: #fafafa;
}
.variant-options-section h5{
    margin-top: 0;
}
.variant-option-card{
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    padding: 18px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.variant-option-card.selected{
    border-color: #fc5d2d;
    box-shadow: 0 0 0 1px #fc5d2d;
}
.variant-option-card.unavailable{
    opacity: .6;
}
.spots-badge{
    background: #dc3545;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
}
.spots-badge-muted{
    background: #6c757d;
}
.variant-radio{
    width: 22px;
    height: 22px;
    accent-color: #fc5d2d;
    cursor: pointer;
    flex-shrink: 0;
}
.variant-title{
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 8px;
}
.variant-meta li{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 6px;
    color: #56585e;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
}
.variant-meta i{
    color: #fc5d2d;
    margin-top: 2px;
}
.variant-price{
    margin-top: auto;
}
.variant-select-btn{
    border: 1px solid #fc5d2d;
    color: #fc5d2d;
    background: #fff;
    border-radius: 25px;
    font-weight: 600;
    padding: 10px;
}
.variant-option-card.selected .variant-select-btn{
    background: #fc5d2d;
    color: #fff;
}
.booking-summary{
    background: #f8f8f8;
    border-radius: 10px;
    font-size: 14px;
}
/* ==================guide================== */
.tabs-slider{
display:flex;
gap:12px;
overflow-x:auto;
white-space:nowrap;
scrollbar-width:none;
padding-bottom:10px;
}

.tabs-slider::-webkit-scrollbar{
display:none;
}
.nav-pills .nav-link {
    flex:0 0 auto;
    border:1px solid #ddd;
    font-weight:500;
    padding:10px 20px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background:#000;
    color:#fff !important;
}
.card{
    border-radius:15px;
    overflow:hidden;
    transition:.3s;
}

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

.card img{
    height:220px;
    object-fit:cover;
}
a {
    text-decoration: none;
}
/* =============tabing slider css====== */
.tabsSwiper {
    width: 100%;
    padding: 5px 0;
}

.tabsSwiper .swiper-slide {
    width: auto !important;
}

.tabsSwiper .nav-link {
    white-space: nowrap;
    border-radius: 50px;
    padding: 8px 20px;
}

.tabsSwiper .swiper-wrapper {
    align-items: center;
}
.tabs-slider{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    gap:10px;
    white-space:nowrap;
    scrollbar-width:none;
    -ms-overflow-style:none;
}

.tabs-slider::-webkit-scrollbar{
    display:none;
}

.tabs-slider .nav-item{
    flex:0 0 auto;
}

.tabs-slider .nav-link{
    white-space:nowrap;
}
.booking-card ul li {
    font-size: 14px;
}
.headTitle{
    font-size: 24px;
}
.city-card-link{
    text-decoration: none;
    color: inherit;
    display: flex;
    height: 100%;
}
.city-row-gap{
    row-gap: 2.5rem;
}
.city-row-gap > [class*="col-"]{
    display: flex;
}
.city-card{
    border: 1px solid #e2e2e2;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.city-card-link:hover .city-card{
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.city-card img{
    height: 200px;
    object-fit: cover;
    display: block;
    transition: 0.3s;
}
.city-card-link:hover img{
    transform: scale(1.03);
}
.city-card-body{
    padding: 16px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.city-card-body h5{
    font-size: 18px;
    margin-bottom: 8px;
}
.city-badge{
    position: absolute;
    top: 12px;
    left: 12px;
    background: #fff;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
}
.city-card-meta{
    font-size: 14px;
    color: #56585e;
    margin-top: 8px;
    font-weight: bold;
}
.city-card-price{
    color: #fc5d2d;
    font-weight: 700;
}
.whatsapp-float{
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    z-index: 1050;
    transition: transform 0.2s ease;
}
.whatsapp-float:hover{
    color: #fff;
    transform: scale(1.08);
}
/* =======flatpickr calendar popup - larger, brand-styled==== */
.flatpickr-calendar{
    font-size: 16px;
    width: 340px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.flatpickr-months .flatpickr-month{
    height: 48px;
}
.flatpickr-current-month{
    font-size: 18px;
    padding-top: 6px;
}
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year{
    font-size: 18px;
}
.flatpickr-weekdays{
    height: 34px;
}
span.flatpickr-weekday{
    font-size: 14px;
    font-weight: 600;
}
.flatpickr-day{
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    max-width: none;
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.selected:focus{
    background: #fc5d2d;
    border-color: #fc5d2d;
}
.flatpickr-day.today{
    border-color: #fc5d2d;
}
.flatpickr-day:hover{
    background: #ffe6dc;
}
.flatpickr-prev-month, .flatpickr-next-month{
    padding-top: 8px;
}
.faq-nav-list{
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}
.faq-nav-list li{
    margin-bottom: 14px;
}
.faq-nav-list li:last-child{
    margin-bottom: 0;
}
.faq-nav-link{
    display: inline-block;
    padding: 8px 14px;
    border-radius: 6px;
    background-color: #ffe6dc;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
}
.faq-nav-link:hover{
    background-color: #fc5d2d;
    color: #fff;
}
/* =======media responsive css==== */
@media(max-width:768px){
    .hero h1{
        font-size:34px;
    }
    .gallery img{
        margin-bottom:20px;
    }
    .info-boxes{
        grid-template-columns:repeat(2,1fr);
    }
    .bannerDiv img{
        height:250px;
    }
    .hero-slider img,
    .hero-slider video{
        height:320px;
    }
    .hero-slide-overlay .titles{
        font-size:30px;
    }
}