@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(160deg, #29ABE2, #106487) !important;
  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: 6px; */
}

.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: 6px;
  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-fit: cover;
  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: #0070b9;
} */

/* #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: contain;
  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;
}
/* === ÜRODEN Brand Tokens === */
:root{
  --rx-orange: #f15a37 !important;
  --rx-orange-600: #d94c2f !important;
  --rx-blue:   #18a2d7 !important;
  --rx-ink:    #0f2230 !important;
  --rx-muted:  #f6fbfe !important;
  --rx-card-bg:#ffffff !important;
  --rx-ring:   color-mix(in srgb, var(--rx-blue) 35%, #fff) !important;
  --rx-gap: 16px !important;
  --rx-shadow: 0 10px 30px rgba(0,0,0,.12) !important;
  --rx-shadow-lg: 0 18px 40px rgba(0,0,0,.16) !important;
}

/* Üst başlık */
.rx-articles-slider .services-head{ text-align:center !important; }
.rx-articles-slider .services-head h3{
  color: var(--rx-ink) !important; font-weight: 800 !important; letter-spacing:.2px !important;
  margin-top: 10px !important;
}
.rx-articles-slider .slider-badge{
  display:none !important; align-items:center !important; gap:8px !important;
  color: var(--rx-orange-600) !important;
  /* background:
    linear-gradient(180deg, #fff, #fff) padding-box,
    linear-gradient(90deg, var(--rx-orange), var(--rx-blue)) border-box !important; */
  border:1px solid transparent !important;
  padding:6px 14px !important; border-radius:999px !important;
  box-shadow: 0 4px 12px rgba(241,90,55,.15);
}
.rx-articles-slider .slider-badge .lucide{ width:18px; height:18px; stroke: var(--rx-orange-600); }

/* Slider iskelet */
.rx-articles-slider .slider-container{ position:relative !important; outline: none !important; }
.rx-articles-slider .slider-wrapper{ overflow:hidden !important; }
.rx-articles-slider .slider{
  display:flex !important; will-change: transform !important;
  transition: transform .5s cubic-bezier(.2,.8,.2,1) !important;
  padding: 30px 6px 30px 6px !important;
  /* background:
    radial-gradient(1200px 600px at 110% -10%, rgba(24,162,215,0.08), transparent 60%),
    radial-gradient(900px 500px at -10% 110%, rgba(241,90,55,0.08), transparent 60%) !important; */
  border-radius: 16px !important;
}

/* Slide */
.rx-articles-slider .slide{
  flex: 0 0 calc(25% - var(--rx-gap)) !important;
  margin: 12px var(--rx-gap) 12px 0 !important;
  min-height: 420px !important;
}
@media (max-width: 1199.98px){ .rx-articles-slider .slide{ flex: 0 0 calc(33.333% - var(--rx-gap)) !important; } }
@media (max-width: 991.98px){  .rx-articles-slider .slide{ flex: 0 0 calc(50% - var(--rx-gap)) !important; } }
@media (max-width: 575.98px){  .rx-articles-slider .slide{ flex: 0 0 calc(100% - var(--rx-gap)) !important; margin-right: 0 !important; } }

/* Kart */
.rx-card{
  background: var(--rx-card-bg) !important;
  border-radius: 20px !important;
  /* box-shadow: var(--rx-shadow) !important; */
  border: 1px solid color-mix(in srgb, var(--rx-blue) 28%, #eaf6f8) !important;
  overflow: hidden !important;
  height: 100% !important;
  display: grid !important;
  grid-template-rows: auto 1fr !important; /* görsel + içerik */
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease !important;
}
.rx-card:hover{
  transform: translateY(-6px) !important; box-shadow: var(--rx-shadow-lg) !important;
  border-color: color-mix(in srgb, var(--rx-orange) 35%, var(--rx-blue) 20%) !important;
}

/* Görsel alanı */
.rx-card__media{ display:block !important; position:relative !important; aspect-ratio: 4/3 !important; overflow:hidden !important; }
.rx-card__media img{
  width: 100% !important; height: 100% !important; object-fit: cover !important;
  transform: scale(1.01) !important; transition: transform .5s ease !important;
}
.rx-card:hover .rx-card__media img{ transform: scale(1.06) !important; }

/* İçerik alanı */
.rx-card__body{
  padding: 18px 16px 20px !important;
  display:flex !important; flex-direction: column !important; gap:10px !important;
  min-height: 220px !important;
}
.rx-card__title{
  margin: 0 !important; text-align: center !important; line-height: 1.3 !important;
}
.rx-card__title a{
  color: var(--rx-ink) !important; text-decoration:none !important;
  display:-webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important; overflow:hidden !important;
  min-height: calc(1.3em * 2) !important;
}
.rx-card__excerpt{
  color: color-mix(in srgb, var(--rx-ink) 70%, #fff) !important; text-align:center !important; margin:0 !important;
  display:-webkit-box !important; -webkit-line-clamp: 3 !important; -webkit-box-orient: vertical !important; overflow:hidden !important;
  min-height: calc(1.4em * 3) !important;
}

/* CTA – EN ALTA SABİT */
.rx-card__cta{ margin-top: auto !important; display:flex !important; justify-content:center !important; }
.rx-btn{
  display:inline-flex !important; align-items:center !important; gap:8px !important;
  padding: 10px 16px !important; border-radius: 999px !important; font-weight: 700 !important; line-height: 1 !important;
  text-decoration: none !important; border:1px solid transparent !important;
  transition: background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease !important;
  color:#fff !important;
  background: linear-gradient(160deg, var(--rx-orange), color-mix(in srgb, var(--rx-orange) 75%, #fff)) !important;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--rx-orange) 25%, transparent) !important;
}
.rx-btn:hover{
  background: linear-gradient(160deg, var(--rx-orange-600), var(--rx-orange)) !important;
  box-shadow: 0 14px 32px color-mix(in srgb, var(--rx-orange) 35%, transparent) !important;
}
.rx-btn .lucide{ width:18px; height:18px; stroke:#fff; }

/* === YENİ TASARIM: Tümünü Görüntüle Split-CTA === */
.rx-split-cta{
  --knob: 44px;
  display:inline-flex !important; align-items:center !important; gap:10px !important;
  padding: 6px !important; border-radius: 999px !important;
  text-decoration: none !important; position: relative !important;
  background: rgba(255,255,255,.75) !important;
  border:1px solid transparent !important;
  backdrop-filter: blur(8px);
  /* box-shadow: 0 10px 24px rgba(15,34,48,.08) !important; */
  /* gradient border */
  /* background:
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.82)) padding-box,
    linear-gradient(90deg, var(--rx-orange), var(--rx-blue)) border-box !important;
*/
}
.rx-split-cta:hover{
    border:1px solid #f15a37 !important;
}
.rx-split-cta__label{
  color: var(--rx-ink) !important; font-weight: 800 !important; letter-spacing: .2px !important;
  padding: 12px 18px !important; line-height:1 !important; white-space: nowrap !important;
}
.rx-split-cta__knob{
    color:white;
  width: var(--knob); height: var(--knob);
  border-radius: 999px !important; display:grid !important; place-items:center !important;
  position: relative !important; overflow: hidden !important;
  background: linear-gradient(140deg, var(--rx-orange), color-mix(in srgb, var(--rx-orange) 70%, var(--rx-blue))) !important;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--rx-orange) 28%, transparent) !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
.rx-split-cta__knob i.lucide{ width:20px; height:20px; stroke:#fff; transition: transform .25s ease; }

/* Dönen gradient halka */
.rx-split-cta__knob::before{
  content:""; position:absolute; inset:-2px; border-radius:inherit;
  background: conic-gradient(from 0deg, var(--rx-orange), var(--rx-blue), var(--rx-orange)) !important;
  mask: radial-gradient(circle at 50% 50%, transparent 63%, #000 64%);
  opacity:.6; filter: blur(0.5px);
  transform: rotate(0deg);
  transition: opacity .25s ease;
}

/* Hover etkileri */
.rx-split-cta:hover .rx-split-cta__knob{ transform: scale(1.08); box-shadow: 0 16px 36px color-mix(in srgb, var(--rx-orange) 36%, transparent) !important; }
.rx-split-cta:hover .rx-split-cta__knob i.lucide{ transform: translateX(2px); }
.rx-split-cta:hover .rx-split-cta__knob::before{ animation: rx-rotate 1.2s linear infinite; opacity:.9; }
.rx-split-cta:hover .rx-split-cta__label{
  color:#000 !important;
  /* background: linear-gradient(90deg, color-mix(in srgb, var(--rx-orange) 85%, #fff), var(--rx-blue)) !important; */
  border-radius: 999px !important;
}

/* Focus ring (erişilebilirlik) */
.rx-split-cta:focus-visible{
  outline: none !important;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--rx-blue) !important;
}

@keyframes rx-rotate{
  to{ transform: rotate(360deg); }
}

/* Önceki / Sonraki */
.rx-articles-slider .slider-btn{
  position:absolute !important; top: 50% !important; transform: translateY(-50%) !important;
  width: 48px !important; height: 48px !important; border-radius: 999px !important;
  display:grid !important; place-items:center !important;
  background:
    linear-gradient(180deg, var(--rx-orange), var(--rx-orange-600)) !important;
  color:#fff !important; border: 1px solid color-mix(in srgb,var(--rx-orange) 50%, transparent) !important;
  box-shadow: 0 10px 24px color-mix(in srgb,var(--rx-orange) 30%, transparent) !important;
  cursor:pointer !important; z-index: 5 !important;
}
.rx-articles-slider .slider-btn .lucide{ width:24px; height:24px; stroke:#fff; }
.rx-articles-slider .slider-btn:hover{
  filter: brightness(1.03); transform: translateY(-50%) scale(1.03) !important;
}
.rx-articles-slider .slider-btn.prev{ left: -8px !important; }
.rx-articles-slider .slider-btn.next{ right: -8px !important; }
@media (max-width: 575.98px){
  .rx-articles-slider .slider-btn.prev{ left: 6px !important; }
  .rx-articles-slider .slider-btn.next{ right: 6px !important; }
}

/* Focus ring genel */
.slider-container:focus-visible,
.rx-card a:focus-visible,
.rx-btn:focus-visible{
  outline: none !important;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--rx-blue) !important;
  border-color: var(--rx-blue) !important;
}
.rx-articles-slider .slider-badge{
  display: none;
}/* Bu slider’ın, ilk slider ile aynı split-CTA buton tasarımını alması için gerekli minimum CSS.
   (Diğer stiller ilk slider’dan zaten yükleniyor.) */

:root{
  --rx-orange: #f15a37;
  --rx-blue:   #18a2d7;
  --rx-ink:    #0f2230;
}

/* Slider badge ikonu boyutu (uyum için) */
.rx-articles-slider .slider-badge .lucide{ width:18px; height:18px; stroke: #d94c2f; }

/* Split-CTA */
.rx-split-cta{
  --knob: 44px;
  display:inline-flex; align-items:center; gap:10px;
  padding: 6px; border-radius: 999px; text-decoration: none; position: relative;
  /* background:
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.82)) padding-box,
    linear-gradient(90deg, var(--rx-orange), var(--rx-blue)) border-box; */
  border:1px solid transparent; backdrop-filter: blur(8px);
  box-shadow: 0 10px 24px rgba(15,34,48,.08);
}
.rx-split-cta__label{
  color: var(--rx-ink); font-weight: 800; letter-spacing: .2px;
  padding: 12px 18px; line-height:1; white-space: nowrap;
}
.rx-split-cta__knob{
  width: var(--knob); height: var(--knob); color:#fff;
  border-radius: 999px; display:grid; place-items:center; position: relative; overflow: hidden;
  background: linear-gradient(140deg, var(--rx-orange), color-mix(in srgb, var(--rx-orange) 70%, var(--rx-blue)));
  box-shadow: 0 10px 24px color-mix(in srgb, var(--rx-orange) 28%, transparent);
  transition: transform .25s ease, box-shadow .25s ease;
}
.rx-split-cta__knob i.lucide{ width:20px; height:20px; stroke:#fff; transition: transform .25s ease; }
.rx-split-cta__knob::before{
  content:""; position:absolute; inset:-2px; border-radius:inherit;
  background: conic-gradient(from 0deg, var(--rx-orange), var(--rx-blue), var(--rx-orange));
  mask: radial-gradient(circle at 50% 50%, transparent 63%, #000 64%);
  opacity:.6; filter: blur(0.5px); transform: rotate(0deg); transition: opacity .25s ease;
}
.rx-split-cta:hover .rx-split-cta__knob{ transform: scale(1.08); box-shadow: 0 16px 36px color-mix(in srgb, var(--rx-orange) 36%, transparent); }
.rx-split-cta:hover .rx-split-cta__knob i.lucide{ transform: translateX(2px); }
.rx-split-cta:hover .rx-split-cta__knob::before{ animation: rx-rotate 1.2s linear infinite; opacity:.9; }
.rx-split-cta:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--rx-blue);
}

@keyframes rx-rotate{ to{ transform: rotate(360deg); } }
.footer{
  --clr-white: #ffffff;
  --clr-black: #0f2230;     /* ink (koyu gri) */
  --clr-blue:  #18a2d7;     /* ana marka mavi */
  --clr-brand: #f15a37;     /* vurgu (turuncu) */
  --clr-deep:  #0b7aa5;     /* derin mavi (hover/çizgi) */
  --t: .18s ease-in-out;
}

/* Zemin & temel renkler */
.footer.widget-footer{ 
  background: var(--clr-white) !important; 
  color: var(--clr-black) !important; 
}
.footer .fbody{ background: transparent !important; }

/* Üst ayraç ve iç boşluk */
.footer .second-footer{
  background: transparent !important; 
  padding: 48px 0 24px !important;
  border-top: 4px solid var(--clr-deep) !important; /* derin mavi şerit */
}

/* Sütun başlıkları */
.footer .site-owner{
  color: var(--clr-blue) !important; 
  font-weight: 700 !important;
  padding-bottom: 10px !important; 
  margin-bottom: 16px !important;
  border-bottom: 2px solid var(--clr-brand) !important; /* turuncu vurgu */
}

/* Logo alanı */
.footer .home-link img{ 
  max-width: 220px !important; 
  height:auto !important; 
  display:block !important; 
}

/* Hakkımızda metni */
.footer .footer-about{ 
  color: var(--clr-black) !important; 
  line-height:1.6 !important; 
}

/* Menü linkleri */
.footer .widget_nav_menu .list-unstyled li{ 
  margin:.35rem 0 !important; 
}
.footer .widget_nav_menu .list-unstyled li a{
  color: var(--clr-blue) !important; 
  position: relative !important; 
  padding-left: 0 !important;
  text-decoration: none !important;
  transition: color var(--t) !important;
}
.footer .widget_nav_menu .list-unstyled li a:hover,
.footer .widget_nav_menu .list-unstyled li a:focus-visible{
  color: var(--clr-deep) !important; /* derin mavi hover */
}
.footer .widget_nav_menu .list-unstyled li a::after{
  content:""; 
  display:block !important; 
  width:0 !important; 
  height:2px !important;
  background: var(--clr-brand) !important; /* turuncu alt çizgi */
  transition: width var(--t) !important;
}
.footer .widget_nav_menu .list-unstyled li a:hover::after,
.footer .widget_nav_menu .list-unstyled li a:focus-visible::after{ 
  width: 100% !important; 
}

/* ========= Küçük Responsive Dokunuşlar ========= */
@media (max-width: 991.98px){
  .footer .second-footer{ padding: 36px 0 18px !important; }
  .footer .home-link img{ max-width: 270px !important; }
  .footer .widget-area{ margin-bottom: 24px !important; }
}

/* "like-ul / like-li" linkleri: logo uyumlu hover */
#menu-footer-quick-links .like-ul{ 
  margin:0 !important; 
  padding:0 !important;
}
#menu-footer-quick-links .like-ul .like-li{ 
  margin:.35rem 0 !important;
}
#menu-footer-quick-links .like-ul .like-li a{
  display:inline-block !important;
  position:relative !important;
  color: var(--clr-blue, #18a2d7) !important;
  text-decoration:none !important;
  transition: color var(--t, .18s ease-in-out) !important;
}
#menu-footer-quick-links .like-ul .like-li a::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important; 
  bottom:-2px !important;
  width:0 !important; 
  height:2px !important;
  background: var(--clr-brand, #f15a37) !important; /* turuncu underline */
  transition: width var(--t, .18s ease-in-out) !important;
}
#menu-footer-quick-links .like-ul .like-li a:hover,
#menu-footer-quick-links .like-ul .like-li a:focus-visible{
  color: var(--clr-deep, #0b7aa5) !important; /* derin mavi hover */
}
#menu-footer-quick-links .like-ul .like-li a:hover::after,
#menu-footer-quick-links .like-ul .like-li a:focus-visible::after{
  width:100% !important;
}

/* Menü widget hizalama */
.widget_nav_menu{
  text-align: center !important;
}

/* === Brand Tokens (global) — logoya göre güncellendi === */
:root{
  --rx-primary: #18a2d7 !important;        /* ana mavi */
  --rx-primary-600: #0b7aa5 !important;     /* koyu mavi */
  --rx-primary-150: #eaf7fd !important;     /* çok açık mavi arka plan */
  --rx-ink: #0f2230 !important;             /* başlık/metin koyu gri */
  --rx-card-bg: #ffffff !important;
  --rx-ring: color-mix(in srgb, var(--rx-primary) 35%, #fff) !important;
  --rx-shadow: 0 10px 30px rgba(0,0,0,.12) !important;
  --rx-shadow-lg: 0 18px 40px rgba(0,0,0,.16) !important;
  --rx-gap: 16px !important;
}

/* Üst başlık (varsa) */
/* ... diğer stiller aynen kalabilir ... */
/* === Başlık çizgisi sadece başlık kadar olsun === */
.footer .site-owner{
  display: inline-block !important;       /* genişlik: metin kadar */
  position: relative !important;
  padding-bottom: 10px !important;
  margin-bottom: 16px !important;
  border-bottom: none !important;         /* eski çizgiyi kaldır */
}
.footer .site-owner::after{
  content:"" !important;
  display:block !important;
  width:100% !important;                  /* başlık genişliği kadar */
  height:2px !important;
  background: #f15a37 !important;
  border-radius: 999px !important;
  margin-top: 8px !important;
}

/* === Başlığın altındaki yazıları (listeleri) başlıkla aynı genişlikte göster === */
/* Hem klasik .list-unstyled hem de like-ul yapısını kapsa */
.footer .widget_nav_menu .list-unstyled,
#menu-footer-quick-links .like-ul{
  width: var(--owner-w, auto) !important; /* JS ile başlık genişliği atanır */
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left !important;            /* içerik sola hizalı kalsın */
  word-wrap: break-word !important;
}

/* Merkezleme korunsun */
.widget_nav_menu{
  text-align: center !important;
}
/* === ÜRODEN Brand Tokens === */
:root{
  --rx-orange: #f15a37 !important;
  --rx-orange-600: #d94c2f !important;
  --rx-blue:   #18a2d7 !important;
  --rx-ink:    #0f2230 !important;
  --rx-muted:  #f6fbfe !important;
  --rx-card-bg:#ffffff !important;
  --rx-ring:   color-mix(in srgb, var(--rx-blue) 35%, #fff) !important;
  --rx-gap: 16px !important;
  --rx-shadow: 0 10px 30px rgba(0,0,0,.12) !important;
  --rx-shadow-lg: 0 18px 40px rgba(0,0,0,.16) !important;
}

/* Üst başlık */
.rx-articles-slider .services-head{ text-align:center !important; }
.rx-articles-slider .services-head h3{
  color: var(--rx-ink) !important; font-weight: 800 !important; letter-spacing:.2px !important;
  margin-top: 10px !important;
}
.rx-articles-slider .slider-badge{
  display:none !important; align-items:center !important; gap:8px !important;
  color: var(--rx-orange-600) !important;
  /* background:
    linear-gradient(180deg, #fff, #fff) padding-box,
    linear-gradient(90deg, var(--rx-orange), var(--rx-blue)) border-box !important; */
  border:1px solid transparent !important;
  padding:6px 14px !important; border-radius:999px !important;
  box-shadow: 0 4px 12px rgba(241,90,55,.15);
}
.rx-articles-slider .slider-badge .lucide{ width:18px; height:18px; stroke: var(--rx-orange-600); }

/* Slider iskelet */
.rx-articles-slider .slider-container{ position:relative !important; outline: none !important; }
.rx-articles-slider .slider-wrapper{ overflow:hidden !important; }
.rx-articles-slider .slider{
  display:flex !important; will-change: transform !important;
  transition: transform .5s cubic-bezier(.2,.8,.2,1) !important;
  padding: 30px 6px 30px 6px !important;
  /* background:
    radial-gradient(1200px 600px at 110% -10%, rgba(24,162,215,0.08), transparent 60%),
    radial-gradient(900px 500px at -10% 110%, rgba(241,90,55,0.08), transparent 60%) !important; */
  border-radius: 16px !important;
}

/* Slide */
.rx-articles-slider .slide{
  flex: 0 0 calc(25% - var(--rx-gap)) !important;
  margin: 12px var(--rx-gap) 12px 0 !important;
  min-height: 420px !important;
}
@media (max-width: 1199.98px){ .rx-articles-slider .slide{ flex: 0 0 calc(33.333% - var(--rx-gap)) !important; } }
@media (max-width: 991.98px){  .rx-articles-slider .slide{ flex: 0 0 calc(50% - var(--rx-gap)) !important; } }
@media (max-width: 575.98px){  .rx-articles-slider .slide{ flex: 0 0 calc(100% - var(--rx-gap)) !important; margin-right: 0 !important; } }

/* Kart */
.rx-card{
  background: var(--rx-card-bg) !important;
  border-radius: 20px !important;

  border: 1px solid color-mix(in srgb, var(--rx-blue) 28%, #eaf6f8) !important;
  overflow: hidden !important;
  height: 100% !important;
  display: grid !important;
  grid-template-rows: auto 1fr !important; /* görsel + içerik */
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease !important;
}
.rx-card:hover{
  transform: translateY(-6px) !important; box-shadow: var(--rx-shadow-lg) !important;
  border-color: color-mix(in srgb, var(--rx-orange) 35%, var(--rx-blue) 20%) !important;
}

/* Görsel alanı */
.rx-card__media{ display:block !important; position:relative !important; aspect-ratio: 4/3 !important; overflow:hidden !important; }
.rx-card__media img{
  width: 100% !important; height: 100% !important; object-fit: cover !important;
  transform: scale(1.01) !important; transition: transform .5s ease !important;
}
.rx-card:hover .rx-card__media img{ transform: scale(1.06) !important; }

/* İçerik alanı */
.rx-card__body{
  padding: 18px 16px 20px !important;
  display:flex !important; flex-direction: column !important; gap:10px !important;
  min-height: 220px !important;
}
.rx-card__title{
  margin: 0 !important; text-align: center !important; line-height: 1.3 !important;
}
.rx-card__title a{
  color: var(--rx-ink) !important; text-decoration:none !important;
  display:-webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important; overflow:hidden !important;
  min-height: calc(1.3em * 2) !important;
}
.rx-card__excerpt{
  color: color-mix(in srgb, var(--rx-ink) 70%, #fff) !important; text-align:center !important; margin:0 !important;
  display:-webkit-box !important; -webkit-line-clamp: 3 !important; -webkit-box-orient: vertical !important; overflow:hidden !important;
  min-height: calc(1.4em * 3) !important;
}

/* CTA – EN ALTA SABİT */
.rx-card__cta{ margin-top: auto !important; display:flex !important; justify-content:center !important; }
.rx-btn{
  display:inline-flex !important; align-items:center !important; gap:8px !important;
  padding: 10px 16px !important; border-radius: 999px !important; font-weight: 700 !important; line-height: 1 !important;
  text-decoration: none !important; border:1px solid transparent !important;
  transition: background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease !important;
  color:#fff !important;
  background: linear-gradient(160deg, var(--rx-orange), color-mix(in srgb, var(--rx-orange) 75%, #fff)) !important;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--rx-orange) 25%, transparent) !important;
}
.rx-btn:hover{
  background: linear-gradient(160deg, var(--rx-orange-600), var(--rx-orange)) !important;
  box-shadow: 0 14px 32px color-mix(in srgb, var(--rx-orange) 35%, transparent) !important;
}
.rx-btn .lucide{ width:18px; height:18px; stroke:#fff; }

/* === YENİ TASARIM: Tümünü Görüntüle Split-CTA === */
.rx-split-cta{
  --knob: 44px;
  display:inline-flex !important; align-items:center !important; gap:10px !important;
  padding: 6px !important; border-radius: 999px !important;
  text-decoration: none !important; position: relative !important;
  background: rgba(255,255,255,.75) !important;
  border:1px solid transparent !important;
  backdrop-filter: blur(8px);
  /* box-shadow: 0 10px 24px rgba(15,34,48,.08) !important; */
  /* gradient border */
  /* background:
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.82)) padding-box,
    linear-gradient(90deg, var(--rx-orange), var(--rx-blue)) border-box !important;
*/
}
.rx-split-cta:hover{
    border:1px solid #f15a37 !important;
}
.rx-split-cta__label{
  color: var(--rx-ink) !important; font-weight: 800 !important; letter-spacing: .2px !important;
  padding: 12px 18px !important; line-height:1 !important; white-space: nowrap !important;
}
.rx-split-cta__knob{
    color:white;
  width: var(--knob); height: var(--knob);
  border-radius: 999px !important; display:grid !important; place-items:center !important;
  position: relative !important; overflow: hidden !important;
  background: #f15a37 !important;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--rx-orange) 28%, transparent) !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
.rx-split-cta__knob i.lucide{ width:20px; height:20px; stroke:#fff; transition: transform .25s ease; }

/* Dönen gradient halka */
.rx-split-cta__knob::before{
  content:""; position:absolute; inset:-2px; border-radius:inherit;
  background: conic-gradient(from 0deg, var(--rx-orange), var(--rx-blue), var(--rx-orange)) !important;
  mask: radial-gradient(circle at 50% 50%, transparent 63%, #000 64%);
  opacity:.6; filter: blur(0.5px);
  transform: rotate(0deg);
  transition: opacity .25s ease;
}

/* Hover etkileri */
.rx-split-cta:hover .rx-split-cta__knob{ transform: scale(1.08); box-shadow: 0 16px 36px color-mix(in srgb, var(--rx-orange) 36%, transparent) !important; }
.rx-split-cta:hover .rx-split-cta__knob i.lucide{ transform: translateX(2px); }
.rx-split-cta:hover .rx-split-cta__knob::before{ animation: rx-rotate 1.2s linear infinite; opacity:.9; }
.rx-split-cta:hover .rx-split-cta__label{
  color:#000 !important;
  /* background: linear-gradient(90deg, color-mix(in srgb, var(--rx-orange) 85%, #fff), var(--rx-blue)) !important; */
  border-radius: 999px !important;
}

/* Focus ring (erişilebilirlik) */
.rx-split-cta:focus-visible{
  outline: none !important;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--rx-blue) !important;
}

@keyframes rx-rotate{
  to{ transform: rotate(360deg); }
}

/* Önceki / Sonraki */
.rx-articles-slider .slider-btn{
  position:absolute !important; top: 50% !important; transform: translateY(-50%) !important;
  width: 48px !important; height: 48px !important; border-radius: 999px !important;
  display:grid !important; place-items:center !important;
  background:
    linear-gradient(180deg, var(--rx-orange), var(--rx-orange-600)) !important;
  color:#fff !important; border: 1px solid color-mix(in srgb,var(--rx-orange) 50%, transparent) !important;
  box-shadow: 0 10px 24px color-mix(in srgb,var(--rx-orange) 30%, transparent) !important;
  cursor:pointer !important; z-index: 5 !important;
}
.rx-articles-slider .slider-btn .lucide{ width:24px; height:24px; stroke:#fff; }
.rx-articles-slider .slider-btn:hover{
  filter: brightness(1.03); transform: translateY(-50%) scale(1.03) !important;
}
.rx-articles-slider .slider-btn.prev{ left: -8px !important; }
.rx-articles-slider .slider-btn.next{ right: -8px !important; }
@media (max-width: 575.98px){
  .rx-articles-slider .slider-btn.prev{ left: 6px !important; }
  .rx-articles-slider .slider-btn.next{ right: 6px !important; }
}

/* Focus ring genel */
.slider-container:focus-visible,
.rx-card a:focus-visible,
.rx-btn:focus-visible{
  outline: none !important;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--rx-blue) !important;
  border-color: var(--rx-blue) !important;
}
.rx-articles-slider .slider-badge{
  display: none;
}
/* Bu slider’ın, ilk slider ile aynı split-CTA buton tasarımını alması için gerekli minimum CSS.
   (Diğer stiller ilk slider’dan zaten yükleniyor.) */

:root{
  --rx-orange: #f15a37;
  --rx-blue:   #18a2d7;
  --rx-ink:    #0f2230;
}

/* Slider badge ikonu boyutu (uyum için) */
.rx-articles-slider .slider-badge .lucide{ width:18px; height:18px; stroke: #d94c2f; }

/* Split-CTA */
.rx-split-cta{
  --knob: 44px;
  display:inline-flex; align-items:center; gap:10px;
  padding: 6px; border-radius: 999px; text-decoration: none; position: relative;
  /* background:
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.82)) padding-box,
    linear-gradient(90deg, var(--rx-orange), var(--rx-blue)) border-box; */
  border:1px solid transparent; backdrop-filter: blur(8px);
  box-shadow: 0 10px 24px rgba(15,34,48,.08);
}
.rx-split-cta__label{
  color: var(--rx-ink); font-weight: 800; letter-spacing: .2px;
  padding: 12px 18px; line-height:1; white-space: nowrap;
}
.rx-split-cta__knob{
  width: var(--knob); height: var(--knob); color:#fff;
  border-radius: 999px; display:grid; place-items:center; position: relative; overflow: hidden;
  background: linear-gradient(140deg, var(--rx-orange), color-mix(in srgb, var(--rx-orange) 70%, var(--rx-blue)));
  box-shadow: 0 10px 24px color-mix(in srgb, var(--rx-orange) 28%, transparent);
  transition: transform .25s ease, box-shadow .25s ease;
}
.rx-split-cta__knob i.lucide{ width:20px; height:20px; stroke:#fff; transition: transform .25s ease; }
.rx-split-cta__knob::before{
  content:""; position:absolute; inset:-2px; border-radius:inherit;
  background: conic-gradient(from 0deg, var(--rx-orange), var(--rx-blue), var(--rx-orange));
  mask: radial-gradient(circle at 50% 50%, transparent 63%, #000 64%);
  opacity:.6; filter: blur(0.5px); transform: rotate(0deg); transition: opacity .25s ease;
}
.rx-split-cta:hover .rx-split-cta__knob{ transform: scale(1.08); box-shadow: 0 16px 36px color-mix(in srgb, var(--rx-orange) 36%, transparent); }
.rx-split-cta:hover .rx-split-cta__knob i.lucide{ transform: translateX(2px); }
.rx-split-cta:hover .rx-split-cta__knob::before{ animation: rx-rotate 1.2s linear infinite; opacity:.9; }
.rx-split-cta:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--rx-blue);
}

@keyframes rx-rotate{ to{ transform: rotate(360deg); } }
/* === Kart grid aralıkları (yalnızca bu sayfadaki liste) === */
.scrolling-pagination > .row{
  /* BS5 kullanıyorsan: */
  --bs-gutter-x: 12px !important; /* yatay aralık (küçük) */
  --bs-gutter-y: 32px !important; /* dikey aralık (büyük) */

  /* BS3/BS4 fallback: */
  margin-left: -12px !important;
  margin-right: -12px !important;
}

.scrolling-pagination > .row > .services-page{
  padding-left: 12px !important;   /* yatay aralık */
  padding-right: 12px !important;  /* yatay aralık */
  margin-bottom: 32px !important;  /* dikey aralık */
}

/* Kartların ekstra dış boşluklarını sıfırla (varsa) */
.scrolling-pagination .slide{ margin-bottom: 0 !important; }
.scrolling-pagination .rx-card{ margin: 0 !important; }
.faq-answer{
  font-weight: 500;
}
/* === Üst Bar Override (ÜRODEN paleti) === */
:root{
  --rx-blue:#18a2d7;
  --rx-orange:#f15a37;
  --rx-ink:#0f2230;
  --rx-muted:#f6fbfe;
}

/* Zemin & genel boşluklar */
.top-bar{ 
  background:#fff !important; 
  box-shadow: inset 0 -1px 0 rgba(15,34,48,.08) !important;
  padding:10px 0 !important;
}
/* .top-bar .container{ max-width:1200px !important; } */
.top-bar .contact-col{ display:flex !important; align-items:center !important; }

/* Bilgi listesi */
.top-bar .top-info{
  display:flex !important; flex-wrap:wrap !important;
  gap:18px 28px !important; list-style:none !important;
  margin:0 !important; padding:0 !important;
}
.top-bar .top-info li{ margin:0 !important; }

/* Link & metin */
.top-bar .top-info a{
  display:flex !important; align-items:center !important; gap:8px !important;
  color:var(--rx-ink) !important; font-weight:500 !important; 
  font-size:14px !important; line-height:1 !important; 
  padding:6px 0 !important; text-decoration:none !important;
  transition:all .2s ease !important;
}
.top-bar .top-info a:hover{ color:var(--rx-blue) !important; }

/* İkon rozeti */
.top-bar .top-info i{
  color:var(--rx-blue) !important;
  width:28px !important; height:28px !important;
  display:inline-flex !important; align-items:center !important; justify-content:center !important;
  border-radius:999px !important;
  background:rgba(24,162,215,.12) !important;
  border:1px solid rgba(24,162,215,.35) !important;
}
.top-bar .top-info a:hover i{
  background:var(--rx-blue) !important; color:#fff !important; 
  border-color:var(--rx-blue) !important;
  box-shadow:0 0 0 3px color-mix(in srgb, var(--rx-blue) 30%, #fff) !important;
}

/* “Yol Tarifi Alın” = CTA (turuncu pill) */
.top-bar .top-info li:last-child a{
  background:linear-gradient(90deg, var(--rx-orange), #ff7a59) !important;
  color:#fff !important; padding:6px 12px !important; border-radius:999px !important;
}
.top-bar .top-info li:last-child a i{
  color:#fff !important; background:transparent !important; border-color:transparent !important;
}
.top-bar .top-info li:last-child a:hover{ filter:brightness(.94) !important; }

/* Sosyal ikonlar (partials.social-media çıktısı) */
.top-bar .social-media-col{ display:flex !important; align-items:center !important; justify-content:flex-end !important; }
.top-bar .header-social{ display:flex !important; gap:10px !important; margin:0 !important; padding:0 !important; list-style:none !important; }
.top-bar .header-social li a{
  width:34px !important; height:34px !important; 
  display:inline-flex !important; align-items:center !important; justify-content:center !important;
  border-radius:999px !important; background:#fff !important;
  border:1px solid rgba(15,34,48,.15) !important; color:var(--rx-ink) !important;
  transition:transform .2s ease, border-color .2s ease, color .2s ease !important;
}
.top-bar .header-social li a:hover{
  transform:translateY(-1px) !important; 
  border-color:var(--rx-blue) !important; color:var(--rx-blue) !important;
}

/* Mobil iyileştirme */
@media (max-width: 991.98px){
  .top-bar{ padding:8px 0 !important; }
  .top-bar .top-info{ gap:10px 16px !important; }
  .top-bar .top-info a{ font-size:13px !important; }
  .top-bar .top-info i{ width:24px !important; height:24px !important; }
}
/* === Top-bar ikonları daha belirgin olsun === */
:root{
  --rx-blue:#18a2d7;
  --rx-orange:#f15a37;
  --rx-ink:#0f2230;
}

/* Metin rengi net dursun */
.top-bar .top-info a{ color:var(--rx-ink) !important; }

/* İKON ROZETİ — solid mavi zemin + beyaz ikon */
.top-bar .top-info i{
  width:34px !important;
  height:34px !important;
  font-size:15px !important;
  color:#fff !important;
  background:var(--rx-blue) !important;
  border:1px solid var(--rx-blue) !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-shadow:0 2px 6px rgba(24,162,215,.25) !important;
  -webkit-font-smoothing:antialiased !important;
  text-rendering:optimizeLegibility !important;
}

/* Hover’da hafif koyulaşsın */
.top-bar .top-info a:hover i{
  filter:brightness(.92) !important;
}

/* “Yol Tarifi Alın” butonu aynı kalsın; sadece ikon beyaz */
.top-bar .top-info li:last-child a{
  color:#fff !important;
}
.top-bar .top-info li:last-child a i{
  background:transparent !important;
  border-color:transparent !important;
  color:#fff !important;
}

/* SOSYAL İKONLAR — kontrastı artır */
.top-bar .header-social li a{
  width:36px !important; height:36px !important;
  background:var(--rx-blue) !important;
  border:1px solid var(--rx-blue) !important;
  color:#fff !important;
}
.top-bar .header-social li a i,
.top-bar .header-social li a svg{ color:#fff !important; fill:#fff !important; }

/* Hover: mavi sınır + beyaz zemin, simge mavi */
.top-bar .header-social li a:hover{
  background:#fff !important; color:var(--rx-blue) !important;
  border-color:var(--rx-blue) !important;
}
.top-bar .header-social li a:hover i,
.top-bar .header-social li a:hover svg{ color:var(--rx-blue) !important; fill:var(--rx-blue) !important; }

/* Küçük ekran ayarı */
@media (max-width: 991.98px){
  .top-bar .top-info i{ width:30px !important; height:30px !important; font-size:14px !important; }
  .top-bar .header-social li a{ width:32px !important; height:32px !important; }
}
:root{
  --rx-blue:#18a2d7;
  --rx-orange:#f15a37;
  --rx-ink:#0f2230;
  --rx-muted:#f6fbfe;
}

/* Zemin & iskelet */
.top-bar{ background:#fff !important; padding:10px 0 !important;
  box-shadow: inset 0 -1px 0 rgba(15,34,48,.08) !important; }
.top-bar .contact-col{ display:flex !important; align-items:center !important; }

/* Liste düzeni */
.top-bar .top-info{ display:flex !important; flex-wrap:wrap !important;
  gap:18px 28px !important; list-style:none !important; margin:0 !important; padding:0 !important; }
.top-bar .top-info li{ margin:0 !important; }

/* Link/metin */
.top-bar .top-info a{ display:flex !important; align-items:center !important; gap:10px !important;
  color:var(--rx-ink) !important; font-weight:500 !important; font-size:14px !important; line-height:1 !important;
  padding:6px 0 !important; text-decoration:none !important; transition:all .2s ease !important; }
.top-bar .top-info a:hover{ color:var(--rx-blue) !important; }

/* === LUCIDE ikon rozet (svg) — solid mavi zeminde beyaz stroke === */
.top-bar .top-info .rx-ico{
  /* Lucide, svg üretir ve bu sınıf kalır */
  width:20px !important; height:20px !important; box-sizing:content-box !important;
  padding:7px !important; /* toplam ~34px rozet */
  display:inline-flex !important; align-items:center !important; justify-content:center !important;
  background:var(--rx-blue) !important; border:1px solid var(--rx-blue) !important; border-radius:10px !important;
  color:#fff !important; /* Lucide stroke currentColor olduğu için beyaz görünür */
  stroke:currentColor !important; stroke-width:2.25px !important;
  box-shadow:0 2px 6px rgba(24,162,215,.25) !important;
}
.top-bar .top-info a:hover .rx-ico{ filter:brightness(.92) !important; }

/* CTA – “Yol Tarifi Alın” (turuncu pill) */
.top-bar .top-info li:last-child a{
  background:linear-gradient(90deg, var(--rx-orange), #ff7a59) !important;
  color:#fff !important; padding:6px 12px !important; border-radius:999px !important;
}
.top-bar .top-info li:last-child .rx-ico{
  background:transparent !important; border-color:transparent !important; color:#fff !important;
  padding:0 !important; width:22px !important; height:22px !important; /* pill içinde daha küçük ikon */
}

/* Sosyal alan (varsa) */
.top-bar .social-media-col{ display:flex !important; align-items:center !important; justify-content:flex-end !important; }
.top-bar .header-social{ display:flex !important; gap:10px !important; margin:0 !important; padding:0 !important; list-style:none !important; }
.top-bar .header-social li a{
  width:36px !important; height:36px !important; display:inline-flex !important; align-items:center !important; justify-content:center !important;
  background:#fff !important; border:1px solid rgba(15,34,48,.15) !important; color:var(--rx-ink) !important; border-radius:10px !important;
  transition:transform .2s ease, border-color .2s ease, color .2s ease !important;
}
.top-bar .header-social li a:hover{
  transform:translateY(-1px) !important; border-color:var(--rx-blue) !important; color:var(--rx-blue) !important;
}

/* Mobil */
@media (max-width: 991.98px){
  .top-bar{ padding:8px 0 !important; }
  .top-bar .top-info{ gap:10px 16px !important; }
  .top-bar .top-info a{ font-size:13px !important; }
  .top-bar .top-info .rx-ico{ padding:6px !important; width:18px !important; height:18px !important; }
}

/* ========== ÜRODEN Sticky Header Redesign (CSS-only) ========== */
:root{
  --rx-orange:#f15a37;
  --rx-blue:#18a2d7;
  --rx-ink:#0f2230;
  --rx-muted:#f6fbfe;
  --rx-ring:rgba(24,162,215,.28);
}

/* Zemin & çerçeve */
.ttm-header-wrap,
#ttm-stickable-header-w,
.site-header-menu,
.site-header-menu-inner{ background:#fff !important; }

#ttm-stickable-header-w{ position:relative !important; z-index:60 !important; }
/* #ttm-stickable-header-w::before{
  content:""; position:absolute; inset:0 0 auto 0; height:3px;
  background:linear-gradient(90deg,var(--rx-orange),var(--rx-blue)) !important;
  pointer-events:none !important;
} */

/* İç yerleşim */
.site-header-menu-inner{ 
  /* padding:14px 0 !important;  */
  transition:padding .25s ease, box-shadow .25s ease !important; border-bottom:1px solid rgba(15,34,48,.06) !important; }
.navs{ display:flex !important; align-items:center !important; justify-content:space-between !important; gap:28px !important; }

/* Logo */
.site-branding .home-link{ display:inline-flex !important; align-items:center !important; }
.site-branding .home-link img{     max-width: 190px;
    max-height: 70px;
    /* width: auto !important; */
    /* height: auto !important; */
    transition: transform .25s ease !important; }

/* Sticky küçülme (tema hangi sınıfı ekliyorsa yakalansın diye çoklayalım) */
.is-sticky .site-header-menu-inner,
.ttm-stickable-header.sticky .site-header-menu-inner,
.ttm-stickable-header.fixed .site-header-menu-inner,
.ttm-stickable-header.w-sticky .site-header-menu-inner{
  padding:8px 0 !important; box-shadow:0 10px 28px rgba(15,34,48,.06) !important; border-bottom-color:transparent !important;
}
.is-sticky .site-branding .home-link img,
.ttm-stickable-header.sticky .site-branding .home-link img,
.ttm-stickable-header.fixed .site-branding .home-link img{ transform:scale(.92) !important; }

/* Masaüstü menü (çalınan sınıfları ez) */
#menudesktop > ul.dropdown{ 
  display:flex !important; align-items:center !important; gap:10px !important;
  margin:0 !important; padding:0 !important; list-style:none !important;
}
#menudesktop > ul.dropdown > li{ position:relative !important; }

/* Link stili: kapsül + animasyonlu underline */
#menudesktop > ul.dropdown > li > a{
    position: relative !important;
    display: inline-flex !important
;
    align-items: center !important;
    gap: 8px !important;
    padding: 15px 14px !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    letter-spacing: .2px !important;
    line-height: 1 !important;
    color: var(--rx-ink) !important;
    text-transform: initial !important;
    text-decoration: none !important;
    transition: color .2s ease, background-color .2s ease, box-shadow .2s ease !important;
}
#menudesktop > ul.dropdown > li > a:hover{
  color:var(--rx-orange) !important; background:color-mix(in srgb, var(--rx-blue) 10%, #fff) !important;
  box-shadow:0 4px 14px rgba(24,162,215,.12) inset !important;
}
#menudesktop > ul.dropdown > li > a::after{
  content:""; position:absolute; left:18px; right:18px; bottom:8px; height:2px;
  background:var(--rx-orange) !important;
  transform:scaleX(0) !important; transform-origin:left !important; transition:transform .25s ease !important; border-radius:2px !important;
}
#menudesktop > ul.dropdown > li:hover > a::after,
#menudesktop > ul.dropdown > li.current-menu-item > a::after,
#menudesktop > ul.dropdown > li.active > a::after{ transform:scaleX(1) !important; }

/* Aktif/şimdiki sayfa rengi */
#menudesktop > ul.dropdown > li.current-menu-item > a,
#menudesktop > ul.dropdown > li.active > a{ color:var(--rx-orange) !important; }

/* Alt menü (dropdown) */
#menudesktop ul ul{
  position:absolute !important; top:calc(100% + 12px) !important; left:0 !important; min-width:240px !important;
  background:#fff !important; border:1px solid rgba(15,34,48,.08) !important; border-radius:16px !important;
  box-shadow:0 12px 40px rgba(15,34,48,.12) !important; padding:8px !important;
  opacity:0 !important; visibility:hidden !important; transform:translateY(6px) !important; transition:all .2s ease !important; z-index:1000 !important;
}
#menudesktop li:hover > ul{ opacity:1 !important; visibility:visible !important; transform:translateY(0) !important; }
#menudesktop ul ul li{ display:block !important; }
#menudesktop ul ul li a{
  display:flex !important; align-items:center !important; gap:8px !important;
  padding:10px 12px !important; border-radius:10px !important;
  color:var(--rx-ink) !important; white-space:nowrap !important;
}
#menudesktop ul ul li a:hover{ background:rgba(24,162,215,.08) !important; color:var(--rx-orange) !important; }

/* Çocuklu öğelerde ok işareti */
#menudesktop li.menu-item-has-children > a::before{
  content:""; width:6px; height:6px; margin-right:2px; 
  border-right:2px solid currentColor; border-bottom:2px solid currentColor; transform:rotate(45deg) translateY(-1px);
}

/* Klavye odak görünürlüğü */
#menudesktop a:focus-visible{
  outline:none !important; box-shadow:0 0 0 3px var(--rx-ring) !important; border-radius:12px !important;
}

/* Mobil/Tablet düzeni */
@media (max-width: 991px){
  .site-header-menu-inner{ padding:10px 0 !important; }
  .navs{ gap:14px !important; }
  .site-branding .home-link img{ max-height:44px !important; }
  /* Yatay kaydırmalı menü; eldeki HTML ile burger ihtiyacı olmadan kullanılabilir */
  #menudesktop > ul.dropdown{
    overflow-x:auto !important; -webkit-overflow-scrolling:touch !important; white-space:nowrap !important;
    scrollbar-width:none !important; gap:8px !important; padding:4px 0 !important;
  }
  #menudesktop > ul.dropdown::-webkit-scrollbar{ display:none !important; }
  #menudesktop > ul.dropdown > li > a{ padding:10px 14px !important; font-size:14px !important; }
  /* Mobilde açılır menü sabit ve geniş */
  #menudesktop ul ul{
    position:fixed !important; left:12px !important; right:12px !important;
    top:calc(64px + 6px) !important; min-width:auto !important;
  }
}
/* === ÜRODEN Top Menu — tamamen override (white bg) === */
:root{
  --rx-orange:#f15a37;
  --rx-orange-600:#d94c2f;
  --rx-blue:#18a2d7;
  --rx-ink:#0f2230;
  --rx-muted:#f6fbfe;
  --rx-border: color-mix(in srgb, var(--rx-ink) 12%, #fff);
  --rx-shadow: 0 6px 18px rgba(15,34,48,.06);
}

/* BAR: en üste yapışık, beyaz zemin + ince gradient çizgi */
.ttop-menu{
  /* position:sticky !important; */
  top:0 !important;
  inset-inline:0 !important;
  z-index:9999 !important;
  background:#fff !important;
  box-shadow:0 1px 0 var(--rx-border) !important;
  border: solid 1px #18a2d7;
}
.ttop-menu::before{
  content:"" !important;
  position:absolute !important;
  inset-inline:0 !important;
  bottom:-1px !important;
  height:2px !important;
  background:linear-gradient(90deg,var(--rx-orange),var(--rx-blue)) !important;
  opacity:.25 !important;
  pointer-events:none !important;
}

/* İç boşluk ve max genişlik */
.ttop-menu .top-menu.container{
  padding-inline:16px !important;
  max-width:1400px !important; /* mevcut satırı güçlendirelim */
}

/* UL: tek satır, ortalanmış, mobilde yatay kaydırmalı “chips” menü */
.ttop-menu .top-menu > ul{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px 6px !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  white-space:nowrap !important;
  overflow-x:auto !important;
  overscroll-behavior-x:contain !important;
  scrollbar-width:none !important;
  -ms-overflow-style:none !important;
  mask-image:linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%) !important;
  -webkit-mask-image:linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%) !important;
}
.ttop-menu .top-menu > ul::-webkit-scrollbar{ display:none !important; }

/* LI temel */
.ttop-menu .top-menu > ul > li{
  position:relative !important;
  flex:0 0 auto !important;
}

/* Linkler: “pill” buton görünümü */
.ttop-menu .top-menu > ul > li > a{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  height:36px !important;
  padding:0 14px !important;
  border-radius:999px !important;
  font-weight:700 !important;
  font-size:13.5px !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
  text-decoration:none !important;
  color:var(--rx-ink) !important;
  background:transparent !important;
  transition:transform .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease !important;
  position:relative !important;
}

/* Hover/Focus: mavi arkaplanlı çip + turuncu vurgu */
.ttop-menu .top-menu > ul > li > a:hover{
  background:var(--rx-muted) !important;
  color:var(--rx-orange-600) !important;
  box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--rx-blue) 38%, #fff) !important;
  transform:translateY(-1px) !important;
}
.ttop-menu .top-menu > ul > li > a:focus-visible{
  outline:2px solid color-mix(in srgb, var(--rx-blue) 60%, #fff) !important;
  outline-offset:2px !important;
  border-radius:999px !important;
}

/* Aktif sayfa (CMS class’ları da kapsa): */
.ttop-menu .top-menu > ul > li.current,
.ttop-menu .top-menu > ul > li.active,
.ttop-menu .top-menu > ul > li.current-menu-item{ }
.ttop-menu .top-menu > ul > li.current > a,
.ttop-menu .top-menu > ul > li.active > a,
.ttop-menu .top-menu > ul > li.current-menu-item > a{
  background:linear-gradient(180deg,#fff, #fdfefe) !important;
  color:var(--rx-orange) !important;
  box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--rx-orange) 55%, #fff),
             0 4px 10px rgba(24,162,215,.08) !important;
}

/* Alt çizgi animasyonu (ince gradient) */
/* .ttop-menu .top-menu > ul > li > a::after{
  content:"" !important;
  position:absolute !important;
  left:12px !important; right:12px !important; bottom:6px !important;
  height:2px !important;
  background:var(--rx-orange)!important;
  transform:scaleX(0) !important;
  transform-origin:left center !important;
  transition:transform .22s ease !important;
  border-radius:2px !important;
  pointer-events:none !important;
} */
.ttop-menu .top-menu > ul > li > a:hover::after,
.ttop-menu .top-menu > ul > li.current > a::after,
.ttop-menu .top-menu > ul > li.active > a::after,
.ttop-menu .top-menu > ul > li.current-menu-item > a::after{
  transform:scaleX(1) !important;
}

/* Dropdown (varsa) — sade beyaz kutu */
.ttop-menu .top-menu > ul > li ul{
  position:absolute !important;
  top:100% !important; left:0 !important;
  display:none !important;
  min-width:220px !important;
  margin-top:8px !important;
  padding:8px !important;
  background:#fff !important;
  border:1px solid var(--rx-border) !important;
  border-radius:14px !important;
  box-shadow:var(--rx-shadow) !important;
}
.ttop-menu .top-menu > ul > li:hover > ul{ display:block !important; }
.ttop-menu .top-menu > ul > li ul li{ display:block !important; }
.ttop-menu .top-menu > ul > li ul a{
  display:block !important;
  padding:10px 12px !important;
  border-radius:10px !important;
  color:var(--rx-ink) !important;
  text-transform:none !important;
  letter-spacing:.01em !important;
  height:auto !important;
}
.ttop-menu .top-menu > ul > li ul a:hover{
  background:var(--rx-muted) !important;
  color:var(--rx-orange-600) !important;
}

/* Küçük ekran ayarları */
@media (max-width: 991.98px){
  .ttop-menu{ box-shadow:0 1px 0 var(--rx-border), 0 8px 16px rgba(15,34,48,.03) !important; }
  .ttop-menu .top-menu > ul{ justify-content:flex-start !important; gap:8px !important; }
  .ttop-menu .top-menu > ul > li > a{
    height:34px !important; padding:0 12px !important; font-size:12.5px !important;
  }
  .ttop-menu .top-menu > ul > li ul{ position:fixed !important; left:12px !important; right:12px !important; }
}

/* Hareketi azalt tercihi */
@media (prefers-reduced-motion: reduce){
  .ttop-menu .top-menu > ul > li > a,
  .ttop-menu .top-menu > ul > li > a::after{ transition:none !important; }
}
@media (max-width:800px)
{
  /* ===== Footer: hepsini ortala ===== */
.footer .fbody,
.footer .second-footer,
.footer .second-footer .container,
.footer .second-footer .row,
.footer .widget-area,
.footer .widget_nav_menu,
.footer .footer-contact,
.footer .footer-contact-boxes,
.footer .footer-contact-box,
.footer .footer-contact .inner,
.footer .marquee-row,
.footer .bottom-footer-text,
.footer .bottom-footer-text .container,
.footer .bottom-footer-text .row.copyright {
  text-align: center !important;
}

/* Üst bloktaki logo */
.footer .widget-area .home-link,
.footer .widget-area .home-link span,
.footer .widget-area .home-link img {
  display: block !important;
}
.footer .widget-area .home-link img {
  margin-inline: auto !important;
  height: auto !important;
}

/* Sosyal ikonlar */
.footer .social-icons.new-si {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
}
.footer .social-icons.new-si > div {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Başlıklar */
.footer #menu-footer-quick-links .site-owner {
  text-align: center !important;
  margin: 0 0 10px !important;
}

/* Link listelerini yatay ortala (satır kaydırmalı) */
.footer .like-ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 14px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto !important;
}
.footer .like-li {
  display: inline-block !important;
}
.footer .like-li a {
  display: inline-block !important;
  padding: 4px 6px !important;
}

/* İletişim satırları */
.footer .footer-contact {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 8px !important;
}
.footer .footer-contact .inner a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

/* Marquee satırı */
.footer .marquee-row .marquee > div,
.footer .marquee-row .marquee span {
  display: inline-block !important;
  margin-inline: auto !important;
  text-align: center !important;
}

/* Alt telif & DSA logo alanı */
.footer .bottom-footer-text .row.copyright {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important; /* her iki kolon ortalansın */
  row-gap: 10px !important;
}
.footer .bottom-footer-text .col-md-9,
.footer .bottom-footer-text .col-md-3 {
  text-align: center !important;
}
.footer .bottom-footer-text .col-md-9 p {
  margin: 0 auto !important;
}
.footer .dsa-logo,
.footer .dsa-logo img {
  display: inline-block !important;
}
.footer .dsa-logo img {
  margin-inline: auto !important;
}

/* Bootstrap kolonları içindeki widget'ları ortala */
.footer .widget-menu-area > .widget,
.footer .widget-menu-area > .widget > #menu-footer-quick-links {
  margin-left: auto !important;
  margin-right: auto !important;
}
.social-icons{
  margin-top:10px !important;
}
}
/* === Blog card slider – mobil aralık düzeltmesi === */
.rx-articles-slider .slider {
  display: flex;            /* emin olalım */
}

/* Mobil: 1 kart görünürken kartlar arası boşluk ver */
@media (max-width: 576px) {
  .rx-articles-slider { --rx-gap: 14px; }           /* ihtiyaca göre 12–20px arası oynatabilirsin */
  .rx-articles-slider .slider { gap: var(--rx-gap); }
  .rx-articles-slider .slider-container {           /* kenarlarda da nefes alanı */
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Eski iOS/Safari için flex-gap fallback */
@supports not (gap: 1px) {
  @media (max-width: 576px) {
    .rx-articles-slider .slide { margin-right: var(--rx-gap, 14px); }
    .rx-articles-slider .slide:last-child { margin-right: 0; }
  }
}

.bsv-thumb img{
  position: absolute !important; inset: 0 !important; width: 340px !important; height: 255px !important; object-fit: cover !important; object-position: center !important; transform: scale(1.002) !important; transition: transform .45s ease !important;
}