/* PREMIUM VILLA DETAIL */

.detail-hero {
    height: 360px;
    margin-top: 90px;
    background: linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1800") center/cover no-repeat;
}

.detail-title span {
    background: #fff7e6;
    color: #b8860b;
    padding: 10px 14px;
    border-radius: 30px;
    font-weight: 800;
}

.detail-features {
    grid-template-columns: repeat(4, 1fr);
}

.detail-features div {
    background: #f8fafc;
    border: 1px solid #edf2f7;
    transition: .3s;
}

.detail-features div:hover {
    transform: translateY(-4px);
    background: #eef8fb;
}
.amenities li{
    background:#fff;
    border:1px solid #edf2f5;
    border-radius:12px;
    padding:12px 16px;
    font-size:14px;
    font-weight:500;
    color:#475467;
    transition:.25s;
}

.amenities li:hover{
    border-color:#D4AF37;
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.05);
}
.amenities li {
    background: #f8fafc;
    border: 1px solid #edf2f7;
    font-weight: 600;
}

.booking-box {
    border: 1px solid #edf2f7;
    box-shadow: 0 20px 55px rgba(0,0,0,.10);
}

.booking-price strong {
    color: #083d52 !important;
}

.booking-whatsapp,
#whatsapp-btn {
    background: #25d366 !important;
    color: #fff !important;
}

.booking-btn {
    background: #083d52 !important;
    color: #fff !important;
}

.booking-btn:hover {
    background: #d4af37 !important;
    color: #083d52 !important;
}

.calendar-box {
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
}

@media(max-width: 900px) {
    .detail-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .detail-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}
.detail-extra-section {
    margin-top: 38px;
}

.distance-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.distance-grid div,
.faq-item {
    background: #f8fafc;
    border: 1px solid #e5edf0;
    border-radius: 14px;
    padding: 16px;
}

.distance-grid strong,
.distance-grid span {
    display: block;
}

.distance-grid span {
    color: #0b4f6c;
    font-weight: 800;
    margin-top: 6px;
}

.rules-list {
    list-style: none;
    display: grid;
    gap: 10px;
}

.rules-list li {
    background: #f8fafc;
    border-radius: 12px;
    padding: 14px;
    border: 1px solid #e5edf0;
}

.faq-list {
    display: grid;
    gap: 14px;
}

.faq-item p {
    margin-top: 8px;
    color: #555;
}
.distance-grid div {
    min-height: 102px;
}

.rules-list li {
    font-weight: 600;
    color: #263238;
}

.detail-extra-section h3 {
    margin-bottom: 18px;
}
.faq-item {
    cursor: pointer;
}

.faq-item strong {
    display: block;
    color: #083d52;
}

.faq-item p {
    display: none;
}

.faq-item.active p {
    display: block;
}

.location-card{
    display:flex;
    align-items:center;
    gap:30px;
    padding:25px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.location-map img{
    width:180px;
    height:180px;
    border-radius:50%;
    object-fit:cover;
    border:6px solid #fff;
    box-shadow:0 8px 30px rgba(0,0,0,.15);
}

.location-info{
    flex:1;
}

.location-info h4{
    font-size:24px;
    margin-bottom:15px;
}

.location-info p{
    color:#666;
    line-height:1.7;
    margin-bottom:20px;
}

.map-btn{
    display:inline-block;
    padding:14px 28px;
    background:#0b4f6c;
    color:#fff;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.map-btn:hover{
    background:#08384d;
}
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.review-card {
    background: #fff;
    border: 1px solid #e5edf0;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.review-top {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

.review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #083d52;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
}

.review-top span {
    display: block;
    color: #667085;
    font-size: 13px;
}

.review-stars {
    margin-bottom: 10px;
}

.review-card p {
    color: #444;
    line-height: 1.7;
}

@media(max-width: 900px) {
    .reviews-grid {
        grid-template-columns: 1fr;
    }
}
.detail-fav-btn {
    width: 100%;
    height: 46px;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 14px;
    font-weight: 800;
    cursor: pointer;
    margin: 14px 0;
}

.detail-fav-btn.active {
    background: #fff1f2;
    color: #e11d48;
}
.calendar-day.selected-range {
    background: #bbf7d0 !important;
    border: 2px solid #22c55e !important;
}
.booking-btn.disabled {
    background: #cbd5e1 !important;
    color: #64748b !important;
    cursor: not-allowed !important;
}
.calendar-day {
    position: relative;
    overflow: hidden;
}

.calendar-day.booked-start {
    background: linear-gradient(to right,
        #ffffff 0%,
        #ffffff 50%,
        #ef4444 50%,
        #ef4444 100%) !important;

    color: #111;
    border: 1px solid #ddd;
}

.calendar-day.booked-end {
    background: linear-gradient(to right,
        #ef4444 0%,
        #ef4444 50%,
        #ffffff 50%,
        #ffffff 100%) !important;

    color: #111;
    border: 1px solid #ddd;
}

.calendar-day.option-start {
    background: linear-gradient(to right,
        #ffffff 0%,
        #ffffff 50%,
        #fbbf24 50%,
        #fbbf24 100%) !important;

    color: #111;
    border: 1px solid #ddd;
}

.calendar-day.option-end {
    background: linear-gradient(to right,
        #fbbf24 0%,
        #fbbf24 50%,
        #ffffff 50%,
        #ffffff 100%) !important;

    color: #111;
    border: 1px solid #ddd;
}
.calendar-day.booked-start span,
.calendar-day.booked-end span,
.calendar-day.option-start span,
.calendar-day.option-end span {
    position: relative;
    z-index: 2;
}
.day-number {
    display: block;
    font-weight: 700;
    font-size: 14px;
}

.day-price {
    display: block;
    font-size: 10px;
    color: #0b4f6c;
    font-weight: 700;
    margin-top: 2px;
}

.calendar-day.booked .day-price,
.calendar-day.option .day-price {
    opacity: .65;
}
/* PREMIUM BOOKING SUMMARY v2 */

.booking-box {
    background: #ffffff;
    border-radius: 26px;
    padding: 26px;
}
.booking-box::before {
    content: var(--hv-booking-summary-title, "💰 Rezervasyon Özeti");
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #083d52;
    margin-bottom: 18px;
}
.booking-price {
    background: #f8fafc;
    border: 1px solid #e5edf0;
    border-radius: 18px;
    padding: 18px;
    margin-bottom: 16px;
}

.booking-box input[type="date"],
.guest-selector {
    width: 100%;
    height: 48px;
    border: 1px solid #dbe5e8;
    border-radius: 14px;
    padding: 0 14px;
    margin-bottom: 14px;
    background: #fff;
}

.booking-summary {
    background: #f8fafc;
    border: 1px solid #e5edf0;
    border-radius: 20px;
    padding: 18px;
    margin: 18px 0;
}

.summary-guests,
.summary-line,
.summary-total-line {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #e5edf0;
}

.summary-total-line {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 2px solid #083d52;
    border-bottom: none;
}

.summary-total-line span,
.summary-total-line strong {
    font-size: 18px;
    font-weight: 900;
    color: #083d52;
}

#deposit-price {
    color: #0f766e;
}

#remaining-price {
    color: #b45309;
}

.booking-btn {
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 16px;
    font-weight: 900;
    font-size: 16px;
}
.distance-grid div {
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border: 1px solid #e5edf0;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,.05);
}

.distance-grid div:hover {
    transform: translateY(-4px);
}
.quick-info-card {
    background: #ffffff;
    border: 1px solid #e5edf0;
    border-radius: 20px;
    padding: 20px;
    margin: 18px 0;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.quick-info-card h3 {
    color: #083d52;
    margin-bottom: 14px;
}

.quick-info-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #edf2f7;
}

.quick-info-row:last-child {
    border-bottom: none;
}

.quick-info-row span {
    color: #263238;
    font-weight: 700;
}

.quick-info-row strong {
    color: #083d52;
}

.nearby-points-section{
    margin-top:20px;
}

.nearby-points-section[hidden]{
    display:none!important;
}

.nearby-points-section .quick-info-title{
    margin:0 0 11px;
    font-size:18px;
    color:#083d52;
}

.nearby-points-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
}

.nearby-point-card{
    display:flex;
    align-items:center;
    min-width:0;
    min-height:48px;
    padding:8px 10px;
    gap:8px;
    border:1px solid #e3ecef;
    border-radius:12px;
    background:linear-gradient(145deg,#fff,#f7fafb);
    box-shadow:0 4px 12px rgba(8,61,82,.045);
}

.nearby-point-icon{
    display:grid;
    place-items:center;
    flex:0 0 30px;
    width:30px;
    height:30px;
    border-radius:9px;
    background:#e9f6f4;
    font-size:15px;
}

.nearby-point-copy{
    display:flex;
    flex-direction:column;
    min-width:0;
    line-height:1.15;
}

.nearby-point-copy small{
    overflow:hidden;
    color:#60727b;
    font-size:11px;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.nearby-point-copy strong{
    margin-top:3px;
    overflow:hidden;
    color:#083d52;
    font-size:12px;
    white-space:nowrap;
    text-overflow:ellipsis;
}

@media(max-width:420px){
    .nearby-points-grid{grid-template-columns:1fr}
}
.detail-extra-section {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.rules-list,
.faq-list,
.reviews-grid {
    display: grid !important;
}

.faq-item p {
    display: none;
}

.faq-item.active p {
    display: block !important;
}
/* PREMIUM GALLERY */

.detail-gallery{
    margin-bottom:30px;
}

.main-photo{
    width:100%;
    height:560px;
    object-fit:cover;
    border-radius:22px;
    box-shadow:0 18px 45px rgba(0,0,0,.15);
    transition:.35s;
}

.main-photo:hover{
    transform:scale(1.01);
}

.thumb-grid{
    display:flex;
    gap:12px;
    margin-top:14px;
    overflow-x:auto;
    overflow-y:hidden;
    flex-wrap:nowrap;
    scrollbar-width:none;
    -ms-overflow-style:none;
}

.thumb-grid::-webkit-scrollbar{
    display:none;
}

.thumb-grid img{
    flex:0 0 160px;
    width:160px;
    height:110px;
    object-fit:cover;
}
.thumb-grid img{
    width:100%;
    height:120px;
    object-fit:cover;
    border-radius:14px;
    cursor:pointer;
    border:3px solid transparent;
    transition:.25s;
}

.thumb-grid img:hover{
    transform:translateY(-4px);
    border-color:#d4af37;
    box-shadow:0 10px 24px rgba(0,0,0,.18);
}

.thumb-grid img.active{
    border-color:#0b4f6c;
    transform:scale(1.03);
}
/* LIGHTBOX */

.lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.92);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.lightbox.active{
    display:flex;
}

.lightbox img{
    max-width:92%;
    max-height:90vh;
    border-radius:18px;
    box-shadow:0 20px 60px rgba(0,0,0,.45);
    animation:zoomIn .25s ease;
}

.lightbox-close{
    position:absolute;
    top:30px;
    right:40px;
    font-size:48px;
    color:#fff;
    cursor:pointer;
    font-weight:bold;
}

@keyframes zoomIn{
    from{
        transform:scale(.8);
        opacity:0;
    }
    to{
        transform:scale(1);
        opacity:1;
    }
}

.main-photo{
    cursor:zoom-in;
}
.lightbox-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:56px;
    height:56px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.18);
    color:#fff;
    font-size:46px;
    cursor:pointer;
    z-index:10000;
}
.lightbox-arrow:hover{
    background:rgba(255,255,255,.35);
}

.lightbox-prev{
    left:35px;
}

.lightbox-next{
    right:35px;
}
/* TRUST BOX */

.booking-trust{
    margin-top:22px;
    padding:18px;
    background:#f8fafc;
    border:1px solid #e5edf0;
    border-radius:18px;
    display:grid;
    gap:14px;
}

.trust-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:700;
    color:#083d52;
    font-size:15px;
}

.trust-item span{
    flex:1;
}
/* VILLA STATS */

.villa-stats{
    display:flex;
    gap:18px;
    align-items:center;
    flex-wrap:wrap;
    margin:18px 0 26px;
    padding:16px 20px;
    background:#f8fafc;
    border:1px solid #e5edf0;
    border-radius:16px;
}

.villa-stats div{
    display:flex;
    align-items:center;
    gap:8px;
    color:#083d52;
    font-weight:700;
}

.villa-stats strong{
    color:#d4af37;
    font-size:17px;
}

@media(max-width:768px){
    .villa-stats{
        flex-direction:column;
        align-items:flex-start;
        gap:12px;
    }
}
/* ==========================================
   PREMIUM DETAIL SECTIONS
========================================== */

.detail-extra-section{
    background:#fff;
    border:1px solid #edf2f5;
    border-radius:14px;
    padding:18px 20px;
    margin:18px 0;
    box-shadow:0 4px 14px rgba(0,0,0,.03);
}

/* Ana Başlıklar */

.detail-extra-section h3{
    position:relative;
    display:inline-block;
    margin:0 0 18px;
    font-size:17px;
    font-weight:700;
    color:#0A4A66;
    letter-spacing:.2px;
}

.detail-extra-section h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-7px;
    width:42px;
    height:3px;
    border-radius:20px;
    background:#D4AF37;
}

/* Villa Kuralları */

.rules-list{
    list-style:none;
    padding:0;
    margin:0;
}

.rules-list li{
    padding:9px 0;
    color:#475467;
    font-size:14px;
    font-weight:500;
    border-bottom:1px solid #f2f4f7;
}

.rules-list li:last-child{
    border-bottom:none;
}

/* Sık Sorulan Sorular */

.faq-item{
    padding:12px 0;
    border-bottom:1px solid #f2f4f7;
}

.faq-item:last-child{
    border-bottom:none;
}

.faq-item strong{
    display:block;
    color:#475467;
    font-size:14px;
    font-weight:600;
    margin-bottom:6px;
}

.faq-item p{
    color:#667085;
    font-size:14px;
    line-height:1.7;
    margin:0;
}

/* Misafir Yorumları */

.review-card{
    border:1px solid #edf2f5;
    border-radius:14px;
    padding:18px;
    background:#fff;
    transition:.25s;
}

.review-card:hover{
    border-color:#D4AF37;
    transform:translateY(-2px);
    box-shadow:0 10px 24px rgba(0,0,0,.05);
}
/* Öne Çıkan Özellikler Başlığı */

.detail-content h3{
    font-size:18px;
    font-weight:700;
    color:#0A4A66;
    margin:28px 0 18px;
    position:relative;
    display:inline-block;
}

.detail-content h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-7px;
    width:42px;
    height:3px;
    background:#D4AF37;
    border-radius:50px;
}
.amenities li{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 16px;
    font-size:14px;
    font-weight:500;
    color:#475467;
}
.amenities li i{
    width:18px;
    text-align:center;
    color:#0F5C78;
    font-size:14px;
    flex-shrink:0;
    transition:all .25s ease;
}
.amenities li:hover i{
    color:#D4AF37;
}
/* ===== Premium Hızlı Bilgiler ===== */

.quick-info-card{
    border-radius:16px;
    border:1px solid #edf2f5;
    box-shadow:0 6px 18px rgba(0,0,0,.03);
}

.quick-info-card h3{
    color:#0A4A66;
    font-size:17px;
    font-weight:700;
}

.quick-info-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 0;
    border-bottom:1px solid #f2f4f7;
}

.quick-info-row:last-child{
    border-bottom:none;
}

.quick-info-row span{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    color:#475467;
    font-weight:500;
}

.quick-info-row strong{
    font-size:14px;
    color:#073f52;
    font-weight:700;
}

.quick-info-row i{
    width:18px;
    text-align:center;
    color:#0F5C78;
    transition:.25s;
}

.quick-info-row:hover i{
    color:#D4AF37;
}
/* Premium Güven Kutusu */

.booking-trust{
    margin-top:18px;
    display:grid;
    gap:10px;
}

.trust-item{
    display:flex;
    align-items:center;
    gap:10px;
    padding:11px 13px;
    border:1px solid #edf2f5;
    border-radius:12px;
    background:#fff;
    color:#475467;
    font-size:13px;
    font-weight:500;
    transition:.25s;
}

.trust-item i{
    width:18px;
    text-align:center;
    color:#0F5C78;
    font-size:14px;
    transition:.25s;
}

.trust-item:hover{
    border-color:#D4AF37;
    box-shadow:0 6px 16px rgba(0,0,0,.04);
}

.trust-item:hover i{
    color:#D4AF37;
}
#summary-with-cleaning,
#summary-simple,
#discount-line {
    display: none !important;
}

#summary-with-cleaning.show,
#summary-simple.show,
#discount-line.show {
    display: block !important;
}
#price-summary > .summary-guests {
    display: none !important;
}
/* Rezervasyon özeti yazı/fiyat ölçüsü */
#price-summary span {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #666 !important;
}

#price-summary strong {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #083d52 !important;
}
.quick-info-title {
    margin: 22px 0 8px;
    font-size: 15px;
    font-weight: 800;
    color: #083d52;
}
#price-empty-message {
    background: #eef8fb;
    border: 1px solid #b9e6f2;
    color: #0b4f6c !important;
    border-radius: 12px;
    padding: 10px 12px !important;
    margin: 0 !important;
    font-size: 13px !important;
}
#price-summary {
    padding: 14px !important;
}

/* DETAIL GALLERY - FINAL LAYOUT FIX
   Thumbnail'lar JS ile geldikten sonra CSS Grid kolonunun genişlemesini engeller. */
.detail-layout,
.detail-content,
.detail-gallery,
.detail-gallery .thumb-slider,
.detail-gallery .thumb-grid {
    min-width: 0;
}

.detail-content {
    overflow: hidden;
}

.detail-gallery {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto 30px;
}

.detail-gallery > #main-photo.main-photo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 24px;
    margin-bottom: 20px;
    transform: none;
}

.detail-gallery > #main-photo.main-photo:hover {
    transform: none;
}

.detail-gallery .thumb-slider {
    max-width: 100%;
    overflow: hidden;
}

.detail-gallery .thumb-grid {
    max-width: 100%;
}

@media (max-width: 700px) {
    .detail-gallery > #main-photo.main-photo {
        height: 260px;
    }
}



/* PREMIUM YAKLAŞIK KONUM HARİTASI */
.villa-map-card{
    position:relative;
    min-width:0;
    overflow:hidden;
    border:1px solid #e5edf0;
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}
.villa-approx-map{
    width:100%;
    height:400px;
    min-width:0;
    background:#eef3f5;
}
.villa-map-overlay{
    position:absolute;
    left:18px;
    right:18px;
    bottom:18px;
    z-index:500;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:14px 16px;
    border:1px solid rgba(255,255,255,.75);
    border-radius:16px;
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(10px);
    box-shadow:0 10px 28px rgba(0,0,0,.12);
}
.villa-map-overlay strong,
.villa-map-overlay span{display:block}
.villa-map-overlay strong{color:#083d52;font-size:15px;margin-bottom:4px}
.villa-map-overlay span{color:#64748b;font-size:12px}
.villa-map-overlay .map-btn{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:11px 15px;
    border:1px solid #e2e8f0;
    border-radius:12px;
    background:#fff;
    color:#111827;
    box-shadow:0 6px 16px rgba(0,0,0,.08);
    white-space:nowrap;
}
.villa-map-overlay .map-btn:hover{background:#d4af37;color:#fff}
@media(max-width:700px){
    .villa-approx-map{height:330px}
    .villa-map-overlay{
        left:12px;
        right:12px;
        bottom:12px;
        align-items:flex-start;
        flex-direction:column;
    }
    .villa-map-overlay .map-btn{width:100%;justify-content:center}
}


/* GALERİ KAYMASI - SON KİLİT
   Harita korunur, sadece sol galeri kolonunun genişlemesi engellenir. */
.detail-layout{
    grid-template-columns:minmax(0, 2fr) minmax(320px, 380px) !important;
    width:100% !important;
    max-width:100% !important;
}

.detail-layout > .detail-content{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow:hidden !important;
}

.detail-content .detail-gallery{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow:hidden !important;
}

.detail-content .detail-gallery .thumb-slider{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow:hidden !important;
}

.detail-content .detail-gallery .thumb-grid{
    flex:1 1 auto !important;
    width:auto !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow-x:auto !important;
}

.detail-content .detail-gallery > #main-photo{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
}

@media(max-width:900px){
    .detail-layout{
        grid-template-columns:minmax(0,1fr) !important;
    }
}


/* YAKLAŞIK KONUM HARİTASI - KOMPAKT BOYUT */
.villa-approx-map{
    height:330px !important;
}

@media(max-width:700px){
    .villa-approx-map{
        height:280px !important;
    }
}


/* VILLA BİLGİ BLOKLARI V1 */
.villa-content-block{
    margin-top:34px;
    padding-top:28px;
    border-top:1px solid #e6edf0;
}
.villa-description-block{
    margin-top:28px;
    padding-top:0;
    border-top:0;
}
.villa-content-block h3{
    margin:0 0 18px;
}
.villa-description-block .detail-description{
    margin-bottom:0;
    line-height:1.9;
}
.villa-dynamic-amenities{
    margin-top:0 !important;
}
.villa-stay-info,
.villa-pool-info{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}
.stay-info-card,
.pool-info-card{
    display:flex;
    align-items:center;
    gap:12px;
    min-height:72px;
    padding:14px 16px;
    background:#f8fafc;
    border:1px solid #e5edf0;
    border-radius:14px;
}
.stay-info-icon,
.pool-info-card > span{
    font-size:21px;
}
.stay-info-card small,
.stay-info-card strong,
.pool-info-card small,
.pool-info-card strong{
    display:block;
}
.stay-info-card small,
.pool-info-card small{
    color:#667085;
    font-size:12px;
    margin-bottom:3px;
}
.stay-info-card strong,
.pool-info-card strong{
    color:#083d52;
    font-size:14px;
}
.stay-info-card em{
    display:block;
    margin-top:4px;
    color:#0f766e;
    font-size:11px;
    font-style:normal;
    font-weight:700;
}
.pool-info-note{
    grid-column:1/-1;
    margin:2px 0 0;
    padding:13px 15px;
    border-radius:12px;
    background:#fff9e8;
    border:1px solid #f2df9b;
    color:#66521b;
    font-size:13px;
}
@media(max-width:700px){
    .villa-stay-info,
    .villa-pool-info{
        grid-template-columns:1fr;
    }
}


/* KONAKLAMA + HAVUZ KARTLARI - KOMPAKT PREMIUM */
.villa-stay-info,
.villa-pool-info{
    gap:8px !important;
}

.stay-info-card,
.pool-info-card{
    min-height:54px !important;
    padding:9px 11px !important;
    gap:9px !important;
    border-radius:11px !important;
}

.stay-info-icon,
.pool-info-card > span{
    flex:0 0 24px;
    font-size:17px !important;
    line-height:1;
    text-align:center;
}

.stay-info-card small,
.pool-info-card small{
    margin-bottom:2px !important;
    font-size:10.5px !important;
}

.stay-info-card strong,
.pool-info-card strong{
    font-size:12.5px !important;
    line-height:1.35;
}

.stay-info-copy{
    min-width:0;
}

.room-meta{
    display:flex;
    flex-wrap:wrap;
    gap:4px 6px;
    margin-top:5px;
}

.room-meta span{
    display:inline-flex;
    align-items:center;
    padding:3px 6px;
    border:1px solid #dce9ed;
    border-radius:999px;
    background:#fff;
    color:#526b73;
    font-size:9.5px;
    font-weight:700;
    line-height:1.2;
}

.pool-info-note{
    padding:9px 11px !important;
    font-size:11.5px !important;
}

.stay-info-empty{
    grid-column:1 / -1;
    padding:12px;
    border:1px dashed #d7e1e5;
    border-radius:11px;
    color:#718087;
    font-size:12px;
    text-align:center;
    background:#fafcfc;
}


/* KONAKLAMA TEK SÜTUN + HAVUZ SATIR DÜZENİ V3 */
.villa-stay-info{
    grid-template-columns:1fr !important;
    gap:7px !important;
}

.room-card-line{
    min-height:44px !important;
    padding:8px 10px !important;
}

.room-card-line .stay-info-copy{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:4px 7px;
}

.room-line-title{
    flex:0 0 auto;
    color:#083d52 !important;
    font-size:12.5px !important;
}

.room-line-details{
    color:#52656d;
    font-size:11.5px;
    font-weight:600;
    line-height:1.45;
}

.villa-pool-info{
    grid-template-columns:1fr !important;
    gap:6px !important;
}

.pool-info-line{
    display:grid !important;
    grid-template-columns:22px max-content 1fr !important;
    align-items:center !important;
    min-height:40px !important;
    padding:7px 10px !important;
    gap:6px !important;
}

.pool-info-line .pool-info-icon{
    font-size:15px !important;
    text-align:center;
}

.pool-info-line > strong{
    color:#344d57 !important;
    font-size:11.5px !important;
    font-weight:700 !important;
}

.pool-info-value{
    color:#083d52;
    font-size:11.5px;
    font-weight:800;
    min-width:0;
}

@media(max-width:700px){
    .room-card-line .stay-info-copy{
        display:block;
    }

    .room-line-title{
        display:block;
        margin-bottom:3px;
    }

    .room-line-details{
        display:block;
        font-size:11px;
    }

    .pool-info-line{
        grid-template-columns:20px minmax(96px,max-content) 1fr !important;
    }

    .pool-info-line > strong,
    .pool-info-value{
        font-size:11px !important;
    }
}


/* HAVUZ BİLGİLERİ - 2 SÜTUN, KÜÇÜK YAZI, GÖRÜNÜR JAKUZİ İKONU */
.villa-pool-info{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:7px !important;
}

.pool-info-line{
    grid-template-columns:20px max-content 1fr !important;
    min-height:38px !important;
    padding:7px 9px !important;
    gap:5px !important;
}

.pool-info-line .pool-info-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px !important;
    color:#0b5d73;
}

.pool-info-line .pool-info-icon i{
    font-size:13px;
    color:#0b5d73;
}

.pool-info-line > strong{
    font-size:10.5px !important;
    font-weight:700 !important;
    white-space:nowrap;
}

.pool-info-value{
    font-size:10.5px !important;
    font-weight:700 !important;
    line-height:1.2;
}

.room-line-details i{
    margin-right:2px;
    color:#0b5d73;
    font-size:10px;
}

@media(max-width:700px){
    .villa-pool-info{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:6px !important;
    }

    .pool-info-line{
        grid-template-columns:18px minmax(78px,max-content) 1fr !important;
        padding:6px 7px !important;
    }

    .pool-info-line > strong,
    .pool-info-value{
        font-size:10px !important;
    }
}

@media(max-width:470px){
    .villa-pool-info{
        grid-template-columns:1fr !important;
    }
}


/* KONAKLAMA + HAVUZ SON KİBAR DOKUNUŞ */
.pool-info-value{
    font-size:9.5px !important;
    font-weight:600 !important;
}

.stay-info-card,
.pool-info-card{
    transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.stay-info-card:hover,
.pool-info-card:hover{
    border-color:#d4af37 !important;
    box-shadow:0 4px 12px rgba(212,175,55,.12);
}

@media(max-width:700px){
    .pool-info-value{
        font-size:9px !important;
    }
}


/* HAVUZ SAĞ DEĞER YAZILARI - KESİN BOYUT DÜZELTMESİ */
.villa-pool-info .pool-info-card .pool-info-value{
    font-size:10px !important;
    font-weight:500 !important;
    line-height:1.2 !important;
    color:#334e57 !important;
}

@media(max-width:700px){
    .villa-pool-info .pool-info-card .pool-info-value{
        font-size:9.5px !important;
    }
}


/* HAVUZ DEĞER YAZILARI - ETİKETLE AYNI ÖLÇÜ */
.villa-pool-info .pool-info-card .pool-info-value{
    font-size:10.5px !important;
    font-weight:700 !important;
    line-height:1.2 !important;
}

@media(max-width:700px){
    .villa-pool-info .pool-info-card .pool-info-value{
        font-size:10px !important;
    }
}


/* HAVUZ SATIR HİZALAMA - DÜZGÜN KOLON V4 */
.villa-pool-info .pool-info-line{
    display:grid !important;
    grid-template-columns:22px 132px minmax(0,1fr) !important;
    align-items:center !important;
    column-gap:6px !important;
}

.villa-pool-info .pool-info-line > strong{
    width:auto !important;
    white-space:nowrap;
}

.villa-pool-info .pool-info-value{
    justify-self:start !important;
    text-align:left !important;
    margin:0 !important;
}

@media(max-width:700px){
    .villa-pool-info .pool-info-line{
        grid-template-columns:20px 105px minmax(0,1fr) !important;
    }
}

@media(max-width:470px){
    .villa-pool-info .pool-info-line{
        grid-template-columns:20px 115px minmax(0,1fr) !important;
    }
}


/* TAKVİM GÜN KARTLARI - KOMPAKT BOYUT */
.calendar-day{
    min-height:52px !important;
    height:52px !important;
    padding:5px 3px !important;
    border-radius:12px !important;
}


/* TAKVİM GÜN KARTLARI - BİR TIK DAHA KOMPAKT */
.calendar-day{
    min-height:47px !important;
    height:47px !important;
    padding:3px 3px !important;
}


/* TAKVİM GÜN KARTLARI - YATAYDA BİR TIK DAR */
.calendar-grid{
    column-gap:8px !important;
}

.calendar-day{
    width:calc(100% - 4px) !important;
    justify-self:center !important;
}


/* TAKVİM KARTLARI - YATAY İÇ BOŞLUK DENGESİ FINAL */
.calendar-grid{
    column-gap:8px !important;
}

.calendar-day{
    width:100% !important;
    justify-self:stretch !important;
    padding-left:1px !important;
    padding-right:1px !important;
}

/* TAKVİM LEJANT - TAKVİM RENKLERİYLE AYNI */
.calendar-info .available-dot{
    background:#d8f8e6 !important;
    border:1px solid #bcefd2 !important;
}
.calendar-info .booked-dot{background:#ef4444 !important;}
.calendar-info .option-dot{background:#f59e0b !important;}
.calendar-info .transfer-dot{
    background:linear-gradient(135deg,#22c55e 0 50%,#fff 50% 100%) !important;
    border:1px solid #d1d5db !important;
}

/* =========================================================
   VILLA DETAY - MOBIL GALERI VE EKRANA SIGMA DUZELTMESI
   Masaustu gorunumunu etkilemez.
========================================================= */
@media (max-width:700px){
    .villa-detail-page,
    .villa-detail-page *{
        box-sizing:border-box;
    }

    .villa-detail-page{
        width:100%;
        max-width:100%;
        padding-left:12px !important;
        padding-right:12px !important;
        overflow-x:hidden;
    }

    .detail-layout,
    .detail-content,
    .detail-gallery{
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
    }

    .detail-gallery{
        margin-bottom:16px !important;
    }

    .detail-gallery > #main-photo.main-photo{
        width:100% !important;
        height:auto !important;
        aspect-ratio:16 / 10;
        object-fit:cover;
        border-radius:16px !important;
        margin-bottom:10px !important;
        box-shadow:0 8px 22px rgba(0,0,0,.12) !important;
    }

    .detail-gallery .thumb-slider{
        width:100% !important;
        max-width:100% !important;
        gap:6px !important;
        margin-top:0 !important;
    }

    .detail-gallery .thumb-grid{
        gap:6px !important;
        padding:2px !important;
    }

    .detail-gallery .thumb-grid img{
        flex:0 0 calc((100% - 12px) / 3) !important;
        width:calc((100% - 12px) / 3) !important;
        height:68px !important;
        border-radius:10px !important;
        border-width:2px !important;
    }

    .detail-gallery .thumb-nav{
        flex:0 0 30px !important;
        width:30px !important;
        height:30px !important;
        font-size:22px !important;
        padding:0 !important;
    }

    .lightbox{
        padding:56px 12px 24px !important;
        overflow:hidden;
    }

    .lightbox img{
        display:block;
        width:auto !important;
        height:auto !important;
        max-width:calc(100vw - 34px) !important;
        max-height:calc(100dvh - 130px) !important;
        object-fit:contain !important;
        border-radius:14px !important;
    }

    .lightbox-close{
        top:max(12px, env(safe-area-inset-top)) !important;
        right:16px !important;
        font-size:38px !important;
        line-height:1 !important;
        z-index:10001;
    }

    .lightbox-arrow{
        top:50% !important;
        width:36px !important;
        height:36px !important;
        font-size:30px !important;
        line-height:1 !important;
        padding:0 !important;
        background:rgba(0,0,0,.42) !important;
    }

    .lightbox-prev{left:6px !important;}
    .lightbox-next{right:6px !important;}
}

@media (max-width:380px){
    .detail-gallery .thumb-grid img{
        height:60px !important;
    }
}

/* MOBIL FOOTER - ILETISIM DEGERLERINI GORUNUR TUT */
@media (max-width:700px){
    body.villa-detail-no-hero .footer-contact,
    body.villa-detail-no-hero .footer-contact-row{
        display:block !important;
        width:100% !important;
        max-width:100% !important;
        visibility:visible !important;
        opacity:1 !important;
    }

    body.villa-detail-no-hero .footer-contact-row{
        display:grid !important;
        grid-template-columns:22px minmax(0,1fr) !important;
        align-items:start !important;
    }

    body.villa-detail-no-hero .footer-contact-row > span,
    body.villa-detail-no-hero .footer-contact-row strong,
    body.villa-detail-no-hero [data-site-phone],
    body.villa-detail-no-hero [data-site-whatsapp],
    body.villa-detail-no-hero [data-site-email]{
        display:inline !important;
        visibility:visible !important;
        opacity:1 !important;
        max-width:100% !important;
        color:inherit !important;
        white-space:normal !important;
        overflow-wrap:anywhere !important;
    }
}
.calendar-info.bottom,
.sidebar-legend .calendar-info.compact{
    flex-wrap:wrap !important;
}
.calendar-info.bottom{gap:12px 24px !important;}
.sidebar-legend .calendar-info.compact{gap:10px 16px !important;}
.calendar-info span{white-space:nowrap;}


/* GİRİŞ / ÇIKIŞ LEJANT - TAKVİMLE AYNI KIRMIZI + MÜSAİT */
.calendar-info .transfer-dot{
    background:linear-gradient(
        135deg,
        #ef4444 0 50%,
        #d8f8e6 50% 100%
    ) !important;
    border:1px solid #d1d5db !important;
}
