/* style.css */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  color: #333;
  line-height: 1.4;
}

.share-n-print-widget{
	display:none
}

#intro{
	margin-top:20px
}
#intro p{
	text-align:left;
	margin-top:20px;
}

#prices p{
	margin-top:30px;
	text-align:center;	
}

#info p, h2, table{
	margin:auto;
	text-align:center;
}

#info p{
	margin:20px 0px;
}

.price-table{
	margin:20px 0px;
}

.opening tr td{
	text-align:left;
}


a{color:#e31a18;text-decoration:underline;}

header, footer {
  background-color: #333;
  color: #fff;
  padding: 1em;
  text-align: center;
}

h1, h2 {
  margin-top: 0;
  font-weight: 400;
}

.container {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
}

.error-message {
  color: red;
  margin: 1em 0;
  font-weight: bold;
}

.reservation-form {
  background-color: #fff;
  padding: 1.5em;
  margin: 1em 0;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.reservation-form label {
  display: block;
  margin-top: 1em;
  font-weight: bold;
}

.reservation-form input[type="text"],
.reservation-form textarea,
.reservation-form select,
.reservation-form input[type="file"] {
  width: 100%;
  margin-top: 0.5em;
  padding: 0.6em;
}

.reservation-form button {
    background:#e31a18;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding:.55em 1.2em;
    cursor:pointer;
    font-weight:600;
}

.reservation-form button:hover:enabled {
    background:#e31a18;
}

.reservation-form button:disabled {
  background:#e31a18;
  cursor: not-allowed;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  max-width: 600px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  margin-top: -10px;
}

.close:hover {
  color: #000;
}

.modal-content p {
  max-height: 400px;
  overflow-y: auto;
}

.video-container{
  width: 100%;
  max-width: 900px;
  margin: 1rem auto;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

/* Video füllt den Container */
.video-container video{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

@supports not (aspect-ratio: 1) {
  .video-container{
    position: relative;
    height: 0;
    padding-top: 56.25%;      
  }
  .video-container video{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}

.video-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.scroll-box {
  width: 100%;
  height: 150px;
  margin: 1em 0;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 0.5em;
  background-color: #fff;
}
.scroll-box p {
  margin: 0;
}

@media (max-width: 600px) {
  .reservation-form {
    padding: 1em;
    margin: 0.5em 0;
  }
  .reservation-form label {
    margin-top: 0.8em;
  }
  .reservation-form button {
    font-size: 1rem;
  }
}

/* ============  GLOBAL  ============ */
html{scroll-behavior:smooth;}
body{margin:0;font-family:Inter,Arial,sans-serif;line-height:1.5;background:#f5f7fa;color:#333}

/* ============  FIXED NAV TOPBAR  ============ */
.topbar{position:fixed;top:0;left:0;right:0;z-index:1000;
        background:#e31a18;color:#fff;display:none;align-items:center;
        padding:.75rem 1rem;box-shadow:0 2px 4px rgba(0,0,0,.15);}
.topbar .brand{color:#fff;text-decoration:none;font-weight:600;font-size:1.1rem;margin-right:2rem;}
.topbar nav a{color:#fff;text-decoration:none;margin-inline:.75rem;font-size:.95rem}
.topbar nav a:hover{text-decoration:underline}

main{padding-top:68px;} /* offset for fixed navbar */

/* ============  HERO  ============ */
.hero{min-height:50vh;background:url("images/hero.jpg") center/cover no-repeat;position:relative}
.hero {
  height: 70vh; /* yüksekliği ayarlıyorsun */
  margin-top: 150px!important; /* yukarıdan boşluk */
  position: relative;

  background: url("images/hero.jpg") center center / cover no-repeat;
  /* background-position: center center; zaten burada var */
	max-width: 1178px;
	width:100%;
	margin:auto
}

.hero .overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.45);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:1rem;
  color:#fff;
}

.hero h1{margin:0;font-size:clamp(1.6rem,4vw,3rem);font-weight:600}
.hero p{margin:.5rem 0 1.25rem;font-size:1.5rem}
.btn{
    background:#e31a18;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding:.55em 1.2em;
    cursor:pointer;
    font-weight:600;
}
.btn:hover{background:#e31a18}

/* ============  PANELS  ============ */
.panel{padding:3rem 1rem;max-width:1178px;margin-inline:auto}
.panel h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding: 5px 0;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
}

.opening th{text-align:left;padding-right:.75rem}

/* ============  CALENDAR  ============ */
#calendar{max-width:1200px;margin:1rem auto}

/* ============  PRICE TABLE  ============ */
.price-table{width:100%;max-width:420px;border-collapse:collapse;margin-bottom:1.5rem;margin:auto;margin-top: 30px; }
.price-table th,.price-table td{border:1px solid #ddd;padding:.55em .8em}
.price-table th{background:#eff3f6;text-align:left}

/* ============  VIDEO GRID  ============ */
.video-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.video-grid iframe{width:100%;aspect-ratio:16/9;border:none}

/* ============  SPONSORS  ============ */
.sponsor-row{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;align-items:center}
.sponsor-row img{max-height:100px;width:auto;opacity:.9;transition:.2s}
.sponsor-row img:hover{opacity:1}

/* ============  DONATE  ============ */
.donate-box{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1rem}
.qr{width:200px;height:auto}

/* ============  MEDIA QUERIES  ============ */
@media(max-width:640px){
  .topbar nav a{margin-inline:.45rem;font-size:.88rem}
  .hero h1{font-size:clamp(1.4rem,5vw,2.2rem)}
  .panel{padding:2.5rem .75rem}
}

.brand{
  display:flex;
  align-items:center;
  gap:.5rem;
  font-weight:600;
  color:#fff;
  text-decoration:none;
}

.brand-logo{
  width:28px;
  height:auto;
}

.faq details{
  border:1px solid #d0d6e0;
  border-radius:6px;
  margin:.75rem 0;
  overflow:hidden;
  background:#ffffff;
  transition:box-shadow .25s ease;
}
.faq details:hover{ box-shadow:0 2px 6px rgba(0,0,0,.08); }

.faq summary{
  list-style:none;
  cursor:pointer;
  padding:.9rem 1.1rem;
  font-weight:600;
  display:flex;
  align-items:center;
  position:relative;
}

.faq summary::before{
  content:"";
  border:solid #002040;
  border-width:0 2px 2px 0;
  width:8px; height:8px;
  transform:rotate(45deg);
  margin-right:.75rem;
  transition:transform .25s ease;
}

.faq details[open] > summary::before{
  transform:rotate(225deg);
}

.faq .answer{
  padding:0 1.1rem 1.1rem;
  color:#333;
  line-height:1.5;
  border-top:1px solid #e5e8ef;
  animation:fadeIn .25s ease;
}

@keyframes fadeIn{
  from{opacity:0; transform:translateY(-4px);}
  to{opacity:1; transform:translateY(0);}
}

/* ───── COOKIE BANNER ─────────────────────────────────── */
.cookie-banner{
  position:fixed; left:0; right:0; bottom:0; z-index:9999;
  display:flex; flex-wrap:wrap; gap:1rem; align-items:center;
  padding:1rem 1.25rem;
  background:#e31a18;
  color:#fff; font-size:.9rem; line-height:1.4;
  box-shadow:0 -2px 4px rgba(0,0,0,.2);
}
.cookie-banner p{margin:0; flex:1 1 300px;}
.cookie-banner a{color:#f9f9f9;text-decoration:underline;}
.btn-cookie{
  background:#e31a18;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding:.55em 1.2em;
  cursor:pointer;
  font-weight:600;
}
.btn-cookie:hover{background:#e31a18;}

.cancel-form{
  max-width:380px;margin:2rem auto;padding:1.5rem;background:#fff;border-radius:6px;
  box-shadow:0 2px 6px rgba(0,0,0,.08);display:flex;flex-direction:column;gap:1rem;
}
.cancel-form label{display:flex;flex-direction:column;font-weight:600;font-size:.9rem}
.cancel-form input{padding:.5em;border:1px solid #ccd2db;border-radius:4px}


.search-module input[type=submit]{
	font-size:15px
}