@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat/static/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat/static/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/* Bootsrapp en lazim olan kisimlar  Baslangic */
* {
  font-family: "Montserrat", serif !important;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  line-height: 1.6;
  margin: 0;
}
.p-2 {
  padding: 20px;
}
.p-05 {
  padding: 5px;
}

.p-0 {
  padding: 0 !important;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px;
}
.container-fluid {
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.col {
  flex: 1 0 0%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,
.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,
.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,
.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Responsive Grid: Small Devices (sm) */
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Responsive Grid: Medium Devices (md) */
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Responsive Grid: Large Devices (lg) */
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Responsive Grid: Extra Large Devices (xl) */
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Responsive Grid: Extra Extra Large Devices (xxl) */
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Mobil için genel başlık ayarları */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
  line-height: 1.2;
}

/* h1 - Mobil için 1.75rem, daha büyük cihazlarda 2.5rem */
.h1 {
  font-size: 1.75rem;
  /* 28px */
}

@media (min-width: 576px) {
  .h1 {
    font-size: 2.5rem;
    /* 40px */
  }
}

/* h2 - Mobil için 1.5rem, daha büyük cihazlarda 2rem */
.h2 {
  font-size: 1.5rem;
  /* 24px */
}

@media (min-width: 576px) {
  .h2 {
    font-size: 2rem;
    /* 32px */
  }
}

/* h3 - Mobil için 1.25rem, daha büyük cihazlarda 1.75rem */
.h3 {
  font-size: 1.25rem;
  /* 20px */
}

@media (min-width: 576px) {
  .h3 {
    font-size: 1.75rem;
    /* 28px */
  }
}

/* h4 - Mobil için 1.125rem, daha büyük cihazlarda 1.5rem */
.h4 {
  font-size: 1.125rem;
  /* 18px */
}

@media (min-width: 576px) {
  .h4 {
    font-size: 1.5rem;
    /* 24px */
  }
}

/* h5 - Mobil için 1rem, daha büyük cihazlarda 1.25rem */
.h5 {
  font-size: 1rem;
  /* 16px */
}

@media (min-width: 576px) {
  .h5 {
    font-size: 1.25rem;
    /* 20px */
  }
}

/* h6 - Mobil için 0.875rem, daha büyük cihazlarda 1rem */
.h6 {
  font-size: 0.875rem;
  /* 14px */
}

@media (min-width: 576px) {
  .h6 {
    font-size: 1rem;
    /* 16px */
  }
}


/* Bootsrapp aslinda en lazim olan kisimlar  Bitis */


/* header */
.ttm-header-wrap {
    background-color: transparent;
    position: relative;
    z-index: 999;
    width: -webkit-fill-available;
}

.right-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width:768px) {
  .ttm-header-wrap {
    background-color: #fff;
    height: 85px;
  }




}


/* About Section Start*/
.about .text-inner {
  padding: 25px;
}

.about .resim{
  
}

.about p {
  margin: revert;

}


/* About Section End */


.like-ul {
  display: block;
  list-style-type: disc;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

.like-li {
  display: inline-flex;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}

.footer .like-li {
  display: block;
  text-align: left;
}

.footer .like-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contents {
  padding: 30px;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  margin: 4px;
  border-radius: 15px;
}

.layoutmanager img {
  max-height: max-content !important;
}

.contents h2 {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.contents li {
  margin-left: 15px;
  color: white;
}


.contents li a {
  margin-left: 15px;
  color: white;
}




.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #2a3959;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;

  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: 15px;
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: white !important;
  border-radius: 12px;
}

.animated-button:hover a {
  color: white !important;
}

.animated-button:hover svg {
  fill: white !important;
}


.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #212121;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #2a3959;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

.right-bar .icon {
  font-size: 26px;
  background-color: white;
  padding: 8px;
  margin-left: -33px;
  width: 50px;
  height: 50px;
}

.right-bar .icon i {
  background: white;
  width: 30px;
  height: 18px;
  position: relative;
  left: 3px;
  top: 5px;
  display: block;
  -webkit-mask-repeat: no-repeat;
}

.right-bar .icon {
  background: #010828;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.right-bar .sum {
  padding-right: 5px;
  text-align: left;
  padding-left: 10px;
  font-size: 12px;
}

.right-bar strong {
  font-weight: 600;
  font-size: 14px;
}

li.address p {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 20px;
  padding-top: 17px;
}



body {
  font-family: "Poppins", sans-serif !important;
}

.maincontent {
  font-family: "Poppins", sans-serif !important;
}

body .page {
  position: relative;
  z-index: 10;
}

li::marker {
  font-weight: bold !important;
}

.top-menu li {
  display: inline-flex;
  margin-right: 10px;
}

.top-menu ul {
  padding: initial
}

.slider-badge{
  color: #0080d2;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  border-radius: 20px;
  background: linear-gradient(358deg, rgba(30, 99, 255, .1) -1077.15%, rgba(24, 124, 255, .1) -690.64%, rgba(18, 143, 255, .1) -213.19%, rgba(12, 169, 255, .1) 218.79%, rgba(6, 194, 255, .1) 764.46%, rgba(0, 219, 255, .1) 1196.44%);
  padding: 5px 20px;
  display: inline-block;  
}

#menu .like-li {
  list-style: none !important;
}

.main-slider h2 {
  color: #000b47;
  font-size: 50px;
}

.main-slider p {
  color: #555555;
  line-height: 2;
}

.top-menu {}

.ttop-menu {
  background-color: #25613a;

}

.top-menu li a {
  color: #fff;
}
.top-svg{
  position: absolute;
}
/* *********** TOP MENÜ *************** */
a:hover {
  text-decoration: none;
}

.top-bar {
  background: #0ea1ff;
  padding: 20px 0;
}

.top-bar .contact-col {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}


.top-bar .lang-setting {
  display: flex;
  ;
}


.top-bar .contact-col .lang-selectors {
  align-items: center;
  display: flex;
}

#menu .lang-selectors{
  display: inline-flex !important;
}

.top-bar .contact-col li {
  display: inline-flex;
  align-items: center;
}

.top-bar .contact-col li {
  display: inline-flex;
  align-items: center;
}

.top-bar .contact-col .icon {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.top-bar .contact-col .sum {
  display: inline-flex;
  align-items: center;
}

.top-bar .contact-col .sum p {
  color: white;
}


.top-bar .social-media-col i {
  height: 25px;
  width: 25px;
  position: relative;
  background-color: white !important;
  background: white !important;
  display: block;
  mask-repeat: no-repeat;
  -webkit-mask-position-x: right;
  margin-right: 15px;
}

.top-bar .social-media-col {
  display: flex;
  justify-content: flex-end;
}

.top-bar .contact-col i {
  height: 25px;
  width: 25px;
  position: relative;
  background-color: white;
  display: block;
  mask-repeat: no-repeat;
  -webkit-mask-position-x: right;
}

.ttm-topbar-wrapper {
  line-height: 48px;
}

.ttm-topbar-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.top-info {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.top-info li {
  padding-right: 15px;
}

.top-info li a {
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
}

.top-info li a i {
  padding-right: 4px;
  font-size: 18px;
  background: white;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.ttm-topbar-content .topbar-right .list-inline {
  display: inline-block;
  line-height: 49px;
}

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}

.social-icons li {
  display: inline-block;
  border: none;
  margin: 0 3px;
}

.social-icons li a {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.social-icons li a i {}

.fbody .fa-instagram {
  background-color: black !important;
  background: black !important;
}

.fa-instagram {
  background-color: white !important;
  background: white !important;
}

.straight-stick {
  font-size: 29px;
  margin-left: 25px;
  margin-right: 25px;
  color: #fff;

}

.header-lang {
  height: 35px;
  width: 35px;
}

@media (max-width:768px) {
  .header-lang {
    height: 30px;
    width: auto;
    object-fit: cover;
  }

  .lang-setting {
    padding-inline-start: 0px;
    text-align: center;
  }

  .site-branding img {
    top: 0 !important;
    height: 82px !important;
    width: auto;
  }

  .top-bar .contact-col i {
    top: 0px !important;
  }

  .page-title-heading h1 {
    text-align: center;
  }

  .breadcrumb-wrapper {
    text-align: center !important;
  }

  .dinc-articles2-slider .slider-badge{
    justify-self: center;
    text-align:center;
    display: flex;
  }


}

.social-icons li a:hover {
  box-shadow: inset 0 0 0 3px #fff;
  color: white !important;
}

.site-branding a,
.site-branding img {
  transition: all 0.3s ease-in-out 0s;
}

.site-branding img {
  max-height: 90px;
  height: 90px;
  position: relative;
  top: 12px;
}

.site-branding2 img {
  height: 50px;
}

.branding .buttons {
  height: 99px;
}

.right-bar ul {
  display: flex;
  list-style: none;
  align-items: center;
  margin-top: 16px;
}

.right-bar ul li {
  padding-left: 10px;
}

.right-bar ul li,
.right-bar ul li a {
  display: flex;
  position: relative;
  top: 15px;
  color: #0d3044 !important;
}

@media (max-width:768px) {
  .contact-svg svg {
    position: relative !important;
  }
}

li.address {
  max-width: 280px;
}

.buttons li {
  height: 90px;
}

.right-bar .icon {
  font-size: 26px;
  background-color: white;
  padding: 8px;
  margin-left: -33px;
  width: 50px;
  height: 50px;
}

.right-bar .icon i {
  background: white;
  width: 30px;
  height: 18px;
  position: relative;
  left: 3px;
  top: 5px;
}

.right-bar .icon {
  background: #010828;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.right-bar .sum {
  padding-right: 5px;
  text-align: left;
  padding-left: 10px;
  font-size: 12px;
}

.right-bar strong {
  font-weight: 600;
  font-size: 14px;
}

li.address p {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 20px;
  padding-top: 17px;
}

.buttons li:last-child p {
  margin: 0;
}

.ttm-bgcolor-white {
  background-color: #fff;
}

.site-branding2 {
  display: none;
  height: 65px;
  line-height: 65px;
}

.home-link {
  line-height: 65px;
}

.site-navigation {
  position: relative;
  align-items: center;
  display: flex;
}

#site-header-menu #site-navigation .menu ul {
  padding: 0px;
  margin: 0px;
  color: #000000;
}

#site-header-menu #site-navigation .menu>ul>li {
  display: inline-block;
  position: relative;
  margin-left: -4px;
}

#site-header-menu #site-navigation .menu>ul>li>a {
  font-weight: 300;
  color: #000000;
}

#site-header-menu #site-navigation .menu ul li ul>li:not(:last-child) {
  border-bottom: 1px solid #ffffff00;
  border-bottom-color: rgb(255 255 255 / 32%);
}

#site-header-menu #site-navigation .menu ul ul>li {
  position: relative;
}

#site-header-menu #site-navigation .menu>ul li ul li a {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}

#site-header-menu #site-navigation .menu ul ul li:last-child {
  border: none;
}

.ttm-menu-toggle {
  float: right;
}

.ttm-menu-toggle input[type="checkbox"] {
  display: none;
}

.ttm-header-icons,
.ttm-header-icon {
  position: relative;
  height: 65px;
  line-height: 65px;
  float: right;
}

.ttm-header-icons {
  padding-left: 5px;
}



.ttm-header-icons .ttm-header-cart-link a,
.ttm-header-icons .ttm-header-search-link a {
  font-size: 15px;
  border-radius: 3px;
  height: 27px;
  width: 27px;
  line-height: 27px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  z-index: 9;
  position: relative;
}

.ttm-header-icons .ttm-header-cart-link a i,
.ttm-header-icons .ttm-header-search-link a i {
  font-weight: 900;
}

.mobile-menu ul {
  padding: 25px;
  overflow-y: auto;
  background-color: white;
  border-radius: 25px;
}

.mobile-social-menu {
  position: absolute;
  bottom: 70px;
  display: block;

}

.mobile-social-menu li {
  width: 20px;
  height: 20px;
  padding: 25px;
}

.mobile-social-menu li a {
  margin-top: -10px;
  display: block;
  margin-left: -9px;
}

.mobile-social-menu li a i {
  font-size: 21px;
}

#site-header-menu #site-navigation .menu ul {
  padding: 0px;
  margin: 0px 30px;

}

#site-header-menu #site-navigation .menu>ul>li {
  margin-left: -4px;
}

.ttm-sepline {
  display: none !important;
}

.mobile-social {
  display: none;
}



.mobile-show {
  display: block !important;
}


body .site-main {
  position: relative;
  z-index: 9;
}

.main-slider {
  height: 850px;
  position: relative;
}

.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 90px;
}

.fixed-header .site-branding img {
  position: relative;
  top: 0;
  height: 70px;
}



textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
  font-family: inherit;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  text-transform: inherit;
  line-height: inherit;
}

.ttm-search-overlay .ttm-site-searchform button {
  padding: 0;
  font-size: 21px;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  width: 70px;
  border: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.95);
  height: 59px;
  text-align: center;
  display: block;
  color: #fff;
  margin-top: 7px;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  text-decoration: none;
  line-height: 21px;
  font-weight: 500;
  border-radius: 0;
  transition: all 0.25s ease;
  outline: none !important;
  -webkit-font-smoothing: antialiased;
}

a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: none;
  color: #000000;
}

a {
  color: #000000;
}

.mobile-menu {
  display: none;
}

.mobile-menu ul.th-menudropdown.sub-menu.active {
  display: block !important;
  position: relative;
  width: 100%;
  overflow: visible;
}

.mobile-menu ul.th-menudropdown.sub-menu {
  display: none !important;
}

li.has-submenu .sub-menu {
  margin-top: 0px;
  position: absolute;
  display: none;
  width: 130px;
  left: 0;
}

/* SLİDER */
.main-slider .item .content {
  position: absolute;
  display: flex;
  width: 40%;
  height: 100%;
  top: 0;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}

.main-slider .item .content .inner {
  position: relative;
  height: 300px;
}

.cbody {
  padding: 30px 30px;
  position: relative;
  border-radius: 20px;
}

.name-slider {
  color: #010828;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  left: 2px;
}

.cbody .sum {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: auto;
  margin-bottom: 5px;
  overflow: hidden;
}

.block-head h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: black;
  margin-bottom: 20px;
}

.cbody h2 {
  font-weight: 700;
  font-size: 24px;
}

.n-button {
  color: black !important;
  border-width: 2px;
  border-style: solid;
  border-color: #337569;
  position: relative;
  display: inline-block;
  padding: 6px 19px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.n-button:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.n-button:before,
.n-button:after {
  content: "";
  display: block;
  position: absolute;
  border-color: #337569;
  box-sizing: border-box;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}



.main-slider img {
  height: 850px;
  min-height: 500px;

  object-position: 84%;
}




/* FOOTER */

.second-footer{
  padding: 50px 0 0 0 ;
}

.fbody {
  background:#eef6ff;
  overflow-x: hidden !important;
}

.footer .widget {
  margin: 20px 0 10px;
}

.ttm-btn.btn-inline {
  font-weight: 500;
}

a,
.site-branding a,
#site-header-menu #site-navigation .menu ul li>a,
.ttm-header-icon,
.header-btn,
a.ttm-btn,
i.ttm-btn,
a.nav-link,
.ttm-header-style-infostack .ttm-custombutton a,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a,
.social-icons li>a,
.accordion .toggle-title a {
  transition: all 0.3s ease-in-out 0s;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 16px;
  right: 10px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float i {
  font-size: 40px;
  width: 30px;
  height: 35px;
  background: white;
}


.float2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 95px;
  right: 10px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float2 i {
  font-size: 40px;
  width: 30px;
  height: 35px;
  background: white;
}

.widget-area {
  position: relative;
  display: flex;
  justify-content: center;
}

.footer .widget .widget-title {
  margin-bottom: 17px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: #035963;
  text-align: center;
}

.widget .widget-title {
  font-size: 23px;
  line-height: 28px;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .widget ul>li {
  padding: 0 0 12px 0;
  display: inline-flex;
}

.widget ul>li {
  position: relative;
}

.footer .social-icons li>a,
footer ul li>a,
.ttm-topbar-content a,
.ttm-textcolor-white a {
  color: rgb(0, 0, 0);
}

.footer .bottom-footer-text {
  position: relative;
  background-color: transparent;
}

.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  border-top: 1px solid #00000021;
}

.dots-area {
  position: relative;
  z-index: 99;
  bottom: 125px;
  left: 4%;
  height: 60px;
  width: 250px;
}

.animated-button a {
  padding: 15px !important;
}


.dots-inner {
  display: inline-flex;
}



.dots-area .dots img {
  height: 50px;
  width: 50px;
  margin-left: 10px;
  border-radius: 50%;
  border: 2px solid #010828;
  object-fit: cover;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  object-position: right;
}

.owl-dot.active span {
  background-color: #010828;
}

.widget.widget_nav_menu a {
  color: #474747;
  line-height: 2;
}

.widget.widget_nav_menu h4 {
  text-align: left;

}

.jumbotron {
  background-color: none;
}

/* #menu-footer-quick-links .like-li a:before {
   content: "";
   background-color: #fff;
   width: 6px;
   height: 6px;
   position: absolute;
   left: 0;
   top: 9px;
   border-radius: 50px;
} */
.custom-btn {
  width: 165px;
  height: 45px;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.btn-8 {
  background-image: linear-gradient(315deg, #ffffff 0%, #aac1cd 74%);
  line-height: 42px;
  padding: 0;
  border: none;
}

.btn-8 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-8:before,
.btn-8:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #607d8b;
  transition: all 0.3s ease;
}

.btn-8:before {
  height: 0%;
  width: 2px;
}

.btn-8:after {
  width: 0%;
  height: 2px;
}

.btn-8:hover:before {
  height: 100%;
}

.btn-8:hover:after {
  width: 100%;
}

.btn-8:hover {
  background: transparent;
}

.btn-8 span:hover {
  color: #c797eb;
}

.btn-8 span:before,
.btn-8 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #607d8b;
  transition: all 0.3s ease;
}

.btn-8 span:before {
  width: 2px;
  height: 0%;
}

.btn-8 span:after {
  height: 2px;
  width: 0%;
}

.btn-8 span:hover:before {
  height: 100%;
}

.btn-8 span:hover:after {
  width: 100%;
}

.abouts {
  position: relative;
}

.about {
  padding: 50px 0;
}

.about .view-all{
  width: -webkit-fill-available;
}

.about .animated-button {
  width: 100%;
}

.about .animated-button:hover .circle {
  width: 100%;
}

.about .animated-button .circle {
  background-color: #010828;
}

.dinc-articles .owl-dot span {
  border: 1px solid #010828 !important;
}

.ab-icerik {
  position: relative;
  z-index: 9;
  color: black;
  padding: 0px 50px 30px 50px;
}


.ab-sub-title {
  color: #98d6ff;
  font-weight: 600;
  position: relative;

  display: inline-block;
}


.ab-summary {
  position: relative;
  z-index: 2;
}


ul.about-s {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

ul.about-s li {
  width: 50%;
  position: relative;
}

ul.about-s li a {
  background: #b0bec585;
  display: flex;
  margin: 0px 31px 15px 0px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 13px;
  z-index: 0;
  padding-bottom: 13px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

ul.about-s i {
  font-size: 26px;
  float: left;
  background-color: #eceff1;
  border-radius: 5px;
  margin: 0 10px;
  width: 40px;
}

ul.about-s li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #cfd8dc;
  top: 0;
  left: -100%;
  transition: 0.7s all;
  z-index: -1;
  display: block;
}

ul.about-s li a:hover:after {
  left: 0 !important;
}


.ab-icerik .animated-button {
  background-color: #0070b9;
  color: white !important;
  border-radius: 5px !important;
}

.ab-icerik .animated-button a {
  color: white !important;
}

.ab-icerik .animated-button svg {
  fill: white !important;
}

.ab-icerik h2 {
  font-size: 135px;
  font-weight: 800;
  position: relative;
  bottom: 38px;
  color: #0070b9;
}

.title-box {
  display: table;
  width: 100%;
}

.title-box .page-title-heading,
.breadcrumb-wrapper {
  display: block;
  vertical-align: middle;
  text-align: center;
}

.title-box .page-title-heading,
.breadcrumb-wrapper {
  text-align: left;
}

@media (max-width:768px) {
  .page-title-heading h1 {
    font-size: 18px !important;
    line-height: normal !important;
  }
}

.page-title-heading h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 6px;
  position: relative;
  text-align: center;
}

.breadcrumb-wrapper {
  text-align: center;
}

.breadcrumb-wrapper .breadcrumb-wrapper-inner {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 15px;
  display: inline-block;
  margin: auto;
  text-align: center;
}

.breadcrumb-wrapper a,
.breadcrumb-wrapper span {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 19px;
}

.breadcrumb-wrapper span:last-child {
  color: black !important;
  font-weight: 600;
}

.ttm-page-title-row {
  background: white;
}

/* CARD1 */
.dinc-articles {
  padding: 120px 0 50px 0px;
  margin-top: 50px;
}

.dinc-articles .box-art {
  position: relative;
  transition: 1.5s all;
  overflow: hidden;
  margin: 5px;
  height: 540px;
  border-radius: 15px;
}

.btn-primary {
  background-color: #010828;
  border-color: #010828;
}

.btn-primary:hover {
  background-color: #010828;
  border-color: #010828;
}

.dinc-articles .box-art img {
  height: auto;
  object-fit: cover;
  opacity: 0.8;
  border-radius: 15px;
}

.dinc-articles .news-detail {
  position: absolute;
  transition: 0.5s all;
  width: 100%;
}

.dinc-articles .news-detail h3 {
  font-size: 20px;
}

.news-detail {
  margin-top: 20px;
}




.box-art:hover img {
  transform: scale(1.1);
  opacity: 1;
}

.box-art img {
  transition: all 400ms ease;
}

/* CARD2 */
.contenttitle {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #4e4e4e;
}

.sitenitasarlacom-icerik2 {
  padding: 45px 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}


.lazyKukumavNet {
  display: block;
  width: 100%;
}

.cont-marka-baslik {
  font-size: 25px;
  color: #3b3b39;
}

.cizgiduz::after {
  position: absolute;
  position: absolute;
  content: "";
  height: 1px;
  width: 80%;
  top: 19px;
  background: #3b3b39;
  margin: 0 0 0 14px;
}

.conicon {
  display: flex;
  align-items: center;
}

.conicon .resim {
  padding-right: 10px;
  width: 75px !important;
  height: 65px !important;
}

.conicon .resim img,
.conicon .resim figure {
  width: 65px !important;
  height: 65px !important;
  display: block;
  position: relative;
}

.deneme {
  width: 50px;
  height: 50px;
  background: red;
}

.anab1 {
  font-weight: bold;
  font-size: 45px;
  color: #4e4e4e;
  line-height: 1.1;
}

/* YORUMLAR */
.comments:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  opacity: 0.4;
}

.comments {
  position: relative;
}

.comments .item:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 31px;
  -webkit-mask-image: url(rd-fonts/quote-left.svg);
  mask-image: url(rd-fonts/quote-left.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background: #688493;
  margin-left: 5px;
}

.comments .item:after {
  content: "";
  position: absolute;
  bottom: 7px;
  font-size: 35px;
  right: 30px;
  -webkit-mask-image: url(rd-fonts/quote-right.svg);
  mask-image: url(rd-fonts/quote-right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background: #688493;
  margin-left: 5px;
}

.comments p.content {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
  overflow: hidden;
  text-align: center;
  padding-left: 20px;
}

.comments .item {
  padding: 15px;
  border-radius: 20px;
  border: 3px solid lightgray;
}

#totop.top-visible {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

#totop.top-visible i {
  width: 20px;
  height: 20px;
  background: white;
  mask-repeat: no-repeat;
}

#totop {
  font-weight: 900;
  position: fixed;
  right: 100px;
  z-index: 999;
  height: 0;
  width: 0;
  text-align: center;
  padding-top: 3px;
  line-height: 34px;
  border-radius: 3px;
  background-color: #0ea1ff !important;
  color: #fff !important;
  bottom: 20px;
}

.featured-imagebox.featured-imagebox-post.ttm-box-view-top-image {
  box-shadow: 0 0 15px 0 rgba(41, 61, 88, 0.1);
  margin-bottom: 20px;
}

.ttm-post-format-icon {
  display: none !important;
  background: black;
}

.ttm-post-thumbnail img {
}

.card-detail-sec{
  padding: 10px 0px;
  background-color: #1a1a3b;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-detail-sec .read-more {
  color: white;
  text-align: center;
}

.ttm-box-post-date {
  display: block;
  position: relative;
  color:white
}

.featured-imagebox-post.ttm-box-view-top-image .featured-content {
  padding: 20px 20px;

}

.post-title.featured-title {
  width: 100%;

}

.cat-badge {
  position: absolute;
  top: 153px;
  left: 35px;
  background-color: aliceblue;
  padding: 5px;
  border-radius: 5px;
}

.featured-title h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  margin: 0;
}

.featured-imagebox-post.ttm-box-view-top-image .post-desc {
  padding-top: 0px;
}

.post-desc.featured-desc p {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.widget .new-si li a {
  width: 38px;
  height: 38px;
  font-size: 24px;
  padding-top: 6px;
  border-radius: 0px;
  margin-top: 30px;
}

.owl-theme .owl-controls .owl-nav div.owl-prev:before {
  -webkit-mask-image: url(rd-fonts/angle-left.svg);
  mask-image: url(rd-fonts/angle-left.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background: white;
  content: "" !important;
  margin-left: 6px;
  margin-top: 0px;
}

.owl-theme .owl-controls .owl-nav div.owl-next:before {
  -webkit-mask-image: url(rd-fonts/angle-right.svg);
  mask-image: url(rd-fonts/angle-right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background: white;
  content: "" !important;
  margin-left: 6px;
  margin-top: 0px;
}

.dinc-articles .owl-theme .owl-controls .owl-nav div.owl-next:before {
  margin-top: 8px;
  margin-left: 12px;
}


.dinc-articles .owl-theme .owl-controls .owl-nav div.owl-prev:before {
  margin-top: 8px;
  margin-left: 8px;
}

.owl-theme .owl-controls .owl-nav div.owl-next:hover:before,
.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before {
  background: white;
}

.owl-carousel {
  display: block !important;
}

.owl-carousel .slide-owl-wrap:not(:first-child) {
  display: none !important;
}

.owl-carousel img {
  width: 100% !important;
}

.services-head-image {
  width: 50px;
  height: 50px;
}

.services-head h2 {
  position: relative;
  font-size: 77px;
  color: #202a65;
  font-weight: bold;
  bottom: -75px;
  left: 70px;
  transform: scale(1, 1.6);
  opacity: 0.1;
}



.services-head h3 {
  color: #000b47;
  font-size: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.services-head .slider-badge {
  display: block;
  justify-content: center;
  text-align: center;
  width: max-content;
  margin: auto;

}

.services-head .slider-badge p{
  margin: auto;
}

.play-icon {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 10px 26px;
  background-color: #e91f25;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.52);
  border-radius: 10px;
}

@media (max-width:768px) {
  .post-detail {
    padding: 0px;
  }

  .contentsec {
    padding: 0px;
  }

  .footer .site-owner {
    padding-bottom: 0px !important;
    margin: 5px 0px !important;
}

 
}


.post-detail {}


.pagination {
  justify-content: center;
}

.pagination li a,
.pagination li span {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.pagination li span {
  color: #aeaeae;
}

.pagination li.active span {
  background: #010828;
  color: #fff;
}

.ttm-header-search-link a .fa-search {
  width: 15px;
  height: 15px;
  background: #000;
  display: inline-block;
}

.ttm-search-overlay {
  display: none;
}

.ttm-search-overlay.st-show {
  display: block;
}

.w-search-input .fa-search {
  width: 15px;
  height: 15px;
  background: #fff;
  display: inline-block;
}

.w-search-input .searchform-s::placeholder {
  color: #fff;
}

.menu-footer-contact-links li a {
  display: flex;
  align-items: center;
}

.menu-footer-contact-links li a i {
  width: 18px;
  height: 18px;
  background: #000;
  display: inline-block;
  margin-right: 5px;
}

img {
  max-width: 100%;
}

.dsa-logo img {
  max-height: 33px;
  width: auto;
  margin-top: 10px;
}

.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  width: max-content;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: white;
  border-radius: 100px;
  font-weight: 600;
  color: #2a3959;
  box-shadow: 0 0 0 2px #010828;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: 18px;
  margin-bottom: 16px;
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #2a3959;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;

  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: 15px;
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: white !important;
  background-color: #0070b9;
  border-radius: 12px;
}

.animated-button:hover a {
  color: white !important;
}

.animated-button:hover svg {
  fill: white !important;
}


.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #212121;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #2a3959;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}



svg {
  /* position: absolute; */
}

.wrapper {
  width: 100%;
  overflow: hidden;

}

#containerr {
  height: 120px;
  width: 100%;
  position: relative;
}

#containerr .text {
  position: absolute;
  top: 50%;
  left: 8%;
  margin-left: 50px;
  transform: translate(-50%, -50%);
  font-family: Anton;
  font-size: 66px;
  z-index: 999;
  color: white;
}

#containerr .drop {
  height: 5px;
  width: 6px;
  border-radius: 0;
  background-color: white;
  position: absolute;
  top: 30%;
  left: 23%;
  transform: translate(120%, -800%) scaleX(0.5);
  animation: move 6s cubic-bezier(1, 0.04, 0.74, 0.2) infinite;
}

@keyframes move {
  0% {
    transform: translate(120%, -800%) scaleX(0.2);
    height: 60px;
  }

  30% {
    transform: translate(120%, -20%);
    height: 30px;
  }

  70% {
    transform: translate(120%, 20%);
    height: 30px;
  }

  100% {
    transform: translate(0%, 20%) scaleX(0.2);
    height: 0px;
  }
}

.btn-shine {
  position: relative;
  top: 58%;
  left: -16%;
  padding: 12px 48px;
  color: white;
  background: linear-gradient(to right, #ffffff 0, #ffffff 10%, #010828 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}

@-moz-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 0px;
  }
}

@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 0px;
  }
}

@-o-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 0px;
  }
}

@keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 0px;
  }
}

.widget-logo-area {
  border-radius: 50%;
  background-color: #010828;
}

.navbar-brand__logo {
  display: block;
  margin: auto;
  position: relative;
  /* z-index: 99; */
  background-color: transparent;

  padding: 20px;

}

.copyright p {
  color: #000b47 ;
  display: block;
}

.legal_warning span {
  color: #474747;
  font-size: 14px;
  text-align: center;
}

.marquee {
  height: 21px;
  width: 500%;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.marquee div {
  display: block;
  width: 500%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 25s linear infinite;
}

.marquee span {
  float: left;
  width: 500%;
  color: #474747;
  font-weight: 400;
  font-size: 14px;
}

@keyframes marquee {
  0% {
    left: 25%;
  }

  100% {
    left: -30%;
  }
}

.footer-contact-boxes {
  display: inline-flex;
  border-radius: 50px;
}

.footer-contact-boxes li {
  background-color: transparent;
  border-radius: 54px;
  position: relative;
  /* z-index: 99; */
  padding: 8px;
  list-style: none;
}

.center-div {
  display: flex;
  justify-content: center;
}

.footer-contact-boxes i {
  height: 30px;
  width: 30px;
  display: block;
  margin: auto;
  background-color: #000b47;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position-x: right;
  margin-right: 15px;
  position: relative;
  top: 14px;
}



.footer-contact-box {
  margin-left: 15px;
  width: auto;
}



.wrapper2 {
  width: 100%;
  overflow: hidden;

}

#containerr2 {
  height: 172px;
  width: 100%;
  position: relative;
}

#containerr2 .text2 {
  position: absolute;
  top: 46%;
  left: 27%;
  margin-left: 50px;
  transform: translate(-50%, -50%);
  font-family: Anton;
  font-size: 67px;
  z-index: 999;
  color: white;
}

#containerr2 .drop2 {
  height: 5px;
  width: 7px;
  border-radius: 0;
  background-color: #90d36d;
  position: absolute;
  top: 30%;
  left: 61%;
  transform: translate(120%, -800%) scaleX(0.5);
  animation: move2 6s cubic-bezier(1, 0.04, 0.74, 0.2) infinite;
}

@keyframes move2 {
  0% {
    transform: translate(120%, -800%) scaleX(0.2);
    height: 60px;
  }

  30% {
    transform: translate(120%, -20%);
    height: 30px;
  }

  70% {
    transform: translate(120%, 20%);
    height: 30px;
  }

  100% {
    transform: translate(120%, 20%) scaleX(0.2);
    height: 30px;
  }
}

#videos img {
  border-radius: 5px;
}

.gallery-area img {
  border: 3px solid white;
}

body>div.page>div.site-main>div.gallery-area>div>div>div:nth-child(2)>div>img:nth-child(5) {
  object-position: 0px;
}

body>div.page>div.site-main>div.gallery-area>div>div>div:nth-child(2)>div>img:nth-child(1) {
  object-position: -120px;
}

.btn-shine2 {
  position: relative;
  top: 72%;
  left: 0%;
  padding: 12px 48px;
  color: white;
  background: linear-gradient(to right, #ffffff 0, #ffffff 10%, #010828 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine2 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}

@-moz-keyframes shine2 {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 250px;
  }

  100% {
    background-position: 0px;
  }
}

@-webkit-keyframes shine2 {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 250px;
  }

  100% {
    background-position: 0px;
  }
}

@-o-keyframes shine2 {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 250px;
  }

  100% {
    background-position: 0px;
  }
}

@keyframes shine2 {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 250px;
  }

  100% {
    background-position: 0px;
  }
}

.dinc-articles .owl-theme .owl-controls .owl-nav div {
  padding: 0;
  border: 1px solid #010828;
  height: 45px;
  width: 45px;
  color: #033b4a;
  margin: 0 3px;
  text-align: center;
  z-index: 1;
  background: #010828;
  font-size: 0;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}


.sticky-desktop {
  opacity: 0;
  height: 50px;
  width: 25%;
  background-color: white;
  color: white;
  position: fixed;
  bottom: -25px;
  z-index: 10;
  margin: auto;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sticky-desktop li a {
  background-color: transparent;
}

.form-control {
  border-color: rgba(128, 128, 128, 0.23);

}

.text-muted {
  color: #699099 !important;
}

.btn-success {
  background-color: #010828;
  border-color: #010828;
}

.btn-default {
  background: linear-gradient(358deg, #1e63ff -1077.15%, #187cff -690.64%, #128fff -213.19%, #0ca9ff 218.79%, #06c2ff 764.46%, #00dbff 1196.44%);
  color: #fff;
  display: inline-block;
  padding: 13px 80px 10px 30px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 15px;
}

.btn-default:before {
  position: absolute;
  content: ">";
  font-family: flaticon_medically !important;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: opacity .5s ease-out;
  opacity: 1;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  
}

.btn-default:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #0070b9;
  transition: opacity .5s ease-out;
  opacity: 0;
  z-index: -1;
}

.blog2 .box-art {
  min-height: 400px;
  height: auto;
}


/* Videos area */
.card {
  --blur: 16px;
  --size: clamp(300px, 50vmin, 600px);
  width: var(--size);
  aspect-ratio: 4 / 3;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  color: #000;
  transform: translateZ(0);
}

.card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(calc(1 + (var(--hover, 0) * 0.25))) rotate(calc(var(--hover, 0) * -5deg));
  transition: transform 0.2s;
}

.card__footer {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: red;
  display: grid;
  grid-template-row: auto auto;
  gap: 0.5ch;
  background: hsl(0 0% 100% / 0.5);
  backdrop-filter: blur(var(--blur));

  align-content: center;
}

.card__action {
  position: absolute;
  aspect-ratio: 1;
  width: calc(var(--size) * 0.15);
  bottom: 30%;
  right: 1.5rem;
  transform: translateY(50%) translateY(calc((var(--size) * 0.4))) translateY(calc(var(--hover, 0) * (var(--size) * -0.4)));
  background: #010828;
  display: grid;
  place-items: center;
  border-radius: 0.5rem;
  background: #010828;
  /*   backdrop-filter: blur(calc(var(--blur) * 0.5)); */
  transition: transform 0.2s;
}

.card__action svg {
  aspect-ratio: 1;
  width: 50%;
  fill: white;
}

.card__footer span:nth-of-type(1) {
  font-size: 12px;
}

.card__footer span:nth-of-type(2) {
  font-size: calc(var(--size) * 0.035);
}

.card:is(:hover, :focus-visible) {
  --hover: 1;
}

.gallery-image {
  height: 300px;
  width: auto;
}

.gallery-image img {
  object-fit: cover;
  height: 300px;
  width: 100%;
  padding: 15px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 10px 0;
}

.pagination li {
  margin: 0 5px;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: white;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.pagination a:hover {
  background-color: #f3f4f6;
}

.pagination .active span {
  background-color: #4f46e5;
  color: white;
  border-color: #4f46e5;
}

.pagination .disabled span {
  background-color: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
}

.top-info .contacts a span {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 0;
  transition: max-width 1s ease-in-out;
}

.top-info li a:hover span {
  max-width: 750px;
  overflow: hidden;
}

.lang-selectors a {
  display: inline-flex !important;
  margin-right: 10px;
}

.contacts .fa-envelope {
  height: 35px;
  width: 35px;
}

.dinc-articles2-slider {
  background-color: #edf4ff;
  padding: 50px 0;
}



.info-sec .content {
  background-color: #0070b9;
  margin: 10px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}

.th-hasdropdown .has-submenu .sub-menu {
  position: absolute;
  left: 101px !important;
  top: 0px;
}

.info-sec h4 {
  color: white;
}

.info-sec .title-area {
  padding-top: 25px;
  padding-bottom: 25px;
}



/* === Layout Container (Tüm İçeriği Sarar) === */
.layout-container {
  flex-wrap: wrap;
  gap: 10px;
}

/* === Tek Sütun === */
.layout-column-one {
  width: 100%;
}

/* === İki Sütunlu Yapı === */


.layout-column-two .layout-column {
  width: 48%;
  padding: 10px;
}

/* === Üç Sütunlu Yapı === */
.layout-column-three {
  display: flex;
  justify-content: space-between;
}

.layout-column-three .layout-column {
  width: 32%;
  padding: 10px;
}

/* === İçeriğin Düzenlenebilir Alanı === */
.layout-column-editable {
  min-height: 100px;
}

/* === Metin Alanları === */
.layout-text {
  font-size: 16px;
  line-height: 1.6;
}

.layout-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* === Özel İçerik Blokları === */
.layout-box {
  padding: 20px;
}

.layout-box-highlight {}

/* === Görseller ve Medya Alanları === */
.layout-media {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.layout-media img {
  max-width: 100%;
  height: auto;
}

/* === Buton ve Link Stilleri === */
.layout-button {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
}


/* Genel form ayarları */
form {
  background: white;
}

.b-sec form button {
  background: white;
  width: auto;
  color: navy;
  padding: 10px;
  font-size: 22px;
  margin: 4px 15px;
  border-radius: 8px;
  cursor: pointer;
}

/* Input alanları */
.form-control {
  border-radius: 5px;
  border: 1px solid #ced4da;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  width: 100%;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Label ayarları */
.form-label {
  font-weight: bold;
  color: #555;
}

/* Checkbox ve radio butonları */
.form-check-input {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  cursor: pointer;
}

.form-check-label {
  color: #666;
  font-size: 14px;
}

/* Buton stilleri */
.btn-primary {
  background-color: #007bff;
  border: none;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
  width: 100%;
}

.btn-primary:hover {
  background-color: #0056b3;
}

/* For Responsive */
@media (max-width:993px) {
  .contents li {
    margin-left: 0;
  }

  .contents li a {
    margin-left: 0;
  }

  #menu .social-icons i {
    height: 28px;
    width: 30px;
    background-color: #0070b9 !important;
    background: #0070b9 !important;
    position: relative;
    display: block;
    -webkit-mask-repeat: no-repeat;
    margin: 10px 5px 10px 5px;
  }

  #menu .social-icons {
    justify-content: center;
    display: flex;
  }


  #menu .lang-selectors {
    position: relative;
    top: 12px;
  }

  .top-bar {
    display: none;
  }

  .main-slider {
    display: none;
  }

  .about .resim {
    min-height: 550px;
    overflow: hidden;
    padding: 0;
  }

  .da-vinci .resim {
    display: block;
    margin: auto;
  }

  .services-head h3 {
    color: #000b47;
    font-size: 40px;
    margin-left: 0;
    position: relative;
  }

  .services-head h2 {
    position: relative;
    font-size: 32px;
    color: #202a65;
    font-weight: bold;
    bottom: -57px;
    left: 15px;
    transform: scale(1, 1.6);
    width: 100%;
    opacity: 0.1;
  }

  .legal_warning {
    text-align: center;
  }

  .count-sec .stats {
    padding-bottom: 25px;
    padding-top: 25px;

  }

  .da-vinci .resim img {
    height: 130px;
  }

  .top-bar .social-media-col {
    display: none;
  }

  .about {
    margin-top: 0;
    margin: -1px;
  }

  #menuToggle {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 30px;
    right: 26px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    height: 30px;
    padding: 3px;

  }

  #menuToggle input {
    display: flex;
    width: 31px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 999999;
    justify-content: center;
    align-items: center;
  }

  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #000;
    border-radius: 3px;
    z-index: 9999999999;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  .sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    display: none;
    transition: opacity 0.3s ease-in-out;
    /* Opacity geçiş efekti */
  }

  .sidenav-overlay.active {
    display: block;
    opacity: 1;
  }

  .sidenav-overlay.hidden {
    opacity: 0;
  }

  #menu {
    position: fixed;
    width: max-content;
    height: calc(100vh - env(safe-area-inset-bottom));
    box-shadow: 0 0 10px #85888C;
    padding: 18px 15px 0 15px;
    background-color: #F5F6FA;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    z-index: 99999;
    overflow-y: scroll;
    left: -350px;
    top: 0;
  }



  footer {
    position: relative;
    z-index: 1;
    /* Footer'ın menüden önce gelmesini sağlar */
  }


  /* Menü açılınca sağa kayarak görünmeli */
  #menuToggle input:checked~#menu {
    left: 0px;
  }

  #menu .th-hasdropdown a:not(#menu .th-hasdropdown a:first-child) {
    display: block;
    margin-left: 2px;
    font-size: 14px;
  }

  .copyright p {
    text-align: center;
  }

  #menu .th-hasdropdown a:first-child {
    font-weight: bold;
    text-transform: uppercase;
  }

  #menu .logoimg {
    height: 90px;
  }

  #menu .like-li {
    padding: 1px 0;
    transition-delay: 2s;
    list-style: circle;
    display: grid;
  }

  #menu .like-li p {
    margin: 0;
    font-size: 15px;
  }

  #menu .menu-contacts {
    padding: 10px 0;

  }

  #menu .menu-contacts a i {
    height: 17px;
    width: 14px;
    position: relative;
    display: block;
    margin-right: 10px;
    top: 4px;
    background-color: black;
    mask-repeat: no-repeat;
  }

  #menu .menu-contacts a {
    display: flex;
    font-size: 15px;

  }
  .menu-mobile-top-link{
    font-weight: bold;
    text-transform: uppercase;
  }

  #menu .like-li a:not(#menu .th-hasdropdown a) {
    font-weight: bold;
    text-transform: uppercase;
  }

  #menuToggle input:checked~ul {
    transform: none;
  }

  .mobile-show-nav {
    display: flex !important;
  }

  
.img-davinci{
  height: 125px;
  width: 100px;
}



}

.desktop-hide {
  display: none;
}

.img-davinci{
  height: 125px;
  width: 100px;
}


.contact-boxes .card-contact .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #010828;
  border-radius: 15px;
}

.contact-boxes .card-contact .icon .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: #fff;
}

.contact-boxes .card-contact .slide {
  width: 280px;
  height: 200px;
  transition: 0.5s;
}

.contact-boxes .card-contact .slide.slide1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: .7s;
  transform: translateY(100px);
}

.contact-boxes .card-contact:hover .slide.slide1 {
  transform: translateY(0px);
}

.contact-boxes .card-contact .slide.slide2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  transition: .8s;
  transform: translateY(-100px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;

}

.contact-boxes .card-contact:hover .slide.slide2 {
  transform: translateY(0);
}

.contact-boxes .card-contact .slide.slide2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  bottom: 15px;
  left: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #010828;
}

.contact-boxes .card .slide.slide2 .content p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #414141;
}

.contact-boxes .card-contact .slide.slide2 .content h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 24px;
  text-align: center;
  color: #414141;
}

.contact-boxes .card-contact i {
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-mask-repeat: no-repeat;

}

.form-contact-bg {
  background-color: 000b47;
}

.col-text{
  padding: 0 15px;
}


.col-text h3 {
  color: white;
  font-weight: 600;
  font-size: 34px;
  margin: 0;
}

.col-text p {
  color: white;
  font-weight: 100;
  font-size: 16px;
  margin-bottom: 35px;
}

.form-contact-bg .form-control {
  color: white;
  background: transparent;
  border-color: #ffffff21;
}

.form-contact-bg select option {
  color: black;
  background: transparent;
}

.form-contact-bg form {
  color: white;
  background: transparent;
}

.form-contact-bg .text {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width:768px) {
  .col-text h3 {
    font-size: 25px;
  }

  .col-text {
    padding-bottom: 30px;
  }

  .col-text p {
    color: white;
    font-size: 16px;
  }

  .contact-boxes .card-contact .slide {
    width: auto;
    height: auto;
  }

  .contact-boxes .card-contact .icon {
    display: none;
  }

  .contact-boxes .card-contact:hover .slide.slide1 {
    transform: none !important;
  }

  .contact-boxes .card-contact .slide.slide2::after {
    display: none;
  }

  .contact-boxes .card-contact:hover .slide.slide2 {
    transform: none !important;
  }

  .contact-boxes .card-contact .slide.slide1 {
    transform: none !important;
  }

  .contact-boxes .card-contact .slide.slide2 {
    transform: none !important;
    box-shadow: -1px -20px 20px rgb(0 0 0 / 5%);
  }

  .ttop-menu {
    display: none;
  }

}

@media (max-width: 993px) {
  #menuToggle input:checked~#menu {
    left: 0px;
  }
}

.dinc-articles-slider{
  padding: 50px 0;
}

.dinc-articles-slider .slider-container {
  position: relative;
  width: 100%;
}

.dinc-articles-slider .slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.dinc-articles-slider .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.dinc-articles-slider .slide {
  flex: 0 0 calc(25% - 20px);
  margin: 40px 10px;
  box-sizing: border-box;
  border-radius: 15px;
  min-height: 440px;

}

.dinc-articles-slider .slide h3 {
  text-align: center;
  color: #000b47;
}

.dinc-articles-slider .slide p {
  text-align: center;
  color: black;
  padding-top: 15px;
}





.read-more-button2 {
  position: relative;
  height: 50px;
  width: 96%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #1c1a41 !important;
  font-size: 14px;
  font-weight: 900;
  z-index: 999;
  transform: skewX(4deg);
  margin: auto;
  left: 2px;
  bottom: 70px;
  
}

.dinc-articles-slider .slide .read-more-button {
  position: relative;
  bottom: -22px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0070b9;
  color: white;
  font-size: 23px;
  font-weight: 900;
  left: 50%;
  transform: translate(-50%, 0%);
}



.dinc-articles-slider .news-image img {
  width: 100%;
  transition: padding 0.3s cubic-bezier(0.33, -0.01, 0.13, 0.96);
  object-fit: cover;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.dinc-articles-slider .slider-btn {
  position: absolute;
  top: 50%;
  padding: 0;
  border: 1px solid transparent;
  color: #fff;
  margin: -20px 20px 0;
  text-align: center;
  background: 0 0;
  font-size: 59px;
  transition: .3s ease-in-out;
  border-radius: 50%;
  z-index: 997;
}

.dinc-articles-slider #dinc-prev {
  left: -50px;
}

.dinc-articles-slider #dinc-next {
  right: -50px;
}

/* Mobil için */
@media (max-width: 768px) {
  .dinc-articles-slider .slide {
    flex: 0 0 100%;
    /* Mobilde her slayt tam genişlikte */
    margin: 36px 0px;
    /* Kenar boşlukları sıfır */
  }

  .dinc-articles-slider .slider-btn {
    top: 35%;

  }

  .dinc-articles-slider #dinc-prev {
    left: 0px;
    display: block;
  }

  .dinc-articles-slider #dinc-next {
    right: 0px;
    display: block;

  }
}


.dinc-articles2-slider .slider-container {
  position: relative;
  width: 100%;
}

.dinc-articles2-slider .slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.dinc-articles2-slider .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.dinc-articles2-slider .slide {
  flex: 0 0 calc(33.333% - 48px);
  margin: 0px 23px;
  box-sizing: border-box;
  border-radius: 15px;
  min-height: 400px;
}

.dinc-articles2-slider h3 {
  color: #fff;
  padding-bottom: 20px;
}

.dinc-articles2-slider .services-head  h3 {
  color: #0070b9;
  padding-bottom: 20px;
  justify-content: start;
  text-align: left;
}

.dinc-articles2-slider .news-detail {
  width: 100%;
  margin: auto;
  background-color: #25613a;
  position: relative;
  z-index: 99;
  bottom: 8px;
  text-align: center;
  padding: 40px 35px;
  box-shadow: rgb(16 48 101 / 45%) 0px 0px 10px 0px;
  border-bottom: 4px solid #0070b9;
  min-height: 225px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;

}

.dinc-articles2-slider .news-image img {
  width: 100%;
  height: auto;
  /* border-radius: 8px; */
  position: relative;
}

.dinc-articles2-slider .slider-btn {
  position: absolute;
  top: 50%;
  padding: 0;
  border: 1px solid transparent;
  color: #fff;
  margin: 20px 20px;
  text-align: center;
  background: 0 0;
  font-size: 59px;
  transition: .3s ease-in-out;
  border-radius: 50%;
  z-index: 997;
}

.dinc-articles2-slider #dinc2-prev {
  left: -15px;
}

.dinc-articles2-slider #dinc2-next {
  right: -15px;
}

/* Mobil için */
@media (max-width: 768px) {
  .dinc-articles2-slider .slide {
    flex: 0 0 100%;
    /* Mobilde her slayt tam genişlikte */
    margin: 0;
    /* Kenar boşlukları sıfır */
  }

  .dinc-articles2-slider .slider-btn {
    top: 35%;

  }

  .dinc-articles2-slider #dinc2-prev {
    left: -10px;
    display: block;
  }

  .dinc-articles2-slider #dinc2-next {
    right: -10px;
    display: block;

  }
}


/* Slider Stilleri */
.main-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.main-slider .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.main-slider .slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

.main-slider .slide button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 10;
}

.main-slider #prev {
  left: 10px;
  background: #0070b9;
  border-radius: 50%;
  color: #fff;
  border: none;
}
#next, #prev {
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 30px;
}


.main-slider #next {
  right: 10px;
  background: #0070b9;
  border-radius: 50%;
  color: #fff;
  border: none;
  font-size: 30px;
}
.cta span{
  font-weight: bold;
}

.main-slider .slide .content {
  position: absolute;
  top: 30%;

  text-align: left;
  max-width: 500px;
}

.divider-col{
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.photos-section {
  padding: 80px 0;
}

.footer .site-owner {
 color: #000b47 !important;
 font-size: 22px;
 font-weight: 600;
 padding-bottom: 15px;

}

.footer .footer-about {
  color: #474747;
  padding: 10px 0px;
 }



.btn-box{
  display: flex;
  justify-content: center;
  position: relative;
  top: 20px;
}

.dinc-articles2-slider .view-all{
  background-color: #fff;
  color: black;
  margin: 20px 0;

}

.dinc-articles2-slider .view-all:hover{
  color: white;
  margin: 20px 0;

}

.view-all {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: #25613a;
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 1rem 2rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

 .view-all .button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--clr);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

 .view-all:hover {
  background-color: #0070b9;
}

 .view-all:hover .button__icon-wrapper {
  color: #000;
}

 .view-all .button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.view-all:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.view-all:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

.bottom-footer-text .container{
  padding: 0px 10px;
}

.legal_warning{
  padding: 20px 10px;
  text-align: center;
}

.footer-contact i{
  background-color: #000b47;
  background: #000b47;
  height: 20px;
  width: 30px;
  position: relative;
  display: flex;
  -webkit-mask-repeat: no-repeat;
  margin-right: 10px;
}

.footer-contact .inner a{
  display: flex;
  padding-bottom: 15px;
  align-items: center;
}
.marquee-row{
  overflow: hidden;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  padding: 5px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gallery:hover .gallery__image {
  filter: grayscale(1);
}
.gallery__link {
  overflow: hidden;
  max-height: 400px;
}
.gallery__link:hover .gallery__image {
  filter: grayscale(0);
  border-radius: 15px;

}
.gallery__link:hover .gallery__caption {
  opacity: 1;
  border-radius: 15px;

}
.gallery__thumb {
    overflow: hidden; /* Bu satırı ekle */

  position: relative;
  height: 100%;
}

.gallery__thumb img{
  border-radius: 15px;
}

.gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.gallery__image:hover {
  transform: scale(1.1);
}
.gallery__caption {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 25px 15px 15px;
  width: 100%;
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  color: white;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s;
}

.main-slider .theme-btn{
  background: linear-gradient(358deg, #1e63ff -1077.15%, #187cff -690.64%, #128fff -213.19%, #0ca9ff 218.79%, #06c2ff 764.46%, #00dbff 1196.44%);
  color: #fff;
  display: inline-block;
  padding: 13px 80px 10px 30px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 15px;
}
.search-page{
  padding: 10px 20px;
}

.search-btn{
  background: linear-gradient(358deg, #1e63ff -1077.15%, #187cff -690.64%, #128fff -213.19%, #0ca9ff 218.79%, #06c2ff 764.46%, #00dbff 1196.44%);
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 15px;
  cursor: pointer;
}

.about_section .theme-btn{
  background: linear-gradient(358deg, #1e63ff -1077.15%, #187cff -690.64%, #128fff -213.19%, #0ca9ff 218.79%, #06c2ff 764.46%, #00dbff 1196.44%);
  color: #fff;
  display: inline-block;
  padding: 13px 80px 10px 30px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}


.theme-btn:before {
  position: absolute;
  content: ">";
  font-family: flaticon_medically !important;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: opacity .5s ease-out;
  opacity: 1;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  
}

.theme-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #0070b9;
  transition: opacity .5s ease-out;
  opacity: 0;
  z-index: -1;
}


.dinc-articles-slider .theme-btn{
  background: linear-gradient(358deg, #1e63ff -1077.15%, #187cff -690.64%, #128fff -213.19%, #0ca9ff 218.79%, #06c2ff 764.46%, #00dbff 1196.44%);
  color: #fff;
  display: inline-block;
  padding: 13px 80px 10px 30px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 15px;
}

.dinc-articles-slider  .theme-btn:before {
  position: absolute;
  content: ">";
  font-family: flaticon_medically !important;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: opacity .5s ease-out;
  opacity: 1;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  
}

.dinc-articles-slider:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #0070b9;
  transition: opacity .5s ease-out;
  opacity: 0;
  z-index: -1;
}


.dinc-articles2-slider .theme-btn{
  background: linear-gradient(358deg, #1e63ff -1077.15%, #187cff -690.64%, #128fff -213.19%, #0ca9ff 218.79%, #06c2ff 764.46%, #00dbff 1196.44%);
  color: #fff;
  display: inline-block;
  padding: 13px 80px 10px 30px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 15px;
  float: inline-end;
}

.dinc-articles2-slider  .theme-btn:before {
  position: absolute;
  content: ">";
  font-family: flaticon_medically !important;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: opacity .5s ease-out;
  opacity: 1;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  
}

.dinc-articles2-slider:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #0070b9;
  transition: opacity .5s ease-out;
  opacity: 0;
  z-index: -1;
}

.display-mobile-show{
  display: none;
}

.display-mobile-none{
  display: block;
}

@media(max-width: 991px) {

  .project_card .text {
    opacity: 1 !important;
    visibility: visible !important;
    margin-bottom: 25px;
  }
  .project_card .text h2 a {
    font-size: 24px !important;
}
  .fixed-header {
    padding-bottom: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .dinc-articles2-slider .theme-btn{
    float: inherit;

  }
  .dinc-articles2-slider .services-head{
    text-align: center;
  }

  .display-mobile-none{
    display: none;
  }
  .display-mobile-show{
    display: block;
  }

  .dinc-articles2-slider .services-head h3{
    justify-content: center;
    text-align: center;
  }
  .about_section{
    padding-top: 100px !important;
    padding-bottom: 0 !important;
  }

  .dinc-articles2-slider .view-all {
    background-color: #25613a;
    color: white;
    margin: 20px 0;
}

  .about{
    padding: 0 0;
  }
  .footer-contact-box{
    margin-left: 0;
  }
  .gallery__link{
    height: 280px;
  }
  .dinc-articles2-slider{
    background-color: #fff;
  }
  #contact-section .container{
    padding: 0px !important;
  }
  .ttm-page-title-row {
    margin: 20px 0 0 0; 
  }

  .widget-area{
    justify-content: start;
  }

  .about .view-all{
    padding: 0.50rem 1rem;
    margin-top: 10px;
  }

  .about .col-md-6{
    padding-left: 5px;
    padding-right: 5px;

  }



  .ab-icerik{
    padding: 0px 15px 30px 15px;
  }

}

.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}


.ag-courses_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: sticky;
  top: 130px; /* Yukarıdan boşluk. Navbar varsa ona göre ayarla. */
  z-index: 99;

}
.ag-courses_item {
  -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(100% - 30px);
  box-shadow: rgb(0 0 0 / 11%) 0px 5px 15px;
  margin: 0 15px 15px;

  overflow: hidden;

  border-radius: 28px;
}
.ag-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: #fff;

  overflow: hidden;

  position: relative;
}
.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #fff;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.ag-courses-item_title {
  min-height: 55px;
  overflow: hidden;
  font-weight: bold;
  font-size: 26px;
  color: black;
  z-index: 2;
  position: relative;
}
.ag-courses-item_date-box {
  font-size: 16px;
  color: black;

  z-index: 2;
  position: relative;
}

.ag-courses_item:hover .ag-courses-item_title {
  color: #fff;
}
.ag-courses_item:hover .ag-courses-item_date-box {
  color: #fff;
}

.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background: linear-gradient(358deg,#1e63ff -1077.15%,#187cff -690.64%,#128fff -213.19%,#0ca9ff 218.79%,#06c2ff 764.46%,#00dbff 1196.44%);

  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;

  border-radius: 50%;

  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
  background: linear-gradient(358deg,#1e63ff -1077.15%,#187cff -690.64%,#128fff -213.19%,#0ca9ff 218.79%,#06c2ff 764.46%,#00dbff 1196.44%);

}
.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
  background: linear-gradient(358deg,#1e63ff -1077.15%,#187cff -690.64%,#128fff -213.19%,#0ca9ff 218.79%,#06c2ff 764.46%,#00dbff 1196.44%);

}
.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
  background: linear-gradient(358deg,#1e63ff -1077.15%,#187cff -690.64%,#128fff -213.19%,#0ca9ff 218.79%,#06c2ff 764.46%,#00dbff 1196.44%);

}


@media only screen and (max-width: 979px) {
  .ag-courses_item {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .ag-courses-item_title {
    font-size: 24px;
  }
  .ag-courses_item {
    -ms-flex-preferred-size: calc(33.33333% - 30px);
    flex-basis: calc(100% - 30px);
    box-shadow: rgb(0 0 0 / 11%) 0px 5px 15px;
    margin: 0 0px 15px;
    overflow: hidden;
    border-radius: 28px;
}
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }
}
@media only screen and (max-width: 639px) {
  .ag-courses_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ag-courses-item_title {
    min-height: 72px;
    line-height: 1;

    font-size: 24px;
  }
  .ag-courses-item_link {
    padding: 22px 40px;
  }
  .ag-courses-item_date-box {
    font-size: 16px;
  }
}

.maps-iframe iframe{
  margin: 20px 15px;
  border-radius: 20px;
  width: -webkit-fill-available;
  height: 400px;
}
.maps-iframe{
  width: 100%;
}



.about_section,.about_section_s2,.about_section_s3 {
  padding-top: 75px;
  padding-bottom: 75px
}

@media(max-width: 1199px) {
  .about_section,.about_section_s2,.about_section_s3 {
      padding-top:0
  }
}

.about_section .content,.about_section_s2 .content,.about_section_s3 .content {
  text-align: left;
  margin-left: 50px;
  margin-right: -50px
}

@media(max-width: 1399px) {
  .about_section .content,.about_section_s2 .content,.about_section_s3 .content {
      margin:0
  }
}

.about_section .content h2,.about_section_s2 .content h2,.about_section_s3 .content h2 {
  display: inline-block;
  color: #0080d2;
  font-family: Poppins,sans-serif;
  font-size: 20px;
  font-weight: 400;
  border-radius: 20px;
  background: linear-gradient(358deg,rgba(30,99,255,.1) -1077.15%,rgba(24,124,255,.1) -690.64%,rgba(18,143,255,.1) -213.19%,rgba(12,169,255,.1) 218.79%,rgba(6,194,255,.1) 764.46%,rgba(0,219,255,.1) 1196.44%);
  padding: 5px 20px
}

@media(max-width: 767px) {
  .about_section .content h2,.about_section_s2 .content h2,.about_section_s3 .content h2 {
      font-size:16px
  }
}

.about_section .content h3,.about_section_s2 .content h3,.about_section_s3 .content h3 {
  font-size:50px;
  font-weight: bold;
  line-height: 60px;
  color: #000b47;
  margin-top: 10px;
}

@media(max-width: 1399px) {
  .about_section .content h3,.about_section_s2 .content h3,.about_section_s3 .content h3 {
      font-size:50px;
      font-weight: bold;
      line-height: 60px;
      color: #000b47;
      margin-top: 10px;
  }
}

@media(max-width: 575px) {
  .about_section .content h3,.about_section_s2 .content h3,.about_section_s3 .content h3 {
      font-size:40px;
      line-height: 40px
  }
}

.about_section .content p,.about_section_s2 .content p,.about_section_s3 .content p {
  color: #767676;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: revert;
}

@media(max-width: 1199px) {
  .about_section .content p,.about_section_s2 .content p,.about_section_s3 .content p {
      font-size:16px
  }
}

.about_section .content .ceo,.about_section_s2 .content .ceo,.about_section_s3 .content .ceo {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

@media(max-width: 575px) {
  .about_section .content .ceo,.about_section_s2 .content .ceo,.about_section_s3 .content .ceo {
      display:block
  }
}

.about_section .content .ceo h4,.about_section_s2 .content .ceo h4,.about_section_s3 .content .ceo h4 {
  font-size:26px;
  font-weight: 400
}

@media(max-width: 1399px) {
  .about_section .content .ceo h4,.about_section_s2 .content .ceo h4,.about_section_s3 .content .ceo h4 {
      font-size:26px
  }
}

@media(max-width: 1199px) {
  .about_section .content .ceo h4,.about_section_s2 .content .ceo h4,.about_section_s3 .content .ceo h4 {
    font-size:26px;
  }
}

.about_section .content .ceo span,.about_section_s2 .content .ceo span,.about_section_s3 .content .ceo span {
  color: #767676;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px
}

@media(max-width: 1199px) {
  .about_section .content .ceo span,.about_section_s2 .content .ceo span,.about_section_s3 .content .ceo span {
      font-size:16px
  }
}

.about_section .about_left,.about_section_s2 .about_left,.about_section_s3 .about_left {
  position: relative;
  right: 30px
}

@media(max-width: 1399px) {
  .about_section .about_left,.about_section_s2 .about_left,.about_section_s3 .about_left {
      right:0
  }
}

@media(max-width: 991px) {
  .about_section .about_left,.about_section_s2 .about_left,.about_section_s3 .about_left {
      max-width:544px;
      max-height: 543px;
      margin-bottom: 50px
  }
}

@media(max-width: 767px) {
  .about_section .about_left,.about_section_s2 .about_left,.about_section_s3 .about_left {
      max-width:444px;
      max-height: 443px
  }
}

@media(max-width: 575px) {
  .about_section .about_left,.about_section_s2 .about_left,.about_section_s3 .about_left {
    max-width: 400px;
    max-height: 400px;
  }
}



.about_section .about_left .image img,.about_section_s2 .about_left .image img,.about_section_s3 .about_left .image img {
  mix-blend-mode: screen;
  width: 644px;
  height: 643px;
  object-fit: cover
}

@media(max-width: 1399px) {
  .about_section .about_left .image img,.about_section_s2 .about_left .image img,.about_section_s3 .about_left .image img {
      width:544px;
      height: 543px
  }
}

@media(max-width: 1199px) {
  .about_section .about_left .image img,.about_section_s2 .about_left .image img,.about_section_s3 .about_left .image img {
      width:444px;
      height: 443px
  }
}

@media(max-width: 991px) {
  .about_section .about_left .image img,.about_section_s2 .about_left .image img,.about_section_s3 .about_left .image img {
      width:544px;
      height: 543px
  }
}

@media(max-width: 767px) {
  .about_section .about_left .image img,.about_section_s2 .about_left .image img,.about_section_s3 .about_left .image img {
      width:444px;
      height: 443px
  }
}

@media(max-width: 575px) {
  .about_section .about_left .image img,.about_section_s2 .about_left .image img,.about_section_s3 .about_left .image img {
    width: 400px;
    height: 380px;
  }
}








.about_section .about_left .award,.about_section_s2 .about_left .award,.about_section_s3 .about_left .award {
  position: absolute;
  bottom: -50px;
  right: -40px;
  z-index: 1;
  padding: 30px;
  border-radius: 25px;
  box-shadow: 0 2px 8px 0 rgba(34,31,60,.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff
}

@media(max-width: 1399px) {
  .about_section .about_left .award,.about_section_s2 .about_left .award,.about_section_s3 .about_left .award {
      right:30px
  }
}

@media(max-width: 1199px) {
  .about_section .about_left .award,.about_section_s2 .about_left .award,.about_section_s3 .about_left .award {
      padding:20px;
      bottom: -60px
  }
}

@media(max-width: 991px) {
  .about_section .about_left .award,.about_section_s2 .about_left .award,.about_section_s3 .about_left .award {
      bottom:0
  }
}

.about_section .about_left .award .icon,.about_section_s2 .about_left .award .icon,.about_section_s3 .about_left .award .icon {
  border-radius: 100px;
  padding: 16px;
  border: 1px solid rgba(0,137,223,.88);
  display: inline-block
}

@media(max-width: 575px) {
  .about_section .about_left .award .icon,.about_section_s2 .about_left .award .icon,.about_section_s3 .about_left .award .icon {
      padding:5px
  }
}

.about_section .about_left .award .icon i,.about_section_s2 .about_left .award .icon i,.about_section_s3 .about_left .award .icon i {
  color: #fff;
  background: linear-gradient(358deg,#1e63ff -1077.15%,#187cff -690.64%,#128fff -213.19%,#0ca9ff 218.79%,#06c2ff 764.46%,#00dbff 1196.44%);
  text-align: center;
  line-height: 70px;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 100px;
  display: inline-block
}

@media(max-width: 575px) {
  .about_section .about_left .award .icon i,.about_section_s2 .about_left .award .icon i,.about_section_s3 .about_left .award .icon i {
      line-height:50px;
      width: 40px;
      height: 40px;
      font-size: 20px
  }
}

.about_section .about_left .award .text,.about_section_s2 .about_left .award .text,.about_section_s3 .about_left .award .text {
  margin-left: 20px
}

.about_section .about_left .award .text h2,.about_section_s2 .about_left .award .text h2,.about_section_s3 .about_left .award .text h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 0
}

@media(max-width: 1399px) {
  .about_section .about_left .award .text h2,.about_section_s2 .about_left .award .text h2,.about_section_s3 .about_left .award .text h2 {
      font-size:80px
  }
}

@media(max-width: 575px) {
  .about_section .about_left .award .text h2,.about_section_s2 .about_left .award .text h2,.about_section_s3 .about_left .award .text h2 {
      font-size:50px;
      line-height: 40px
  }
}

.about_section .about_left .award .text h2 span,.about_section_s2 .about_left .award .text h2 span,.about_section_s3 .about_left .award .text h2 span {
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  font-family: Katibeh
}

@media(max-width: 1399px) {
  .about_section .about_left .award .text h2 span,.about_section_s2 .about_left .award .text h2 span,.about_section_s3 .about_left .award .text h2 span {
      font-size:80px
  }
}

@media(max-width: 575px) {
  .about_section .about_left .award .text h2 span,.about_section_s2 .about_left .award .text h2 span,.about_section_s3 .about_left .award .text h2 span {
      font-size:60px;
      line-height: 40px
  }
}

.about_section .about_left .award .text p,.about_section_s2 .about_left .award .text p,.about_section_s3 .about_left .award .text p {
  color: #767676;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0
}

@media(max-width: 575px) {
  .about_section .about_left .award .text p,.about_section_s2 .about_left .award .text p,.about_section_s3 .about_left .award .text p {
      font-size:15px
  }
}

.about_section .about_left .doctors,.about_section_s2 .about_left .doctors,.about_section_s3 .about_left .doctors {
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(34,31,60,.1);
  padding: 30px 45px;
  text-align: center;
  position: absolute;
  z-index: 11;
  bottom: -32px;
  left: -240px
}

@media(max-width: 1650px) {
  .about_section .about_left .doctors,.about_section_s2 .about_left .doctors,.about_section_s3 .about_left .doctors {
      left:-190px
  }
}

@media(max-width: 1599px) {
  .about_section .about_left .doctors,.about_section_s2 .about_left .doctors,.about_section_s3 .about_left .doctors {
      left:-150px
  }
}

@media(max-width: 1499px) {
  .about_section .about_left .doctors,.about_section_s2 .about_left .doctors,.about_section_s3 .about_left .doctors {
      padding:15px 20px;
      left: -100px
  }
}

@media(max-width: 1399px) {
  .about_section .about_left .doctors,.about_section_s2 .about_left .doctors,.about_section_s3 .about_left .doctors {
      display:none
  }
}

.about_section .about_left .doctors ul li,.about_section_s2 .about_left .doctors ul li,.about_section_s3 .about_left .doctors ul li {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #ebf1f4;
  border-radius: 100px;
  display: inline-block;
  margin-left: -25px
}

.about_section .about_left .doctors ul li:first-child,.about_section_s2 .about_left .doctors ul li:first-child,.about_section_s3 .about_left .doctors ul li:first-child {
  margin-left: 0
}

.about_section .about_left .doctors ul li img,.about_section_s2 .about_left .doctors ul li img,.about_section_s3 .about_left .doctors ul li img {
  text-align: center;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  line-height: 80px;
  margin: 0 auto;
  mix-blend-mode: unset
}

.about_section .about_left .doctors ul li span,.about_section_s2 .about_left .doctors ul li span,.about_section_s3 .about_left .doctors ul li span {
  background: linear-gradient(358deg,#1e63ff -1077.15%,#187cff -690.64%,#128fff -213.19%,#0ca9ff 218.79%,#06c2ff 764.46%,#00dbff 1196.44%);
  border-radius: 100px;
  width: 70px;
  height: 70px;
  display: block;
  line-height: 70px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: 5px
}

.about_section .about_left .doctors h4,.about_section_s2 .about_left .doctors h4,.about_section_s3 .about_left .doctors h4 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0
}

.about_section.s4,.about_section_s2.s4,.about_section_s3.s4 {
  padding-top: 150px
}

@media(max-width: 1199px) {
  .about_section.s4,.about_section_s2.s4,.about_section_s3.s4 {
      padding-top:120px;
      padding-bottom: 0
  }
}


.project_card {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 30px
}

.project_card img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}

.project_card .text {
  border-radius: 20px;
  border: 1px solid hsla(0,0%,100%,.2);
  background: #000b47;
  box-shadow: 0 20px 20px 0 rgba(0,0,0,.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 25px 35px;
  text-align: center;
  position: absolute;
  left: 50%;
  width: 90%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out
}

.services-page .project_card .text {
  opacity: 1 !important;
  visibility: visible;
  margin-bottom: 25px;
}

.services-page .project_card .text h2{
  margin: auto;
}

@media(max-width: 1199px) {
  .project_card .text {
      padding:20px 30px
  }
}

.project_card .text h2 {
  margin-bottom: 0
}

.project_card .text h2 a {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px
}

@media(max-width: 1199px) {
  .project_card .text h2 a {
      font-size:35px
  }
}

.project_card .text span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px
}

@media(max-width: 1199px) {
  .project_card .text span {
      font-size:16px
  }
}

.project_card:hover .text {
  opacity: 1;
  visibility: visible;
  bottom: 20px
}




.search-form {
  position: relative;

  transition: all 1s;
  width: 50px;
  height: 50px;
  background: white;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid white;
  padding: 5px;
}

.search-form input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 42.5px;
  line-height: 30px;
  outline: 0;
  border: 0;
  font-size: 1em;
  border-radius: 20px;
  padding: 0 20px;
  
}

.search-form svg {
  box-sizing: border-box;
  padding: 10px;
  width: 42.5px;
  height: 42.5px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  color: #07051a;
  text-align: center;
  font-size: 1.2em;
  transition: all 1s;
}
.search-form:focus-within,
.search-form:hover,
.search-form:valid{
  width: 200px;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.search-form:focus-within svg{
  display: none !important;
}

.search-form:hover input,
.search-form:focus-within input,
.search-form:valid input {
  width: 100%;
} 

.search-form:hover .fa,
.search-form:focus-within .fa,
.search-form:valid .fa {
  background: #07051a;
  color: white;
}

.languagepicker {
  display: inline-block;
  padding:1px 1px;
  height: 40px;
  overflow: hidden;
  transition: all .3s ease;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  border-radius: 50%;
  background-color: white;
}

.languagepicker:hover {
  /* don't forget the 1px border */
  height: 200px;
  border-radius: 0;
}

.languagepicker a{
  color: #000;
  text-decoration: none;
  display:flex;
}

.languagepicker li {
  display: block;
  padding: 0px 4px;
  line-height: 40px;
  border-top: 1px solid #EEE;
}

.languagepicker li:hover{
  background-color: #EEE;
}

.languagepicker img{
  height: 40px;
  width: 40px;
  background-color: white;
}


.languagepicker a:first-child li {
  border: none;
  background: #FFF !important;
}

.languagepicker li img {
  width: 35px;
  height: 35px;
  object-fit: fill;
}
/* Modern Blog Slider Styles */
.modern-blog-slider {
  /* padding: 80px 0;
  background: linear-gradient(135deg, #f8faff 0%, #e8f2ff 100%); */
  position: relative;
}

/* .modern-blog-slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #1e3a8a 50%, transparent 100%);
} */

.blog-header {
  text-align: center;
  margin-bottom: 60px;
}

.header-content {
  position: relative;
  display: inline-block;
}

.blog-badge {
  display: inline-block;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
}

.blog-title {
  color: #0f172a;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
  position: relative;
}

.title-underline {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #1e3a8a 0%, #3b82f6 100%);
  margin: 0 auto;
  border-radius: 2px;
  position: relative;
}

.title-underline::before,
.title-underline::after {
  content: '';
  position: absolute;
  top: 0;
  width: 20px;
  height: 4px;
  background: #60a5fa;
  border-radius: 2px;
}

.title-underline::before {
  left: -30px;
}

.title-underline::after {
  right: -30px;
}

.slider-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(30, 58, 138, 0.1);
}

.slider {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  gap: 30px;
  padding: 20px;
}

.blog-card {
  flex: 0 0 calc(33.333% - 20px);
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(30, 58, 138, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  min-height: 500px;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 80px rgba(30, 58, 138, 0.15);
}

.card-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.blog-card:hover .card-image img {
  transform: scale(1.1);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.9) 0%, rgba(59, 130, 246, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card:hover .image-overlay {
  opacity: 1;
}

.overlay-content {
  text-align: center;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.blog-card:hover .overlay-content {
  transform: translateY(0);
}

.read-more-btn {
      border: solid 1px white;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: white;
  color: #1e3a8a;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.read-more-btn:hover {
  background: #1e3a8a;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(30, 58, 138, 0.3);
}

.read-more-btn svg {
  transition: transform 0.3s ease;
}

.read-more-btn:hover svg {
  transform: translateX(3px);
}

.card-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-title {
  margin: 0 0 15px 0;
  line-height: 1.3;
}

.card-title a {
  color: #0f172a;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-title a:hover {
  color: #1e3a8a;
}

.card-excerpt {
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 25px 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-footer {
  margin-top: auto;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1e3a8a !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  padding: 8px 0;
}

.card-link:hover {
  color: #3b82f6;
  gap: 12px;
}

.card-link svg {
  transition: transform 0.3s ease;
}

.card-link:hover svg {
  transform: rotate(45deg);
}

.slider-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 8px 25px rgba(30, 58, 138, 0.3);
  z-index: 10;
}

.slider-nav-btn:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 12px 35px rgba(30, 58, 138, 0.4);
}

.slider-nav-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.prev-btn {
  left: -28px;
}

.next-btn {
  right: -28px;
}

.slider-nav-btn svg {
  transition: transform 0.3s ease;
}

.prev-btn:hover svg {
  transform: translateX(-2px);
}

.next-btn:hover svg {
  transform: translateX(2px);
}

.view-all-container {
  text-align: center;
  margin-top: 60px;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  padding: 16px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 8px 25px rgba(30, 58, 138, 0.3);
  position: relative;
  overflow: hidden;
}

.view-all-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.view-all-btn:hover::before {
  left: 100%;
}

.view-all-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(30, 58, 138, 0.4);
}

.view-all-btn:hover svg {
  transform: translateX(4px);
}

.view-all-btn svg {
  transition: transform 0.3s ease;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .blog-card {
    flex: 0 0 calc(50% - 15px);
  }
  
  .slider-nav-btn {
    width: 48px;
    height: 48px;
  }
  
  .prev-btn {
    left: -24px;
  }
  
  .next-btn {
    right: -24px;
  }
}

@media (max-width: 768px) {
  .modern-blog-slider {
    padding: 60px 0;
  }
  
  .blog-title {
    font-size: 32px;
  }
  
  .slider {
    gap: 20px;
    padding: 15px;
  }
  
  .blog-card {
    flex: 0 0 100%;
    min-height: 450px;
  }
  
  .card-content {
    padding: 25px;
  }
  
  .slider-nav-btn {
    width: 44px;
    height: 44px;
    top: 30%;
  }
  
  .prev-btn {
    left: 10px;
  }
  
  .next-btn {
    right: 10px;
  }
  
  .view-all-btn {
    padding: 14px 28px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .blog-title {
    font-size: 28px;
  }
  
  .blog-badge {
    font-size: 12px;
    padding: 6px 16px;
  }
  
  .card-content {
    padding: 20px;
  }
  
  .card-title a {
    font-size: 18px;
  }
  
  .slider-nav-btn {
    width: 40px;
    height: 40px;
  }
}
/* =========================================
   Footer – Navy/Blue Refresh (ALL !important)
   ========================================= */
:root{
  --navy:#000b47;
  --blue:#0070b9;
  --ink:#0b1640;
  --muted:#5c6a8a;
  --line:#e6effa;
  --chip:#eef6ff;
  --grad:linear-gradient(90deg,#000b47 0%, #0070b9 100%);
}

/* dekoratif üst çizgi */
.footer::before{
  content:"" !important;
  display:block !important;
  height:4px !important;
  background:var(--grad) !important;
}

/* zemin ve temel renkler */
.footer,
.footer .fbody,
.footer .second-footer,
.footer .bottom-footer-text{
  background:#fff !important;
  color:var(--ink) !important;
}

/* eski “white text” sınıfını nötrle */
.footer .ttm-textcolor-white,
.footer .ttm-textcolor-white a{
  color:inherit !important;
}

/* blok boşlukları */
.footer .second-footer{ padding:50px 0 10px !important; }
.footer .widget{ margin:0 0 12px !important; }

/* marka alanı */
.footer .home-link img{     max-height: 134px !important;
    height: 216px !important; }
.footer .footer-about{
  color:var(--muted) !important;
  margin:12px 0 18px !important;
  line-height:1.7 !important;
}

/* başlıklar */
.footer .site-owner{
  color:var(--navy) !important;
  font-weight:700 !important;
  font-size:22px !important;
  text-transform:none !important;
  position:relative !important;
  display:inline-block !important;
  margin:6px 0 18px !important;
  transition:color .2s ease !important;
}
.footer .site-owner::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important; bottom:-8px !important;
  width:100% !important; height:3px !important;
  background:var(--blue) !important;
  border-radius:2px !important;
}
.footer .site-owner:hover{ color:var(--blue) !important; }

/* menüler */
.footer .widget_nav_menu ul{ margin:0 !important; padding:0 !important; list-style:none !important; }
.footer .widget_nav_menu ul li{ margin:10px 0 !important; }
.footer .widget_nav_menu ul li a{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  color:var(--ink) !important;
  padding-left:10px !important;
  border-left:2px solid transparent !important;
  transition:all .2s ease !important;
  border-radius:8px !important;
}
.footer .widget_nav_menu ul li a::before{
  content:"›" !important;
  font-weight:800 !important;
  line-height:1 !important;
  color:var(--blue) !important;
  transform:translateY(-1px) !important;
}
.footer .widget_nav_menu ul li a:hover{
  color:var(--blue) !important;
  border-left-color:var(--blue) !important;
  background:var(--chip) !important;
  box-shadow:0 4px 14px rgba(0,0,0,.06) !important;
}

/* sosyal ikonlar (partials.social-media) & kutucuklar */
.footer .social-icons,
.footer .footer-contact-boxes{
  display:flex !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}
.footer .social-icons li a,
.footer .footer-contact-boxes li a{
  width:38px !important; height:38px !important;
  display:flex !important; align-items:center !important; justify-content:center !important;
  border-radius:10px !important;
  background:var(--chip) !important;
  border:1px solid var(--line) !important;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease !important;
}
.footer .social-icons li a:hover,
.footer .footer-contact-boxes li a:hover{
  background:#fff !important;
  box-shadow:0 6px 18px rgba(0,0,0,.10) !important;
  transform:translateY(-2px) !important;
}

/* iletişim linkleri */
.footer .footer-contact a{
  color:var(--ink) !important;
  display:flex !important; align-items:center !important;
  gap:10px !important; padding:8px 0 !important;
  transition:color .2s ease !important;
}
.footer .footer-contact a:hover{ color:var(--blue) !important; }
.footer .footer-contact i{
  color:#fff !important; background:var(--navy) !important;
  width:26px !important; height:26px !important; display:inline-flex !important;
  align-items:center !important; justify-content:center !important;
  border-radius:6px !important; font-size:14px !important;
  transition:transform .2s ease, background .2s ease !important;
}
.footer .footer-contact a:hover i{
  transform:scale(1.05) !important;
  background:var(--blue) !important;
}

/* hukuki uyarı “marquee” satırı */
.footer .marquee{
  /* background:var(--chip) !important;
  border:1px solid var(--line) !important; */
  border-radius:12px !important;
  padding:6px 12px !important;
  margin:24px 0 0 !important;
  height:28px !important;
  transition:background .2s ease !important;
}
.footer .marquee span{ color:var(--muted) !important; }
.footer .marquee:hover{ background:#fff !important; }

/* alt şerit */
.footer .bottom-footer-text{
  border-top:1px solid var(--line) !important;
  padding:12px 0 !important;
}
.footer .copyright{ align-items:center !important; }
.footer .copyright p{ color:var(--muted) !important; margin:0 !important; }
.footer .dsa-logo img{ opacity:.9 !important; transition:opacity .2s ease !important; }
.footer .dsa-logo:hover img{ opacity:1 !important; }

/* dil seçici (masaüstü) */
.desktop-language .like-ul{
  display:flex !important; gap:8px !important; align-items:center !important;
  padding:8px 12px !important; border:1px solid var(--line) !important;
  border-radius:999px !important; background:#fff !important;
}
.desktop-language .like-li img{
  height:24px !important; width:24px !important; border-radius:50% !important;
  box-shadow:0 1px 4px rgba(0,0,0,.06) !important;
}

/* === like-li HOVER (genel) === */
.like-li{
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease !important;
  border-radius:10px !important;
}
.like-li:hover{
  transform:translateY(-2px) scale(1.02) !important;
  background:var(--chip) !important;
  box-shadow:0 6px 18px rgba(0,0,0,.08) !important;
}

/* “yukarı çık” butonu hover */
#totop{
  background:var(--blue) !important;
  color:#fff !important;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease !important;
}
#totop:hover{
  background:var(--navy) !important;
  transform:translateY(-2px) !important;
  box-shadow:0 8px 20px rgba(0,0,0,.12) !important;
}

/* WhatsApp fab hover */
.float{
  transition:transform .15s ease, box-shadow .15s ease !important;
}
.float:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
}

/* responsive iyileştirmeler */
@media(max-width:991px){
  .footer .second-footer{ padding:30px 0 0 !important; }
  .footer .site-owner{ font-size:20px !important; }
  .footer .copyright{ text-align:center !important; gap:10px !important; }
  .footer .dsa-logo{ display:flex !important; justify-content:center !important; margin-top:10px !important; }
}
/* Modern Blog2 Slider Styles - Larger Images & Different Layout */
.modern-blog2-slider {
  /* padding: 80px 0;
  background: linear-gradient(135deg, #f1f5ff 0%, #e0f2fe 100%); */
  position: relative;
}

/* .modern-blog2-slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #1e3a8a 50%, transparent 100%);
} */

.blog2-header {
  text-align: center;
  margin-bottom: 60px;
}

.blog2-badge {
  display: inline-block;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  padding: 10px 24px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 25px;
  box-shadow: 0 6px 20px rgba(30, 58, 138, 0.3);
}

.blog2-title {
  color: #0f172a;
  font-size: 46px;
  font-weight: 800;
  margin: 0 0 25px 0;
  line-height: 1.1;
  position: relative;
}
.faq-answer{
  font-weight: 500;
}
.modern-blog2-slider .title-underline {
  width: 100px;
  height: 5px;
  background: linear-gradient(90deg, #1e3a8a 0%, #3b82f6 100%);
  margin: 0 auto;
  border-radius: 3px;
  position: relative;
}

.modern-blog2-slider .title-underline::before,
.modern-blog2-slider .title-underline::after {
  content: '';
  position: absolute;
  top: 0;
  width: 25px;
  height: 5px;
  background: #60a5fa;
  border-radius: 3px;
}

.modern-blog2-slider .title-underline::before {
  left: -35px;
}

.modern-blog2-slider .title-underline::after {
  right: -35px;
}

.modern-blog2-slider .slider-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}

.modern-blog2-slider .slider-wrapper {
  overflow: hidden;
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 25px 80px rgba(30, 58, 138, 0.12);
}

.modern-blog2-slider .slider {
  display: flex;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  gap: 35px;
  padding: 25px;
}

.blog2-card {
  flex: 0 0 calc(33.333% - 23px);
  background: white;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(30, 58, 138, 0.1);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  min-height: 600px;
  display: flex;
  flex-direction: column;
}

.blog2-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 35px 100px rgba(30, 58, 138, 0.2);
}

.blog2-card .card-image {
  position: relative;
  height: 400px;
  overflow: hidden;
  flex-shrink: 0;
}

.blog2-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.blog2-card:hover .card-image img {
  transform: scale(1.15);
}

.blog2-card .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.95) 0%, rgba(59, 130, 246, 0.85) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog2-card:hover .image-overlay {
  opacity: 1;
}

.blog2-card .overlay-content {
  text-align: center;
  transform: translateY(25px);
  transition: transform 0.5s ease;
}

.blog2-card:hover .overlay-content {
  transform: translateY(0);
}

.blog2-card .read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: white;
  color: #1e3a8a;
  padding: 16px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog2-card .read-more-btn:hover {
  background: #1e3a8a;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(30, 58, 138, 0.4);
}

.blog2-card .read-more-btn svg {
  transition: transform 0.4s ease;
}

.blog2-card .read-more-btn:hover svg {
  transform: translateX(5px);
}

.blog2-card .card-content {
  padding: 35px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog2-card .card-title {
  margin: 0 0 25px 0;
  line-height: 1.2;
}

.blog2-card .card-title a {
  color: #0f172a;
  text-decoration: none;
  font-size: 24px;
  font-weight: 800;
  transition: color 0.4s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}

.blog2-card .card-title a:hover {
  color: #1e3a8a;
}

.blog2-card .card-footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(30, 58, 138, 0.1);
}

.blog2-card .card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1e3a8a;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.4s ease;
  padding: 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog2-card .card-link:hover {
  color: #3b82f6;
  gap: 15px;
}

.blog2-card .card-link svg {
  transition: transform 0.4s ease;
}

.blog2-card .card-link:hover svg {
  transform: rotate(45deg) scale(1.1);
}

.modern-blog2-slider .slider-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 12px 35px rgba(30, 58, 138, 0.35);
  z-index: 10;
}

.modern-blog2-slider .slider-nav-btn:hover {
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 18px 45px rgba(30, 58, 138, 0.5);
}

.modern-blog2-slider .slider-nav-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.modern-blog2-slider .prev-btn {
  left: 0px !important;
}

.modern-blog2-slider .next-btn {
  right: 0px !important;
}

.modern-blog2-slider .slider-nav-btn svg {
  transition: transform 0.4s ease;
}

.modern-blog2-slider .prev-btn:hover svg {
  transform: translateX(-3px);
}

.modern-blog2-slider .next-btn:hover svg {
  transform: translateX(3px);
}

.modern-blog2-slider .view-all-container {
  text-align: center;
  margin-top: 70px;
}

.modern-blog2-slider .view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  padding: 20px 40px;
  border-radius: 35px;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 12px 35px rgba(30, 58, 138, 0.35);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.modern-blog2-slider .view-all-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: left 0.7s ease;
}

.modern-blog2-slider .view-all-btn:hover::before {
  left: 100%;
}

.modern-blog2-slider .view-all-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(30, 58, 138, 0.5);
}

.modern-blog2-slider .view-all-btn:hover svg {
  transform: translateX(6px);
}

.modern-blog2-slider .view-all-btn svg {
  transition: transform 0.4s ease;
}

/* Blog2 Responsive Design */
@media (max-width: 1400px) {
  .blog2-card {
    flex: 0 0 calc(50% - 17px);
  }
  
  .modern-blog2-slider .slider-nav-btn {
    width: 56px;
    height: 56px;
  }
  
  .modern-blog2-slider .prev-btn {
    left: -28px;
  }
  
  .modern-blog2-slider .next-btn {
    right: -28px;
  }
}

@media (max-width: 768px) {
  .modern-blog2-slider {
    padding: 60px 0;
  }
  
  .blog2-title {
    font-size: 36px;
  }
  
  .modern-blog2-slider .slider {
    gap: 25px;
    padding: 20px;
  }
  
  .blog2-card {
    flex: 0 0 100%;
    min-height: 550px;
  }
  
  .blog2-card .card-image {
    height: 350px;
  }
  
  .blog2-card .card-content {
    padding: 30px;
  }
  
  .modern-blog2-slider .slider-nav-btn {
    width: 50px;
    height: 50px;
    top: 35%;
  }
  
  .modern-blog2-slider .prev-btn {
    left: 15px;
  }
  
  .modern-blog2-slider .next-btn {
    right: 15px;
  }
  
  .modern-blog2-slider .view-all-btn {
    padding: 18px 36px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .blog2-title {
    font-size: 30px;
  }
  
  .blog2-badge {
    font-size: 13px;
    padding: 8px 20px;
  }
  
  .blog2-card .card-content {
    padding: 25px;
  }
  
  .blog2-card .card-title a {
    font-size: 20px;
  }
  
  .modern-blog2-slider .slider-nav-btn {
    width: 45px;
    height: 45px;
  }
  
  .blog2-card .card-image {
    height: 300px;
  }
}
/* Modern Header Styles */

/* Top Bar Section - Gradient Navy Blue Background */
.top-bar-section {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 12px 0;
    position: relative;
    z-index: 1000;
}

.top-bar-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    z-index: -1;
}

/* Contact Info Styles */
.contact-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
}

.contact-link {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.contact-link:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.contact-icon {
    /* background: rgba(255, 255, 255, 0.2); */
    color: white;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
    font-size: 12px;
    transition: all 0.3s ease;
    stroke: white;
    fill: none;
}

.contact-link:hover .contact-icon {
    /* background: rgba(255, 255, 255, 0.3); */
    transform: scale(1.1);
}

.contact-text {
      color: white !important;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Main Header Wrapper - White Background */
.main-header-wrapper {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    /* transition: box-shadow 0.3s ease; */
}

.main-header-wrapper.scrolled {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}

.main-navigation-container {
    position: relative;
}

.main-navigation-inner {
    /* padding: 15px 0; */
    transition: all 0.3s ease;
}



/* Navigation Content */
.navigation-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px; /* Reduced gap for better fit */
    min-height: 80px;
    width: 100%;
}

/* Brand Logo Section */
.brand-logo-section {
    flex-shrink: 0;
    min-width: 150px; /* Increased width for larger logo */
    display: flex;
    align-items: center;
}

.home-link {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.home-link:hover {
    transform: scale(1.05);
}

.logo-container {
    display: block;
}

.logo-image {
    max-height: 80px; /* Increased logo size */
    width: auto;
    transition: all 0.3s ease;
}

.mobile-logo {
    max-height: 45px;
}

.desktop-logo {
    max-height: 180px;
    width: 190px;
}

.site-title-text {
    font-size: 24px;
    font-weight: 700;
    color: #1e3a8a;
    text-decoration: none;
}

/* Main Navigation */
.main-navigation {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; /* Reduced gap for better fit */
    min-height: 80px;
    /* max-width: 900px; */
    margin: 0 auto;
    padding: 0 20px;
}

.desktop-menu {
    display: flex;
    align-items: center;
}

.menu-list {
    list-style: none;
        margin-left: -100px !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 15px;  */
    flex-wrap: nowrap;
    white-space: nowrap;
    height: 100%;
    width: 100%;
    justify-content: space-evenly;
}

.menu-list li {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    flex-shrink: 0;
}

.menu-list a {
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 4px 5px;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
    display: flex
;
    align-items: center;
    height: 100%;
    text-align: center;
}

.menu-list a:hover {
    color: #1e40af;
}

.menu-list a::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 11px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #1e40af, #3b82f6);
    transition: width 0.3s ease;
}

.menu-list a:hover::after {
    width: calc(100% - 24px);
}



/* Mobile Menu Styles */
.mobile-menu-toggle {
    display: none;
    position: relative;
}

.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

.mobile-menu-checkbox {
    display: none;
}

.hamburger-line {
    display: block;
    width: 25px;
    height: 3px;
    background: #1e40af;
    margin: 5px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.mobile-menu-checkbox:checked ~ .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.mobile-menu-checkbox:checked ~ .hamburger-line:nth-child(4) {
    opacity: 0;
}

.mobile-menu-checkbox:checked ~ .hamburger-line:nth-child(5) {
    transform: rotate(45deg) translate(-5px, -6px);
}

.mobile-menu-content {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background: white;
    z-index: 1002;
    padding: 30px;
    overflow-y: auto;
    transition: right 0.3s ease;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
}

.mobile-menu-checkbox:checked ~ .mobile-menu-content {
    right: 0;
}

.mobile-logo-link {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.mobile-logo-image {
    max-height: 45px;
    width: auto;
}

.mobile-divider {
    border: none;
    height: 1px;
    background: #e5e7eb;
    margin: 20px 0;
}

.mobile-contact-info {
    margin-bottom: 20px;
}

.mobile-contact-link {
    display: block;
    color: #374151;
    text-decoration: none;
    padding: 10px 0;
    font-size: 14px;
    transition: color 0.3s ease;
}

.mobile-contact-link:hover {
    color: #1e40af;
}

.mobile-contact-icon {
    margin-right: 10px;
    color: #1e40af;
    width: 16px;
}

.mobile-search-container {
    margin: 20px 0;
}

.mobile-search-form {
    display: flex;
    gap: 10px;
}

.mobile-search-input {
    flex: 1;
    padding: 10px 15px;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    font-size: 14px;
}

.mobile-search-input:focus {
    outline: none;
    border-color: #1e40af;
}

.mobile-search-button {
    background: #1e40af;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.mobile-search-button:hover {
    background: #1e3a8a;
}

.mobile-search-icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.mobile-language-section {
    margin-top: 20px;
}

.language-selectors {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.language-option {
    display: inline-block;
}

.language-link {
    display: block;
    transition: transform 0.3s ease;
}

.language-link:hover {
    transform: scale(1.1);
}

.language-flag {
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .top-bar-section {
        padding: 8px 0;
    }
    
    .contact-info-list {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    
    .contact-item {
        width: 100%;
    }
    
    .contact-link {
        font-size: 13px;
    }
    
    .main-navigation-inner {
        /* padding: 15px 0; */
    }
    
    .navigation-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .main-navigation {
        justify-content: center;
        width: 100%;
        max-width: none;
    }
    
    .brand-logo-section {
        min-width: auto;
        justify-content: center;
    }
    

    
    .mobile-menu-toggle {
        display: block;
    }
    
    .desktop-menu {
        display: none;
    }
    
    /* Mobile social media adjustments */
    .social-icons {
        gap: 8px;
    }
    
    .social-icons > div {
        padding: 6px;
    }
    
    .social-icons svg {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 576px) {
    .top-bar-section .container {
        padding: 0 15px;
    }
    
    .contact-info-col,
    .social-media-col {
        text-align: center;
    }
    
    .contact-info-list {
        justify-content: center;
    }
    
    .logo-image {
        max-height: 60px; /* Adjusted for mobile */
    }
    
    /* Small mobile social media adjustments */
    .social-icons {
        justify-content: center;
        gap: 6px;
    }
    
    .social-icons > div {
        padding: 5px;
    }
    
    .social-icons svg {
        width: 28px;
        height: 28px;
    }
}

/* Social Media Section */
.social-media-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Social Media Icons with White Background */
.social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.social-icons > div {
    background: white;
    border-radius: 8px;
    /* padding: 8px; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    width: 45px;
    height: 45px;
}

.social-icons > div:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.social-icons a {
    display: block;
    text-decoration: none;
}

.social-icons svg {
    display: block;
    width: 35px;
    height: 35px;
}

/* Specific social media icon adjustments */
.social-icons .new-si > div {
    background: white;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.social-icons .new-si > div:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

/* Utility Classes */
.mobile-hide {
    display: block;
}

.desktop-hide {
    display: none;
}

@media (max-width: 768px) {
    .mobile-hide {
        display: none;
    }
    
    .desktop-hide {
        display: block;
    }
}

/* Smooth Transitions */
* {
    transition: all 0.3s ease;
}

/* Hover Effects */
.contact-link:hover,
.mobile-contact-link:hover,
.language-link:hover {
    transform: translateY(-2px);
}

/* Focus States */
.search-input:focus,
.mobile-search-input:focus {
    transform: scale(1.02);
}

/* Animation for Sticky Header */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sticky-header {
    animation: fadeInDown 0.3s ease;
}
/* === Compact Main Header (logo aynı boyda) === */
.main-header-wrapper{ padding:6px 0 !important; }
.main-header-wrapper .container{ padding-top:6px !important; padding-bottom:6px !important; }
.main-header-wrapper .main-navigation-inner{ padding:0 !important; }
.main-header-wrapper .navigation-content{ display:flex; align-items:center; gap:16px !important; margin-left: 52px;}

/* Logo boyutunu sabitle (desktop 90px, mobile 45px – mevcut görünüm korunur) */
.brand-logo-section{ display:flex; align-items:center; }
.brand-logo-section .desktop-logo{ height:50px !important; max-height:50px !important; width:auto !important; }
.brand-logo-section .mobile-logo{ height:45px !important; width:auto !important; }

/* Gereksiz dikey boşlukları kes */
.main-header-wrapper .home-link{ line-height:1 !important; }
.main-header-wrapper .brand-logo-section,
.main-header-wrapper #main-navigation{ margin:0 !important; padding:0 !important; }

/* Menü öğelerinin dikey paddingsini kıs */
.main-header-wrapper .menu-list > li > a{
  padding-top:10px !important;
  padding-bottom:10px !important;
  line-height:1.2 !important;
}
/* Contact info column dikey ortalama */
.contact-info-col {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important; /* dikeyde ortala */
  height: 100% !important;
}
/* Sadece desktop logoya uygula */
.brand-logo-section .desktop-logo {
    transform: scale(2.7); /* logoyu %130 büyüt */
    transform-origin: center center; /* ortasından büyüsün */
    display: inline-block; /* transform düzgün çalışsın */
    transition: none !important;
}

/* Eğer mobil logoyu da büyütmek istersen */
.brand-logo-section .mobile-logo {
    transform: scale(1.2);
    transform-origin: center center;
}
.main-header-wrapper {
  position: relative; /* başlangıçta normal akışta */
  width: 100%;
  z-index: 999;
}
.main-header-wrapper.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: #fff; /* arka plan sabit görünsün diye */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.custom-linkbtn {
  display:inline-block;
  padding: 1.3em 3em !important;
  font-size: 16.5px !important;
  text-transform: uppercase !important;
  letter-spacing: 2.5px !important;
  font-weight: 700 !important;
  color: #000 !important;
  background-color: #fff !important;
  border: none !important;
  border-radius: 45px !important;
  /* box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1) !important; */
  transition: all 0.3s ease 0s !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

.custom-linkbtn:hover {
  background-color: #1e3a8a  !important;
  box-shadow: 0px 15px 20px #1e3a8a !important;
  color: #fff !important;
  transform: translateY(-7px) !important;
}

.custom-linkbtn:active {
  transform: translateY(-1px) !important;
}

/* Mobile: her şeyi ortala */
@media (max-width: 767.98px){
  .second-footer .container,
  .second-footer .row,
  .marquee,
  .marquee > div,
  .marquee span,
  .bottom-footer-text .row,
  .bottom-footer-text .col-md-9,
  .bottom-footer-text .col-md-3{
    text-align:center !important;
  }

  /* Sütunlar dikey hizalı, merkezde */
  .second-footer .widget-area,
  .second-footer .widget_nav_menu,
  #menu-footer-quick-links,
  .footer-contact{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
  }

  /* Logo merkezde */
  .second-footer .home-link span,
  .second-footer .home-link img{
    display:block !important;
    margin:0 auto !important;
  }

  /* Sosyal ikonlar satır içi, ortada, sarılır */
  .social-icons.new-si{

    display:flex !important;
    flex-wrap:wrap !important;
    justify-content:center !important;
    gap:12px !important;
  }
  .social-icons.new-si > div{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  /* Liste linkleri ortada tek sütun */
  .like-ul{
    display:flex !important;
    flex-direction:column !important;
    gap:6px !important;
    align-items:center !important;
  }
  .like-ul .like-li a{
    display:inline-block !important;
  }

  /* İletişim satırları ortada */
  .footer-contact-box .inner a{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    text-align:center !important;
  }
body {
  padding-top: 100px; /* header yüksekliği kadar boşluk bırak */
}

  /* Alt telif ve ajans logosu ortada */
  .bottom-footer-text .col-md-9,
  .bottom-footer-text .col-md-3{
    margin:10px 0 !important;
  }
  .bottom-footer-text .dsa-logo{
    display:inline-block !important;
    margin:0 auto !important;
  }

  /* Görsel/ikonların taşmaması için */
  .second-footer img,
  .second-footer svg{
    /* height:auto !important; */
    max-width:100% !important;
  }
}

/* Genel: her şeyi ortala (desktop + mobile) */
.second-footer .container,
.second-footer .row,
.marquee,
.marquee > div,
.marquee span,
.bottom-footer-text .row,
.bottom-footer-text .col-md-9,
.bottom-footer-text .col-md-3{
  text-align:center !important;
}

/* Sütunları dikey hizala, ortala */
.second-footer .widget-area,
.second-footer .widget_nav_menu,
#menu-footer-quick-links,
.footer-contact{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
}

/* Logo ortada */
.second-footer .home-link span,
.second-footer .home-link img{
  display:block !important;
  margin:0 auto !important;
}

/* Sosyal ikonlar ortada */
.social-icons.new-si{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:center !important;
  gap:12px !important;
}
.social-icons.new-si > div{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

/* Liste linkleri ortada */
.like-ul{
  display:flex !important;
  flex-direction:column !important;
  gap:6px !important;
  align-items:center !important;
}
.like-ul .like-li a{
  display:inline-block !important;
}

/* İletişim satırları ortada */
.footer-contact-box .inner a{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  text-align:center !important;
}

/* Alt telif + ajans logosu ortada */
.bottom-footer-text .col-md-9,
.bottom-footer-text .col-md-3{
  margin:10px 0 !important;
}
.bottom-footer-text .dsa-logo{
  display:inline-block !important;
  margin:0 auto !important;
}

/* Görsel/ikon taşmasın */
.second-footer img,
.second-footer svg{

  max-width:100% !important;
}
/* İletişim altındakiler sola hizalı */
.footer-contact{
  align-items:flex-start !important;
  text-align:left !important;
}

.footer-contact-box .inner a{
  justify-content:flex-start !important;
  text-align:left !important;
}
/* RXM Contacts: ikon boyutu ve hizası fix */
.rxm-contacts a{
  display:grid !important;
  grid-template-columns: 40px 1fr !important; /* sabit ikon kolonu */
  align-items:center !important;              /* çok satırda dikey ortalama */
  gap:12px !important;
  min-height:20px;                            /* tutarlı kart yüksekliği */
}

/* Lucide svg'ye dönüşüyor; her iki durumu da hedefle */
.rxm-contacts a > [data-lucide],
.rxm-contacts a > svg{
  
  width:24px !important;
  height:24px !important;
  stroke-width:2 !important;  /* görsel ağırlığı eşitle */
  display:block !important;
  justify-self:center;        /* ikon kolonu ortalansın */
}

/* Metin okunabilirliği */
.rxm-contacts a span{
  line-height:1.4 !important;
}

.rxm-contacts svg{
  color: #0c2b5e !important;
}
:root{
  --logo-w: 266px;   /* orijinal kutu genişliği */
  --logo-h: 79px;    /* orijinal kutu yüksekliği */
  --logo-scale: 1.25;/* 1 = normal, 1.25 = %25 büyük */
}

.rxm-logo{
 
  height: var(--logo-h);
  position: relative;
  overflow: visible;      /* taşsa bile çevre elemanları itmez */
  flex: 0 0 var(--logo-w);
}
.contact-card-icon {
  width: 60px;                 /* sabit kare boyut */
  height: 60px;
  border-radius: 50%;          /* daire isterseniz */
  background-color: #0c2b5e;   /* lacivert arka plan */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;              /* uzun metinde kutu yassılaşmaz */
  margin-bottom: 15px;
}

.contact-card-icon svg {
  width: 28px;
  height: 28px;
  stroke: #fff;                /* ikon rengini beyaz yap */
}
.contact-card {
  display: flex;
  flex-direction: column;
  height: 100%;              /* tüm kutular aynı yükseklik olsun */
  padding: 20px;
  background: #fff;
  border: 1px solid #e6e9ef;
  border-radius: 12px;
  transition: transform 0.3s;
}

.contact-card h3,
.contact-card p {
  margin-bottom: 10px;
}

/* Butonları en alta sabitle */
.contact-card-action {
  margin-top: auto;          /* alta iter */
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--rxm-blue, #1162ae);
  cursor: pointer;
}
.card-image img {
  object-position: top;
}
/* HERO CTA tıklanabilirlik garantisi */
.hx-hero__content,
.hx-hero__content * { pointer-events:auto !important; }
.hx-hero__overlay { pointer-events:none !important; }

  .ttm-header-wrap { position: absolute }
  * { margin: 0; }
  