@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: #F15A37;
  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: 75px !important;
    width: auto;
  }

  .top-bar .contact-col i {
    top: 0px !important;
  }

  .page-title-heading h1 {
    text-align: center;
  }

  .breadcrumb-wrapper {
    text-align: center !important;
  }

  .dinc-articles2-slider .slider-badge{
    justify-self: center;
    text-align:center;
    display: flex;
  }


}

.social-icons li a:hover {
  box-shadow: inset 0 0 0 3px #fff;
  color: white !important;
}

.site-branding a,
.site-branding img {
  transition: all 0.3s ease-in-out 0s;
}

.site-branding img {
  max-height: 90px;
  height: 90px;
  position: relative;
  top: 12px;
}

.site-branding2 img {
  height: 50px;
}

.branding .buttons {
  height: 99px;
}

.right-bar ul {
  display: flex;
  list-style: none;
  align-items: center;
  margin-top: 16px;
}

.right-bar ul li {
  padding-left: 10px;
}

.right-bar ul li,
.right-bar ul li a {
  display: flex;
  position: relative;
  top: 15px;
  color: #0d3044 !important;
}

@media (max-width:768px) {
  .contact-svg svg {
    position: relative !important;
  }
}

li.address {
  max-width: 280px;
}

.buttons li {
  height: 90px;
}

.right-bar .icon {
  font-size: 26px;
  background-color: white;
  padding: 8px;
  margin-left: -33px;
  width: 50px;
  height: 50px;
}

.right-bar .icon i {
  background: white;
  width: 30px;
  height: 18px;
  position: relative;
  left: 3px;
  top: 5px;
}

.right-bar .icon {
  background: #010828;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.right-bar .sum {
  padding-right: 5px;
  text-align: left;
  padding-left: 10px;
  font-size: 12px;
}

.right-bar strong {
  font-weight: 600;
  font-size: 14px;
}

li.address p {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 20px;
  padding-top: 17px;
}

.buttons li:last-child p {
  margin: 0;
}

.ttm-bgcolor-white {
  background-color: #fff;
}

.site-branding2 {
  display: none;
  height: 65px;
  line-height: 65px;
}

.home-link {
  line-height: 65px;
}

.site-navigation {
  position: relative;
  align-items: center;
  display: flex;
}

#site-header-menu #site-navigation .menu ul {
  padding: 0px;
  margin: 0px;
  color: #000000;
}

#site-header-menu #site-navigation .menu>ul>li {
  display: inline-block;
  position: relative;
  margin-left: -4px;
}

#site-header-menu #site-navigation .menu>ul>li>a {
  font-weight: 300;
  color: #000000;
}

#site-header-menu #site-navigation .menu ul li ul>li:not(:last-child) {
  border-bottom: 1px solid #ffffff00;
  border-bottom-color: rgb(255 255 255 / 32%);
}

#site-header-menu #site-navigation .menu ul ul>li {
  position: relative;
}

#site-header-menu #site-navigation .menu>ul li ul li a {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}

#site-header-menu #site-navigation .menu ul ul li:last-child {
  border: none;
}

.ttm-menu-toggle {
  float: right;
}

.ttm-menu-toggle input[type="checkbox"] {
  display: none;
}

.ttm-header-icons,
.ttm-header-icon {
  position: relative;
  height: 65px;
  line-height: 65px;
  float: right;
}

.ttm-header-icons {
  padding-left: 5px;
}



.ttm-header-icons .ttm-header-cart-link a,
.ttm-header-icons .ttm-header-search-link a {
  font-size: 15px;
  border-radius: 3px;
  height: 27px;
  width: 27px;
  line-height: 27px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  z-index: 9;
  position: relative;
}

.ttm-header-icons .ttm-header-cart-link a i,
.ttm-header-icons .ttm-header-search-link a i {
  font-weight: 900;
}

.mobile-menu ul {
  padding: 25px;
  overflow-y: auto;
  background-color: white;
  border-radius: 25px;
}

.mobile-social-menu {
  position: absolute;
  bottom: 70px;
  display: block;

}

.mobile-social-menu li {
  width: 20px;
  height: 20px;
  padding: 25px;
}

.mobile-social-menu li a {
  margin-top: -10px;
  display: block;
  margin-left: -9px;
}

.mobile-social-menu li a i {
  font-size: 21px;
}

#site-header-menu #site-navigation .menu ul {
  padding: 0px;
  margin: 0px 30px;

}

#site-header-menu #site-navigation .menu>ul>li {
  margin-left: -4px;
}

.ttm-sepline {
  display: none !important;
}

.mobile-social {
  display: none;
}



.mobile-show {
  display: block !important;
}


body .site-main {
  position: relative;
  z-index: 9;
}

.main-slider {
  /* height: 850px; */
  position: relative;
}

.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 90px;
}

.fixed-header .site-branding img {
  position: relative;
  top: 0;
  height: 70px;
}



textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
  font-family: inherit;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  text-transform: inherit;
  line-height: inherit;
}

.ttm-search-overlay .ttm-site-searchform button {
  padding: 0;
  font-size: 21px;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  width: 70px;
  border: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.95);
  height: 59px;
  text-align: center;
  display: block;
  color: #fff;
  margin-top: 7px;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  text-decoration: none;
  line-height: 21px;
  font-weight: 500;
  border-radius: 0;
  transition: all 0.25s ease;
  outline: none !important;
  -webkit-font-smoothing: antialiased;
}

a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: none;
  color: #000000;
}

a {
  color: #000000;
}

.mobile-menu {
  display: none;
}

.mobile-menu ul.th-menudropdown.sub-menu.active {
  display: block !important;
  position: relative;
  width: 100%;
  overflow: visible;
}

.mobile-menu ul.th-menudropdown.sub-menu {
  display: none !important;
}

li.has-submenu .sub-menu {
  margin-top: 0px;
  position: absolute;
  display: none;
  width: 130px;
  left: 0;
}

/* SLİDER */
.main-slider .item .content {
  position: absolute;
  display: flex;
  width: 40%;
  height: 100%;
  top: 0;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}

.main-slider .item .content .inner {
  position: relative;
  height: 300px;
}

.cbody {
  padding: 30px 30px;
  position: relative;
  border-radius: 20px;
}

.name-slider {
  color: #010828;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  left: 2px;
}

.cbody .sum {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: auto;
  margin-bottom: 5px;
  overflow: hidden;
}

.block-head h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: black;
  margin-bottom: 20px;
}

.cbody h2 {
  font-weight: 700;
  font-size: 24px;
}

.n-button {
  color: black !important;
  border-width: 2px;
  border-style: solid;
  border-color: #337569;
  position: relative;
  display: inline-block;
  padding: 6px 19px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.n-button:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.n-button:before,
.n-button:after {
  content: "";
  display: block;
  position: absolute;
  border-color: #337569;
  box-sizing: border-box;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}



.main-slider img {
  height: 0px;
  min-height: 700px;
  object-fit: cover;
  object-position: 53%;
}




/* 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: 40px;
  width: 500%;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.marquee div {
  display: block;
  width: 500%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 25s linear infinite;
}

.marquee span {
  float: left;
  width: 500%;
  color: #474747;
  font-weight: 400;
  font-size: 14px;
}

@keyframes marquee {
  0% {
    left: 25%;
  }

  100% {
    left: -30%;
  }
}

.footer-contact-boxes {
  display: inline-flex;
  border-radius: 50px;
}

.footer-contact-boxes li {
  background-color: transparent;
  border-radius: 54px;
  position: relative;
  /* z-index: 99; */
  padding: 8px;
  list-style: none;
}

.center-div {
  display: flex;
  justify-content: center;
}

.footer-contact-boxes i {
  height: 30px;
  width: 30px;
  display: block;
  margin: auto;
  background-color: #000b47;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position-x: right;
  margin-right: 15px;
  position: relative;
  top: 14px;
}



.footer-contact-box {
  /* margin-left: 15px; */
  width: auto;
}



.wrapper2 {
  width: 100%;
  overflow: hidden;

}

#containerr2 {
  height: 172px;
  width: 100%;
  position: relative;
}

#containerr2 .text2 {
  position: absolute;
  top: 46%;
  left: 27%;
  margin-left: 50px;
  transform: translate(-50%, -50%);
  font-family: Anton;
  font-size: 67px;
  z-index: 999;
  color: white;
}

#containerr2 .drop2 {
  height: 5px;
  width: 7px;
  border-radius: 0;
  background-color: #90d36d;
  position: absolute;
  top: 30%;
  left: 61%;
  transform: translate(120%, -800%) scaleX(0.5);
  animation: move2 6s cubic-bezier(1, 0.04, 0.74, 0.2) infinite;
}

@keyframes move2 {
  0% {
    transform: translate(120%, -800%) scaleX(0.2);
    height: 60px;
  }

  30% {
    transform: translate(120%, -20%);
    height: 30px;
  }

  70% {
    transform: translate(120%, 20%);
    height: 30px;
  }

  100% {
    transform: translate(120%, 20%) scaleX(0.2);
    height: 30px;
  }
}

#videos img {
  border-radius: 5px;
}

.gallery-area img {
  border: 3px solid white;
}

body>div.page>div.site-main>div.gallery-area>div>div>div:nth-child(2)>div>img:nth-child(5) {
  object-position: 0px;
}

body>div.page>div.site-main>div.gallery-area>div>div>div:nth-child(2)>div>img:nth-child(1) {
  object-position: -120px;
}

.btn-shine2 {
  position: relative;
  top: 72%;
  left: 0%;
  padding: 12px 48px;
  color: white;
  background: linear-gradient(to right, #ffffff 0, #ffffff 10%, #010828 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine2 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}

@-moz-keyframes shine2 {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 250px;
  }

  100% {
    background-position: 0px;
  }
}

@-webkit-keyframes shine2 {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 250px;
  }

  100% {
    background-position: 0px;
  }
}

@-o-keyframes shine2 {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 250px;
  }

  100% {
    background-position: 0px;
  }
}

@keyframes shine2 {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 250px;
  }

  100% {
    background-position: 0px;
  }
}

.dinc-articles .owl-theme .owl-controls .owl-nav div {
  padding: 0;
  border: 1px solid #010828;
  height: 45px;
  width: 45px;
  color: #033b4a;
  margin: 0 3px;
  text-align: center;
  z-index: 1;
  background: #010828;
  font-size: 0;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}


.sticky-desktop {
  opacity: 0;
  height: 50px;
  width: 25%;
  background-color: white;
  color: white;
  position: fixed;
  bottom: -25px;
  z-index: 10;
  margin: auto;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sticky-desktop li a {
  background-color: transparent;
}

.form-control {
  border-color: rgba(128, 128, 128, 0.23);

}

.text-muted {
  color: #699099 !important;
}

.btn-success {
  background-color: #010828;
  border-color: #010828;
}

.btn-default {
  background: linear-gradient(358deg, #1e63ff -1077.15%, #187cff -690.64%, #128fff -213.19%, #0ca9ff 218.79%, #06c2ff 764.46%, #00dbff 1196.44%);
  color: #fff;
  display: inline-block;
  padding: 13px 80px 10px 30px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 15px;
}

.btn-default:before {
  position: absolute;
  content: ">";
  font-family: flaticon_medically !important;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: opacity .5s ease-out;
  opacity: 1;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  
}

.btn-default:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #0070b9;
  transition: opacity .5s ease-out;
  opacity: 0;
  z-index: -1;
}

.blog2 .box-art {
  min-height: 400px;
  height: auto;
}


/* Videos area */
.card {
  --blur: 16px;
  --size: clamp(300px, 50vmin, 600px);
  width: var(--size);
  aspect-ratio: 4 / 3;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  color: #000;
  transform: translateZ(0);
}

.card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(calc(1 + (var(--hover, 0) * 0.25))) rotate(calc(var(--hover, 0) * -5deg));
  transition: transform 0.2s;
}

.card__footer {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: red;
  display: grid;
  grid-template-row: auto auto;
  gap: 0.5ch;
  background: hsl(0 0% 100% / 0.5);
  backdrop-filter: blur(var(--blur));

  align-content: center;
}

.card__action {
  position: absolute;
  aspect-ratio: 1;
  width: calc(var(--size) * 0.15);
  bottom: 30%;
  right: 1.5rem;
  transform: translateY(50%) translateY(calc((var(--size) * 0.4))) translateY(calc(var(--hover, 0) * (var(--size) * -0.4)));
  background: #010828;
  display: grid;
  place-items: center;
  border-radius: 0.5rem;
  background: #010828;
  /*   backdrop-filter: blur(calc(var(--blur) * 0.5)); */
  transition: transform 0.2s;
}

.card__action svg {
  aspect-ratio: 1;
  width: 50%;
  fill: white;
}

.card__footer span:nth-of-type(1) {
  font-size: 12px;
}

.card__footer span:nth-of-type(2) {
  font-size: calc(var(--size) * 0.035);
}

.card:is(:hover, :focus-visible) {
  --hover: 1;
}

.gallery-image {
  height: 300px;
  width: auto;
}

.gallery-image img {
  object-fit: cover;
  height: 300px;
  width: 100%;
  padding: 15px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 10px 0;
}

.pagination li {
  margin: 0 5px;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: white;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.pagination a:hover {
  background-color: #f3f4f6;
}

.pagination .active span {
  background-color: #4f46e5;
  color: white;
  border-color: #4f46e5;
}

.pagination .disabled span {
  background-color: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
}

.top-info .contacts a span {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 0;
  transition: max-width 1s ease-in-out;
}

.top-info li a:hover span {
  max-width: 750px;
  overflow: hidden;
}

.lang-selectors a {
  display: inline-flex !important;
  margin-right: 10px;
}

.contacts .fa-envelope {
  height: 35px;
  width: 35px;
}

.dinc-articles2-slider {
  background-color: #edf4ff;
  padding: 50px 0;
}



.info-sec .content {
  background-color: #0070b9;
  margin: 10px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}

.th-hasdropdown .has-submenu .sub-menu {
  position: absolute;
  left: 101px !important;
  top: 0px;
}

.info-sec h4 {
  color: white;
}

.info-sec .title-area {
  padding-top: 25px;
  padding-bottom: 25px;
}



/* === Layout Container (Tüm İçeriği Sarar) === */
.layout-container {
  flex-wrap: wrap;
  gap: 10px;
}

/* === Tek Sütun === */
.layout-column-one {
  width: 100%;
}

/* === İki Sütunlu Yapı === */


.layout-column-two .layout-column {
  width: 48%;
  padding: 10px;
}

/* === Üç Sütunlu Yapı === */
.layout-column-three {
  display: flex;
  justify-content: space-between;
}

.layout-column-three .layout-column {
  width: 32%;
  padding: 10px;
}

/* === İçeriğin Düzenlenebilir Alanı === */
.layout-column-editable {
  min-height: 100px;
}

/* === Metin Alanları === */
.layout-text {
  font-size: 16px;
  line-height: 1.6;
}

.layout-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* === Özel İçerik Blokları === */
.layout-box {
  padding: 20px;
}

.layout-box-highlight {}

/* === Görseller ve Medya Alanları === */
.layout-media {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.layout-media img {
  max-width: 100%;
  height: auto;
}

/* === Buton ve Link Stilleri === */
.layout-button {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
}


/* Genel form ayarları */
form {
  background: white;
}

.b-sec form button {
  background: white;
  width: auto;
  color: navy;
  padding: 10px;
  font-size: 22px;
  margin: 4px 15px;
  border-radius: 8px;
  cursor: pointer;
}

/* Input alanları */
.form-control {
  border-radius: 5px;
  border: 1px solid #ced4da;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  width: 100%;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Label ayarları */
.form-label {
  font-weight: bold;
  color: #555;
}

/* Checkbox ve radio butonları */
.form-check-input {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  cursor: pointer;
}

.form-check-label {
  color: #666;
  font-size: 14px;
}

/* Buton stilleri */
.btn-primary {
  background-color: #007bff;
  border: none;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
  width: 100%;
}

.btn-primary:hover {
  background-color: #0056b3;
}

/* For Responsive */
@media (max-width:993px) {
  .contents li {
    margin-left: 0;
  }

  .contents li a {
    margin-left: 0;
  }

  #menu .social-icons i {
    height: 28px;
    width: 30px;
    background-color: #0070b9 !important;
    background: #0070b9 !important;
    position: relative;
    display: block;
    -webkit-mask-repeat: no-repeat;
    margin: 10px 5px 10px 5px;
  }

  #menu .social-icons {
    justify-content: center;
    display: flex;
  }


  #menu .lang-selectors {
    position: relative;
    top: 12px;
  }

  .top-bar {
    display: none;
  }

  .main-slider {
    display: none;
  }

  .about .resim {
    min-height: 550px;
    overflow: hidden;
    padding: 0;
  }

  .da-vinci .resim {
    display: block;
    margin: auto;
  }

  .services-head h3 {
    color: #000b47;
    font-size: 40px;
    margin-left: 0;
    position: relative;
  }

  .services-head h2 {
    position: relative;
    font-size: 32px;
    color: #202a65;
    font-weight: bold;
    bottom: -57px;
    left: 15px;
    transform: scale(1, 1.6);
    width: 100%;
    opacity: 0.1;
  }

  .legal_warning {
    text-align: center;
  }

  .count-sec .stats {
    padding-bottom: 25px;
    padding-top: 25px;

  }

  .da-vinci .resim img {
    height: 130px;
  }

  .top-bar .social-media-col {
    display: none;
  }

  .about {
    margin-top: 0;
    margin: -1px;
  }

  #menuToggle {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 30px;
    right: 26px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    height: 30px;
    padding: 3px;

  }

  #menuToggle input {
    display: flex;
    width: 31px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 999999;
    justify-content: center;
    align-items: center;
  }

  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #000;
    border-radius: 3px;
    z-index: 9999999999;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  .sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    display: none;
    transition: opacity 0.3s ease-in-out;
    /* Opacity geçiş efekti */
  }

  .sidenav-overlay.active {
    display: block;
    opacity: 1;
  }

  .sidenav-overlay.hidden {
    opacity: 0;
  }

  #menu {
    position: fixed;
    width: max-content;
    height: calc(100vh - env(safe-area-inset-bottom));
    box-shadow: 0 0 10px #85888C;
    padding: 18px 15px 0 15px;
    background-color: #F5F6FA;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    z-index: 99999;
    overflow-y: scroll;
    left: -350px;
    top: 0;
  }



  footer {
    position: relative;
    z-index: 1;
    /* Footer'ın menüden önce gelmesini sağlar */
  }


  /* Menü açılınca sağa kayarak görünmeli */
  #menuToggle input:checked~#menu {
    left: 0px;
  }

  #menu .th-hasdropdown a:not(#menu .th-hasdropdown a:first-child) {
    display: block;
    margin-left: 2px;
    font-size: 14px;
  }

  .copyright p {
    text-align: center;
  }

  #menu .th-hasdropdown a:first-child {
    font-weight: bold;
    text-transform: uppercase;
  }

  #menu .logoimg {
    height: 90px;
  }

  #menu .like-li {
    padding: 1px 0;
    transition-delay: 2s;
    list-style: circle;
    display: grid;
  }

  #menu .like-li p {
    margin: 0;
    font-size: 15px;
  }

  #menu .menu-contacts {
    padding: 10px 0;

  }

  #menu .menu-contacts a i {
    height: 17px;
    width: 14px;
    position: relative;
    display: block;
    margin-right: 10px;
    top: 4px;
    background-color: black;
    mask-repeat: no-repeat;
  }

  #menu .menu-contacts a {
    display: flex;
    font-size: 15px;

  }
  .menu-mobile-top-link{
    font-weight: bold;
    text-transform: uppercase;
  }

  #menu .like-li a:not(#menu .th-hasdropdown a) {
    font-weight: bold;
    text-transform: uppercase;
  }

  #menuToggle input:checked~ul {
    transform: none;
  }

  .mobile-show-nav {
    display: flex !important;
  }

  
.img-davinci{
  height: 125px;
  width: 100px;
}



}

.desktop-hide {
  display: none;
}

.img-davinci{
  height: 125px;
  width: 100px;
}


.contact-boxes .card-contact .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #010828;
  border-radius: 15px;
}

.contact-boxes .card-contact .icon .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: #fff;
}

.contact-boxes .card-contact .slide {
  width: 280px;
  height: 200px;
  transition: 0.5s;
}

.contact-boxes .card-contact .slide.slide1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: .7s;
  transform: translateY(100px);
}

.contact-boxes .card-contact:hover .slide.slide1 {
  transform: translateY(0px);
}

.contact-boxes .card-contact .slide.slide2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  transition: .8s;
  transform: translateY(-100px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;

}

.contact-boxes .card-contact:hover .slide.slide2 {
  transform: translateY(0);
}

.contact-boxes .card-contact .slide.slide2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  bottom: 15px;
  left: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #010828;
}

.contact-boxes .card .slide.slide2 .content p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #414141;
}

.contact-boxes .card-contact .slide.slide2 .content h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 24px;
  text-align: center;
  color: #414141;
}

.contact-boxes .card-contact i {
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-mask-repeat: no-repeat;

}

.form-contact-bg {
  background-color: 000b47;
}

.col-text{
  padding: 0 15px;
}


.col-text h3 {
  color: white;
  font-weight: 600;
  font-size: 34px;
  margin: 0;
}

.col-text p {
  color: white;
  font-weight: 100;
  font-size: 16px;
  margin-bottom: 35px;
}

.form-contact-bg .form-control {
  color: white;
  background: transparent;
  border-color: #ffffff21;
}

.form-contact-bg select option {
  color: black;
  background: transparent;
}

.form-contact-bg form {
  color: white;
  background: transparent;
}

.form-contact-bg .text {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width:768px) {
  .col-text h3 {
    font-size: 25px;
  }

  .col-text {
    padding-bottom: 30px;
  }

  .col-text p {
    color: white;
    font-size: 16px;
  }

  .contact-boxes .card-contact .slide {
    width: auto;
    height: auto;
  }

  .contact-boxes .card-contact .icon {
    display: none;
  }

  .contact-boxes .card-contact:hover .slide.slide1 {
    transform: none !important;
  }

  .contact-boxes .card-contact .slide.slide2::after {
    display: none;
  }

  .contact-boxes .card-contact:hover .slide.slide2 {
    transform: none !important;
  }

  .contact-boxes .card-contact .slide.slide1 {
    transform: none !important;
  }

  .contact-boxes .card-contact .slide.slide2 {
    transform: none !important;
    box-shadow: -1px -20px 20px rgb(0 0 0 / 5%);
  }

  .ttop-menu {
    display: none;
  }

}

@media (max-width: 993px) {
  #menuToggle input:checked~#menu {
    left: 0px;
  }
}

.dinc-articles-slider{
  padding: 50px 0;
}

.dinc-articles-slider .slider-container {
  position: relative;
  width: 100%;
}

.dinc-articles-slider .slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.dinc-articles-slider .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.dinc-articles-slider .slide {
  flex: 0 0 calc(25% - 20px);
  margin: 40px 10px;
  box-sizing: border-box;
  border-radius: 15px;
  min-height: 440px;

}

.dinc-articles-slider .slide h3 {
  text-align: center;
  color: #000b47;
}

.dinc-articles-slider .slide p {
  text-align: center;
  color: black;
  padding-top: 15px;
}





.read-more-button2 {
  position: relative;
  height: 50px;
  width: 96%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #1c1a41 !important;
  font-size: 14px;
  font-weight: 900;
  z-index: 999;
  transform: skewX(4deg);
  margin: auto;
  left: 2px;
  bottom: 70px;
  
}

.dinc-articles-slider .slide .read-more-button {
  position: relative;
  bottom: -22px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0070b9;
  color: white;
  font-size: 23px;
  font-weight: 900;
  left: 50%;
  transform: translate(-50%, 0%);
}



.dinc-articles-slider .news-image img {
  width: 100%;
  transition: padding 0.3s cubic-bezier(0.33, -0.01, 0.13, 0.96);
  object-fit: cover;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.dinc-articles-slider .slider-btn {
  position: absolute;
  top: 50%;
  padding: 0;
  border: 1px solid transparent;
  color: #fff;
  margin: -20px 20px 0;
  text-align: center;
  background: 0 0;
  font-size: 59px;
  transition: .3s ease-in-out;
  border-radius: 50%;
  z-index: 997;
}

.dinc-articles-slider #dinc-prev {
  left: -50px;
}

.dinc-articles-slider #dinc-next {
  right: -50px;
}

/* Mobil için */
@media (max-width: 768px) {
  .dinc-articles-slider .slide {
    flex: 0 0 100%;
    /* Mobilde her slayt tam genişlikte */
    margin: 36px 0px;
    /* Kenar boşlukları sıfır */
  }

  .dinc-articles-slider .slider-btn {
    top: 35%;

  }

  .dinc-articles-slider #dinc-prev {
    left: 0px;
    display: block;
  }

  .dinc-articles-slider #dinc-next {
    right: 0px;
    display: block;

  }
}


.dinc-articles2-slider .slider-container {
  position: relative;
  width: 100%;
}

.dinc-articles2-slider .slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.dinc-articles2-slider .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.dinc-articles2-slider .slide {
  flex: 0 0 calc(33.333% - 48px);
  margin: 0px 23px;
  box-sizing: border-box;
  border-radius: 15px;
  min-height: 400px;
}

.dinc-articles2-slider h3 {
  color: #fff;
  padding-bottom: 20px;
}

.dinc-articles2-slider .services-head  h3 {
  color: #0070b9;
  padding-bottom: 20px;
  justify-content: start;
  text-align: left;
}

.dinc-articles2-slider .news-detail {
  width: 100%;
  margin: auto;
  background-color: #25613a;
  position: relative;
  z-index: 99;
  bottom: 8px;
  text-align: center;
  padding: 40px 35px;
  box-shadow: rgb(16 48 101 / 45%) 0px 0px 10px 0px;
  border-bottom: 4px solid #0070b9;
  min-height: 225px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;

}

.dinc-articles2-slider .news-image img {
  width: 100%;
  height: auto;
  /* border-radius: 8px; */
  position: relative;
}

.dinc-articles2-slider .slider-btn {
  position: absolute;
  top: 50%;
  padding: 0;
  border: 1px solid transparent;
  color: #fff;
  margin: 20px 20px;
  text-align: center;
  background: 0 0;
  font-size: 59px;
  transition: .3s ease-in-out;
  border-radius: 50%;
  z-index: 997;
}

.dinc-articles2-slider #dinc2-prev {
  left: -15px;
}

.dinc-articles2-slider #dinc2-next {
  right: -15px;
}

/* Mobil için */
@media (max-width: 768px) {
  .dinc-articles2-slider .slide {
    flex: 0 0 100%;
    /* Mobilde her slayt tam genişlikte */
    margin: 0;
    /* Kenar boşlukları sıfır */
  }

  .dinc-articles2-slider .slider-btn {
    top: 35%;

  }

  .dinc-articles2-slider #dinc2-prev {
    left: -10px;
    display: block;
  }

  .dinc-articles2-slider #dinc2-next {
    right: -10px;
    display: block;

  }
}


/* Slider Stilleri */
.main-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.main-slider .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.main-slider .slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

.main-slider .slide button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 10;
}

.main-slider #prev {
  left: 10px;
  background: linear-gradient(135deg,#18A2D7 0%,#169DC5 100%) !important;
  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: linear-gradient(135deg,#18A2D7 0%,#169DC5 100%) !important;
  border-radius: 50%;
  color: #fff;
  border: none;
  font-size: 30px;
}
.cta span{
  font-weight: bold;
}

.main-slider .slide .content {
  position: absolute;
  top: 30%;
left: 7%;
  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;
}
/* ORTOPEDİKBİLGİ • Online Randevu + Sidebar — CSS Overrides (only !important) */
.content-container.site-main{
  --ob-orange:#F15A37 !important;
  --ob-orange-600:#D94C2F !important;
  --ob-blue:#18A2D7 !important;
  --ob-blue-600:#169DC5 !important;
  --ob-ink:#0f2230 !important;
  --ob-muted:#f6fbfe !important;
  --ob-card:#ffffff !important;
  --ob-border: color-mix(in srgb, var(--ob-blue) 18%, #eaf6fb) !important;
  --ob-ring: color-mix(in srgb, var(--ob-blue) 35%, #fff) !important;
  --ob-radius: 16px !important;
  --ob-shadow: 0 10px 24px rgba(15,34,48,.08) !important;
}

/* Arkaplan & alan */
.content-container.site-main,
.content-container.site-main .container.typography{background:#fff !important;}
.content-container.site-main .main-content{
  background:var(--ob-card) !important;
  border:1px solid var(--ob-border) !important;
  border-radius:var(--ob-radius) !important;
  padding:28px !important;
  box-shadow:var(--ob-shadow) !important;
}

/* Form grid + tipografi */
#online-randevu-form{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr)) !important;
  gap:18px !important;
  align-items:start !important;
}
#online-randevu-form .form-group{
  margin:0 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
}
#online-randevu-form label{
  font-weight:700 !important;
  color:var(--ob-ink) !important;
  font-size:14px !important;
  letter-spacing:.2px !important;
}

/* Input/textarea */
#online-randevu-form .form-control{
  height:auto !important;
  padding:12px 14px !important;
  border:1px solid var(--ob-border) !important;
  border-radius:12px !important;
  background:#fff !important;
  box-shadow:none !important;
  color:var(--ob-ink) !important;
  transition:border-color .2s ease, box-shadow .2s ease !important;
}
#online-randevu-form .form-control:focus{
  border-color:var(--ob-blue) !important;
  box-shadow:0 0 0 4px var(--ob-ring) !important;
  outline:0 !important;
}
#online-randevu-form textarea.form-control{
  min-height:140px !important;
  resize:vertical !important;
}

/* Mesaj alanı ve Gönder butonu tam satır */
#online-randevu-form .form-group:has(textarea){grid-column:1 / -1 !important;}
/* #online-randevu-form .form-group:nth-child(5){grid-column:1 / -1 !important;} */
/* #online-randevu-form .form-group:last-child{grid-column:1 / -1 !important;} */

/* Validasyon */
#online-randevu-form .invalid .form-control{
  border-color:var(--ob-orange) !important;
  box-shadow:0 0 0 4px color-mix(in srgb, var(--ob-orange) 28%, #fff) !important;
}
#online-randevu-form .form-group span.error{
  display:block !important;
  margin-top:6px !important;
  color:var(--ob-orange) !important;
  font-size:12px !important;
}

/* Gönder butonu (mavi → hover turkuazu) */
#online-randevu-form .btn,
#online-randevu-form .btn-success{
  border:none !important;
  border-radius:14px !important;
  padding:14px 18px !important;
  font-weight:700 !important;
  letter-spacing:.2px !important;
  width:100% !important;
  background:var(--ob-blue) !important;
  color:#fff !important;
  box-shadow:0 12px 22px rgba(24,162,215,.25) !important;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease !important;
}
#online-randevu-form .btn:hover,
#online-randevu-form .btn-success:hover{
  transform:translateY(-1px) !important;
  box-shadow:0 16px 28px rgba(24,162,215,.30) !important;
  background:var(--ob-blue-600) !important;
}
#online-randevu-form .btn:active,
#online-randevu-form .btn-success:active{
  transform:translateY(0) !important;
  box-shadow:0 8px 18px rgba(24,162,215,.22) !important;
}

/* Alert alanı */
#alert-area-online-randevu .alert{
  border-radius:12px !important;
  border:none !important;
  padding:12px 16px !important;
}

/* Sidebar widget kartları */
#th-sidebar .th-widget{
  background:#fff !important;
  border:1px solid var(--ob-border) !important;
  border-radius:16px !important;
  padding:18px 18px 10px !important;
  box-shadow:var(--ob-shadow) !important;
  margin-bottom:18px !important;
}
#th-sidebar .th-widgettitle h3{
  margin:0 0 12px !important;
  font-size:18px !important;
  font-weight:800 !important;
  color:var(--ob-ink) !important;
  position:relative !important;
}
#th-sidebar .th-widgettitle h3:after{
  content:"" !important;
  display:block !important;
  width:48px !important; height:3px !important;
  margin-top:8px !important;
  background:linear-gradient(90deg,var(--ob-blue),var(--ob-orange)) !important;
  border-radius:3px !important;
}
#th-sidebar ul{
  list-style:none !important;
  padding:0 !important; margin:0 !important;
  display:grid !important; gap:8px !important;
}
#th-sidebar li a{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:10px !important;
  text-decoration:none !important;
  padding:10px 12px !important;
  border:1px solid transparent !important;
  border-radius:12px !important;
  color:var(--ob-ink) !important;
  transition:background .2s ease,border-color .2s ease,transform .15s ease !important;
}
#th-sidebar li a:hover{
  background:var(--ob-muted) !important;
  border-color:var(--ob-border) !important;
  transform:translateX(2px) !important;
}
#th-sidebar li a span:last-child{
  min-width:36px !important;
  text-align:center !important;
  font-weight:700 !important;
  padding:4px 8px !important;
  border-radius:999px !important;
  background:color-mix(in srgb, var(--ob-blue) 12%, #eef8fd) !important;
  color:var(--ob-blue-600) !important;
}

/* Link renkleri */
.content-container.site-main a{color:var(--ob-blue) !important;}
.content-container.site-main a:hover{color:var(--ob-blue-600) !important;}

/* Dikey boşluklar */
.content-container.site-main .row{row-gap:22px !important;}

/* Responsive ince ayar */
@media (max-width: 991.98px){
  .content-container.site-main .main-content{padding:20px !important;}
  #th-sidebar{margin-top:6px !important;}
}

/* =========================================================
   Ortopedikbilgi — BRAND THEME
   Palette: Orange #F15A37, Blue #18A2D7, Blue-600 #169DC5
   Backgrounds mostly white, accents in brand colors
   ========================================================= */
:root{
  --ob-orange:#F15A37;
  --ob-orange-600:#d94c2f;
  --ob-blue:#18A2D7;
  --ob-blue-600:#169DC5;
  --ob-ink:#0f2230;
  --ob-muted:#6b7a8c;
  --ob-card:#fff;
  --ob-chip:rgba(24,162,215,.08);
  --ob-ring:rgba(24,162,215,.25);
  --ob-shadow:0 10px 40px rgba(24,162,215,.12), 0 6px 20px rgba(241,90,55,.08);
  --ob-shadow-lg:0 25px 80px rgba(24,162,215,.18);
  /* legacy vars used below */
  --blue: var(--ob-blue);
  --navy: var(--ob-orange-600);
  --chip: var(--ob-chip);
}

/* ============== Modern Blog Slider (v1) ============== */
.modern-blog-slider{
  position:relative;
  background:#fff;
}

.blog-header{ text-align:center; margin-bottom:60px; }
.header-content{ position:relative; display:inline-block; }

.blog-badge{
  display: none !important;
  display:inline-block;
  background:linear-gradient(135deg,var(--ob-orange) 0%, var(--ob-blue) 100%);
  color:#fff;
  padding:8px 20px;
  border-radius:25px;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
  box-shadow:0 6px 18px rgba(24,162,215,.28);
}

.blog-title{
  color:var(--ob-ink);
  font-size:42px;
  font-weight:800;
  margin:0 0 20px 0;
  line-height:1.2;
  position:relative;
}

.title-underline{
  width:80px; height:4px; margin:0 auto; border-radius:2px; position:relative;
  background:linear-gradient(90deg,var(--ob-orange) 0%, var(--ob-blue) 100%);
}
.title-underline::before,
.title-underline::after{
  content:''; position:absolute; top:0; width:20px; height:4px; border-radius:2px;
  background:#cfeefa;
}
.title-underline::before{ left:-30px; }
.title-underline::after{ right:-30px; }

.slider-container{ position:relative; width:100%; margin:0 auto; max-width:1200px; }
.slider-wrapper{
  overflow:hidden; width:100%; border-radius:20px; box-shadow:var(--ob-shadow);
}
.slider{ display:flex; transition:transform .6s cubic-bezier(.25,.46,.45,.94); gap:30px; padding:20px; }

.blog-card{
  flex:0 0 calc(33.333% - 20px);
  background:var(--ob-card);
  border-radius:20px; overflow:hidden;
  box-shadow:0 10px 40px rgba(24,162,215,.10);
  transition:all .4s cubic-bezier(.25,.46,.45,.94);
  position:relative; min-height:500px;
  border:1px solid rgba(24,162,215,.10);
}
.blog-card:hover{ transform:translateY(-10px); box-shadow:var(--ob-shadow-lg); }

.card-image{ position:relative; height:250px; overflow:hidden; }
.card-image img{ width:100%; height:100%; object-fit:cover; transition:transform .6s cubic-bezier(.25,.46,.45,.94); }
.blog-card:hover .card-image img{ transform:scale(1.1); }

.image-overlay{
  position:absolute; inset:0;
  background:linear-gradient(135deg, rgba(24,162,215,.92) 0%, rgba(241,90,55,.85) 100%);
  opacity:0; transition:opacity .4s ease; display:flex; align-items:center; justify-content:center;
}
.blog-card:hover .image-overlay{ opacity:1; }

.overlay-content{ text-align:center; transform:translateY(20px); transition:transform .4s ease; }
.blog-card:hover .overlay-content{ transform:translateY(0); }

.read-more-btn{
  display:inline-flex; align-items:center; gap:10px;
  background:#fff; color:var(--ob-blue);
  padding:12px 24px; border-radius:25px; text-decoration:none;
  font-weight:700; font-size:14px; transition:all .3s ease;
  border:1px solid var(--ob-blue); box-shadow:0 4px 15px rgba(0,0,0,.08);
}
.read-more-btn:hover{
  background:linear-gradient(135deg,var(--ob-orange) 0%, var(--ob-blue) 100%);
  color:#fff; transform:translateY(-2px);
  box-shadow:0 10px 26px rgba(24,162,215,.35);
}
.read-more-btn svg{ transition:transform .3s ease; }
.read-more-btn:hover svg{ transform:translateX(3px); }

.card-content{ padding:30px; flex:1; display:flex; flex-direction:column; }
.card-title{ margin:0 0 15px 0; line-height:1.3; }
.card-title a{
  height: 52px;
  color:var(--ob-ink); text-decoration:none; font-size:20px; font-weight:800; transition:color .3s ease;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
}
.card-title a:hover{ color:var(--ob-blue); }

.card-excerpt{
  color:#585a5b; font-size:15px; line-height:1.6; margin:0 0 25px 0; flex:1;
  display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
}

.card-footer{ margin-top:auto; }
.card-link{
  display:inline-flex; align-items:center; gap:8px;
  color:var(--ob-blue) !important; text-decoration:none; font-weight:700; font-size:14px;
  transition:all .3s ease; padding:8px 0;
}
.card-link:hover{ color:var(--ob-orange) !important; gap:12px; }
.card-link svg{ transition:transform .3s ease; }
.card-link:hover svg{ transform:rotate(45deg); }

/* Nav buttons */
.slider-nav-btn{
  position:absolute; top:50%; transform:translateY(-50%);
  width:56px; height:56px; border:none; border-radius:50%;
  background:#fff; color:var(--ob-blue);
  cursor:pointer; display:flex; align-items:center; justify-content:center;
  transition:all .3s cubic-bezier(.25,.46,.45,.94);
  box-shadow:0 8px 22px rgba(0,0,0,.12), 0 0 0 4px var(--ob-ring);
  z-index:10; border:1px solid rgba(24,162,215,.25);
}
.slider-nav-btn:hover{
  transform:translateY(-50%) scale(1.08);
  background:linear-gradient(135deg,var(--ob-orange) 0%, var(--ob-blue) 100%);
  color:#fff; box-shadow:0 12px 30px rgba(24,162,215,.35);
}
.slider-nav-btn:active{ transform:translateY(-50%) scale(.95); }
.prev-btn{ left:-28px; }
.next-btn{ right:-28px; }
.slider-nav-btn svg{ transition:transform .3s ease; }
.prev-btn:hover svg{ transform:translateX(-2px); }
.next-btn:hover svg{ transform:translateX(2px); }

/* View all */
.view-all-container{ text-align:center; margin-top:60px; }
.view-all-btn{
  display:inline-flex; align-items:center; gap:12px;
  background:linear-gradient(135deg,var(--ob-orange) 0%, var(--ob-blue) 100%);
  color:#fff; padding:16px 32px; border-radius:30px; text-decoration:none;
  font-weight:800; font-size:16px; transition:all .3s cubic-bezier(.25,.46,.45,.94);
  box-shadow:0 8px 25px rgba(24,162,215,.3); position:relative; overflow:hidden;
}
.view-all-btn::before{
  content:''; position:absolute; top:0; left:-100%; width:100%; height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);
  transition:left .6s ease;
}
.view-all-btn:hover::before{ left:100%; }
.view-all-btn:hover{ transform:translateY(-3px); box-shadow:0 15px 40px rgba(24,162,215,.4); }
.view-all-btn svg{ transition:transform .3s ease; }
.view-all-btn:hover svg{ transform:translateX(4px); }

/* ---------- Responsive (v1) ---------- */
@media (max-width:1200px){
  .blog-card{ flex:0 0 calc(50% - 15px); }
  .slider-nav-btn{ width:48px; height:48px; }
  .prev-btn{ left:-24px; } .next-btn{ right:-24px; }
}
@media (max-width:768px){
  .modern-blog-slider{ padding:60px 0; }
  .blog-title{ font-size:32px; }
  .slider{ gap:20px; padding:15px; }
  .blog-card{ flex:0 0 100%; min-height:450px; }
  .card-content{ padding:25px; }
  .slider-nav-btn{ width:44px; height:44px; top:30%; }
  .prev-btn{ left:10px; } .next-btn{ right:10px; }
  .view-all-btn{ padding:14px 28px; font-size:15px; }
}
@media (max-width:480px){
  .blog-title{ font-size:28px; }
  .blog-badge{ font-size:12px; padding:6px 16px; }
  .card-content{ padding:20px; }
  .card-title a{ font-size:18px; }
  .slider-nav-btn{ width:40px; height:40px; }
}

/* === Generic hovers / utilities === */
.like-li{ transition:transform .15s ease, box-shadow .15s ease, background .15s ease; border-radius:10px; }
.like-li:hover{ transform:translateY(-2px) scale(1.02); background:var(--ob-chip); box-shadow:0 6px 18px rgba(0,0,0,.08); }

/* “back to top” */
#totop{
  background:var(--ob-blue); color:#fff;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
}
#totop:hover{ background:var(--ob-orange-600); transform:translateY(-2px); box-shadow:0 8px 20px rgba(0,0,0,.12); }

/* WhatsApp FAB hover */
.float{ transition:transform .15s ease, box-shadow .15s ease; }
.float:hover{ transform:translateY(-2px); box-shadow:0 10px 24px rgba(0,0,0,.18); }

/* Ortopedikbilgi — Brand palette fallbacks (remove if already defined) */
:root{
  --ob-orange:#F15A37;
  --ob-orange-600:#D94C2F;
  --ob-blue:#18A2D7;
  --ob-blue-600:#169DC5;
  --ob-ink:#0f2230;
  --ob-light:#EAF6FB;
  --ob-ring:rgba(24,162,215,.25);
  --ob-shadow:0 25px 80px rgba(24,162,215,.12);
}

/* ============== Modern Blog Slider (v2 / larger) ============== */
.modern-blog2-slider{
  position:relative; background:#fff;
}

.blog2-header{ text-align:center; margin-bottom:60px; }

.blog2-badge{
  display:none !important;
  background:linear-gradient(135deg,var(--ob-orange) 0%, var(--ob-blue) 100%);
  color:#fff; padding:10px 24px; border-radius:30px; font-size:15px; font-weight:800;
  text-transform:uppercase; letter-spacing:1.2px; margin-bottom:25px;
  box-shadow:0 10px 26px rgba(24,162,215,.30);
}

.blog2-title{
  color:var(--ob-ink); font-size:46px; font-weight:900; margin:0 0 25px; line-height:1.1; position:relative;
}
.faq-answer{ font-weight:500; }

.modern-blog2-slider .title-underline{
  width:100px; height:5px; margin:0 auto; border-radius:3px; position:relative;
  background:linear-gradient(90deg,var(--ob-orange) 0%, var(--ob-blue) 100%);
}
.modern-blog2-slider .title-underline::before,
.modern-blog2-slider .title-underline::after{
  content:''; position:absolute; top:0; width:25px; height:5px; border-radius:3px;
  background:var(--ob-light);
}
.modern-blog2-slider .title-underline::before{ left:-35px; }
.modern-blog2-slider .title-underline::after{ right:-35px; }

.modern-blog2-slider .slider-container{ position:relative; width:100%; margin:0 auto; max-width:1400px; }
.modern-blog2-slider .slider-wrapper{ overflow:hidden; width:100%; border-radius:25px; box-shadow:var(--ob-shadow); }
.modern-blog2-slider .slider{ display:flex; transition:transform .7s cubic-bezier(.25,.46,.45,.94); gap:35px; padding:25px; }

.blog2-card{
  flex:0 0 calc(33.333% - 23px);
  background:#fff; border-radius:25px; overflow:hidden;
  box-shadow:0 15px 50px rgba(24,162,215,.12);
  transition:all .5s cubic-bezier(.25,.46,.45,.94);
  position:relative; min-height:600px; display:flex; flex-direction:column;
  border:1px solid rgba(24,162,215,.10);
}
.blog2-card:hover{ transform:translateY(-15px) scale(1.02); box-shadow:0 35px 100px rgba(24,162,215,.22); }

.blog2-card .card-image{ position:relative; height:400px; overflow:hidden; flex-shrink:0; }
.blog2-card .card-image img{ width:100%; height:100%; object-fit:cover; transition:transform .7s cubic-bezier(.25,.46,.45,.94); }
.blog2-card:hover .card-image img{ transform:scale(1.15); }

.blog2-card .image-overlay{
  position:absolute; inset:0;
  background:linear-gradient(135deg, rgba(24,162,215,.95) 0%, rgba(241,90,55,.88) 100%);
  opacity:0; transition:opacity .5s ease; display:flex; align-items:center; justify-content:center;
}
.blog2-card:hover .image-overlay{ opacity:1; }

.blog2-card .overlay-content{ text-align:center; transform:translateY(25px); transition:transform .5s ease; }
.blog2-card:hover .overlay-content{ transform:translateY(0); }

.blog2-card .read-more-btn{
  display:inline-flex; align-items:center; gap:12px;
  background:#fff; color:var(--ob-blue);
  padding:16px 32px; border-radius:30px; text-decoration:none; font-weight:800; font-size:15px;
  transition:all .4s ease; text-transform:uppercase; letter-spacing:.5px;
  border:1px solid var(--ob-blue); box-shadow:0 8px 22px rgba(0,0,0,.12);
}
.blog2-card .read-more-btn:hover{
  background:linear-gradient(135deg,var(--ob-orange) 0%, var(--ob-blue) 100%);
  color:#fff; transform:translateY(-3px);
  box-shadow:0 14px 36px rgba(24,162,215,.40);
}
.blog2-card .read-more-btn svg{ transition:transform .4s ease; }
.blog2-card .read-more-btn:hover svg{ transform:translateX(5px); }

.blog2-card .card-content{ padding:35px; flex:1; display:flex; flex-direction:column; justify-content:space-between; }
.blog2-card .card-title{ margin:0 0 25px; line-height:1.2; }
.blog2-card .card-title a{
  color:var(--ob-ink); text-decoration:none; font-size:24px; font-weight:900; transition:color .4s ease;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; line-height:1.3;
}
.blog2-card .card-title a:hover{ color:var(--ob-blue); }

.blog2-card .card-footer{ margin-top:auto; padding-top:20px; border-top:1px solid rgba(24,162,215,.15); }
.blog2-card .card-link{
  display:inline-flex; align-items:center; gap:10px; color:var(--ob-blue); text-decoration:none;
  font-weight:800; font-size:15px; transition:all .4s ease; padding:12px 0; text-transform:uppercase; letter-spacing:.5px;
}
.blog2-card .card-link:hover{ color:var(--ob-orange); gap:15px; }
.blog2-card .card-link svg{ transition:transform .4s ease; }
.blog2-card .card-link:hover svg{ transform:rotate(45deg) scale(1.1); }

/* Nav buttons (v2) */
.modern-blog2-slider .slider-nav-btn{
  position:absolute; top:50%; transform:translateY(-50%);
  width:64px; height:64px; border:none; border-radius:50%;
  background:#fff; color:var(--ob-blue);
  cursor:pointer; display:flex; align-items:center; justify-content:center;
  transition:all .4s cubic-bezier(.25,.46,.45,.94);
  box-shadow:0 12px 32px rgba(0,0,0,.14), 0 0 0 4px var(--ob-ring);
  z-index:10; border:1px solid rgba(24,162,215,.25);
}
.modern-blog2-slider .slider-nav-btn:hover{
  transform:translateY(-50%) scale(1.15);
  background:linear-gradient(135deg,var(--ob-orange) 0%, var(--ob-blue) 100%);
  color:#fff; box-shadow:0 18px 45px rgba(24,162,215,.5);
}
.modern-blog2-slider .slider-nav-btn:active{ transform:translateY(-50%) scale(.95); }
.modern-blog2-slider .prev-btn{ left:0 !important; }
.modern-blog2-slider .next-btn{ right:0 !important; }
.modern-blog2-slider .slider-nav-btn svg{ transition:transform .4s ease; }
.modern-blog2-slider .prev-btn:hover svg{ transform:translateX(-3px); }
.modern-blog2-slider .next-btn:hover svg{ transform:translateX(3px); }

/* View all (v2) */
.modern-blog2-slider .view-all-container{ text-align:center; margin-top:70px; }
.modern-blog2-slider .view-all-btn{
  display:inline-flex; align-items:center; gap:15px;
  background:linear-gradient(135deg,var(--ob-orange) 0%, var(--ob-blue) 100%);
  color:#fff; padding:20px 40px; border-radius:35px; text-decoration:none;
  font-weight:900; font-size:17px; transition:all .4s cubic-bezier(.25,.46,.45,.94);
  box-shadow:0 12px 35px rgba(24,162,215,.35); position:relative; overflow:hidden; text-transform:uppercase; letter-spacing:.5px;
}
.modern-blog2-slider .view-all-btn::before{
  content:''; position:absolute; top:0; left:-100%; width:100%; height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);
  transition:left .7s ease;
}
.modern-blog2-slider .view-all-btn:hover::before{ left:100%; }
.modern-blog2-slider .view-all-btn:hover{ transform:translateY(-4px); box-shadow:0 20px 50px rgba(24,162,215,.5); }
.modern-blog2-slider .view-all-btn svg{ transition:transform .4s ease; }
.modern-blog2-slider .view-all-btn:hover svg{ transform:translateX(6px); }

/* ---------- Responsive (v2) ---------- */
@media (max-width:1400px){
  .blog2-card{ flex:0 0 calc(50% - 17px); }
  .modern-blog2-slider .slider-nav-btn{ width:56px; height:56px; }
  .modern-blog2-slider .prev-btn{ left:-28px; }
  .modern-blog2-slider .next-btn{ right:-28px; }
}
@media (max-width:768px){
  .modern-blog2-slider{ padding:60px 0; }
  .blog2-title{ font-size:36px; }
  .modern-blog2-slider .slider{ gap:25px; padding:20px; }
  .blog2-card{ flex:0 0 100%; min-height:550px; }
  .blog2-card .card-image{ height:350px; }
  .blog2-card .card-content{ padding:30px; }
  .modern-blog2-slider .slider-nav-btn{ width:50px; height:50px; top:35%; }
  .modern-blog2-slider .prev-btn{ left:15px; }
  .modern-blog2-slider .next-btn{ right:15px; }
  .modern-blog2-slider .view-all-btn{ padding:18px 36px; font-size:16px; }
}
@media (max-width:480px){
  .blog2-title{ font-size:30px; }
  .blog2-badge{ font-size:13px; padding:8px 20px; }
  .blog2-card .card-content{ padding:25px; }
  .blog2-card .card-title a{ font-size:20px; }
  .modern-blog2-slider .slider-nav-btn{ width:45px; height:45px; }
  .blog2-card .card-image{ height:300px; }
}

/* ============== Generic CTA Button (link) ============== */
.custom-linkbtn{
  display:inline-block;
  padding:1.3em 3em;
  font-size:16.5px;
  text-transform:uppercase; letter-spacing:2.5px; font-weight:800;
  color:var(--ob-blue);
  background:#fff; border:2px solid var(--ob-blue);
  border-radius:45px;
  transition:all .3s ease; cursor:pointer; text-decoration:none;
  box-shadow:0 6px 18px rgba(24,162,215,.18);
}
.custom-linkbtn:hover{
  background:linear-gradient(135deg,var(--ob-orange) 0%, var(--ob-blue) 100%);
  border-color:transparent; color:#fff;
  box-shadow:0 15px 26px rgba(24,162,215,.35);
  transform:translateY(-7px);
}
.custom-linkbtn:active{ transform:translateY(-1px); }

/* Responsive Design */
@media (max-width: 1200px) {
  .blog-card {
    flex: 0 0 calc(50% - 15px);
  }
  
  .slider-nav-btn {
    width: 48px;
    height: 48px;
  }
  
  .prev-btn {
    left: -24px;
  }
  
  .next-btn {
    right: -24px;
  }
}

@media (max-width: 768px) {
  .modern-blog-slider {
    padding: 60px 0;
  }
  
  .blog-title {
    font-size: 32px;
  }
  
  .slider {
    gap: 20px;
    padding: 15px;
  }
  
  .blog-card {
    flex: 0 0 100%;
    min-height: 450px;
  }
  
  .card-content {
    padding: 25px;
  }
  
  .slider-nav-btn {
    width: 44px;
    height: 44px;
    top: 30%;
  }
  
  .prev-btn {
    left: 10px;
  }
  
  .next-btn {
    right: 10px;
  }
  
  .view-all-btn {
    padding: 14px 28px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .blog-title {
    font-size: 28px;
  }
  
  .blog-badge {
    font-size: 12px;
    padding: 6px 16px;
  }
  
  .card-content {
    padding: 20px;
  }
  
  .card-title a {
    font-size: 18px;
  }
  
  .slider-nav-btn {
    width: 40px;
    height: 40px;
  }
}


/* === like-li HOVER (genel) === */
.like-li{
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease !important;
  border-radius:10px !important;
}
.like-li:hover{
  transform:translateY(-2px) scale(1.02) !important;
  background:var(--chip) !important;
  box-shadow:0 6px 18px rgba(0,0,0,.08) !important;
}

/* “yukarı çık” butonu hover */
#totop{
  background:var(--blue) !important;
  color:#fff !important;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease !important;
}
#totop:hover{
  background:var(--navy) !important;
  transform:translateY(-2px) !important;
  box-shadow:0 8px 20px rgba(0,0,0,.12) !important;
}

/* WhatsApp fab hover */
.float{
  transition:transform .15s ease, box-shadow .15s ease !important;
}
.float:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
}


/* Modern Blog2 Slider Styles - Larger Images & Different Layout */
.modern-blog2-slider {
  /* padding: 80px 0;
  background: linear-gradient(135deg, #f1f5ff 0%, #e0f2fe 100%); */
  position: relative;
}

/* .modern-blog2-slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #1e3a8a 50%, transparent 100%);
} */

.blog2-header {
  text-align: center;
  margin-bottom: 60px;
}

.blog2-badge {
  display: inline-block;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  padding: 10px 24px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 25px;
  box-shadow: 0 6px 20px rgba(30, 58, 138, 0.3);
}

.blog2-title {
  color: #0f172a;
  font-size: 46px;
  font-weight: 800;
  margin: 0 0 25px 0;
  line-height: 1.1;
  position: relative;
}
.faq-answer{
  font-weight: 500;
}
.modern-blog2-slider .title-underline {
    width: 80px;
    height: 4px;
    margin: 0 auto;
    border-radius: 2px;
    position: relative;
    background: linear-gradient(90deg, var(--ob-orange) 0%, var(--ob-blue) 100%);
}

.modern-blog2-slider .title-underline::before,
.modern-blog2-slider .title-underline::after {
  content: '';
  position: absolute;
  top: 0;
  width: 25px;
  height: 5px;
  background: #60a5fa;
  border-radius: 3px;
}

.modern-blog2-slider .title-underline::before {
  left: -35px;
}

.modern-blog2-slider .title-underline::after {
  right: -35px;
}

.modern-blog2-slider .slider-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}

.modern-blog2-slider .slider-wrapper {
  overflow: hidden;
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 25px 80px rgba(30, 58, 138, 0.12);
}

.modern-blog2-slider .slider {
  display: flex;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  gap: 35px;
  padding: 25px;
}

.blog2-card {
  flex: 0 0 calc(33.333% - 23px);
  background: white;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(30, 58, 138, 0.1);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  min-height: 600px;
  display: flex;
  flex-direction: column;
}

.blog2-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 35px 100px rgba(30, 58, 138, 0.2);
}

.blog2-card .card-image {
  position: relative;
  height: 400px;
  overflow: hidden;
  flex-shrink: 0;
}

.blog2-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.blog2-card:hover .card-image img {
  transform: scale(1.15);
}

/* .blog2-card .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.95) 0%, rgba(59, 130, 246, 0.85) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.blog2-card:hover .image-overlay {
  opacity: 1;
}

.blog2-card .overlay-content {
  text-align: center;
  transform: translateY(25px);
  transition: transform 0.5s ease;
}

.blog2-card:hover .overlay-content {
  transform: translateY(0);
}

.blog2-card .read-more-btn {
 display:inline-flex; align-items:center; gap:10px;
  background:#fff; color:var(--ob-blue);
  padding:12px 24px; border-radius:25px; text-decoration:none;
  font-weight:700; font-size:14px; transition:all .3s ease;
  border:1px solid var(--ob-blue); box-shadow:0 4px 15px rgba(0,0,0,.08);
}

.blog2-card .read-more-btn:hover {
  background:linear-gradient(135deg,var(--ob-orange) 0%, var(--ob-blue) 100%);
  color:#fff; transform:translateY(-2px);
  box-shadow:0 10px 26px rgba(24,162,215,.35);
}

.blog2-card .read-more-btn svg {
  transition: transform 0.4s ease;
}

.blog2-card .read-more-btn:hover svg {
 transform:translateX(3px); 
}

.blog2-card .card-content {
  padding: 35px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog2-card .card-title {
  margin: 0 0 25px 0;
  line-height: 1.2;
}

.blog2-card .card-title a {
  color: #0f172a;
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
  transition: color 0.4s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}

.blog2-card .card-title a:hover {
  color: #1e3a8a;
}

.blog2-card .card-footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(30, 58, 138, 0.1);
}

.blog2-card .card-link {
display: inline-flex
;
    align-items: center;
    gap: 8px;
    color: var(--ob-blue);
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all .3s 
ease;
    padding: 8px 0;
}

.blog2-card .card-link:hover {
   color:var(--ob-orange);
  gap: 15px;
}

.blog2-card .card-link svg {
  transition: transform 0.4s ease;
}

.blog2-card .card-link:hover svg {
  transform: rotate(45deg) scale(1.1);
}

.modern-blog2-slider .slider-nav-btn {
    position:absolute; top:50%; transform:translateY(-50%);
  width:56px; height:56px; border:none; border-radius:50%;
  background:#fff; color:var(--ob-blue);
  cursor:pointer; display:flex; align-items:center; justify-content:center;
  transition:all .3s cubic-bezier(.25,.46,.45,.94);
  box-shadow:0 8px 22px rgba(0,0,0,.12), 0 0 0 4px var(--ob-ring);
  z-index:10; border:1px solid rgba(24,162,215,.25);
}

.modern-blog2-slider .slider-nav-btn:hover {
 transform:translateY(-50%) scale(1.08);
  background:linear-gradient(135deg,var(--ob-orange) 0%, var(--ob-blue) 100%);
  color:#fff; box-shadow:0 12px 30px rgba(24,162,215,.35);
}

.modern-blog2-slider .slider-nav-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.modern-blog2-slider .prev-btn {
  left: 0px !important;
}

.modern-blog2-slider .next-btn {
  right: 0px !important;
}

.modern-blog2-slider .slider-nav-btn svg {
  transition: transform 0.4s ease;
}

.modern-blog2-slider .prev-btn:hover svg {
  transform: translateX(-3px);
}

.modern-blog2-slider .next-btn:hover svg {
  transform: translateX(3px);
}

.modern-blog2-slider .view-all-container {
  text-align: center;
  margin-top: 70px;
}

.modern-blog2-slider .view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  padding: 20px 40px;
  border-radius: 35px;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 12px 35px rgba(30, 58, 138, 0.35);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.modern-blog2-slider .view-all-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: left 0.7s ease;
}

.modern-blog2-slider .view-all-btn:hover::before {
  left: 100%;
}

.modern-blog2-slider .view-all-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(30, 58, 138, 0.5);
}

.modern-blog2-slider .view-all-btn:hover svg {
  transform: translateX(6px);
}

.modern-blog2-slider .view-all-btn svg {
  transition: transform 0.4s ease;
}

/* Blog2 Responsive Design */
@media (max-width: 1400px) {
  .blog2-card {
    flex: 0 0 calc(50% - 17px);
  }
  
  .modern-blog2-slider .slider-nav-btn {
    width: 56px;
    height: 56px;
  }
  
  .modern-blog2-slider .prev-btn {
    left: -28px;
  }
  
  .modern-blog2-slider .next-btn {
    right: -28px;
  }
}

@media (max-width: 768px) {
  .modern-blog2-slider {
    padding: 60px 0;
  }
  
  .blog2-title {
    font-size: 36px;
  }
  
  .modern-blog2-slider .slider {
    gap: 25px;
    padding: 20px;
  }
  
  .blog2-card {
    flex: 0 0 100%;
    min-height: 550px;
  }
  
  .blog2-card .card-image {
    height: 350px;
  }
  
  .blog2-card .card-content {
    padding: 30px;
  }
  
  .modern-blog2-slider .slider-nav-btn {
    width: 50px;
    height: 50px;
    top: 35%;
  }
  
  .modern-blog2-slider .prev-btn {
    left: 15px;
  }
  
  .modern-blog2-slider .next-btn {
    right: 15px;
  }
  
  .modern-blog2-slider .view-all-btn {
    padding: 18px 36px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .blog2-title {
    font-size: 30px;
  }
  
  .blog2-badge {
    font-size: 13px;
    padding: 8px 20px;
  }
  
  .blog2-card .card-content {
    padding: 25px;
  }
  
  .blog2-card .card-title a {
    font-size: 20px;
  }
  
  .modern-blog2-slider .slider-nav-btn {
    width: 45px;
    height: 45px;
  }
  
  .blog2-card .card-image {
    height: 300px;
  }
}
.custom-linkbtn {
  display:inline-block;
  padding: 1.3em 3em !important;
  font-size: 16.5px !important;
  text-transform: uppercase !important;
  letter-spacing: 2.5px !important;
  font-weight: 700 !important;
  color: #000 !important;
  background-color: #fff !important;
  border: none !important;
  border-radius: 45px !important;
  /* box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1) !important; */
  transition: all 0.3s ease 0s !important;
  cursor: pointer !important;
  text-decoration: none !important;
  margin-bottom: 30px;
}

.custom-linkbtn:hover {
  background-color: #1e3a8a  !important;
  box-shadow: 0px 15px 20px #1e3a8a !important;
  color: #fff !important;
  transform: translateY(-7px) !important;
}

.custom-linkbtn:active {
  transform: translateY(-1px) !important;
}
/* ==== ORTOPEDIKBILGI FOOTER REVAMP (white bg + brand colors) ==== */
.fbody .second-footer,
.fbody .bottom-footer-text{background:#ffffff !important;color:#0f2230 !important;}
.fbody .second-footer .container{padding-block:clamp(28px,3.5vw,48px) !important;}
.fbody .second-footer .row{row-gap:24px !important;}
.fbody .ttm-textcolor-white{color:#0f2230 !important;} /* theme override */

/* Brand palette */
.fbody{--ob-orange:#F15A37;--ob-orange-600:#D94C2F;--ob-blue:#18A2D7;--ob-blue-600:#169DC5;--ob-ink:#0f2230;--ob-muted:#f6fbfe;--ob-border:color-mix(in srgb,var(--ob-blue) 22%, #eaf6fb);--ob-ring:color-mix(in srgb,var(--ob-blue) 36%, #fff);}

/* Logo */
.fbody .home-link{display:inline-flex !important;align-items:center !important;margin-bottom:12px !important;}
.fbody .home-link img.img-center{max-width:200px !important;height:auto !important;filter:drop-shadow(0 3px 10px rgba(0,0,0,.08)) !important;}

/* Widget titles */
.fbody h4.site-owner{position:relative !important;margin:0 0 14px !important;font-weight:700 !important;color:var(--ob-ink) !important;}
.fbody h4.site-owner::after{content:"" !important;display:block !important;width:56px !important;height:4px !important;border-radius:4px !important;margin-top:8px !important;background:linear-gradient(90deg,var(--ob-blue),var(--ob-orange)) !important;}

/* Link list (Site Haritası / Öne Çıkanlar) */
.fbody #menu-footer-quick-links .like-ul{display:grid !important;gap:10px !important;}
.fbody #menu-footer-quick-links .like-li a{
  display:flex !important;align-items:center !important;gap:8px !important;
  padding:5px 6px !important;border-radius:12px !important;
  color:var(--ob-ink) !important;background:#fff !important;text-decoration:none !important;
 transition:all .25s ease !important;
}
.fbody #menu-footer-quick-links .like-li a:hover{
  color:#fff !important;border-color:transparent !important;
  background:linear-gradient(90deg,var(--ob-blue),var(--ob-orange)) !important;
  transform:translateY(-2px) !important;box-shadow:0 10px 20px rgba(24,162,215,.18) !important;
}

/* Contact list (icons with masks) */
.fbody .footer-contact{display:grid !important;gap:8px !important;}
.fbody .footer-contact-box .inner a{
  display:flex !important;align-items:center !important;gap:10px !important;
  padding:10px 12px !important;border:1px solid var(--ob-border) !important;border-radius:12px !important;background:#fff !important;
  color:var(--ob-ink) !important;text-decoration:none !important;transition:all .25s ease !important;
}
.fbody .footer-contact-box .inner a:hover{color:#fff !important;background:linear-gradient(90deg,var(--ob-blue),var(--ob-orange)) !important;border-color:transparent !important;transform:translateY(-2px) !important;box-shadow:0 10px 20px rgba(24,162,215,.18) !important;}
.fbody .footer-contact-box i{
  width:22px !important;height:22px !important;display:inline-block !important;flex:0 0 22px !important;
  background:var(--ob-blue) !important;mask-size:contain !important;-webkit-mask-size:contain !important;
  mask-repeat:no-repeat !important;-webkit-mask-repeat:no-repeat !important;mask-position:center !important;-webkit-mask-position:center !important;
  border-radius:6px !important;transition:background .25s ease !important;
}
.fbody .footer-contact-box .inner a:hover i{background:#fff !important;}

/* Marquee (fine print) */
.fbody .marquee-row{margin-top:8px !important;}
.fbody .marquee{border-radius:12px !important;padding:10px 14px !important;color:#2a3a49 !important;}
.fbody .marquee span{opacity:.9 !important;}

/* Bottom copyright */
.fbody .bottom-footer-text{border-top:1px solid var(--ob-border) !important;}
.fbody .bottom-footer-text p{margin:10px 0 !important;color:#2a3a49 !important;}
.fbody .bottom-footer-text .dsa-logo img{filter:grayscale(0) !important;opacity:.9 !important;transition:opacity .25s ease !important;}
.fbody .bottom-footer-text .dsa-logo:hover img{opacity:1 !important;}

/* General links */
.fbody .second-footer a{color:var(--ob-ink) !important;}
.fbody .second-footer a:hover{text-decoration:none !important;}

/* Responsive */
@media (max-width: 991.98px){
  .fbody .second-footer .widget-area{text-align:left !important;}
  .fbody .new-si{gap:8px !important;}
}
@media (max-width: 575.98px){
  .fbody .home-link img.img-center{max-width:180px !important;}
  .fbody #menu-footer-quick-links .like-ul{grid-template-columns:1fr !important;}
  .fbody .new-si{justify-content:flex-start !important;}
}
/* ——— Card / Content ——— */
.content{
  background:#fff !important;
  color:#0f2230 !important; /* ana metin */
  padding:24px 28px !important;
  /* border:1px solid #e9f3f8 !important; */
  border-radius:16px !important;
  /* box-shadow:0 10px 24px rgba(0,0,0,.06) !important; */
  max-width:760px !important;
  line-height:1.55 !important;
}

/* ——— Üst rozet ——— */
.content .slider-badge{
  display:inline-block !important;
  background:linear-gradient(135deg,#18A2D7 0%,#169DC5 100%) !important;
  color:#fff !important;
  font-weight:700 !important;
  font-size:12px !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  padding:6px 10px !important;
  border-radius:999px !important;
  margin-bottom:10px !important;
}

/* ——— Başlık ——— */
.content h2{
  margin:4px 0 10px !important;
  font-size:34px !important;
  line-height:1.15 !important;
  color:#0f2230 !important;
  letter-spacing:.02em !important;
  font-weight:800 !important;
  position:relative !important;
}
.content h2::after{
  content:"" !important;
  display:none !important;
  width:64px !important;
  height:3px !important;
  margin-top:8px !important;
  background:linear-gradient(90deg,#F15A37,#18A2D7) !important;
  border-radius:3px !important;
}

/* ——— Özet ——— */
.content .sum{
  /* inline 'color:white' değerini ezer */
  color:#334b59 !important;
  margin:10px 0 18px !important;
}
.content .sum p{
  margin:0 !important;
  font-size:16px !important;
  line-height:1.7 !important;
}


/* ——— Küçük ekran uyumu ——— */

/* ——— Tercih: animasyonu azalt ——— */
@media (prefers-reduced-motion: reduce){
  .content .card-link{ transition:none !important; }
}
/* 1200px–1399px arası */
@media (min-width: 1200px) and (max-width: 1719.98px) {
  .main-slider .slide .content {
    position: absolute !important;
    top: 30% !important;
    left: 7% !important;
    text-align: center !important;
    max-width: 470px !important;
  }
  .content {
    background: none !important;
    color: #0f2230 !important;
    padding: 24px 28px !important;
    border-radius: 16px !important;
    max-width: 760px !important;
    line-height: 1.55 !important;
  }
}

/* 1400px ve üzeri */
@media (min-width: 1720px) {
  .main-slider .slide .content {
    position: absolute !important;
    top: 30% !important;
    left: 5% !important;
    text-align: center !important;
    max-width: 500px; /* istersen !important ekleyebilirsin */
  }
  .content { 
    background: none !important;
    color: #0f2230 !important;
    padding: 24px 28px !important;
    border-radius: 16px !important;
    max-width: 760px !important;
    line-height: 1.55 !important;
  }
}
@media (max-width:800px){
  #obAboutHome .ob-container{
    /* padding-top: 85px !important; */
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {

  /* Kolonları blok blok ortala */
  .footer .widget-area,
  .footer .widget_nav_menu,
  .footer #menu-footer-quick-links {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  /* Başlık ve altında kullanılan dekoratif çizgi/pseudo elemanları ortaya al */
  .footer .site-owner {
    text-align: center !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
  /* Olası :before / :after çizgilerini ortaya çek */
  .footer .site-owner::before,
  .footer .site-owner::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
    margin-left: 0 !important;
  }

  /* Liste kapsayıcıyı ve elemanları ortaya al */
  .footer #menu-footer-quick-links .like-ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding-left: 0 !important;   /* soldaki iç boşluğu kaldır */
    margin: 12px 0 0 !important;
  }
  .footer #menu-footer-quick-links .like-li {
    list-style: none !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .footer #menu-footer-quick-links .like-li a {
    display: inline-block !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  /* Sosyal ikon şeridi */
  .footer .social-icons.new-si {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
  }

  /* İletişim kutuları */
  

  /* Logo ve ajans logosu ortalansın */
  .footer .home-link img,
  .bottom-footer-text .dsa-logo,
  .bottom-footer-text .dsa-logo img {
    display: block !important;
    margin: 0 auto !important;
  }

  /* Marquee ve telif satırı */
  .marquee-row .marquee,
  .marquee-row .marquee > div,
  .marquee-row .marquee span,
  .bottom-footer-text .row.copyright,
  .bottom-footer-text .row.copyright > div {
    text-align: center !important;
    margin: 0 auto !important;
    width: 100% !important;
  }
  .fbody h4.site-owner::after{
    display: none !important;
  }
  .marquee{
    display: none !important;
  }
  .blog2-card .card-content{
    justify-content: flex-start !important;
  }
  .blog2-card .card-footer {
    margin-top: 0px !important; 
    padding-top: 0px !important;

}
}
