body {
  
  background-color: white;
  overflow-x: hidden;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #09669c !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #09669c;
    --bs-btn-border-color: #09669c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #09669c;
    --bs-btn-disabled-border-color: #09669c;
}

.text-success {
    --bs-text-opacity: 1;
    font-size: 15px;
    color: #7cb33a !important;
}

.container {
 width: 1200px;
    max-width: 90vw;
    margin: 0 auto;
    float: none;
}

p {
  font-family: "Open Sans", sans-serif;
  text-align: justify;
  line-height: 1.5em;
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
      color: #2f2f2f;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-weight: inherit;
  line-height: 1.231;
  margin: 0;
      color: #2f2f2f;
}

.cover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

/* ÜST ALAN */
.top-header {
  background: white;
  text-align: center;
  padding: 20px 0;
  position: relative;
}
.header-logo {
  max-height: 150px;
}
.lang {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 14px;
} /* DESKTOP NAV */
.navbar-nav .nav-link {
  color: white;
  font-weight: 500;
}
.navbar-nav .nav-link:hover {
  color: #cce5ff;
} /* MOBİL MENU BUTON */
.menu-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 600;
} /* Hamburger icon */
.menu-btn .icon {
  width: 25px;
  height: 2px;
  background: white;
  position: relative;
}
.menu-btn .icon::before,
.menu-btn .icon::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: white;
  left: 0;
}
.menu-btn .icon::before {
  top: -8px;
}
.menu-btn .icon::after {
  top: 8px;
} /* FULLSCREEN ALT MENÜ */
.offcanvas-bottom {
  height: 100vh !important;
  background-color: #09669c;
  overflow: hidden;
} /* Menü içerik */
.offcanvas-body {
  overflow-y: auto;
} /* Menü linkleri */
.offcanvas .nav-link {
  margin: 12px 0;
  color: white;
  font-size: 22px;
} /* BODY SCROLL FIX */
body.offcanvas-open {
  overflow: hidden !important;
  padding-right: 0 !important;
}
/* SLIDER */
.slider-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  background: white;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* 🔥 KRİTİK FIXLER */
#heroSlider {
  overflow: hidden;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
}

/* 🔥 SLIDE SABİT */
#heroSlider,
.carousel-inner,
.carousel-item {
  height: 500px;
}

/* 🔥 YATAY KAYMAYI ENGELLE */
.carousel-item {
  position: relative;
  width: 100%;
  flex: 0 0 100%;
}

/* IMAGE */
.slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* DARK OVERLAY */
.carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.0);
  pointer-events: none;
}

/* TEXT */
.carousel-caption {
  z-index: 2;
}

.custom-caption {
  bottom: 20px;
  left: 3%;
  right: 10%;
}

.custom-caption h2 {
  color: white;
  font-weight: 700;
}

/* OKLAR */
.custom-arrow {
  font-size: 20px;
  color: white;
  padding: 4px 13px;
  border-radius: 50%;
  border: 2px solid white;
}

/* THUMBNAILS */
.slider-thumbs {
  position: absolute;
  bottom: 20px;
  right: 150px;
  display: flex;
  gap: 10px;
  z-index: 5;
}

/* normal */
.slider-thumbs img {
  width: 70px;
  height: 50px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.4;
  border: 2px solid transparent;
  transition: 0.3s;
}

/* 🔥 AKTİF THUMB */
.slider-thumbs img.thumb-active {
  opacity: 1;
  border: 3px solid #09669c;
  transform: scale(1.15);
  box-shadow: 0 0px 10px #09669c;
}

/* hover */
.slider-thumbs img:hover {
  transform: scale(1.15);
}

/* CONTROLS */
.carousel-control-next, 
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  padding: 0;
  color: #fff;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

/* ARŞİV */
.archive-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #09669c;
  color: white;
  padding: 13px 20px;
  text-decoration: none;
  z-index: 5;
}

/* MOBILE */
@media (max-width: 768px) {

  #heroSlider,
  .carousel-inner,
  .carousel-item {
    height: 300px;
  }

  .slider-thumbs {
    display: none;
  }

  .slide-content {
    display: none;
  }

  .archive-btn {
    display: none;
  }
}

/* SOSYAL BAR */
.social-bar {
  position: fixed;
  left: 0;
  bottom: 40px;
  background: #09669c;
  padding: 10px 8px;
  border-radius: 0 10px 10px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

/* ICON */
.social-bar a {
  color: white;
  font-size: 18px;
  text-align: center;
  transition: 0.3s;
}

/* HOVER */
.social-bar a:hover {
  transform: scale(1.2);
}

/* MOBILE'DA GİZLE */
@media (max-width: 768px) {
  .social-bar {
    display: none;
  }
}

/* FOOTER */
.site-footer {
  background: #09669c;
  color: white;
  padding: 40px 0 20px;
  text-align: center;
}

/* MENÜ */
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.footer-menu a {
  color: white;
  font-size: 9px;
  text-decoration: none;
}

.footer-menu a:hover {
  text-decoration: underline;
}

/* TEXT */
.footer-text {
  font-size: 10px;
  padding: 2px;
  box-sizing: border-box;
  display: block;
  line-height: 15px;
  max-width: 800px;
  margin: 0 auto 20px;
  line-height: 1.6;
  opacity: 0.9;
  color: white;
}

/* SOSYAL */
.footer-social {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.footer-social a {
  color: white;
  font-size: 18px;
  transition: 0.3s;
}

.footer-social a:hover {
  transform: scale(1.2);
}

/* ALT YAZI */
.footer-copy {
  font-size: 12px;
  opacity: 0.8;
}

.test{
  margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


.custom-caption h3, h4, h5, h6 {
    color: white;
    font-weight: 600;
}

.slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    max-width: 100%;
    text-align: center;
    padding: 10px 40px;
}

/* EDITOR CONTENT GENEL */
.editor-content {
  font-size: 12px;
  line-height: 1.;
  color: #333;
}

/* BAŞLIKLAR */
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px; /* 🔥 başlık ile paragraf arası AZ */
   color: #2f2f2f;
}

/* İLK BAŞLIKTA ÜST BOŞLUK OLMASIN */
.editor-content h3:first-child {
  margin-top: 0;
}

.editor-content h4:first-child {
  margin-top: 10;
}
.editor-content h5:first-child {
  margin-top: 10;
}
.editor-content h6:first-child {
  margin-top: 10;
}

/* PARAGRAF */
.editor-content p {
  margin-bottom: 20px; /* 🔥 paragraflar arası normal boşluk */
 font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
  color: #2f2f2f;
}

/* SON PARAGRAF DAHA FAZLA BOŞLUK */
.editor-content p:last-child {
  margin-bottom: 30px; /* 🔥 BLOK SONU BOŞLUK */
}

/* LINK */
.editor-content a {
  color: #0d6efd;
  text-decoration: none;
}

.editor-content a:hover {
  text-decoration: underline;
}

.logo-footer{
  margin-top:50px;
margin-bottom: 50px;
}


.nav-link{
  padding: 15px 10px;
    font-size: 13px !important;
    display: block;
    line-height: 15px;
    color: #fff;
}


.navbar-nav .nav-link:hover
 {
     color: #ffffff !important;
    background-color: #7cb33a !important;
}

.navbar{
  --bs-navbar-padding-y: 0 !important;
   position: relative;
  z-index: 1000;
}
  
/* SAYFA TAM YÜKSEKLİK */
html, body {
  height: 100%;
  margin: 0;
}

/* ANA YAPI */
.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* FOOTER'I AŞAĞI İT */
.site-footer {
  margin-top: auto;
}

/* DROPDOWN ANA */
.dropdown-custom {
  position: relative;
}

/* MEGA MENU */
.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 12vw;
  background: rgb(0 0 0 / 64%);
  backdrop-filter: blur(2px);

  display: block;
 

  padding: 0px 0;

  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}

/* MENU LINK */
.mega-menu a {
  color: white;
  padding: 15px 10px;
  display: block;
  text-decoration: none;
  font-size: 12px;
  margin: 10px 0;
  line-height: 15px;
  
}

/* HOVER EFFECT */
.mega-menu a:hover {
  background-color: #7cb33a;
  
}

/* AÇILMA */
.dropdown-custom:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

a.nav-link.active{
  background-color: #7cb33a;
}

/* MOBİL MENU ANA */
.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ANA ITEM */
.mobile-menu li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* TIKLANAN ALAN */
.menu-link,
.mobile-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  color: white;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

/* ALT MENÜ */
.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(255,255,255,0.05);

  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

/* AÇILDIĞINDA */
.has-sub.active .sub-menu {
  max-height: 500px;
}

/* ALT ITEM */
.sub-menu li {
  border-top: 1px solid rgba(255,255,255,0.15);
}

/* ALT LINK */
.sub-menu a {
  display: block;
  padding: 14px 20px;
  font-size: 14px;
  color: #e0e0e0;
}

/* HOVER */
.sub-menu a:hover {
  background: #7cb33a;
  color: white;
}

/* + / - ICON */
.menu-link::after {
  content: "+";
  font-size: 18px;
  transition: 0.3s;
}

/* AÇILINCA - */
.has-sub.active .menu-link::after {
  content: "−";
}

.offcanvas-body::-webkit-scrollbar {
  width: 6px;
}

.offcanvas-body::-webkit-scrollbar-track {
  background: #0b5c8a;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background: #7cb33a;
  border-radius: 10px;
}


.lang-2{
  position: absolute;
    right: 400px;
    top: 165px;
    font-size: 14px;
    margin-top: 10px;
}


.contact-box {
  max-width: 600px;
  margin: 0 auto; /* 🔥 ORTALAR */
}
.contact-box h3 {
  color: #09669c;
  margin-bottom: 20px;
  font-size: 18px;
}

/* INPUT GROUP */
.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  color: #2f2f2f;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  outline: none;
  transition: 0.3s;
  font-size: 14px;
}

/* FOCUS EFFECT */
.form-group input:focus,
.form-group textarea:focus {
  border-color: #09669c;
  box-shadow: 0 0 5px rgba(9,102,156,0.3);
}

/* CAPTCHA */
.form-captcha {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}

#captchaText {
  background: #09669c;
  color: white;
  padding: 8px 15px;
  font-weight: bold;
  letter-spacing: 2px;
}

#captchaInput {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
}

/* BUTTON */
.btn-submit {
  margin-top: 20px;
  background: #09669c;
  color: white;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-submit:hover {
  background: #7cb33a;
}

.contact-wrapper {
  display: flex;
  justify-content: center; /* yatay */
  align-items: center;     /* dikey */
  min-height: 70vh;
  margin-top: 50px;
}

.page-banner {
  width: 100%;
  height: 230px;
  overflow: hidden;
    position: relative;
}

.page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 🔥 en önemli */
  display: block;
}

@media (max-width: 768px) {
  .page-banner {
    height: 180px;
  }
}


.page-banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 🔥 TAM ORTA */

  color: white;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 94, 223, 0.075);
}

/*card tasarımı*/

.team-section {
  text-align: center;
  margin: 60px 0;
}

.team-section h3 {
  color: #09669c;
  margin-bottom: 40px;
  font-size: 22px;
}

/* GRID */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* CARD */
.team-card {
  background: #f5f5f5;
  padding: 30px 20px;
  transition: 0.3s;
}

/* HOVER */
.team-card:hover {
  transform: translateY(-5px);
}

/* ICON */
.team-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border: 2px solid #09669c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #09669c;
  font-size: 24px;
}

/* İSİM */
.team-card h4 {
  color: #09669c;
  margin-bottom: 5px;
}

/* ROL */
.team-card .role {
  font-weight: 600;
 margin-bottom: 20px;
    justify-content: center;
    display: flex;
}

/* EMAIL */
.team-card .email {
  font-size: 13px;
  color: #555;
      display: flex;
    justify-content: center;
}


@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}


.partners-section {
  text-align: center;
  margin: 60px 0;
}

.partners-section h3 {
  color: #09669c;
  margin-bottom: 40px;
  font-size: 22px;
}

/* GRID */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* CARD */
.partner-card {
  background: #fff;
  padding: 25px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

/* LOGO */
.partner-card img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: 0.3s;
}

/* HOVER */
.partner-card:hover {
  transform: translateY(-5px);
  border-color: #09669c;
}

.partner-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
}


@media (max-width: 992px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .partners-grid {
    grid-template-columns: 1fr;
  }
}

.partner-card {
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}


.partner-img {
  position: relative;
  width: 100%;
  height: 100%;
}

/* logo */
.partner-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* yazı */
.partner-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;

  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 10px;
  padding: 4px;
  text-align: center;

  opacity: 0;
  transition: 0.3s;
}

/* hover */
.partner-card:hover .partner-name {
  opacity: 1;
}

.btn-slider{
  color: white;
  background-color: #09669c;
}

.btn-slider :hover{
  color: white;
  background-color: #09669c !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}




    

.btn-2 {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: #09669c;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.btn-2:hover {
  
    box-shadow: rgba(248, 247, 247, 0.637) 0px 3px 8px;
}

.lang-switch {
  position: absolute;
  right: 25px;
  top: 20px;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
}

.lang-switch a {
  padding: 4px 10px;
  font-size: 12px;
  color: #2f2f2f;
  text-decoration: none;
}

.lang-switch a.active {
  background: #09669c;
  color: white;
}

/*arsiv*/

/* GENEL */
.archive-page {
    margin-top: 40px;
}

/* SIDEBAR */
.archive-sidebar {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}

.sidebar-title {
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    color: #2f2f2f;
}


/* GALERİ */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

    .gallery-grid img {
        width: 100%;
        height: 70px;
        object-fit: cover;
    }

    .gallery-grid a:hover {
        border: 1px solid #7cb33a;
    }



/* SON HABERLER */
.latest-news .news-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.latest-news img {
    width: 60px;
    height: 50px;
    object-fit: cover;
}

/* SAĞ TARAF */
.archive-title {
    color: #09669c;
    margin-bottom: 10px;
}

.archive-banner {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}

/* LİSTE */
.archive-list h6 {
    color: #09669c;
    margin-top: 20px;
}

.archive-list ul {
    padding-left: 15px;
}

.archive-list li {
    margin-bottom: 5px;
}

.archive-list a {
    color: #2f2f2f;
    text-decoration: none;
    font-size: 13px;
}

    .archive-list a:hover {
        color: #7cb33a;
    }

/* KART */
.news-card {
    margin-bottom: 20px;
}

    /* RESİM */
    .news-card img {
        width: 100%;
        height: 140px;
        object-fit: cover;
    }

/* META */
.news-meta {
    font-size: 12px;
    color: #777;
    margin: 5px 0;
    display: flex;
    gap: 10px;
}

/* BAŞLIK */
.news-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2f2f2f;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}

    /* HOVER */
    .news-title:hover {
        color: #09669c;
    }

.news-title {
    border-bottom: 2px solid #2f2f2f;
}

    .news-title:hover {
        border-color: #7cb33a;
        color: #7cb33a;
    }


.pagination {
    display: flex;
    justify-content: center;
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #09669c;
    border-color: #09669c;
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #09669c;
}

    .page-link:focus {
        z-index: 3;
        color: var(--bs-pagination-focus-color);
        background-color: var(--bs-pagination-focus-bg);
        outline: 0;
        box-shadow:none !important;
    }