/************************ Hero Slider *****************/

.hero-slider {
    position: relative;
    width: 100%;
    height: 100vh; 
    overflow: hidden;
}

.slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.1); 
    transition: opacity 1.5s ease-in-out, transform 6s ease-in-out;
}

.slide.active {
    opacity: 1;
    transform: scale(1); 
}

.slider-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: flex-end;    
    justify-content: flex-start; 
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 34.47%, rgba(0, 0, 0, 0.2) 58.17%, transparent 100%); 
}

.slider-content .container {
    width: 100%;
    max-width: 1200px; 
    margin-bottom: 100px; 
    text-align: left;  
    color: #ffffff;
    padding: 0 20px; 
    box-sizing: border-box;
}

.banner-top span {
    font-size: 64px;
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #ffffff;
}

.banner-top h1 {
    font-style: normal;
    font-weight: 900;
/*     font-size: 128px;
    line-height: 130px; */
	font-size: 70px;
    line-height: 75px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.banner-test {
    display: flex;
    margin-top: 31px;
    gap: 56px;
    align-items: flex-start;
}

a.book {
    position: relative;
}

a.book i {
    position: absolute;
    left: 37%;
    top: 32%;
    color: #fff;
    font-size: 35px;
    transform: rotate(318deg);
}

.spinning-icon {
    display: inline-block; 
    animation: smoothSpin 10s linear infinite; 
    will-change: transform; 
    transform: translateZ(0); 
}

@keyframes smoothSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.testimonl-hero {
    max-width: 476px;
}

.testimonl-hero p {
    font-style: normal;
    font-weight: 300;
    font-size: 23px;
    line-height: 34px;
    color: #FFFFFF;
}

.flex-btms {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 23px;
}

.flex-btms ul {
    display: flex;
    gap: 4px;
}

.flex-btms ul li {
    display: flex;
    gap: 5px;
    font-size: 21px;
    color: #FFBA40;
}

.img-group {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 120px; 
    height: 50px; 
}

.img-group img {
    width: 56px;
    height: 56px;
    border-radius: 50%; 
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.img-btm {
    left: 0;
    z-index: 1;
}

.img-mibble {
    left: 36px; 
    z-index: 2;
}

.img-top {
    left: 70px; 
    z-index: 3; 
}

.flex-btms span {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 34px;
    color: #FFFFFF;
}

/************************ Hero Slider *****************/

.title-gropu{
display: flex;
    flex-direction: column;
    gap: 5px;
}
.title-gropu h2{

font-style: normal;
font-weight: 900;
font-size: 47px;
line-height: 51px;
/* or 109% */
text-transform: uppercase;

color: #323232;


}
.title-gropu p{

}

.icon-holder{
   background-color: #EDEDED;
    display: flex;
    width: 100%;
    min-height: 180px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    align-items: center;
    transition: all 0.3s;
}
.icon-holder:hover{
    background-color: #FF9103;
}
.icon-holder:hover h4{
    color: #fff;
}
.icon-holder img{
min-height: 70px;
}
.icon-holder:hover img{
    filter: brightness(0) invert(1);
}
.icon-holder h4{

font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 45px;
/* identical to box height, or 225% */
text-align: center;
letter-spacing: -0.01em;

color: #3F3F3F;


}

/********************postype**********************/

.destination-holder {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 30px;
    aspect-ratio: 4 / 4.3; 
    width: 100%;
}

.destination-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.destination-holder:hover img {
    transform: scale(1.08);
}

.overlay-dat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  background: linear-gradient(to top, rgb(0 0 0 / 56%) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
    pointer-events: none; 
}

.overlay-dat a, .overlay-dat span {
    pointer-events: auto; 
}

.top-left {
    align-self: flex-end;
    background-color:var(--themecolorsecnd);
    color: #ffffff;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
}

.btm-title {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
    text-align: center;
}


.service-destishn{
    background-color: var( --bgcolor-light);
}

.section-heading h2{

font-style: normal;
font-weight: 900;
font-size: 47px;
line-height: 51px;
/* or 109% */
text-transform: uppercase;

color: #323232;


}
/***********************************package**************************/

.service-papular {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

    background-attachment: fixed; 
}
.service-papular .section-heading h2 {
 
    font-weight: 700;
    color: #111111;
}

.card-holder {

padding: 20px;
    overflow: hidden;

    margin-bottom: 30px;

    display: flex;
    flex-direction: column;




background: rgba(10, 28, 61, 0.48);
backdrop-filter: blur(2px);
/* Note: backdrop-filter has minimal browser support */

}



.card-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: #f5f5f5;
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.card-holder:hover .card-img-wrapper img {
    transform: scale(1.05);
}

.card-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    text-align: center;
}

.card-content h3 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.4;
    width: 100%;
    text-align: center;
}

.btn-book {
    display: inline-block;
    text-align: center;
    background-color:var(--themecolorsecnd);
    color: #ffffff;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
    transition: background-color 0.3s ease;
    margin-top: auto;
}

.btn-book:hover {
    background-color: #fff;
    color: var(--themecolorsecnd);
}

/****************************************
 *****testimonials*********************/

.section-testimonial{
background-color: #F9F9F9;
}

.section-testimonial .container{
max-width: 1500px;
}
#testmonilslider .slider-track{

}
.testimonial-card {
 background: #FFFFFF;
border: 1px solid #F0F0F0;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
border-radius: 24px;
height: auto;
margin: 1px 0; 
}

.client-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #f3f3f3;
}
.data-testmo h4{}
.data-testmo ul{
    display:flex;
        gap: 2px;
}
.data-testmo ul li{color: #F3B131;}
.client-info img {
  
}

.client-info h4 {
       margin-bottom: 5px;
    font-size: 18px;
    color: #343434;
    font-weight: 600;
}
.review-text {
       padding: 10px 20px;
    min-height: 250px;
}
.review-text p {

font-style: normal;
font-weight: 300;
font-size: 17px;
line-height: 28px;
/* or 165% */

color: #484848;


}


.revews-total strong {
  
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    background-color: #F9F9F9;
    color: #3C3C3C;
    position: relative;
   top: -31px;
    padding: 0px 15px;
}
.revews-total .social-links {
    display: flex;
    gap: 18px;
    justify-content: space-between;
    position: relative;
    top: -20px;
}
.revews-total {
    max-width: 560px;
    height: auto;
    margin: auto;
    background: #F9F9F9;
    border: 1px solid #DEDEDE;
    border-radius: 0px;
    padding: 12px 20px 0px 20px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.revews-total strong span {
    color: var(--themecolor);
}







/* Testimonial Star styling */
.star-rating {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 5px;
    color: #FFB400; /* Gold/Yellow color for stars */
}

/**************************post**********************/
.service-post{
    background-color: var( --bgcolor-light);
}
.post-card {
    background:#0F2B5C;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 15px;
}

.post-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.post-img-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    aspect-ratio: 4 / 3;
}



.card-content p{
    color: #fff;
    margin-bottom: 15px;
}

.post-card .card-content{
    padding: 5px;
}



/****************************************
 * ***********inner banner*************/

 .inner-banner{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
    z-index: 1;
}

.inner-banner::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5); /* overlay color */
    z-index: -1;
}

.inner-banner h1{
        text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}

/**************************toure sligle ******************/

.cursor-pointer { cursor: pointer; }
.cursor-zoom-in { cursor: zoom-in; }

/* Main Slider Setup */
.tour-slider .slide { display: none; }
.tour-slider .slide.active { display: block; }

.slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    font-size: 18px;
    z-index: 10;
    border-radius:0px;
}
.prev-arrow { left: 15px; }
.next-arrow { right: 15px; }

/* --- THUMBNAIL SLIDER STRCTURE (6 Items) --- */
.thumbnail-track-container {
    scroll-behavior: smooth;
}
.thumbnail-track {
    transition: transform 0.4s ease-in-out;
    display: flex;
}
.thumb-img {
    /* একসাথে ৬টা ইমেজ দেখানোর ক্যালকুলেশন (৮px করে ৫টা গ্যাপ = ৪০px) */
    flex: 0 0 calc((100% - 40px) / 6); 
    height: 70px;
    opacity: 0.5;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}
.thumb-img.active-thumb, .thumb-img:hover {
    opacity: 1;
    border-color: #1A4796;
}

/* Thumbnail Navigation Buttons */
.thumb-nav-btn {
    background: #e9e9e9;
    border:none;
    color: #333;
    font-size: 16px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 0px;
    transition: background 0.2s;
    height: 70px;
    z-index: 5;
}
.thumb-nav-btn:hover {
    background:var(--themecolorsecnd);
    color: white;
   
}

/* Lightbox Styles */
.lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0; top: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    justify-content: center; align-items: center;
}
.lightbox-content { max-width: 85%; max-height: 85%; animation: zoomIn 0.3s ease; }
.close-lightbox { position: absolute; top: 20px; right: 35px; color: #fff; font-size: 45px; cursor: pointer; }
.lightbox-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: transparent; color: white; border: none; font-size: 50px; cursor: pointer; padding: 20px; }
.lightbox-prev { left: 30px; }
.lightbox-next { right: 30px; }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.fade-in { animation: fadeIn 0.4s ease-in-out; }
@keyframes zoomIn { from { transform: scale(0.8); opacity: 0; } to { transform: scale(1); opacity: 1; } }

/* Mobile Responsive */
@media (max-width: 768px) {
    .thumb-img {
        flex: 0 0 calc((100% - 16px) / 3); /* মোবাইলে ৩টা করে দেখাবে */
    }
}

/***************************toure sligle****************************/

.tour-note{
    background: #f8f9fa;
    padding: 20px 25px;
    border-left: 4px solid #FF9103;
    border-radius: 0px;
    margin-top: 30px;
}

.tour-note p{
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}
.object-fit-cover{
    object-fit: cover;
}

.tour-description p{
    margin-bottom: 20px;
}

.card-custom{
   background-color: #f2f6fd;
}

.tour-sidebar-form label{
    margin-bottom: 10px;
    display: inline-block;
}

.form-control,
.form-select{
width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #ced3dd;
    border-radius: 5px;
    background: #fff;
    font-size: 15px;
    color: #222;
    box-shadow: none;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus{
    border-color: #1A4796;
    outline: none;
   
}

/* Placeholder */
.form-control::placeholder{
    color: #999;
    font-size: 14px;
    opacity: 1;
}

/* Textarea */
textarea.form-control{
    height: 120px;
    padding-top: 15px;
    resize: none;
}

.btn-primarycs{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
 color: #fff;
    background: #1A4796;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
    border: none;

    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    gap: 8px;
}

.form-titl {
    color: #444444;
    width: 100%;
    text-align: center;
    border-bottom: 20px;
    border-bottom: 1px solid #d2dae7;
    padding-bottom: 15px;
    /* background: #FF9800; */
}


.map-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 620px;
    border-radius: 0;
    overflow: hidden;
}
#map {
    width: 100%;
    height: 100%;
   
}
#map .leaflet-tile-pane{
 filter: grayscale(100%);
}


/****************************/

/* Content Box - শুরুতে হাইট ০ থাকবে এবং overflow hidden থাকবে */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* প্লাস (+) আইকন তৈরি করার সিএসএস */
.icon-toggle {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.icon-toggle::before,
.icon-toggle::after {
    content: '';
    position: absolute;
    background-color: #1e293b;
    transition: transform 0.3s ease;
    top: 50%; left: 50%;
}
/* আড়াআড়ি দাগ (-) */
.icon-toggle::before {
    width: 14px; height: 2px;
    margin-top: -1px; margin-left: -7px;
}
/* লম্বালম্বি দাগ (|) */
.icon-toggle::after {
    width: 2px; height: 14px;
    margin-top: -7px; margin-left: -1px;
}

/* --- ACTIVE STATES (যখন ক্লিক করা হবে) --- */
.accordion-item-custom.active {
    border-color: var(--themecolorsecnd, #0d6efd) !important;
}

/* অ্যাক্টিভ হলে লম্বালম্বি দাগটি ঘুরে গিয়ে হাইড হয়ে যাবে, ফলে শুধু মাইনাস (-) থাকবে */
.accordion-item-custom.active .icon-toggle::after {
    transform: rotate(90deg) scale(0);
}
.accordion-item-custom.active .icon-toggle::before {
    background-color: var(--themecolorsecnd, #0d6efd);
}

.form-bx{
      background-color: #f8fafc;
    padding: 20px;
}

.section-heading-inner h2{

font-style: normal;
font-weight: 900;
font-size: 47px;
line-height: 51px;
/* or 109% */
text-transform: uppercase;
margin-bottom: 20px;
color: #323232;


}
.section-heading-inner p{
margin-bottom: 18px;
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 25px;
display: inline-block;
width: 100%;

color: #3A3A3A;


}

.counter-number{
font-size: 35px;
}
.counter-title{
        font-size: 18px;
}

.icon-holder:hover .counter-number,
.icon-holder:hover .counter-title{
color: #fff;
}

.service-about{
        background-color: #F9F9F9;
}

/***********************bok********************/

.gallery-img-wrapper img {
    transition: transform 0.3s ease;
}
.gallery-img-wrapper:hover img {

}
/* Popup Overlay */
.custom-gallery-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.custom-gallery-popup.active {
    display: flex;
    opacity: 1;
}
.popup-content-wrapper {
    position: relative;
    max-width: 85%;
    max-height: 85vh;
}
.popup-content-wrapper img {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    object-fit: contain;
}
/* Close Button */
.popup-close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
    transition: color 0.2s ease;
}
.popup-close-btn:hover {
    color: var(--themecolorsecnd, #ff5722);
}

.single-blog-content h2, .single-blog-content h3
{
	margin-bottom: 20px
}

.single-blog-content p, .single-blog-content ul  
{
	margin-bottom: 15px; 
}

.single-blog-content ul li 
{
	position: relative;
    padding-left: 20px;
}

.single-blog-content ul li::before 
{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    left: 0;
    top:10px; 
    background: #1A4796;
}

.service-height{
	background-color: #d9a039;
}
.destination-holder2{
	    position: relative;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 30px;
    aspect-ratio: 4 / 3;
    width: 100%;
}




/*=================================== heihlight seschn =========================*/
.destination-holder2 {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.main-tour-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

/* Badge Styling */
.top-left-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff5722;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

/* Below Image Footer Container */
.tour-card-footer {
    width: 100%;
}

.tour-title-wrap {
    flex: 1;
}

.tour-card-footer .tour-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.tour-card-footer .tour-title a {
    color: #ffffff; 
    text-decoration: none;
    transition: color 0.3s ease;
}

.tour-card-footer .tour-title a:hover {
    color: #ffffff; 
}

/* Avatar Gallery Layout (Right Side) */
.tour-gallery-avatars {
    flex-shrink: 0;
}

.avatar-item {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-left: -12px; /* Overlap effect */
    overflow: hidden;
    background-color: #eee;
}

.avatar-item:first-child {
    margin-left: 0;
}

.avatar-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* More Count (+X) Overlay */
.avatar-item.has-more img {
    opacity: 0.4;
    filter: brightness(0.6);
}

.avatar-item .more-count {
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    background: rgb(13 46 102);
}

/* Tablet & Mid-size screens (Up to 991px) */
@media (max-width: 991px) {
    .main-tour-img {
        height: 280px;
    }
}

/* Mobile Screens (Up to 576px) */
@media (max-width: 576px) {
    .main-tour-img {
        height: 230px;
    }

    .tour-card-footer {
        padding-top: 10px;
    }

    .tour-card-footer .tour-title {
        font-size: 1.05rem;
    }

    /* Reduce avatar size slightly for smaller screens */
    .avatar-item {
        width: 32px;
        height: 32px;
        margin-left: -10px;
        border-width: 1.5px;
    }

    .avatar-item .more-count {
        font-size: 10px;
    }
}

/* Extra Small Mobile (Up to 400px) */
@media (max-width: 400px) {
    .tour-card-footer .tour-title {
        font-size: 0.95rem;
    }
    
    .avatar-item {
        width: 28px;
        height: 28px;
        margin-left: -8px;
    }
}



/* Popup Overlay */
.tour-pop-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
}

.tour-pop-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Modal Outer Box with Mustard Yellow BG */
.tour-pop-box {
    position: relative;
    width: 100%;
    max-width: 900px;
    background-color: #d9a039; /* Asked BG Color */
    padding: 30px 20px 20px 20px;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    box-sizing: border-box;
}

.tour-pop-overlay.active .tour-pop-box {
    transform: scale(1);
}

/* Purple Close Button */
.tour-pop-purple-btn {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 38px;
    height: 38px;
    background-color: #fff;
    color: #000;
    border: 2px solid #ffffff;
    border-radius: 50%;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(138, 43, 226, 0.5);
    transition: background-color 0.2s ease, transform 0.2s ease;
    z-index: 100;
}

.tour-pop-purple-btn:hover {
    background-color: #fff;
    transform: scale(1.1);
}

/* Card Styling inside Popup */
.tour-pop-card {
    background: rgba(0, 0, 0, 0.15); /* Subtle contrast against yellow */
    padding: 12px;
    border-radius: 12px;
}

.tour-pop-img-wrap {
    border-radius: 10px;
    overflow: hidden;
    height: 220px;
}

.tour-pop-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.tour-pop-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff5722;
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    z-index: 2;
}

.tour-pop-card-footer {
    width: 100%;
}

.tour-pop-title-wrap {
    flex: 1;
    min-width: 0;
}

.tour-pop-title {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
}

.tour-pop-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tour-pop-title a:hover {
    color: #222222;
}

/* Avatar List */
.tour-pop-gallery-avatars {
    flex-shrink: 0;
}

.tour-pop-avatar-item {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-left: -8px;
    overflow: hidden;
    background: #333333;
}

.tour-pop-avatar-item:first-child {
    margin-left: 0;
}

.tour-pop-avatar-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour-pop-avatar-item.has-more img {
    opacity: 0.35;
    filter: brightness(0.5);
}

.tour-pop-more-count {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.6);
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .tour-pop-box {
        padding: 25px 12px 12px 12px;
    }
    .tour-pop-purple-btn {
        top: -8px;
        right: -8px;
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
    .tour-pop-img-wrap {
        height: 170px;
    }
}


/*=================================== heihlight seschn =========================*/