:root {
  --primary-color: #0d6efd;
  --navy: #102f57;
  --hero-bg: #f5f9ff;
  --text-color: #1f2a37;
}

body {
  color: var(--text-color);
  font-family: "Manrope", "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.site-header {
  background: #fff;
}

.top-bar {
  background: #edf1f7;
  border-bottom: 1px solid #e5e7eb;
  padding: 0.3rem 0;
}

.top-bar .container {
  min-height: 36px;
}

.social-links {
  line-height: 1;
}

.top-link-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d8deea;
  color: #2a3a52;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: all 0.2s ease;
}

.top-link-chip:hover {
  color: var(--navy);
  border-color: #b6c5de;
  transform: translateY(-1px);
}

.social-link {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d8deea;
  color: #2a3a52;
  text-decoration: none;
  font-size: 0.82rem;
  line-height: 1;
  transition: all 0.2s ease;
}

.social-link i {
  display: block;
  line-height: 1;
}

.social-link:hover {
  color: var(--navy);
  border-color: #b6c5de;
  transform: translateY(-1px);
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #ffffff;
  padding: 0.9rem 0;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
}

.brand-wrap {
  display: flex;
  align-items: center;
  padding: 0;
}

.brand-logo {
  width: auto;
  height: 68px;
  object-fit: contain;
}

.navbar-nav .nav-link {
  color: #1a2b44;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.88rem;
  letter-spacing: 0.035em;
  padding-left: 0.85rem !important;
  padding-right: 0.85rem !important;
}

.navbar-nav .nav-link:hover {
  color: #0c2f5a;
}

.kurumsal-menu .submenu-content {
  min-width: 760px;
  border: 1px solid #dbe5f1;
  border-radius: 14px;
  padding: 0.95rem 1rem;
  margin-top: 0;
  box-shadow: 0 18px 32px rgba(15, 31, 56, 0.12);
  display: none;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  background: #ffffff;
}

.kurumsal-menu .submenu-content.show {
  display: grid;
}

@media (min-width: 992px) {
  .kurumsal-menu {
    position: relative;
  }

  .kurumsal-menu > .nav-link {
    position: relative;
    z-index: 2;
  }

  .kurumsal-menu:hover .submenu-content {
    display: grid;
  }

  .kurumsal-menu .submenu-content {
    top: calc(100% - 1px);
  }
}

.submenu-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 0.75rem;
  border-radius: 999px;
  background: #eef4fb;
  color: #173a60;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.submenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 3;
  column-gap: 1rem;
}

.submenu-list li {
  break-inside: avoid;
  margin-bottom: 0.32rem;
}

.submenu-list a {
  display: inline-block;
  color: #2a3d56;
  font-size: 0.83rem;
  text-decoration: none;
  line-height: 1.35;
}

.submenu-list a:hover {
  color: #00758d;
}

.mobile-top-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.mobile-top-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 8px;
  border: 1px solid #d2ddec;
  background: #f6f9fd;
  color: #1d3d62;
  text-decoration: none;
  font-size: 0.83rem;
  font-weight: 700;
}

.mobile-top-link:hover {
  color: #0c2f5a;
  border-color: #abc2df;
}

.mobile-social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 0.15rem;
}

.mobile-social-link {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #20466e;
  border: 1px solid #c8d7e8;
  background: #ffffff;
}

.mobile-social-link:hover {
  color: #0d355f;
  border-color: #a8bfda;
}

.header-actions .action-btn {
  border-radius: 10px;
  padding: 0.65rem 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.action-btn-primary {
  background: #00758d;
  color: #fff;
  border: none;
  box-shadow: 0 10px 18px rgba(0, 117, 141, 0.25);
}

.action-btn-primary:hover {
  background: #00758d;
  border-color: #00758d;
  color: #fff;
  transform: translateY(-1px);
}

.action-btn-primary:focus,
.action-btn-primary:active,
.action-btn-primary.active,
.show > .action-btn-primary.dropdown-toggle {
  background: #00758d;
  border-color: #00758d;
  color: #fff;
  box-shadow: 0 10px 18px rgba(0, 117, 141, 0.25);
}

.action-btn-outline {
  background: #ffffff;
  color: var(--navy);
  border: 1px solid #c8d6ea;
}

.action-btn-outline:hover {
  color: #0b2748;
  border-color: #9fb8db;
}

.hero-slider-section {
  background: #fff;
}

#heroSlider {
  position: relative;
}

#heroSlider .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(9, 23, 41, 0.58), rgba(9, 23, 41, 0.2));
  z-index: 1;
}

#heroSlider .carousel-item.image-only::before {
  display: none;
}

.slide-image-link {
  display: block;
  position: relative;
  z-index: 1;
}

.slide-image-link:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: -3px;
}

.slider-image {
  height: min(70vh, 680px);
  object-fit: cover;
}

#heroSlider .carousel-caption {
  z-index: 2;
  text-align: left;
  left: 10%;
  right: 10%;
  bottom: 16%;
}

.slider-badge {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  background: rgba(220, 38, 38, 0.9);
  margin-bottom: 0.8rem;
}

#heroSlider .carousel-caption h2 {
  font-size: clamp(1.5rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 0.6rem;
}

#heroSlider .carousel-caption p {
  font-size: clamp(0.95rem, 1.8vw, 1.2rem);
  margin-bottom: 0;
  max-width: 760px;
}

.slider-levels {
  margin-top: -48px;
  position: relative;
  z-index: 4;
  padding-bottom: 2rem;
}

.levels-track {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.slider-levels .level-card {
  min-height: 190px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1.35rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.slider-levels .level-card:hover {
  transform: translateY(-4px);
  filter: saturate(1.1);
}

.slider-levels .level-card h3 {
  font-size: 1.38rem;
  font-weight: 800;
  margin-bottom: 0.6rem;
  letter-spacing: 0.01em;
}

.slider-levels .level-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  max-width: 38ch;
}

.level-red {
  background: linear-gradient(135deg, #b92326, #d02c2f);
}

.level-navy {
  background: linear-gradient(135deg, #006a80, #00758d);
}

.level-blue {
  background: linear-gradient(135deg, #0b4f88, #0d5f9f);
}

.quick-access-section {
  background: linear-gradient(180deg, #f5f8fc 0%, #eef3f9 100%);
  border-top: 1px solid #dde6f2;
}

.quick-access-title {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.6rem);
  font-weight: 800;
  color: #13365f;
}

.title-accent {
  width: 6px;
  height: 26px;
  border-radius: 3px;
  background: #d02c2f;
}

.quick-access-row {
  scrollbar-width: thin;
}

.quick-card {
  min-height: 142px;
  background: #ffffff;
  border: 1px solid #d4dfed;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(16, 47, 87, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.quick-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(16, 47, 87, 0.15);
  border-color: #9eb5d4;
}

.quick-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #0f6287;
  background: linear-gradient(135deg, #eaf3fb 0%, #d8e8f8 100%);
}

.quick-text {
  color: #0f3f67;
  font-size: 1.03rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.why-us-section {
  background: #ffffff;
}

.why-card {
  height: 100%;
  background: #fff;
  border: 1px solid #d9e4f1;
  border-top: 3px solid #b8cadf;
  border-radius: 14px;
  padding: 1.1rem 1.15rem;
  box-shadow: 0 10px 24px rgba(16, 47, 87, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.why-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(16, 47, 87, 0.12);
}

.why-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7rem;
  color: #0f5f85;
  background: linear-gradient(135deg, #e7f2fb 0%, #d7e8f8 100%);
  font-size: 1.3rem;
}

.why-card h3 {
  font-size: 1.05rem;
  color: #173a60;
  margin-bottom: 0.45rem;
}

.why-card p {
  margin: 0;
  color: #4f6178;
  font-size: 0.92rem;
}

.why-us-section .row > div:nth-child(1) .why-card {
  border-top-color: #9fbad7;
  background: linear-gradient(180deg, #fbfdff 0%, #f6faff 100%);
}

.why-us-section .row > div:nth-child(2) .why-card {
  border-top-color: #9fc7c9;
  background: linear-gradient(180deg, #fbfefe 0%, #f4fbfb 100%);
}

.why-us-section .row > div:nth-child(3) .why-card {
  border-top-color: #a9c3b2;
  background: linear-gradient(180deg, #fcfefc 0%, #f6fbf7 100%);
}

.why-us-section .row > div:nth-child(4) .why-card {
  border-top-color: #c0b4d6;
  background: linear-gradient(180deg, #fdfcff 0%, #f8f5fc 100%);
}

.why-us-section .row > div:nth-child(5) .why-card {
  border-top-color: #d1bcab;
  background: linear-gradient(180deg, #fffdfb 0%, #fcf8f3 100%);
}

.why-us-section .row > div:nth-child(6) .why-card {
  border-top-color: #c6c6c6;
  background: linear-gradient(180deg, #fdfdfd 0%, #f7f8fa 100%);
}

.stats-section {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
  border-top: 1px solid #dee8f4;
  border-bottom: 1px solid #dee8f4;
}

.stat-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #d4dfed;
  border-radius: 14px;
  padding: 1.2rem 1rem;
  text-align: center;
  box-shadow: 0 8px 20px rgba(16, 47, 87, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(16, 47, 87, 0.12);
}

.stat-card h3 {
  margin: 0;
  color: #0f3f67;
  font-size: clamp(1.6rem, 2.3vw, 2.15rem);
  font-weight: 800;
}

.counter-value {
  display: inline-block;
  min-width: 4ch;
}

.stat-card p {
  margin: 0.3rem 0 0;
  color: #50627b;
  font-size: 0.92rem;
  font-weight: 600;
}

.programs-section {
  background: #ffffff;
}

.program-card {
  height: 100%;
  background: #fff;
  border: 1px solid #d7e2ef;
  border-radius: 15px;
  padding: 1.2rem 1.2rem 1.25rem;
  box-shadow: 0 10px 24px rgba(16, 47, 87, 0.08);
}

.program-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.26rem 0.62rem;
  border-radius: 999px;
  background: #e8f2fd;
  color: #1a4e7d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  margin-bottom: 0.65rem;
}

.program-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.08rem;
  color: #16385d;
}

.program-card p {
  margin: 0;
  color: #4f627a;
  font-size: 0.92rem;
}

.news-announcements-section {
  background: #ffffff;
}

.news-section-title {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: clamp(1.4rem, 2vw, 1.75rem);
  font-weight: 800;
  color: #14385f;
}

.news-all-link {
  color: #0f3f67;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
}

.news-all-link:hover {
  color: #0b2f5a;
}

.news-card {
  background: #fff;
  border: 1px solid #d8e2ef;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(16, 47, 87, 0.08);
}

.news-card-featured {
  height: 100%;
}

.news-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.news-content {
  padding: 1.35rem 1.5rem 1.5rem;
}

.news-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: #e6eefb;
  color: #184575;
  margin-bottom: 0.65rem;
}

.news-content h3 {
  margin-bottom: 0.55rem;
  font-size: 1.45rem;
  color: #102f57;
}

.news-content p {
  margin-bottom: 0.85rem;
  color: #43556f;
}

.news-read-link {
  text-decoration: none;
  font-weight: 700;
  color: #0c4e88;
}

.news-read-link:hover {
  color: #08365f;
}

.announcement-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  height: 100%;
  justify-content: space-between;
}

.announcement-item {
  flex: 1;
  border: 1px solid #d8e2ef;
  border-radius: 14px;
  padding: 1rem 1.1rem;
  background: #f8fbff;
}

.news-tag-alt {
  background: #e8f4ff;
  color: #0f4e83;
  margin-bottom: 0.55rem;
}

.announcement-item h4 {
  font-size: 1.03rem;
  margin-bottom: 0.35rem;
  color: #163a63;
}

.announcement-item p {
  margin: 0;
  color: #50627a;
  font-size: 0.92rem;
}

.gallery-section {
  background: linear-gradient(180deg, #f8fbff 0%, #f1f6fc 100%);
  border-top: 1px solid #dde6f2;
}

.gallery-title {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: clamp(1.4rem, 2vw, 1.75rem);
  font-weight: 800;
  color: #14385f;
}

.gallery-all-link {
  color: #0f3f67;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
}

.gallery-all-link:hover {
  color: #0b2f5a;
}

.gallery-item {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(16, 47, 87, 0.12);
}

.gallery-image {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.7rem 0.95rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(180deg, rgba(8, 31, 58, 0.06), rgba(8, 31, 58, 0.8));
}

.gallery-item:hover .gallery-image {
  transform: scale(1.05);
}

.partner-section {
  background: #f3f6fb;
  border-top: 1px solid #dce6f2;
}

.partner-slider-shell {
  position: relative;
  border: 1px solid #d8e2ef;
  border-radius: 14px;
  background: #ffffff;
  padding: 1.15rem 3.2rem;
  box-shadow: 0 10px 24px rgba(16, 47, 87, 0.08);
}

.partner-slide-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.partner-logo-item {
  width: 100%;
  height: 96px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7faff;
  border: 1px solid #e1e9f4;
}

.partner-logo-item img {
  width: 100%;
  height: 100%;
  max-width: 140px;
  max-height: 72px;
  object-fit: contain;
  opacity: 0.88;
}

.partner-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid #cfdcee;
  border-radius: 999px;
  background: #ffffff;
  color: #184575;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.partner-control-prev {
  left: 0.75rem;
}

.partner-control-next {
  right: 0.75rem;
}

.partner-control:hover {
  color: #0a325f;
  border-color: #aac3e2;
}

.site-footer {
  margin-top: 1.5rem;
}

.footer-cta-wrap {
  background: linear-gradient(135deg, #006b82 0%, #00758d 100%);
}

.footer-cta {
  padding: 1.5rem 0;
  color: #fff;
}

.footer-cta h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.3rem, 2.1vw, 1.9rem);
  font-weight: 800;
}

.footer-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.footer-btn {
  border-radius: 10px;
  font-weight: 700;
  padding: 0.62rem 1.05rem;
}

.footer-btn-primary {
  background: #ffffff;
  color: #123a67;
}

.footer-btn-primary:hover {
  color: #0e2d50;
}

.footer-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
}

.footer-btn-outline:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.75);
}

.footer-main {
  background: #005f73;
  color: #d2e0ef;
  padding: 2.2rem 0 1.5rem;
}

.footer-logo {
  height: 62px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.95);
}

.footer-about {
  color: #b8cbe0;
  max-width: 44ch;
  font-size: 0.93rem;
}

.footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #d4e3f4;
  border: 1px solid #2f8ea2;
  background: #00758d;
}

.footer-social a:hover {
  color: #ffffff;
  border-color: #3b6794;
}

.footer-title {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.footer-links,
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 0.5rem;
  font-size: 0.92rem;
}

.footer-links a {
  color: #c4d6ea;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-contact li {
  color: #c4d6ea;
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
}

.footer-contact i {
  color: #75a6d8;
  margin-top: 0.12rem;
}

.footer-newsletter-bar {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid #2c8da2;
  background: #006b82;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}

.newsletter-inline-fields {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0.5rem;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #35597e;
  background: #005c70;
  color: #e3edf8;
  padding: 0 0.75rem;
  font-size: 0.9rem;
}

.newsletter-form input[type="text"]::placeholder,
.newsletter-form input[type="email"]::placeholder {
  color: #a6bdd4;
}

.newsletter-form input[type="text"]:focus,
.newsletter-form input[type="email"]:focus {
  outline: none;
  border-color: #6ea1d1;
}

.newsletter-form button {
  height: 40px;
  border-radius: 8px;
  border: none;
  background: linear-gradient(135deg, #2c6faa 0%, #4e8dcb 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
}

.newsletter-form button:hover {
  filter: brightness(1.05);
}

.newsletter-consents {
  display: grid;
  gap: 0.55rem;
}

.consent-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #c7d9ec;
  font-size: 0.82rem;
  line-height: 1.4;
}

.consent-item input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-top: 0.15rem;
  border: 1.5px solid #6f93b7;
  border-radius: 4px;
  background: #005c70;
  position: relative;
  cursor: pointer;
}

.consent-item input[type="checkbox"]:checked {
  background: #4e8dcb;
  border-color: #4e8dcb;
}

.consent-item input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.consent-item input[type="checkbox"]:focus-visible {
  outline: 2px solid #87b5df;
  outline-offset: 1px;
}

.consent-item span {
  flex: 1;
}

.consent-item a {
  color: #9cc6ec;
  text-decoration: underline;
}

.consent-item a:hover {
  accent-color: #4e8dcb;
  color: #c1ddf5;
}

.footer-bottom {
  background: #004c5a;
  color: #9fb7cf;
  font-size: 0.86rem;
  padding: 0.75rem 0;
  border-top: 1px solid #2a7f93;
}

.footer-bottom-links a {
  color: #a8c1db;
  text-decoration: none;
}

.footer-bottom-links a:hover {
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .top-bar {
    display: none;
  }

  .main-nav {
    padding: 0.6rem 0;
  }

  .navbar-toggler {
    border: 1px solid #c9d8e8;
    border-radius: 10px;
    padding: 0.32rem 0.5rem;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem rgba(0, 117, 141, 0.2);
  }

  .navbar-collapse {
    margin-top: 0.75rem;
    background: linear-gradient(180deg, #f8fbff 0%, #f1f6fc 100%);
    border: 1px solid #d7e3f0;
    border-radius: 14px;
    padding: 0.85rem;
    box-shadow: 0 12px 24px rgba(16, 47, 87, 0.08);
  }

  .navbar-nav {
    gap: 0.25rem;
  }

  .navbar-nav .nav-link {
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 0.72rem 0.8rem !important;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus {
    background: #e9f2fb;
  }

  .kurumsal-menu .submenu-content {
    min-width: 100%;
    display: none;
    margin-top: 0.3rem;
    box-shadow: none;
    border-radius: 10px;
  }

  .kurumsal-menu .submenu-content.show {
    display: block;
  }

  .submenu-list {
    column-count: 1;
  }

  .header-actions .action-btn {
    width: 100%;
    min-height: 42px;
  }

  .brand-logo {
    height: 54px;
  }

  .slider-image {
    height: 48vh;
  }

  #heroSlider .carousel-caption {
    left: 8%;
    right: 8%;
    bottom: 12%;
  }

  .slider-levels {
    margin-top: 0;
    padding-bottom: 0.9rem;
  }

  .slider-levels .container {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .levels-track {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 0.65rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.25rem;
  }

  .levels-track::-webkit-scrollbar {
    display: none;
  }

  .levels-slide {
    flex: 0 0 88%;
    max-width: 88%;
    scroll-snap-align: start;
  }

  .slider-levels .level-card {
    min-height: 128px;
    padding: 0.95rem 1.05rem;
  }

  .slider-levels .level-card h3 {
    font-size: 1.16rem;
    margin-bottom: 0.4rem;
  }

  .slider-levels .level-card p {
    font-size: 0.87rem;
    line-height: 1.45;
  }

  .quick-access-row > [class*="col-"] {
    min-width: 180px;
  }

  .news-image {
    height: 240px;
  }

  .announcement-list {
    height: auto;
  }

  .announcement-item {
    flex: 0 0 auto;
  }

  .gallery-image {
    height: 210px;
  }

  .gallery-section .gallery-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
    gap: 0.65rem;
    padding-bottom: 0.25rem;
  }

  .gallery-track::-webkit-scrollbar {
    display: none;
  }

  .gallery-section .gallery-track > [class*="col-"] {
    flex: 0 0 88% !important;
    width: 88% !important;
    max-width: 88% !important;
    min-width: 88%;
    padding-left: 0;
    padding-right: 0;
    scroll-snap-align: start;
  }

  .partner-logo-item {
    width: 100%;
    height: 84px;
  }

  .partner-slider-shell {
    padding: 1rem 2.75rem;
  }

  .partner-slide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-control {
    width: 32px;
    height: 32px;
  }

  .footer-main {
    padding-top: 1.7rem;
  }

  .footer-logo {
    height: 54px;
  }

  .newsletter-inline-fields {
    grid-template-columns: 1fr;
  }
}

/* Egitim one-page shared styles */
.edu-page {
  background: linear-gradient(180deg, #f7fbff 0%, #f1f6fc 100%);
}

.edu-hero {
  padding: 2.4rem 0 1.5rem;
  border-bottom: 1px solid #dbe6f2;
  background-color: #fff2f1;
  background-image: url("../images/pagebg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.edu-hero h1 {
  color: #14385f;
  margin: 0 0 0.5rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.edu-hero p {
  margin: 0;
  color: #4f6279;
  max-width: 72ch;
}

.edu-main {
  padding: 1.3rem 0 2rem;
}

.edu-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.edu-side {
  position: sticky;
  top: 112px;
  border: 1px solid #d9e5f2;
  border-radius: 14px;
  background: #ffffff;
  padding: 0.7rem;
  box-shadow: 0 10px 24px rgba(16, 47, 87, 0.08);
  max-height: calc(100vh - 130px);
  overflow: auto;
}

.edu-side-visual {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 0.65rem;
}

.edu-side-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: contain;
  object-position: center;
}

.edu-link {
  display: block;
  text-decoration: none;
  border-radius: 10px;
  color: #22496f;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.35;
  padding: 0.56rem 0.7rem;
  margin-bottom: 0.12rem;
}

.edu-link:hover {
  background: #ecf4fc;
  color: #0f3f67;
}

.edu-link.active {
  background: #00758d;
  color: #ffffff;
}

.edu-link.level-1 {
  font-weight: 800;
}

.edu-link.level-2 {
  padding-left: 1rem;
}

.edu-link.level-3 {
  padding-left: 1.5rem;
  font-weight: 600;
  font-size: 0.85rem;
}

.edu-mobile-nav {
  display: none;
  margin-bottom: 0.9rem;
}

.edu-mobile-nav .form-select {
  border: 1px solid #cfe0f1;
  border-radius: 12px;
  min-height: 46px;
  font-weight: 700;
  color: #1b4067;
  box-shadow: 0 8px 20px rgba(16, 47, 87, 0.08);
}

.edu-content {
  display: grid;
  gap: 1.15rem;
}

.edu-section {
  border: 1px solid #d9e6f3;
  border-radius: 14px;
  background: #ffffff;
  padding: 1.2rem 1.1rem;
  box-shadow: 0 8px 22px rgba(16, 47, 87, 0.06);
  scroll-margin-top: 110px;
}

.edu-section h2 {
  margin: 0 0 0.65rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #14385f;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
}

.edu-section h2::before {
  content: "";
  width: 5px;
  height: 24px;
  border-radius: 4px;
  background: #d02c2f;
  display: inline-block;
}

.edu-section p {
  margin: 0 0 0.7rem;
  color: #4f6279;
  line-height: 1.62;
  font-size: 0.95rem;
}

.edu-section p:last-child {
  margin-bottom: 0;
}

.edu-media {
  width: 100%;
  height: 280px;
  margin-top: 0.8rem;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid #d5e2f1;
  display: block;
}

@media (min-width: 992px) {
  .edu-media-principal {
    height: 500px;
  }
}

@media (max-width: 991.98px) {
  .edu-layout {
    grid-template-columns: 1fr;
  }

  .edu-side {
    display: none;
  }

  .edu-mobile-nav {
    display: block;
  }

  .edu-section {
    scroll-margin-top: 90px;
  }

  .edu-content {
    gap: 1rem;
  }

  .edu-media {
    height: 220px;
  }
}

/* On kayit formu shared styles */
.admission-page {
  background: linear-gradient(180deg, #f7fbff 0%, #f1f6fc 100%);
}

.admission-main {
  padding: 1.35rem 0 2rem;
}

.admission-card {
  border: 1px solid #d9e6f3;
  border-radius: 14px;
  background: #ffffff;
  padding: 1.2rem 1.1rem;
  box-shadow: 0 10px 24px rgba(16, 47, 87, 0.07);
}

.admission-title {
  margin: 0 0 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #14385f;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}

.admission-title::before {
  content: "";
  width: 5px;
  height: 24px;
  border-radius: 4px;
  background: #d02c2f;
  display: inline-block;
}

.admission-form .form-label {
  color: #284d71;
  font-size: 0.9rem;
  font-weight: 700;
}

.admission-form .form-control,
.admission-form .form-select {
  border: 1px solid #cfddec;
  border-radius: 10px;
  min-height: 44px;
  font-size: 0.93rem;
}

.admission-form .form-control:focus,
.admission-form .form-select:focus {
  border-color: #7ba8d0;
  box-shadow: 0 0 0 0.16rem rgba(0, 117, 141, 0.14);
}

.admission-form .invalid-hint {
  display: block;
  margin-top: 0.32rem;
  color: #d02c2f;
  font-size: 0.78rem;
  font-weight: 600;
}

.admission-consent {
  margin-top: 0.25rem;
}

.admission-consent .form-check-label {
  color: #345577;
  font-size: 0.88rem;
}

.admission-submit {
  min-width: 140px;
  min-height: 44px;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  background: #00758d;
  font-weight: 700;
}

.admission-submit:hover {
  background: #00697d;
}
