body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont;
  background: var(--bg);
  color: var(--dark);

  color: #3f536c;
 
}
a {
  text-decoration: none;
  color:rgb(63 83 108);
}
.nav-link {
  font-weight: 600;
  color: #3f536c;
}
img, svg {
  max-width: 100%;
}
.product-card img {
  transition: transform .3s ease;
}

.product-card:hover img {
  transform: scale(1.04);
}

.product-card .btn {
  transition: all .2s ease;
}

.product-card:hover .btn {
  background: #000;
  color: #fff;
}
:root {
  --primary: #ff7a18;     /* Gün batımı turuncusu */
  --primary-soft: #ffe3cf;

  --secondary: #2ec4b6;   /* Deniz & ferahlık */
  --secondary-soft: #dff6f3;

  --dark: #1f2933;        /* Okunabilir koyu */
  --muted: #6b7280;

  --bg: #f9fafb;
  --card: #ffffff;

  --success: #22c55e;
  --danger: #ef4444;
  --warning: #f59e0b;
}

.btn-primary {
  background: linear-gradient(135deg, #ff7a18, #ff9f45);
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  padding: 10px 18px;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(255,122,24,.35);
}
.card {
  border: none;
  border-radius: 16px;
  background: var(--card);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  transition: all .2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
}
.product-img {
	height: 180px;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(135deg, rgb(224 224 224 / 85%), rgb(234 248 247 / 85%));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f4e4e;
    font-size: 22px;
    font-weight: 600;
}
.search-suggest {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,.15);
  overflow: hidden;
}
.search-suggest li {
  padding: 12px 16px;
  cursor: pointer;
}
.search-suggest li:hover {
  background: var(--primary-soft);
}

.autocomplete-box {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  margin-top: 6px;
  z-index: 1000;
}

.autocomplete-item {
  display: block;
  padding: 10px 14px;
  text-decoration: none;
  color: #333;
}

.autocomplete-item:hover {
  background: #f8f9fa;
}

.autocomplete-item span {
  display: block;
  font-size: 12px;
  color: #777;
}
.autocomplete-box {
  z-index: 1000;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.autocomplete-box .list-group-item {
  font-size: 14px;
  cursor: pointer;
}
/* AUTOCOMPLETE */
.autocomplete-box{
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  border-radius: 14px;
  overflow: hidden;
}

.autocomplete-item{
  border: 0;
  padding: 10px 12px;
}

.autocomplete-item.active,
.autocomplete-item:active{
  background: rgba(255,122,24,.10);
}

.ac-icon{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(46,196,182,.12);
  font-size: 18px;
  flex: 0 0 auto;
}

.ac-title{
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}

.ac-sub{
  font-size: 12px;
  opacity: .75;
}

.ac-chip{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
  font-weight: 700;
  flex: 0 0 auto;
}
.search-card {
  transition: transform .2s ease, box-shadow .2s ease;
}

.search-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.search-card img {
  transition: transform .3s ease;
}

.search-card:hover img {
  transform: scale(1.05);
}
.card {
  transition: transform .15s ease, box-shadow .15s ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 .5rem 1.25rem rgba(0,0,0,.08);
}
.autocomplete-item {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #000;
}

.autocomplete-item:hover {
  background: #f5f5f5;
}

.autocomplete-box .list-group-item+.list-group-item.active {
    color: #000;
}
.autocomplete-item.ac-synonym .ac-title {
  opacity: .75;
}
.autocomplete-item.ac-synonym::after {
  content: "≈";
  margin-left: 6px;
  color: #999;
}
/* === HOTEL ROW CARD (ETS STYLE) === */

.hotel-row-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 16px;
  transition: box-shadow .2s ease;
}

.hotel-row-card:hover {
  box-shadow: 0 4px 18px rgba(0,0,0,.08);
}

.hotel-image {
  width: 220px;
  min-width: 220px;
  height: 150px;
  overflow: hidden;
  border-radius: 6px;
}

.hotel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel-title {
  font-size: 1.1rem;
  font-weight: 600;
}

.hotel-stars {
  color: #f5a623;
  font-size: .9rem;
}

.hotel-city {
  color: #666;
  font-size: .85rem;
}

.hotel-concept {
  font-size: .85rem;
  color: #0d6efd;
  font-weight: 500;
}

.hotel-desc {
  font-size: .85rem;
  color: #555;
  margin-bottom: 0;
}

.hotel-action {
  min-width: 160px;
}

.hotel-price span {
  display: block;
  font-size: .75rem;
  color: #777;
}

.hotel-price strong {
  font-size: 1.1rem;
  color: #198754;
}

.hotel-price.muted {
  color: #999;
  font-size: .9rem;
}
.nav-tabs .nav-link {
  color: #000000;
}
.hotel-gallery .owl-nav button {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:rgba(0,0,0,.4)!important;
  color:#fff!important;
}
.hotel-gallery .owl-nav .owl-prev { left:10px; }
.hotel-gallery .owl-nav .owl-next { right:10px; }
.hotel-gallery,
.hotel-gallery .item {
  height: 420px;
}

.hotel-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel-gallery .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hotel-gallery .owl-nav .owl-prev { left: 10px; }
.hotel-gallery .owl-nav .owl-next { right: 10px; }
.hotel-gallery-main img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 6px;
}

.hotel-gallery-thumbs img {
  height: 160px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
}

.hotel-gallery-thumbs .owl-item.current img {
  border: 2px solid #000;
}

.hotel-gallery-main .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hotel-gallery-main .owl-prev { left: 10px; }
.hotel-gallery-main .owl-next { right: 10px; }


.hotel-score-pill{
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  padding:10px 12px;
  background:#fff;
  box-shadow:0 4px 14px rgba(0,0,0,.06);
}

.hotel-score-box{
  width:44px;height:44px;
  border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  background:#111;color:#fff;
  font-weight:700;
  font-size:16px;
}

.hotel-score-box.big{
  width:56px;height:56px;
  border-radius:14px;
  font-size:18px;
}

.review-score{
  background:#111;
  color:#fff;
  border-radius:10px;
  padding:6px 10px;
  font-weight:700;
  font-size:14px;
}

.review-card{
  border-radius:14px;
}
.room-card{
  border-radius:14px;
}

.room-card .card-body{
  padding:18px;
}

.room-card h6{
  font-size:15px;
}

.room-card .btn{
  border-radius:8px;
}
.hotel-row-card .badge {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 8px;
  border-radius: 6px;
}
.hero .nav-tabs .nav-link {
  color: #fff;
}
.compare-table th {
  background: #f8f9fa;
  font-weight: 600;
}

.compare-table td {
  vertical-align: middle;
}
.compare-best {
  background:#e6f7ec;
  color:#0f5132;
  font-weight:600;
}
.compare-worse {
  background:#fdecec;
  color:#842029;
}
.compare-scroll {
  overflow-x:auto;
  -webkit-overflow-scrolling: touch;
}
.compare-table {
  min-width: 800px;
}
.compare-scroll { overflow-x:auto; }
.compare-table { min-width:800px; }

@media print {
  header, footer, button { display:none!important; }
}

.btn-success.jsCompare {
  background:#198754;
  color:#fff;
}
.header-main {
  background:#fff;
  border-bottom:1px solid #eee;
}
.header-main .nav-link {
  font-weight:500;
}
.home-search {
  background:#f6f7fb;
  padding:40px 0;
}
.search-box {
  background:#fff;
  border-radius:12px;
  padding:20px;
}
.hero-slide {
  position:relative;
  overflow:hidden;
}
.hero-slide img {
  width:100%;
  height:320px;
  object-fit:cover;
}
.hero-caption {
  position:absolute;
  bottom:20px;
  left:20px;
  background:rgba(0,0,0,.6);
  color:#fff;
  padding:15px;
  border-radius:8px;
}
.side-box {
  background:#ff6b00;
  color:#fff;
  padding:20px;
  border-radius:12px;
}
.side-box.alt {
  background:#6f42c1;
}
.member-strip {
  background:#0d6efd;
  color:#fff;
  padding:20px 0;
}
.home-slider .slider-item { position:relative; }
.home-slider .slider-content {
  position:absolute;
  bottom:20px;
  left:20px;
  background:rgba(0,0,0,.6);
  color:#fff;
  padding:15px;
  border-radius:8px;
}
.search-form .form-control-lg,
.search-form .form-select-lg {
  border-radius: 10px;
}

.search-form .btn-warning {
  border-radius: 10px;
  font-size: 1.05rem;
}
.home-main-slider .slider-item {
  position: relative;
  height: 420px;
}

.home-main-slider .slider-bg {
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transform: scale(1.05);
  transition: transform 6s ease;
}

.owl-item.active .slider-bg {
  transform: scale(1);
}

.slider-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
  background: rgba(255,255,255,.92);
  padding: 28px;
  border-radius: 14px;
  margin-top: 80px;
  animation: fadeUp .8s ease;
}
.home-deals .nav-pills .nav-link {
  ber-radius: 14px;
  font-weight: 600;
}

.home-deals .nav-pills .nav-link.active {
  background:#ff7a00;
}
.hotel-card-img {
  height: 180px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.hotel-card-img img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition: transform .4s ease;
}

.hotel-card:hover img {
  transform: scale(1.05);
}

.hotel-stars {
  position:absolute;
  bottom:8px;
  left:8px;
  background:rgba(0,0,0,.7);
  color:#fff;
  font-size:12px;
  padding:3px 6px;
  border-radius:6px;
}
.home-hotel-card{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.25s;
}
.home-hotel-card:hover{ transform:translateY(-4px); }

.home-hotel-card .img-wrap{
  position:relative;
  display:block;
}
.home-hotel-card img{
  width:100%;
  height:210px;
  object-fit:cover;
}

.badge-popular{
  position:absolute;top:10px;left:10px;
  background:#ffc107;color:#000;
  padding:6px 10px;border-radius:8px;font-weight:700;
}
.badge-stars{
  position:absolute;bottom:10px;left:10px;
  background:rgba(0,0,0,.7);color:#fff;
  padding:6px 10px;border-radius:8px;
}

.card-body{ padding:14px; }
.title{ font-size:16px;font-weight:700;margin:0 0 4px; }
.city{ font-size:13px;color:#666; }
.concept{ margin:6px 0;font-size:13px;font-weight:600; }

.features{
  display:flex;flex-wrap:wrap;gap:6px;
  font-size:12px;margin:6px 0;
}

.price-row{ margin-top:8px; }
.price{ font-size:18px;font-weight:800;color:#2ec4b6; }
.price-sub{ font-size:12px;color:#777; }

.actions{
  display:flex;gap:8px;margin-top:10px;
}
.btn-compare{
  flex:1;border:1px solid #ddd;background:#fff;
  border-radius:10px;padding:8px;font-size:13px;
}
.btn-detail{
  flex:1;background:#111;color:#fff;
  border-radius:10px;padding:8px;text-align:center;
}
.header{
  position:sticky;top:0;z-index:1000;
  background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.08);
}
.header.scrolled{ /*padding:6px 0; */}
.header-search input:focus{
  box-shadow:0 0 0 3px rgba(46,196,182,.25);
}
/* === SAĞ TARAF SATIR BLOKLARI === */
.tb-side-row {
  display: flex;
  align-items: stretch;
  ber-radius: 14px;
  overflow: hidden;
  min-height: 180px;
  color: #fff;
  border: 1px solid #cfd4da;
}

/* SOL METİN */
.tb-side-content {
  flex: 1;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tb-side-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #3f536c;
}

.tb-side-content .btn {
  width: fit-content;
  font-weight: 600;
  background: #3f536c;
  color: #fff;
  border: none;
}

/* SAĞ GÖRSEL */
.tb-side-image {
  width: 45%;
}

.tb-side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RENKLER – TatilBudur benzeri */
.tb-orange {
  background: linear-gradient(135deg,#ff7a18,#ffb347);
}

.tb-green {
  background: linear-gradient(135deg,#2ec4b6,#7fded4);
}


.hero-search-overlay {
  position: relative;
  top: 30px;
  left: auto;
  right: auto;
  width: 100%;
  justify-content: center;
  padding-bottom:30px;
}

.hero-search-box {
  background: rgba(255,255,255,0.95);
  border-radius:10px 10px 20px 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,.3);
}

.hero-tabs .nav-link {
  font-weight: 600;
  color: #333;
}

.hero-tabs .nav-link.active {
  color: #ff7a18;
}




.hero-owl,
.hero-slide{
  height:100vh;
}
.hero-slide{
  background-size:cover;
  background-position:center;
  position:relative;
}
.hero-slide::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,.35),
    rgba(0,0,0,.15),
    rgba(0,0,0,.45)
  );
}


.hero-search-inner{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:32px;
  align-items:center;
}
.hero-text{
  color:#fff;
}
.hero-search-card{
  background:#fff;
  border-radius:18px;
  box-shadow:0 25px 80px rgba(0,0,0,.35);
}
@media(max-width:991px){
  .hero-search-inner{grid-template-columns:1fr;}
}
/* MOBİL */
@media (max-width: 991px) {
  .tb-side-row {
    flex-direction: column;
  }
  .tb-side-image {
    width: 100%;
    height: 160px;
  }
}



.hero-search-box{
  background:#fff;
  box-shadow: 0 18px 60px rgba(0,0,0,.18);
  padding: 0;
  overflow:hidden;
}
.hero-search-box.is-focused{
  box-shadow: 0 20px 70px rgba(0,0,0,.22);
}

/* Sticky olunca üstte yapış */
.hero-search-overlay.is-sticky{
  position: fixed;
  top: 57px;           /* header yüksekliğine göre ayarla */
  bottom: auto;
  padding: 0 12px;
  z-index: 9;
}
.hero-search-overlay.is-sticky .hero-search-box{
  max-width:100%;
  margin: 0 auto;
}


/* Mobilde overlay normal akışta */
@media (max-width: 991px){
  .hero-search-overlay{
    position: relative;
    bottom: auto;
    margin-top: 30px;
    padding: 0 12px;
  }
  .slideContainer {
    max-width: 92% !important;
}
}

/* Mobil aç butonu (sadece mobilde görünür) */
.hero-search-mobile-open{
  display:none;
  position:absolute;
  right: 18px;
  top: -48px;
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
@media (max-width: 991px){
  .hero-search-mobile-open{ display:inline-flex; align-items:center; justify-content:center; }
}

/* Fullscreen modal */
.hero-search-modal{
  position: fixed;
  inset:0;
  display:none;
  z-index: 9999;
}
.hero-search-modal.is-open{ display:block; }
.hero-search-modal__backdrop{
  position:absolute; inset:0;
  background: rgba(0,0,0,.55);
}
.hero-search-modal__panel{
  position:absolute;
  inset: 14px;
  background:#fff;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0,0,0,.35);
  overflow:auto;
  display:flex;
  flex-direction:column;
}
.hero-search-modal__top{
  position: sticky;
  top:0;
  background:#fff;
  padding: 14px 14px;
  border-bottom:1px solid #eee;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.hero-search-modal__top .t{
  font-weight: 900;
  font-size: 16px;
}
.hero-search-modal__body{
  padding: 14px;
}

/* no scroll */
.no-scroll{ overflow:hidden !important; }

/* Tabs görünümünü biraz “Tatil” hissine yaklaştır (senin yapını bozmadan) */
.hero-tabs .nav-link{
  font-weight: 800;
}
.hero-tabs .nav-link.active{
  background:#111 !important;
  color:#fff !important;
}
.home-hero-slider-wrap {
  width: 100%;
}

.home-hero-grid {
  margin: 0 auto;
  padding: 0 0px;
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 18px;
}

.home-hero-slider,
.home-hero-slider .owl-stage-outer,
.home-hero-slider .owl-stage,
.home-hero-slider .owl-item {
  width: 100vw;
  margin: 0;
  padding: 0;
}

.hero-slide {
  width: 100vw;
  min-height: 520px;
  max-height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.home-hero-slider-wrap .owl-next {
  left: calc(100vw - 69px);
}
.owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@keyframes fadeUp {
  from { opacity:0; transform: translateY(20px); }
  to   { opacity:1; transform:none; }
}
@media print {
  header, footer, button,nav { display:none !important; }
}
/* === MOBİL === */
@media (max-width: 768px) {
  .hotel-row-card {
    flex-direction: column;
  }

  .hotel-image {
    width: 100%;
    height: 180px;
  }

  .hotel-action {
    text-align: left;
    margin-top: 10px;
  }
}

.efsane-carousel .card-body {
  min-height:220px;
}
.efsane-carousel .actions {
  bottom: 15px;
  position: absolute;
  width: -webkit-fill-available;
  margin-right:15px;
}
.home-popular-hotels .actions {
  bottom: 15px;
  position: absolute;
  width: -webkit-fill-available;
  margin-right:15px;
}
/* ===== HOME POPULAR TOURS ===== */

.section-title {
  font-size: 26px;
  font-weight: 800;
}
.section-sub {
  color: #666;
  font-size: 14px;
}

/* CARD */
.tour-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  transition: .35s ease;
  height: 100%;
}
.tour-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(0,0,0,.15);
}

/* IMAGE */
.tour-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.tour-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s ease;
}
.tour-card:hover img {
  transform: scale(1.08);
}

/* BADGE */
.tour-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: linear-gradient(135deg,#ff7a18,#ffb703);
  color: #111;
  font-weight: 800;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
}

/* BODY */
.tour-body {
  padding: 16px;
}
.tour-title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 6px;
}
.tour-meta {
  font-size: 13px;
  color: #666;
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

/* FOOTER */
.tour-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tour-price {
  font-size: 18px;
  font-weight: 900;
  color: #2a9d8f;
}
.tour-price span {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #777;
}
.badge-efsane{
  position:absolute;
  bottom:10px;
  left:10px;
  background:linear-gradient(135deg,#ff7a18,#ff4d4d);
  color:#fff;
  font-weight:800;
  padding:6px 14px;
  border-radius:999px;
  box-shadow:0 6px 16px rgba(255,77,77,.45);
}
.tourCardBottom button, .tourCardBottom a{
  width:100%;
}
.kararsiz-wrap{
  border-radius: 22px;
  padding: 40px;
  background:
    radial-gradient(600px 300px at 20% 0%, rgba(255,255,255,.25), transparent),
    linear-gradient(135deg, #ffc511, #ffb703);
  color: #3f536c;
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
  overflow: hidden;
  position: relative;
}

.kararsiz-badge{
  display:inline-block;
  background: rgba(0,0,0,.25);
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 10px;
  color: #fff;
}

.kararsiz-title{
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  margin-bottom: 12px;
}

.kararsiz-desc{
  font-size: 16px;
  opacity: .95;
  max-width: 520px;
}

.kararsiz-actions{
  display:flex;
  gap:14px;
  margin-top: 24px;
  flex-wrap: wrap;
}

/* SAĞ KART */
.kararsiz-card{
  background:#fff;
  color:#111;
  border-radius:18px;
  padding:28px;
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
}

.kararsiz-icon{
  font-size:42px;
  margin-bottom:10px;
}

.kararsiz-card-title{
  font-weight:800;
  font-size:18px;
  margin-bottom:6px;
}

.kararsiz-card-text{
  font-size:14px;
  color:#666;
  margin-bottom:16px;
}

/* MOBIL */
@media (max-width: 768px){
  .kararsiz-wrap{
    padding: 26px;
  }
  .kararsiz-actions{
    flex-direction: column;
  }
}
.home-popular-hotels .card-body {
  min-height: 220px;
}
@media (max-width: 768px){
.hero-search-overlay.is-sticky {
  position: relative;
  top: auto;
  bottom: auto;
  padding: 0 20px;
  z-index: 9;
}
.hero-search-mobile-open {
display:none
}
}

.home-efsane-firsatlar .owl-carousel .owl-stage {
  padding-bottom: 30px;
}
.compareBtnLi a{
	margin-top: 6px;
    padding: 2px 8px;
    border-radius: 15px;
}
.mega-footer {
  background: #0f172a;
  color: #fff;
  font-size: 14px;
}
#jsCompareCount {
    background: #3f536c;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
	font-weight: bold;
}
/* ÜST ŞERİT */
.footer-top {
  background:linear-gradient(135deg, #ffc106, #f9da7e);
  padding: 30px 0;
  color: #000000;
}
.footer-top i {
  font-size: 50px;
}
.footer-top .col-md-3 {
  text-align: center;
}

.ft-icon {
  font-size: 28px;
  margin-bottom: 6px;
}

.ft-title {
  font-weight: 800;
  font-size: 16px;
}

.ft-sub {
  opacity: .85;
  font-size: 13px;
}

/* ANA FOOTER */
.footer-main {
  padding: 50px 0;
}

.footer-main h5 {
  font-weight: 800;
  margin-bottom: 14px;
}

.footer-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-main li {
  margin-bottom: 8px;
}

.footer-main a {
  color: #cbd5e1;
  text-decoration: none;
  transition: .2s;
}

.footer-main a:hover {
  color: #fff;
  padding-left: 4px;
}

/* ALT BAR */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 18px 0;
}

.footer-copy {
  color: #94a3b8;
  font-size: 13px;
}

.footer-payments img {
  height: 26px;
  margin-left: 8px;
  filter: brightness(0) invert(1);
}


.autocomplete-box {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0,0,0,.18);
  max-height: 320px;
  overflow-y: auto;
  z-index: 99999;
  display: none;
}

.ac-item {
  padding: 10px 14px;
  cursor: pointer;
}
.ac-item:hover {
  background: #f5f5f5;
}

.autocomplete-box {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0,0,0,.18);
  max-height: 320px;
  overflow-y: auto;
  z-index: 99999;
}

.ac-item {
  padding: 10px 14px;
  cursor: pointer;
}

.ac-item:hover,
.ac-item.active {
  background: #f3f3f3;
}

.ac-title {
  font-weight: 600;
}

.ac-sub {
  font-size: 12px;
  color: #777;
}

.ac-portal{
  display:none;
  z-index: 999999;
  background:#fff;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  overflow:hidden;
  max-height: 340px;
  overflow-y:auto;
  border: 1px solid rgba(0,0,0,.08);
}

.ac-item{
  padding: 12px 14px;
  cursor: pointer;
}

.ac-item:hover{
  background:#f6f7f9;
}

.ac-portal{
  display:none;
  position:fixed;
  z-index:999999;
  background:#fff;
  border-radius:18px;
  box-shadow:0 25px 70px rgba(0,0,0,.28);
  overflow:hidden;
  max-height:420px;
  overflow-y:auto;
  border:1px solid rgba(0,0,0,.08);
}

/* Header */
.ac-head{
  padding:10px 14px;
  font-size:12px;
  font-weight:700;
  color:#6b7280;
  background:#f9fafb;
  border-bottom:1px solid #eee;
}

/* Item */
.ac-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 14px;
  cursor:pointer;
  transition:background .15s ease;
}

.ac-item:hover{
  background:#f4f6f8;
}

/* Sol ikon */
.ac-icon{
  width:36px;
  height:36px;
  border-radius:10px;
  background:#fff3e0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
}

/* Orta alan */
.ac-mid{
  flex:1;
  min-width:0;
}

.ac-title{
  font-weight:700;
  font-size:14px;
  color:#111;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.ac-sub{
  font-size:12px;
  color:#6b7280;
  margin-top:2px;
}

/* Sağ badge */
.ac-badge{
  font-size:11px;
  font-weight:700;
  padding:4px 8px;
  border-radius:999px;
  background:#fff3cd;
  color:#b45309;
}
.js-autocomplete:focus{
  box-shadow:0 0 0 3px rgba(255,193,7,.35);
  border-color:#ffc107;
}
@media(max-width:768px){
  .ac-portal{
    left:12px !important;
    right:12px !important;
    width:auto !important;
  }
}
.ac-portal{
  display:none;
  position:fixed;
  z-index:999999;
  background:#fff;
  border-radius:18px;
  box-shadow:0 25px 70px rgba(0,0,0,.28);
  max-height:420px;
  overflow-y:auto;
  border:1px solid rgba(0,0,0,.08);
}

.ac-head{
  padding:10px 14px;
  font-size:12px;
  font-weight:700;
  color:#6b7280;
  background:#f9fafb;
  border-bottom:1px solid #eee;
}

.ac-item{
  display:flex;
  gap:12px;
  padding:12px 14px;
  cursor:pointer;
  transition:.15s;
}

.ac-item:hover,
.ac-item.active{
  background:#f4f6f8;
}

.ac-icon{
  width:38px;
  height:38px;
  border-radius:12px;
  background:#fff3e0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
}

.ac-mid{ flex:1; min-width:0; }
.ac-title{
  font-weight:700;
  font-size:14px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.ac-sub{
  font-size:12px;
  color:#6b7280;
}

.ac-right{
  display:flex;
  flex-direction:column;
  gap:4px;
  align-items:flex-end;
}

.ac-badge{
  font-size:11px;
  font-weight:700;
  padding:4px 8px;
  border-radius:999px;
  background:#fff3cd;
  color:#b45309;
}

.ac-flag{
  font-size:10px;
  font-weight:700;
  padding:3px 6px;
  border-radius:6px;
  color:#fff;
}
.ac-flag.hot{ background:#ef4444; }
.ac-flag.camp{ background:#22c55e; }

.js-autocomplete:focus{
  box-shadow:0 0 0 3px rgba(255,193,7,.35);
  border-color:#ffc107;
}

.ac-portal{
  position:fixed;
  z-index:999999;
  background:#fff;
}

.tour-cat-card {
  text-decoration:none;
  color:#111;
}

.tour-cat-img {
  height:260px;
  background-size:cover;
  background-position:center;
  border-radius:18px;
  position:relative;
  overflow:hidden;
}

.tour-cat-overlay {
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,.1));
}

.tour-cat-title {
  position:absolute;
  left:20px;
  bottom:20px;
  color:#fff;
  font-size:22px;
  font-weight:800;
}

.tour-cat-desc {
  margin-top:10px;
  font-size:14px;
  color:#555;
}
.tour-detail-hero {
  height:420px;
  background-size:cover;
  background-position:center;
  position:relative;
  color:#fff;
}

.tour-detail-hero .overlay {
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.55);
}

.tour-detail-hero .container {
  position:relative;
  top:55%;
  transform:translateY(-50%);
}

.tour-badges span {
  background:#ffc107;
  color:#111;
  padding:6px 10px;
  border-radius:999px;
  font-weight:700;
  margin-right:8px;
}

.price-box {
  border:1px solid #eee;
  padding:20px;
  border-radius:12px;
}

.price {
  font-size:26px;
  font-weight:800;
  color:#28a745;
  margin-bottom:15px;
}
.tour-category-card{
  display:block;
  position:relative;
  height:280px;
  border-radius:18px;
  overflow:hidden;
  color:#fff;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}
.tour-category-card .img{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
}
.tour-category-card::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.75),
    rgba(0,0,0,.2)
  );
}
.tour-category-card .content{
  position:absolute;
  left:20px;
  bottom:20px;
  z-index:2;
}
.tour-category-card h3{
  font-weight:800;
  margin-bottom:6px;
}
.tour-category-card p{
  font-size:14px;
  opacity:.9;
}

.tour-cat-card{
  position:relative;
  display:block;
  border-radius:16px;
  overflow:hidden;
  height:240px;
  text-decoration:none;
  color:#fff;
}
.tour-cat-img{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transition:transform .4s ease;
}
.tour-cat-card:hover .tour-cat-img{
  transform:scale(1.05);
}
.tour-cat-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.65),rgba(0,0,0,.2));
}
.tour-cat-content{
  position:absolute;
  bottom:20px;
  left:20px;
  right:20px;
}
.tour-cat-content h3{
  font-weight:800;
  margin:0 0 6px;
}
.h-badge.camp{
  background:rgba(255,193,7,.18);
  color:#7a4a00;
  border:1px solid rgba(255,193,7,.35);
}
.campaign-badge{
  position:absolute;
  top:10px;
  right:10px;
  background:#ffc107;
  color:#111;
  font-size:12px;
  font-weight:700;
  padding:4px 8px;
  border-radius:999px;
}

.price-live {
  color: #198754;
  animation: pricePulse .4s ease;
}

@keyframes pricePulse {
  0%   { transform: scale(1.08); }
  100% { transform: scale(1); }
}

.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 13px;
}

.new-price {
  color: #dc3545;
  font-weight: 700;
  font-size: 18px;
}

.price-live {
  animation: pulse 0.3s ease-in;
}

@keyframes pulse {
  from { background: #fff3cd; }
  to   { background: transparent; }
}
.campaign-badge {
  position:absolute;
  top:10px;
  right:10px;
  background:#ffc107;
  color:#000;
  padding:6px 10px;
  border-radius:20px;
  font-size:12px;
  font-weight:700;
}

.old-price {
  text-decoration: line-through;
  color:#999;
  font-size:13px;
}

.discount-rate {
  color:#dc3545;
  font-weight:700;
  font-size:13px;
}

.price-live .price {
  animation: pop .35s ease;
}

@keyframes pop {
  0% { transform:scale(.9); opacity:.6 }
  100% { transform:scale(1); opacity:1 }
}
.hero-search-box,
.tab-content {
  overflow: visible;
}

.v-hero input[type=text], .v-hero button.btn {
    height: 65px;
    border-radius: 15px;
}
.villa-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 28px rgba(0,0,0,.08);
  transition:.25s ease;
}
.villa-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.villa-card-img{
  display:block;
  position:relative;
}
.villa-card-img img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}

.villa-badge{
  position:absolute;
  top:12px;
  left:12px;
  background:rgba(255,193,7,.95);
  color:#111;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
}

.villa-card-body{
  padding:14px 16px 16px;
}

.villa-title{
  font-size:16px;
  font-weight:900;
  margin:0 0 4px;
}
.villa-title a{
  color:#111;
  text-decoration:none;
}

.villa-region{
  font-size:13px;
  color:#666;
  margin-bottom:8px;
}

.villa-features{
  display:flex;
  flex-wrap:wrap;
  gap:6px 12px;
  font-size:12px;
  color:#444;
  margin-bottom:10px;
}

.villa-price{
  margin-bottom:10px;
}
.villa-price .price{
  font-size:20px;
  font-weight:900;
  color:#198754;
}
.villa-price .price-sub{
  font-size:12px;
  color:#777;
}
.villa-region-hero{
  background:linear-gradient(120deg,#111,#333);
  color:#fff;
  padding:64px 0 54px;
}
.villa-region-hero h1{
  font-size:36px;
  font-weight:900;
  margin-bottom:10px;
}
.villa-region-hero p{
  max-width:720px;
  opacity:.9;
}
.villa-region-stats{
  margin-top:14px;
  font-weight:700;
  opacity:.85;
}
.villa-category-hero{
  background:linear-gradient(120deg,#0f2027,#203a43,#2c5364);
  color:#fff;
  padding:64px 0 54px;
}
.villa-category-hero h1{
  font-size:36px;
  font-weight:900;
  margin-bottom:10px;
}
.villa-category-hero p{
  max-width:720px;
  opacity:.9;
}
.villa-category-stats{
  margin-top:14px;
  font-weight:700;
  opacity:.85;
}
.villa-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  display:flex;
  flex-direction:column;
  height:100%;
}
.villa-img{position:relative; display:block;}
.villa-img img{
  width:100%;
  height:220px;
  object-fit:cover;
}
.badge-sea{
  position:absolute;
  top:12px;
  left:12px;
  background:rgba(0,0,0,.75);
  color:#fff;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
}
.villa-body{padding:14px;}
.villa-title{font-size:17px; font-weight:700; margin-bottom:4px;}
.villa-title a{text-decoration:none; color:#111;}
.villa-location{font-size:13px; color:#777;}
.villa-meta{
  display:flex;
  gap:10px;
  font-size:13px;
  margin:8px 0;
}
.villa-features{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  font-size:12px;
  color:#444;
}
.villa-footer{
  padding:14px;
  border-top:1px solid #eee;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.villa-price .price{
  font-size:18px;
  font-weight:800;
}
.villa-price .price-sub{
  font-size:12px;
  color:#777;
}
.villa-card { border-radius:18px; background:#fff; overflow:hidden }
.villa-img { position:relative; display:block }
.villa-img img { width:100%; height:220px; object-fit:cover }
.badge-campaign {
  position:absolute; top:12px; left:12px;
  background:#ffc107; color:#000;
  padding:6px 10px; font-weight:800;
  border-radius:999px; font-size:12px;
}
.old-price {
  text-decoration:line-through;
  color:#999; font-size:14px;
}
.current-price {
  font-size:22px;
  font-weight:900;
  color:#198754;
}
.form-check-input:checked {
    background-color: #ffc106;
    border-color: #ffc106;
    width: 1.3rem;
    height: 1.3rem;
    margin-top: 1px;
}