.details-intro-sec{
    padding-top: 20px;
    padding-bottom: 20px;
}
.details-intro-sec .listing-content{
    background-color: rgba(242, 243, 253, 0.4);
    border-radius: 20px;
    padding: 30px 20px;
}
.details-intro-sec .location-info .loc-icon img{
    height: 25px;
    width: 25px;
    object-fit: contain;
}
.details-intro-sec .location-info .loc-icon p{
    font-size: 18px;
    line-height: 26px;
}
.details-intro-sec .social-info{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.details-intro-sec .social-info a{
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: rgba(0,0,0,.6);
    font-family: "Poppins", sans-serif;
}
.details-intro-sec .social-info a img{
    height: 26px;
    width: auto;
    object-fit: contain;
}
img.opacity-2{
    opacity: 0.2;
}
.d-desktop-none{
    display: none;
}
.location-info{
    gap: 20px;
}

/* ====== Tab ====== */
.tab-list{
    display: none;
}


.tab-content .left .about-info .about-des .mb-20:last-child{
    margin-bottom: 0px;
}
.avaliable-days {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
}
.days-btn{
    display: inline-block;
    padding: 12px 12px;
    border: 1px solid rgba(0,0,0,0.2);
    font-size: 20px;
    line-height: 26px;
    border-radius: 12px;
    color: var(--black);
    max-width: 134px;
    width: 100%;
    text-align: center;
}
.fee-item {
	display: inline-block;
    padding: 12px 12px;
    font-size: 20px;
    line-height: 26px;
    border-radius: 12px;
    color: var(--black);
    max-width: 134px;
    width: 100%;
    text-align: center;
}
.avaliable-days h3{
    font-size: 25px !important;
    line-height: 38px !important;
}
.avalible-table li{
    padding:18px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.14);
}
.avalible-table li:last-child{
    border-bottom: unset;
}
.avalible-table{
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 20px;
    padding: 10px 24px;
    margin-bottom: 42px;
}
.tab-contact-info{
    border: 1px solid var(--pink);
    border-radius: 20px;
    padding: 28px 30px;
    text-align: center;
}
.available-today p,
.available-today p a{
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    color: var(--black);
}
.details-tabs p.text-light{
    color: rgba(0,0,0,.6) !important;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    text-align: center;
}
.details-tabs p.text-light a{
    text-decoration: underline;
    color: rgba(0,0,0,.6);
}
.available-today{
    border-bottom: 1px solid var(--pink);
}
.tab-contact-info .contact-num{
    padding: 25px 0px 0px;

}
.tab-contact-info .contact-num a.fs-36{
    font-size: 30px;
    line-height: 50px;
    color: var(--pink);
}

.tab-contact-info .contact-num a:hover{
    color: var(--black);
} 

.tab-contact-info .contact-details{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
}
.tab-contact-info .contact-details a{
    color: var(--black);
}
.tab-contact-info .contact-details a:hover{
    color: var(--pink);
}
.avaliable-info{
    padding: 30px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.border-mobile .avaliable-info:last-child{
    padding-bottom: 0px !important;
}

.single-content .avaliable-info:last-child{
    border-bottom: unset;
}

/* ===== Gallery Slider ====== */
.gallery-sec .gallery-img-slider a img{
    width: 100%;
    height: 397px;
    object-fit: cover;
    border-radius: 20px;
    padding: 0px 10px;
}
.gallery-sec .gallery-img-slider .slick-track{
    display: flex;
}
.gallery-sec .gallery-img-slider .slick-track a{
    margin: 0px 12px;
}

.slick-lightbox .slick-slide.slick-current .slick-lightbox-slick-item-inner img,
.slick-lightbox .slick-slide .slick-lightbox-slick-item-inner img{
    height: 764px !important;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}
.slick-lightbox .slick-slide .slick-lightbox-slick-item-inner img{
    height: 540px !important;
}
.slick-lightbox .slick-lightbox-slick{
    max-width: 1472px;
    margin: 0 auto;
    padding: 0px 60px;
}
.slick-lightbox .slick-list{
    padding: 0px 0px !important;
}
.gallery-img-slider .slick-arrow,
.slick-lightbox .slick-arrow{
    background-color: var(--white);
    border: 1px solid #E5E5E5;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.slick-lightbox .slick-arrow{
    background-color: var(--white);
}
.gallery-img-slider .slick-arrow::before,
.slick-lightbox .slick-arrow::before{
    content: "";
    background-image: url("../images/Ad_detailpage_dark/prev-arrow-light.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 8px;
    opacity: 1;
    display: block;
}
.slick-lightbox .slick-arrow::before{
    filter: brightness(0) invert(0);
}
.gallery-img-slider .slick-arrow.slick-next::before,.slick-lightbox .slick-arrow.slick-next::before{
    transform: scale(-1);
}

.slick-dots li button:before{
    color: var(--white);
    font-size: 16px;
}
.slick-lightbox .slick-prev{
    left: 3px;
}
.slick-lightbox .slick-next{
    right: 3px;
}
.slick-dots{
    bottom: 45px;
    left: 0;
}
.slick-dots li.slick-active button:before{
    color: var(--white);
    opacity: 1;
}
.slick-lightbox-close{
    height: 52px;
    width: 52px;
}
.slick-lightbox-close:before{
    content: "";
    background-image: url("../images/Ad_detailpage_dark/lightbox-close-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 52px;
    width: 52px;
    opacity: 1;
    display: block;
}


/* ------recommended-sec------ */

.recently-bg .heading-row .btn-border{
    margin-left: auto;
    margin-right: 160px;
}

.recommended-sec{
    background-image: unset!important;
    padding: 100px 60px 100px;
    position: relative;
}
.recommended-sec::before{
    content: '';
    position: absolute;
    top: -400px;
    bottom: 0px ;
    transform: unset;
    left: 0;
    width: 100%;
    height: calc(100% + 400px);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/home/recently-bg-img-new-light.png);
    z-index: -1;
    opacity: 0.4;
}
.recently-active-sec .recently-bg{
    position: relative;
    z-index: 9;
}

/* Report Popup */
.report-popup.login-pop .modal-dialog {
    max-width: 894px;
}

.report-info p.text-black{
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: var(--black);
    margin-bottom: 28px;
}

.report-info p.text-gray{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(0,0,0,0.8);
    margin-bottom: 28px;
}
.report-popup .form-style input,
.report-popup .form-style input::placeholder{
    color: var(--black)!important;
    opacity: 1;
}
.report-info .report-logo img{
    width: auto;
    height: 132px;
    object-fit: contain;
}
.slick-lightbox-inner{
    padding-bottom: 80px;
}
.slick-lightbox-inner .slick-dots{
    position: unset;
}
@media(min-width:769px){
    .single-content{
        display: block !important;
        /* margin-bottom: 20px; */
        /* background: #333; */
        min-height: 200px;
    }
    .single-content:last-child{
        margin-bottom: 0;
    }
    .tab-content{
        display: flex;
        column-gap: 20px;
    }
    .left{
        width: calc(100% - 350px);
        background-color: rgba(242, 243, 253, 0.4);
        border-radius: 20px;
        padding: 30px 20px 40px;
    }
    .tab-content .left .about-info {
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    
    
    .right{
        width: 350px;
    }
}
@media (min-width: 1200px){
    .left{
        width: calc(100% - 488px);
        background-color: rgba(242, 243, 253, 0.4);
        border-radius: 20px;
        padding: 44px 48px 50px;
    }
    .right{
        width: 488px;
    }
    .tab-content .left .about-info{
        padding-bottom: 46px;
    }
    .avaliable-info{
        padding: 46px 0px;
    }
    .tab-content{
        gap: 30px;
    }
}

@media (max-width: 1366.98px) {
    .recommended-sec .recently-active-slide .slick-prev, .recommended-sec .recently-active-slide .slick-next {
        top: -78px !important;
    }
}

@media (max-width:1200px){
    .days-btn{
        padding: 10px 6px;
        font-size: 12px;
        max-width: 74px;
        line-height: 16px;
    }
    .fee-item {
		padding: 10px 6px;
        font-size: 12px;
        max-width: 74px;
        line-height: 16px;
	}
    .avaliable-days{
        gap: 5px;
    }
    .tab-contact-info .contact-num a.fs-36{
        font-size: 22px;
        line-height: 32px;
    }
    .available-today p, .available-today p a{
        font-size: 15px;
        line-height: 22px;
    }
    .tab-contact-info .contact-details a{
        font-size: 0px;
    }
    .tab-contact-info .contact-details{
        flex-direction: row;
    }
    .price-info p,
    .details-tabs p.text-light,
    .details-tabs p.text-light a{
        font-size: 15px;
        line-height: 22px;
    }
    .avalible-table li{
        padding: 14px 0px;
    }
    .available-today img{
        width: 16px;
        height: 16px;
        object-fit: contain;
    }
    .avalible-table{
        margin-bottom: 30px;
    }
    .slick-lightbox .slick-slide.slick-current .slick-lightbox-slick-item-inner img, 
    .slick-lightbox .slick-slide .slick-lightbox-slick-item-inner img{
        height: 534px !important;
    }
    .slick-lightbox .slick-slide .slick-lightbox-slick-item-inner img{
        height: 420px !important;
    }
    
    .recommended-sec{
        padding: 80px 30px 80px;
    }
    .recommended-sec .recently-bg .heading-row .btn-border {
        margin-right: 90px;
        padding: 10px 12px;
    }
    .recommended-sec .recently-active-slide .slick-prev, .recommended-sec .recently-active-slide .slick-next {
        top: -68px !important;
    }
    .details-intro-sec .location-info .loc-icon p{
        font-size: 16px;
        line-height: 20px;
    }
}

@media(max-width:768px){
    .tab-list{
        display: flex;
        column-gap: 8px;
        margin-bottom: 20px;
        overflow-x: auto;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none; 

    }
    .tab-list::-webkit-scrollbar{
        display: none;
    }
    .details-tabs .tab-list li a{
        font-size: 14px;
        border: 1px solid var(--pink);
        line-height: 18px;
        padding: 8px 16px;
        border-radius: 50px;
        color: var(--pink);
        display: inline-block;
    }
    .details-tabs .tab-list li a.active{
        background: var(--pink);
        color: var(--white);
    }
    .details-tabs{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .border-mobile{
        border: 1px solid rgba(0,0,0,.15);
        padding: 14px;
        border-radius: 20px;
    }
    .border-mobile .avaliable-info:first-child{
        padding-top: 0px !important;
    }
    .avalible-table{
        padding: 10px 18px;
    }
    .tab-contact-info{
        padding: 20px 18px;
    }
    .tab-contact-info .contact-details{
        gap: 2px;
    }
    .details-tabs h3{
        font-size: 16px;
        line-height: 24px;
    }
    .avalible-table{
        margin-bottom: 0px;
    }
    .recommended-sec{
        padding: 60px 15px 60px;
    }
    
}

@media (max-width: 1024px){
    .gallery-img-slider .slick-arrow{
        height: 38px;
        width: 38px;
    }

    .gallery-img-slider .slick-arrow.slick-prev{
       left: -12px;
    }
    .gallery-img-slider .slick-arrow.slick-next{
        right: -12px;
     }
    .gallery-img-slider .slick-arrow::before{
        height: 10px;
        width: 6px;
    }
    .gallery-sec .gallery-img-slider a img{
        height: 280px;
        padding: 0px 4px;
    }
    .gallery-sec .gallery-img-slider .slick-track a{
        margin: 0px 4px;
    }
}

@media (max-width: 991.98px){
    /* .details-intro-sec{
        padding-top: 40px;
        padding-bottom: 40px;
    } */
    .details-intro-sec .social-info a{
        font-size: 14px;
        line-height: 16px;
    }
    .details-intro-sec .social-info a img{
        height: 20px;
        width: 20px;
    }
    .mia-head{
        flex-direction: column;
        justify-content: start !important;
        align-items: start !important;
        gap: 6px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    .details-intro-sec .location-info .loc-icon p{
        font-size: 16px;
        line-height: 20px;
    }
    .details-intro-sec .location-info {
        padding: 8px 0px;
    }
    .details-intro-sec .location-info .loc-icon img{
        height: 18px;
        width: 18px;
    }
    .recommended-sec{
        padding: 60px 30px 60px;
    }
    .Verified-info{
        width: 100%;
    }
    .listing-content .cont-detail {
        padding-top: 14px;
        border-top: 1px solid rgba(0,0,0,0.2);
        width: 100%;
    }
}

@media (max-width: 767.98px){
    .details-intro-sec{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .d-mobile-none{
        display: none;
    }
    .d-desktop-none{
        display: flex;
    }
    .details-intro-sec .listing-content{
        padding: 20px;
    }
    .details-intro-sec .location-info .loc-icon p{
        font-size: 14px;
        line-height: 20px;
    }
    .details-intro-sec .social-info{
        gap: 20px;
    }
    .details-intro-sec,
    .gallery-sec{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .gallery-sec .gallery-img-slider a img{
        height: 171px;
    }
    .slick-lightbox .slick-lightbox-slick{
        padding: 0px 0px;
    }
    .slick-lightbox .slick-slide.slick-current .slick-lightbox-slick-item-inner img, .slick-lightbox .slick-slide .slick-lightbox-slick-item-inner img{
        height: 475px !important;
    }
    .slick-dots{
        bottom: 125px;
    }
    .slick-dots li button:before{
        font-size: 10px;
    }
    .slick-lightbox-close:before,
    .slick-lightbox-close{
        height: 40px;
        width: 40px;
    }
    .slick-lightbox .slick-arrow{
        height: 44px;
        width: 44px;
        top: unset;
        bottom: -80px;
    }
    .slick-lightbox .slick-arrow.slick-prev{
        left: calc(50% - 50px);
    }
    .slick-lightbox .slick-arrow.slick-next{
        right: calc(50% - 50px);
    }
    .slick-lightbox-close{
        top: 30px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .recommended-sec .recently-bg .heading-row .btn-border {
        margin-right: 0;
        padding: 7px 12px;
    }
    .recommended-sec .icon-txt {
        margin-bottom: 0;
    }
    .recommended-sec{
        padding: 60px 15px 60px;
    }

    /* Report popup */
    .report-info .report-logo img{
        width: auto;
        height: 88px;
        margin-bottom: 12px;
    }
    .report-info p.text-black{
        font-size: 16px;
        line-height: 18px;
    }
    .report-info p.text-gray{
        font-size: 15px;
        line-height: 18px;
    }
    .report-popup .login-btn button{
        width: 100%;
    }

    .slick-lightbox-inner{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .slick-lightbox-inner .slick-dots{
        margin-top: -40px;
    }
}

@media (max-width: 510px){
    .location-info .loc-icon{
        width: calc(50% - 4px);
    }
}