 .tour-details-banner .swiper-slide img {
    width: 100%;
    height: 400px; /* You can adjust height as per your design */
    object-fit: cover;
    border-radius: 10px; /* optional for rounded corners */
}
.tourSwiper-active .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 37%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f9b512;
    right: unset;
    right: 2%;
    font-size: 31px;
    color: #fa4032;
}
    .sidebar-form {
    margin-left: 9px;
    background: rgb(205 137 32);
    padding: 14px;
    border-radius: 20px;
    box-shadow: 0 5px 111px rgba(0, 0, 0, 0.1);
    max-width: 392px;
    height: 386px;
    margin-top: 6px;
}
    
    .sliderblk {
    height: 100%;
    overflow: auto;
   background: rgb(159 116 17);
    padding: 7px 0px 0 7px;
    border-radius: 18px;
    float: left;
    width: 99%;
}

.shorttour {
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    overflow: hidden;
    padding: 13px 0px 13px 10px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
}
.shorttour .tour {
    width: 95%;
    font-size: 15px;
    text-align: center;
    background-color: #fa4032;
    font-size: 21px;
    border-radius: 8px 5px 5px 7px;
    padding: 12px;
    color: #fff;
    font-weight: 600;
}
.b1 {
    float: left;
    width: 42%;
    color: #333;
    font-size: 17px;
    font-weight: 600;
}
.b2 {
    padding-right: 0px;
    text-align: right;
    width: 58%;
    float: left;
    font-size: 14px;
}

.tour-details-container .price-review .pera {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-title);
    line-height: 1.1;
}
.package-content .location .name {
    font-size: 12px;
    font-weight: 400;
    color: var(--primary-color);
    line-height: 1.8;
}
.package-content .area-name
Specificity: (0,2,0)
 {
    font-size: 16px;
    font-weight: 700;
    color: #183ecf;
    margin-bottom: 2px;
}
.package-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
}

.package-img img {
    width: 100%;
    height: 250px; /* Fixed height for image */
    object-fit: cover;
}

.package-content {
    flex-grow: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.swiper-slide {
    height: auto;
}


.stars{
    font-size: 20px;
}

.verified{
    display: inline-block;
    margin-top: 5px;
    color: green;
    font-weight: 600;
}
/* =========================
   TESTIMONIAL SECTION ONLY
/* TESTIMONIAL CARD */
.testimonial-card{
    background:#f9e0e3;
    border-radius:18px;
    padding:20px;
    height:420px !important; /* Fixed height */
    
    display:flex;
    flex-direction:column;
    justify-content:space-between;

    overflow:hidden;
    position:relative;
}

/* HEADER */
.testimonial-header{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:15px;
}

/* AVATAR */
.user-img.avatar{
    width:55px;
    height:55px;
    min-width:55px;
    border-radius:50%;
    background:#ff9800;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
    font-weight:700;
    flex-shrink:0;
}

/* USER INFO */
.user-info{
    flex:1;
}

/* NAME */
.user-info .name{
    font-size:22px;
    font-weight:700;
    color:#111;
    margin:0;
    line-height:1.3;
    word-break:break-word;
}

/* DESIGNATION */
.user-info .designation{
    font-size:15px;
    color:#555;
    margin-top:3px;
}

/* REVIEW BOX */
.testimonial-body{
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    border-radius:12px;
    padding:18px;
    margin-top:10px;

    flex:1;

    overflow-y:auto; /* Scroll */
    max-height:180px;
}

/* REVIEW TEXT */
.testimonial-body .pera{
    font-size:16px;
    line-height:1.8;
    color:#333;
    margin:0;

    word-break:break-word;
}

/* FOOTER */
.testimonial-footer{
    margin-top:15px;
    position:relative;
    z-index:2;
}

/* GOOGLE LOGO */
.testimonial-footer .logo img{
    width:45px; /* small icon */
    height:45px;
    object-fit:contain;
}

/* SCROLLBAR */
.testimonial-body::-webkit-scrollbar{
    width:5px;
}

.testimonial-body::-webkit-scrollbar-thumb{
    background:#ccc;
    border-radius:10px;
}

/* MOBILE */
@media(max-width:768px){

    .testimonial-card{
        height:380px !important;
        padding:15px;
    }

    .user-img.avatar{
        width:48px;
        height:48px;
        min-width:48px;
        font-size:16px;
    }

    .user-info .name{
        font-size:18px;
    }

    .testimonial-body{
        padding:14px;
        max-height:150px;
    }

    .testimonial-body .pera{
        font-size:14px;
        line-height:1.7;
    }

    .testimonial-footer .logo img{
        width:40px;
        height:40px;
    }
}
/*testimonial-body-end */

/* Mobile Responsive */
@media(max-width:768px){

    .customer-review-box{
        padding: 18px;
    }

    .review-title{
        font-size: 22px;
    }

    .review-item p{
        font-size: 14px;
    }

}


@media (max-width: 768px) {
    .package-img img {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .tour-details-banner .swiper-slide img {
        height: 250px;
    }
}
@media (max-width: 991px) {
  .tourSwiper-active .swiper-button-next {
    /*display: none;*/
  }
}
.tourSwiper-active .swiper-button-prev {
 width: 50px;
    height: 50px;
    border-radius: 37%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f9b512;
    right: unset;
    right: 22%;
    font-size: 31px;
    color: #fa4032;
}
@media (max-width: 991px) {
  .tourSwiper-active .swiper-button-prev {
    /*display: none;*/
  }
}

@media (max-width: 480px) {
.sliderblk{
    display: none;
}
}
@media (max-width: 991px) {
    .tourSwiper-active {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 991px) {
    .tourSwiper-active {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 991px) {
    .breadcrumbs-area {
        padding: 18px;
        padding-top: 16px;
        padding-bottom: 0px;
    }
}

@media(max-width:768px){

    .table-wrapper{
        width:100%;
        overflow-x:scroll;
        overflow-y:hidden;
        display:block;
        border:1px solid #ccc;
        background:#fff;
        margin-bottom:15px;
        -webkit-overflow-scrolling:touch;
    }

    .table-wrapper th,
    .table-wrapper td{
        padding:12px;
        font-size:15px;
        line-height:1.7;
        text-align:left;
        vertical-align:top;
        white-space:normal;
    }

    .table-wrapper::-webkit-scrollbar{
        height:8px;
    }

    .table-wrapper::-webkit-scrollbar-thumb{
        background:#888;
        border-radius:10px;
    }

    .table-wrapper::-webkit-scrollbar-track{
        background:#f1f1f1;
    }

    .table-wrapper::after{
        content:"";
        display:block;
        text-align:center;
        font-size:12px;
        color:#666;
        padding:5px;
    }
}
