/* Google Fonts import */
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Istok+Web&display=swap');

:root {
  --primary-color: #472c17; /* Koyu kahverengi */
  --secondary-color: #b77314; /* Altın/bronz */
  --accent-color: #ffffff; /* Beyaz */
  --text-color: #333;
  --light-bg: #f8f9fa;
  --dark-bg: #2b1a0e; /* Daha koyu kahverengi arka plan */
  --success-color: #27ae60;
  --danger-color: #e74c3c;
  --warning-color: #f1c40f;
  --info-color: #3498db;

  --primary-light: #6a422a; /* Daha açık kahverengi tonu */
  --primary-dark: #301d10; /* Daha koyu kahverengi tonu */
  --secondary-light: #d89b3a; /* Daha açık altın/bronz */
  --accent-light: #f0f0f0; /* Çok hafif gri */

  --primary-rgb: 71, 44, 23; /* Kahverengi RGB değerleri */
  --secondary-rgb: 183, 115, 20; /* Altın/bronz RGB değerleri */
  --accent-rgb: 255, 255, 255; /* Beyaz RGB değerleri */
  --dark-bg-rgb: 43, 26, 14; /* Koyu kahverengi RGB değerleri */
  
  /* Font ailesi tanımları */
  --heading-font: 'Cinzel', serif;
  --body-font: 'Istok Web', sans-serif;
}

html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 15px; /* Reduced from 16px for more compact text */
  }
}

body {
  margin-bottom: 0; /* Footer'ın sayfa sonuna kadar uzanması için */
  font-family: var(--body-font);
  color: var(--text-color);
  background-color: var(--light-bg);
  min-height: 100vh; /* Sayfanın en az viewport yüksekliği kadar olmasını sağlar */
  display: flex;
  flex-direction: column;
  line-height: 1.4; /* Reduced line height for more compact text */
  padding-top: 0;
  font-weight: 400;
}

/* Heading styles with Playfair Display */
h1, h2, h3, h4, h5, h6, .section-title {
  font-family: var(--heading-font);
  font-weight: 600;
  color: var(--primary-color);
}

/* Navbar styles */
.navbar {
  background-color: transparent;
  box-shadow: none;
  padding: 0.8rem 0.5rem 0.8rem 0.3rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  margin-bottom: 0;
}

.navbar.scrolled {
  background-color: rgba(var(--dark-bg-rgb), 0.9);
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  padding: 0.4rem 0.5rem 0.4rem 0.3rem;
}

.navbar-brand {
  font-weight: 600;
  color: var(--accent-color) !important;
  font-size: 1.2rem;
  transition: color 0.3s ease;
  margin-right: auto;
  padding-left: 0;
  position: relative;
  left: 30px;
}

.nav-link {
  font-family: var(--body-font);
  font-weight: 500;
  color: rgba(255,255,255,0.9) !important;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.3rem 0.7rem;
  font-size: 0.8rem;
  position: relative;
  margin: 0 3px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  /* Odaklanma efektini yeni ana renkle güncelle */
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.2rem rgba(var(--primary-rgb), 0.4); /* Reduced shadow */
}

/* Buttons, form controls, etc. */
.btn, .dropdown-item, .form-control, input, textarea, select, .form-label {
  font-family: var(--body-font);
}

/* Card headers using heading font */
.card-header {
  font-family: var(--heading-font);
}

/* Logo size adjustments */
.site-logo-img {
  height: 60px;
  width: auto;
  transition: all 0.3s ease;
  position: relative;
  left: 0;
}

.navbar.scrolled .site-logo-img {
  height: 40px;
}

@media (max-width: 768px) {
  .site-logo-img {
    height: 50px;
    position: relative;
    left: 0;
  }
  
  .navbar-brand {
    left: 0;
    padding-left: 10px;
  }
}

/* Yazı altı çizgi stili */
.nav-link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--secondary-color);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.nav-link:hover:after, 
.nav-link.active:after {
  width: 80%;
}

/* Mobil görünümde nav-link çizgisi düzeltmeleri */
@media (max-width: 767.98px) {
  .nav-link {
    display: inline-block;
    width: auto;
  }
  
  .nav-link:after {
    left: 0;
    transform: none;
    bottom: -2px;
    width: 0;
  }
  
  .nav-link:hover:after, 
  .nav-link.active:after {
    width: 100%;
  }
  
  .navbar-nav .nav-item {
    width: auto;
  }
}

.nav-link:hover, 
.nav-link.active {
  color: var(--accent-color) !important;
  text-decoration: none;
}

/* Button styling - more compact */
.btn {
  border-radius: 4px; /* Less rounded buttons */
  padding: 0.4rem 1.2rem; /* Reduced padding */
  font-weight: 500; /* Reduced weight */
  transition: all 0.3s ease;
  text-transform: uppercase; /* Buton metinleri büyük harf */
  letter-spacing: 0.5px;
  border: 1px solid transparent; /* Thinner border */
  font-size: 0.85rem; /* Smaller font size */
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white; /* Metin rengi beyaz */
}

.btn-primary:hover {
  background-color: var(--primary-dark); /* Hover'da koyu mor */
  border-color: var(--primary-dark);
  color: white;
  transform: translateY(-2px); /* Reduced hover effect */
  box-shadow: 0 2px 6px rgba(var(--primary-rgb), 0.2); /* Reduced shadow */
}

.btn-primary:disabled {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
  opacity: 0.65; /* Butonu biraz saydam yapar ki disable olduğu anlaşılsın */
}

.btn-secondary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: white; /* Metin rengi beyaz */
}

.btn-secondary:hover {
  background-color: var(--secondary-light); /* Hover'da açık pembe */
  border-color: var(--secondary-light);
  color: white;
  transform: translateY(-2px); /* Reduced hover effect */
  box-shadow: 0 2px 6px rgba(var(--secondary-rgb), 0.2); /* Reduced shadow */
}

/* Vurgu rengi butonu ekleyelim (Örn: Kayıt Ol) */
.btn-accent {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--dark-bg);
}

.btn-accent:hover {
  background-color: var(--accent-light);
  border-color: var(--accent-light);
  color: var(--dark-bg);
  transform: translateY(-2px); /* Reduced hover effect */
  box-shadow: 0 2px 6px rgba(var(--accent-rgb), 0.2); /* Reduced shadow */
}


/* Card styling - more compact */
.card {
  border: none;
  border-radius: 4px; /* Less rounded corners */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden; /* Header renginin taşmasını önle */
  background-color: white;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06); /* Reduced shadow */
  margin-bottom: 12px; /* Reduced margin */
  max-width: 100%; /* Allow cards to fill available space */
  margin-left: auto;
  margin-right: auto;
}

.card:hover {
  transform: translateY(-2px) scale(1.005); /* Reduced hover effect */
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  z-index: 1; /* Diğer kartların üzerinde görünmesi için */
  overflow: hidden; /* Keep overflow hidden to maintain border-radius */
}

.card-header {
  /* Kart başlığını ikincil renkle (pembe) yapalım */
  background: linear-gradient(45deg, var(--primary-color), var(--secondary-color)); /* Gradient deneyelim */
  color: white;
  font-weight: 600; /* Reduced weight */
  text-transform: uppercase;
  letter-spacing: 0.5px; /* Reduced letter spacing */
  padding: 0.5rem 0.8rem; /* Reduced padding */
  text-align: center; /* Başlığı ortalayalım */
  border: none;
  border-bottom: none;
  font-size: 0.8rem; /* Smaller font size */
}

.card-body {
  padding: 0.8rem; /* Reduced padding */
  background-color: white;
  border: none;
  font-size: 0.8rem; /* Smaller font size */
}

/* Slider styling - more compact */
.slider-container {
  margin-top: 0; /* Navbar ile slider arasını sıfırlayalım */
  /* İsteğe bağlı: Slider'a hafif bir alt gölge */
  box-shadow: 0 2px 6px rgba(0,0,0,0.08); /* Reduced shadow */
}

.carousel-item {
  height: 450px; /* Reduced height */
  /* İsteğe bağlı: Resimlere hafif bir overlay ekleyebiliriz */
  /* background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)); */
}

@media (max-width: 992px) {
  .carousel-item {
    height: 350px; /* Reduced height for medium screens */
  }
}

@media (max-width: 768px) {
  .carousel-item {
    height: 250px; /* Reduced height for small screens */
  }
}


.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%; /* Genişliği de ayarlayalım */
}

.carousel-caption {
  /* Daha şık bir arka plan */
  background: linear-gradient(to top, rgba(var(--dark-bg-rgb, 26, 26, 26), 0.8), rgba(var(--dark-bg-rgb, 26, 26, 26), 0.2));
  padding: 30px; /* Daha fazla padding */
  border-radius: 0; /* Kenar yuvarlaklığını kaldıralım, tam genişlik hissi */
  bottom: 0; /* Tam alta yaslayalım */
  left: 0; /* Tam sola yaslayalım */
  right: 0; /* Tam sağa yaslayalım */
  text-align: left; /* Metni sola hizalayalım */
}

.carousel-caption h3 {
  font-size: 3rem; /* Daha büyük başlık */
  font-weight: 700;
  margin-bottom: 1rem;
  color: white; /* Başlık rengi beyaz */
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5); /* Metne gölge */
}

.carousel-caption p {
  font-size: 1.3rem; /* Daha büyük açıklama */
  margin-bottom: 1.5rem; /* Buton için yer açalım */
  color: rgba(255,255,255,0.9); /* Açıklama rengi hafif transparan beyaz */
}

/* Carousel içine buton ekleme (Örnek, HTML'e eklenmeli) */
.carousel-caption .btn {
    margin-top: 1rem;
}


.carousel-indicators {
  margin-bottom: 1.5rem; /* Biraz yukarı alalım */
}

.carousel-indicators button {
  background-color: rgba(var(--accent-rgb), 0.5); /* Şimdi beyaz */
  width: 15px; /* Daha büyük */
  height: 15px; /* Daha büyük */
  border-radius: 50%;
  margin: 0 8px; /* Aralığı artıralım */
  border: 1px solid rgba(var(--accent-rgb), 0.7); /* Kenarlık ekleyelim */
  transition: background-color 0.3s ease;
}

.carousel-indicators button.active {
    background-color: var(--accent-color); /* Beyaz */
}


.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 0.7; /* Biraz daha görünür */
  transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
  background-color: rgba(var(--dark-bg-rgb, 26, 26, 26), 0.4); /* Hover'da koyu arka plan */
}

/* Language Selector Styles */
.nav-language-dropdown {
    background-color: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.85);
    padding: 0.5rem 0.75rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.nav-language-dropdown:hover,
.nav-language-dropdown:focus {
    color: var(--accent-color);
    background-color: rgba(var(--primary-rgb), 0.3);
}

.nav-language-dropdown:after {
    color: var(--accent-color);
}

.lang-flag {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    object-fit: cover;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 6px;
}

.language-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
    color: rgba(255, 255, 255, 0.9);
}

.language-dropdown .dropdown-item:hover {
    color: var(--accent-color);
    background-color: rgba(var(--primary-rgb), 0.3);
}

.language-dropdown .dropdown-item.active {
    background-color: rgba(var(--accent-rgb), 0.15);
    color: var(--accent-color);
    font-weight: 500;
}

.language-selector {
    position: relative;
}

.language-dropdown {
    min-width: 150px;
    max-width: 200px;
    right: 0;
    left: auto !important;
    margin-top: 0.5rem;
    animation: fadeIn 0.2s ease-out;
}

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

@media (max-width: 576px) {
    .language-dropdown {
        position: fixed !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: 10px !important;
        transform: none !important;
        max-width: 150px;
    }
    
    .navbar-collapse {
        position: relative;
        z-index: 1050;
    }
    
    .navbar .container {
        position: relative;
        overflow: visible;
    }
}

/* Footer styling - more compact */
.footer {
  background-color: var(--dark-bg);
  color: rgba(255, 255, 255, 0.7);
  padding: 2rem 0 1rem; /* Reduced padding */
  margin-top: auto; /* Body'deki flex yapısu için footer'u alta itmek için */
  border-top: 4px solid var(--primary-color);
  position: relative;
  width: 100%;
  bottom: 0;
  z-index: 10; /* This ensures footer is above backgrounds but below modals */
}
.footer * {
  color: #FFFFFF !important; /* Footer içindeki tüm metin elementleri beyaz */
}
.footer a {
  color: #FFFFFF !important; /* Tam beyaz linkler */
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: var(--secondary-color) !important;
  text-decoration: none;
}

.footer h5 {
  color: white;
  font-weight: 600;
  margin-bottom: 1rem; /* Reduced margin */
  font-size: 1rem; /* Smaller font size */
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer ul li {
  margin-bottom: 0.4rem; /* Reduced margin */
  font-size: 0.85rem; /* Smaller font size */
}

.footer ul li a::before {
  content: "» ";
  color: var(--secondary-color);
  opacity: 0.7;
  margin-right: 5px;
  transition: opacity 0.3s ease;
}

.footer ul li a:hover::before {
  opacity: 1;
}

.footer .social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF; /* Tam beyaz sosyal medya ikonları */
  margin: 0 5px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  font-size: 1.2rem; /* Smaller social icons */
}

.footer .social-icons a:hover {
  background-color: var(--accent-color);
  color: var(--dark-bg) !important;
  transform: translateY(-3px);
}

.footer p {
  font-size: 0.85rem; /* Smaller font size */
  margin-bottom: 0.5rem; /* Reduced margin */
}

.footer .copyright {
  text-align: center;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.5rem 0 2rem 0; /* Alt padding ekleyerek sayfa sonuna kadar uzanmasınu sau0131m */
  color: #FFFFFF !important; /* Tam beyaz telif hakku0131 metni */
}

/* Main content container */
.container, main {
  flex: 1 0 auto; /* Ana içerik alanınu0131nu0131n geniu015flemesini sau011flar */
}.form-control {
  border-radius: 5
}
/* Feature boxes styling - for the first three boxes */
.feature-box .card {
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  background: white;
  position: relative;
  overflow: hidden;
  padding: 1rem; /* Reduced padding */
}

.feature-box .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(var(--primary-rgb), 0.15);
}

.feature-box .card-header {
  border-radius: 10px 10px 0 0;
  padding: 1rem;
}

.feature-box .card-body {
  padding: 1.2rem;
  z-index: 1;
  position: relative;
  border: 1px solid #ccc; /* Kenarlık rengini biraz daha belirgin yapalım */
  padding: 0.6rem 0.8rem; /* Padding'i azaltalım */
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
  /* Odaklanma rengini ana renkle değiştir */
  border-color: var(--primary-color); 
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.25); 
}

.form-label {
  font-weight: 600; /* Label'ları biraz daha kalın yapalım */
  margin-bottom: 0.5rem;
  color: var(--primary-color); /* Label rengini ana renk yapalım */
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  /* Başlık rengini ana renk yapalım */
  color: var(--primary-color); 
  font-weight: 700; /* Başlıkları daha kalın yapalım */
  margin-bottom: 1.5rem; /* Alt boşluğu artıralım */
}

/* Links */
a {
  /* Link rengini ikincil renk yapalım */
  color: var(--secondary-color); 
  text-decoration: none;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

a:hover {
  /* Hover rengini ana renk yapalım */
  color: var(--primary-color); 
  text-decoration: underline; /* Hover'da altını çizelim */
}

/* Competition specific styles */
.competition-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06); /* Daha yumuşak gölge */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 4px solid var(--primary-color); /* Sol kenara renkli bir şerit ekleyelim */
  margin-bottom: 1.5rem; /* Kartlar arası boşluk */
  /* Kartları küçültmek için boyutları azaltalım */
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.8rem; /* İç boşluğu azaltalım */
}

.competition-card:hover {
  transform: translateY(-3px) scale(1.01); /* Hafif büyüme efekti */
  box-shadow: 0 5px 15px rgba(var(--primary-rgb), 0.12); /* Ana renk tonunda gölge */
}

.competition-card h3 {
  /* Başlık rengini accent (beyaz) yerine secondary (altın) yapalım */
  color: var(--secondary-color); 
  margin-bottom: 1rem;
  font-weight: 700;
}

.competition-info i {
  font-size: 1.8rem; /* İkonları büyütelim */
  /* İkon rengini ana renk yapalım */
  color: var(--primary-color); 
  margin-right: 1rem;
  width: 40px; /* İkon alanı için sabit genişlik */
  text-align: center;
}

.competition-info h5 {
  margin-bottom: 0.25rem;
  color: var(--primary-dark); /* Koyu ana renk */
}

.competition-info p {
  margin-bottom: 0;
  color: var(--text-color); /* Normal metin rengi */
}

.prize-card {
  text-align: center;
  padding: 1.5rem;
  background: linear-gradient(135deg, var(--light-bg), white); /* Hafif gradient arka plan */
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-bottom: 4px solid var(--secondary-color); /* Alt kenara secondary (altın) rengi şerit */
  /* Kartları küçültmek için boyutları azaltalım */
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.prize-card:hover {
  transform: translateY(-5px); /* Daha az belirgin yükselme */
  box-shadow: 0 6px 15px rgba(var(--secondary-rgb), 0.15); /* Secondary rengi tonunda gölge */
}

.prize-card i {
  font-size: 3.5rem; /* İkonları büyütelim */
  /* İkon rengini secondary rengi yapalım */
  color: var(--secondary-color); 
  margin-bottom: 1.5rem; /* Boşluğu artıralım */
}

.prize-card h4 {
  /* Başlık rengini ana renk yapalım */
  color: var(--primary-color); 
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.prize-card p {
  font-size: 1.8rem; /* Yazıyı büyütelim */
  font-weight: 700; /* Daha kalın */
  /* Yazı rengini ikincil renk yapalım */
  color: var(--secondary-color); 
  margin-bottom: 0;
}

.category-card {
  text-align: center;
  padding: 1.5rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid var(--secondary-color); /* Üst kenara ikincil renk şerit */
  /* Kartları küçültmek için boyutları azaltalım */
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(var(--secondary-rgb), 0.12); /* İkincil renk tonunda gölge */
}

.category-card i {
  font-size: 3rem; /* İkonları büyütelim */
  /* İkon rengini ikincil renk yapalım */
  color: var(--secondary-color); 
  margin-bottom: 1.5rem;
}

.category-card h4 {
  /* Başlık rengini ana renk yapalım */
  color: var(--primary-color); 
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.jury-card {
  text-align: center;
  padding: 1.2rem;
  background-color: white;
  border-radius: 12px; /* Daha yuvarlak kenarlar */
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Kartları küçültmek için boyutları azaltalım */
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.jury-card:hover {
  transform: translateY(-5px) scale(1.02); /* Hafif büyüme ve yükselme */
  box-shadow: 0 6px 15px rgba(var(--primary-rgb), 0.12);
  overflow: hidden; /* Keep overflow hidden to maintain border-radius */
}

.jury-card img {
  width: 100px; /* Biraz küçültelim */
  height: 100px; /* Biraz küçültelim */
  object-fit: cover;
  /* Kenarlık rengini secondary rengi yapalım */
  border: 3px solid var(--secondary-color); 
  padding: 3px; /* İç boşluk ekleyelim */
  background-color: white; /* Arka planı beyaz yapalım */
}

.jury-card h5 {
  /* İsim rengini ana renk yapalım */
  color: var(--primary-color); 
  margin: 1rem 0 0.25rem; /* Üst boşluğu azaltalım */
  font-weight: 700;
}

.jury-card p {
  /* Unvan rengini ikincil renk yapalım */
  color: var(--secondary-color); 
  margin-bottom: 0;
  font-weight: 500; /* Biraz daha kalın */
}

/* ... (contact-info, social-links stilleri aynı kalabilir, buton stilleri zaten güncellendi) ... */

/* Responsive Adjustments */
@media (max-width: 768px) {
  /* .carousel-item yüksekliği yukarıda ayarlandı */

  .carousel-caption h3 {
    font-size: 2rem; /* Küçük ekranda başlık boyutu */
  }

  .carousel-caption p {
    font-size: 1.1rem; /* Küçük ekranda açıklama boyutu */
    margin-bottom: 1rem;
  }

  .prize-card, .category-card, .jury-card {
    margin-bottom: 1.5rem; /* Küçük ekranda kartlar arası boşluk */
  }
}

/* Sponsor Card Styles */
.sponsor-card {
    background-color: white;
    border-radius: 8px;
    padding: 1.2rem;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, filter 0.3s ease; /* Filter geçişi ekle */
    height: 120px; /* Yüksekliği azaltalım */
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(80%); /* Başlangıçta biraz renk olsun */
    /* Kartları küçültmek için boyutları azaltalım */
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.sponsor-card:hover {
    transform: translateY(-3px) scale(1.03); /* Hafif büyüme */
    filter: grayscale(0%); /* Hover'da tam renkli */
}

.sponsor-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* Filter artık parent elementte */
    /* filter: grayscale(100%); */
    /* transition: filter 0.3s ease; */
}

/* .sponsor-card:hover img { */
    /* filter: grayscale(0%); */
/* } */


/* Consent modals */
.terms-content {
    height: 400px;
    overflow-y: auto;
    border: 1px solid #eee; /* Hafif bir kenarlık */
    padding: 1rem;
    background-color: #fdfdfd;
}

/* Consent link styling */
.consent-link {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 500;
    border-radius: 4px;
    padding: 3px 6px; /* Biraz daha dolgun */
    /* Arka plan rengini ana rengin çok açığı yapalım */
    background-color: rgba(var(--primary-rgb), 0.1); 
    transition: all 0.2s ease;
    display: inline-block; /* block yerine inline-block */
    width: auto; /* Tam genişlik olmasın */
    color: var(--primary-color); /* Link rengi ana renk */
    border: 1px dashed rgba(var(--primary-rgb), 0.3); /* Kesikli kenarlık */
}

.consent-link:hover {
    background-color: rgba(var(--primary-rgb), 0.2);
    box-shadow: none; /* Gölgeyi kaldıralım */
    text-decoration: none; /* Hover'da alt çizgiyi kaldıralım */
    border-style: solid; /* Kenarlığı düz yapalım */
}

/* Confirmed consent styling */
.consent-confirmed {
    /* Onay rengini success-color ile yapalım */
    background-color: rgba(39, 174, 96, 0.15) !important; 
    color: var(--success-color) !important; 
    font-weight: 600;
    border: 1px solid rgba(39, 174, 96, 0.4); /* Düz kenarlık */
    text-decoration: none; /* Alt çizgiyi kaldıralım */
}

.consent-confirmed:hover {
    background-color: rgba(39, 174, 96, 0.25) !important;
    box-shadow: none;
}

.consent-confirmed::after {
    content: " ✓";
    font-weight: bold;
}

.home-feature-box {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  padding: 1.5rem;
  height: 100%;
  border-left: 4px solid var(--primary-color);
  margin-bottom: 1.5rem;
}

.home-feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(var(--primary-rgb), 0.15);
}

.home-feature-box h3 {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.home-feature-box p {
  color: var(--text-color);
  margin-bottom: 1.5rem;
}

.home-feature-box .btn {
  min-width: 150px;
}

.home-feature-box-container .row > div {
  margin-bottom: 20px;
}

/* Home page hero section - more compact */
.hero-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  height: 80vh; /* Tam ekran yüksekliği */
}

.hero-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 45%;
  background: linear-gradient(to right, rgba(71, 44, 23, 0.85), rgba(59, 37, 19, 0.7) 80%, transparent);
  display: flex;
  align-items: center;
  padding-left: 3%;
}

.hero-content {
  width: 100%;
  text-align: left;
  color: white;
  max-width: 450px;
  padding-bottom: 100px; /* Butonun altında daha fazla boşluk */
}

.hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}

.hero-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: white;
}

.hero-tagline {
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
  font-weight: 300;
}

.hero-button {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.8rem 2.5rem;
  background-color: #b77314; /* Altın/bronz buton */
  border-color: #b77314;
  color: #fff; /* Buton içi beyaz yazı */
}

.hero-button:hover {
  background-color: #9c6211; /* Daha koyu altın/bronz */
  border-color: #9c6211;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(183, 115, 20, 0.3);
}

.hero-image-larger {
  height: 100vh; /* Tam ekran yüksekliğinde */
  min-height: 800px; /* Minimum yükseklik */
}

.hero-image-larger img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .hero-overlay {
    width: 70%;
  }
  
  .hero-title {
    font-size: 2.2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .hero-tagline {
    font-size: 1.1rem;
  }
  
  .hero-image-larger {
    height: 90vh;
    min-height: 600px;
  }
}

/* Timeline items - more compact */
.timeline-items {
  padding: 0.7rem 0; /* Reduced padding */
}

.timeline-item {
  text-align: center;
  padding: 1rem; /* Reduced padding */
  background: rgba(var(--primary-rgb), 0.03); /* Lighter background */
  border-radius: 4px; /* Less rounded corners */
  transition: all 0.3s ease;
  margin-bottom: 0.5rem; /* Add small margin between items */
}

.timeline-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(90, 12, 147, 0.1);
  overflow: hidden; /* Keep overflow hidden to maintain border-radius */
}

.timeline-item h5 {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 0.7rem; /* Reduced margin */
  font-size: 0.9rem; /* Smaller font size */
}

.date-badge {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* About section - more compact */
.about-section img {
  max-height: 350px; /* Limit image height */
  object-fit: cover;
}

.about-content h2 {
  font-size: 1.8rem; /* Smaller heading */
  margin-bottom: 1rem; /* Reduced margin */
}

.about-text {
  font-size: 1.0rem; /* Smaller font */
  margin-bottom: 1rem; /* Reduced margin */
}

.stat-item h3 {
  font-size: 1.6rem; /* Smaller stats */
  margin-bottom: 0.3rem; /* Reduced margin */
}

.stat-item p {
  font-size: 0.8rem; /* Smaller text */
}

/* Section spacing */
.mb-5 {
  margin-bottom: 2.5rem !important; /* Reduced section spacing */
}

.section-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

/* Section divider - thin line under section headings */
.section-divider {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color), rgba(var(--primary-rgb), 0.1));
    width: 100%;
    margin: 0 0 20px 0;
    opacity: 0.8;
}

/* Container padding adjustments */
.container {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Modify spacing */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* Adjust image sizes */
.img-fluid {
  max-height: 350px;
  object-fit: contain;
}

/* Feature boxes - more compact */
.feature-box .card {
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  padding: 1rem; /* Reduced padding */
}

/* Reduce icon sizes */
.bi {
  font-size: 1.2em; /* Smaller icons */
}

/* Social icons in footer */
.footer .social-icons a {
  font-size: 1.2rem; /* Smaller social icons */
}

.dropdown-menu {
    background-color: var(--dark-bg);
    border: 1px solid rgba(var(--primary-rgb), 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 0.5rem 0;
}

/* About Page Styles */
.about-page-container {
    position: relative;
    min-height: 100vh;
    padding-top: 20px; /* Additional padding specifically for about page */
}

.about-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.9;
    z-index: -1;
}

.bg-translucent {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    box-shadow: 0 6px 12px rgba(var(--primary-rgb), 0.1);
    border: none;
    border-radius: 8px;
    border-top: 3px solid var(--primary-color);
}

.bg-translucent-inner {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(3px);
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(var(--primary-rgb), 0.08);
    border-top: 2px solid var(--secondary-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bg-translucent-inner:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(var(--secondary-rgb), 0.15);
    overflow: hidden; /* Keep overflow hidden to maintain border-radius */
}

.about-text {
    font-size: 0.85rem;
    line-height: 1.5;
}

.h3 {
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 1.4rem;
}

.h5 {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 0.9rem;
}

.jury-title {
    color: var(--text-color);
    font-size: 0.8rem;
    font-weight: 500;
}

.rules-item {
    font-size: 0.85rem;
    line-height: 1.4;
}

.rules-item i {
    color: var(--primary-color) !important;
}

.mobile-text { font-size: 0.8rem; }
.mobile-rules { font-size: 0.8rem; }

@media (max-width: 768px) {
    .about-text { font-size: 0.8rem; }
    .rules-item { font-size: 0.8rem; }
}

/* Timeline section */
.competition-timeline .card {
    border-radius: 8px;
    border: none;
}

.timeline-item {
    background-color: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: 100%;
}

.timeline-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(90, 12, 147, 0.1);
    overflow: hidden; /* Keep overflow hidden to maintain border-radius */
}

.timeline-item h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
}

@media (max-width: 768px) {
    .hero-overlay {
        width: 70%;
    }
    
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-tagline {
        font-size: 1.1rem;
    }
    
    .about-content {
        padding: 1.5rem;
    }
}

/* Contact Page Styles */
.form-control, .form-select {
    border-radius: 3px;
    border: 1px solid #dee2e6;
}

.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.15);
}

.btn-outline-primary {
    border-width: 1px;
    border-radius: 3px;
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .row.g-3 {
        --bs-gutter-y: 0.75rem;
    }
}

/* Apply Page Styles */
.apply-page-container {
    position: relative;
    min-height: 100vh;
}

.apply-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.9;
    z-index: -1;
}

/* Contact Page Styles */
.contact-page-container {
    position: relative;
    min-height: 100vh;
}

.contact-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.9;
    z-index: -1;
}

/* Ensures text is more readable on transparent backgrounds */
.card.bg-translucent .form-label {
    font-weight: 500;
}

/* Preserve primary color in header */
.card-header.bg-primary {
    background-color: var(--primary-color) !important;
}

/* Custom file upload styles */
.custom-file-upload {
  margin-bottom: 10px;
}

.file-upload-interface {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.file-select-button {
  min-width: 120px;
  text-align: center;
}

.file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Adjust main content to account for fixed header */
main {
  position: relative;
  z-index: 1;
}

/* For page content that needs to start below the header */
.content-below-header {
  padding-top: 100px; /* Increased padding to prevent overlap with navbar */
}

/* Make the navbar dark on mobile */
@media (max-width: 768px) {
  .navbar {
    background-color: rgba(var(--dark-bg-rgb), 0.9);
  }
  
  .navbar-collapse {
    background-color: rgba(var(--dark-bg-rgb), 0.95);
    border-radius: 0 0 8px 8px;
    padding: 0.5rem;
    margin-top: 0.5rem;
  }
  
  /* Mobil görünümde navbar içeriğini sola hizala */
  .navbar-nav {
    margin-left: 0;
  }
  
  .navbar-nav .nav-item {
    width: 100%;
    text-align: left;
  }
  
  .navbar-nav .nav-item .nav-link {
    padding-left: 0.5rem;
  }
}

/* Sağa hizalı navbar için ayarlar */
.navbar-nav {
  margin-left: auto;
}

.navbar-nav .nav-item:last-child {
  margin-left: 5px;
}

.language-selector .nav-language-dropdown {
  color: rgba(255,255,255,0.9) !important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.4rem 0.6rem;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
  background: transparent;
  border: none;
}

.language-selector .nav-language-dropdown:after {
  display: none;
}

/* Hero image larger size */
.hero-image-larger {
  height: 90vh; /* Increased height from default */
  min-height: 800px; /* Increased minimum height */
}

.hero-image-larger img {
  height: 100%;
  object-fit: cover;
}

/* Competition Timeline styling */
.competition-timeline {
  padding: 40px 0;
}

.timeline-container {
  position: relative;
  padding: 30px 0;
}

.timeline-progress {
  position: relative;
  height: 6px;
  margin: 40px 0;
}

.timeline-line {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 3px;
  background-color: rgba(var(--primary-rgb), 0.3);
  transform: translateY(-50%);
  z-index: 1;
}

.timeline-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 10%;
}

.timeline-dot {
  width: 16px;
  height: 16px;
  background-color: var(--primary-color);
  border-radius: 50%;
  z-index: 2;
  position: relative;
  top: -5px;
  box-shadow: 0 0 0 5px rgba(var(--primary-rgb), 0.2);
}

.timeline-items {
  margin-top: 30px;
}

.timeline-item {
  background: white;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.timeline-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  overflow: hidden; /* Keep overflow hidden to maintain border-radius */
}

.timeline-item h5 {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.date-badge {
  display: inline-block;
  padding: 8px 15px;
  background-color: rgba(var(--primary-rgb), 0.1);
  color: var(--primary-color);
  font-weight: 600;
  border-radius: 5px;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .timeline-line {
    left: 5%;
    right: 5%;
  }
  
  .timeline-dots {
    padding: 0 5%;
  }
  
  .timeline-item h5 {
    font-size: 1rem;
  }
  
  .date-badge {
    font-size: 1rem;
    padding: 6px 12px;
  }
  
  .hero-image-larger {
    height: 70vh;
    min-height: 400px;
  }
}

/* Timeline card that overlaps with hero section */
.timeline-overlap-section {
  position: relative;
  margin-top: 50px; /* Hero görselinin altına yerleştirme */
  z-index: 10;
  margin-bottom: 50px;
}

.timeline-card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  padding: 30px 25px;
  position: relative;
}

.timeline-card h2 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.timeline-progress {
  position: relative;
  height: 4px;
  margin: 25px 0;
}

.timeline-line {
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  height: 2px;
  background-color: #e8e6f8;
  transform: translateY(-50%);
  z-index: 1;
}

.timeline-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 8%;
}

.timeline-dot {
  width: 16px;
  height: 16px;
  background-color: var(--primary-color); /* Kahverengi nokta */
  border-radius: 50%;
  z-index: 2;
  position: relative;
  top: -6px;
  box-shadow: 0 0 0 5px rgba(var(--primary-rgb), 0.1);
}

.date-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  padding: 15px;
  text-align: center;
  height: 100%;
}

.date-label {
  color: #777;
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.date-value {
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 1.6rem;
}

@media (max-width: 991px) {
  .timeline-overlap-section {
    margin-top: 30px;
  }
  
  .hero-content {
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .timeline-overlap-section {
    margin-top: 20px;
  }
  
  .timeline-card {
    padding: 20px 15px;
  }
  
  .timeline-line {
    left: 5%;
    right: 5%;
  }
  
  .timeline-dots {
    padding: 0 5%;
  }
  
  .date-label {
    font-size: 0.7rem;
  }
  
  .date-value {
    font-size: 1.2rem;
  }
  
  .timeline-card h2 {
    font-size: 1.4rem;
  }
}

/* Logo styling */
.site-logo {
  display: flex;
  align-items: center;
}

.site-logo-img {
  height: 100px; /* 40px'den 65px'e büyütüldü */
  width: auto;
}

.site-logo-text {
  font-weight: 600;
  color: var(--accent-color);
  font-size: 1.2rem;
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-logo-img {
  height: 70px; /* 30px'den 50px'e büyütüldü */
  width: auto;
}

.footer-logo-text {
  margin: 0;
  display: inline-block;
}

@media (max-width: 768px) {
  .site-logo-img {
    height: 70px; /* 32px'den 50px'e büyütüldü */
  }
  
  .site-logo-text {
    font-size: 1rem;
  }
  
  .footer-logo-img {
    height: 50px; /* 24px'den 40px'e büyütüldü */
  }
}

/* SVG Icon styles */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
}

.icon-sm {
  width: 0.875em;
  height: 0.875em;
}

.icon-lg {
  width: 1.33em;
  height: 1.33em;
}

.icon-xl {
  width: 1.5em;
  height: 1.5em;
}

.icon-xxl {
  width: 2em;
  height: 2em;
}

.icon-primary {
  color: var(--primary-color);
}

.icon-secondary {
  color: var(--secondary-color);
}

.icon-accent {
  color: var(--accent-color);
}

.icon-white {
  color: white;
}

/* Modal styles from Apply page */
.modal {
    background: rgba(0,0,0,0.5);
    padding: 0 !important;
    margin: 0 !important;
    z-index: 9999 !important; /* Very high z-index to appear above everything */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

/* Modal backdrop styling */
.modal-backdrop {
    z-index: 9998 !important; /* Just below the modal */
    opacity: 0.5 !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* Modal dialog stilleri */
.modal-dialog {
    z-index: 10000 !important; /* Above the modal container */
    margin: 60px auto !important;
    position: relative !important;
    max-width: 800px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3) !important;
    pointer-events: auto !important; /* Ensure all elements are clickable */
}

/* Modal içerik */
.modal-content {
    border: none !important;
    border-radius: 8px !important;
    position: relative !important;
    width: 100% !important;
    background: #fff !important;
    max-height: 90vh !important; /* Limit height to prevent overflow */
    display: flex !important;
    flex-direction: column !important;
    pointer-events: auto !important; /* Ensure all elements are clickable */
}

/* Modal başlığı */
.modal-header {
    background-color: var(--primary-color, #472c17) !important;
    color: white !important;
    padding: 1rem !important;
    border-bottom: none !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    flex-shrink: 0 !important;
}

/* Modal gövdesi */
.modal-body {
    padding: 1.5rem !important;
    max-height: 60vh !important; /* Reduced max height */
    overflow-y: auto !important;
    flex: 1 1 auto !important;
}

.modal-body.terms-modal-content {
    max-height: 60vh !important; /* Make consistent with other modal bodies */
    overflow-y: auto !important;
    padding: 20px !important;
}

/* Modal altbilgisi */
.modal-footer {
    border-top: 1px solid #dee2e6 !important;
    padding: 1rem !important;
    background: #f8f9fa !important;
    flex-shrink: 0 !important;
}

/* Consent linkleri */
.consent-link {
    cursor: pointer;
    text-decoration: underline;
    color: var(--primary-color, #472c17);
}

.consent-confirmed {
    color: #28a745 !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

/* Modal kapatma butonu */
.modal-header .btn-close {
    color: white !important;
    opacity: 0.8 !important;
}

.modal-header .btn-close:hover {
    color: var(--primary-color);
    opacity: 1;
}

/* Make sure checkboxes don't show in the form but work for validation */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Placeholder styling */
::placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

/* For older browsers */
::-webkit-input-placeholder {
    font-style: italic !important;
    opacity: 0.6 !important;
    font-size: 0.9em !important;
}

::-moz-placeholder {
    font-style: italic !important;
    opacity: 0.6 !important;
    font-size: 0.9em !important;
}

:-ms-input-placeholder {
    font-style: italic !important;
    opacity: 0.6 !important;
    font-size: 0.9em !important;
}

/* Modal responsive styles for mobile devices */
@media (max-width: 767px) {
    .modal-dialog {
        max-width: 90%;
        margin: 10px auto;
        max-height: 85vh;
    }
    
    .terms-modal-content {
        max-height: 60vh;
        overflow-y: auto;
    }
    
    .modal-body {
        padding: 10px;
        font-size: 14px;
    }
    
    .modal-header {
        padding: 10px;
    }
    
    .modal-footer {
        padding: 10px;
        flex-wrap: wrap;
    }
    
    .modal-title {
        font-size: 18px;
    }
    
    .modal-footer .btn {
        margin-top: 5px;
        font-size: 14px;
        padding: 5px 10px;
    }
    
    .form-check {
        margin-bottom: 5px;
    }
}
