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


.zr-tour-form-content button{
	height:46px;
}
.zr-tour-form-content .select__search {
  display: none;
}
#rezbutton:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}

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


.oda-h4-title{
}
 
 /* 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;
}




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


.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ı */
/* 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: 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%;
    }
}

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

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


.mainSearch .button-grid {
    display: grid;
    grid-template-columns: 1fr 362px 222px auto;
}

/* Genel container ayarları */
.xb-category-list .col-lg-3,
.xb-category-list .col-md-4,
.xb-category-list .col-sm-6 {
    padding: 0.5rem;
}

/* Kart içi */
.xb-item--inner {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.xb-item--inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* Link wrapper tüm alanı kapsasın */
.xb-item--link-wrapper {
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
}

/* Resim */
.xb-item--icon {
    position: relative;
    width: 100%;
    padding-top: 75%; /* 4:3 oranı, istersen değiştirebilirsin */
    overflow: hidden;
    border-radius: 12px;
}

.xb-item--icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 12px;
}

.xb-item--link-wrapper:hover .xb-item--icon img {
    transform: scale(1.05);
}

/* Başlık resmin üzerinde */
.xb-item--link-wrapper .xb-item--title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    z-index: 2;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    width: 90%;
    padding: 0 5px;
}

/* Hover efekti için overlay */
.xb-item--icon::before {
}

/* ========================================
   Vendor Owner Info Widget
======================================== */

.owner-info.widget-box {
    padding: 15px;
    background: #ffffff;
    width: 100%;
    border: 1px solid #e8ecef;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.owner-info.widget-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.owner-info .d-flex {
    align-items: center;
}

.owner-info .owner-avatar {
    margin-right: 12px;
    flex-shrink: 0;
}

.owner-info .owner-avatar a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e8ecef;
    transition: border-color 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.owner-info .owner-avatar a:hover {
    border-color: var(--color-blue-1);
}

.owner-info .owner-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}


.owner-info h4 {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.owner-info h4 a {
    color: #1a2b48;
    text-decoration: none;
    transition: color 0.2s ease;
}

.owner-info h4 a:hover {
    color: var(--color-blue-1);
}

.owner-info h4 .icon-check {
    display: inline-block;
    margin-left: 4px;
    font-size: 10px;
    color: var(--color-blue-1);
    vertical-align: middle;
}

.owner-info p {
    margin: 0;
    font-size: 11px;
    color: #697488;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 576px) {
    .owner-info.widget-box {
        padding: 12px;
    }
    
    .owner-info .owner-avatar a {
        width: 42px;
        height: 42px;
    }
    
    .owner-info h4 {
        font-size: 12px;
    }
    
    .owner-info p {
        font-size: 10px;
    }
}

/* Hover efektleri için overlay */
.xb-item--icon::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.2);
    transition: background 0.3s ease;
    border-radius: 12px;
}

.xb-item--link-wrapper:hover .xb-item--icon::before {
    background: rgba(0,0,0,0.4);
}

/* Responsive başlık boyutu */
@media (max-width: 768px) {
    .xb-item--link-wrapper .xb-item--title {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .xb-item--link-wrapper .xb-item--title {
        font-size: 0.9rem;
    }
}


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

}
#promosyonKaldirBtn {
  border: none;
  background: transparent;
  color: #dc3545; /* kırmızı */
  font-size: 16px;
  padding: 0;
}
#promosyonKaldirBtn:hover {
  color: #a71d2a; /* daha koyu kırmızı hover */
  cursor: pointer;
}


/* Nitelikler */


.tabs__pane.-tab-item-nitelikler {
  padding: 15px; /* tab içi boşluk */
}

/* Kartlar arası boşluk ve responsive */
.tabs__pane.-tab-item-nitelikler .card {
  margin-bottom: 20px;
  border-radius: 8px;
border: 1px solid #eee;
}

/* Kart header */
.tabs__pane.-tab-item-nitelikler .card-header {
  background-color: #f8f9fa;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 15px;
}

/* Kart body */
.tabs__pane.-tab-item-nitelikler .card-body {
  padding: 15px;
}

/* Checkbox satırları */
.tabs__pane.-tab-item-nitelikler .d-flex.mt-20 {
  align-items: center;
}

/* Label yanındaki yazı */
.tabs__pane.-tab-item-nitelikler .d-flex.mt-20 .text-15 {
  font-size: 15px;
  line-height: 1.3;
}

/* Responsive için flex-wrap */
.tabs__pane.-tab-item-nitelikler .d-flex.flex-wrap.gap-3 {
  flex-wrap: wrap;
  gap: 15px;
}




/* Prices */


.tur-tipi-card {
    margin-bottom: 20px;
}

/* Tur Tipi Kartları */
.tur-tipi-card .btn-check {
    display: none; /* btn-check gizlensin */
}

/* Genel buton stili */
.tur-tipi-card .btn {
    border: 2px solid #cfd9e0;
    background-color: #f8f9fa;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    text-align: left;
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
}

.tur-tipi-card .btn i {
    font-size: 1.25rem;
    width: 30px;
    text-align: center;
    margin-right: 0.75rem;
    color: #495057;
}

.tur-tipi-card .btn strong {
    font-size: 0.95rem;
    color: #212529;
}

.tur-tipi-card .btn small {
    font-size: 0.8rem;
    color: #6c757d;
}

/* Günübirlik seçili - border ve background aynı */
#turGunubirlik:checked + .btn {
    color: #155724; /* metin koyu yeşil */
    background-color: #d4edda; /* açık yeşil */
    border-color: #d4edda; /* background ile aynı */
}

/* Konaklamalı seçili - border ve background aynı */
#turKonaklamali:checked + .btn {
    color: #004085; /* metin koyu mavi */
    background-color: #cce5ff; /* açık mavi */
    border-color: #cce5ff; /* background ile aynı */
}

/* Hover efektleri */
.tur-tipi-card .btn:hover {
    background-color: #e2e6ea;
    border-color: #adb5bd;
}


.tabs__pane.-tab-item-fiyat input,
.tabs__pane.-tab-item-fiyat select,
.tabs__pane.-tab-item-fiyat textarea {
    background-color: #fff;       /* Açık krem arkaplan */
    border: 1px solid #ced4da;       /* Hafif gri sınır */
    border-radius: 0.35rem;          /* Hafif yuvarlak köşe */
    padding: 0.45rem 0.75rem;        /* İç boşluk */
    font-size: 0.95rem;
    color: #495057;
    transition: all 0.2s ease-in-out;
}

/* Focus olduğunda */
.tabs__pane.-tab-item-fiyat input:focus,
.tabs__pane.-tab-item-fiyat select:focus,
.tabs__pane.-tab-item-fiyat textarea:focus {
    border-color: #999; /* hafif koyu gri */
    box-shadow: 0 .125rem .5rem rgba(0, 0, 0, 0.08), 0 0 5px rgba(0, 0, 0, 0.1);
    outline: none;
}

/* Placeholder rengi */
.tabs__pane.-tab-item-fiyat ::placeholder {
    color: #a9a9a9;
    opacity: 1;
}

.tabs__pane.-tab-item-fiyat .bg-light {
    background-color: #f0f4f7 !important;
}
.tabs__pane.-tab-item-fiyat  .card{
		border-radius:4px;
	box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .04);
	border:1px solid #dee2e6;
}

.tabs__pane.-tab-item-fiyat .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.tabs__pane.-tab-item-fiyat .input-group-text {
    display: flex;
    align-items: center;
    padding: .47rem .665rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-gray-400);
    border-radius: .325rem;
}
.tabs__pane.-tab-item-fiyat .input-group>.form-control,  .tabs__pane.-tab-item-fiyat .input-group>.form-floating, .tabs__pane.-tab-item-fiyat .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.button.-sm {
    padding: 8px 18px;
}
.mb-2 {
    margin-bottom: .6rem !important;
}
.text-end {
    text-align: right; /* Buton sağda */
    margin-top: 20px;  /* mt-20 yerine daha standart */
}

 .text-end .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-remove-program{
	  background-color: #dc3545; /* Bootstrap kırmızısı */
  border: 1px solid #dc3545;
  color: #fff;
  font-size: 14px;
padding: 2px 12px;
  margin-left: 5px;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
      border-radius: 6px;
	  
}
.btn-remove-program:hover {
  background-color: #bb2d3b;
  border-color: #b02a37;
  color: #fff;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.25);
}

.btn-remove-sss {
	  background-color: #dc3545; /* Bootstrap kırmızısı */
  border: 1px solid #dc3545;
  color: #fff;
  font-size: 14px;
padding: 2px 12px;
  margin-left: 5px;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
      border-radius: 6px;
}
.remove-cocuk-fiyat {
  background-color: #dc3545; /* Bootstrap kırmızısı */
  border: 1px solid #dc3545;
  color: #fff;
  font-size: 14px;
padding: 2px 12px;
  margin-left: 5px;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
      border-radius: 6px;
}
.btn-remove-coordinate{
	  background-color: #dc3545; /* Bootstrap kırmızısı */
  border: 1px solid #dc3545;
  color: #fff;
  font-size: 14px;
padding: 2px 12px;
  margin-left: 5px;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
      border-radius: 6px;
}

.remove-cocuk-fiyat:hover {
  background-color: #bb2d3b;
  border-color: #b02a37;
  color: #fff;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.25);
}

.remove-cocuk-fiyat:active {
  background-color: #a52834;
  border-color: #a52834;
  box-shadow: none;
}

.btn-danger i {
  font-size: 14px;
  line-height: 1;
}

/* === Dil sekmeleri için sade tab stili === */
.nav.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {

  color: #697488;
  padding: .5rem 1rem;
  font-weight: 500;
  transition: all .2s ease;
  cursor:pointer;
  position:relative;
}

.nav-tabs .nav-link::after {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-blue-1);
    transition: all 0.2s 
	cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
}
.nav-tabs .nav-link:hover {
 
}
.nav-tabs .nav-link.active::after {
	opacity: 1;
}
.nav-tabs .nav-link.active {
  color: var(--color-blue-1) !important;
  background-color: #fff;
  font-weight: 600;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);

}

.tab-content {
  border-top: none;
  background-color: #fff;
  padding: 1rem;
  border-radius: 0 0 .375rem .375rem;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

/* Program Item Card */
.program-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    transition: box-shadow 0.2s ease;
}

.program-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Input ve Textarea */
.program-item input.form-control,
.program-item textarea.form-control {
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.program-item input.form-control:focus,
.program-item textarea.form-control:focus {
    border-color: #999; /* hafif koyu gri */
    box-shadow: 0 .125rem .5rem rgba(0, 0, 0, 0.08), 0 0 5px rgba(0, 0, 0, 0.1);
    outline: none;
}

/* Label */
.program-item label {
    font-weight:500;
    font-size: 14px;
    margin-bottom: 6px;
	margin-top:2px;
    display: block;
}


/* Responsive */
@media (max-width: 640px) {
    .tab-content{
		padding:10px 5px;
	}
	#turForm .col-6{
		width:100%;
	}
	.tabs__pane.-tab-item-nitelikler{
		padding:0;
	}
}

.coordinate-item {
    position: relative;
    padding: 20px;
    border: 1px solid #d1d5db; /* hafif gri sınır */
    border-radius: 8px;
    background-color: #fafafa;
    margin-bottom: 15px;
}

.coordinate-item .mb-3 {
    margin-bottom: 1rem;
}

.coordinate-item label {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
	font-size:14px;
}

.coordinate-item input.form-control {
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    width: 100%;
    box-sizing: border-box;
	background:#fff;
}




/* Responsive için */
@media (max-width: 576px) {
    .coordinate-item {
        padding: 15px;
    }
}

#turForm{
	min-height:700px;
}


.-tab-item-resim .card-body{
	padding:20px;
}

.-tab-item-resim .card {
    border: 1px solid #eee;
    border-radius: 6px;
 
    margin-bottom: 20px;
}

/* Card başlığı */
.-tab-item-resim .card-header {
	background-color: #f8f9fa;
    font-weight: 500;
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
}

/* Card gövdesi */
.-tab-item-resim .card-body {
    padding: 15px 20px;
}

/* Alertler */
.-tab-item-resim .alert-warning {
    font-size: 13px;
    line-height: 1.4;
    padding: 15px 20px;
    border-radius: 6px;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    margin-bottom: 15px;
}

/* Dropzone kapsayıcı */
.-tab-item-resim .dropzone-container {
    position: relative;
    border: 2px dashed #ccc;
    border-radius: 6px;
    padding: 20px;
    min-height: 150px;
    background-color: #fafafa;
}

/* Dropzone önizleme alanları */
.-tab-item-resim .dropzone .images-span,
.-tab-item-resim .dropzone .images-span2,
.-tab-item-resim .dropzone .display-img {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.-tab-item-resim .dropzone img {
    max-width: 120px;
    max-height: 120px;
    border-radius: 4px;
    object-fit: cover;
    border: 1px solid #ddd;
}

/* Input alanları */
.-tab-item-resim input[type="file"],
.-tab-item-resim input[type="text"] {
    width: 100%;
}
.-tab-item-resim input {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
}

/* Acenta Turları Modern Kart Tasarımı */
.acenta-tur-item {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e9ecef;
    position: relative;
    transition: all 0.3s ease;
}

.acenta-tur-item:hover {
    border-color: #0057ff;
    box-shadow: 0 4px 12px rgba(0, 87, 255, 0.1);
}

.acenta-tur-item .sale_info {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff6b6b;
    color: white;
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    z-index: 2;
}

.acenta-tur-item .thumb-image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.acenta-tur-item .thumb-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.acenta-tur-item .item-title {
    margin-bottom: 15px;
}

.acenta-tur-item .item-title a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.acenta-tur-item .item-title a:hover {
    color: #0057ff;
}

.acenta-tur-item .location {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.acenta-tur-item .location i {
    margin-right: 8px;
    color: #999;
    font-size: 16px;
}

.acenta-tur-item .sale-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 8px;
}

.acenta-tur-item .price {
    color: #0057ff;
    font-weight: 600;
    font-size: 16px;
}

.acenta-tur-item .badge {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.acenta-tur-item .badge-success {
    background: #28a745;
    color: white;
}

.acenta-tur-item .badge-secondary {
    background: #6c757d;
    color: white;
}

.acenta-tur-item .control-action {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

/* Vendor Dashboard Content - Min Height */
.dashboard__content {
    min-height: 500px;
}

/* Vendor Tur Edit Formu - Dil Tabları */
.tabs__pane .form-control {
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 4px;
    padding: 12px 15px;
    min-height: 50px;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
}

.tabs__pane .form-control:focus {
    border-color: var(--color-blue-1, #0057ff);
    box-shadow: 0 0 0 3px rgba(0, 87, 255, 0.1);
    outline: none;
}

.tabs__pane .form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-dark-1, #1a1a1a);
}

.tabs__pane textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.acenta-tur-item .control-action .button {
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.acenta-tur-item .control-action .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
    .acenta-tur-item .thumb-image img {
        height: 150px;
    }
    
    .acenta-tur-item .control-action {
        flex-direction: column;
    }
    
    .acenta-tur-item .control-action .button {
        width: 100%;
        text-align: center;
    }
}

.gallery-env .image-thumb {
    position: relative;
}

.gallery-env .image-thumb .image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 3px;
    width: 100%;
}

.gallery-env .image-options {
    position: absolute;
    top: -8px;
    right: -10px;
    transform: scale(1);
    transform-origin: 50% 0;
    transition: all 300ms ease-in-out;
}

.gallery-env .image-options a {
    display: inline-block;
    line-height: 1;
    margin-left: 2px;
    background: #737881;
    color: #FFF;
    width: 24px;
        font-size: 12px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.gallery-env .image-options a.delete {
    background: #dd1f26;
}


.gallery-env .image-thumb {
    margin-bottom: 20px;
}


/* ========================================
   Acenta Başvuru Formu Stilleri
======================================== */

.acenta-basvuru-form .form-group {
    margin-bottom: 10px;
}

.acenta-basvuru-form .form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #1a2b48;
}

.acenta-basvuru-form .form-control {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
    color: #1a2b48;
    background-color: #fff;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.acenta-basvuru-form .form-control:focus {
    outline: none;
    border-color: #3554d1;
    box-shadow: 0 0 0 3px rgba(53, 84, 209, 0.1);
}

.acenta-basvuru-form .form-control::placeholder {
    color: #9ca3af;
    font-size: 14px;
}

.acenta-basvuru-form textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.acenta-basvuru-form .invalid-feedback {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #dc2626;
}

.acenta-basvuru-form label[for="term"] {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    color: #4b5563;
    cursor: pointer;
}

.acenta-basvuru-form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    cursor: pointer;
    flex-shrink: 0;
}

.acenta-basvuru-form .button {
    position: relative;
    overflow: hidden;
}

.acenta-basvuru-form .icon-loading {
    display: inline-block;
    margin-left: 10px;
}

.acenta-basvuru-form .message-error {
    padding: 15px;
    border-radius: 8px;
    background-color: #fee;
    border: 1px solid #fcc;
    color: #c00;
    font-size: 14px;
    display: none;
}

.acenta-basvuru-form .message-error.show {
    display: block;
}

.acenta-basvuru-form .message-success {
    padding: 15px;
    border-radius: 8px;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    font-size: 14px;
    display: none;
}

.acenta-basvuru-form .message-success.show {
    display: block;
}

/* Mobil Responsive */
@media (max-width: 768px) {
    .acenta-basvuru-form .form-group {
        margin-bottom: 20px;
    }
    
    .acenta-basvuru-form .form-control {
        padding: 10px 14px;
        font-size: 14px;
    }
}

/* Mobil cihazlarda scroll bar'ı görünür yap */
@media (max-width: 767.98px) {
  .scroll-bar-1::-webkit-scrollbar {
    height: 8px;
  }
  
  .scroll-bar-1::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
  
  .scroll-bar-1::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
  }
  
  .scroll-bar-1::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }
}

/* Firefox için scroll bar stilleri */
@-moz-document url-prefix() {
  .scroll-bar-1 {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
  }
}