/* 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: #fff!important;
   position:static;
}
.header .header-logo img {
    width: 100px;
}
.zr-web-menu  li{
    margin:0 20px;
}
.zr-web-menu li a {
    color:#000!important;
    letter-spacing: 3.5px;
    font-size: 13px!important;
    padding:7px 5px!important;
    position: relative;
    font-weight: 500;
}
@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: #F4F2ED;
    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;
}

.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;
}
.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;
}
.vanilla-calendar{
	min-width: 330px!important;
}
.vanilla-calendar-day {
    position: relative;
    display: flex;
    flex-direction: column;      /* Buton ve fiyat dikey sıralanacak */
    align-items: center;
    justify-content: center;
    width: 100%;
}

.price-tag {
      display: block;
    color: #212121;
    font-size: 9px;
    font-weight: 700;
    line-height: 14.3px;
    margin-bottom: 0;
}
.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;
}

.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;
}