.elementor-766 .elementor-element.elementor-element-9bd3f06{--display:flex;--min-height:352px;--justify-content:flex-end;}.elementor-766 .elementor-element.elementor-element-9bd3f06:not(.elementor-motion-effects-element-type-background), .elementor-766 .elementor-element.elementor-element-9bd3f06 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#273250;}.elementor-766 .elementor-element.elementor-element-9bd3f06 > .elementor-shape-bottom svg, .elementor-766 .elementor-element.elementor-element-9bd3f06 > .e-con-inner > .elementor-shape-bottom svg{width:calc(260% + 1.3px);}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-245de39{padding:0px 0px 77px 0px;text-align:center;}.elementor-766 .elementor-element.elementor-element-245de39 .elementor-heading-title{font-family:"nantes", Sans-serif;font-size:48px;font-weight:500;color:#FFFFFF;}.elementor-766 .elementor-element.elementor-element-93de1ed{--display:flex;}.elementor-766 .elementor-element.elementor-element-0a818f0{z-index:2222;}.elementor-766 .elementor-element.elementor-element-b31e1d5{z-index:2222;}.elementor-766 .elementor-element.elementor-element-7b29ee6{--e-image-carousel-slides-to-show:3;}.elementor-766 .elementor-element.elementor-element-7b29ee6 .elementor-swiper-button.elementor-swiper-button-prev, .elementor-766 .elementor-element.elementor-element-7b29ee6 .elementor-swiper-button.elementor-swiper-button-next{color:#000000;}.elementor-766 .elementor-element.elementor-element-7b29ee6 .elementor-swiper-button.elementor-swiper-button-prev svg, .elementor-766 .elementor-element.elementor-element-7b29ee6 .elementor-swiper-button.elementor-swiper-button-next svg{fill:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-7d394fa{color:#212121;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-766 .elementor-element.elementor-element-93de1ed{--width:93%;}}@media(max-width:767px){.elementor-766 .elementor-element.elementor-element-9bd3f06{--min-height:156px;--justify-content:center;}.elementor-766 .elementor-element.elementor-element-245de39{padding:0px 0px 0px 0px;}.elementor-766 .elementor-element.elementor-element-245de39 .elementor-heading-title{font-size:35px;}.elementor-766 .elementor-element.elementor-element-b31e1d5{z-index:10;}}/* Start custom CSS for html, class: .elementor-element-0a818f0 *//* Tarih ve Kişi Sayısı bölümleri için ortak stil */
.form-section {
    display: flex;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
    flex-grow: 1; 
    position: relative; /* Bu satır, içindeki elemanları konumlandırmak için çok önemli */
    
}

/* Tarih bölümünü özel olarak işaretliyoruz */
.date-section {
    /* Bu alana özel başka bir stil gerekirse buraya eklenebilir. */
}

/* YENİ YÖNTEM: Orijinal tarih input'larını görünmez bir katman olarak alanın üzerine yayıyoruz */
.hidden-date-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* Tamamen şeffaf yapıyoruz */
    cursor: pointer; /* Üzerine gelince tıklama imleci gösteriyoruz */
    
}
/* Ana bileşen sarmalayıcısı */
.reservation-widget {
    max-width: 100%; /* Genişliği kendi sitenize göre ayarlayabilirsiniz */
    
    font-family: Arial, sans-serif;
}

/* Formun kendisi - Flexbox ile hizalama */
.reservation-form {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 1px; /* Yüksek yuvarlaklık */
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
   
}



/* İkonların bulunduğu daire */
.icon-container {
    background-color: #3b5998; /* Resimdeki mavi tonu */
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 10px;
    margin-right: 15px;
    flex-shrink: 0;
    
}

/* "Giriş/Çıkış Tarihi" ve "Kişi Sayısı" başlıkları */
.text-container .label {
    font-size: 14px;
    color: #555;
    display: block;
}

/* Seçilen tarih ve kişi sayısı metni */
.text-container .value {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    display: block;
}

/* Bölümler arasındaki dikey çizgi */
.divider {
    width: 1px;
    height: 40px;
    background-color: #ddd;
}

/* Kişi sayısı bölümündeki aşağı ok ikonu */
.guest-section .dropdown-arrow {
    margin-left: auto;
    color: #888;
    padding-left: 10px;
}

/* Kişi sayısı seçimi için açılan pencere (popup) */
.guest-popup {
    display: none; /* Başlangıçta gizli */
    position: absolute;
    top: 120%; /* Ana bölümün biraz altında */
    left: 0;
    width: 250px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 1000;
    padding: 15px;
}

/* Popup içindeki satırlar */
.popup-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.popup-row:last-child {
    margin-bottom: 0;
}

.popup-row label {
    font-size: 15px;
}

.popup-row select {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}


/* "ODA ARA" butonu */
.search-button {
    background-color: #3b5998; /* Resimdeki mavi tonu */
    color: white;
    border: none;
    
    padding: 15px 35px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.3s ease;
}

.search-button:hover {
    background-color: #2f477a; /* Hover rengi */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b31e1d5 *//* Ana Form Konteyneri ve Form Elemanları */
.booking-container {
    width: 100%;
    max-width: 900px;
    font-family: Arial, sans-serif;
    margin: 20px auto;
}

.booking-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.booking-field {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    flex: 1;
    min-width: 220px;
    border-radius: 10px;
    transition: background-color 0.2s ease;
    user-select: none;
}

.booking-field:hover {
    background-color: #f5f5f5;
}

.field-icon-wrapper {
    background-color: #3b5998;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    margin-right: 15px;
    flex-shrink: 0;
}

.field-label { font-size: 14px; color: #555; }
.field-value { font-size: 16px; color: #000; font-weight: bold; }

.submit-booking-button {
    background-color: #3b5998;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.3s ease;
}
.submit-booking-button:hover { background-color: #2f477a; }


/* --- MODAL, TAKVİM VE MİSAFİR SEÇİM STILLERİ --- */

.modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
.modal-overlay.visible { opacity: 1; visibility: visible; }

.modal {
    position: fixed;
    left: 0; bottom: 0;
    width: 100%;
    max-height: 90vh;
    background-color: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 1000;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}
.modal.visible { transform: translateY(0); }

.modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}
.modal-title { font-size: 18px; font-weight: 600; margin: 0; color: #222; }
.close-modal-btn { font-size: 28px; color: #888; cursor: pointer; background: none; border: none; }

.modal-content { padding: 20px; overflow-y: auto; }
.modal-footer { padding: 10px 20px; border-top: 1px solid #e0e0e0; flex-shrink: 0; }
.modal-footer .submit-booking-button { width: 100%; margin: 0; padding: 15px; border-radius: 10px; }

/* Misafir Seçimi */
.guest-selection-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.guest-label { font-size: 18px; color: #333; }
.guest-counter { display: flex; align-items: center; gap: 15px; }
.counter-button {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    color: #333;
    width: 36px; height: 36px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center; /* Dikey hizalama */
    justify-content: center; /* Yatay hizalama */
}
.counter-button:hover:not(:disabled) { background-color: rgba(59, 89, 152, 0.6); color: white; border-color: rgba(59, 89, 152, 0.6); }
.counter-button:disabled { opacity: 0.5; cursor: not-allowed; }
.count-display { font-size: 18px; font-weight: 600; min-width: 25px; text-align: center; }

/* Takvim */
.calendar-nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.month-year-display { font-size: 18px; font-weight: 600; color: #222; }
.nav-arrow { cursor: pointer; font-size: 28px; color: #3b5998; padding: 5px; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.calendar-grid div {
    display: flex; justify-content: center; align-items: center;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s;
    font-size: 15px;
}
.day-name { font-weight: bold; color: #888; font-size: 12px; cursor: default !important; }
.day:not(.disabled):hover { background-color: rgba(59, 89, 152, 0.6); color: white; }
.day.disabled { color: #ccc; cursor: default; pointer-events: none; }
.day.selected { background-color: #3b5998; color: #fff; font-weight: bold; }
.day.in-range { background-color: #dbe4ff; color: #222; border-radius: 0; }
.day.start-date { border-top-left-radius: 50%; border-bottom-left-radius: 50%; }
.day.end-date { border-top-right-radius: 50%; border-bottom-right-radius: 50%; }

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .booking-form { flex-direction: column; align-items: stretch; padding: 15px; }
    .booking-field { margin-bottom: 10px; border: 1px solid #e0e0e0; }
    .submit-booking-button { width: 100%; margin: 10px 0 0 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-83572fc *//* DEĞİŞİKLİK: body seçicisi kaldırıldı. Bu bölüm sitenizin genel stillerini devralacaktır. */

/* Ana Kapsayıcı */
.ozellikler-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    /* İsteğe bağlı: Bu bileşeni sayfanızda ortalamak ve kenarlardan boşluk bırakmak isterseniz bu satırları kullanabilirsiniz. */
    /* max-width: 1200px; */
    /* margin: 2rem auto; */
}

/* Kategori Kartları */
.ozellik-kategori {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    border: 1px solid #e0e0e0;
    flex: 1;
    min-width: 280px;
}

/* Kategori Başlığı */
.ozellik-kategori h2 {
    font-size: 1.3rem;
    font-weight: 600;
    /* DEĞİŞİKLİK: Renk lüks bir lacivert tonuyla değiştirildi */
    color: #345C7D; 
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 0.8rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.ozellik-kategori h2 i {
    margin-right: 0.8rem;
}

/* Özellik Listesi */
.ozellik-kategori ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ozellik-kategori li {
    display: flex;
    align-items: center;
    padding: 0.7rem 0.5rem;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.ozellik-kategori li:hover {
    /* DEĞİŞİKLİK: Hover arka plan rengi açık mavi tonuyla değiştirildi */
    background-color: #f0f4f8;
    transform: translateX(5px);
}

/* İkon Stilleri */
.ozellik-kategori li i {
    /* DEĞİŞİKLİK: İkon rengi lüks bir lacivert tonuyla değiştirildi */
    color: #345C7D;
    font-size: 1.1rem;
    width: 30px;
    text-align: center;
    margin-right: 1rem;
}

/* Metin Stilleri */
.ozellik-kategori li span {
    font-size: 0.95rem;
    font-weight: 400;
    /* DEĞİŞİKLİK: Metin rengi eklendi. */
    color: #333;
}

/* Mobil Cihazlar İçin Duyarlılık (Responsive) */
@media (max-width: 768px) {
    .ozellikler-container {
        flex-direction: column;
        gap: 1.5rem; /* Mobilde boşluk azaltıldı */
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'nantes';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://agvamintshotel.com/wp-content/uploads/2025/08/Nantes-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */