
: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;
}

/* ====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;
}
.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-email-input{
    height:50px;
}
.testimonial-img{
    object-fit:cover;
    min-height:420px;
}
.testimonial-panel{
    min-height:420px;
}
.map-embed{
    border:0;
    width:100%;
}

/* =====================conact page======= */
.bannerDiv img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
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: 10px 20px;
    height: auto;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
}
.date-field-wrap{
    position: relative;
}
.date-placeholder-text{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 38px;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 20px;
    border-radius: 30px 0 0 30px;
    background-color: #f8f8f8;
    color: #6c757d;
    pointer-events: none;
}
.participants-field-wrap{
    position: relative;
}
.participants-display-text{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 38px;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 20px;
    border-radius: 30px 0 0 30px;
    background-color: #f8f8f8;
    color: #1a1a1a;
    pointer-events: none;
}
.participants-display-text.is-placeholder{
    color: #6c757d;
}
.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: block;
}
.city-row-gap{
    row-gap: 2.5rem;
}
.city-card{
    border: 1px solid #e2e2e2;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.2s ease;
}
.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;
}
.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;
}
.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);
}
/* =======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;
    }
}