/* Arka plan karartmasÄ± */
/* Arka plan karartmasÄ± */
body {
    overflow-x: hidden;
}

.custom-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}

/* Modal container */
.custom-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 800px;
    background-color: #fff;
    border-radius: 0.5rem;
    z-index: 1050;
    display: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.2s ease-in-out;
}

/* Header */
.custom-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

/* Modal title */
.custom-modal-header h5 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
}

/* Kapatma butonu */
.custom-modal-header .btn-close {
    border: none;
    background: none;
    font-size: 1.25rem;
    cursor: pointer;
}

/* Body */
.custom-modal-body {
    padding: 1rem 1.5rem;
    max-height: 60vh;
    overflow-y: auto;
}

/* Footer */
.custom-modal-footer {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
}

/* Butonlar */
.custom-modal-footer .btn {
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

.custom-modal-footer .btn-primary {
    background-color: #0d6efd;
    color: #fff;
    border: none;
}

.custom-modal-footer .btn-primary:hover {
    background-color: #0b5ed7;
}

.custom-modal-footer .btn-secondary {
    background-color: #6c757d;
    color: #fff;
    border: none;
}

.custom-modal-footer .btn-secondary:hover {
    background-color: #5a6268;
}

/* Responsive */
@media (max-width: 576px) {
    .custom-modal {
        width: 95%;
        max-width: 95%;
    }
}

.custom-modal-body .form-input {
    margin-bottom: 15px;
}

/* Fade in animasyon */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -52%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}



.header {
    height: 100px;
    background-color: #021527 !important;
    position: static;
}

.header .header-logo img {
    width: 100px;
}

.zr-web-menu li {
    margin: 0 20px;
}

.zr-web-menu li a {
    color: #fff;
    letter-spacing: 3.5px;
    font-size: 13px !important;
    padding: 7px 5px !important;
    position: relative;
}

@media screen and (min-width:1200px) {
    .header .header-menu .menu li.rezervation a {
        border: 1px solid #fff;
        padding: 7px 20px !important;
        transition: all 0.4s ease-in-out;

    }
}


.header .header-menu .menu li.rezervation:hover a {
    background-color: #fff;
    color: #000;
}

.header .header-menu .menu li.rezervation a:before {
    display: none !important;
    content: none;
}

.header .header-menu .menu li a:before {
    position: absolute;
    left: -19px;
    content: '';
    height: 1px;
    width: 10px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease-out;
}

.header .header-menu .menu li a:hover:before {
    transform: scaleX(1)
}

@media (min-width: 1200px) {
    .header .header-menu .menu .subnav {
        right: 0;
    }
}

@media (min-width: 1200px) {
    .header .header-menu .menu__nav>li>.subnav::before {
        right: 20px !important;
        left: auto;
    }
}

.header .header-menu .menu .subnav {
    z-index: 50;
}

.section-giris {
    background-color: #F4F2ED;
    padding: 80px 0 !important;

}

.section-giris .qodef-i-svg-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: 125px;
    height: 125px;
    border: 1px solid #d9d9d9;
    margin-right: 35px;
}

.section-giris svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 85px;
    width: 85px;
    fill: #b29862;
    z-index: 10;
}

.section-giris h2 {
    font-family: "Cormorant Upright", serif;
    font-weight: 500;
    font-size: 50px;
}

@media screen and (max-width:769px) {
    .section-giris h2 {
        font-size: 42px;
        line-height: 44px;
        margin-bottom: 10px;
    }

    .section-giris h2 {
        font-size: 42px;
        line-height: 44px;
        margin-bottom: 10px;
    }

    .section-giris h5 {
        font-size: 20px;
    }

    .rs-parallax-wrap {
        font-size: 20px;
    }
}

.section-giris h5 {
    font-family: "Cormorant Upright", serif;
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.section-giris p {
    font-weight: 300;
    color: #404040;
}

.col-half-section {
    width: 100%;
    max-width: 650px;
    /* (1300px / 2) */
    padding-left: 15px;
    padding-right: 15px;
}

/* Masaüstünde sol sütundaki içeriği orta çizgiye yaslar */
@media (min-width: 992px) {
    .col-half-section-left {
        margin-left: auto;
        /* İçeriği kolonun sağına, yani merkeze iter */
        margin-right: 0;
    }
}

.section-about {
    background-image: url("../images/home-2-img-3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}


.section-hizmetler {
    background-color: #ffffff;
    padding: 80px 0 !important;
    position: relative;
}

.section-hizmetler:after {
    content: "";
    background-image: url("../images/home-2-img-3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.p-0 {
    padding: 0
}

.section-hizmetler .text-center {
    margin-bottom: 40px !important;
}

.section-hizmetler h2 {
    font-family: "Cormorant Upright", serif;
    font-weight: 500;
    font-size: 50px;
}

.sectionTitle.-md .sectionTitle__title {
    font-family: "Cormorant Upright", serif;
    font-weight: 500;
    font-size: 50px;
}

@media screen and (max-width:769px) {
    .section-hizmetler h2 {
        font-size: 42px;
        line-height: 44px;
        margin-bottom: 10px;
    }
}

.layout-pt-lg {
    padding-top: 55px;
}

.section-hizmetler img {
    padding: 4px;
    border: 1px solid #ccc;
    min-height: 310px;
    margin-bottom: 5px;
}

.section-hizmetler h5 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
}

.section-hizmetler p {
    font-weight: 300;
    color: #404040;
}

.section-hizmetler .card {
    min-height: 370px;
    margin-bottom: 25px;
}

.section-hizmetler .card img {
    width: 100%;
}

.section-hizmetler .card p {
    font-size: 15px;
}

.section-hizmetler .card a {
    font-weight: 300;
    ;
}

.section-hizmetler .btn-primary {
    transition: transform .18s cubic-bezier(.2, .9, .3, 1), box-shadow .18s cubic-bezier(.2, .9, .3, 1);
    position: relative;
    will-change: transform, box-shadow;
    /* opsiyonel: buton içi taşma kontrolü */
    overflow: visible;
}

/* Ok ikonuna ayrı geçiş veriyoruz */
.section-hizmetler .btn-primary .fa-arrow-right,
.section-hizmetler .btn-primary .fas.fa-arrow-right {
    transition: transform .25s cubic-bezier(.2, .9, .3, 1);
    display: inline-block;
    /* transform düzgün çalışsın */
}



/* Ok simgesi sağa kayar */
.section-hizmetler .card:hover .btn-primary .fa-arrow-right {
    transform: translateX(6px);
}

/* Küçük dokunuş: aktif halde çok hafif gölge azalt */
.section-hizmetler .card:hover .btn-primary:active {
    transform: translateY(-2px);
}

/* Section video genel */
.section-video {
    position: relative;
    overflow: hidden;
}

/* Arka plan resmi */
.section-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Video oynatma butonu kapsayıcısı */
.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* İç daire (SVG veya ikon buraya) */
.video-play-inner {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #fff;
    /* İç daire rengi */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

/* İç metin veya ikon span */
.video-play-inner span {
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3em;
    font-size: 12px;
    color: #000;
    font-family: Inconsolata, monospace;
}

/* SVG ayarları */
.video-play-inner svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* SVG circle ve polygon animasyon */
.video-play-inner svg circle {
    fill: none;
    stroke: #C0A888;
    stroke-width: 2;
    stroke-dasharray: 580;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1.2s cubic-bezier(.37, 0, .63, 1);
}

.video-play-inner svg polygon:last-of-type {
    fill: #C0A888;
    stroke: #C0A888;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.6s ease-out 0.3s;
}

/* Hover animasyonu */
.video-play-button:hover .video-play-inner svg circle {
    stroke-dashoffset: 1160;
}

.video-play-button:hover .video-play-inner svg polygon:last-of-type {
    clip-path: inset(0 0 0 0);
}

/* --- Responsive Ayarlar --- */

/* Küçük masaüstü ve tabletler */
@media only screen and (max-width: 992px) {
    .video-play-inner {
        width: 150px;
        height: 150px;
    }
}

/* Büyük telefonlar ve küçük tabletler */
@media only screen and (max-width: 680px) {
    .video-play-inner {
        width: 100px;
        height: 100px;
    }
}

/* Küçük telefonlar */
@media only screen and (max-width: 480px) {
    .video-play-inner {
        width: 80px;
        height: 80px;
    }

    .video-play-button {
        display: flex;
        /* Gizleme yerine küçültme tercih edilebilir */
    }

    .video-play-inner svg {
        width: 60%;
        height: 60%;
    }
}

.section-blog {
    background-image: url("../images/home-2-img-3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}

.header-margin {
    margin-top: 0;
}

.wp-contact-btn {
    display: inline-flex;
    align-items: center;
    /* dikey ortalama */
    justify-content: center;
    /* yatay ortalama */
    background-color: #25d366;
    /* WhatsApp yeşili */
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    width: 100%;
}

.wp-contact-block {
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 1rem;
    width: 100%;
}

/* Hover efekti */
.wp-contact-btn:hover {
    background-color: #20b858;
    color: #fff;
}

.zr-tour-detail-discount {
    background: #f5f5f5;
    font-size: 15px;
    padding: 4px 5px;
    margin-top: 10px;
    border-radius: 5px;
    width: 100px;
}

.text-dark-1 p {
    color: #000;
}

/* My Share Menu */
.my-share-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    /* JS ile açılır */
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Share item */
.my-share-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    color: #212529;
    text-decoration: none;
    font-size: 15px;
}

/* Hover efekti */
.my-share-item:hover {
    background-color: #e9ecef;
    color: #1e2125;
}

/* Icon ve text hizalama */
.my-share-item i {
    margin-right: 0.5rem;
    width: 20px;
    text-align: center;
}

/* Responsive küçük ekranlarda menü genişliği */
@media (max-width: 576px) {
    .my-share-menu {
        min-width: 140px;
    }
}


.short-text {
    max-height: 150px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.short-text.expanded {
    max-height: 1000px;
}

.dateInput {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: border 0.2s;
}

.turid-select {
    width: 100%;
    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    padding: 12px 14px;
    font-size: 14px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    height: 52px;
}

.turid-select option {
    background: #051036;
    color: #fff;
    padding: 10px;
}

.vanilla-calendar {
    min-width: 330px !important;
}

.vanilla-calendar-day {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 48px;
    padding-top: 5px;
}

.price-tag {
    display: block;
    color: #051036;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px;
    margin-top: -2px;
    text-align: center;
    width: 100%;
}

.full-tag {
    color: #d93025;
    font-weight: 700;
}

.vanilla-calendar-days_selecting .vanilla-calendar-day__btn {
    display: block;
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    line-height: 13px;
    margin-bottom: 0;
    cursor: pointer;
}

#calendarLoading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
    text-align: center;
    padding-top: 50px;
    font-size: 16px;
    color: #333;
}



.calendar-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
    /* iframe üstünde olacak şekilde yüksek değer */
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
}

.vanilla-calendar-arrow {
    z-index: 1050;
    /* dropdown üstünde olsun */
    cursor: pointer;
}

.form-input select {
    padding-top: 0;
}

/* Başlangıçta gizli içerik */
.rezervasyon .collapse {
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

/* Açık içerik */
.rezervasyon .collapse.show {
    display: block;
    height: auto;
}

/* Accordion button görünümü */
.rezervasyon .accordion__button {
    cursor: pointer;
    user-select: none;
}

.rezervasyon .accordion__content {
    max-height: 100%;
}

.rezervasyon label[for^="radio_"] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.rezervasyon .accordion__button span {
    font-weight: 500;
}

.havale-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 12px;
    background-color: #f9f9f9;
}

.havale-item input[type="radio"] {
    margin-top: 4px;
    flex-shrink: 0;
}

.havale-item label {
    margin: 0;
    cursor: pointer;
    line-height: 1.5;
}

.havele-list select,
.havele-list input:not([type="range"]),
.havele-list textarea {
    width: auto;
}

@media screen and (max-width:640px) {
    #gateway_havale .pl-30 {
        padding-left: 0;
    }
}

.rezervasyon .form-input .error-message {
    display: block;
    /* satır içi değil, alt satır */
    margin-top: 5px;
    /* input ile araya boşluk */
    color: #b3302b;
    background: #fff6f6;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 13px;
}

.tel-content label {
    top: 12px;
}

.intl-tel-input .selected-flag {
    height: 50px !important;
}

.intl-tel-input .flag-container {
    top: 20px !important;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background: none !important;
}

@media (max-width: 1199px) {
    .header-menu .header-menu__content .mobile-footer {
        display: flex;
        justify-content: flex-end;
    }

    .border-top-light {
        border-top: 1px solid #dddddd;
    }

    .header-menu .header-menu__content .mobile-footer .currency-dropdown,
    .header-menu .header-menu__content .mobile-footer .language-dropdown {
        display: block;
        color: initial;
        margin-left: 15px;
    }

    .header-menu .mobile-footer .menu-item-has-children {
        position: relative;
    }

    .header-menu .header-menu__content .mobile-footer .currency-dropdown a,
    .header-menu__content .mobile-footer .language-dropdown a {
        display: inline-flex;
        align-items: center;
    }

    .header .header-menu ul {
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .header .header-menu .mobile-footer ul.subnav {
        display: none;
        position: absolute;
        bottom: 100%;
        right: 0;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
        background-color: #FFF;
    }

    .header-menu .header-menu__content .mobile-footer .currency-dropdown a i,
    .header-menu .header-menu__content .mobile-footer .language-dropdown a i {
        font-size: 10px;
    }

    .header-menu .mobile-footer ul.subnav.active {
        display: block;
    }


}

@media screen and (max-width:769px) {
    .preloader__title {
        font-size: 20px;
    }
}


.page-title-section {
    position: relative;
    width: 100%;
    height: 200px;
    background-image: url("../images/Post-single-title-img.jpg");
    background-size: cover;
    background-position: center;
}


.page-title-section .container,
.page-title-section .row {
    height: 100%;
    position: relative;
    z-index: 2;
}

/* Breadcrumb layout */
.page-title-section .breadcrumb {
    display: flex;
    align-items: center;
    /* DİKEY EŞİT */
    justify-content: center;
    background: transparent;
    padding: 0;
}

/* Link + aktif yazılar */
.page-title-section .breadcrumb a,
.page-title-section .breadcrumb-item {
    color: #000;
    font-weight: 300;
    line-height: 1;
    /* yukarı-aşağı eşitlik */
    font-size: 17px;
    font-family: 'Roboto';
}


/* Slash ayırıcı */
.page-title-section .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #000;

    padding: 0 5px;
}

.about-us-content {
    padding: 35px 0 50px 0;
}

.about-us-content h2 {
    font-family: "Cormorant Upright", serif;
    font-weight: 500;
    font-size: 50px;
    color: #404040;
}

.about-us-content img {
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 100%;
}

.about-us-content .pt-section-description p {
    font-size: 17px !important;
    ;
    font-weight: 300;
    color: #404040;
}

.contact-section .contact-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* veya center istersen */
    height: 100%;
}

.contact-section .contact-card {
    border: 1px dashed #dee2e6;
    border-radius: 8px;
    /* Hafif yuvarlatma */
    padding: 20px;
    /* İç boşluk */
    background-color: #fff;
    /* Beyaz arka plan */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    /* Hafif gölge */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    /* Hover efekti için */
}

.contact-section .contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.contact-section {
    padding: 80px 0 80px;
}

.contact-section .text-primary {
    --bs-text-opacity: 1;
    color: var(--color-blue-1) !important;
}

@media (min-width: 1200px) {
    .contact-section .fs-2 {
        font-size: 2rem !important;
    }
}

#site-footer {
    background-color: #021527;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7;
    padding: 50px 0;
}

/* Linkler */
#site-footer a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.3s ease;
}

#site-footer a:hover {
    color: #ffffff;
}

/* Başlıklar */
#site-footer h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 16px;
}

/* Açıklama metinleri */
#site-footer p,
#site-footer address,
#site-footer small {
    color: rgba(255, 255, 255, 0.75);
}

/* Sosyal ikonlar */
#site-footer .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

#site-footer .btn-outline-light:hover {
    background-color: #ffffff;
    color: #021527;
}

/* Newsletter input */
#site-footer .subscribe-form .form-control {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

#site-footer .subscribe-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

#site-footer .subscribe-form .form-control:focus {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: #ffffff;
    box-shadow: none;
    color: #ffffff;
}

/* Newsletter buton */
#site-footer .subscribe-form .btn-primary {
    background-color: #046ab3;
    border-color: #046ab3;
    color: #fff;
    font-weight: 600;
}

#site-footer .subscribe-form .btn-primary:hover {
    background-color: #08568d;
    border-color: #08568d;
}

/* Ayırıcı çizgi */
#site-footer hr {
    border-color: rgba(255, 255, 255, 0.15);
}

/* Alt footer */
#site-footer .text-light-50 {
    color: rgba(255, 255, 255, 0.65);
}

/* Responsive küçük ekran düzeni */
@media (max-width: 768px) {
    #site-footer {
        text-align: center;
    }

    #site-footer .subscribe-form .input-group {
        flex-direction: column;
    }

    #site-footer .subscribe-form .btn {
        width: 100%;
        margin-top: 10px;
        position: relative;
    }
}



.subscribe-form {
    position: relative;
}

.subscribe-form .input-group {
    position: relative;
    margin-top: 15px;
}

.subscribe-form .form-control {
    width: 100%;
    padding-right: 120px;
    /* buton alanı */
    height: 48px;
    border-radius: 6px;
    padding-left: 10px;
}

/* Submit butonu inputun üstüne al */
.subscribe-form .btn {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 40px;
    padding: 0 22px;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 0.5px;
    z-index: 2;
}

/* Hover micro interaction */
.subscribe-form .btn:hover {
    transform: translateY(-1px);
}

/* Mobilde tam genişlik */
@media (max-width: 768x) {
    .subscribe-form .form-control {
        padding-right: 100px;
        height: 46px;
    }

    .subscribe-form .btn {
        height: 38px;
        padding: 0 16px;
        font-size: 12px;
    }

}


.galeri-section {
    padding: 50px 0;
}

.galeri-filters .filter-btn {
    margin: 0 12px;
    transition: all 0.3s ease;
    font-family: "Cormorant Upright", serif;
    font-size: 25px;
    ;
    font-weight: 500;
}

.galeri-filters .filter-btn:hover {
    transform: translateY(-2px);
}

.galeri-filters .filter-btn.active {
    font-weight: 700;
    text-decoration: underline;
}

.galeri-filters {
    margin-bottom: 10px;
}

.grid-item {
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.grid-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    border: 1px solid #ddd;
    padding: 5px;
}

.grid-item:hover img {
    transform: scale(1.05);
}

.grid-item a::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.grid-item:hover a::before {
    opacity: 1;
}

.grid-item a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 4px;
}

.grid-item a::after {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: white;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.grid-item:hover a::after {
    opacity: 1;
}


.hizmetler-content {
    padding: 50px 0;
}

.hizmetler-content h3 {
    font-family: "Cormorant Upright", serif !important;
    font-weight: 500;
    font-size: 39px;
}

.hizmet-text p {
    font-weight: 300;
    color: #404040;
    font-size: 15px !important;
    line-height: 24px !important;
    margin: 0;
}

.hizmet-text p strong {
    font-weight: 600;
    font-size: 17px !important;
}

.hizmet-text ul li {
    font-weight: 300;
    color: #404040;
    font-size: 14px !important;
    line-height: 24px !important;
    margin: 0;
}

.hizmet-text h2 {
    font-family: var(--font-primary) !important;
    font-size: 23px !important;
}

.hizmet-text h4 {
    font-family: var(--font-primary) !important;
    font-size: 18px !important;
    text-align: left;
}


.hizmet-text p span {
    font-weight: 300;
    color: #404040;
    font-size: 15px !important;
}

/* Sidebar Hizmetler Menü */
.widget-nav-menu {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* Liste reset */
.widget-nav-menu .widget-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Liste elemanı */
.widget-nav-menu .widget-menu li {
    margin-bottom: 8px;
}

/* Link görünümü */
.widget-nav-menu .widget-menu li a {
    display: block;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

/* Hover efekti */
.widget-nav-menu .widget-menu li a:hover {
    background: linear-gradient(135deg, #C0A888, #E6D4B1);
    color: #fff;
    padding-left: 26px;
}

/* Aktif link */
.widget-nav-menu .widget-menu li a.active {
    background: linear-gradient(135deg, #C0A888, #B79A6F);
    color: #fff;
    font-weight: 600;
}

/* Aktif & hover için sol çizgi */
.widget-nav-menu .widget-menu li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 0;
    background: #C0A888;
    border-radius: 0 4px 4px 0;
    transform: translateY(-50%);
    transition: height 0.3s ease;
}

/* Hover çizgi */
.widget-nav-menu .widget-menu li a:hover::before,
.widget-nav-menu .widget-menu li a.active::before {
    height: 60%;
}

/* Mobil uyum */
@media (max-width: 768px) {
    .widget-nav-menu {
        padding: 15px;
    }

    .widget-nav-menu .widget-menu li a {
        font-size: 14px;
        padding: 10px 14px;
    }
}

.whatsapp-fixed {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transition: transform 0.2s ease, background-color 0.2s ease;
    text-decoration: none !important;
}

.whatsapp-fixed:hover {
    background-color: #20ba5a;
    transform: scale(1.05);
    color: #fff;
}

#gotarihler {
    margin-top: 20px;
}


#gotarihler table {
    margin-bottom: 0;
    font-size: 14px;
    background: #fff;
    width: 100%;
}

table.table th:first-child {
    border-radius: 8px 0 0 8px;
}

table.table th:last-child {
    border-radius: 0 8px 8px 0;
}

/* Header */
#gotarihler thead th {
    background: var(--color-blue-1);
    color: #fff;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border: none;
    padding: 14px 12px;
    white-space: nowrap;
}

/* Body */
#gotarihler tbody td {
    text-align: center;
    vertical-align: middle;
    padding: 7px 8px;
    border-color: #e9ecef;
    white-space: nowrap;
}

/* Zebra */
#gotarihler tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

/* Hover */
#gotarihler tbody tr:hover {
    background-color: #eef5ff;
    transition: background-color 0.2s ease;
}

/* Tarih */
#gotarihler tbody td:first-child {
    font-weight: 600;
    color: #212529;
    font-size: 14px;
}

/* Müsaitlik */
#gotarihler tbody td:nth-child(2) {
    font-weight: 600;
    color: #198754;
    /* Müsait */
}

/* Yetişkin fiyat */
#gotarihler tbody td:nth-child(3) {
    font-weight: 700;
    color: var(--color-blue-1);
}

/* Eski fiyat */
#gotarihler tbody td:nth-child(4) {
    color: #6c757d;
    text-decoration: line-through;
}

/* Kontenjan */
#gotarihler tbody td:last-child {
    font-weight: 600;
}

/* Mobil */
@media (max-width: 768px) {

    #gotarihler thead th,
    #gotarihler tbody td {
        padding: 10px 8px;
    }
}

#gotarihler .table-responsive {
    max-height: 720px;
    /* dikey scroll */
    overflow-x: auto;
    /* yatay scroll */
    overflow-y: auto;
    /* dikey scroll */
    -webkit-overflow-scrolling: touch;
    border-radius: 5px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
}

#gotarihler table {
    min-width: 760px;
    /* yatay scroll için şart */
    margin-bottom: 0;
}

.ek-hizmetler-container .form-checkbox label {
    line-height: 22px;
    margin-top: -3px;
    width: 100%;
}

.weblanguageli ul li a {
    color: #000;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .header .header-menu .menu li {
        margin: 0;
    }

    .header .header-menu .menu__nav>li>a {
        padding: 0 20px !important;
    }


    .zrlangsub li a {
        justify-content: flex-start !important;
    }

    .subnav.zrlangsub li a img {
        margin-right: 10px;
    }

}

.weblanguageli a {
    letter-spacing: 1.5px !important;
    font-family: 'Roboto' !important;
}

/* === Rezervasyon Alanı Genel === */
.section-takvim {
    background: #021527;
}

/* Kart */
.section-takvim .card {
    border: none;
}

/* Form iç boşluk */
.section-takvim .card-body {
    padding: 32px;
}

/* Label */
.section-takvim label {
    font-family: "Cormorant Upright", serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
}

/* Input & Select */
.section-takvim .form-control,
.section-takvim .form-select {
    height: 52px;
    border: 1px solid #e2e8f0;
    background-color: #f9fafb;
    font-size: 15px;
    padding: 0 16px;
    transition: all 0.25s ease;
    border-radius: 0 !important;
}

.maintakvim {
    border-radius: 0 !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.maintakvim::placeholder {
    color: #ffffff;
    opacity: 1;
    /* Firefox için */
}

.kisi-placeholder {
    border: 1px solid #fff !important;
    color: #fff !important;
    height: 52px;
    padding: 12px 10px;
    font-size: 14px;
}

.kisiSecimAlanimain .js-form-dd {
    height: 53px;
    padding-top: 14px !important;
}


.kisiSecimAlanimain h4,
.kisiSecimAlanimain span {
    color: #fff;
}

.kisiSecimAlanimain .text-light-1 {
    color: #fff !important;
}

/* Focus efekti */
.section-takvim .form-control:focus,
.section-takvim .form-select:focus {
    background-color: #fff;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}


/* Takvim input cursor */
#dateInputHomepage {
    cursor: pointer;
}

/* Select ok ikonu daha modern */
.section-takvim .form-select {
    background-position: right 16px center;
    background-size: 14px;
}

/* Rezervasyon Butonu */
.section-takvim .btn-primary {
    background-color: #998363;
    border-color: #998363;
    width: 100%;
    padding: 12px 0;
    color: #fff;
}



/* Mobil uyum */
@media (max-width: 768px) {
    .section-takvim .card-body {
        padding: 24px;
    }

    .section-takvim .zr-takvim {
        margin-bottom: 10px;
    }

    .kisiSecimAlanimain {
        margin-bottom: 15px;
    }

}

.items-center.icon-menu {
    color: #fff;
}

/* --- Calendar Price Tags & Full Status --- */
.price-tag {
    font-size: 11px;
    color: #3554d1;
    font-weight: 700;
    margin-top: 2px;
    background: rgba(53, 84, 209, 0.1);
    padding: 2px 4px;
    border-radius: 4px;
    display: block;
    text-align: center;
}

/* Dolu (Full) Durumu */
.is-day-full .price-tag {
    color: #ff0000 !important;
    background: rgba(255, 0, 0, 0.15) !important;
    font-weight: 800 !important;
    border: 1px solid rgba(255, 0, 0, 0.2);
}

.is-day-full .vanilla-calendar-day__btn {
    color: #ff0000 !important;
    background-color: #fff0f0 !important;
    opacity: 0.8;
}

.vanilla-calendar-day__btn.is-full {
    cursor: not-allowed !important;
}

.mt-5-px {
    margin-top: 5px !important;
}

.sozlesme-group {
    margin: 6px 0;
}

#accordionExample .accordion__item {
    margin-bottom: 15px;
}

.sozlesme-group .error-message {
    display: block;
    margin-top: 5px;
    color: #b3302b;
    background: #fff6f6;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 13px;
}

@media screen and (max-width: 991px) {
    .section-giris .d-flex {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 10px !important;
    }

    .section-giris .qodef-i-svg-wrapper {
        width: 70px !important;
        height: 70px !important;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
        flex-shrink: 0;
    }

    .section-giris svg {
        width: 45px !important;
        height: 45px !important;
    }

    .section-giris h5 {
        font-size: 15px !important;
        margin-bottom: 5px !important;
    }

    .section-giris p {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .section-giris .row.g-4 {
        --bs-gutter-x: 10px !important;
        --bs-gutter-y: 10px !important;
    }
}


.main-textp span,
main-textp p {
    font-family: var(--font-primary) !important;
}

.main-textp p span {
    font-family: var(--font-primary) !important;
}

.hizmet-text p {
    font-family: var(--font-primary) !important;
}

.border-light-rounded {
    border-radius: 12px;
    overflow: hidden;
}

/* Payment Page Premium Styles */
.payment-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.payment-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #3554d1, #2e86de);
}

.card-input-group {
    position: relative;
    margin-bottom: 25px;
}

.card-input-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #697488;
    margin-bottom: 8px;
}

.card-input-group input {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-input-group input:focus {
    border-color: #3554d1;
    box-shadow: 0 0 0 4px rgba(53, 84, 209, 0.1);
    outline: none;
    transform: translateY(-2px);
}

.card-type-icons {
    position: absolute;
    right: 20px;
    top: 38px;
    display: flex;
    gap: 12px;
}

.card-type-icons i {
    color: #ccc;
    transition: all 0.3s;
}

.card-type-icons i.active {
    transform: scale(1.1);
}

.credit-card-preview {
    background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
    border-radius: 18px;
    padding: 30px;
    color: #fff;
    margin-bottom: 35px;
    position: relative;
    height: 220px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.credit-card-preview::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 18px;
    pointer-events: none;
}

.cc-chip {
    width: 50px;
    height: 40px;
    background: linear-gradient(135deg, #e6b980 0%, #eacda3 100%);
    border-radius: 8px;
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.5);
}

.cc-number {
    font-size: 24px;
    letter-spacing: 4px;
    margin-top: 25px;
    font-family: 'Inconsolata', monospace;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.cc-details {
    margin-top: auto;
    text-transform: uppercase;
}

/* Header Mobil Dil ve Hamburger Kontrolü */
.zr-only-mobile-header {
    display: flex !important;
}

.language-header-fixed {
    gap: 6px;
    /* Bayraklar arasındaki boşluk kısaltıldı */
}

.language-header-fixed a img {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 1200px) {
    .zr-only-mobile-header {
        display: none !important;
    }

    .zr-only-desktop-lang {
        display: block !important;
    }
}

@media (max-width: 1199px) {
    .zr-only-desktop-lang {
        display: none !important;
    }
}

/* Reservation Selection Page Styles */
.reservation-selection {
    padding: 80px 0;
    min-height: 80vh;
}

.tour-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(5, 16, 54, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tour-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(5, 16, 54, 0.1);
}

.tour-card__img {
    height: 250px;
    position: relative;
}

.tour-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour-card__content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tour-card__title {
    font-size: 22px;
    font-weight: 600;
    color: #051036;
    margin-bottom: 15px;
}

.tour-card__text {
    color: #697488;
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.tour-card__btn {
    width: 100%;
    padding: 15px;
    background: #3554D1;
    color: #fff !important;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    transition: background 0.2s;
    text-decoration: none;
}

.tour-card__btn:hover {
    background: #051036;
    color: #fff !important;
}


.standart-text {
    font-weight: 300;
    color: #404040;
    font-family: var(--font-primary) !important;
    font-size: 15px !important;
}

.standart-text p {
    font-weight: 300;
    color: #404040;
    font-family: var(--font-primary) !important;
    font-size: 15px !important;
}

.standart-text ul li {
    font-weight: 300;
    color: #404040;
    font-family: var(--font-primary) !important;
    font-size: 15px !important;
}

.standart-text ul li span {
    font-weight: 300;
    color: #404040;
    font-family: var(--font-primary) !important;
    font-size: 15px !important;
}

.text-red-1 {
    color: var(--color-red-1) !important;
}

/* Hizmetler Bölümü - Kart Yükseklik Eşitleme */
.section-hizmetler .card {
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.section-hizmetler .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.section-hizmetler .card-body {
    padding: 24px;
}

.section-hizmetler .card-title {
    font-size: 19px;
    font-weight: 600;
    color: #051036;
    margin-bottom: 12px;
    min-height: 28px;
    /* Tek/Çift satır uyumu için */
}

.section-hizmetler .card-text {
    font-size: 15px;
    color: #697488;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Maksimum 3 satır göster */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 72px;
    /* Tüm kutuların metin alanını eşitlemek için */
    margin-bottom: 20px;
}

.section-hizmetler .btn-primary {
    background-color: #f5f5f5 !important;
    border: none !important;
    color: #051036 !important;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
}

.section-hizmetler .btn-primary:hover {
    background-color: #051036 !important;
    color: #ffffff !important;
}

.turid-select {
    background: transparent !important;
    appearance: none;
    -webkit-appearance: none;
    background-image: none !important;
    border: 1px solid #ddd;
    color: #333;
    height: 50px;
}

.homepage-reservation-form .turid-select {
    border-radius: 10px;
    padding: 12px 14px;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
    clear: both;
}

/* Tarih Seçim Kartları */
.date-selector-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.date-card {
    flex: 1 1 calc(50% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 120px;
    margin-bottom: 5px;
}

.date-card:hover {
    border-color: #051036;
    background: #f8faff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.date-card.active {
    border-color: #051036;
    background: #051036;
    color: #fff;
}

.date-card.active .date-card__date,
.date-card.active .date-card__price {
    color: #fff;
}

.date-card__date {
    font-size: 14px;
    font-weight: 500;
    color: #051036;
    margin-bottom: 4px;
}

.date-card__price {
    font-size: 13px;
    font-weight: 600;
    color: #C0A888;
}

.date-card.full {
    opacity: 0.6;
    cursor: not-allowed;
    background: #f0f0f0;
}

.date-card.full .date-card__price {
    color: #d93025;
}

@media (max-width: 768px) {
    .date-card {
        flex: 1 1 calc(50% - 10px);
    }
}


#dateInput {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 10px 15px !important;
    border-radius: 10px !important;
}

.maintakvim {
    border: 1px solid #fff !important;
    background-color: transparent;
    border-radius: 10px !important;
    height: 52px !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    color: #fff !important;
    transition: all 0.3s ease !important;
}

.maintakvim::placeholder {
    color: #fff !important;
    opacity: 1;
}

.maintakvim::-webkit-input-placeholder {
    color: #fff !important;
}

.maintakvim:-ms-input-placeholder {
    color: #fff !important;
}

.maintakvim::-ms-input-placeholder {
    color: #fff !important;
}

.maintakvim:focus {
    border-color: #fff !important;
    box-shadow: 0 0 0 2px rgba(5, 16, 54, 0.05) !important;
    outline: none !important;
}



.text-red-1 {
    color: #d93025 !important;
}

.text-green-2 {
    color: #1e7e34 !important;
}