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

.mainSearch.-col-3-big .button-grid{
	grid-template-columns: 1fr 1fr 0.6fr auto;
}
.js-search::placeholder {
  white-space: nowrap; /* tek satırda kalsın */
  overflow: visible; /* taşmayı göster */
  text-overflow: clip; /* kesme yok */
}

.booking-item-rating-stars{
	height: 14px;
    list-style: none;
    display: flex;
    align-items: center;
}
.booking-item-rating-stars li i {
    font-size: 11px;
}

.custom-justify-between{
	display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap; /* Satır kırılmasını önler */
}


/* Detail */

.short-text {
 /*  max-height: 150px; /* istediğin kadar yapabilirsin */
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.short-text.expanded {
  max-height: 1000px; /* yeterince büyük bir değer */
}

.tour-other-text ul li p ,.tour-other-text ul li p span{
	font-size:15px!important;
	color:#000;
}
.tour-other-text ul li p strong {
	font-weight:500;
}
.rotamap{
	width: 100%;
	height: 400px; 
	margin-top: 20px;
}

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


#rezbutton{
	height:46px;
}
.zr-tour-form-content .select__search {
  display: none;
}
#rezbutton:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}
.vanilla-calendar-day__btn.no-price {
    opacity: 0.4;
    cursor: not-allowed;
}
.rezervasyon select {
	border: 1px solid var(--color-border);
    border-radius: 4px;
    padding: 0 13px;
    padding-top: 0px;
    min-height: 70px;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	color:#697488;
}


 /* Genel alan arka plan ve padding */
section.grey-blue-bg.middle-padding {
  background-color: #f8f9fb;
  padding: 60px 0;
}

/* Sol Menü Kutusu */
.box-widget {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.box-widget-item-header h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

/* Menü Listesi */
ul.cmsul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.cmsul li {
  margin-bottom: 10px;
}

ul.cmsul li a {
  display: block;
  padding: 10px 15px;
  border-radius: 6px;
  background: #f1f3f5;
  color: #222;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

ul.cmsul li a:hover,
ul.cmsul li.cactive a {
  background: #0057ff;
  color: #fff;
}

/* Sağ İçerik Alanı */
.kurumsal-content-page {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #e2e6ea;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.kurumsal-content-page .list-single-main-item-title h3,
.kurumsal-content-page .title strong {
  font-size: 24px;
  font-weight: 700;
  color: #0057ff;
  margin-bottom: 15px;
}

.kurumsal-content-page .text p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

/* Responsive düzen */
@media (max-width: 768px) {
  .kurumsal-content-page {
    padding: 20px;
  }

  .kurumsal-content-page .title strong,
  .kurumsal-content-page .list-single-main-item-title h3 {
    font-size: 20px;
  }

  .box-widget {
    margin-bottom: 30px;
  }
}

.rates-col select {
	border: 1px solid var(--color-border);
    border-radius: 4px;
    padding: 0 13px;
    padding-top: 0px;
    min-height: 70px;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	color:#697488;
}





.rezervasyon .collapse {

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


.rates-col{
	
}
.rates-col .rating .hovered,
.rates-col .rating .selected {
	 color:#f8d448;
 }
 .rates-col .rating .selected:before{
	   content: "\f005"!important;
 }
 
 /* Genel alan arka plan ve padding */
section.grey-blue-bg.middle-padding {
  background-color: #f8f9fb;
  padding: 60px 0;
}

/* Sol Menü Kutusu */
.box-widget {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.box-widget-item-header h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

/* Menü Listesi */
ul.cmsul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.cmsul li {
  margin-bottom: 10px;
}

ul.cmsul li a {
  display: block;
  padding: 10px 15px;
  border-radius: 6px;
  background: #f1f3f5;
  color: #222;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

ul.cmsul li a:hover,
ul.cmsul li.cactive a {
  background: var(--color-blue-1) !important;
  color: #fff;
}

/* Sağ İçerik Alanı */
.kurumsal-content-page {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.kurumsal-content-page .list-single-main-item-title h3,
.kurumsal-content-page .title strong {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-blue-1) !important;
  margin-bottom: 15px;
}

.kurumsal-content-page .text p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

/* Responsive düzen */
@media (max-width: 768px) {
  .kurumsal-content-page {
    padding: 20px;
  }

  .kurumsal-content-page .title strong,
  .kurumsal-content-page .list-single-main-item-title h3 {
    font-size: 20px;
  }

  .box-widget {
    margin-bottom: 30px;
  }
}

#odaEkleBtn{
	background-color: var(--color-blue-1) !important;
	color:#fff;
	padding: 1px 7px;
	font-size: 14px;
	border-radius: 4px;
	height:auto;
}
.konaklamaliArea .mb-24{
	    margin-bottom: 15px !important;
}
.konaklamaliArea .mt-24{
	    margin-top: 15px !important;
}
h5.oda-baslik{
	    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.oda-baslik {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.oda-baslik .oda-sil {
    background: transparent;
    border: none;
    color: #ff4d4f; /* kırmızı ton */
    cursor: pointer;
    font-size: 16px;
    padding: 0;
}

.oda-baslik .oda-sil i {
    pointer-events: none; /* ikonun kendi tıklamasını engelle */
}

.oda-h4-title{
	margin-top:15px;
	font-weight: 600;
	font-size: var(--text-22) !important;
}
.misafirler-konaklamali h5 {
	font-weight:500;
}
.btn-login, .btn-register{
	width:100%;
}

.login-item ul li a{
	   justify-content: flex-start!important;
}
.login-item .is_login img {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-menu-user{
	margin-left:25px;
}

/* Odalar tablosunu responsive yapmak */
.oda-table-wrapper {
    width: 100%;
    overflow-x: auto; /* Yatay kaydırma */
    -webkit-overflow-scrolling: touch; /* Mobilde daha düzgün kaydırma */
    margin-top: 15px;
}

/* Table genel stilleri */
.oda-table-wrapper table {
    width: 100%;
    min-width: 700px; /* Dar ekranlarda tablo bozulmasın */
    border-collapse: collapse;
}

.oda-table-wrapper th,
.oda-table-wrapper td {
    padding: 8px 10px;
    border: 1px solid #e0e0e0;
    text-align: left;
    font-size: 14px;
    white-space: nowrap; /* Sütunları kırma */
}

.oda-table-wrapper th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.oda-table-wrapper tbody tr:nth-child(even) {
    background-color: #fefefe;
}

/* Voucher fiyat tablosu */
.voucher-table {
    width: 100%;
    border-collapse: collapse; /* Hücreler arası boşluğu kaldırır */
    margin-top: 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

.voucher-table td {
    padding: 6px 8px; /* Sağ-sol ve üst-alt boşluk */
    border-bottom: 1px solid #e0e0e0; /* Hafif alt çizgi */
}

.voucher-table tr:last-child td {
    border-bottom: none; /* Son satırda alt çizgi olmasın */
}

.voucher-table td.label {
    font-weight: 600;
    text-align: left;
}

.voucher-table td.value {
    text-align: right;
}

/* Toplam satırı vurgula */
.voucher-table tr.total-row td {
    font-weight: 700;
    font-size: 16px;
    color: #FA5636;
    border-top: 2px solid #ccc;
    padding-top: 10px;
}

/* Ücret Detayları Tablosu */
.urec-detay-table {
    width: 100%;
    border-collapse: collapse; /* Hücreler arası boşluğu kaldırır */
    margin-top: 15px;
    font-size: 14px;
}

.urec-detay-table th,
.urec-detay-table td {
    padding: 8px 12px; /* Hücre iç boşlukları */
    border-bottom: 1px solid #e0e0e0; /* Alt çizgi */
    text-align: left;
}

.urec-detay-table td.text-end {
    text-align: right; /* Sağdaki fiyat kolonunu sağa yaslar */
}

.urec-detay-table tr:last-child td {
    border-bottom: none; /* Son satırın alt çizgisini kaldırır */
}


.urec-detay-table strong {
    font-weight: 600;
    color: #333;
}

/* Voucher fiyat tablosu */
.voucher-table {
    width: 100%;
    border-collapse: collapse; /* Hücreler arası boşluğu kaldırır */
    margin-top: 20px;
    font-size: 15px;
    color: #333;
}

.voucher-table td {
    padding: 6px 8px; /* Sağ-sol ve üst-alt boşluk */
    border-bottom: 1px solid #e0e0e0; /* Hafif alt çizgi */
}

.voucher-table tr:last-child td {
    border-bottom: none; /* Son satırda alt çizgi olmasın */
}

.voucher-table td.label {
    font-weight: 600;
    text-align: left;
}

.voucher-table td.value {
    text-align: right;
}

/* Toplam satırı vurgula */
.voucher-table tr.total-row td {
    font-weight: 700;
    font-size: 18px;
    color: #FA5636;
    border-top: 2px solid #ccc;
    padding-top: 10px;
}

.zr-rezervasyonlar-outer{
	min-height:500px;
}
/* Favori aktif buton */
.button.-blue-1.favori-active {
    background-color: var(--color-red-1) !important;
    border-color: var(--color-red-1) !important;
    color: white !important;
}

/* Hover efekti favori aktifken */
.button.-blue-1.favori-active:hover {
    background-color: darkred !important;
    border-color: darkred !important;
    color: white !important;
}


/* 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;
    }
}

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

/* Buton stili */
.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%;
}

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

/* Icon ve text arası boşluk */
.wp-contact-btn i {
    margin-right: 10px;
    font-size: 1.2rem;
}


/* Arka plan karartması */
.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: 90%;
    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);
}

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

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

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

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

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

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

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

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


/* Table container responsive */
.table-responsive {
    width: 100%;
    overflow-x: auto;
}

/* Table temel stilleri */
.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    color: #212529;
    background-color: #fff;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: middle;
    border: 1px solid #dee2e6;
    text-align: center;
    font-size: 14px;
}

.table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

/* Zebra stripe */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

/* Hover efekti */
.table-hover tbody tr:hover {
    background-color: #e9ecef;
}

/* Mobilde tabloyu kaydır */
@media (max-width: 767px) {
    .table th,
    .table td {
        padding: 0.5rem;
        font-size: 13px;
    }
}

.blog-text, .blog-text p, .blog-text ol li  { color:#333; }
.blog-text ul, .blog-text ol { padding:0; }


/* Form container */
#aboneFormModal {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Input alanları */
#aboneFormModal .form-control {
    width: 100%;
    padding: 0.9rem 1.2rem;
    border-radius: 0.75rem;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    font-size: 1rem;
    transition: all 0.3s ease;
}



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


/* Wrap (eğer .xb-item--field CSS'inde yoksa) */
.xb-item--field { position: relative; }

/* suggestions list */
.suggestions-list {
  list-style: none;
  margin: 6px 0 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 9999;
  background: #fff;
    box-shadow: 0px 10px 35px 0px #0510361A;
  border-radius: 10px;
  max-height: 240px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
      width: 500px;
    max-width: 100vw;
}

/* her bir satır */
.suggestions-list li {
	padding: 10px 12px !important;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.2;
  color: #111827; /* koyu metin */
}

/* hover / mouse over */
.suggestions-list li:hover {
  background: rgba(99,102,241,0.06); /* hafif mor alttonu */
}

/* seçili (klavyeyle gezinme) */
.suggestions-list li.selected,
.suggestions-list li:focus {
  background: rgba(99,102,241,0.12);
  outline: none;
}

/* boş sonuç göstergesi */
.suggestions-list .no-results {
  color: #6b7280;
  padding: 10px 12px;
  text-align: center;
}

/* small screens: genişliği kapsayıcıya göre koru */
@media (max-width: 576px) {
  .suggestions-list { max-height: 180px; top: calc(100% + 4px); }
  .suggestions-list li { padding: 10px; font-size: 13px; }
}

.header-style-three .header__language {
     padding-left:0;
}
.header-currency{
	padding-left:30px!important;
	margin-right:20px;
}


/* Listing */

.page-header {
    position: relative;
    padding: 220px 0 130.3px;
}

.page-header__bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header__bg, .page-header__bg:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-header__content {
    position: relative;
    text-align: center;
}


.page-header__bg:after {
    content: "";
    background-color: var(--gotur-black2, #1a1948);
    opacity: .7;
}

.page-header__title {
    margin-top: -5px;
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: normal;
    color: var(--gotur-white, #fff);
    text-transform: capitalize;
    margin-bottom: 12px;
}
.gotur-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.gotur-breadcrumb li {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    color: var(--gotur-white, #fff);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
}
.gotur-breadcrumb li a { color:#fff; }
.gotur-breadcrumb li span {
    color: #fff;
    display: inline-flex;
    line-height: 1em;
    font-weight: 400;
}

.gotur-breadcrumb li a:hover, .gotur-breadcrumb li span {
    color: var(--gotur-primary, #f7921e);
}

.gotur-breadcrumb li:not(:last-of-type):after {
       content: var(--bs-breadcrumb-divider, "/");
    position: relative;
    font-family: icomoon !important;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    margin-top: 3px;
    top: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.tour-listing-page {
    position: relative;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}


.rc-slider .rc-slider-handle .value {
    position: absolute;
    top: -30px;
    font-size: 12px;
    font-weight: 500;
    background: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.rc-slider .rc-slider-track {
    background-color: #007bff;
}

.rc-slider .rc-slider-rail {
    background-color: #e1e1e1;
}

.sidebar__item:not(.-no-border) {
    border-top: 1px solid #e5e5e5;
}
.y-gap-40 > * {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sidebar {
	    background-color: var(--gotur-gray, #f3f8f6);
    border-radius: 8px;
    padding: 30px;
}


.noUi-target {
    height: 4px!important;
    border: none;
    outline: 1px solid rgba(0, 0, 0, 0.08);
}
.noUi-handle {
    border-radius: 100%;
    width: 20px !important;
    height: 20px !important;
    top: 50% !important;
    transform: translateY(-50%);
    border: 2px solid var(--color-blue-1);
    box-shadow: 0 !important;
}


aside.sidebar h5 {
	position:relative;
	padding-bottom: 12px;
}

aside.sidebar h5:after {
    content: "";
    width: 82px;
    height: 2px;
    background: linear-gradient(90deg, #63ab45 4.49%, rgba(99, 171, 69, 0) 94.87%);
    position: absolute;
    bottom: 0;
    left: 0;
}


.destination-carousel__item img {
  width: 100%;
  height: 550px; /* istediğin yüksekliği belirle */
  object-fit: cover; /* taşan kısımları kırpar, orantıyı bozmadan doldurur */
  border-radius: 12px; /* istersen köşe yuvarla */
}

@media (max-width: 768px) {
  .destination-carousel__item img {
    height: 250px;
  }
}

.product-details__form__form {
    margin-top: 30px;
}

.comments-form__form .form-one__group {
    grid-gap: 20px 30px;
}
.form-one__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
}

 .form-one__control label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--gotur-black, #1d231f);
    text-transform: capitalize;
	margin-bottom:10px;
}

.form-one__control input,
.form-one__control textarea {
    border-radius: 6px;
    padding-left: 20px;
    border: 1px solid var(--gotur-border-color, #e5e5e5);
    background-color: var(--gotur-white, #fff);
}

/* Genel satırlar ve kolonlar */
.rates-col .col-sm-6 {
    padding: 10px 20px;     /* İç boşluk */
    border-radius: 8px;     /* Köşeleri yuvarla */
    margin-bottom: 3px;    /* Alt boşluk */
}

/* Kriter başlıkları */
.rates-col .text-15.fw-500 {
    margin-bottom: 5px;
}

/* Yıldızlar */
.rates-col .rating span.fa {
    font-size: 15px;       /* Yıldız boyutu */
    cursor: pointer;
    transition: color 0.2s;
}

.rates-col .rating span.fa:hover,
.rates-col .rating span.fa.hovered {
    color: #ffc107;        /* Hover ve aktif renk */
}

/* Gizli inputlar küçük kalsın */
.rates-col input[type="hidden"] {
    display: none;
}

/* Flex ayarları */
.rates-col .rating {
    justify-content: flex-start;
}

/* Responsive: mobilde daha iyi */
@media (max-width: 576px) {
    .rates-col .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.cactive a {
	    color: var(--color-primary)!important;
}


.contact-card .crds-icons {
    color: #007bff!important; 
    transition: color 0.3s;
}


.contact-card:hover .crds-icons {
    color: #0056b3; 
}


.contact-card a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s;
}


.contact-card a:hover {
    color: #333;
    text-decoration: underline;
}


.contact-card {
    background: #fff;
    border: 1px dashed #dee2e6;
    padding: 20px;
    border-radius: 12px;
    transition: box-shadow 0.3s;
}

.contact-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Form genel ayar */
#iletisimFormu .form-input {
    position: relative;
    margin-bottom: 20px;
}

/* Input ve textarea */
#iletisimFormu .form-input input,
#iletisimFormu .form-input textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    font-size: 16px;
    background: #fff;
    transition: border-color 0.3s, box-shadow 0.3s;
	    margin-bottom: 5px;
    margin-top: 8px;
	
}

/* Input focus efekti */
#iletisimFormu .form-input input:focus,
#iletisimFormu .form-input textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 6px rgba(0, 123, 255, 0.25);
}

/* Label */
#iletisimFormu .form-input label {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
    pointer-events: none;
		margin-bottom:6px;
    transition: all 0.2s ease-in-out;
}

/* Label yukarı animasyonu */
#iletisimFormu .form-input input:focus + label,
#iletisimFormu .form-input input:not(:placeholder-shown) + label,
#iletisimFormu .form-input textarea:focus + label,
#iletisimFormu .form-input textarea:not(:placeholder-shown) + label {
    top: -8px;
    left: 0;
    font-size: 14px;
    color: #333;
    background: #fff;
    padding: 0 4px;
}

/* Textarea */
#iletisimFormu .form-input textarea {
    resize: vertical;
}

/* Responsive küçük ekranlar için */
@media (max-width: 576px) {
    #iletisimFormu .col-auto {
        width: 100%;
    }
    #iletisimFormu .formgonder {
        width: 100%;
        justify-content: center;
    }
}


/* Dates */


.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;
}
.tour-listing-details__sidebar__item-box {
  position: relative; /* dropdown’un absolute çalışması için gerekli */
  overflow: visible;  /* iframe ve dropdown’un kesilmesini engeller */
}
.tour-listing-details__sidebar__item + .tour-listing-details__sidebar__item{
	position:relative;
}


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

.header__logo a img {
	width:190px;
}



.rezerformouter{
	    background: #fff;
    box-shadow: 0 8px 17px -2px rgba(34, 7, 89, .05);
    border-radius: 16px;
    padding: 24px;
}

/* Genel form alanı */
.zr-tour-form-content {

  font-family: "Inter", sans-serif;
  max-width: 100%;
}

/* Fiyat alanı */
.zr-tour-form-content .text-dark-1 {
  color: #222;
}

.zr-tour-form-content .text-red-1 {
  color: #d63031;
  margin-right: 8px;
}

.zr-tour-form-content .line-through {
  text-decoration: line-through;
  font-size: 15px;
  color: #888;
}

.zr-tour-form-content .js-total-price {
  font-size: 24px;
  font-weight: 700;
  color: #043d9b; /* ana mavi */
}

/* Yorum & puan alanı */
.zr-tour-form-content .col-auto .size-40 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
      font-size: 14px;
}

.zr-tour-form-content .col-auto .text-right {
	margin-right: 12px;
	line-height: 19px;
	font-size: 14px;
}

.rezbutton{
	margin-top:20px;
}
.zr-tour-form-content .bg-blue-1 {
 background: #63ab45 !important;
}
.bg-yellow-1{
	background:#f7982a!important

/* Rezervation */;

.header-margin {
    margin-top: 90px;
}
}

/* Label stilleri */
.zr-tour-form-content label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

/* Tarih seçici custom select */
.select {
  position: relative;
  width: 100%;
}

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

.select__button:hover {
  border-color: #043d9b;
}

.select__icon {
  width: 16px;
  height: 16px;
  color: #666;
}

.select__dropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  z-index: 99;
  display: none; /* JS ile açılacak */
}

.select__search {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.select__options {
  max-height: 220px;
  overflow-y: auto;
}

.select__options__button {
  padding: 10px 14px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}

.select__options__button:hover {
  background: #f5f7fa;
}

/* Rezervasyon butonu */
.rezbutton {
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  transition: 0.3s;
  cursor: not-allowed;
  opacity: 0.6;
}

.rezbutton.active,
.rezbutton:enabled {
  cursor: pointer;
  opacity: 1;
      background: #63ab45 !important;
}

.rezbutton:enabled:hover {
  background: #032d75 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(4,61,155,0.2);
}

.searchMenu-guests {
    position: relative;
margin-top: 10px;
    font-size: 14px;
	    padding-left: 20px !important;
    padding-right: 20px !important;
	    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.searchMenu-guests h4 {
	font-size:16px;
}

.shadow-4 {
    box-shadow: 0px 10px 60px 0px #0510360D;
}
.border-light {
    border: 1px solid #dddddd!important;
}
.searchMenu-guests__field {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  width: 400px;
  max-width: 100vw;
  margin-top: 30px;
  box-shadow: 0px 10px 60px 0px #0510360D;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .searchMenu-guests__field {
    width: auto;
    left: -20px;
    right: -20px;
  }
}

@media (max-width: 575px) {
  .searchMenu-guests__field {
    left: -35px;
    right: -35px;
  }
}

.searchMenu-guests__field.-is-active {
    pointer-events: auto;
    opacity: 1;
}
.shadow-2 {
    box-shadow: 0px 10px 35px 0px #0510361A;
}
.rounded-4 {
    border-radius: 4px;
}
.bg-white {
    background-color:#fff;
}
.items-center {
    align-items: center !important;
}
.justify-between {
    justify-content: space-between !important;
}
.px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.text-15 {
    font-size:15px!important;
}
.searchMenu-guests__field .text-14 {
    font-size:13px!important;
}
.fw-500 {
    font-weight: 600;
}
.size-38 {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
}
.text-12 {
    font-size: 12px !important;
}

.button.-outline-blue-1:hover {
    background-color:#3554d1;
    border-color: transparent;
    color: #fff !important;
}

.button.-outline-blue-1 {
    border:1px solid #3554d1;
	background-color:#fff;
}
.text-blue-1 {
    color: #3554d1;
}

.border-top-light {
    border-top: 1px solid #dddddd;
}
.mb-24 {
    margin-bottom: 24px !important;
}
.mt-24 {
    margin-top: 24px !important;
}

text-light-1 {
    color: #697488;
}
.mt-5 {
    margin-top: 5px !important;
}
.lh-12 {
    line-height: 1.2 !important;
}

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

/* Rezervation */

.rezervasyon .x-gap-40 {
    margin-left: -20px;
    margin-right: -20px;
}
.rezervasyon .y-gap-30 {
    margin-top: -15px;
    margin-bottom: -15px;
}
.rezervasyon .bg-blue-1 {
    background-color: #3554d1 !important;
}
.rezervasyon .ml-10 {
    margin-left: 10px !important;
}
.rezervasyon .h-1 {
    height: 1px !important;
}
.rezervasyon .bg-border {
    background-color: #dddddd !important;
}
.rezervasyon .bg-blue-1-05 {
    background-color: rgba(53, 84, 209, 0.05);
}
.rezervasyon .rounded-full {
    border-radius: 100%;
}
.rezervasyon .size-40 {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
	color:#f7982a;
}
.rezervasyon .d-flex {
    display: flex !important;
}

.rezervasyon .items-center {
    align-items: center !important;
}
.rezervasyon .flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rezervasyon .pt-20 {
    padding-top: 20px !important;
}

.rezervasyon .form-input {
    position: relative;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
}

.rezervasyon .form-input textarea, .rezervasyon .form-input input  {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 15px;
    padding-top: 25px;
    min-height: 70px;
    transition: all 0.2s 
   cubic-bezier(0.165, 0.84, 0.44, 1);
}
.rezervasyon select {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 13px;
    padding-top: 0px;
    min-height: 70px;
    transition: all 0.2s 
cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #697488;
}
.rezervasyon .form-input textarea:focus ~ label,
 .rezervasyon .form-input textarea:valid ~ label,
 .rezervasyon .form-input input:focus ~ label, 
  .rezervasyon .form-input input:valid ~ label {
    transform: translateY(-10px);
}
.rezervasyon .form-input label {
    position: absolute;
    top: 0;
    top: 26px;
    padding: 0 15px;
    pointer-events: none;
    font-size: 14px;
    transition: all 0.2s  cubic-bezier(0.165, 0.84, 0.44, 1);
}
.rezervasyon .form-input textarea:focus,
.rezervasyon .form-input input:focus,
.rezervasyon .form-input select:focus {
  border: 2px solid #051036 !important;
}
.rezervasyon .form-input textarea:focus ~ label, .rezervasyon .form-input textarea:valid ~ label,
.rezervasyon .form-input input:focus ~ label, .rezervasyon .form-input input:valid ~ label {
  transform: translateY(-10px);
}

.rezervasyon .y-gap-20 > * {
    padding-top: 10px;
    padding-bottom: 10px;
}
.rezervasyon .x-gap-20 > * {
    padding-left: 10px;
    padding-right: 10px;
}
.rezervasyon .pt-20 {
    padding-top: 20px !important;
}

.misafir-kisi{
	border:none!important;
}
.rezervasyon .py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.rezervasyon .px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.rezervasyon .text-22{
	font-size:22px;
}

.rezervasyon .x-gap-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.rezervasyon .col-auto {
    flex: 0 0 auto;
    width: auto;
}
.size-140 {
    flex-shrink: 0;
    width: 140px;
    height: 140px;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.text-yellow-1 {
    color: #f8d448;
}

.rezervation-info .fw-600 {
	font-weight:600;
	color:#333;
}

.rezervation-info .tour-title{
		font-weight:600;
	color:#333;
}

.rezervation-info .text-14{
	font-size:14px;
}
.rezervation-info .size-30 {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}

.rezervasyon .form-input {
    display: block;         /* flex varsa kaldır */
    position: relative;
}

.rezervasyon .form-input input,
.rezervasyon .form-input select,
.rezervasyon .form-input textarea {
    display: block;
    width: 100%;
}

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


.form-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px; /* checkbox ile label arası boşluk */
}

.sozlesme-group .error-message {
    margin-top: 4px;
    color: #b3302b;
    font-size: 13px;

}

.bg-yellow-3{
	background: #f7982a !important;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    font-size: 30px;
}
.border-type-1 {
    border: 1px dashed #f7982a ;
}
.px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.rounded-8 {
    border-radius: 8px;
}
.mt-40 {
    margin-top: 40px !important;
}
.py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.border-light {
    border: 1px solid #ddd!important;
}


.rounded-8 {
    border-radius: 8px;
}
.px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.size-30 {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
	border-radius:4px!important;
}

.text-right-puan{
	font-size:14px;
}