:root{
    --score-color: #010063;
    --iade-var-border: green;
}

html, body{
    overflow: visible;
}

#hotels-area .fa-solid{
    color: inherit;
}

.hotel-card[class*="-hidden"] {
    display: none;
}

.price_list{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    flex-direction: column;
    height: 100%;
    margin: 0;
    border: none;
    padding: 15px 16px 0 0;
}

html[dir="rtl"] .price_list{
    padding-right: 0;
    padding-left: 17px;
}

.score{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
    height: 100%;
    gap: 20px;
    margin: 0;
    padding: 6px 16px 15px 0;
}

html[dir="rtl"] .score{
    padding: 6px 0 15px 17px;
}

.score .scoring{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
}
.rating-container{
    margin-bottom: 2px;
}
.price_list .price{
    padding: 5px 0;
}

.s_big{
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
.scoring .comment_count{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    line-height: 10px;
    gap: 10px;
}
.scoring .rating-span{
    background-color: var(--score-color);
    border: 2px solid var(--score-color);
    color: #fff;
    border-radius: 6px;
    font-weight: normal;
    font-size: 18px;
}

html[dir="rtl"] .scoring .rating-span{
    margin-left: 0;
    margin-right: 5px;
}

.score_area .comment_count_text{
    font-size: 13px;
}

.price_list .p_big, .result-sum .p_big{
    font-size: 22px;
    font-weight: 500;
}
.del-text{
    color: #d4111e !important;
    text-decoration: line-through;
    font-size: 0.85rem;
}
.price_list span, .result-sum small{
    color: #000000;
    display: block;
    padding-bottom: 15px;
    line-height: 12px;
}
.result-sum small{
    font-size: 13px;
}
.price_list span{
    font-size: 22px;
    font-weight: 500;
}

.price_list .btn_1{
    font-weight: normal;
    font-size: 14px;
    padding: 8px 22px;
    background:#010063;
}
.no_padding{
    padding: 0 !important;
}
.no_margin{
    margin: 0 !important;
}

.img_list{
    height: 100%;
    min-height: 260px;
    border-radius: 14px 0 0 14px;
}

html[dir="rtl"] .img_list{
    border-radius: 0 14px 14px 0;
}

.img_list img{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.little_details{
    border-left: 2px solid #e7e7e7;
}

html[dir="rtl"] .little_details{
    border-left: none;
    border-right: 2px solid #e7e7e7;
}

.extra_small{
    font-size: 12px;
}

.small-scroll {
    display: block;
    max-height: 60px;
    overflow: auto;
}

/* WebKit (Chrome, Safari, Edge) için */
.small-scroll::-webkit-scrollbar {
    width: 6px;  /* İnce scrollbar */
    height: 6px;
}

/* Scrollbar arka planı tamamen kaldırıldı */
.small-scroll::-webkit-scrollbar-track {
    background: none;
    border: none;
    margin: 0;
}

/* Kaydırma çubuğu */
.small-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}


/* Hover efekti */
.small-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Scrollbar butonlarını tamamen kaldır */
.small-scroll::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
    background: none;
    border: none;
}



.top_area{
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}
.top_area strong{
    font-size: 25px;
}

.strip_all_tour_list{
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.14);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.4s;
}

.strip_all_tour_list:hover {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
}

.tour_list_desc{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0;
    padding: 10px 10px 12px 15px;
}

html[dir="rtl"] .tour_list_desc{
    padding: 10px 15px 12px 10px;
}

.btn_1:hover{
    background-color:rgb(172, 0, 3);
}

.mobile-bottom{
    position: relative;
    padding: 0;
}

.result-sum{
    display: flex; 
    align-items: center;
    justify-content: space-between;
}
.result-price{
    padding: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    flex-direction: column;
    height: 100%;
    margin: 0;
    border: none;
}
.first-text{
    color: #000;
}
.result-sum-text{
    display: flex;
    height: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.result-sum-text .second-text{
    margin: 0;
    color: #3d3d3d;
}

.little_details .details-title{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #EBF2FF;
    font-size: 14px;
    color: #2563EB;
    white-space: normal;
    padding: 3px 10px 3px 4px;
    border-radius: 2px;
}

html[dir="rtl"] .little_details .details-title{
    padding: 3px 4px 3px 10px;
}

.little_details .small-scroll{
    padding: 2px 10px;
}

.img_list .short_info{
    text-align: center;
    font-size: 16px;
    text-shadow: 0px 0px 4px #000;
    transition: .3s;
}
.img_list:hover .short_info{
    opacity: 0;
    transform: translateY(30%);
}


.bottom-row .view{
    position: absolute;
    bottom: 0;
}

.middle-row{
    height: 100%;
    padding: 0px 0 20px 0;
}

.extra_small a{
    color: inherit;
}

.wrapper_1{
    margin-top:20px;
}

html[dir="rtl"] .wrapper_1{
    direction: rtl;
}


.card-side-2{
    padding-left: 0;
}

html[dir="rtl"] .card-side-2{
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: 0;
}

.room-board-name{
    padding: 6px 8px;
    border-radius: 4px;
    border: 1px solid #b97373;
    background: #ffeaea;
    color: #620000;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.room-boards-area{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 8px;
    gap: 5px;
}

.room-board{
    padding: 6px 8px;
    align-items: center;
    border-radius: 4px;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    cursor: default;
}

.room-board.type-1{
    border: 1px solid #b97373;
    background: #ffeaea;
    color: #620000;
}

.room-board.type-1 .extra{
    border-color: #b97373 !important;
}

.room-board.type-2{
    border: 1px solid #73b97c;
    background: #eaffea;
    color: #004d00;
}

.hotel-card .badge-area{
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    top: 0;
    z-index: 2;
}

.hotel-badge {
    font-size: 0.6rem;
    font-weight: 500;
    top: 15px;
    position: relative;
    background: #ec1d24;
    border-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-family: 'Inter';
    text-align: left;
}


.kings-discount-badge {
    background: #ec1d24;
    color: #FFFFFF;
}

.featured-badge{
    background: #0787f9;
    color: #FFFFFF;
}

#loc_name{
    padding: 0 5px 0 0;
}

#hotels-count{
    font-size: 13px;
}

#hotels-count .count{
    color: #db0406;
}

.hotel-card .fa-location-dot{
    color: #006ce4;
}

#error-area{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
}

#error-area i {
    font-size: 4em;
    font-weight: 500;
    color: #db0406;
    padding-bottom: 10px;
}

.address-area{
    text-transform: capitalize;
}

.map-modal-link span {
    color: #000;
}

.btn-fav {
    position: absolute;
    background: #fff;
    color: var(--kng-color);
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    margin: 10px;
    transition: 0.3s;
    z-index: 10;
}

.btn-fav.active{
    background: var(--kng-color); 
    color: #fff; 
}

.btn-fav:hover { 
    transform: scale(1.15); 
    background: var(--kng-color); 
    color: #fff; 
}

.indirim-oran-badge {
  display: inline-flex;
  align-items: center;
  background-color: var(--kng-color);
  color: #fff;
  position: relative;
  margin: 0 -11px 0 0;
}

html[dir="rtl"] .indirim-oran-badge {
    margin: 0 0 0 -11px;
}

.hotel-img{
    object-fit: cover;
}

.tour_list_desc .rating{
    margin: 0px 0 3px -3px;
    font-size: 0.95rem;
}

@media only screen and (max-width: 780px) {
    .top_area{
        text-align: center;
    }
    .score .scoring{
        width: 100%;
        height: 100%;
        justify-content: flex-end;
    }
    .score span{
        margin-left: 0;
        min-width: 40px;
        min-height: 40px;
        text-align: center;
        align-content: center;
        font-size: 24px;
    }
    .rating-container{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 5px;
        margin-bottom: 4px;
        
    }
    .rating-container .s_big{
        font-size: 14px;
    }
    .comment_count_text{
        font-size: 14px;
    }
    .mobile-h-100{
        height: 100%;
    }
    .mobile-w-100{
        width: 100%;
    }
    .img-area-padding{
        padding: 15px 25px 15px 25px;
    }
    .tour_list_desc .price_list .btn_1{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        padding: 10px;
        font-size: 14px;
    }
    .mobile-bottom{
        padding: 0 15px 0 10px;
    }
    .sidebar_text{
        bottom: 64px;
    }
    .price_list{
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
        flex-direction: column;
        height: 100%;
        margin: 0;
        border: none;
    }
    .img_list{
        border-radius: 14px 14px 0 0;
    }
    .bottom-row .view{
        position: relative;
    }

    .result-sum{
        width: 100%;
        gap: 10px;
        margin-bottom: 0;
        padding-top: 5px;
        padding-bottom: 20px;
    }
    .result-sum-text{
        margin: 0;
        font-size: 15px;
        padding-right: 4px;
        justify-content: flex-end;
    }
    .result-sum-text .first-text{
        display: block;
    }
    .result-sum .p_big{
        font-size: 24px;
        margin-bottom: 0 !important;
    }
    .secenekler-area{
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) / 1.4);
    }
    html[dir="rtl"] .little_details, .little_details{
        border: none;
        border-bottom: 2px solid #e7e7e7;
        margin-bottom: 15px;
        padding: 0 0 6px 0;
    }
    
    .card-side-2{
        padding-left: calc(var(--bs-gutter-x) / 2);
    }
    
    .price_list span, .result-sum small{
        padding-bottom: 0;
    }
    
    .room-boards-area{
        flex-direction: row;
        justify-content: flex-start;
    }
    
    .result-price{
        flex-direction: row;
        align-items: baseline;
        gap: 5px;
        line-height: 1;
        padding: 0;
    }
    
    .hotel-card .rating,
    .hotel-card .puanlama-text,
    .room-board,
    .address-area{
        font-size: 0.7rem;
    }
    
    .btn-fav{
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }
    
    .strip_all_tour_list{
        border-radius: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) and (min-width: 769px){
    .middle-row{
        margin-bottom: 45px;
    }    
}

