body{
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
    --font1:"Manrope", sans-serif;
    --cut: 60px;
}

::selection {
    background: #0e6eae;
    color: #fff;
}

::-moz-selection {
    background: #0e6eae;
    color: #fff;
}

/* Scrollbar genişliği */
::-webkit-scrollbar {
  width: 10px;
}

/* Scroll arka planı */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Scroll hareket eden bar */
::-webkit-scrollbar-thumb {
  background: rgb(19 95 148);
  border-radius: 10px;
}

/* Hover durumu */
::-webkit-scrollbar-thumb:hover {
  background: rgb(19 95 148);
}

* {
  scrollbar-width: thin;              /* auto | thin | none */
  scrollbar-color: rgb(19 95 148) #f1f1f1;       /* thumb | track */
}


.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;
}


/* Varsayılan durum (sayfa en üstte) */
#navbar {
    background: transparent;
    transition: all 0.4s ease;
}

/* Üstteyken yazılar beyaz */
#navbar .nav-link,
#navbar .navbar-brand {
    color: #fff;
    transition: color 0.4s ease;
}

/* Scroll sonrası – beyaz menü */
#navbar.scrolled {
    background: #fff;
    box-shadow: 0 5px 25px rgba(0,0,0,.08);
}

/* Scroll sonrası yazılar siyah */
#navbar.scrolled .nav-link,
#navbar.scrolled .navbar-brand {
    color: #000;
}

/* Menü gizleme (aşağı scroll) */
#navbar.hide {
    transform: translateY(-100%);
}

/* Sabit menü */
#navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.logo-two { display: none; }

#navbar.scrolled .logo-one { display: none; }
#navbar.scrolled .logo-two { display: block; }


.menubg:hover .logo-one { display: none; }
.menubg:hover .logo-two { display: block; }

#navbar:hover
{
    background-color: #fff !important;
    transition: .3s;
}

#navbar:hover .nav-link,
#navbar .navbar-brand {
    color: #000;
}


.rightnav
{
    display: flex;
    gap: 10px;
    list-style: none;
    margin:0;
    padding-left: 0;
}

.menubg {
    position: absolute;
    margin: 0px;
    width: 100%;
    font-weight: 400;
    background-color: transparent;
    z-index:99;
  }
  
  
  .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:25px;
  }
  
      .menubg .navbar .navbar-nav li a {
          font-size: 17px;
          color: #000;
          position: relative;
          font-weight: 300;
      }
  
  .menubg .navbar .navbar-nav .nav-item .nav-link {
      padding: 10px 15px;  
  }
  
      .menubg .navbar.header .navbar-nav .nav-item .nav-link {
          color: #16181b;
      }
  
      .menubg .navbar .navbar-nav .nav-item .nav-link:hover {
        transition: transform .3s;
        color: #0e6eae;
    }
   
  
  .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: #0e6eae;
  }
  .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-top .logo-one {
      opacity: 0;
      visibility: hidden;
      display: none;
  }
  
  .fixed-top .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: #0e6eae;

    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: 9999;
      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ı*/

.aboutbg
{
    position: absolute;
    left: 4%;
    bottom: 20%;
    width: 30%;
}

.aboutbg .abouttxt
{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.8;
}


  .banneralan
  {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;

  }



  .banneralan .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 40%;
    left: 15%;
    color: #fff;
    text-align: left;
    padding: 30px;
}


.banneralan .carousel-caption h5{
    color: #fff;
    font-size: 70px;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
}

.banneralan .carousel-caption p{
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 300;
    text-align: center;    
}

.banneralan .carousel-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1d1d85;
}


.banneralan .dtybtn
{
    background-color: #0e6eae;
    padding: 10px 15px;
    border:0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.banneralan .dtyicon
{
    background-color: #0e6eae;
    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
{
    margin-left: 0;
    transition: .3s;
}

.banneralan .btnx:hover .dtyicon i
{
    transform: rotate(0deg);
    transition: .3s;
    position: relative;
    display: block;
}








.newspage
{
    position: relative;
    width: 100%;
    padding: 5%;
    background-color: #f4f4f4;
}


.mySwipernews
{
    position: relative;
    padding: 50px;
}


 .mySwipernews .swiper-slide {
      background: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
    }

  .mySwipernews .stat-box-swiper {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;

}

  .mySwipernews .stat-box-swiper::before
  {
    content: "";
    background-color: #00000069;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
        border-radius: 15px;
  }

  .mySwipernews  .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
          border-radius: 15px;
    }


    .mySwipernews .swiper-horizontal > .mySwipernews .swiper-scrollbar, .mySwipernews .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: auto;
    position: static;
    margin-top: 2rem;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: calc(8.3vw + 80px);
        height: 10px;
}

.mySwipernews .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgb(19 95 148);
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}
.newspage .news-title
{
    font-size: 25px;
    font-weight: 300;
    color: #023e7c;
}

.newspage .news-slogan
{
    font-size: 50px;
    font-weight: 500;
    color: #000;
}



.newspage .news-text
{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
}

.stat-box-swiper .hbr-title
{
    position: absolute;
    left: 15px;
    bottom: 10%;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

.productpage
{
    position: relative;
    width: 100%;
    padding: 5% ;
    margin: 0;
    background-color: #f4f4f4;
}

.product-slogan
{
    color: #023e7c;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 10px;
}

.productpage .product-title
{
    font-size: 50px;
    font-weight: 500;
}

.productpage .product-text
{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
}

  .productpage .stat-box-product {
    width: 100%;
    height: 100%;
    position: relative;

    /* sağ alt köşe kırpma */
    clip-path: polygon(
        0 0,
        100% 0,
        100% 80%,
        85% 100%,
        0 100%
    );

    transition: all 0.3s ease;
}

  .productpage .stat-box-product:hover
  {
    transform: translate(0px,-10px);
    transition: .3s;
  }

  .productpage .stat-box-product::before
  {
    content: "";
    background-color: #8e8e8e0f;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .productpage .product-tt
{
    position: absolute;
    left: 15px;
    bottom: 8%;
    color: #000;
    font-size: 25px;
    font-weight: 500;
}

 .dtybtn
{
    background-color: #0e6eae;
    padding: 10px 15px;
    border:0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
        border-radius: 30px;
}

 .dtyicon
{
    background-color: #0e6eae;
    padding:  10px 15px;
    margin-left:10px;
    border:0px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    transition: .3s;
        border-radius: 30px;
}

 .dtyicon i
{
    transform: rotate(-30deg);
    transition: .3s;
    position: relative;
    display: block;
}

 .btnx:hover .dtyicon
{
    margin-left: 0;
    transition: .3s;
}

 .btnx:hover .dtyicon i
{
    transform: rotate(0deg);
    transition: .3s;
    position: relative;
    display: block;
}
.btnx:hover  .dtybtn
{
        border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btnx:hover  .dtyicon
{
        border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


.news-image-wrapper {
    width: 100%;
    height: 100%;
}


.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-list li:hover {
    color: #023e7c;
}

.news-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .3s ease;
    border-radius: 20px;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-list li {
    padding: 15px 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    transition: color .3s ease;
}

.news-list li:hover,
.news-list li.active {
    color: #023e7c;
}

.news-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    cursor: pointer;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    transition: color .3s ease;
}

.news-title2 {
    flex: 1;
    font-size: 25px;
    font-weight: 500;
    color: #000;
}

.news-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #176fac;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

/* hover & active efekti */
.news-list li:hover .news-icon,
.news-list li.active .news-icon {
    background: #176fac;
    color: #fff;
}


.formpages
{
    position: relative;
    width: 100%;
}

.formpages .formpages-formbg
{
    width: 100%;
    position: relative;
    padding: 5rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.formpages .form-text
{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}


.formbg
{
    background-color: #fff; 
    padding: 4%; 
    border-radius: 15px;
}

.formbg .form-title
{
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}

.formbg .form-tt
{
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
}

.formbg .form-control {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9e9e9;
}



.section5
    {
        position: relative;
        width: 100%;
        margin: 0;
    }

    .section5 .section5Form
    {
        padding: 3rem;
        width:70%;
    }


    .section5Form .section5-title
    {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #176fac;
    }

        .section5Form .section5-text
        {
        font-size: 20px;
        font-weight: 300;
        line-height: 2.2rem;
        color: #000;
        margin-bottom: 15px;
        }

         .docs span
        {
            border-radius: 15px;
            border:1px solid #ededed ;
            display: block;
            width: 100%;
            height: 100%;
          padding: 10px;
        }

        .docs img
        {
            filter: grayscale(1);
            transition: .3s;
        }

     .docs img:hover
        {
            filter: grayscale(0);
            transition: .3s;

        }


  /*footer*/
/* Genel */
.footer {
    font-size: 15px;
    font-weight: 300;
    color: #444;
    padding: 5rem 0px;
    padding-bottom: 0;
}


/* Footer üst */
.footer-top {
border-bottom: 1px solid #ddd;
    padding: 30px 5rem;
    border-top: 1px solid #ddd;
}

.footer-col {
    padding: 0 15px;
}

.footer-col i
{
    margin-right: 5px;
}

.footer-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.footer-subtitle {
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 8px;
}

.footer a {
    text-decoration: none;
    color: #444;
}

.footer a:hover {
    text-decoration: underline;
}

/* Follow & policy */
.footer-middle {
    align-items: center;
    padding: 30px 5rem;
    border-bottom: 1px solid #ddd;
}

.follow-us span {
    margin-right: 10px;
    font-weight: bold;
}

.social-icon {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    font-size: 15px;
}

.footer-links {
    text-align: right;
}

.footer-links a {
    margin-left: 15px;
    font-size: 17px;
}

/* Bottom */
.footer-bottom {
    align-items: center;
    padding: 30px 5rem;
    padding-bottom: 0;

}

.footer-logo img {
    max-height: 30px;
}

.footer-text {
    font-size: 17px;
    color: #777;
    text-align: right;
    line-height: 1.6;
}

/* Responsive */


@media (max-width: 576px) {

    .footer-links,
    .footer-text {
        text-align: left;
        margin-top: 10px;
    }
}



.backToTopBtn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    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: #0e6eae;
    }

    .backToTopBtn:hover {
        background: #155e59;
        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: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 40px;
    display: none;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    background-image: url(../images/menubg-logo.png);
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
}

.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: #09446b;
    padding-left: 10px;
}

.menu-content h4 {
    font-size: 22px;
    font-weight: 500;
    color: #09446b;
    margin-bottom: 10px;
}

.menu-image img {
    border-radius: 10px;
    transition: opacity .3s ease;
}

.dtymenubtn
{
    color: #0e6eae;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
}

.dtymenuicon
{
    color: #fff;
    background-color: #0e6eae;
    font-size: 18px;
    padding: 7px 13px;
    width: 45px;
    border-radius: 50%;
}

.dtymenuicon i
{
    transform: rotate(-30deg);
    transition: .3s;
    position: relative;
    display: block;
}


.btnx:hover .dtymenuicon i
{
    transform: rotate(0deg);
    transition: .3s;
    position: relative;
    display: block;
}

.menuic
 {
    padding: 0px 5rem;
 }


 #intro {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    overflow: hidden;
}

#introImage {
    width: 160px;
    height: auto;
    opacity: 1;
    animation: rotate 2s linear;
    transition: opacity 1s ease;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* Sloganlar */
#slogans {
    position: absolute;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

#slogans.show {
    opacity: 1;
    transform: translateY(0);
}

#slogans h1 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

#slogans h2 {
    font-size:55px;
    font-weight: 300;
      color: #000;
}


#timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

#timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: #dcdcdc;
    transform: translateX(-50%);
}

.work {
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.work:nth-child(odd) {
    left: 0;
    text-align: right;
}

.work:nth-child(even) {
    left: 50%;
    text-align: left;
}

.timeline-relative {
    background: #ffffff;
    padding: 18px 22px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    position: relative;
}

.timeline-relative::before {
    content: '';
    position: absolute;
    top: 22px;
    width: 14px;
    height: 14px;
    background: #0b5ed7;
    border-radius: 50%;
    z-index: 1;
}

.work:nth-child(odd) .timeline-relative::before {
    right: -47px;
}

.work:nth-child(even) .timeline-relative::before {
    left: -47px;
}

.timeline-relative label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #0b1c39;
    margin-bottom: 6px;
}

.timeline-date {
    font-size: 14px;
    font-weight: 500;
    color: #0b5ed7;
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width: 768px) {

    #timeline::before {
        left: 20px;
    }

    .work {
        width: 100%;
        padding-left: 60px;
        padding-right: 20px;
        margin-bottom: 30px;
        left: 0 !important;
        text-align: left;
    }

    .timeline-relative::before {
        left: -38px !important;
    }
}


.pdf-boxes {
    max-width: 1100px;
    margin: 60px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    padding: 0 20px;
}

.pdf-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 20px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.pdf-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.pdf-icon {
    font-size: 42px;
    margin-bottom: 16px;
}

.pdf-box h3 {
    font-size: 15px;
    font-weight: 600;
    color: #0b1c39;
    line-height: 1.4;
}

/* Mobil uyum */
@media (max-width: 576px) {
    .pdf-box {
        padding: 24px 16px;
    }
}


  @media(max-width:1440px){
    .banneralan .carousel-caption {
    position: absolute;
    bottom: 30%;
}

.banneralan .carousel-caption h5 {
    font-size: 40px;
}

.aboutbg .abouttxt {
    font-size: 16px;
}

.banneralan .carousel-caption p {
    font-size: 20px;
}

.productpage .product-title {
    font-size: 35px;
    font-weight: 500;
}

.productpage .product-text {
    font-size: 18px;
}

.section5Form .section5-title {
    font-size: 35px;
}

.section5 .section5Form {
    padding: 1rem;
    width: 80%;
}

.section5Form .section5-text {
    font-size: 18px;
}

.newspage .news-slogan {
    font-size: 35px;
}

.newspage .news-text {
    font-size: 18px;
}

.news-title2 {
    font-size: 20px;
}

.formbg .form-title {
    font-size: 22px;
}

.footer-text {
    font-size: 15px;
}

  }

    @media(max-width:1192px){
.urunmenutitle {
    font-size: 25px;
}

.menu li a {
    font-size: 17px;
}

    .banneralan .carousel-caption h5 {
        font-size: 30px;
    }

        .section5 .section5Form {
        padding: 2rem;
    }



    }

     @media(max-width:1024px){
    .menubg .navbar .navbar-nav li a {
    font-size: 14px;
}

.menubg .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px;
}
     }

       @media(max-width:992px){
     .menubg .navbar .navbar-brand img {
    transition: ease-in-out .5s;
    max-height: 40px;
}

    .productpage .product-title {
        font-size: 30px;
        font-weight: 500;
    }

        .section5Form .section5-title {
        font-size: 30px;
    }

        .newspage .news-slogan {
        font-size: 30px;
    }

    #slogans h1 {
    font-size: 40px;
    }

#slogans h2 {
    font-size: 30px;
}


       }

    @media(max-width:768px){

        .banneralan .carousel-caption
 {
        position: absolute;
        bottom: 25%;
    }
.aboutbg {
    position: absolute;
    left: 4%;
    bottom: 5%;
    width: 35%;
}

    .aboutbg .abouttxt {
        font-size: 13px;
    }

    .banneralan .carousel-caption {
    bottom: 20%;
    padding: 0px;
}

    .banneralan .carousel-caption h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .banneralan .carousel-caption p {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .banneralan .dtybtn {
    padding: 13px 15px;
    font-size: 14px;
}

 .dtybtn {
    padding: 13px 15px;
    font-size: 14px;
}

.news-title2 {
        font-size: 16px;
    }

    }

    @media(max-width:425px){
.menuic {
    padding: 0px 2rem;
}

.carousel-indicators {
    display: none;
}
    .aboutbg {
        width: 65%;
    }

        .aboutbg .abouttxt {
        font-size: 12px;
    }

    .mySwipernews {
    padding: 5px;
}

.stat-box-swiper .hbr-title {
    font-size: 20px;
}

    .section5 .section5Form {
        padding: 2rem;
        width: 100%;
    }

.formbg .form-title {
        font-size: 17px;
    }

    .formbg .form-tt {
    font-size: 15px;
}

.footer-top {
    padding: 20px 2rem;
}

.footer-middle {
    padding: 20px 2rem;
}

.footer-links a {
    margin-left: 0px;
    font-size: 14px;
    margin-right: 10px;
}

.footer-bottom {
    padding: 20px 2rem;
}

    #slogans h1 {
        font-size: 30px;
    }

        #slogans h2 {
        font-size: 20px;
    }

    .formpages .formpages-formbg {
    padding: 2rem;
}

.footer-title {
    font-size: 18px;
}

.footer-col p
{
    font-size: 14px;
}

.footer a {
    text-decoration: none;
    color: #444;
    font-size: 14px;
}

    }



.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

    .popup-overlay.active {
        display: flex;
    }

.popup-content {
    background: #ffffff;
    padding: 40px 30px;
    max-width: 480px;
    width: 90%;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    animation: popupScale 0.3s ease;
}

    .popup-content span {
        display: block;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .popup-content p {
        font-size: 15px;
        color: #555;
        margin-bottom: 25px;
    }

    .popup-content button {
        background: #0d6efd;
        color: #fff;
        border: none;
        padding: 12px 30px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px;
    }

        .popup-content button:hover {
            background: #0b5ed7;
        }

@keyframes popupScale {
    from {
        opacity: 0;
        transform: scale(0.85);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


.pageBanner {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #141212;
}

    .pageBanner::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #00000054;
        z-index: 9;
    }

.pageBannerimg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.pageBannerTitle {
    position: relative;
    color: #fff;
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 200;
    width: 60%;
    margin-bottom: 20px;
}

.pageBannerText {
    position: relative;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    width: 75%;
}

.pageTextBox {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 75%;
    z-index: 10;
}


.pageSection {
    position: relative;
    padding: 5rem 0px;
    margin: 0;
    background-color: #f2f2f2;
}

.pageLeftBar {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 15px;
}

.leftBarul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #d0d3d6;
    border-top-right-radius: .375rem;
    border-top-left-radius: .375rem;
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

    .leftBarul .leftbarli {
        text-align: left;
        font-size: 1rem;
        line-height: 1.5rem;
        border-left: .375rem solid #fff;
        background-color: #fff;
        transition: .2s;
        margin-bottom: 1px;
    }

        .leftBarul .leftbarli:hover {
            text-align: left;
            font-size: 1rem;
            line-height: 1.5rem;
            transform: translate(0.375rem, -6px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
            box-shadow: 0 16px 35px -12px rgba(0, 0, 0, .25), 0 8px 21px -9px rgba(0, 0, 0, .3);
            border-bottom-right-radius: .375rem;
            border-bottom-left-radius: .375rem;
            transition: .2s;
        }


        .leftBarul .leftbarli.activelink {
            text-align: left;
            font-size: 1rem;
            line-height: 1.5rem;
            background-color: #0067ab;
            border-left: .375rem solid #061e2f;
        }

            .leftBarul .leftbarli.activelink:hover {
                text-align: left;
                font-size: 1rem;
                line-height: 1.5rem;
                border-left: .375rem solid #061e2f;
                transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
                box-shadow: none;
            }

        .leftBarul .leftbarli a {
            text-decoration: none;
            color: #000;
            font-size: 1rem;
            line-height: 1.5rem;
            text-align: left;
            padding: 1rem;
            width: 100%;
            height: 100%;
            display: block;
        }

        .leftBarul .leftbarli.activelink a {
            text-decoration: none;
            color: #fff;
            font-size: 1rem;
            line-height: 1.5rem;
            text-align: left;
            padding: 1rem;
            width: 100%;
            height: 100%;
            display: block;
        }

.rich-text {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    line-height: 1.5rem;
}

    .rich-text .page-title {
        color: #090f29;
        font-weight: 300;
        line-height: 1.1;
        font-size: 2rem;
        margin-bottom: 20px;
    }



    .rich-text p, .rich-text ul li {
        font-size: 1rem;
        line-height: 1.5rem;
        word-break: break-word;
        text-wrap: pretty;
    }

    .rich-text ul {
        list-style-type: disc;
        padding-left: 1.5rem;
    }

    .rich-text :first-child {
        margin-top: 0;
    }

.blog-title {
    font-size: 3.25rem;
    font-weight: 200;
    color: #090f29;
    line-height: 1;
    margin-bottom: 15px;
}



.BlogBox {
    background-color: transparent;
    border-radius: 10px;
    padding: 1.5rem 2rem;
    height: 350px;
    width: 100%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: .5s;
}


    .BlogBox:hover {
        transition: .5s;
        transform: translate(0px,-5px);
    }


    .BlogBox::before {
        content: "";
        background-color: #000;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.5;
        border-radius: 15px;
    }

.BlogBoxtext {
    position: absolute;
    bottom: 30px;
    left: 25px;
    display: flex;
    flex-direction: column;
}

    .BlogBoxtext .BlogBoxtitle {
        color: #fff;
        font-weight: 300;
        line-height: 1.1;
        font-size: 2rem;
    }



.contactPage .contactTitle {
    font-size: 30px;
    color: #0e3d75;
    font-weight: bold;
    margin-bottom: 15px;
}

.contactPage h4 {
    font-size: 25px;
    color: #000;
    margin-bottom: 15px;
}

.contactPage a {
    text-decoration: none;
    color: #0e3d75;
}

.contactPage p {
    font-weight: 300;
    font-size: 16px;
}


.contactPage i {
    color: #000;
    font-size: 20px;
    margin-right: 10px;
}


.pdf-list {
    position:relative;
}

.pdf-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 22px;
    margin-bottom: 14px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    text-decoration: none;
    color: #1a1a1a;
    transition: all 0.25s ease;
}

    .pdf-item:hover {
        border-color: #c62828;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
        transform: translateY(-2px);
    }

.pdf-icon {
    min-width: 48px;
    height: 48px;
    background: #c62828;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 26px;
}

.pdf-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

/* Mobil uyum */
@media (max-width: 576px) {
    .pdf-item {
        padding: 14px 16px;
        gap: 14px;
    }

    .pdf-text {
        font-size: 15px;
    }
}

.imgbox {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    position: relative;
    overflow: hidden;
    height: 250px;
    width:100%;
}

    .imgbox img {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.tarih-alani {
    font-size: 14px;
    color: #444;
}


@media (max-width: 576px) {

    .pageSection {
        padding: 3rem 0px;

    }

    .pageBannerTitle {
        font-size: 2.1rem;
        line-height: 1.2;
        padding: 0px 20px;
    }

    .pageBannerText {
        width: 100%;
        padding: 0px 20px;
    }

    .BlogBoxtext .BlogBoxtitle {
        font-size: 1.5rem;
    }

    .pageTextBox {
        width: 100%;

    }
}