html{scroll-behavior:smooth}body{overflow-x:hidden}.navbar-brand .site-logo{object-fit:contain}.footer-legal-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.35rem .8rem;margin-top:.45rem}.footer-legal-links a{color:rgba(255,255,255,.72);font-size:.78rem;text-decoration:none}.footer-legal-links a:hover{color:#fff;text-decoration:underline}.legal-content-card,.contact-form-card{background:#fff;border:1px solid rgba(15,59,104,.1);border-radius:24px;padding:clamp(1.4rem,3vw,2.5rem);box-shadow:0 18px 50px rgba(15,23,42,.08);line-height:1.85}.legal-content-card{white-space:normal}.contact-info-card a{color:inherit;text-decoration:none}.contact-info-card a:hover{text-decoration:underline}.terms-box a{font-weight:700;color:var(--brand)}.optional-consent{opacity:.9}.reservation-success-total{font-size:1.7rem;font-weight:800;color:var(--brand);margin:.75rem 0}.payment-deadline{padding:1rem 1.1rem;border-radius:16px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;margin:1rem 0}.payment-countdown{font-weight:800;margin-top:.35rem}.room-card-web img,.site-gallery-item img{height:auto}.contact-map-card iframe{width:100%!important;min-height:420px;border:0;border-radius:20px}.alert{word-break:break-word}@media(max-width:767.98px){.footer-legal-links{justify-content:flex-start}.legal-content-card,.contact-form-card{border-radius:18px}.contact-map-card iframe{min-height:320px}.reservation-form-wide .btn-lg{width:100%}}


/* Oda tipi bazlı tek kart ve doluluk görünümü */
.room-image-wrap,.availability-card .room-photo{position:relative;overflow:hidden}
.room-card-web.room-unavailable,.availability-card.unavailable{border-color:rgba(220,38,38,.2);background:linear-gradient(180deg,#fff 0%,#fff7f7 100%)}
.room-card-web.room-unavailable .room-image-wrap img,.availability-card.unavailable .room-photo img{filter:grayscale(.35);opacity:.72}
.room-unavailable-overlay,.availability-unavailable-overlay{position:absolute;inset:0;z-index:6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem;text-align:center;padding:1rem;background:rgba(127,29,29,.76);color:#fff;backdrop-filter:blur(1.5px)}
.room-unavailable-overlay i,.availability-unavailable-overlay i{font-size:2rem}
.room-unavailable-overlay strong,.availability-unavailable-overlay strong{max-width:90%;font-size:1rem;line-height:1.3}
.room-unavailable-button{white-space:normal;line-height:1.2;pointer-events:none}
.availability-card.unavailable{box-shadow:0 16px 45px rgba(127,29,29,.08)}
.availability-card.unavailable:hover{transform:none}
@media(max-width:575.98px){.room-unavailable-overlay strong,.availability-unavailable-overlay strong{font-size:.9rem}.room-unavailable-button{font-size:.82rem;padding:.7rem .75rem}}

/* V8 - Kararlı premium oda kartları, tam oturan görseller ve cache-busting uyumlu galeri */
.room-list-grid.grid-2,
.room-list-grid.grid-3,
.room-list-grid.grid-4,
.availability-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-auto-rows:1fr;
  gap:clamp(18px,2.4vw,32px)!important;
  align-items:stretch;
}
.room-card-web,
.availability-card{
  position:relative;
  height:100%;
  min-width:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:28px!important;
  border:1px solid rgba(15,59,104,.14)!important;
  background:#fff!important;
  box-shadow:0 20px 55px rgba(15,23,42,.12)!important;
  isolation:isolate;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.room-card-web::after,
.availability-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.52);
}
.room-card-web:hover,
.availability-card:hover{
  transform:translateY(-5px);
  border-color:rgba(15,59,104,.28)!important;
  box-shadow:0 30px 75px rgba(15,23,42,.18)!important;
}
.room-image-frame,
.room-card-web .room-image-wrap,
.availability-card .room-photo,
.selected-room-photo{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#dbe5ef!important;
  border-bottom:1px solid rgba(15,59,104,.12);
  isolation:isolate;
}
.room-image-backdrop{
  display:none!important;
}
.room-image-frame::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:transparent;
}
.room-card-web .room-image-wrap img,
.room-card-web .room-card-main-image,
.availability-card .room-photo img,
.selected-room-photo img{
  position:relative;
  z-index:2;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  padding:0!important;
  background:#e2e8f0!important;
  filter:none!important;
}
.room-image-shade{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:transparent;
}
.room-img-empty{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
}
.room-gallery-count,
.room-no-badge,
.room-unavailable-overlay,
.availability-unavailable-overlay,
.selected-room-number{
  z-index:7!important;
}
.room-gallery-count{
  top:14px!important;
  right:14px!important;
  min-width:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.35rem;
  padding:.48rem .72rem!important;
  color:#fff;
  background:rgba(7,17,31,.78)!important;
  border:1px solid rgba(255,255,255,.2);
  box-shadow:0 8px 24px rgba(0,0,0,.22);
  backdrop-filter:blur(10px);
}
.room-card-content,
.availability-card>.p-4{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  min-height:315px!important;
  padding:clamp(1.05rem,2vw,1.65rem)!important;
}
.room-card-content h3,
.availability-card h3{
  display:-webkit-box!important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  min-height:3.25rem!important;
  max-height:3.25rem;
  margin:0 0 .95rem!important;
  font-size:clamp(1.25rem,2vw,1.78rem)!important;
  line-height:1.16!important;
  font-weight:950!important;
  letter-spacing:-.035em;
  color:#0f172a;
  overflow-wrap:anywhere;
}
.availability-card .d-flex.justify-content-between{
  min-height:3.25rem;
  align-items:flex-start!important;
  margin-bottom:.95rem!important;
}
.availability-card .d-flex.justify-content-between h3{
  min-height:0!important;
  margin:0!important;
}
.room-extra-features{
  min-height:78px;
  margin:0 0 .95rem!important;
}
.room-extra-features>strong{
  margin-bottom:.55rem!important;
}
.room-extra-features>div{
  display:flex;
  flex-wrap:wrap;
  gap:.48rem!important;
  align-content:flex-start;
}
.room-extra-features span{
  padding:.48rem .72rem!important;
  font-size:.78rem!important;
  line-height:1.15;
  background:#f8fbff!important;
  border:1px solid #dce8f4!important;
  box-shadow:0 4px 12px rgba(15,59,104,.04);
}
.room-card-purchase-panel,
.availability-card-actions{
  display:grid!important;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:.72rem!important;
  margin-top:auto!important;
  padding-top:.45rem!important;
}
.room-card-price-line,
.price-box{
  grid-column:1/-1;
  min-height:72px;
  margin:0!important;
  padding:.82rem .95rem!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#f8fbff,#edf5fc)!important;
  border:1px solid rgba(15,59,104,.12)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.room-card-price-line{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:1rem;
}
.room-card-price-line small,
.price-box small{
  color:#64748b!important;
  font-weight:800!important;
}
.room-price,
.price-box strong{
  color:#0f3b68!important;
  font-weight:950!important;
}
.room-gallery-button,
.room-buy-button,
.availability-card-actions .room-unavailable-button{
  min-width:0;
  min-height:56px!important;
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:.55rem!important;
  padding:.75rem .85rem!important;
  border-radius:15px!important;
  font-size:.94rem!important;
  line-height:1.15!important;
  font-weight:950!important;
  text-align:center!important;
  white-space:normal!important;
  text-decoration:none!important;
}
.room-gallery-button{
  color:#0f3b68!important;
  background:#fff!important;
  border:2px solid #0f3b68!important;
  box-shadow:0 8px 18px rgba(15,59,104,.08);
}
.room-gallery-button:hover,
.room-gallery-button:focus{
  color:#fff!important;
  background:#0f3b68!important;
}
.room-buy-button{
  color:#fff!important;
  border:0!important;
  background:linear-gradient(135deg,#0f3b68 0%,#0b76b7 100%)!important;
  box-shadow:0 14px 30px rgba(15,59,104,.28)!important;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.room-buy-button:hover,
.room-buy-button:focus{
  color:#fff!important;
  transform:translateY(-2px);
  filter:brightness(1.06);
  box-shadow:0 19px 38px rgba(15,59,104,.38)!important;
}
.selected-room-photo{
  aspect-ratio:16/8;
}
.selected-room-number{
  position:absolute;
  left:18px;
  top:18px;
  padding:.58rem .82rem;
  border-radius:999px;
  color:#fff;
  font-weight:900;
  background:rgba(7,17,31,.78);
  border:1px solid rgba(255,255,255,.2);
  backdrop-filter:blur(10px);
}

/* Güçlü oda galerisi: bütün fotoğraf görünür, boş alan bulanık arka planla doldurulur. */
.room-gallery-modal .modal-dialog{
  max-width:min(1500px,98vw)!important;
  margin:.75rem auto;
}
.room-gallery-modal .modal-content{
  max-height:calc(100vh - 1.5rem);
  overflow:hidden;
  border:0!important;
  border-radius:28px!important;
  background:#07101c!important;
  box-shadow:0 38px 120px rgba(0,0,0,.52)!important;
}
.room-gallery-modal .modal-header{
  flex:0 0 auto;
  padding:1rem 1.35rem!important;
  color:#fff;
  background:linear-gradient(135deg,#07111f,#0f3b68)!important;
  border:0!important;
}
.room-gallery-modal .modal-header .btn-close{filter:invert(1);opacity:.9}
.room-gallery-kicker{
  display:block;
  margin-bottom:.12rem;
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.72;
}
.room-gallery-modal .modal-title{
  font-size:clamp(1.2rem,2.4vw,2rem);
  font-weight:950;
}
.room-gallery-modal .modal-body{
  min-height:0;
  overflow:auto;
  padding:0!important;
  background:#07101c!important;
}
.room-gallery-carousel{
  position:relative;
  background:#07101c;
}
.room-gallery-stage{
  position:relative;
  height:min(74vh,860px);
  min-height:440px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#07101c;
  isolation:isolate;
}
.room-gallery-backdrop{
  position:absolute;
  inset:-42px;
  z-index:0;
  display:block;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  filter:blur(34px) brightness(.58) saturate(1.10);
  opacity:.88;
  transform:scale(1.12);
}
.room-gallery-stage::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:radial-gradient(circle at center,rgba(255,255,255,.05),rgba(2,7,15,.36));
}
.room-gallery-stage .room-gallery-main-image{
  position:relative;
  z-index:2;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:18px!important;
  background:transparent!important;
  filter:drop-shadow(0 20px 48px rgba(0,0,0,.46));
}
.room-gallery-counter,
.room-gallery-caption{
  z-index:4!important;
}
.room-gallery-counter{
  position:absolute;
  right:18px;
  top:18px;
  display:flex;
  align-items:center;
  gap:.45rem;
  padding:.55rem .82rem;
  border-radius:999px;
  color:#fff;
  font-size:.86rem;
  font-weight:950;
  background:rgba(0,0,0,.60);
  border:1px solid rgba(255,255,255,.20);
  backdrop-filter:blur(10px);
}
.room-gallery-caption{
  position:absolute;
  left:22px;
  right:22px;
  bottom:18px;
  max-width:max-content;
  padding:.62rem .92rem;
  border-radius:12px;
  color:#fff;
  font-weight:850;
  background:rgba(0,0,0,.64);
  backdrop-filter:blur(10px);
}
.room-gallery-modal .carousel-control-prev,
.room-gallery-modal .carousel-control-next{
  z-index:5;
  width:11%;
  opacity:1;
}
.room-gallery-nav{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  font-size:1.65rem;
  background:rgba(4,10,20,.76);
  border:1px solid rgba(255,255,255,.30);
  backdrop-filter:blur(10px);
  box-shadow:0 12px 34px rgba(0,0,0,.34);
}
.room-gallery-thumbnails{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:12px 14px 15px;
  background:#101a29;
  border-top:1px solid rgba(255,255,255,.07);
  scrollbar-width:thin;
  scroll-snap-type:x proximity;
}
.room-gallery-thumb{
  flex:0 0 122px;
  height:84px;
  padding:3px;
  overflow:hidden;
  border-radius:13px;
  border:2px solid transparent;
  background:#263244;
  opacity:.68;
  scroll-snap-align:start;
  transition:opacity .2s ease,border-color .2s ease,transform .2s ease;
}
.room-gallery-thumb:hover,
.room-gallery-thumb.active{
  opacity:1;
  border-color:#38bdf8;
  transform:translateY(-2px);
}
.room-gallery-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:8px;
}
.room-gallery-modal .modal-footer{
  flex:0 0 auto;
  justify-content:space-between;
  gap:1rem;
  padding:.85rem 1.2rem;
  color:#cbd5e1;
  background:#07111f;
  border-top:1px solid rgba(255,255,255,.09);
}
.room-gallery-help{font-size:.84rem}

@media(max-width:767.98px){
  .room-list-grid.grid-2,
  .room-list-grid.grid-3,
  .room-list-grid.grid-4,
  .availability-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .room-card-web,
  .availability-card{
    border-radius:18px!important;
  }
  .room-image-frame,
  .room-card-web .room-image-wrap,
  .availability-card .room-photo{
    aspect-ratio:4/3;
  }
  .room-card-web .room-image-wrap img,
  .room-card-web .room-card-main-image,
  .availability-card .room-photo img,
  .selected-room-photo img{
    padding:5px!important;
  }
  .room-card-content,
  .availability-card>.p-4{
    min-height:355px!important;
    padding:.78rem!important;
  }
  .room-card-content h3,
  .availability-card h3{
    min-height:2.65rem!important;
    max-height:2.65rem;
    margin-bottom:.62rem!important;
    font-size:clamp(.94rem,4.25vw,1.14rem)!important;
    line-height:1.14!important;
  }
  .availability-card .d-flex.justify-content-between{
    min-height:2.65rem;
    display:block!important;
    margin-bottom:.62rem!important;
  }
  .availability-card .badge{
    display:inline-block;
    margin-top:.32rem;
    font-size:.60rem;
    white-space:normal;
  }
  .room-extra-features{
    min-height:116px;
    margin-bottom:.65rem!important;
  }
  .room-extra-features>strong{
    font-size:.62rem!important;
  }
  .room-extra-features>div{
    gap:.35rem!important;
  }
  .room-extra-features span{
    width:100%;
    justify-content:flex-start;
    padding:.38rem .48rem!important;
    font-size:.64rem!important;
  }
  .room-card-purchase-panel,
  .availability-card-actions{
    grid-template-columns:1fr!important;
    gap:.5rem!important;
  }
  .room-card-price-line,
  .price-box{
    min-height:62px;
    padding:.65rem .7rem!important;
  }
  .room-card-price-line{
    display:block!important;
  }
  .room-card-price-line small{
    display:block;
    margin-bottom:.1rem;
  }
  .room-price,
  .price-box strong{
    font-size:1rem!important;
  }
  .room-gallery-button,
  .room-buy-button,
  .availability-card-actions .room-unavailable-button{
    min-height:46px!important;
    padding:.58rem .35rem!important;
    border-radius:11px!important;
    font-size:.70rem!important;
  }
  .room-gallery-count{
    top:7px!important;
    right:7px!important;
    min-width:38px;
    padding:.33rem .5rem!important;
    font-size:.62rem!important;
  }
  .room-gallery-modal .modal-content{
    max-height:100vh;
    border-radius:0!important;
  }
  .room-gallery-modal .modal-header{
    padding:.78rem .95rem!important;
  }
  .room-gallery-stage{
    height:calc(100vh - 225px);
    min-height:330px;
  }
  .room-gallery-stage .room-gallery-main-image{
    padding:7px!important;
  }
  .room-gallery-modal .carousel-control-prev,
  .room-gallery-modal .carousel-control-next{
    width:16%;
  }
  .room-gallery-nav{
    width:43px;
    height:43px;
    font-size:1.2rem;
  }
  .room-gallery-counter{
    right:9px;
    top:9px;
    font-size:.70rem;
  }
  .room-gallery-caption{
    left:9px;
    right:9px;
    bottom:9px;
    font-size:.76rem;
  }
  .room-gallery-thumbnails{
    padding:8px 9px 10px;
  }
  .room-gallery-thumb{
    flex-basis:82px;
    height:60px;
  }
  .room-gallery-help{display:none}
  .room-gallery-modal .modal-footer{
    justify-content:flex-end;
    padding:.62rem .75rem;
  }
}


/* =========================================================
   V9 - ANASAYFA PREMIUM RESIM GALERISI
   ========================================================= */
.premium-site-gallery{
  position:relative;
  padding:clamp(1.15rem,2.2vw,2rem);
  border:1px solid rgba(15,59,104,.10);
  border-radius:34px;
  background:linear-gradient(145deg,#ffffff 0%,#f7fbff 55%,#eef6ff 100%);
  box-shadow:0 28px 80px rgba(15,23,42,.10);
  overflow:hidden;
}
.premium-site-gallery::before{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  top:-180px;
  right:-120px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(31,111,235,.20),rgba(31,111,235,0) 70%);
  pointer-events:none;
}
.premium-gallery-heading{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:1.4rem;
  margin-bottom:1.35rem;
}
.premium-gallery-heading h3{
  margin:.36rem 0 .42rem;
  font-size:clamp(1.8rem,3vw,3rem);
  line-height:1.04;
  font-weight:950;
  letter-spacing:-.045em;
  color:#0f2743;
}
.premium-gallery-heading p{
  max-width:700px;
  margin:0;
  color:#64748b;
  font-size:clamp(.9rem,1.2vw,1.04rem);
  line-height:1.65;
}
.premium-gallery-kicker{
  display:inline-flex;
  align-items:center;
  gap:.48rem;
  color:var(--brand);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.premium-gallery-all-button{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  min-height:50px;
  padding:.78rem 1.05rem;
  border:1px solid rgba(15,59,104,.16);
  border-radius:16px;
  background:#0f2743;
  color:#fff;
  font-weight:900;
  box-shadow:0 12px 28px rgba(15,39,67,.20);
}
.premium-gallery-all-button:hover,
.premium-gallery-all-button:focus{
  background:var(--brand);
  color:#fff;
  transform:translateY(-1px);
}
.premium-gallery-all-button span{
  display:inline-grid;
  place-items:center;
  min-width:30px;
  height:30px;
  padding:0 .45rem;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  font-size:.78rem;
}
.premium-gallery-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  grid-auto-rows:clamp(150px,14vw,205px);
  gap:12px;
}
.premium-gallery-item{
  position:relative;
  display:block;
  min-width:0;
  width:100%;
  height:100%;
  padding:0;
  margin:0;
  overflow:hidden;
  border:0;
  border-radius:22px;
  background:#dce8f5;
  box-shadow:0 12px 30px rgba(15,23,42,.10);
  cursor:pointer;
  isolation:isolate;
}
.premium-gallery-item-1{grid-column:span 7;grid-row:span 2}
.premium-gallery-item-2,
.premium-gallery-item-3{grid-column:span 5}
.premium-gallery-item-4,
.premium-gallery-item-5,
.premium-gallery-item-6{grid-column:span 4}
.premium-gallery-item img{
  position:absolute;
  inset:0;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  transition:transform .55s cubic-bezier(.22,.61,.36,1),filter .35s ease;
}
.premium-gallery-item:hover img,
.premium-gallery-item:focus img{
  transform:scale(1.055);
  filter:saturate(1.08) contrast(1.03);
}
.premium-gallery-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(4,17,32,.02) 35%,rgba(4,17,32,.82) 100%);
  transition:background .3s ease;
}
.premium-gallery-item:hover .premium-gallery-overlay,
.premium-gallery-item:focus .premium-gallery-overlay{
  background:linear-gradient(180deg,rgba(4,17,32,.06) 24%,rgba(4,17,32,.90) 100%);
}
.premium-gallery-content{
  position:absolute;
  z-index:2;
  left:1rem;
  right:1rem;
  bottom:.9rem;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:.7rem;
  color:#fff;
  text-align:left;
}
.premium-gallery-content strong{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:clamp(.82rem,1.2vw,1.02rem);
  font-weight:900;
  text-shadow:0 2px 14px rgba(0,0,0,.40);
}
.premium-gallery-content small{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  padding:.42rem .62rem;
  border:1px solid rgba(255,255,255,.34);
  border-radius:999px;
  background:rgba(255,255,255,.16);
  backdrop-filter:blur(8px);
  font-size:.68rem;
  font-weight:850;
}
.premium-gallery-more{
  position:absolute;
  z-index:3;
  inset:0;
  display:grid;
  place-content:center;
  text-align:center;
  color:#fff;
  background:rgba(4,17,32,.64);
  backdrop-filter:blur(3px);
  font-size:2rem;
  font-weight:950;
}
.premium-gallery-more small{
  display:block;
  margin-top:.12rem;
  font-size:.72rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.premium-gallery-mobile-action{display:none;margin-top:1rem}

.site-gallery-modal .modal-dialog{max-width:min(1500px,96vw)}
.site-gallery-modal .modal-content{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:26px;
  background:#07111f;
  color:#fff;
  box-shadow:0 40px 110px rgba(0,0,0,.48);
}
.site-gallery-modal .modal-header{
  border-bottom:1px solid rgba(255,255,255,.10);
  padding:1rem 1.25rem;
  background:linear-gradient(135deg,#0b1b30,#102f50);
}
.site-gallery-modal .modal-header .btn-close{filter:invert(1);opacity:.9}
.site-gallery-modal-kicker{
  display:block;
  margin-bottom:.2rem;
  color:#8fc5ff;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.site-gallery-modal .modal-title{font-weight:950;letter-spacing:-.025em}
.site-gallery-modal .modal-body{padding:0;background:#030913}
.site-gallery-stage{
  position:relative;
  display:grid;
  place-items:center;
  height:min(72vh,760px);
  min-height:460px;
  overflow:hidden;
  background:#02060c;
  isolation:isolate;
}
.site-gallery-stage-backdrop{
  position:absolute;
  inset:-28px;
  z-index:0;
  background-position:center;
  background-size:cover;
  filter:blur(32px) brightness(.42) saturate(1.12);
  transform:scale(1.08);
}
.site-gallery-stage::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.24));
  pointer-events:none;
}
.site-gallery-main-image{
  position:relative;
  z-index:2;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:18px;
  filter:drop-shadow(0 18px 32px rgba(0,0,0,.45));
}
.site-gallery-modal-counter{
  position:absolute;
  z-index:4;
  top:1rem;
  right:1rem;
  padding:.54rem .78rem;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(3,9,19,.66);
  backdrop-filter:blur(10px);
  font-size:.78rem;
  font-weight:900;
}
.site-gallery-modal-caption{
  position:absolute;
  z-index:4;
  left:1rem;
  right:1rem;
  bottom:1rem;
  width:max-content;
  max-width:calc(100% - 2rem);
  padding:.65rem .88rem;
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  background:rgba(3,9,19,.68);
  backdrop-filter:blur(10px);
  font-size:.84rem;
  font-weight:850;
}
.site-gallery-modal .carousel-control-prev,
.site-gallery-modal .carousel-control-next{width:12%;z-index:5}
.site-gallery-modal-nav{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:50%;
  background:rgba(5,15,27,.66);
  color:#fff;
  backdrop-filter:blur(10px);
  font-size:1.35rem;
  box-shadow:0 10px 30px rgba(0,0,0,.30);
}
.site-gallery-thumbnails{
  display:flex;
  gap:.68rem;
  overflow-x:auto;
  padding:.85rem 1rem 1rem;
  background:#07111f;
  scrollbar-width:thin;
}
.site-gallery-thumb{
  position:relative;
  flex:0 0 112px;
  height:76px;
  overflow:hidden;
  padding:0;
  border:2px solid transparent;
  border-radius:12px;
  background:#102033;
  opacity:.64;
  transition:.2s ease;
}
.site-gallery-thumb:hover,
.site-gallery-thumb.active{
  opacity:1;
  border-color:#7fbdff;
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(33,128,230,.24);
}
.site-gallery-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.site-gallery-thumb span{
  position:absolute;
  right:5px;
  bottom:5px;
  display:grid;
  place-items:center;
  min-width:23px;
  height:23px;
  padding:0 .25rem;
  border-radius:7px;
  background:rgba(0,0,0,.68);
  color:#fff;
  font-size:.62rem;
  font-weight:900;
}
.site-gallery-modal .modal-footer{
  justify-content:space-between;
  gap:1rem;
  border-top:1px solid rgba(255,255,255,.10);
  padding:.8rem 1rem;
  background:#0b1b30;
  color:rgba(255,255,255,.72);
  font-size:.78rem;
}

@media(max-width:991.98px){
  .premium-gallery-heading{align-items:flex-start}
  .premium-gallery-grid{grid-auto-rows:190px}
  .premium-gallery-item-1{grid-column:span 12;grid-row:span 2}
  .premium-gallery-item-2,
  .premium-gallery-item-3,
  .premium-gallery-item-4,
  .premium-gallery-item-5,
  .premium-gallery-item-6{grid-column:span 6}
}
@media(max-width:767.98px){
  .premium-site-gallery{padding:.85rem;border-radius:22px}
  .premium-gallery-heading{margin-bottom:.9rem}
  .premium-gallery-heading>div{width:100%}
  .premium-gallery-heading>.premium-gallery-all-button{display:none}
  .premium-gallery-heading h3{font-size:1.65rem}
  .premium-gallery-heading p{font-size:.82rem;line-height:1.5}
  .premium-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:145px;gap:8px}
  .premium-gallery-item,
  .premium-gallery-item-1,
  .premium-gallery-item-2,
  .premium-gallery-item-3,
  .premium-gallery-item-4,
  .premium-gallery-item-5,
  .premium-gallery-item-6{grid-column:span 1;grid-row:span 1;border-radius:15px}
  .premium-gallery-item-1{grid-column:span 2;grid-row:span 2}
  .premium-gallery-content{left:.65rem;right:.65rem;bottom:.6rem}
  .premium-gallery-content strong{font-size:.72rem}
  .premium-gallery-content small{display:none}
  .premium-gallery-mobile-action{display:block}
  .premium-gallery-mobile-action .premium-gallery-all-button{width:100%}
  .site-gallery-modal .modal-content{border-radius:0}
  .site-gallery-modal .modal-header{padding:.72rem .85rem}
  .site-gallery-modal .modal-title{font-size:1rem}
  .site-gallery-stage{height:calc(100vh - 205px);min-height:340px}
  .site-gallery-main-image{padding:8px}
  .site-gallery-modal .carousel-control-prev,
  .site-gallery-modal .carousel-control-next{width:18%}
  .site-gallery-modal-nav{width:44px;height:44px;font-size:1.05rem}
  .site-gallery-modal-counter{top:.6rem;right:.6rem;font-size:.68rem}
  .site-gallery-modal-caption{left:.6rem;right:.6rem;bottom:.6rem;font-size:.72rem}
  .site-gallery-thumbnails{padding:.55rem .65rem .7rem;gap:.45rem}
  .site-gallery-thumb{flex-basis:78px;height:56px;border-radius:9px}
  .site-gallery-modal .modal-footer{display:none}
}
@media(max-width:420px){
  .premium-gallery-grid{grid-auto-rows:125px}
  .premium-gallery-item-1{grid-row:span 2}
}


/* =========================================================
   V10 - ODA KARTI OTOMATIK FOTOGRAF SLAYTI
   ========================================================= */
.room-card-slideshow{
  position:absolute;
  inset:0;
  z-index:2;
  width:100%;
  height:100%;
  overflow:hidden;
  background:#dbe5ef;
}
.room-card-slideshow .carousel-inner,
.room-card-slideshow .carousel-item{
  width:100%;
  height:100%;
}
.room-card-slideshow .carousel-item{
  position:relative;
  isolation:isolate;
}
.room-card-slideshow.carousel-fade .carousel-item{
  transition:opacity .78s ease-in-out;
}
.room-card-slideshow .room-image-backdrop{
  z-index:0;
}
.room-card-slideshow .room-card-main-image{
  position:relative!important;
  z-index:2!important;
}
.room-card-slideshow .room-image-shade{
  z-index:3;
}
.room-card-slide-control{
  z-index:8!important;
  width:14%!important;
  opacity:0!important;
  transition:opacity .2s ease!important;
}
.room-image-frame:hover .room-card-slide-control,
.room-card-slide-control:focus-visible{
  opacity:1!important;
}
.room-card-slide-nav{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:50%;
  color:#fff;
  background:rgba(7,17,31,.76);
  border:1px solid rgba(255,255,255,.34);
  box-shadow:0 10px 24px rgba(0,0,0,.30);
  backdrop-filter:blur(9px);
  font-size:1.12rem;
}
.room-card-slide-counter{
  position:absolute;
  top:13px;
  right:13px;
  z-index:9;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.28rem;
  min-width:62px;
  min-height:34px;
  padding:.38rem .64rem;
  border-radius:999px;
  color:#fff;
  background:rgba(7,17,31,.78);
  border:1px solid rgba(255,255,255,.24);
  box-shadow:0 8px 24px rgba(0,0,0,.22);
  backdrop-filter:blur(10px);
  font-size:.76rem;
  line-height:1;
  font-weight:800;
}
.room-card-slide-counter strong{
  font-weight:950;
}
.room-card-slide-indicators{
  z-index:9!important;
  bottom:10px!important;
  margin:0 20%!important;
  gap:5px;
}
.room-card-slide-indicators [data-bs-target]{
  width:7px!important;
  height:7px!important;
  margin:0!important;
  border:0!important;
  border-radius:999px!important;
  background:#fff!important;
  box-shadow:0 2px 8px rgba(0,0,0,.35);
  opacity:.62!important;
  transition:width .22s ease,opacity .22s ease!important;
}
.room-card-slide-indicators .active{
  width:24px!important;
  opacity:1!important;
}
.room-unavailable .room-card-slideshow,
.availability-card.unavailable .room-card-slideshow{
  filter:grayscale(.18);
}
@media(max-width:767.98px){
  .room-card-slide-control{
    width:18%!important;
    opacity:.9!important;
  }
  .room-card-slide-nav{
    width:34px;
    height:34px;
    font-size:.9rem;
  }
  .room-card-slide-counter{
    top:7px;
    right:7px;
    min-width:52px;
    min-height:29px;
    padding:.32rem .48rem;
    font-size:.64rem;
  }
  .room-card-slide-indicators{
    bottom:7px!important;
    gap:4px;
  }
  .room-card-slide-indicators [data-bs-target]{
    width:6px!important;
    height:6px!important;
  }
  .room-card-slide-indicators .active{
    width:18px!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .room-card-slideshow.carousel-fade .carousel-item{
    transition:none!important;
  }
}


/* v14 — oda kartı görselleri çerçeveyi tamamen doldurur; bulanık dolgu/gölge yoktur. */
.room-card-web .room-image-backdrop,
.availability-card .room-image-backdrop,
.selected-room-photo .room-image-backdrop,
.room-card-web .room-image-shade,
.availability-card .room-image-shade,
.selected-room-photo .room-image-shade{display:none!important}
.room-card-web .room-image-wrap img,
.room-card-web .room-card-main-image,
.availability-card .room-photo img,
.selected-room-photo img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;padding:0!important;filter:none!important;transform:none!important;background:#e2e8f0!important}
.room-card-web .carousel-item,
.availability-card .carousel-item,
.selected-room-photo .carousel-item{width:100%;height:100%}


/* v15 — Plaj bilgisi ve kurumsal oda özellikleri paneli */
.room-information-suite{
  display:grid;
  gap:.78rem;
  margin:0 0 1rem;
}
.room-service-strip,
.room-beach-information,
.room-detailed-features{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(15,59,104,.12);
  background:#fff;
  box-shadow:0 10px 25px rgba(15,23,42,.055);
}
.room-service-strip{
  padding:.85rem .95rem;
  background:linear-gradient(135deg,#f8fbff 0%,#eef6ff 100%);
}
.room-info-section-title{
  display:flex;
  align-items:center;
  gap:.48rem;
  margin-bottom:.62rem;
  color:#0f3b68;
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.room-info-section-title i{font-size:.9rem;color:#0ea5e9}
.room-service-chips{display:flex;flex-wrap:wrap;gap:.42rem}
.room-service-chips span{
  display:inline-flex;
  align-items:center;
  gap:.34rem;
  min-height:32px;
  padding:.38rem .62rem;
  border:1px solid #dbe8f5;
  border-radius:999px;
  color:#153653;
  background:#fff;
  font-size:.72rem;
  line-height:1.15;
  font-weight:850;
}
.room-service-chips span i{color:#0ea5e9}
.room-service-chips span img{width:16px!important;height:16px!important;object-fit:contain!important}
.room-beach-information{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:.8rem;
  padding:1rem;
  border-color:rgba(14,165,233,.24);
  background:linear-gradient(135deg,#e9faff 0%,#f2fbff 48%,#fff8e8 100%);
}
.room-beach-information::after{
  content:"";
  position:absolute;
  right:-36px;
  bottom:-54px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:rgba(14,165,233,.08);
}
.room-beach-icon{
  position:relative;
  z-index:1;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:15px;
  color:#fff;
  background:linear-gradient(135deg,#0284c7,#0ea5e9);
  box-shadow:0 10px 22px rgba(2,132,199,.25);
}
.room-beach-icon i{font-size:1.25rem}
.room-beach-information>div{position:relative;z-index:1;min-width:0}
.room-beach-information small,
.room-detailed-heading small{
  display:block;
  margin-bottom:.12rem;
  color:#0284c7;
  font-size:.65rem;
  line-height:1;
  font-weight:950;
  letter-spacing:.13em;
}
.room-beach-information strong{
  display:block;
  margin-bottom:.22rem;
  color:#0f2942;
  font-size:1rem;
  line-height:1.15;
  font-weight:950;
}
.room-beach-information p{
  margin:0;
  color:#37556f;
  font-size:.79rem;
  line-height:1.45;
  font-weight:650;
}
.room-beach-distance{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  gap:.3rem;
  padding:.42rem .58rem;
  border-radius:999px;
  color:#075985;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(14,165,233,.22);
  font-size:.72rem;
  font-weight:950;
  white-space:nowrap;
}
.room-detailed-features{padding:1rem}
.room-detailed-heading{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:.8rem;
  margin-bottom:.78rem;
}
.room-detailed-heading strong{
  display:block;
  color:#0f172a;
  font-size:1rem;
  line-height:1.15;
  font-weight:950;
}
.room-detailed-heading>span{
  padding:.38rem .55rem;
  border-radius:999px;
  color:#0f3b68;
  background:#edf6ff;
  border:1px solid #d7e9fa;
  font-size:.66rem;
  font-weight:900;
  white-space:nowrap;
}
.room-fact-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.48rem;
  margin-bottom:.72rem;
}
.room-fact-item{
  min-width:0;
  display:flex;
  align-items:center;
  gap:.45rem;
  padding:.58rem .62rem;
  border-radius:13px;
  color:#173b5b;
  background:#f8fbff;
  border:1px solid #deebf7;
  font-size:.7rem;
  line-height:1.2;
  font-weight:850;
}
.room-fact-item i{
  flex:0 0 auto;
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:#fff;
  background:#0f3b68;
  font-size:.78rem;
}
.room-feature-highlight-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.42rem;
  margin-bottom:.68rem;
}
.room-feature-highlight,
.room-all-feature-grid>div{
  display:flex;
  align-items:flex-start;
  gap:.42rem;
  min-width:0;
  color:#40566b;
  font-size:.72rem;
  line-height:1.35;
  font-weight:720;
}
.room-feature-highlight{
  padding:.45rem .5rem;
  border-radius:11px;
  background:#fbfdff;
  border:1px solid #e6eef6;
}
.room-feature-highlight i,
.room-all-feature-grid i{
  flex:0 0 auto;
  margin-top:.08rem;
  color:#0ea5e9;
}
.room-all-features{
  border-top:1px solid #e5edf5;
  padding-top:.65rem;
}
.room-all-features summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.7rem;
  min-height:42px;
  padding:.58rem .72rem;
  border-radius:12px;
  color:#0f3b68;
  background:#f1f7fd;
  border:1px solid #dceafa;
  font-size:.73rem;
  font-weight:950;
  user-select:none;
}
.room-all-features summary::-webkit-details-marker{display:none}
.room-all-features summary>span{display:flex;align-items:center;gap:.45rem}
.room-details-chevron{transition:transform .2s ease}
.room-all-features[open] .room-details-chevron{transform:rotate(180deg)}
.room-all-feature-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.55rem .75rem;
  padding:.8rem .15rem .1rem;
}
.room-information-expanded .room-feature-highlight-grid{display:none}
.room-information-expanded .room-all-features{border-top:0;padding-top:0}

@media(max-width:767.98px){
  .room-information-suite{gap:.52rem;margin-bottom:.72rem}
  .room-service-strip,.room-detailed-features{padding:.68rem}
  .room-service-chips{gap:.3rem}
  .room-service-chips span{width:100%;min-height:28px;padding:.32rem .44rem;font-size:.59rem;border-radius:9px}
  .room-info-section-title{margin-bottom:.42rem;font-size:.58rem}
  .room-beach-information{grid-template-columns:auto minmax(0,1fr);gap:.52rem;padding:.7rem}
  .room-beach-icon{width:36px;height:36px;border-radius:11px}
  .room-beach-icon i{font-size:.95rem}
  .room-beach-distance{grid-column:1/-1;justify-self:start;padding:.3rem .44rem;font-size:.58rem}
  .room-beach-information small,.room-detailed-heading small{font-size:.52rem}
  .room-beach-information strong,.room-detailed-heading strong{font-size:.75rem}
  .room-beach-information p{font-size:.62rem;line-height:1.35}
  .room-detailed-heading{display:block;margin-bottom:.55rem}
  .room-detailed-heading>span{display:inline-block;margin-top:.35rem;padding:.28rem .42rem;font-size:.55rem}
  .room-fact-grid{grid-template-columns:1fr;gap:.32rem;margin-bottom:.48rem}
  .room-fact-item{padding:.4rem .44rem;font-size:.59rem;border-radius:9px}
  .room-fact-item i{width:22px;height:22px;border-radius:7px;font-size:.68rem}
  .room-feature-highlight-grid{grid-template-columns:1fr;gap:.28rem;margin-bottom:.48rem}
  .room-feature-highlight{padding:.36rem .4rem;font-size:.58rem;border-radius:8px}
  .room-feature-highlight:nth-child(n+4){display:none}
  .room-all-features{padding-top:.48rem}
  .room-all-features summary{min-height:36px;padding:.45rem .5rem;font-size:.58rem;border-radius:9px}
  .room-all-feature-grid{grid-template-columns:1fr;gap:.38rem;padding:.62rem .05rem .05rem}
  .room-all-feature-grid>div{font-size:.59rem}
}


/* v17 - Profesyonel footer ve çerez tercih çubuğu */
.site-footer-premium{position:relative;background:linear-gradient(145deg,#071a2d 0%,#0b2a49 55%,#0f3b68 100%);color:#fff;padding:0;overflow:hidden}.site-footer-premium:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 12%,rgba(255,255,255,.1),transparent 34%),radial-gradient(circle at 90% 86%,rgba(14,165,233,.16),transparent 32%);pointer-events:none}.site-footer-premium .container{position:relative;z-index:1}.footer-main-grid{display:grid;grid-template-columns:minmax(280px,1.45fr) minmax(170px,.72fr) minmax(250px,1fr);gap:clamp(2rem,5vw,5rem);padding:clamp(3rem,6vw,5rem) 0 2.4rem}.footer-brand-block{display:flex;align-items:flex-start;gap:1.25rem}.footer-logo-link{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:104px;height:104px;border-radius:24px;background:rgba(255,255,255,.96);padding:12px;box-shadow:0 18px 45px rgba(0,0,0,.22)}.footer-logo{width:100%;height:100%;object-fit:contain}.footer-brand-copy h2{font-size:clamp(1.25rem,2vw,1.65rem);font-weight:850;letter-spacing:.02em;margin:.15rem 0 .7rem}.footer-brand-copy p{max-width:520px;color:rgba(255,255,255,.72);line-height:1.75;margin:0}.footer-column h3{font-size:.95rem;text-transform:uppercase;letter-spacing:.12em;color:#fff;margin:0 0 1.15rem;font-weight:800}.footer-nav{display:grid;gap:.72rem}.footer-nav a,.footer-contact a,.footer-contact>div{display:flex;align-items:flex-start;gap:.65rem;color:rgba(255,255,255,.72);text-decoration:none;line-height:1.5;transition:.2s ease}.footer-nav a:hover,.footer-contact a:hover{color:#fff;transform:translateX(3px)}.footer-nav i{font-size:.72rem;margin-top:.25rem;color:var(--accent,#c99a45)}.footer-contact{display:grid;align-content:start;gap:.9rem}.footer-contact i{width:30px;height:30px;border-radius:10px;background:rgba(255,255,255,.09);display:inline-flex;align-items:center;justify-content:center;flex:0 0 30px;color:#7dd3fc}.footer-legal-links.premium{justify-content:center;padding:1.15rem 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);gap:.55rem 1.15rem}.footer-legal-links.premium a{font-size:.82rem;color:rgba(255,255,255,.72)}.footer-bottom{text-align:center;padding:1.1rem 0 1.45rem}.footer-copyright{font-size:.82rem;color:rgba(255,255,255,.56);margin-bottom:.5rem}.footer-affiliate{display:inline-flex;align-items:center;justify-content:center;max-width:100%;font-size:.86rem;font-weight:750;letter-spacing:.02em;color:#fff;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.11);border-radius:999px;padding:.55rem 1.15rem}
.cookie-consent-bar{position:fixed;z-index:1090;left:0;right:0;bottom:0;padding:14px 0;background:rgba(7,26,45,.96);color:#fff;border-top:1px solid rgba(255,255,255,.13);box-shadow:0 -18px 45px rgba(0,0,0,.22);backdrop-filter:blur(16px);transition:opacity .25s ease,transform .25s ease}.cookie-consent-bar.is-closing{opacity:0;transform:translateY(105%)}.cookie-consent-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem}.cookie-consent-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:rgba(201,154,69,.17);color:#f6c96d;font-size:1.45rem}.cookie-consent-copy strong{display:block;font-size:1rem;margin-bottom:.18rem}.cookie-consent-copy p{margin:0;color:rgba(255,255,255,.72);font-size:.86rem;line-height:1.55}.cookie-consent-copy a{color:#7dd3fc;font-weight:700}.cookie-consent-actions{display:flex;gap:.65rem;white-space:nowrap}.cookie-consent-actions .btn{border-radius:12px;padding:.68rem 1rem;font-weight:800;font-size:.84rem}.cookie-accept{background:#fff;color:#0b2a49;border:1px solid #fff}.cookie-accept:hover{background:#eaf6ff;color:#071a2d}.cookie-reject{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.38)}.cookie-reject:hover{background:rgba(255,255,255,.1);border-color:#fff;color:#fff}
@media(max-width:991.98px){.footer-main-grid{grid-template-columns:1fr 1fr}.footer-brand-block{grid-column:1/-1}.cookie-consent-inner{grid-template-columns:auto 1fr}.cookie-consent-actions{grid-column:1/-1;justify-content:flex-end}}
@media(max-width:575.98px){.footer-main-grid{grid-template-columns:1fr;gap:2rem;padding-top:2.5rem}.footer-brand-block{grid-column:auto;display:block}.footer-logo-link{width:88px;height:88px;margin-bottom:1rem}.footer-legal-links.premium{justify-content:flex-start}.footer-affiliate{border-radius:18px}.cookie-consent-bar{padding:12px 0}.cookie-consent-inner{grid-template-columns:1fr;gap:.75rem}.cookie-consent-icon{display:none}.cookie-consent-actions{grid-column:auto;display:grid;grid-template-columns:1fr 1fr;width:100%}.cookie-consent-actions .btn{padding:.72rem .5rem}.whatsapp-float{bottom:152px}}


/* =========================================================
   V19 - KURUMSAL TAM-SIGAN SITE GALERISI + MOBIL ODA GALERISI
   ========================================================= */
.premium-site-gallery{
  border-color:rgba(15,59,104,.14);
  background:linear-gradient(145deg,#fff 0%,#f5f9fd 52%,#eaf3fb 100%);
  box-shadow:0 34px 95px rgba(15,39,67,.14);
}
.premium-gallery-grid{gap:14px}
.premium-gallery-item{
  background:#081421;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 16px 38px rgba(7,23,39,.18);
}
.premium-gallery-media{
  position:absolute;
  inset:0;
  z-index:0;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#07111d;
}
.premium-gallery-image-backdrop{
  position:absolute;
  inset:-24px;
  background-position:center;
  background-size:cover;
  filter:blur(24px) brightness(.42) saturate(1.08);
  transform:scale(1.1);
  opacity:.88;
}
.premium-gallery-item img{
  position:relative!important;
  inset:auto!important;
  z-index:1;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:10px!important;
  background:transparent!important;
  filter:drop-shadow(0 14px 28px rgba(0,0,0,.36))!important;
  transform:none!important;
  transition:transform .42s ease,filter .35s ease!important;
}
.premium-gallery-item:hover img,
.premium-gallery-item:focus img{
  transform:scale(1.018)!important;
  filter:drop-shadow(0 16px 32px rgba(0,0,0,.42)) saturate(1.05)!important;
}
.premium-gallery-overlay{z-index:2;background:linear-gradient(180deg,rgba(2,9,17,.02) 42%,rgba(2,9,17,.82) 100%)}
.premium-gallery-content{z-index:3}
.premium-gallery-more{z-index:4}
.site-gallery-stage{
  background:linear-gradient(145deg,#02070d,#071626);
}
.site-gallery-main-image{
  object-fit:contain!important;
  object-position:center!important;
  padding:clamp(8px,1.4vw,20px)!important;
  filter:drop-shadow(0 22px 42px rgba(0,0,0,.52))!important;
}
.site-gallery-thumb{
  background:#071421;
  border-color:rgba(255,255,255,.08);
}
.site-gallery-thumb img{
  object-fit:contain!important;
  object-position:center!important;
  padding:3px;
  background:#071421;
}
@media(max-width:767.98px){
  .premium-gallery-grid{gap:9px}
  .premium-gallery-item img{padding:5px!important}
  .room-image-gallery-trigger{cursor:zoom-in;-webkit-tap-highlight-color:transparent}
  .room-image-gallery-trigger::after{
    content:none!important;
    display:none!important;
  }
  .room-image-gallery-trigger:focus-visible{outline:3px solid rgba(31,111,235,.45);outline-offset:3px}
}

/* v22 Sosyal medya bağlantıları */
.site-social-icons{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
}
.site-social-link{
  width:38px;
  height:38px;
  display:inline-grid;
  place-items:center;
  border-radius:13px;
  color:#fff!important;
  text-decoration:none!important;
  background:#334155;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 8px 20px rgba(2,8,23,.14);
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.site-social-link i{font-size:17px;line-height:1}
.site-social-link:hover,.site-social-link:focus-visible{
  color:#fff!important;
  transform:translateY(-3px) scale(1.04);
  box-shadow:0 13px 28px rgba(2,8,23,.24);
  filter:saturate(1.08) brightness(1.04);
  outline:none;
}
.site-social-link.social-facebook{background:#1877f2}
.site-social-link.social-instagram{background:linear-gradient(135deg,#f58529 0%,#dd2a7b 45%,#8134af 100%)}
.site-social-link.social-youtube{background:#ff0000}
.site-social-link.social-tiktok{background:#101014}
.site-social-link.social-twitter{background:#101014}
.site-social-link.social-linkedin{background:#0a66c2}
.site-social-link.social-whatsapp{background:#25d366}
.site-social-nav-item{display:flex;align-items:center;margin-left:.35rem}
.site-social-icons-header{gap:6px;flex-wrap:nowrap}
.site-social-icons-header .site-social-link{width:32px;height:32px;border-radius:10px;box-shadow:none}
.site-social-icons-header .site-social-link i{font-size:14px}
.footer-social-block{margin-top:18px}
.footer-social-title{
  display:block;
  margin-bottom:10px;
  color:rgba(255,255,255,.68);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.site-social-icons-footer .site-social-link{width:42px;height:42px;border-radius:14px}
@media(max-width:1199.98px){
  .site-social-icons-header .site-social-link{width:30px;height:30px}
}
@media(max-width:991.98px){
  .site-social-nav-item{margin:.7rem 0 .2rem;padding-top:.8rem;border-top:1px solid rgba(15,23,42,.08)}
  .site-social-icons-header{gap:9px;flex-wrap:wrap}
  .site-social-icons-header .site-social-link{width:40px;height:40px;border-radius:13px;box-shadow:0 8px 20px rgba(2,8,23,.12)}
  .site-social-icons-header .site-social-link i{font-size:17px}
}

/* v25 - Artopol inspired premium editorial gallery */
.artopol-inspired-gallery{
  --gallery-ink:#111827;
  --gallery-muted:#6b7280;
  --gallery-line:rgba(17,24,39,.11);
  position:relative;
  padding:clamp(24px,4vw,54px);
  border:1px solid var(--gallery-line);
  border-radius:34px;
  background:linear-gradient(145deg,#fff 0%,#fbfaf7 55%,#f6f4ef 100%);
  box-shadow:0 24px 70px rgba(15,23,42,.08);
  overflow:hidden;
}
.artopol-inspired-gallery::before{
  content:"";
  position:absolute;
  width:340px;height:340px;
  right:-170px;top:-190px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(15,118,110,.10),transparent 68%);
  pointer-events:none;
}
.art-gallery-heading{
  position:relative;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:28px;
  margin-bottom:30px;
  z-index:1;
}
.art-gallery-eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  margin-bottom:11px;
  color:var(--brand);
  font-size:12px;font-weight:950;letter-spacing:.14em;text-transform:uppercase;
}
.art-gallery-heading h3{
  margin:0;
  color:var(--gallery-ink);
  font-size:clamp(30px,4vw,52px);
  line-height:1;
  font-weight:950;
  letter-spacing:-.055em;
}
.art-gallery-heading p{
  max-width:690px;
  margin:13px 0 0;
  color:var(--gallery-muted);
  font-size:clamp(14px,1.5vw,17px);
  line-height:1.65;
}
.art-gallery-open-all{
  flex:0 0 auto;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:48px;
  padding:11px 16px;
  border:1px solid rgba(17,24,39,.16);
  border-radius:999px;
  background:#fff;
  color:#111827;
  font-weight:900;
  box-shadow:0 10px 28px rgba(15,23,42,.08);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.art-gallery-open-all strong{
  display:grid;place-items:center;
  min-width:28px;height:28px;padding:0 7px;
  border-radius:999px;
  background:#111827;color:#fff;
  font-size:12px;
}
.art-gallery-open-all:hover,.art-gallery-open-all:focus{
  transform:translateY(-2px);
  border-color:var(--brand);
  box-shadow:0 16px 34px rgba(15,23,42,.13);
  color:var(--brand);
}
.art-gallery-wall{
  position:relative;
  columns:3 285px;
  column-gap:20px;
  z-index:1;
}
.art-gallery-card{
  width:100%;
  display:block;
  break-inside:avoid;
  margin:0 0 20px;
  padding:10px;
  overflow:hidden;
  border:1px solid rgba(17,24,39,.10);
  border-radius:22px;
  background:#fff;
  color:inherit;
  text-align:left;
  box-shadow:0 14px 36px rgba(15,23,42,.075);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.art-gallery-card:hover,.art-gallery-card:focus-visible{
  transform:translateY(-5px);
  border-color:rgba(15,118,110,.45);
  box-shadow:0 24px 50px rgba(15,23,42,.14);
  outline:none;
}
.art-gallery-photo{
  position:relative;
  display:block;
  width:100%;
  overflow:hidden;
  border-radius:15px;
  background:#f4f1ea;
}
.art-gallery-photo img{
  width:100%;
  height:auto;
  max-height:720px;
  display:block;
  object-fit:contain;
  transition:transform .45s cubic-bezier(.2,.65,.25,1),filter .25s ease;
}
.art-gallery-card:hover .art-gallery-photo img,.art-gallery-card:focus-visible .art-gallery-photo img{
  transform:scale(1.018);
  filter:saturate(1.04) contrast(1.02);
}
.art-gallery-zoom{
  position:absolute;
  right:14px;bottom:14px;
  width:44px;height:44px;
  display:grid;place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.94);
  color:#111827;
  box-shadow:0 10px 25px rgba(0,0,0,.16);
  opacity:0;
  transform:translateY(7px) scale(.94);
  transition:.22s ease;
}
.art-gallery-card:hover .art-gallery-zoom,.art-gallery-card:focus-visible .art-gallery-zoom{
  opacity:1;
  transform:none;
}
.art-gallery-card-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 5px 5px;
}
.art-gallery-card-meta>span{min-width:0;display:grid;gap:3px}
.art-gallery-card-meta strong{
  display:block;
  overflow:hidden;
  color:var(--gallery-ink);
  font-size:15px;
  font-weight:900;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.art-gallery-card-meta small{
  color:var(--gallery-muted);
  font-size:12px;
  font-weight:750;
}
.art-gallery-card-meta em{
  flex:0 0 auto;
  color:#9ca3af;
  font-size:12px;
  font-style:normal;
  font-weight:950;
  letter-spacing:.08em;
}
.art-gallery-bottom-action{display:none;text-align:center;margin-top:22px}

/* v25 - stronger clean full-screen lightbox */
.site-gallery-modal .modal-dialog{max-width:min(1480px,96vw)}
.site-gallery-modal .modal-content{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  border-radius:28px;
  background:#090b0f;
  color:#fff;
  box-shadow:0 32px 100px rgba(0,0,0,.55);
}
.site-gallery-modal .modal-header{
  padding:18px 22px;
  border-bottom:1px solid rgba(255,255,255,.10);
  background:#11141a;
}
.site-gallery-modal .modal-title{color:#fff;font-weight:900}
.site-gallery-modal .btn-close{filter:invert(1);opacity:.9}
.site-gallery-modal .modal-body{padding:0;background:#090b0f}
.site-gallery-stage{
  height:min(72vh,820px)!important;
  min-height:480px;
  display:grid!important;
  place-items:center;
  background:#050608!important;
}
.site-gallery-stage-backdrop{display:none!important}
.site-gallery-stage::after{display:none!important}
.site-gallery-main-image{
  width:100%!important;
  height:100%!important;
  padding:22px!important;
  object-fit:contain!important;
  filter:none!important;
}
.site-gallery-modal-counter{
  top:18px!important;
  right:18px!important;
  background:rgba(5,6,8,.78)!important;
  border:1px solid rgba(255,255,255,.20)!important;
  box-shadow:0 10px 30px rgba(0,0,0,.24);
}
.site-gallery-modal-caption{
  left:22px!important;right:auto!important;bottom:22px!important;
  max-width:min(680px,calc(100% - 44px));
  background:rgba(5,6,8,.78)!important;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px!important;
  box-shadow:0 12px 30px rgba(0,0,0,.24);
}
.site-gallery-thumbnails{
  padding:14px 18px 18px!important;
  background:#11141a!important;
  border-top:1px solid rgba(255,255,255,.08);
}
.site-gallery-thumb{
  width:92px!important;height:70px!important;
  padding:4px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:12px!important;
  background:#20242d!important;
}
.site-gallery-thumb img{width:100%!important;height:100%!important;object-fit:contain!important;background:#080a0d;border-radius:8px}
.site-gallery-thumb.active{border-color:#fff!important;box-shadow:0 0 0 2px rgba(255,255,255,.22)!important}
.site-gallery-modal .modal-footer{
  padding:14px 20px;
  border-top:1px solid rgba(255,255,255,.08);
  background:#11141a;
  color:rgba(255,255,255,.72);
}

@media(max-width:991.98px){
  .artopol-inspired-gallery{padding:28px 20px;border-radius:26px}
  .art-gallery-heading{align-items:flex-start}
  .art-gallery-heading>.art-gallery-open-all{display:none}
  .art-gallery-wall{columns:2 220px;column-gap:14px}
  .art-gallery-card{margin-bottom:14px;border-radius:18px;padding:7px}
  .art-gallery-photo{border-radius:13px}
  .art-gallery-bottom-action{display:block}
  .site-gallery-stage{height:calc(100vh - 210px)!important;min-height:340px}
  .site-gallery-main-image{padding:12px!important}
}
@media(max-width:575.98px){
  .artopol-inspired-gallery{padding:24px 14px;border-radius:22px}
  .art-gallery-heading{margin-bottom:20px}
  .art-gallery-wall{columns:1;column-gap:0}
  .art-gallery-card{margin-bottom:14px}
  .art-gallery-card-meta{padding:12px 4px 4px}
  .art-gallery-zoom{opacity:1;transform:none;width:40px;height:40px}
  .site-gallery-modal .modal-content{border-radius:0}
  .site-gallery-modal .modal-header{padding:14px 16px}
  .site-gallery-stage{height:calc(100vh - 190px)!important;min-height:300px}
  .site-gallery-main-image{padding:8px!important}
  .site-gallery-thumb{width:74px!important;height:58px!important}
  .site-gallery-modal .modal-footer{display:none}
}

/* =========================================================
   V30 - MOBILDE TEKLI VE GUCLU ODA KARTI GORUNUMU
   Masaustunde 2'li duzen korunur; 991.98px ve altinda tek kart.
   ========================================================= */
@media (max-width: 991.98px){
  .room-list-grid.grid-2,
  .room-list-grid.grid-3,
  .room-list-grid.grid-4,
  .availability-grid{
    grid-template-columns:minmax(0,1fr)!important;
    grid-auto-rows:auto!important;
    gap:22px!important;
    width:100%!important;
  }

  .room-card-web,
  .availability-card{
    width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    border-radius:24px!important;
  }

  .room-image-frame,
  .room-card-web .room-image-wrap,
  .availability-card .room-photo{
    aspect-ratio:16/10!important;
  }

  .room-card-web .room-image-wrap img,
  .room-card-web .room-card-main-image,
  .availability-card .room-photo img,
  .selected-room-photo img{
    padding:0!important;
  }

  .room-card-content,
  .availability-card>.p-4{
    min-height:0!important;
    padding:1.15rem!important;
  }

  .room-card-content h3,
  .availability-card h3{
    min-height:auto!important;
    max-height:none!important;
    margin-bottom:.85rem!important;
    font-size:clamp(1.28rem,5vw,1.62rem)!important;
    line-height:1.18!important;
  }

  .availability-card .d-flex.justify-content-between{
    min-height:0!important;
    margin-bottom:.85rem!important;
  }

  .room-extra-features{
    min-height:0!important;
    margin-bottom:.85rem!important;
  }

  .room-extra-features>strong{
    font-size:.72rem!important;
  }

  .room-extra-features>div,
  .room-service-chips{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:.48rem!important;
  }

  .room-extra-features span,
  .room-service-chips span{
    width:100%!important;
    min-height:38px!important;
    justify-content:flex-start!important;
    padding:.48rem .58rem!important;
    border-radius:11px!important;
    font-size:.72rem!important;
    line-height:1.25!important;
  }

  .room-beach-information{
    padding:.85rem!important;
  }

  .room-beach-information p{
    font-size:.76rem!important;
    line-height:1.48!important;
  }

  .room-fact-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:.45rem!important;
  }

  .room-fact-item{
    min-height:52px!important;
    padding:.52rem!important;
    font-size:.68rem!important;
  }

  .room-feature-highlight-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:.42rem!important;
  }

  .room-feature-highlight,
  .room-feature-highlight:nth-child(n+4){
    display:flex!important;
    min-height:42px!important;
    padding:.48rem .55rem!important;
    font-size:.68rem!important;
  }

  .room-all-features summary{
    min-height:44px!important;
    padding:.62rem .7rem!important;
    font-size:.7rem!important;
  }

  .room-all-feature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:.5rem!important;
  }

  .room-all-feature-grid>div{
    font-size:.68rem!important;
  }

  .room-card-purchase-panel,
  .availability-card-actions{
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;
    gap:.7rem!important;
  }

  .room-card-price-line,
  .price-box{
    grid-column:1/-1!important;
    min-height:76px!important;
    padding:.85rem 1rem!important;
  }

  .room-card-price-line{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
  }

  .room-card-price-line small,
  .price-box small{
    font-size:.78rem!important;
  }

  .room-price,
  .price-box strong{
    font-size:1.35rem!important;
  }

  .room-gallery-button,
  .room-buy-button,
  .availability-card-actions .room-unavailable-button{
    min-height:54px!important;
    padding:.72rem .7rem!important;
    border-radius:14px!important;
    font-size:.88rem!important;
  }
}

@media (max-width: 420px){
  .room-list-grid.grid-2,
  .room-list-grid.grid-3,
  .room-list-grid.grid-4,
  .availability-grid{
    gap:18px!important;
  }

  .room-card-content,
  .availability-card>.p-4{
    padding:1rem!important;
  }

  .room-extra-features>div,
  .room-service-chips,
  .room-all-feature-grid{
    grid-template-columns:1fr!important;
  }

  .room-fact-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .room-card-purchase-panel,
  .availability-card-actions{
    grid-template-columns:1fr!important;
  }
}
