

html, body {
  height: auto !important;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Container spacing */
.blog_section {
  margin-top: 80px;
}


/* Başlık stilleri */
.section-title-modern h2 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #1e6e5c;
  margin-bottom: 0.3rem;
  position: relative;
  display: inline-block;
}

.section-title-modern .section-underline {
  width: 100%;
  max-width: 120px;
  height: 4px;
  background: linear-gradient(to right, #1ca9a9, #3c8383);
  margin: 0.5rem auto 1rem auto;
  border-radius: 2px;
}

.section-title-modern p {
  font-size: 1rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
}

.text-turquoise {
  color: #1e6e5c;
}

/* Blog Kartı */
.blog_item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.blog_item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.blog_image {
  position: relative;
}

.blog_image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.blog_image span i {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 18px;
  background-color: #1e6e5c;
  color: white;
  width: 38px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
}

.blog_details {
  padding: 25px 20px 30px;
}

.blog_details h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0d2a3f;
}

.blog_details h5 a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.blog_details h5 a:hover {
  color: #1e6e5c;
}

.blog_details ul {
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
}

.blog_details p {
  font-size: 15px;
  color: #495057;
  margin-top: 10px;
}

.blog_details a {
  font-size: 14px;
  color: #1e6e5c;
  font-weight: 600;
  text-decoration: none;
}

.blog_details a:hover {
  color: #0d2a3f;
}

/* Owl Carousel Navigasyonu */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: absolute;
  top: 35%;
  background-color: #145447;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: none;
  transition: all 0.3s ease;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background-color: #fff;
  color: #1ca9a9;
  border: 2px solid #145447;
}

.owl-nav button.owl-prev {
  left: -25px;
}

.owl-nav button.owl-next {
  right: -25px;
}

@media only screen and (max-width: 768px) {
  .owl-nav button.owl-prev {
    left: -15px;
  }

  .owl-nav button.owl-next {
    right: -15px;
  }
}

/* Timeline */
ul.timeline {
  list-style: none;
  position: relative;
  padding-left: 0;
}

ul.timeline::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #dee2e6;
}

ul.timeline > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

ul.timeline > li::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 3px solid #145447;
  border-radius: 50%;
}

ul.timeline > li a {
  font-weight: 600;
  color: #0d2a3f;
  text-decoration: none;
}

ul.timeline > li a:hover {
  color: #145447;
}

ul.timeline > li p {
  margin-top: 5px;
  font-size: 14px;
  color: #495057;
}

/* Flat Card Bölümü */
.flat_card_section h4 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #212529;
}

.flat_card_section p {
  color: #495057;
  font-size: 15px;
}

.btn-outline-turquoise {
  color: #1e6e5c;
  border: 1px solid #1e6e5c;
  border-radius: 30px;
  padding: 5px 20px;
  font-size: 14px;
  transition: all 0.3s;
}

.btn-outline-turquoise:hover {
  background-color: #145447;
  color: white;
}

/* Mobil - 768px altı */
@media (max-width: 767.98px) {
  .section-title-modern h2 {
    font-size: 1.8rem;
  }

  .section-title-modern p {
    font-size: 0.95rem;
  }

  .blog_details {
    padding: 20px 15px;
  }

  .blog_details h5 {
    font-size: 18px;
  }

  .blog_details p {
    font-size: 14px;
  }

  .flat_card_section h4 {
    font-size: 17px;
    margin-bottom: 0.5rem;
  }

  .flat_card_section p {
    font-size: 14px;
  }

  .btn-outline-turquoise {
    font-size: 13px;
    padding: 5px 15px;
  }

  .owl-nav button.owl-prev {
    left: -10px;
  }

  .owl-nav button.owl-next {
    right: -10px;
  }

  /* Blog & flat-card yapılarında dikey hizalama */
  .flat_card_section .row.align-items-center {
    flex-direction: column !important;
    text-align: center;
  }

  .flat_card_section .col-md-5,
  .flat_card_section .col-md-7 {
    width: 100%;
  }

  .flat_card_section .col-md-5 img {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .timeline li {
    padding-left: 30px;
  }

  .timeline li::before {
    left: 6px;
  }

  .timeline::before {
    left: 13px;
  }
}

/* Tablet - 768px - 991px */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-title-modern h2 {
    font-size: 2rem;
  }

  .blog_details h5 {
    font-size: 19px;
  }

  .blog_details p {
    font-size: 14.5px;
  }

  .btn-outline-turquoise {
    font-size: 13.5px;
    padding: 5px 18px;
  }

  .flat_card_section h4 {
    font-size: 18px;
  }

  .flat_card_section p {
    font-size: 14.5px;
  }

  .owl-nav button.owl-prev {
    left: -15px;
  }

  .owl-nav button.owl-next {
    right: -15px;
  }
}

/* Geniş ekran - 1200px üzeri iyileştirme */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .blog_details h5 {
    font-size: 22px;
  }

  .flat_card_section h4 {
    font-size: 20px;
  }

  .flat_card_section p {
    font-size: 16px;
  }
}









/* Header */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background: linear-gradient(to bottom,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,1) 20%,
        rgba(255,255,255,0) 100%
    );
    transition: background 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
    overflow: visible;
}

/* Scroll sonrası header */
.site-header.scrolled {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Header iç container */
.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    overflow: visible;
}

/* Logo */
.logo img {
    height: 70px;
    transition: height 0.3s ease;
}
.site-header.scrolled .logo img {
    height: 60px;
}

/* Navigation */
.main-nav {
    position: relative;
    overflow: visible;
}

/* Navigation listesi */
.nav-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
}

/* Her bir menü öğesi */
.nav-list li {
    position: relative;
    height: 100%;
}

/* Menü linkleri */
.nav-list a {
    text-decoration: none;
    color: #1c2230;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-list a:hover {
    color: #2e7d68;
}

/* Dropdown ok simgesi */
.has-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.has-dropdown > a {
    display: inline-block;
    padding: 0.75rem 1rem;
    text-decoration: none;
    font-weight: 500;
    color: #1c2230;
    line-height: 1.2;
    transition: color 0.3s ease;
    height: 100%;
    position: relative;
}

.has-dropdown > a::after {
    content: ' ▼';
    font-size: 0.6rem;
    margin-left: 4px;
    vertical-align: middle;
}

.has-dropdown > a:hover {
    color: #2e7d68;
}

/* Dropdown menü */
.dropdown {
    position: absolute; /* FIXED değil */
    top: 100vh;
    left: 0;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 0.5rem 0;
    border-radius: 4px;
    display: none;
    min-width: 220px;
    z-index: 999;
    list-style: none;
    margin: 0;
}

/* Dropdown iç linkler */
.dropdown li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown li a {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #1c2230;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.dropdown li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #2e7d68;
    transition: width 0.3s ease;
}

.dropdown li a:hover {
    color: #2e7d68;
}
.dropdown li a:hover::after {
    width: 100%;
}

/* Dropdown hover ile gösterilir */
.has-dropdown:hover .dropdown {
    display: block;
}



.has-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(0); /* yukarı kaymasını engeller */
  z-index: 9999; /* sayfa üzerindeki her şeyin üstünde */
}


/* Hamburger Menü (Mobil) */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}
.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #1c2230;
    transition: all 0.3s ease;
}

/* Mobil Logo */
/* Desktop'ta gizle */
.mobile-logo {
  display: none;
}

/* Mobilde görünür yap */
@media (max-width: 992px) {
  .mobile-logo {
    display: flex; /* flex veya block olabilir */
    justify-content: center;
    padding: 1.5rem 0 1rem 0;
    border-top: 1px solid #ddd; /* İstersen altına ince çizgi */

    /* Görsel ayarları */
  }

  .mobile-logo img {
    width: 80px; /* İstediğin genişlik */
    height: 80px; /* Kare yapısı */
    object-fit: contain;
    border-radius: 50%; /* Yuvarlak logo için */
    opacity: 0.95;
  }
}






.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
footer{
    background-color: #111010;
    margin-top: 20px;
    
}
.f-item-con{
    padding: 1.5rem 4rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 2rem;
}
footer .app-name{
    color: white;
    border-left: 4px solid var(--theme-col);
    padding-left: 1.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}
.app-name .app-initial{
    color: var(--theme-col);
}
footer .app-info p{
    color: white;
    padding-left: 1.65rem;
}

footer .footer-title{ 
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: white;
    border-left: 4px solid var(--theme-col);
    padding-left: 1.5rem;
    height: fit-content;
}
footer ul{ 
    padding-left: 1.75rem;
    color: white;
    font-size: 0.875rem/* 14px */;
    line-height: 1.25rem;
    margin-top: .5rem;
}
footer ul li{ 
    margin: .25rem 0;
    cursor: pointer;
    color: #d4d4d4;
    width: fit-content;
}
footer ul li:hover{
    color: white;
}
footer .help-sec{
    grid-column-start: 2;
}
footer .cr-con{
    background-color: #232127;
    color: white;
    padding: 1rem 4rem;
    text-align: center;
}
.g-i-t{
    display: grid;
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.g-i-t form{
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
form .g-inp{
    padding: .25rem .5rem;
    font-size: 16px;
}
.g-inp textarea{
    height: 150px;
}
.f-btn{
    padding: .25rem 1rem;
    background-color: var(--theme-col);
    border-radius: .25rem;
    font-size: 16px;
    color: white;
    font-weight: 500;
}
:root{
  --theme-col: #017E90; /* TekSöz rengi */
}

footer .app-name{
  color: white;
  border-left: 4px solid var(--theme-col);
  padding-left: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.app-name .app-initial{
  color: var(--theme-col);
}

.section-heading {
  font-size: 2.6rem;
  font-weight: 900;
  color: 1e6e5c;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

.section-underline-animated {
  height: 4px;
  width: 120px;
  margin: 0 auto 1.5rem auto;
  background: linear-gradient(90deg, #145447, #1e6e5c);
  border-radius: 3px;
  animation: underlinePulse 3s infinite ease-in-out;
}

@keyframes underlinePulse {
  0%, 100% {
    transform: scaleX(1);
    opacity: 1;
  }
  50% {
    transform: scaleX(1.5);
    opacity: 0.6;
  }
}

/* Responsive küçük ekranlarda */
@media (max-width: 767px) {
  .section-heading {
    font-size: 1.8rem;
  }

  .section-underline-animated {
    width: 80px;
  }
}




/* NEAS Footer Özel */
.neas-footer {
  background: url('../img/footer-bg-2.png') no-repeat;
  background-size: cover;
background-position: center 70%;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  position: relative;
  overflow: hidden;
}

.neas-footer .footer-wave {
  display: block;
  height: 130px;
  width: 100%;
  fill: #ffffff;
}

.neas-footer .footer-container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 60px 15px 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}


.neas-footer .footer-column {
  flex: 1 1 220px;
  min-width: 200px;
}

.neas-footer h2 {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #fffff2;
}

.neas-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.neas-footer ul li {
  margin-bottom: 8px;
}

.neas-footer ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}

.neas-footer ul li a:hover {
  color: #1e6e5c;
}

.neas-footer .footer-bottom {
  background: linear-gradient(90deg, #1E1E1E 0%, #2A2A2A 100%);
  padding: 20px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.neas-footer .footer-left {
  max-width: 900px;
  margin: 0 auto;
}

.kodem-link {
  color: #bbb;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s ease;
  background: linear-gradient(90deg, #2ecc71, #a9f7cd);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: kodemParlama 12s ease-in-out infinite;
}

@keyframes kodemParlama {
  0%, 10% { background-position: 0% center; }
  50% { background-position: 100% center; }
  100% { background-position: 0% center; }
}

.neas-footer .neas-text-wrapper {
  display: inline-block;
  font-weight: 600;
  color: #bbb;
  position: relative;
}

.neas-footer .neas-text-wrapper::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 0;
  background: #1e6e5c;
  animation: underlineSweep 10s ease-in-out infinite;
}

@keyframes underlineSweep {
  0%, 10%, 100% {
    width: 0;
    opacity: 0;
  }
  30%, 60% {
    width: 100%;
    opacity: 1;
  }
  80% {
    width: 0;
    opacity: 0;
  }
}

.neas-footer .neas-text-wrapper:hover {
  color: #1e6e5c;
}

@media (max-width: 768px) {
  .neas-footer .footer-container {
    flex-direction: column;
    gap: 40px;
  }
}

.footer-left {
  position: relative;
  margin-top: 50px;
  padding-top: 30px;
  text-align: center;
  max-width: 100%;
  isolation: isolate;
  padding-bottom: 20px;
}

/* Modern çizgi efekti */
.footer-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%; /* çok uzamasın */
  height: 1px;
  background: linear-gradient(to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.15) 20%,
    rgba(255, 255, 255, 0.25) 50%,
    rgba(255, 255, 255, 0.15) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.5; /* biraz daha yumuşak */
  z-index: 1;
}