/* 
    Modern Aesthetics for Bootstrap 3.3.6
    Author: Antigravity
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap');

:root {
    --primary-color: #1a5f7a;
    --secondary-color: #c0392b;
    --accent-color: #f39c12;
    --bg-main: #f8f9fa;
    --text-main: #2c3e50;
    --card-bg: #ffffff;
    --glass-bg: rgba(255, 255, 255, 0.8);
    --border-color: #eee;
    --nav-small: #95a5a6;
}

body.dark-mode {
    --bg-main: #0f172a;
    --text-main: #f1f5f9;
    --primary-color: #ffffff;
    --card-bg: #1e293b;
    --glass-bg: rgba(30, 41, 59, 0.8);
    --border-color: #334155;
    --nav-small: #94a3b8;
    --secondary-color: #e74c3c;
}

body {
    font-family: 'Outfit', sans-serif;
    background-color: var(--bg-main);
    color: var(--text-main);
    margin: 0;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Solid Navbar */
.navbar-custom {
    background: #a94442;
    border: none;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav>li>a {
    color: #ffffff !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.navbar-custom .navbar-nav>li>a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
    background: transparent !important;
}

/* Mobile Toggle Button on Red BG */
.navbar-custom .navbar-toggle {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-custom .navbar-toggle:hover, 
.navbar-custom .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Hero Section */
.hero-section {
    position: relative;
    padding: 20px 0;
    color: white;
    text-align: center;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 95, 122, 0.9), rgba(44, 62, 80, 0.2)), url('../img/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
    animation: heroZoom 20s infinite alternate ease-in-out;
}

@keyframes heroZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.15); }
}

.hero-section > .container {
    position: relative;
    z-index: 2;
}

.hero-h1-compact {
    font-weight: 700;
    font-size: 2.6rem;
    margin-top: 5px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-h2-compact {
    font-weight: 300;
    font-size: 1.8rem;
    opacity: 0.9;
    margin-bottom: 15px;
}

/* Cards & Content */
.card-modern {
    background: var(--card-bg);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-top: 5px solid #a94442;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.card-modern:hover {
    transform: translateY(-5px);
}

/* Hero Actions Container */
.hero-actions-container {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 105;
}

/* Compact Countdown */
.countdown-compact {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 30px;
    color: white;
    font-size: 1.4rem;
    font-weight: 400;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.countdown-compact strong {
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
}

/* Theme Toggle Button */
.theme-toggle {
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
    transition: transform 0.3s ease;
    outline: none !important;
}

.theme-toggle:hover {
    transform: rotate(20deg);
    background: rgba(255, 255, 255, 0.2);
}

/* Scroll Reveal */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Hero Content Refinement */
.hero-inner-wrapper {
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
}

.hero-logo-container {
    margin-bottom: 15px;
}

.hero-logo-img {
    height: 80px;
    margin: 0 10px;
}

.hero-sep-full {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    margin: 15px 0;
}

/* Program Section */
/* .program-row {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.program-col-tr {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 20px;
    text-align: right;
}

.program-col-en {
    padding-left: 20px;
    text-align: left;
}

.program-title-main {
    color: #bdc3c7;
    font-size: 1.6rem;
}

.program-title-sub {
    color: #bdc3c7;
    font-size: 1.15rem;
} */

.hero-h3-date {
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 300;
    opacity: 0.9;
}

/* Navigation Extras */
.navbar-custom .navbar-nav>li>a small {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8em;
    text-transform: none;
    font-weight: 400;
}

/* Content Details */
.card-title-bordered {
    margin-top: 0;
    border-bottom: 2px solid var(--border-color);
    padding-bottom: 15px;
}

.invitation-text {
    font-style: italic;
    color: var(--nav-small);
}

.english-section {
    opacity: 0.8;
}

/* Floating Glow Blobs */
.hero-blob {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    filter: blur(60px);
    z-index: 1;
    animation: float-blob 10s infinite alternate ease-in-out;
    pointer-events: none;
    top: -20%;
    left: -20%;
}

.hero-blob-secondary {
    background: radial-gradient(circle, rgba(52, 152, 219, 0.5) 0%, rgba(52, 152, 219, 0) 70%);
    width: 700px;
    height: 700px;
    animation-duration: 12s;
    animation-delay: -2s;
    top: 20%;
    right: -20%;
    left: auto;
}

.hero-blob-3 {
    background: radial-gradient(circle, rgba(243, 156, 18, 0.4) 0%, rgba(243, 156, 18, 0) 70%);
    width: 500px;
    height: 500px;
    animation-duration: 15s;
    animation-delay: -4s;
    bottom: -20%;
    left: 10%;
    top: auto;
}

@keyframes float-blob {
    0% { transform: translate3d(0, 0, 0) scale(1); }
    33% { transform: translate3d(150px, 100px, 0) scale(1.2); }
    66% { transform: translate3d(-100px, 150px, 0) scale(0.8); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}

/* Standardized Paragraphs */
.card-modern p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.card-greeting {
    font-size: 1.8rem !important;
    font-weight: 700;
    margin-bottom: 25px !important;
    display: block;
}

/* Footer Extras */
footer {
    background-color: #1e293b;
    color: #94a3b8;
    padding: 40px 0;
    margin-top: 50px;
}

/* Spacing & Utilities */
.navbar-nav>li>a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.margin-40 { margin: 40px 0 !important; }
.no-margin-bottom { margin-bottom: 0 !important; }
.no-radius { border-radius: 0 !important; }

.text-primary-custom { color: var(--primary-color); }
.text-secondary-custom { color: var(--secondary-color); }

@media (max-width: 768px) {
    .hero-actions-container {
        position: relative;
        top: 0;
        right: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 10px 0 35px 0;
        z-index: 10;
    }
    .hero-inner-wrapper {
        display: block !important;
        margin-top: 20px;
    }
    .hero-h1-compact { font-size: 2rem; }
    .hero-h2-compact { font-size: 1.2rem; }
    /* .program-row { 
        flex-direction: row; 
    }
    .program-col-tr {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: none;
        padding-right: 10px;
        padding-bottom: 0;
        text-align: right;
        margin-bottom: 0;
        width: 50%;
    }
    .program-col-en { 
        padding-left: 10px; 
        text-align: left; 
        width: 50%; 
    }
    .program-title-main { font-size: 1.1rem; }
    .program-title-sub { font-size: 0.8rem; } */
}



/* Kurullar */
.kurul-blok {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}

/* başlık */
.kurul-baslik {
  background: #760d0d;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-weight: 600;
}

/* alt başlık */
.kurul-alt-baslik {
  background: #f1f1f1;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  border-top: 1px solid #ddd;
}

/* 🔥 ANA SATIR */
.kurul-satir {
  text-align: center;
  padding: 14px 10px;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
}

.kurul-satir:last-of-type {
  border-bottom: none;
}

/* görev üstte */
.kurul-satir .gorev {
  display: block;
  font-size: 13px;
  color: #666;
  margin-bottom: 3px;
}

/* isim altta */
.kurul-satir .isim {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #2c3e50;
}

/* grid üyeler */
.kurul-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.kurul-grid div {
  padding: 10px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
}

.kurul-grid div:nth-child(2n) {
  border-right: none;
}

/* Bilimsel Program */
.program-modern {
  font-family: inherit;
  background: #fff;
}

.program-modern th {
  background: #760d0d;
  color: #fff;
  text-align: center;
}

.program-modern td {
  vertical-align: middle;
}

.program-modern em {
  color: #666;
  font-size: 13px;
}

.program-info td {
  background: #f5f5f5;
  text-align: center;
  font-weight: 500;
}

.program-gray td {
  background: #eeeeee;
  font-weight: 500;
}

.program-lunch td {
  background: #d4511d;
  color: #fff;
  font-weight: bold;
}

.program-lunch em {
  color: #fff;
}

/* registration */
.registration-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

/* başlık */
.table-title {
  background: #006eab;
  color: #fff;
  padding: 12px;
  font-weight: 600;
  text-align: center;
}

.table-title span {
  font-weight: 400;
  opacity: 0.9;
}

/* ikinci başlık (ücret kısmı) */
.fee-title {
  background: #760d0d;
}

/* modern tablo */
.modern-table {
  width: 100%;
  border-collapse: collapse;
}

/* hücreler */
.modern-table th {
  background: #f3f3f3;
  text-align: left;
  padding: 12px;
  width: 35%;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
}

.modern-table td {
  padding: 12px;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}

/* küçük yazılar */
.modern-table small {
  display: block;
  font-weight: 400;
  color: #777;
}

/* hover efekti */
.modern-table tr:hover td {
  background: #f9fbfd;
}
.minibaslik
{
	font-size:16px;
	color:#CC2C31;
}