html{
    scroll-behavior: smooth !important;
}

body, html, .container, .row {
    overflow: visible;
}
#tab-navbar {
    width: calc(100% + 12px);
    margin: 0px -8px;
    padding: 8px 4px 8px 8px;
    position: sticky;
    top: -2px;
    z-index: 1001;
    background: linear-gradient(to bottom, #fff 65%, rgba(255,255,255,0));
    pointer-events: none;
    user-select:none;
}
#tab-navbar .nav{
    width: 100%;
    justify-content: flex-start;
    gap: 10px 19px;
    pointer-events: all;
    user-select:none;
}

#tab-navbar .nav .nav-item{
    cursor:pointer;
}

.tab-content:not(.popup-login-register .tab-content) > div:not(:last-of-type){
    margin-bottom: 120px;
}

.del-text{
    color: #858585;
    text-decoration: line-through;
    font-size: 16px;
}

.content-lower ul{
    list-style-type: none;
    padding-left: 0rem;
    display: flex;
}

.content-lower ul li{
    margin-right: 25px;
    font-weight: bold;
    color: #28374f;
}

#room-list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.room-name{
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #010063;
}

.room-name h3{
    font-size: 16px;
    padding: 8px 0 8px 0;
    margin: 0;
}

.room-item{
    border: solid 1px #d9d9d9;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 33%);
    background: rgb(246, 249, 253);
    margin-top: 8px;
    border-radius: 15px;
}

.room-item-right{
    border-radius: 8px;
    background: white;
}

.room-image{
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.room-image img{ 
    display:block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-options{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
    flex-wrap: wrap;
    max-height: 90px;
    overflow: auto;
}

.room-option{
    background: #e6edfe;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: small;
    color: #010063;
}

.room-option span{
    white-space: nowrap;
}

.room-option hr{
    width: 100%;
    margin: 5px;
}

.details-wrapper{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-end;
}

.fancybox .tiny-swiper{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.modal-body .modal-swiper{
    position: relative;
    width: 100%;
    height: 430px;
    border-radius: 14px;
    flex-shrink: 0;
    overflow: hidden;
}
.modal-swiper .swiper-slide{
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.modal-swiper .swiper-slide img {
    display:block;
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}

.modal-swiper .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}


.reservation-flex{
    display: flex;
    flex-direction: column;
}
.room-text{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
    width: 100%;
    white-space: nowrap;
}
.big{
    font-size: 25px;
    font-weight: bold;
    color:#010063;
}  
.reservation-button{
    margin-top: auto;
    width: 100%;
}
.reservation-button button{
    background-color: #010063;
    color: white;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    transition: background-color .4s ease-in-out;
}

.reservation-button:not(.no-hover) button:hover{
    background-color: #db0406;
}

.info, .info-red, .info-green{
    display: flex;
    align-items: center;
    gap: 5px;
}

.info{
    cursor: pointer;
    font-size: 1em;
}

.info *{
    color: #010063 !important;
}

.info-red .fa-solid, .info-green .fa-solid{
    font-size: inherit;
}
.info-red * {
    color: #dc3545 !important;
}
.info-green * {
    color: #00ab17 !important;
}

.room-content{
    background: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 10px;
}
.cardd{
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 10px;
}



/* WebKit (Chrome, Safari, Edge) için */
.modal-lower-part::-webkit-scrollbar,
.room-options::-webkit-scrollbar {
    width: 6px;  /* İnce scrollbar */
    height: 6px;
}

/* Scrollbar arka planı tamamen kaldırıldı */
.modal-lower-part::-webkit-scrollbar-track,
.room-options::-webkit-scrollbar-track {
    background: none;
    border: none;
    margin: 0;
}

/* Kaydırma çubuğu */
.modal-lower-part::-webkit-scrollbar-thumb,
.room-options::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}


/* Hover efekti */
.modal-lower-part::-webkit-scrollbar-thumb:hover,
.room-options::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Scrollbar butonlarını tamamen kaldır */
.modal-lower-part::-webkit-scrollbar-button,
.room-options::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
    background: none;
    border: none;
}

#map {
    width: 100%;
    height: 400px; /* Harita yüksekliği */
}

.ratings {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.ratings input {
    display: none;
}

.ratings label {
    display: flex !important;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    color: gray;
    cursor: pointer;
    padding: 0;
    transition: color 0.1s;
}
.ratings label:before{
    display: none;
}

.ratings input:checked ~ label,
.ratings label:hover,
.ratings label:hover ~ label {
    color: gold;
}

.fa.fa-star.checked{
    color: gold;
}

.send-comment-btn{
    background: var(--theme-color);
    color: var(--white-color);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 22px;
}

.comment-box img.lang{
    margin: auto 0;
    height: 20px;
}

.sticky-side{
    display: block;
    position: sticky;
    top: 16px;
}

@media (min-width: 768px) {
    /* WebKit (Chrome, Safari, Edge) için */
    .modal::-webkit-scrollbar {
        width: 8px;  /* İnce scrollbar */
        height: 8px;
    }
    
    /* Scrollbar arka planı tamamen kaldırıldı */
    .modal::-webkit-scrollbar-track {
        background: none;
        border: none;
        margin: 0;
    }
    
    /* Kaydırma çubuğu */
    .modal::-webkit-scrollbar-thumb {
        background: #ffffff;
        border-radius: 3px;
    }
    
    
    /* Hover efekti */
    .modal::-webkit-scrollbar-thumb:hover {
        background: #b2b2b2;
    }
    
    /* Scrollbar butonlarını tamamen kaldır */
    .modal::-webkit-scrollbar-button {
        display: none;
        width: 0;
        height: 0;
        background: none;
        border: none;
    }
}

@media (max-width: 768px) {
    .room-image{
        min-height: 30vh;
    }
}


.destination-checklist{
    padding: 24px;
}
.checklist.style2.style4{
    margin: 0;
}
.checklist.style2.style4 ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
    gap: 0px 10px;
    min-width: auto;
}
  
.checklist.style2.style4 ul li{
    font-size: 16px;
    background: #f0f0ff;
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.tour-slider-img {
    width: 100%;
    max-width: 100%;
}

.room-filter-wrapper{
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 10px;
}

.filter-selects select{
    height: 40px;
    min-width: 130px;
    padding: 0 15px;
    background-position: right 10px center;
}

.filter-top-text{
    margin: 0;
    text-align: center;
    color: #3f3f3f;
    font-size: 13px;
}

.room-price{
    display: flex;flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

@media only screen and (max-width: 780px) {
    #tab-navbar{
        background: linear-gradient(to bottom, #fff 75%, rgba(255,255,255,0));
    }
    #tab-navbar a{
        font-size: 0.8em;
    }
    #tab-navbar .nav{
        justify-content: center;
        gap: 10px;
    }
    #tab-navbar .nav-link{
        padding: 4px 12px;
    }

    .room-name{
        text-align: center;
    }
    .room-text{
        display: flex;
        justify-content: flex-end;
        margin: 0;
        text-align: center;
        flex-direction: row;
        flex: 1 1 90%;
        padding: 1px 0 14px 0;
    }
    .room-options{
        margin-top: 15px;
        justify-content: space-around;
        flex-direction: column;
        flex-wrap: nowrap;
        max-height: 130px;
        overflow-y: auto;
        overflow-x: hidden;
        align-items: stretch;
    }
    .room-option span{
        white-space: normal;
    }
    .details-wrapper{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0px 22px 15px 22px;
        text-align: left;
    }
    .person-tax-info{
        display: flex; 
        flex-direction: column; 
        justify-content: center;
        flex: 1 1 100%;
    }
    .room-price{
        width: 100%;
    }
    .del-text{
        font-size: 14px;
        line-height: 1.3;
    }
    .content-lower ul{
        justify-content: space-around;
    }
    .content-lower ul li{
        margin-right: 0;
    }
    .swiper{
        border-radius: 20px;
    }
    .reservation-button{
        margin: 0;
    }
    .info-and-button{
        display: flex; 
        width: 100%;
        margin-bottom: 14px; 
        align-items: center;
    }
    .notification-box{
        width: 55%;
        height: 10%;
        right: 0;
        .icon-box{
            height: 100% !important;
        }
    }

    .mobile-flex-column{
        display: flex;
        flex-direction: column;
    }
    .mobile-txt-center{
        text-align: center !important;
    }
    .mobile-justify-center{
        display: flex;
        justify-content: center;
    }

    .mobile-w-100{
        width: 100%;
    }

    .mobile-padding-left-12{
        padding-left: 12px !important;
    }

    .mobile-flex-column-ul-lis li {
        display: flex;
        flex-direction: column; /* Dikey hizala */
        text-align: center;
        align-items: center; /* İçeriği ortala */
    }

    .mobile-flex-column-ul-lis li sup {
        align-self: center; /* 'sup' öğesini ortala */
        font-size: 0.8em; /* Küçük görünmesini sağla */
        margin-top: -2px; /* Hafif yukarı kaydır */
    }

    .send-comment-btn{
        width: 100%;
    }
    .rating{
        padding: 10px 0px 0px 10px;
        font-size: 16px;
    }
    .checklist.style2.style4{
        display:flex;
        justify-content: center;
    }
    .destination-checklist{
        padding: 14px;
    }
    .checklist.style2.style4 ul li{
        font-size: 14px;
        padding: 4px 8px;
    }

    .room-filter-wrapper .result-count{
        font-size: 18px;
    }
}

@media only screen and (max-width: 450px) {
    .room-filter-wrapper{
        gap: 1rem;
        justify-content: center;
    }
}







/** ====================
 * YORUMLAR
 =======================*/
.comments-container {
	width: 768px;
}

.comments-container h1 {
	font-size: 36px;
	color: #283035;
	font-weight: 400;
}

.comments-container h1 a {
	font-size: 18px;
	font-weight: 700;
}

.comments-list {
	position: relative;
}

/**
 * Lineas / Detalles
 -----------------------*/
.comments-list:before {
	content: '';
	width: 2px;
	height: 100%;
	background: #c7cacb;
	position: absolute;
	left: 32px;
	top: 0;
}

html[dir="rtl"] .comments-list:before{
    left: 0;
    right: 32px;
}

.comments-list:after {
	content: '';
	position: absolute;
	background: #c7cacb;
	bottom: 0;
	left: 30px;
	width: 7px;
	height: 7px;
	border: 3px solid #dee1e3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

html[dir="rtl"] .comments-list:after{
    left: unset;
    right: 30px;
}

.reply-list:before, .reply-list:after {display: none;}
.reply-list li:before {
	content: '';
	width: 60px;
	height: 2px;
	background: #c7cacb;
	position: absolute;
	top: 25px;
	left: -55px;
}


.comments-list li {
	margin-bottom: 15px;
	display: block;
	position: relative;
}

.comments-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.reply-list {
	padding-left: 88px;
	clear: both;
	margin-top: 15px;
}
/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 99;
	float: left;
	border: 3px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	overflow: hidden;
}

html[dir="rtl"] .comments-list .comment-avatar{
    float: right;
}

.comments-list .comment-avatar img {
	width: 100%;
	height: 100%;
}

.reply-list .comment-avatar {
	width: 50px;
	height: 50px;
}

.comment-main-level:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both;
}
/**
 * Caja del Comentario
 ---------------------------*/
.comments-list .comment-box {
	width: 680px;
	float: right;
	position: relative;
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,0.18);
	-moz-box-shadow: 0 0 16px rgba(0,0,0,0.18);
	box-shadow: 0 0 16px rgba(0,0,0,0.18);
}

html[dir="rtl"] .comments-list .comment-box{
    float: left;
}

.comments-list .comment-box:before, .comments-list .comment-box:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: rgba(255,255,255,0) #FCFCFC;
	top: 8px;
	left: -11px;
}

html[dir="rtl"] .comments-list .comment-box:before, html[dir="rtl"] .comments-list .comment-box:after{
    left: unset;
    right: -11px;
    border-width: 10px 0 10px 12px;
}

.comments-list .comment-box:before {
	border-width: 11px 13px 11px 0;
	border-color: rgba(255,255,255,0) rgba(0,0,0,0.05);
	left: -12px;
}

html[dir="rtl"] .comments-list .comment-box:before {
    border-width: 11px 0 11px 12px;
}


.reply-list .comment-box {
	width: 610px;
}
.comment-box .comment-head {
	background: #FCFCFC;
	padding: 10px 12px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.comments-container .fas.fa-star{
    color: gold;
}

#comment-rating-area{
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
#comment-rating-area .comment-box .comment-head i{
    cursor: pointer;
}

#comment-rating-area .ratings > label{
    padding: 0 2px;
}

.comment-box .comment-head i {
	float: right;
	position: relative;
	top: 2px;
	color: #A6A6A6;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.comment-box .comment-name {
	color: #283035;
	font-size: 14px;
	font-weight: 700;
	float: left;
	margin-right: 10px;
}

html[dir="rtl"] .comment-box .comment-name{
    margin-right: 0;
    margin-left: 10px;
}

.comment-box .comment-name a {
	color: #283035;
}

.comment-box .comment-head span {
	float: left;
	color: #999;
	font-size: 13px;
	position: relative;
	top: 1px;
}

.comment-box .comment-content {
    position: relative;
	background: #FFF;
	padding: 12px;
	font-size: 15px;
	color: #595959;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	word-wrap: break-word; 
    overflow-wrap: break-word; 
    white-space: normal; 
    max-width: 100%;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {color: #03658c;}
.comment-box .comment-name.by-author:after {
	content: 'autor';
	background: #03658c;
	color: #FFF;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 700;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.empty_message{
    font-size: 18px;
}

.page-meta{
    display: flex;
    gap: 10px;
}

.hotel_name{
    display: inline;
    line-height: 1.33;
    margin: 0;
}

#hotel_top_info{
    display: flex;
    align-items: center;
    gap: 10px;
}

.maps_area{
    border: 1px solid #e3e5e5;
}

.map-address-area{
    display: flex;
    align-items: center;
    height: 30%;
    padding: 0 10px;
}

.map-address-area .map-address{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    color: #145da0;
    font-size: 0.88em;
}

.secondary_img #iframe-container{
    height: 70%;
}
.secondary_img iframe{
    height: 100%;
}

/** =====================
 * Responsive
 ========================*/
@media only screen and (max-width: 766px) {
	.comments-container {
		width: 96%;
	}

	.comments-list .comment-box {
		width: 270px;
	}

	.reply-list .comment-box {
		width: 320px;
	}
	
	.comment-box .comment-head span{
	    text-align: center;
	}

    #comment-rating-area{    
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }
    #comment-rating-area #col-form-label {
        font-size: 22px;
    }
    #comment-rating-area .fa-star{
        font-size: 22px;
    }
    .ratings{
        gap: 0px 20px;
    }
    #hotel_top_info{
        text-align:center;
    }
    .page-meta{
        justify-content: space-around;
        gap: 10px;
    }
    .tour-grid-plan h4, .tour-grid-plan h3{
        text-align: center;
    }
    .empty_message{
        text-align: center;
    }
}

.tour-slider1 .col-8{
    height: 450px;
}

.tour-slider1 .slider-area .container{
    max-width: calc(var(--main-container) + var(--container-gutters)) !important;
}
.tour-slider1 .slider-area .container {
    max-width: 1200px;
    margin: auto;
}
.tour-slider1 .fancybox.big_gallery{
    height: 100%;
}
.tour-slider1 .tour-slider-img{
    height: 100%;
    display: block;
}
.tour-slider1 .tour-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.tour-slider1 .swiper-container {
    width: 100%;
    height: 400px;
    border-radius: 12px;
}
.tour-slider1 .secondary_img {
    width: 100%;
    max-height: 220px;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.tour-slider1 .secondary_img img {
    display:block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tour-slider1 .hotel_gallery_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
}
.tour-slider1 .fancybox.big_gallery {
    width: 100%;
    height: 100%;
    max-height: 374px;
    border-radius: 12px;
}

.tour-slider1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.tour-slider1 .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background-color: #ffffff !important;
}

.tour-slider1 .swiper-pagination {
    position: absolute !important;
    z-index: 3;
    text-align: center;
    margin: 0;
}

.tour-slider1 #hotelSwiper{
    height: 100%;
    border-radius: 12px;
    user-select: none;
}

.tour-slider1 #hotelSwiper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

@media (max-width: 780px) {
    .tour-slider1 .fancybox.big_gallery {
        border-radius: 26px;
    }
    .tour-slider1 #hotelSwiper{
        border-radius: 0;
    }
    .tour-slider1 #hotelSwiper img{
        width: 100%;
        height: 374px;
        object-fit: cover;
        border-radius: 26px;
    }
}

.modal-lower-part{
    height: 100%;
}

.modal-backdrop {
    z-index: 2000000001;
}
.modal {
    z-index: 2000000002;
}
.oda-detay-modal .modal-body{
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 0 1rem;
    gap: 20px 0;
    clip-path: inset(0 0 0 0);
}
.oda-detay-modal .modal-dialog{
    height: auto;
}

.oda-detay-modal .room-options{
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-height: 100%;
    font-size: 14px;
}

.oda-detay-modal .room-option{
    display: flex;
    flex-direction: column;
    max-height: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc((100% - (3 - 1) * 10px) / 3);
    flex-basis: calc((100% - (3 - 1) * 10px) / 3);
}
.oda-detay-modal .room-option, .oda-detay-modal .room-option span{
    display: flex;
    align-items: center;
    white-space: wrap;
    color: #0d0d0c;
    background: #f0f0ff;
}
.oda-detay-modal .room-option span .fa{
    padding-right: 5px;
}
.oda-detay-modal .modal-header{
    position: sticky;
    top: 0;
    z-index: 2;
    background: #ffffff;
}

.oda-detay-modal.show .modal-bottom-part{
    transform: translateY(0);
    bottom: 0;
}

.oda-detay-modal .modal-bottom-part{
    width: 100%;
    position: sticky;
    bottom: -140px;
    transform: translateY(100%);
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: auto;
    background: #fff;
    border-top: 1px solid #dee2e6;
    transition: 0.5s ease 0.3s;
}
.oda-detay-modal .modal-bottom-part .room-text{
    width: 100%;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex: 1 1 90%;
    padding: 0 0 14px 0;
    margin: 0;
}
.oda-detay-modal .modal-bottom-part .text-wrapper{
    text-align: left;
}
.oda-detay-modal .modal-bottom-part .room-price{
    width: auto;
}
.oda-detay-modal .modal-bottom-part .reservation-button{
    padding: 0 0 16px 0;
}
.oda-detay-modal .modal-bottom-part .none-text{
    display: block;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 780px) {
    .oda-detay-modal .modal-content{
        min-height: 100%;
        height: auto;
        border-radius: 0;
        border: none;
    }
    .oda-detay-modal .modal-dialog{
        max-width: 100%;
        margin: 0;
        height: 100%;
    }
    .oda-detay-modal .modal-body{
        gap: 0;
        padding: 0;
    }
    .oda-detay-modal .room-option{
        max-height: 100%;
        -ms-flex-preferred-size: calc((100% - (2 - 1) * 10px) / 2);
        flex-basis: calc((100% - (2 - 1) * 10px) / 2);
    }
    .oda-detay-modal .modal-lower-part{
        padding: 1rem;
    }
    .oda-detay-modal .modal-body .modal-swiper{
        border-radius: 0;
        height: 56vw;
    }
    .oda-detay-modal .modal-header button{
        font-size: 22px;
        padding: 0 5px 0 0;
    }
    .oda-detay-modal .modal-header h5{
        font-size: 22px;
    }
    .oda-detay-modal .modal-bottom-part .reservation-button{
        padding: 0 16px 10px 16px;
    }
}

#room-list .swiper-pagination {
    bottom: 0 !important;
    margin: 0 !important;
    position: absolute;
}
#room-list .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.4 !important;
    border: none !important;
    top: 3px;
}
#room-list .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1 !important;
}

.res-button-area{
    align-content: end;
}

.share-page-btn{
    width: 30px;
    height: 30px;
}

@media (max-width: 780px) {
    .res-button-area{
        width: 100%;
    }
    .google-maps-container{
        pointer-events: none;
    }

    .tour-slider1 .secondary_img{
        height: 45.4vh;
        max-height: none;
    }

    .secondary_img #iframe-container{
        height: 80%;
    }

    .map-address-area{
        height: 20%;
    }
    
    .share-page-btn{
        width: 40px;
        height: 40px;
    }
}

.map-icon-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #e3e3e39e;
}
.map-icon-text{
    position: absolute;
    bottom: 100px;
    font-size: 20px;
}
.comment-content .await{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    background: #ffffffd9;
    align-items: center;
    color: #000000;
}

html[dir="rtl"] .all-content{
    direction:rtl;
}

.soru-sor-link {
    color: var(--title-color);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.09px;
    cursor: pointer;
    text-decoration: none;
}

.soru-sor-icon {
    margin-right: 5px;
    transition: transform 0.2s ease-in;
    vertical-align: middle;
}

.soru-sor-icon.login {
    font-size: 25px;
}

.soru-sor-icon.guest {
    font-size: 14px;
}

.no-image-wrapper {
    border: 2px dashed #c3c3c3;
}

.no-image-wrapper .no-image-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    min-height: 50vh;
}

.no-image-div .lazyerror{
    width: 100px;
    height: 100px;
}

.hotel_stars{
    color: var(--kng-color);
}

.hotel_address_text{
    font-size: 0.8rem;
}

#load-more-area{
    display: flex;
    align-items: center;
    justify-content: center;
}

#room-load-button{
    width: auto;
    position: relative;
    visibility: visible;
    padding: 0 15px;
}

#load-more-area.offer-loading #room-load-button{
    visibility: hidden;
}

#load-more-area #room-loading-logo{
    visibility: hidden;
}

#load-more-area.offer-loading #room-loading-logo{
    visibility: visible;
}

.indirim-oran{
    background: #00ab17;
    color: #fff;
}

/* İçerik kapsayıcısı */
.icerik-kapsayici {
    position: relative;
    overflow: hidden;
    transition: height 0.5s ease; /* Açılma animasyonu */
}

/* Yazının altındaki silik beyaz geçiş efekti */
.icerik-kapsayici.kisa-gorunum .golge-efekt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, transparent, white); /* Arka plan renginiz beyaz değilse 'white'ı değiştirin */
    pointer-events: none;
}

/* Açıldığında gölgeyi gizle */
.icerik-kapsayici:not(.kisa-gorunum) .golge-efekt {
    display: none;
}

/* Buton stili */
#devaminiGorBtn {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 25px;
    color: var(--title-color); /* Sitenizin ana rengini verebilirsiniz */
}
#devaminiGorBtn.acik .devam_gor_ok{
    transform: rotateX(180deg);
}

/* Özellikler Alanı Genel Boşluk */
.tesis-ozellikleri-modern {
    padding-top: 20px;
    margin-top: 10px;
}

/* Liste Yapısını Temizle */
.modern-tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;       /* Yan yana dizilme */
    flex-wrap: wrap;     /* Sığmayan alta geçsin */
    gap: 10px;           /* Kutular arası boşluk */
}

/* Kutu (Tag) Tasarımı */
.modern-tags li {
    background-color: #f0f7ff; /* Çok açık mavi arka plan */
    color: #0056b3;            /* Koyu mavi yazı rengi */
    border: 1px solid #dce9f9; /* İnce mavi çerçeve */
    border-radius: 50px;       /* Tam oval (hap) şekli */
    padding: 5px 16px;         /* İç boşluk */
    font-size: 11px;           /* Yazı boyutu */
    font-weight: 500;
    align-items: center;
    transition: all 0.3s ease;
}

/* Hover (Üzerine gelince) Efekti */
.modern-tags li:hover {
    background-color: #0056b3;
    color: #fff;
}

/* Ücretli (Priced) Kutu Tasarımı */
.modern-tags li.priced {
    background-color: #fff9e6; /* Çok açık sarı arka plan */
    color: #856404;            /* Koyu kahverengi/altın yazı rengi */
    border: 1px solid #ffeeba; /* İnce sarı çerçeve */
}

/* Ücretli Hover Efekti */
.modern-tags li.priced:hover {
    background-color: #ffc107; /* Canlı sarı */
    color: #000;               /* Siyah yazı */
    border-color: #ffc107;
}

/* İkon Ayarı */
.modern-tags li i {
    margin-right: 8px;
    font-size: 14px;
}

#sayfa-basi-element img {
    height: 100%;
    object-fit: cover;
}

#en-iyi-fiyat-area{
    position: relative;
    overflow: hidden;
    border: solid 1px #d9d9d9;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 33%);
    background: rgb(246, 249, 253);
    border-radius: 15px;
}

#en-iyi-fiyat-area.waiting::before {
    content: "";
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--smoke-color);
    align-items: center;
    justify-content: center;
}

#en-iyi-fiyat-area.waiting::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid rgb(163 163 163 / 30%);
    border-radius: 50%;
    border-top-color: #000000;
    animation: spin 1s ease-in-out infinite;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}

#filters-area {
    line-height: 1;
}
#filters-area label{
    margin-top: 0;
}
#filters-area .dropdown input[type="checkbox"]~label:before{
    display: none;
}
#filters-area .dropdown input[type="checkbox"]{
    display: block;
    width: 16px;
    height: 16px;
    opacity: 1;
    visibility: visible;
}
#filters-area .dropdown input[type="checkbox"]~label{
    padding: 0;
}

#filters-area .dropdown li:not(:first-child){
    padding-top: 10px;
}

#filters-area .dropdown .dropdown-menu{
    max-height: 220px;
    overflow: auto;
}

#filters-area .form-select{
    padding: 1.4rem 2.25rem .375rem .75rem;
}

#filters-area .dropdown .form-check-input{
    margin-top: 0;
}
#filters-area .board-count{
    font-size: 0.85rem;
}

#filters-area .form-select{
    height: 50px;
    min-height: 1px;
    width: auto;
    min-width: 200px;
}

#filters-area .small-label{
    font-size: 0.9rem;
}

#filters-area #selected-board-count{
    display: inline-block;
    width: 40px;
}

#odalari-gor-mobile-area{
    height: 100px;
    background: #fff;
    bottom: 4%;
    box-shadow: 0px 0px 11px #d1d1d1;
    z-index: 20;
    transform: translateY(100%);
    transition: all 0.5s;
}