body{
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
    --font1: "Work Sans", sans-serif;
    --cut: 60px;
}

/* Scrollbar genişliği */
::-webkit-scrollbar {
  width: 10px;
}

/* Scroll arka planı */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Scroll hareket eden bar */
::-webkit-scrollbar-thumb {
  background: #343497;
  border-radius: 10px;
}

/* Hover durumu */
::-webkit-scrollbar-thumb:hover {
  background: #343497;
}

* {
  scrollbar-width: thin;              /* auto | thin | none */
  scrollbar-color: #343497 #f1f1f1;       /* thumb | track */
}

#preloader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 1s ease, visibility 1s ease;
}

#preloader.hide {
    opacity: 0;
    visibility: hidden;
}

.loader-content img {
    max-width: 220px;
    animation: logoAnim 3s ease-in-out infinite;
}

@keyframes logoAnim {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    40% {
        opacity: 1;
        transform: scale(1);
    }
    70% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.05);
    }
}

body.loading {
    overflow: hidden;
}


.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


a
{
	color:#000;
	text-decoration:none;
}


a:hover, a:focus
{
	color:#000;
	text-decoration:none;
}


.menutop
{
    position: relative;
    width: 100%;
    padding: 10px 4%;
    background-color: #282870;
    color: #fff;
}

.menutop a
{
  color: #fff;
  font-size: 16px;
}

.menutop .social-media
{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: end;
    gap:20px;

}

.menutop .social-media a , .menutop .social-media a i
{
    color: #fff;
    font-size: 16px;
}

/* Varsayılan durum (sayfa en üstte) */
#navbar {
    transition: all 0.4s ease;
    width: 100%;
}

/* Üstteyken yazılar beyaz */
#navbar .nav-link,
#navbar .navbar-brand {
    color: #fff;
    transition: color 0.4s ease;
}

/* Scroll sonrası – beyaz menü */
#navbar.fixed {
    background: #fff;
    box-shadow: 0 5px 25px rgba(0,0,0,.08);
}

/* Scroll sonrası yazılar siyah */
#navbar.fixed .nav-link,
#navbar.fixed .navbar-brand {
    color: #000;
}



/* Sabit menü */
#navbar.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9998;
    background-color: #fff;
}

.logo-two { display: none; }

#navbar.scrolled .logo-one { display: none; }
#navbar.scrolled .logo-two { display: block; }



.rightnav
{
    display: flex;
    gap: 30px;
    list-style: none;
    margin:0;
    padding-left: 0;
}

.menubg {
    position: relative;
    margin: 0px;
    width: 100%;
    font-weight: 400;
    background-color: #1f1f5a;
    padding:0 5%;
  }
  
  
  .menubg .navbar{
    position: relative;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all .5s;
  }
  .menubg .navbar.header{
    background-color: #fff;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    z-index: 999;
    top: 0px;
    border-bottom: 1px solid #efefef;
    position:fixed;
  }
  
  
  .menubg .navbar .navbar-brand img{
    transition: ease-in-out .5s;
    max-height:70px;
  }
  
      .menubg .navbar .navbar-nav li a {
          font-size: 17px;
          color: #000;
          position: relative;
          font-weight: 500;
      }
  
  .menubg .navbar .navbar-nav .nav-item .nav-link {
      padding: 10px 30px;  
  }
  
      .menubg .navbar.header .navbar-nav .nav-item .nav-link {
          color: #16181b;
      }
  
      .menubg .navbar .navbar-nav .nav-item .nav-link:hover {
        transition: transform .3s;
        color: #24aea4;
    }
   
  
  .navbar .nav-item {
      position: relative;
  }
  
  .search-bar svg
  {
      fill:#fff;
  }
  
  .lang-bar, .lang-bar a {
      color: #fff;
      font-weight: 400;
      margin:0px 5px;
  }
  
  .navbar.header .search-bar svg {
      fill: #000;
  }
  
  .navbar.header .lang-bar, .navbar.header .lang-bar a {
      color: #000;
      font-weight: 400;
  }
  
  .menubg .navbar-nav .nav-item.dropdown .dropdown-menu {
      background-color: #fff;
      display: block;
      visibility: hidden;
      opacity: 0;
      padding: 0px 10px;
  }
  
  .menubg .navbar-nav .nav-item.dropdown .dropdown-menu::after{
    content: "";
    position: absolute;
    top: -20px;
    height: 20px;
    width: 100%;
    left: 0;
    background-color: transparent;
  }
  
  .menubg .navbar-nav .nav-item +.megadrop
  {
      width: 100%;
      background-color: #16181b;
      position: absolute;
      left: 0;
      top: 0;
      display: none;
  }
  
  
  .menubg .navbar-nav .nav-item.dropdown .dropdown-menu li{
    padding: 3px 0px;
  }
  .menubg .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item{
    color: #000000;
    text-align: left;
    padding: 0px;
    font-size: 15px;
    font-weight: 400;
    transition: ease-in-out .5s;
    padding:5px 10px; 
  }
  .menubg .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:hover{
    background-color: transparent;
    color: #24aea4;
  }
  .menubg .navbar-nav .nav-item.dropdown:hover .dropdown-menu{
    visibility: visible;
    opacity: 1;
  }
  
  .sticky 
  {
    border-bottom: 1px solid #ccc;
  -webkit-box-shadow:0px 6px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:0px 6px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:0px 6px 5px 0px rgb(142, 142, 142);
  }
  
  .logo-two {
      display: none;
  }
  
  .fixed .logo-one {
      opacity: 0;
      visibility: hidden;
      display: none;
  }
  
  .fixed .logo-two {
      opacity: 1;
      visibility: visible;
      display: block;
  }
  
  .menu-hover-effect-1 a {
    transition: color 0.2s linear 0s;
  }
  .menu-hover-effect-1 a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background-color: #ca0010;

    border-radius: 30px;
    z-index: 0;
    transform: scale(0.3, 1);
    opacity: 0;
  }
  .menu-hover-effect-1 a:hover {
    color: #fff;
  }
  .menu-hover-effect-1 a:hover:before {
    transform: scale(1, 1);
    opacity: 1;
    transition: all 0.2s linear 0s;
  }
  
  
  
  
  /*/-/-/-/-/-//Mobil-Menu/-/-/-/-/-//*/
  
  .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      background-color: #023e7c;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 80px;
  }

  .sidenav .accordion-menu
  {
    list-style: none;
  }
  
  .sidebar_active {
      width: 450px;
  }
  .mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(1) {
      animation-delay: .5s;
  }
  .mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(2) {
      animation-delay: .7s;
  }
  .mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(3) {
      animation-delay: .9s;
  }
  .mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(4) {
      animation-delay: 1.1s;
  }
  .mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(5) {
      animation-delay: 1.2s;
  }
  .mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(6) {
      animation-delay: 1.3s;
  }
  .mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(7) {
      animation-delay: 1.4s;
  }
  .mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(8) {
      animation-delay: 1.5s;
  }
  #dismiss_mobil {
      position: absolute;
      top: 20px;
      right: 5%;
      font-size: 25px;
      color:#ffffff;
      cursor:pointer;
  }
  .accordion-menu {
      width: 100%;
  }
  .mobil_dropdown_content .dropdown-item:focus, .dropdown-item:hover {
      color: #16181b;
      text-decoration: none;
      background-color: transparent;
  }
  .dropdownlink {
      cursor: pointer;
      display: block;
      font-size: 18px;
      color: #ffffff;
      font-weight:700;
      position: relative;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      padding:5px;
  }
  .dropdownlink i {
      position: absolute;
      top: 6px;
      left: 16px;
  }
  .dropdownlink .fa-chevron-down {
      right: 10px;
      left: auto;
  }
  .submenuItems {
      display: none;
  }
  .submenuItems a {
      display: block;
      color: #727272;
      padding: 12px 12px 12px 45px;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
  }
  .mobil_dropdown_content{
      padding-top:20px;
  }
  .submenuItems a:hover {
      color: #fff;
  }
  .sidenav_ul ul {
      margin-bottom: 0px;
  }
  .sidenav_ul ul li {
      padding: 5px 5px;
  }
  .sidenav_ul ul li a {
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      padding: 5px;
      white-space: nowrap
  }
  ul.submenuItems {
      margin-top: 15px;
  }
  .nav_mobil_bg .accordion-menu {
      background: transparent;
  }
  .sidenav_ul ul li .mobil_link {
      white-space: nowrap
  }
  .sidenav_ul ul li a::after {
      display: none;
  }
  .sidenav_ul .dropdown-menu {
      width: 100%;
      box-shadow: none;
      border: none;
  }
  .accordion-menu ul li {
      padding: 5px;
  }
  .mobil_social li {
      display: inline-block;
      padding: 5px !important;
      border-bottom: none !important;
  }
  .sidenav_ul ul li .mobil_link span {
      font-size: 18px;
      font-weight: 500;
      padding-left: 5px;
  }
  .overlay_mobil_bg {
      position: fixed;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.4);
      z-index: 999;
      display: none;
      transition: all 0.5s ease-in-out;
      top: 0;
  }
  .overlay_mobil_bg_active {
      display: block;
      opacity: 1;
  }
  .wrapper-menu {
    width: 30px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
  }
  .wrapper-menu.open {
    transform: rotate(-45deg);  
  }
  .line-menu {
    background-color: #023e7c;
    width: 100%;
    height: 4px;
  }
  .line-menu.half {
    width: 50%;
  }
  .line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
  }
  .open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
  }
  .line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
  }
  .menubg .navbar.header .line-menu {
    background-color: #023e7c;
    width: 100%;
    height: 4px;
  }
  .menubg .navbar.header .line-menu.half {
    width: 50%;
  }
  .menubg .navbar.header .line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
  }
  .menubg .navbar.header .open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
  }
  .menubg .navbar.header .line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
  }
  
  .mobil_menu .menu_lang {
      animation-delay: .5s;
      display: inline-block;
      margin-bottom: 0;
  }
  .mobil_social {
      animation-delay: 1.5s;
  }
  .mobil_social li,
  .mobil_menu .menu_lang li {
      display: inline-block;
      padding: 5px;
  }
  .navbar_mobil_bg{
      display:none;
  }
  #mobil_btn{
      display:none
  }
  @media(max-width:991px){
    #mobil_btn {
      display: block;
    }
    .deskop_menu .navbar .navbar-brand img {
      max-height: 60px;
    }
  }
  @media(max-width:565px){
    .sidebar_active {
        width: 70%;
    }
     .deskop_menu .navbar .navbar-brand img {
      max-height: 60px;
      position:absolute;
      left:10px;
      top:10px;
    }
  
  }


/*Banner css alanı*/
  .banneralan
  {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;

  }



  .banneralan .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 25%;
    left: 15%;
    color: #fff;
    text-align: left;
    padding: 30px;
}


.banneralan .carousel-caption h5{
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: var(--font1);
    text-align: center;
}

.banneralan .carousel-caption p{
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: var(--font1);
    
}

.banneralan .carousel-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.banneralan .dtybtn
{
    background-color: #343497;
    padding: 10px 15px;
    border:0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.banneralan .dtyicon
{
    background-color: #343497;
    padding:  10px 15px;
    margin-left:10px;
    border:0px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    transition: .3s;
}

.banneralan .dtyicon i
{
    transform: rotate(-30deg);
    transition: .3s;
    position: relative;
    display: block;
}

.banneralan .btnx:hover .dtyicon
{
    transition: .3s;
}

.banneralan .btnx:hover .dtyicon i
{
    transform: rotate(0deg);
    transition: .3s;
    position: relative;
    display: block;
}


.e-services {
    background: #f7f9fc;
    position: relative;
    padding: 75px 0;
}

.service-card {
    display: block;
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 25px;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: #333;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all .35s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.service-card .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #1e88e5, #42a5f5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card .icon i {
    font-size: 30px;
    color: #fff;
}

.service-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}


.service-card {
  border-radius: 18px;
  transition: all 0.4s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.service-img {
  transition: transform 0.6s ease;
  height: 190px;
  object-fit: cover;
}

.service-card:hover .service-img {
  transform: scale(1.1);
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top left,
    rgba(255,255,255,0.35),
    transparent 60%
  );
  opacity: 0;
  transition: .4s ease;
}

.service-card:hover::before {
  opacity: 1;
}

.service-card h4::after {
  content: "→";
  margin-left: 8px;
  opacity: 0;
  transition: .3s;
}

.service-card:hover h4::after {
  opacity: 1;
  margin-left: 12px;
}

@media (max-width: 768px) {
  .service-card {
    padding: 34px 28px;
    border-radius: 22px;
  }

  .service-card h4 {
    font-size: 18px;
  }

  .service-card p {
    font-size: 15px;
  }
}

.service-card:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(30,136,229,.35);
}


.news-card {
  border-radius: 18px;
  transition: all 0.4s ease;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(0,0,0,0.12);
}

.news-img-wrapper {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.news-img {
  height: 220px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.news-card:hover .news-img {
  transform: scale(1.1);
}

.news-date {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 500;
}


.hero-transition {
  position: relative;
              background-position: center center;
              background-repeat: no-repeat;
              background-size: cover;
  padding: 80px 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.hero-transition .container {
  z-index: 2;
}

.min-vh-50 {
  min-height: 50vh;
}

.info-box {
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.15),
    rgba(255,255,255,0.05)
  );
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

.info-item {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.info-item span {
  min-width: 28px;
  height: 28px;
  background: #fff;
  color: #083b2c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

.info-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 12px;
}

.hero-title {
  font-size: 38px;
  line-height: 1.2;
}

.hero-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  max-width: 480px;
  margin-bottom: 30px;
}

.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Ana CTA */
.btn-cta {
  background: linear-gradient(135deg, #2789e3, #6aa8e1);
  border: none;
  color: #fff;
  padding: 14px 32px;
  font-weight: 600;
  border-radius: 30px;
  transition: .35s ease;
}

.btn-cta:hover {
  transform: translateY(-3px);
}

/* İkincil CTA */
.btn-soft {
  padding: 14px 26px;
  border-radius: 30px;
  transition: .3s ease;
}

.btn-soft:hover {
  background: rgba(255,255,255,0.15);
}



.girisyap
{
    border-radius: 30px;
    background-color: #ca0036;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 17px;
    font-weight: 300;
    transition: .3s;
}

.girisyap:hover
{
    background-color: #ca0036;
    color: #fff;
    transition: .3s;
}

.girisyap i
{
    color: #fff;
    font-size: 15px;
    margin-left: 5px;
}


  /*footer*/


footer a {
  position: relative;
}

footer a::after {
  content:'';
  position:absolute;
  bottom:-4px;
  left:0;
  width:0;
  height:2px;
  background:#696bc9;
  transition:.3s;
}

footer a:hover::after {
  width:100%;
}




.site-footer {
  background: linear-gradient(180deg,#0f172a,#020617);
  color: #cbd5e1;
  padding: 70px 0 30px;
}

.site-footer a
{
   color: #cbd5e1;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.site-footer a:hover
{
  color: #4dd0e1;
  padding-left: 6px;
}

.footer-logo {
  max-width: 180px;
  border-radius: 15px;
}

.footer-text {
  font-size: 14px;
  line-height: 1.7;
  color: #cbd5e1;
}

.footer-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #cbd5e1;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #4dd0e1;
  padding-left: 6px;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
}

.footer-contact i {
  color: #4dd0e1;
  font-size: 18px;
}

.footer-contact a {
  color: #cbd5e1;
  text-decoration: none;
}

.footer-social {
  margin-top: 15px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #4dd0e1;
  color: #0f172a;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 13px;
  color: #94a3b8;
}

.backToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;    
    z-index: 100;
    height: 50px;
    width: 50px;
    font-size: 20px;
    border: none;
    color: #fff;
    border-radius: 30px;
    transition: 0.5s;
    cursor: pointer;
    text-align: center;
    padding-top: 10px;
}

    .backToTopBtn:not(:hover) {
        background: #353595;
    }

    .backToTopBtn:hover {
        background: #282870;
        color: #fff;
    }

    .backToTopBtn.active {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .backToTopBtn:not(.active) {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

.boxmenu {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 40px;
    display: none;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    border-radius: 50px;
}

.boxmenu.active {
    display: block;
}

.urunmenutitle
{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ededed;
}

.menu
{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.menu li a {
    display: block;
    padding: 10px 0;
    color: #333;
    transition: all .3s ease;
    border-bottom: 1px solid #ededed;
    font-size: 20px;
    font-weight: 400;
}

.menu li a.active,
.menu li a:hover {
    color: #343497;
    padding-left: 10px;
}

.menu-content h4 {
    font-size: 22px;
    font-weight: 500;
    color: #ca0010;
    margin-bottom: 10px;
}

.menu-image img {
    border-radius: 10px;
    transition: opacity .3s ease;
}

.dtymenubtn
{
    color: #343497;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
}

.dtymenuicon
{
    color: #fff;
    background-color: #343497;
    font-size: 18px;
    padding: 7px 13px;
    width: 44px;
    border-radius: 50px;
}

.dtymenuicon i
{
    transform: rotate(-30deg);
    transition: .3s;
    position: relative;
    display: block;
}


.btnx:hover .dtymenuicon i
{
    transform: rotate(0deg);
    transition: .3s;
    position: relative;
    display: block;
}

.about-hero {
    height: 420px;
}

.about-hero img {
    position: absolute;
    inset: 0;
}

.about-hero .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.65) 0%,
        rgba(0,0,0,0.35) 50%,
        rgba(0,0,0,0.15) 100%
    );
}

.about-hero .content {
    left: 40px;
    bottom: 40px;
    max-width: 420px;
}

.about-hero .badge {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(6px);
    font-size: 12px;
    letter-spacing: 1px;
}

.action-btn {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 56px;
    height: 56px;
    background: #343497; /* mor ton */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.action-btn:hover {
    transform: translateY(-4px);
    background: #343497;
    color: #fff;
}


.hero-card {
    position: relative;
    width: 100%;
    min-height: 400px;
    border-radius: 30px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .3s;
}

.hero-card:hover {
    position: relative;
    width: 100%;
    min-height: 400px;
    border-radius: 30px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(0px,-10px);
    transition: .3s;
}


/* Hafif karartma */
.hero-overlay {
    position: absolute;
    inset: 0;
  
}

/* Sol içerik */
.hero-content {
    position: relative;
    z-index: 2;
    padding: 60px;
    color: #fff;
}

.badge {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 18px;
}

.hero-content .hero-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.15;
}

/* Sağ alt kesik köşe */
.hero-card::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 162px;
    height: 162px;
    background: #fff;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

/* Ok butonu */
.hero-btn {
    position: absolute;
    bottom: 22px;
    right: 22px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}




/* Header input */
.header-search {
    position: relative;
}

.header-search input {
  width: 100%;
  height: 46px;
  border-radius: 8px;
  border: none;
  padding: 0 16px;
  font-size: 16px;
  cursor: pointer;
}

/* Overlay */
.search-overlay {
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, #0b2d5c 0%, #0e3a7a 100%);
  z-index: 9999;
  display: none;
}

.search-overlay.active {
  display: block;
}

.overlay-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 24px;
  color: #fff;
}

/* Close */
.close-btn {
  position: absolute;
  right: 32px;
  top: 24px;
  background: none;
  border: none;
  font-size: 28px;
  color: #ff5a5a;
  cursor: pointer;
}

/* Big Search */
/* INPUT WRAP */
.input-wrap {
  position: relative;
}

.input-wrap i {
  position: relative;
  font-size: 18px;
  color: #fff;
  cursor:pointer;
}

.fixed .input-wrap i {
  position: relative;
  font-size: 18px;
  color: #343497;
  cursor:pointer;
}

/* BIG SEARCH */
.search-box {
  position: relative;
  margin: 40px auto 60px;
  max-width: 900px;
}

.search-box input {
  width: 100%;
  height: 64px;
  border-radius: 12px;
  border: none;
  padding: 0 60px 0 20px;
  font-size: 18px;
}

.search-box i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #0b2d5c;
  pointer-events: none;
}

/* Popular */
.populer-title {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 40px;
  position: relative;
}

.populer-title::before
{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 43%;
    width: 10%;
    height: 3px;
    background-color: #1e88e5;
}


.popular-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.popular-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .3s ease;
}

.popular-card:hover {
  transform: translateY(-6px);
}

.popular-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.popular-card p {
    color: #0b2d5c;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
}



/* Wrapper */
.dropdown {
  position: relative;
}

/* Dropdown menu */
.dropdown-menu {
  position: absolute;
    top: 130%;
    left: 0;
    min-width: 200px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
  padding: 8px 0;
  display: none;
  z-index: 1000;
}

/* Active */
.dropdown-menu.active {
  display: block;
}

.dropdown-menu {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all .25s ease;
}

.dropdown-menu.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-menu .active + .girisyap
{
    background-color: #ca0036;
    color: #fff;
}


/* Links */
.dropdown-menu li a {
  display: block;
  padding: 10px 16px;
  color: #0b2d5c;
  text-decoration: none;
  font-size: 14px;
}

.dropdown-menu li a:hover {
  background: #f2f6fb;
}


.altbuttongrup
{
  position: fixed;
  bottom: 10px;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 9999;
  transition: .1s;
}

.altbuttongrup.is-scrolled {
  position: fixed;
  bottom: 0px !important;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 9999;
  transition: .1s;
}


.randevubtn
{
  background-color: #1e88e5;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.randevubtn:hover
{
   background-color: #0f518b;
   transition: .3s;
}

.aramabtn
{
  background-color: #ca0010;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 20px;
}

.aramabtn:hover
{
  background-color: #86000b;
  transition: .3s;
}

.yardimbtn
{
  background-color: #0e3a7a;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.yardimbtn:hover
{
  background-color: #072757;
  transition: .3s;
}

.altbuttongrup.is-scrolled .yardimbtn, .altbuttongrup.is-scrolled .aramabtn, .altbuttongrup.is-scrolled .randevubtn
{
  padding: 10px !important;
}

.why-us {
  padding: 90px 0;
  position: relative;
}

.section-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1e88e5;
  margin-bottom: 12px;
  font-weight: 600;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #0f172a;
}

.section-desc {
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 28px;
}

.why-cards {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.why-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  transition: .35s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(0,0,0,0.12);
}

.why-card i {
  font-size: 34px;
  color: #1e88e5;
  margin-bottom: 14px;
  display: inline-block;
}

.why-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0f172a;
}

.why-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .why-cards {
    grid-template-columns: 1fr;
  }
}

.cta-band {
  position: relative;
  padding: 80px 0;
  color: #000;
  overflow: hidden;
}

/* Hafif desen / derinlik */
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(255,255,255,0.12),
    transparent 60%
  );
  opacity: .6;
}

.cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

/* Sol metin */
.cta-eyebrow {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #606060;
  margin-bottom: 10px;
  display: inline-block;
}

.cta-text h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.cta-text p {
  font-size: 16px;
  color: rgba(30, 30, 30, 0.85);
  max-width: 520px;
}

/* Sağ aksiyonlar */
.cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ANA CTA – YEŞİL (Hero ile aynı dil) */
.btn-cta-main {
  background:linear-gradient(135deg, #2789e3, #6aa8e1);
  color: #fff;
  padding: 16px 36px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: .35s ease;
}

.btn-cta-main:hover {
  transform: translateY(-4px);
  color: #fff;
}

/* İKİNCİL CTA – CAM EFEKT */
.btn-cta-soft {
    background: rgb(17 17 17 / 12%);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, .35);
    color: #000;
  padding: 16px 28px;
  border-radius: 40px;
  font-weight: 500;
  transition: .3s ease;
}

.btn-cta-soft:hover {
  background: rgb(200 0 57);
  color:#fff;
}

/* Mobile */
@media (max-width: 768px) {
  .cta-text h2 {
    font-size: 28px;
  }

  .cta-inner {
    text-align: center;
    justify-content: center;
  }

  .cta-actions {
    justify-content: center;
    width: 100%;
  }

  .btn-cta-main,
  .btn-cta-soft {
    width: 100%;
    text-align: center;
  }
}

/* ===== Banner ===== */
.page-banner {
    background: linear-gradient(rgba(0,90,150,.65), rgba(0,90,150,.65));
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #fff;
}

    .page-banner h1 {
        font-weight: 700;
        letter-spacing: -.5px;
    }

/* ===== Breadcrumb ===== */
.breadcrumb-wrapper {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.breadcrumb {
    margin-bottom: 0;
    padding: 14px 0;
    font-size: 14px;
}

/* ===== Layout ===== */
.content-wrapper {
    padding: 50px 0;
}

/* ===== Sidebar ===== */
.sidebar {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0,0,0,.05);
    overflow: hidden;
}

.sidebar-title {
    background: #005a96;
    color: #fff;
    padding: 18px 22px;
    font-weight: 600;
    font-size: 16px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sidebar ul li a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 22px;
        color: #333;
        font-size: 15px;
        border-bottom: 1px solid #eef1f4;
        transition: all .25s ease;
        text-decoration: none;
    }

        .sidebar ul li a:hover,
        .sidebar ul li a.active {
            background: #f0f6fb;
            color: #005a96;
            font-weight: 600;
        }

/* ===== Content Area ===== */
.content-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,.06);
}

    .content-box h2 {
        font-weight: 700;
        margin-bottom: 20px;
        color: #005a96;
    }

    .content-box p {
        line-height: 1.8;
        font-size: 16px;
        color: #4a4a4a;
    }

.info-highlight {
    background: #f0f6fb;
    border-left: 4px solid #005a96;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .content-box {
        padding: 30px 25px;
    }
}

/* Contact Info */
.contact-box {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,.06);
    margin-bottom: 24px;
}

.contact-item {
    margin-bottom: 20px;
}

    .contact-item h6 {
        font-weight: 600;
        margin-bottom: 6px;
        color: #005a96;
    }

    .contact-item p {
        margin: 0;
        font-size: 15px;
        color: #4a4a4a;
    }

/* Map */
.map-box iframe {
    width: 100%;
    height: 260px;
    border-radius: 18px;
    border: 0;
    box-shadow: 0 10px 40px rgba(0,0,0,.06);
}

/* Form */
.form-box {
    background: #fff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,.06);
}

    .form-box h3 {
        font-weight: 700;
        color: #005a96;
        margin-bottom: 25px;
    }

.form-control {
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 15px;
}

.btn-send {
    background: #005a96;
    color: #fff;
    border-radius: 12px;
    padding: 12px 30px;
    font-weight: 600;
    border: none;
}

    .btn-send:hover {
        background: #004674;
    }


/* News Card */
.news-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,.06);
    transition: .3s;
    height: 100%;
}

    .news-card:hover {
        transform: translateY(-6px);
    }

    .news-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

.news-content {
    padding: 24px;
}

.news-dates {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 6px;
    position:relative;
}

.news-content h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.news-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
}

.read-more {
    font-size: 14px;
    font-weight: 600;
    color: #005a96;
    text-decoration: none;
}

    .read-more:hover {
        text-decoration: underline;
    }