@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;
}
/* Boş alanlarda özel imleç */
html, body { cursor: url('/2025/07/mouse.png') 0 0, auto !important; }

/* Link, buton vb. öğelerde el (pointer) */
/* a, button, [role="button"],
input[type="button"], input[type="submit"], label, summary {
  cursor: pointer !important;
} */

/* Metin alanlarında I-beam */
input[type="text"], input[type="search"], textarea {
  cursor: text !important;
}
html, body, * {
    cursor: url('/2025/07/mouse.png') 0 0, auto !important;
}

a, button, input, textarea, select {
    cursor: url('/2025/07/mouse.png') 0 0, auto !important;
}
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;
    /* height: 93px; */
}

.right-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width:768px) {
  .ttm-header-wrap {
    background-color: #fff;
    height: 93px;
  }




}


/* About Section Start*/
.about .text-inner {
  padding: 25px;
}

.about .resim{
  
}

.about p {
  margin: revert;

}


/* About Section End */


.like-ul {
  display: block;
  list-style-type: disc;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

.like-li {
  display: inline-flex;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}

.footer .like-li {
  display: block;
  text-align: left;
}

.footer .like-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contents {
  padding: 30px;
    background: linear-gradient(135deg, #f40003 0%, #3c1717 100%) !important;
  margin: 4px;
  border-radius: 15px;
}

.layoutmanager img {
  max-height: max-content !important;
}

.contents h2 {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.contents li {
  margin-left: 15px;
  color: white;
}


.contents li a {
  margin-left: 15px;
  color: white;
}




.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #2a3959;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;

  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: 15px;
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: white !important;
  border-radius: 12px;
}

.animated-button:hover a {
  color: white !important;
}

.animated-button:hover svg {
  fill: white !important;
}


.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #212121;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #2a3959;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

.right-bar .icon {
  font-size: 26px;
  background-color: white;
  padding: 8px;
  margin-left: -33px;
  width: 50px;
  height: 50px;
}

.right-bar .icon i {
  background: white;
  width: 30px;
  height: 18px;
  position: relative;
  left: 3px;
  top: 5px;
  display: block;
  -webkit-mask-repeat: no-repeat;
}

.right-bar .icon {
  background: #010828;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.right-bar .sum {
  padding-right: 5px;
  text-align: left;
  padding-left: 10px;
  font-size: 12px;
}

.right-bar strong {
  font-weight: 600;
  font-size: 14px;
}

li.address p {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 20px;
  padding-top: 17px;
}



body {
  font-family: "Poppins", sans-serif !important;
}

.maincontent {
  font-family: "Poppins", sans-serif !important;
}

body .page {
  position: relative;
  z-index: 10;
}

li::marker {
  font-weight: bold !important;
}

.top-menu li {
  display: inline-flex;
  margin-right: 10px;
}

.top-menu ul {
  padding: initial
}

.slider-badge{
  color: #0080d2;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  border-radius: 20px;
  background: linear-gradient(358deg, rgba(30, 99, 255, .1) -1077.15%, rgba(24, 124, 255, .1) -690.64%, rgba(18, 143, 255, .1) -213.19%, rgba(12, 169, 255, .1) 218.79%, rgba(6, 194, 255, .1) 764.46%, rgba(0, 219, 255, .1) 1196.44%);
  padding: 5px 20px;
  display: inline-block;  
}

#menu .like-li {
  list-style: none !important;
}

.main-slider h2 {
  text-align: center;
  color: #000b47;
  font-size: 50px;
}

.main-slider p {
  color: #fff;
  line-height: 2;
}

.top-menu {}

.ttop-menu {
  background-color: #25613a;

}

.top-menu li a {
  color: #fff;
}
.top-svg{
  position: absolute;
}
/* *********** TOP MENÜ *************** */
a:hover {
  text-decoration: none;
}

.top-bar {
  background: #0ea1ff;
  padding: 20px 0;
}

.top-bar .contact-col {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}


.top-bar .lang-setting {
  display: flex;
  ;
}


.top-bar .contact-col .lang-selectors {
  align-items: center;
  display: flex;
}

#menu .lang-selectors{
  display: inline-flex !important;
}

.top-bar .contact-col li {
  display: inline-flex;
  align-items: center;
}

.top-bar .contact-col li {
  display: inline-flex;
  align-items: center;
}

.top-bar .contact-col .icon {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.top-bar .contact-col .sum {
  display: inline-flex;
  align-items: center;
}

.top-bar .contact-col .sum p {
  color: white;
}


.top-bar .social-media-col i {
  height: 25px;
  width: 25px;
  position: relative;
  background-color: white !important;
  background: white !important;
  display: block;
  mask-repeat: no-repeat;
  -webkit-mask-position-x: right;
  margin-right: 15px;
}

.top-bar .social-media-col {
  display: flex;
  justify-content: flex-end;
}

.top-bar .contact-col i {
  height: 25px;
  width: 25px;
  position: relative;
  background-color: white;
  display: block;
  mask-repeat: no-repeat;
  -webkit-mask-position-x: right;
}

.ttm-topbar-wrapper {
  line-height: 48px;
}

.ttm-topbar-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.top-info {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.top-info li {
  padding-right: 15px;
}

.top-info li a {
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
}

.top-info li a i {
  padding-right: 4px;
  font-size: 18px;
  background: white;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.ttm-topbar-content .topbar-right .list-inline {
  display: inline-block;
  line-height: 49px;
}

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}

.social-icons li {
  display: inline-block;
  border: none;
  margin: 0 3px;
}

.social-icons li a {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.social-icons li a i {}

.fbody .fa-instagram {
  background-color: black !important;
  background: black !important;
}

.fa-instagram {
  background-color: white !important;
  background: white !important;
}

.straight-stick {
  font-size: 29px;
  margin-left: 25px;
  margin-right: 25px;
  color: #fff;

}

.header-lang {
  height: 35px;
  width: 35px;
}

@media (max-width:768px) {
  .header-lang {
    height: 30px;
    width: auto;
    object-fit: cover;
  }

  .lang-setting {
    padding-inline-start: 0px;
    text-align: center;
  }

  .site-branding img {
    top: 0 !important;
    height: 82px !important;
    width: auto;
  }

  .top-bar .contact-col i {
    top: 0px !important;
  }

  .page-title-heading h1 {
    text-align: center;
  }

  .breadcrumb-wrapper {
    text-align: center !important;
  }

  .dinc-articles2-slider .slider-badge{
    justify-self: center;
    text-align:center;
    display: flex;
  }


}

.social-icons li a:hover {
  box-shadow: inset 0 0 0 3px #fff;
  color: white !important;
}

.site-branding a,
.site-branding img {
  transition: all 0.3s ease-in-out 0s;
}

.site-branding img {
  max-height: 91px !important;
  height: 91px !important;
  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;
  margin-top:20px !important;

}

#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: 93px;
}

.fixed-header .site-branding img {
  position: relative;
  top: 0;
  height: 70px;
}



textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
  font-family: inherit;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  text-transform: inherit;
  line-height: inherit;
}

.ttm-search-overlay .ttm-site-searchform button {
  padding: 0;
  font-size: 21px;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  width: 70px;
  border: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.95);
  height: 59px;
  text-align: center;
  display: block;
  color: #fff;
  margin-top: 7px;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  text-decoration: none;
  line-height: 21px;
  font-weight: 500;
  border-radius: 0;
  transition: all 0.25s ease;
  outline: none !important;
  -webkit-font-smoothing: antialiased;
}

a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: none;
  color: #000000;
}

a {
  color: #000000;
}

.mobile-menu {
  display: none;
}

.mobile-menu ul.th-menudropdown.sub-menu.active {
  display: block !important;
  position: relative;
  width: 100%;
  overflow: visible;
}

.mobile-menu ul.th-menudropdown.sub-menu {
  display: none !important;
}

li.has-submenu .sub-menu {
  margin-top: 0px;
  position: absolute;
  display: none;
  width: 130px;
  left: 0;
}

/* SLİDER */
.main-slider .item .content {
  position: absolute;
  display: flex;
  width: 40%;
  height: 100%;
  top: 0;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}

.main-slider .item .content .inner {
  position: relative;
  height: 300px;
}

.cbody {
  padding: 30px 30px;
  position: relative;
  border-radius: 20px;
}

.name-slider {
  color: #010828;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  left: 2px;
}

.cbody .sum {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: auto;
  margin-bottom: 5px;
  overflow: hidden;
}

.block-head h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: black;
  margin-bottom: 20px;
}

.cbody h2 {
  font-weight: 700;
  font-size: 24px;
}

.n-button {
  color: black !important;
  border-width: 2px;
  border-style: solid;
  border-color: #337569;
  position: relative;
  display: inline-block;
  padding: 6px 19px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.n-button:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.n-button:before,
.n-button:after {
  content: "";
  display: block;
  position: absolute;
  border-color: #337569;
  box-sizing: border-box;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}



.main-slider img {
  height: 850px;
  min-height: 500px;
  object-fit: cover;
  object-position: 84%;
}




/* FOOTER */

.second-footer{
  padding: 50px 0 0 0 ;
}

.fbody {
  background:#eef6ff;
  overflow-x: hidden !important;
}

.footer .widget {
  margin: 20px 0 10px;
}

.ttm-btn.btn-inline {
  font-weight: 500;
}

a,
.site-branding a,
#site-header-menu #site-navigation .menu ul li>a,
.ttm-header-icon,
.header-btn,
a.ttm-btn,
i.ttm-btn,
a.nav-link,
.ttm-header-style-infostack .ttm-custombutton a,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a,
.social-icons li>a,
.accordion .toggle-title a {
  transition: all 0.3s ease-in-out 0s;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 16px;
  right: 10px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float i {
  font-size: 40px;
  width: 30px;
  height: 35px;
  background: white;
}


.float2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 95px;
  right: 10px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float2 i {
  font-size: 40px;
  width: 30px;
  height: 35px;
  background: white;
}

.widget-area {
  position: relative;
  display: flex;
  justify-content: center;
}

.footer .widget .widget-title {
  margin-bottom: 17px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: #035963;
  text-align: center;
}

.widget .widget-title {
  font-size: 23px;
  line-height: 28px;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .widget ul>li {
  padding: 0 0 12px 0;
  display: inline-flex;
}

.widget ul>li {
  position: relative;
}

.footer .social-icons li>a,
footer ul li>a,
.ttm-topbar-content a,
.ttm-textcolor-white a {
  color: rgb(0, 0, 0);
}

.footer .bottom-footer-text {
  position: relative;
  background-color: transparent;
}

.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  border-top: 1px solid #00000021;
}

.dots-area {
  position: relative;
  z-index: 99;
  bottom: 125px;
  left: 4%;
  height: 60px;
  width: 250px;
}

.animated-button a {
  padding: 15px !important;
}


.dots-inner {
  display: inline-flex;
}



.dots-area .dots img {
  height: 50px;
  width: 50px;
  margin-left: 10px;
  border-radius: 50%;
  border: 2px solid #010828;
  object-fit: cover;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  object-position: right;
}

.owl-dot.active span {
  background-color: #010828;
}

.widget.widget_nav_menu a {
  color: #474747;
  line-height: 2;
}

.widget.widget_nav_menu h4 {
  text-align: center;

}

.jumbotron {
  background-color: none;
}

/* #menu-footer-quick-links .like-li a:before {
   content: "";
   background-color: #fff;
   width: 6px;
   height: 6px;
   position: absolute;
   left: 0;
   top: 9px;
   border-radius: 50px;
} */
.custom-btn {
  width: 165px;
  height: 45px;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.btn-8 {
  background-image: linear-gradient(315deg, #ffffff 0%, #aac1cd 74%);
  line-height: 42px;
  padding: 0;
  border: none;
}

.btn-8 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-8:before,
.btn-8:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #607d8b;
  transition: all 0.3s ease;
}

.btn-8:before {
  height: 0%;
  width: 2px;
}

.btn-8:after {
  width: 0%;
  height: 2px;
}

.btn-8:hover:before {
  height: 100%;
}

.btn-8:hover:after {
  width: 100%;
}

.btn-8:hover {
  background: transparent;
}

.btn-8 span:hover {
  color: #c797eb;
}

.btn-8 span:before,
.btn-8 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #607d8b;
  transition: all 0.3s ease;
}

.btn-8 span:before {
  width: 2px;
  height: 0%;
}

.btn-8 span:after {
  height: 2px;
  width: 0%;
}

.btn-8 span:hover:before {
  height: 100%;
}

.btn-8 span:hover:after {
  width: 100%;
}

.abouts {
  position: relative;
}

.about {
  padding: 50px 0;
}

.about .view-all{
  width: -webkit-fill-available;
}

.about .animated-button {
  width: 100%;
}

.about .animated-button:hover .circle {
  width: 100%;
}

.about .animated-button .circle {
  background-color: #010828;
}

.dinc-articles .owl-dot span {
  border: 1px solid #010828 !important;
}

.ab-icerik {
  position: relative;
  z-index: 9;
  color: black;
  padding: 0px 50px 30px 50px;
}


.ab-sub-title {
  color: #98d6ff;
  font-weight: 600;
  position: relative;

  display: inline-block;
}


.ab-summary {
  position: relative;
  z-index: 2;
}


ul.about-s {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

ul.about-s li {
  width: 50%;
  position: relative;
}

ul.about-s li a {
  background: #b0bec585;
  display: flex;
  margin: 0px 31px 15px 0px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 13px;
  z-index: 0;
  padding-bottom: 13px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

ul.about-s i {
  font-size: 26px;
  float: left;
  background-color: #eceff1;
  border-radius: 5px;
  margin: 0 10px;
  width: 40px;
}

ul.about-s li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #cfd8dc;
  top: 0;
  left: -100%;
  transition: 0.7s all;
  z-index: -1;
  display: block;
}

ul.about-s li a:hover:after {
  left: 0 !important;
}


.ab-icerik .animated-button {
  background-color: #0070b9;
  color: white !important;
  border-radius: 5px !important;
}

.ab-icerik .animated-button a {
  color: white !important;
}

.ab-icerik .animated-button svg {
  fill: white !important;
}

.ab-icerik h2 {
  font-size: 135px;
  font-weight: 800;
  position: relative;
  bottom: 38px;
  color: #0070b9;
}

.title-box {
  display: table;
  width: 100%;
}

.title-box .page-title-heading,
.breadcrumb-wrapper {
  display: block;
  vertical-align: middle;
  text-align: center;
}

.title-box .page-title-heading,
.breadcrumb-wrapper {
  text-align: left;
}

@media (max-width:768px) {
  .page-title-heading h1 {
    font-size: 18px !important;
    line-height: normal !important;
  }
}

.page-title-heading h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 6px;
  position: relative;
  text-align: center;
}

.breadcrumb-wrapper {
  text-align: center;
}

.breadcrumb-wrapper .breadcrumb-wrapper-inner {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 15px;
  display: inline-block;
  margin: auto;
  text-align: center;
}

.breadcrumb-wrapper a,
.breadcrumb-wrapper span {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 19px;
}

.breadcrumb-wrapper span:last-child {
  color: black !important;
  font-weight: 600;
}

.ttm-page-title-row {
  background: white;
}

/* CARD1 */
.dinc-articles {
  padding: 120px 0 50px 0px;
  margin-top: 50px;
}

.dinc-articles .box-art {
  position: relative;
  transition: 1.5s all;
  overflow: hidden;
  margin: 5px;
  height: 540px;
  border-radius: 15px;
}

.btn-primary {
  background-color: #010828;
  border-color: #010828;
}

.btn-primary:hover {
  background-color: #010828;
  border-color: #010828;
}

.dinc-articles .box-art img {
  height: auto;
  object-fit: cover;
  opacity: 0.8;
  border-radius: 15px;
}

.dinc-articles .news-detail {
  position: absolute;
  transition: 0.5s all;
  width: 100%;
}

.dinc-articles .news-detail h3 {
  font-size: 20px;
}

.news-detail {
  margin-top: 20px;
}




.box-art:hover img {
  transform: scale(1.1);
  opacity: 1;
}

.box-art img {
  transition: all 400ms ease;
}

/* CARD2 */
.contenttitle {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #4e4e4e;
}

.sitenitasarlacom-icerik2 {
  padding: 45px 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}


.lazyKukumavNet {
  display: block;
  width: 100%;
}

.cont-marka-baslik {
  font-size: 25px;
  color: #3b3b39;
}

.cizgiduz::after {
  position: absolute;
  position: absolute;
  content: "";
  height: 1px;
  width: 80%;
  top: 19px;
  background: #3b3b39;
  margin: 0 0 0 14px;
}

.conicon {
  display: flex;
  align-items: center;
}

.conicon .resim {
  padding-right: 10px;
  width: 75px !important;
  height: 65px !important;
}

.conicon .resim img,
.conicon .resim figure {
  width: 65px !important;
  height: 65px !important;
  display: block;
  position: relative;
}

.deneme {
  width: 50px;
  height: 50px;
  background: red;
}

.anab1 {
  font-weight: bold;
  font-size: 45px;
  color: #4e4e4e;
  line-height: 1.1;
}

/* YORUMLAR */
.comments:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  opacity: 0.4;
}

.comments {
  position: relative;
}

.comments .item:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 31px;
  -webkit-mask-image: url(rd-fonts/quote-left.svg);
  mask-image: url(rd-fonts/quote-left.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background: #688493;
  margin-left: 5px;
}

.comments .item:after {
  content: "";
  position: absolute;
  bottom: 7px;
  font-size: 35px;
  right: 30px;
  -webkit-mask-image: url(rd-fonts/quote-right.svg);
  mask-image: url(rd-fonts/quote-right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background: #688493;
  margin-left: 5px;
}

.comments p.content {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
  overflow: hidden;
  text-align: center;
  padding-left: 20px;
}

.comments .item {
  padding: 15px;
  border-radius: 20px;
  border: 3px solid lightgray;
}

#totop.top-visible {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

#totop.top-visible i {
  width: 20px;
  height: 20px;
  background: white;
  mask-repeat: no-repeat;
}

#totop {
  font-weight: 900;
  position: fixed;
  right: 100px;
  z-index: 999;
  height: 0;
  width: 0;
  text-align: center;
  padding-top: 3px;
  line-height: 34px;
  border-radius: 3px;
  background-color: #0ea1ff !important;
  color: #fff !important;
  bottom: 20px;
}

.featured-imagebox.featured-imagebox-post.ttm-box-view-top-image {
  box-shadow: 0 0 15px 0 rgba(41, 61, 88, 0.1);
  margin-bottom: 20px;
}

.ttm-post-format-icon {
  display: none !important;
  background: black;
}

.ttm-post-thumbnail img {
}

.card-detail-sec{
  padding: 10px 0px;
  background-color: #1a1a3b;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-detail-sec .read-more {
  color: white;
  text-align: center;
}

.ttm-box-post-date {
  display: block;
  position: relative;
  color:white
}

.featured-imagebox-post.ttm-box-view-top-image .featured-content {
  padding: 20px 20px;

}

.post-title.featured-title {
  width: 100%;

}

.cat-badge {
  position: absolute;
  top: 153px;
  left: 35px;
  background-color: aliceblue;
  padding: 5px;
  border-radius: 5px;
}

.featured-title h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  margin: 0;
}

.featured-imagebox-post.ttm-box-view-top-image .post-desc {
  padding-top: 0px;
}

.post-desc.featured-desc p {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.widget .new-si li a {
  width: 38px;
  height: 38px;
  font-size: 24px;
  padding-top: 6px;
  border-radius: 0px;
  margin-top: 30px;
}

.owl-theme .owl-controls .owl-nav div.owl-prev:before {
  -webkit-mask-image: url(rd-fonts/angle-left.svg);
  mask-image: url(rd-fonts/angle-left.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background: white;
  content: "" !important;
  margin-left: 6px;
  margin-top: 0px;
}

.owl-theme .owl-controls .owl-nav div.owl-next:before {
  -webkit-mask-image: url(rd-fonts/angle-right.svg);
  mask-image: url(rd-fonts/angle-right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background: white;
  content: "" !important;
  margin-left: 6px;
  margin-top: 0px;
}

.dinc-articles .owl-theme .owl-controls .owl-nav div.owl-next:before {
  margin-top: 8px;
  margin-left: 12px;
}


.dinc-articles .owl-theme .owl-controls .owl-nav div.owl-prev:before {
  margin-top: 8px;
  margin-left: 8px;
}

.owl-theme .owl-controls .owl-nav div.owl-next:hover:before,
.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before {
  background: white;
}

.owl-carousel {
  display: block !important;
}

.owl-carousel .slide-owl-wrap:not(:first-child) {
  display: none !important;
}

.owl-carousel img {
  width: 100% !important;
}

.services-head-image {
  width: 50px;
  height: 50px;
}

.services-head h2 {
  position: relative;
  font-size: 77px;
  color: #202a65;
  font-weight: bold;
  bottom: -75px;
  left: 70px;
  transform: scale(1, 1.6);
  opacity: 0.1;
}



.services-head h3 {
  color: #0C4D8B;
  font-size: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.services-head .slider-badge {
  display: block;
  justify-content: center;
  text-align: center;
  width: max-content;
  margin: auto;

}

.services-head .slider-badge p{
  margin: auto;
}

.play-icon {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 10px 26px;
  background-color: #e91f25;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.52);
  border-radius: 10px;
}

@media (max-width:768px) {
  .post-detail {
    padding: 0px;
  }

  .contentsec {
    padding: 0px;
  }

  .footer .site-owner {
    padding-bottom: 0px !important;
    margin: 5px 0px !important;
}

 
}


.post-detail {}


.pagination {
  justify-content: center;
}

.pagination li a,
.pagination li span {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.pagination li span {
  color: #aeaeae;
}

.pagination li.active span {
  background: #010828;
  color: #fff;
}

.ttm-header-search-link a .fa-search {
  width: 15px;
  height: 15px;
  background: #000;
  display: inline-block;
}

.ttm-search-overlay {
  display: none;
}

.ttm-search-overlay.st-show {
  display: block;
}

.w-search-input .fa-search {
  width: 15px;
  height: 15px;
  background: #fff;
  display: inline-block;
}

.w-search-input .searchform-s::placeholder {
  color: #fff;
}

.menu-footer-contact-links li a {
  display: flex;
  align-items: center;
}

.menu-footer-contact-links li a i {
  width: 18px;
  height: 18px;
  background: #000;
  display: inline-block;
  margin-right: 5px;
}

img {
  max-width: 100%;
}

.dsa-logo img {
  max-height: 33px;
  width: auto;
  margin-top: 10px;
}

.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  width: max-content;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: white;
  border-radius: 100px;
  font-weight: 600;
  color: #2a3959;
  box-shadow: 0 0 0 2px #010828;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: 18px;
  margin-bottom: 16px;
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #2a3959;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;

  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: 15px;
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: white !important;
  background-color: #0070b9;
  border-radius: 12px;
}

.animated-button:hover a {
  color: white !important;
}

.animated-button:hover svg {
  fill: white !important;
}


.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #212121;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #2a3959;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}



svg {
  /* position: absolute; */
}

.wrapper {
  width: 100%;
  overflow: hidden;

}

#containerr {
  height: 120px;
  width: 100%;
  position: relative;
}

#containerr .text {
  position: absolute;
  top: 50%;
  left: 8%;
  margin-left: 50px;
  transform: translate(-50%, -50%);
  font-family: Anton;
  font-size: 66px;
  z-index: 999;
  color: white;
}

#containerr .drop {
  height: 5px;
  width: 6px;
  border-radius: 0;
  background-color: white;
  position: absolute;
  top: 30%;
  left: 23%;
  transform: translate(120%, -800%) scaleX(0.5);
  animation: move 6s cubic-bezier(1, 0.04, 0.74, 0.2) infinite;
}

@keyframes move {
  0% {
    transform: translate(120%, -800%) scaleX(0.2);
    height: 60px;
  }

  30% {
    transform: translate(120%, -20%);
    height: 30px;
  }

  70% {
    transform: translate(120%, 20%);
    height: 30px;
  }

  100% {
    transform: translate(0%, 20%) scaleX(0.2);
    height: 0px;
  }
}

.btn-shine {
  position: relative;
  top: 58%;
  left: -16%;
  padding: 12px 48px;
  color: white;
  background: linear-gradient(to right, #ffffff 0, #ffffff 10%, #010828 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}

@-moz-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 0px;
  }
}

@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 0px;
  }
}

@-o-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 0px;
  }
}

@keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 0px;
  }
}

.widget-logo-area {
  border-radius: 50%;
  background-color: #010828;
}

.navbar-brand__logo {
  display: block;
  margin: auto;
  position: relative;
  /* z-index: 99; */
  background-color: transparent;

  padding: 20px;

}

.copyright p {
  color: #000b47 ;
  display: block;
}

.legal_warning span {
  color: #474747;
  font-size: 14px;
  text-align: center;
}

.marquee {
  height: 21px;
  width: 500%;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.marquee div {
  display: block;
  width: 500%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 25s linear infinite;
}

.marquee span {
  float: left;
  width: 500%;
  color: #474747;
  font-weight: 400;
  font-size: 14px;
}

@keyframes marquee {
  0% {
    left: 25%;
  }

  100% {
    left: -30%;
  }
}

.footer-contact-boxes {
  display: inline-flex;
  border-radius: 50px;
}

.footer-contact-boxes li {
  background-color: transparent;
  border-radius: 54px;
  position: relative;
  /* z-index: 99; */
  padding: 8px;
  list-style: none;
}

.center-div {
  display: flex;
  justify-content: center;
}

.footer-contact-boxes i {
  height: 30px;
  width: 30px;
  display: block;
  margin: auto;
  background-color: #000b47;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position-x: right;
  margin-right: 15px;
  position: relative;
  top: 14px;
}



.footer-contact-box {
  /* margin-left: 15px; */
  width: auto;
}



.wrapper2 {
  width: 100%;
  overflow: hidden;

}

#containerr2 {
  height: 172px;
  width: 100%;
  position: relative;
}

#containerr2 .text2 {
  position: absolute;
  top: 46%;
  left: 27%;
  margin-left: 50px;
  transform: translate(-50%, -50%);
  font-family: Anton;
  font-size: 67px;
  z-index: 999;
  color: white;
}

#containerr2 .drop2 {
  height: 5px;
  width: 7px;
  border-radius: 0;
  background-color: #90d36d;
  position: absolute;
  top: 30%;
  left: 61%;
  transform: translate(120%, -800%) scaleX(0.5);
  animation: move2 6s cubic-bezier(1, 0.04, 0.74, 0.2) infinite;
}

@keyframes move2 {
  0% {
    transform: translate(120%, -800%) scaleX(0.2);
    height: 60px;
  }

  30% {
    transform: translate(120%, -20%);
    height: 30px;
  }

  70% {
    transform: translate(120%, 20%);
    height: 30px;
  }

  100% {
    transform: translate(120%, 20%) scaleX(0.2);
    height: 30px;
  }
}

#videos img {
  border-radius: 5px;
}

.gallery-area img {
  border: 3px solid white;
}

body>div.page>div.site-main>div.gallery-area>div>div>div:nth-child(2)>div>img:nth-child(5) {
  object-position: 0px;
}

body>div.page>div.site-main>div.gallery-area>div>div>div:nth-child(2)>div>img:nth-child(1) {
  object-position: -120px;
}

.btn-shine2 {
  position: relative;
  top: 72%;
  left: 0%;
  padding: 12px 48px;
  color: white;
  background: linear-gradient(to right, #ffffff 0, #ffffff 10%, #010828 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine2 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}

@-moz-keyframes shine2 {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 250px;
  }

  100% {
    background-position: 0px;
  }
}

@-webkit-keyframes shine2 {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 250px;
  }

  100% {
    background-position: 0px;
  }
}

@-o-keyframes shine2 {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 250px;
  }

  100% {
    background-position: 0px;
  }
}

@keyframes shine2 {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 250px;
  }

  100% {
    background-position: 0px;
  }
}

.dinc-articles .owl-theme .owl-controls .owl-nav div {
  padding: 0;
  border: 1px solid #010828;
  height: 45px;
  width: 45px;
  color: #033b4a;
  margin: 0 3px;
  text-align: center;
  z-index: 1;
  background: #010828;
  font-size: 0;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}


.sticky-desktop {
  opacity: 0;
  height: 50px;
  width: 25%;
  background-color: white;
  color: white;
  position: fixed;
  bottom: -25px;
  z-index: 10;
  margin: auto;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sticky-desktop li a {
  background-color: transparent;
}

.form-control {
  border-color: rgba(128, 128, 128, 0.23);

}

.text-muted {
  color: #699099 !important;
}

.btn-success {
  background-color: #010828;
  border-color: #010828;
}

.btn-default {
  background: linear-gradient(358deg, #1e63ff -1077.15%, #187cff -690.64%, #128fff -213.19%, #0ca9ff 218.79%, #06c2ff 764.46%, #00dbff 1196.44%);
  color: #fff;
  display: inline-block;
  padding: 13px 80px 10px 30px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 15px;
}

.btn-default:before {
  position: absolute;
  content: ">";
  font-family: flaticon_medically !important;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: opacity .5s ease-out;
  opacity: 1;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  
}

.btn-default:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #0070b9;
  transition: opacity .5s ease-out;
  opacity: 0;
  z-index: -1;
}

.blog2 .box-art {
  min-height: 400px;
  height: auto;
}


/* Videos area */
.card {
  --blur: 16px;
  --size: clamp(300px, 50vmin, 600px);
  width: var(--size);
  aspect-ratio: 4 / 3;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  color: #000;
  transform: translateZ(0);
}

.card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(calc(1 + (var(--hover, 0) * 0.25))) rotate(calc(var(--hover, 0) * -5deg));
  transition: transform 0.2s;
}

.card__footer {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: red;
  display: grid;
  grid-template-row: auto auto;
  gap: 0.5ch;
  background: hsl(0 0% 100% / 0.5);
  backdrop-filter: blur(var(--blur));

  align-content: center;
}

.card__action {
  position: absolute;
  aspect-ratio: 1;
  width: calc(var(--size) * 0.15);
  bottom: 50%;
  right: 1rem;
  transform: translateY(50%) translateY(calc((var(--size) * 0.4))) translateY(calc(var(--hover, 0) * (var(--size) * -0.4)));
  background: #F40003;
  display: grid;
  place-items: center;
  border-radius: 0.5rem;

  /*   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: 51px;
    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: #F40003;
    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;
  min-height: 60px;
}

.dinc-articles-slider .slide p {
  text-align: center;
  color: black;
  /* padding-top: 15px; */
}





.read-more-button2 {
  position: relative;
  height: 50px;
  width: 96%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #1c1a41 !important;
  font-size: 14px;
  font-weight: 900;
  z-index: 999;
  transform: skewX(4deg);
  margin: auto;
  left: 2px;
  bottom: 70px;
  
}

.dinc-articles-slider .slide .read-more-button {
  position: relative;
  bottom: -22px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0070b9;
  color: white;
  font-size: 23px;
  font-weight: 900;
  left: 50%;
  transform: translate(-50%, 0%);
}



.dinc-articles-slider .news-image img {
  width: 100%;
  transition: padding 0.3s cubic-bezier(0.33, -0.01, 0.13, 0.96);
  object-fit: cover;
  /* border-radius: 50%; */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.dinc-articles-slider .slider-btn {
  position: absolute;
  top: 50%;
  padding: 0;
  border: 1px solid transparent;
  color: #fff;
  margin: -20px 20px 0;
  text-align: center;
  background: 0 0;
  font-size: 59px;
  transition: .3s ease-in-out;
  border-radius: 50%;
  z-index: 997;
}

.dinc-articles-slider #dinc-prev {
  left: -50px;
}

.dinc-articles-slider #dinc-next {
  right: -50px;
}

/* Mobil için */
@media (max-width: 768px) {
  .dinc-articles-slider .slide {
    flex: 0 0 100%;
    /* Mobilde her slayt tam genişlikte */
    margin: 36px 0px;
    /* Kenar boşlukları sıfır */
  }

  .dinc-articles-slider .slider-btn {
    top: 35%;

  }

  .dinc-articles-slider #dinc-prev {
    left: 0px;
    display: block;
  }

  .dinc-articles-slider #dinc-next {
    right: 0px;
    display: block;

  }
}


.dinc-articles2-slider .slider-container {
  position: relative;
  width: 100%;
}

.dinc-articles2-slider .slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.dinc-articles2-slider .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.dinc-articles2-slider .slide {
  flex: 0 0 calc(33.333% - 48px);
  margin: 0px 23px;
  box-sizing: border-box;
  border-radius: 15px;
  min-height: 400px;
}

.dinc-articles2-slider h3 {
  color: #fff;
  padding-bottom: 20px;
}

.dinc-articles2-slider .services-head  h3 {
  color: #0070b9;
  padding-bottom: 20px;
  justify-content: start;
  text-align: left;
}

.dinc-articles2-slider .news-detail {
  width: 100%;
  margin: auto;
  background-color: #25613a;
  position: relative;
  z-index: 99;
  bottom: 8px;
  text-align: center;
  padding: 40px 35px;
  box-shadow: rgb(16 48 101 / 45%) 0px 0px 10px 0px;
  border-bottom: 4px solid #0070b9;
  min-height: 225px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;

}

.dinc-articles2-slider .news-image img {
  width: 100%;
  height: auto;
  /* border-radius: 8px; */
  position: relative;
}

.dinc-articles2-slider .slider-btn {
  position: absolute;
  top: 50%;
  padding: 0;
  border: 1px solid transparent;
  color: #fff;
  margin: 20px 20px;
  text-align: center;
  background: 0 0;
  font-size: 59px;
  transition: .3s ease-in-out;
  border-radius: 50%;
  z-index: 997;
}

.dinc-articles2-slider #dinc2-prev {
  left: -15px;
}

.dinc-articles2-slider #dinc2-next {
  right: -15px;
}

/* Mobil için */
@media (max-width: 768px) {
  .dinc-articles2-slider .slide {
    flex: 0 0 100%;
    /* Mobilde her slayt tam genişlikte */
    margin: 0;
    /* Kenar boşlukları sıfır */
  }

  .dinc-articles2-slider .slider-btn {
    top: 35%;

  }

  .dinc-articles2-slider #dinc2-prev {
    left: -10px;
    display: block;
  }

  .dinc-articles2-slider #dinc2-next {
    right: -10px;
    display: block;

  }
}


/* Slider Stilleri */
.main-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.main-slider .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.main-slider .slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

.main-slider .slide button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 10;
}

.main-slider #prev {
  left: 10px;
  background: #0070b9;
  border-radius: 50%;
  color: #fff;
  border: none;
}
#next, #prev {
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 30px;
}


.main-slider #next {
  right: 10px;
  background: #0070b9;
  border-radius: 50%;
  color: #fff;
  border: none;
  font-size: 30px;
}
.cta span{
  font-weight: bold;
}

.main-slider .slide .content {
  position: absolute;
  top: 30%;

  text-align: left;
  max-width: 500px;
}

.divider-col{
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.photos-section {
  padding: 80px 0;
}

.footer .site-owner {
 color: #000b47 !important;
 font-size: 22px;
 font-weight: 600;
 padding-bottom: 15px;

}

.footer .footer-about {
  color: #474747;
  padding: 10px 0px;
 }



.btn-box{
  display: flex;
  justify-content: center;
  position: relative;
  top: 20px;
}

.dinc-articles2-slider .view-all{
  background-color: #fff;
  color: black;
  margin: 20px 0;

}

.dinc-articles2-slider .view-all:hover{
  color: white;
  margin: 20px 0;

}

.view-all {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: #25613a;
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 1rem 2rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

 .view-all .button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--clr);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

 .view-all:hover {
  background-color: #0070b9;
}

 .view-all:hover .button__icon-wrapper {
  color: #000;
}

 .view-all .button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.view-all:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.view-all:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

.bottom-footer-text .container{
  padding: 0px 10px;
}

.legal_warning{
  padding: 20px 10px;
  text-align: center;
}

.footer-contact i{
  background-color: #000b47;
  background: #000b47;
  height: 20px;
  width: 30px;
  position: relative;
  display: flex;
  -webkit-mask-repeat: no-repeat;
  margin-right: 10px;
}

.footer-contact .inner a{
  display: flex;
  padding-bottom: 15px;
  align-items: center;
}
.marquee-row{
  overflow: hidden;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  padding: 5px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gallery:hover .gallery__image {
  filter: grayscale(1);
}
.gallery__link {
  overflow: hidden;
  max-height: 400px;
}
.gallery__link:hover .gallery__image {
  filter: grayscale(0);
  border-radius: 15px;

}
.gallery__link:hover .gallery__caption {
  opacity: 1;
  border-radius: 15px;

}
.gallery__thumb {
    overflow: hidden; /* Bu satırı ekle */

  position: relative;
  height: 100%;
}

.gallery__thumb img{
  border-radius: 15px;
}

.gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.gallery__image:hover {
  transform: scale(1.1);
}
.gallery__caption {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 25px 15px 15px;
  width: 100%;
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  color: white;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s;
}

.main-slider .theme-btn{
  /* background: linear-gradient(358deg, #1e63ff -1077.15%, #187cff -690.64%, #128fff -213.19%, #0ca9ff 218.79%, #06c2ff 764.46%, #00dbff 1196.44%); */
  color: #fff;
  display: none !important;
  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;
}


/* ========== RENK DEĞERLERİ ========== */
:root{
  --clr-red: #F40003;          /* Logo & birincil CTA */
  --clr-red-dark: #C40002;     /* Hover için koyu kırmızı */
  --clr-blue: #003B79;         /* Header / Başlık */
  --clr-yellow: #FFC107;       /* İkincil CTA / vurgu */
  --clr-camel: #D2A679;        /* Rozet / badge */
  --clr-dark: #121212;         /* Footer arka plan */
  --clr-white: #FFFFFF;
  --clr-bg-alt: #F9F9F9;       /* Şeritler */
  --clr-bg-highlight: #E5F0FF; /* Form / istatistik blokları */
  --radius-lg: 22px;
  --transition: .15s ease;
}


/* ========== SLIDER KARTI ========== */
.slide{
  position: relative !important;
  background: var(--clr-white) !important;
  border-radius: var(--radius-lg) !important;
  overflow: hidden !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.08) !important;
  transition: transform var(--transition), box-shadow var(--transition) !important;
}
/* Tüm kartı tıklanabilir yapan katman */
.slide > a:first-child{
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
}

.slide:hover{
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.12) !important;
}

/* Görsel */
.news-image img{
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4/3 !important;
  object-fit: cover !important;
  border-bottom: 4px solid #F40003 !important;
}

/* İçerik */
.news-detail{
  padding: 1.5rem !important;
}
.news-detail h3{
  margin: 0 0 .5rem !important;
  font-size: 1.15rem !important;
  color: #0C4D8B !important;
}
.news-detail p{
  margin: 0 !important;
  font-size: .9rem !important;
  line-height: 1.45 !important;
  color: #555 !important;
}

/* Badge */
.badge{
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  background: var(--clr-camel) !important;
  color: var(--clr-white) !important;
  padding: .25rem .55rem !important;
  font-size: .7rem !important;
  border-radius: 6px !important;
}

/* CTA Butonu */
.btn-box{
  margin-top: 1rem !important;
}
.btn-box .cta{
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: .65rem 1.4rem !important;
  border-radius: 9999px !important;
  background: #F40003 !important;
  color: var(--clr-white) !important;
  font-size: .9rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  transition: background-color var(--transition), transform var(--transition) !important;
}
.btn-box .cta span::after{
  content: "›" !important;
  display: inline-block !important;
  transform: translateX(2px) !important;
  transition: transform var(--transition) !important;
}
.btn-box .cta:hover,
.btn-box .cta:focus-visible{
  background: #bc0508 !important;
}
.btn-box .cta:hover span::after{
  transform: translateX(5px) !important;
}

/* İkincil (sarı) buton örneği */
.btn-box .cta--secondary{
  background: var(--clr-yellow) !important;
  color: var(--clr-blue) !important;
}
.btn-box .cta--secondary:hover{
  background: #bc0508 !important;
  color: var(--clr-white) !important;
}

/* Responsive */
@media (max-width:480px){
  .news-detail{padding:1rem !important;}
  .news-detail h3{font-size:1rem !important;}
}
/* Kartı ve içerik alanını esnek kolona çevir */
.slide{
  display: flex !important;
  flex-direction: column !important;
}

.news-detail{
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important; /* Görselden kalan alanı doldur */
}

/* Buton kutusu alta yapışsın */
.btn-box{
  margin-top: auto !important;
  position: relative !important;
  z-index: 3 !important; /* Üstteki tam-kart linki varsa tıklanabilir kalsın */
}

/* İsteğe bağlı: buton tam genişlikte olsun */
.btn-box .cta{
  width: 100% !important;
  justify-content: center !important;
}
/* Kartları eşit yükseklikte tut (flex kullanan slider'larda) */
.slider{ align-items: stretch !important; }

/* Kart iskeleti: esnek kolon */
.slide{
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

/* Tüm kartı tıklanabilir yapan overlay link */
.slide > a:first-child{
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important; /* CTA bunun üstünde olacak */
}

/* Görsel sabit; içerik esnesin */
.news-image{ flex: 0 0 auto !important; }
.news-image img{
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

/* İçerik alanı: kalan yüksekliği kapla */
.news-detail{
  position: relative !important;
  z-index: 2 !important;          /* overlay linkin üstünde */
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 250px;
}

/* BUTON KUTUSU EN ALTA SABİT */
.btn-box{
  margin-top: auto !important;     /* içeriği yukarı iter, kendisi alta iner */
  position: relative !important;
  z-index: 3 !important;           /* CTA tıklanabilir kalsın */
  padding-top: 1rem !important;
}

/* Butonlar aynı genişlikte ve ortalı */
.btn-box .cta{
  margin-bottom: 20px;
  width: 100% !important;
  justify-content: center !important;
}

/* HTML'deki fazladan boş anchor görünmesin */
.btn-box > a:first-child{ display: none !important; }
.tdal-btn{
  /* Logoya uygun marka renkleri */
  --tdal-blue: #185888;
  --tdal-blue-light: #2888d8;

  display:inline-flex !important;
  align-items:center !important;
  gap:.6rem !important;
  padding:.9rem 1.25rem !important;
  border-radius:8px !important;
  font-weight:700 !important;
  letter-spacing:.2px !important;
  color:#0C4D8B !important;
  /* background:linear-gradient(135deg,var(--tdal-blue) 0%,var(--tdal-blue-light) 100%) !important;
  box-shadow:0 10px 20px rgba(24,88,136,.25) !important; */
  text-decoration:none !important;
  position:relative !important;
  overflow:hidden !important;
  transition:transform .2s ease, box-shadow .2s ease !important;
}

/* Parıltı şeridi */
.tdal-btn::before{
  content:"" !important;
  position:absolute !important;
  top:-150% !important; left:-150% !important;
  width:200% !important; height:200% !important;
  background:radial-gradient(circle at top left, rgba(255,255,255,.28), transparent 40%) !important;
  transform:translateX(-20%) !important;
  transition:transform .45s ease !important;
}

/* Hover: hafif yükselme + parıltı kayması + ikon kaydırma */
.tdal-btn:hover{ 
  transform:translateY(-2px) !important;
  box-shadow:0 14px 28px rgba(24,88,136,.35) !important;
}
.tdal-btn:hover::before{ transform:translateX(40%) !important; }
.tdal-btn__icon{ transition:transform .25s ease !important; }
.tdal-btn:hover .tdal-btn__icon{ transform:translateX(4px) !important; }

/* Klavye erişilebilirliği */
.tdal-btn:focus-visible{
  outline:3px solid #8ec6ff !important;
  outline-offset:3px !important;
}

/* İsteğe bağlı: küçük ve büyük boy varyantları */
.tdal-btn.tdal-btn--sm{ padding:.6rem .95rem !important; font-weight:600 !important; }
.tdal-btn.tdal-btn--lg{ padding:1.05rem 1.5rem !important; font-size:1.05rem !important; }
/* Konteyner: ortalama + ikon/başlık hizası */
.tdal-heading{
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important; /* ORTALA */
    gap:.65rem!important;
    margin:0 0 1.25rem!important;
    text-align:center!important;
}

/* Lucide ikon boyutu/rengi – Lucide <i>’yi <svg>’ye çevirir, ikisini de hedefleyelim */
.tdal-heading__icon svg,
.tdal-heading__icon i{
    width:60px!important;
    height:60px!important;
    stroke-width:1.8!important;
    color:#1162ae!important; /* logo mavisi */
    flex-shrink:0!important;
}

/* Başlık metni */
.tdal-heading__title{
    position:relative!important;
    display:inline-block!important; /* ALT ÇİZGİ tam metin genişliği */
    margin:0!important;
    line-height:1.15!important;
    font-weight:800!important;
    font-size:clamp(1.6rem, 2.2vw, 2.2rem)!important;
    letter-spacing:-.2px!important;
    color:#1162ae!important; /* logo mavisi */
    text-align:center!important;
}

/* Alt çizgi: tam metin kadar ve ortalı */


/* Hover’da hafif vurgu (opsiyonel) */
.tdal-heading:hover .tdal-heading__title::after{
    transform:translateX(-50%) scaleX(1.06)!important;
}/* Services sayfasındaki proje kartını kanonik karta çevir */
.services-page .project_card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  transition: transform .15s ease, box-shadow .15s ease;
}
.services-page .project_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

/* Eski overlay metni kullanmıyoruz */
.services-page .project_card .text { display: none !important; }

/* Tam-kart linki + katmanlar */
.services-page .project_card .card-link { position:absolute; inset:0; z-index:1; }
.services-page .project_card .news-detail { position:relative; z-index:2; display:flex; flex-direction:column; flex:1 1 auto; padding:1.25rem; }
.services-page .project_card .btn-box { margin-top:auto; z-index:3; }

/* Görsel ve alt sınır */
.services-page .project_card .news-image img {
  display:block; width:100%; height:auto; aspect-ratio:4/3; object-fit:cover;
  border-bottom:4px solid #A0522D;
}

/* Başlık & özet renkleri kanonik */
.services-page .project_card .news-detail h3 { margin:0 0 .5rem; color:#0C4D8B; font-size:1.1rem; }
.services-page .project_card .news-detail p { margin:0; color:#555; font-size:.92rem; line-height:1.45; }

/* CTA kanonik buton */
.services-page .project_card .btn-box .cta{
  display:inline-flex; justify-content:center; width:100%;
  gap:6px; padding:.65rem 1.2rem; border-radius:9999px;
  background:#A0522D; color:#fff; font-weight:600; transition:background-color .15s ease, transform .15s ease;
}
.services-page .project_card .btn-box .cta:hover{ background:#8D4828; }
.services-page .project_card .btn-box .cta span::after{ content:"›"; transform:translateX(2px); transition:transform .15s ease; }
.services-page .project_card .btn-box .cta:hover span::after{ transform:translateX(5px); }
/* Sadece bu kartta butonu göster */
.services-page .btn-box > a:first-child { 
  display: inline-flex !important; 
}
.post-detail .row {
  row-gap: 28px;            /* dikey boşluk */
}
/* ========= Brand Palette ========= */
:root{
  --clr-brand: #F40003;   /* Kırmızı (logo) */
  --clr-blue:  #003B79;   /* Lacivert-mavi (kurumsal) */
  --clr-yellow:#FFC107;   /* Sarı (vurgular) */
  --clr-camel: #D2A679;   /* Taba (rozet/çizgi) */
  --clr-black: #121212;   /* Siyah */
  --clr-white: #FFFFFF;   /* Beyaz */
  --clr-g100:  #F9F9F9;   /* Açık gri bölüm zeminleri */
  --clr-g300:  #E0E0E0;   /* İnce ayırıcı çizgiler */
  --radius:    12px;
  --shadow:    0 8px 24px rgba(0,0,0,.08);
  --t:         .18s ease-in-out;
}




/* ========= Footer ========= */
.footer.widget-footer{ background: var(--clr-white) !important; color: var(--clr-black) !important; }
.footer .fbody{ background: transparent !important; }

/* Üst ayraç ve iç boşluk */
.footer .second-footer{
  background: transparent !important; padding: 48px 0 24px !important;
  border-top: 4px solid var(--clr-blue) !important;
}

/* Sütun başlıkları */
.footer .site-owner{
  color: var(--clr-blue) !important; font-weight: 700 !important;
  padding-bottom: 10px !important; margin-bottom: 16px !important;
      border-bottom: 2px solid #f40003 !important;
}

/* Logo alanı */
.footer .home-link img{ max-width: 220px !important; height:auto !important; display:block !important; }

/* Hakkımızda metni */
.footer .footer-about{ color:#333 !important; line-height:1.6 !important; }

/* Menü linkleri */
.footer .widget_nav_menu .list-unstyled li{ margin:.35rem 0 !important; }
.footer .widget_nav_menu .list-unstyled li a{
  color: var(--clr-blue) !important; position: relative !important; padding-left: 0 !important;
}
.footer .widget_nav_menu .list-unstyled li a:hover{
  color: var(--clr-brand) !important;
}
.footer .widget_nav_menu .list-unstyled li a::after{
  content:""; display:block !important; width:0 !important; height:2px !important;
  background: var(--clr-brand) !important; transition: width var(--t) !important;
}
.footer .widget_nav_menu .list-unstyled li a:hover::after{ width: 100% !important; }




/* ========= Küçük Responsive Dokunuşlar ========= */
@media (max-width: 991.98px){
  .footer .second-footer{ padding: 36px 0 18px !important; }
  .footer .home-link img{ max-width: 270px !important; }
  .footer .widget-area{ margin-bottom: 24px !important; }
}
/* "like-ul / like-li" linkleri için kırmızı hover efekti */
#menu-footer-quick-links .like-ul{ 
  margin:0 !important; padding:0 !important;
}
#menu-footer-quick-links .like-ul .like-li{ 
  margin:.35rem 0 !important;
}
#menu-footer-quick-links .like-ul .like-li a{
  display:inline-block !important;
  position:relative !important;
  color: var(--clr-blue, #003B79) !important;
  text-decoration:none !important;
  transition: color var(--t, .18s ease-in-out) !important;
}
#menu-footer-quick-links .like-ul .like-li a::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important; bottom:-2px !important;
  width:0 !important; height:2px !important;
  background: var(--clr-brand, #F40003) !important;
  transition: width var(--t, .18s ease-in-out) !important;
}
#menu-footer-quick-links .like-ul .like-li a:hover,
#menu-footer-quick-links .like-ul .like-li a:focus-visible{
  color: var(--clr-brand, #F40003) !important;
}
#menu-footer-quick-links .like-ul .like-li a:hover::after,
#menu-footer-quick-links .like-ul .like-li a:focus-visible::after{
  width:100% !important;
}
.widget_nav_menu{
  text-align: center;
}/* ===== Page Title Row — düzenli, beyaz zemin ===== */
.ttm-page-title-row{
  background:#FFFFFF !important;

}

/* Satır içi hizalama ve boşluklar */
.ttm-page-title-row .title-box{
 
}

/* ===== Başlık ===== */
.ttm-page-title-row .page-title-heading .title{
  color: var(--clr-blue, #003B79) !important;
  font-weight: 800 !important;
  letter-spacing: .2px !important;
  margin: 0 !important;
  line-height: 1.15 !important;
  font-size: clamp(26px, 2.2vw, 34px) !important;
  position: relative !important;
}

/* Başlık altındaki kırmızı şerit — sola hizalı, kısa ve net */
.ttm-page-title-row .page-title-heading .title::after{
  content: "" !important;
  display: block !important;
  width: 68px !important;
  height: 4px !important;
  background: var(--clr-blue, #003B79) !important;
  border-radius: 2px !important;
  margin-top: 8px !important;
}

/* ===== Breadcrumb ===== */
.ttm-page-title-row .breadcrumb-wrapper{ margin: 0 !important; }
.ttm-page-title-row .breadcrumb-wrapper-inner{
  color: var(--clr-blue, #003B79) !important;
  gap: 6px !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
      justify-self: center;
}

/* Ayraç daha ince ve taba */
.ttm-page-title-row .ttm-bread-sep{
  color: var(--clr-camel, #D2A679) !important;
  opacity: .9 !important;
}

/* Linkler: mavi → hover/focus kırmızı + alt çizgi animasyonu */
.ttm-page-title-row .breadcrumb-wrapper-inner a{
  color: var(--clr-blue, #003B79) !important;
  text-decoration: none !important;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: .35rem !important;
  transition: color .18s ease-in-out !important;
}
.ttm-page-title-row .breadcrumb-wrapper-inner a::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important; bottom:-2px !important;
  width:0 !important; height:2px !important;
  background: var(--clr-brand, #F40003) !important;
  transition: width .18s ease-in-out !important;
}
.ttm-page-title-row .breadcrumb-wrapper-inner a:hover,
.ttm-page-title-row .breadcrumb-wrapper-inner a:focus-visible{
  color: var(--clr-brand, #F40003) !important;
}
.ttm-page-title-row .breadcrumb-wrapper-inner a:hover::after,
.ttm-page-title-row .breadcrumb-wrapper-inner a:focus-visible::after{
  width:100% !important;
}

/* Son (aktif) öge: link değil, daha koyu metin */
.ttm-page-title-row .breadcrumb-wrapper-inner > span:last-child{
  color: var(--clr-black, #121212) !important;
  font-weight: 700 !important;
}

/* Home ikonu (mask) — mavi, hover’da kırmızı */
.ttm-page-title-row .breadcrumb-wrapper-inner a .fa-home{
  width: 16px !important; height: 16px !important; display:inline-block !important;
  background-color: currentColor !important; /* link rengi ile eşleşir */
  -webkit-mask-size: contain !important; mask-size: contain !important;
  -webkit-mask-repeat: no-repeat !important; mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important; mask-position: center !important;
}

/* ===== Responsive düzen ===== */
@media (max-width: 991.98px){
  .ttm-page-title-row .title-box{ text-align:center !important; }
  .ttm-page-title-row .breadcrumb-wrapper{ width:100% !important; }
  .ttm-page-title-row .breadcrumb-wrapper-inner{ justify-content:center !important; }
  /* Mobilde kırmızı şeridi ortala */
  .ttm-page-title-row .page-title-heading .title::after{
    margin-left:auto !important; margin-right:auto !important;
  }
}
.ttm-page-title-row .page-title-heading .title::after {

    justify-self: center;
}/* === Breadcrumb hizalama düzeltmesi === */
.ttm-page-title-row .breadcrumb-wrapper-inner{
  justify-content: center;
  display: flex !important;
  align-items: center !important;     /* hepsini aynı hizaya getir */
  gap: 10px !important;
  line-height: 1.3 !important;
}

/* İç span’ları da flex yap ki metin+ayraç aynı hatta dursun */
.ttm-page-title-row .breadcrumb-wrapper-inner > span{
  display: inline-flex !important;
  align-items: center !important;
}

/* Link ve aktif metin aynı line-height & ağırlıkta olsun */
.ttm-page-title-row .breadcrumb-wrapper-inner a{
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;        /* tutarlı kalınlık */
}
.ttm-page-title-row .breadcrumb-wrapper-inner > span:last-child{
  font-weight: 600 !important;        /* "Hakkımda" ile eşitle */
  line-height: 1.3 !important;
}

/* Ayraç dikey ortalı ve sabit boşluklu */
.ttm-page-title-row .ttm-bread-sep{
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
  padding: 0 6px !important;
  color: var(--clr-camel, #D2A679) !important;
}

/* Home ikonunu 1px aşağı kaydır: baseline farkını siler */
.ttm-page-title-row .breadcrumb-wrapper-inner a .fa-home{
  width: 16px !important;
  height: 16px !important;
  background-color: currentColor !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  transform: translateY(1px) !important;  /* minik hizalama düzeltmesi */
}
.ttm-page-title-row .breadcrumb-wrapper-inner a .fa-home{
  display: none !important;
}/* === Brand (logo ile uyumlu) === */
:root{
  --tdal-srch-brand:#1162ae;         /* Teoman Dal mavisi */
  --tdal-srch-brand-deep:#0a4f8b;    /* daha koyu ton */
  --tdal-srch-ink:#0e2233;
  --tdal-srch-white:#ffffff;
  --tdal-srch-shadow:0 12px 28px rgba(17,98,174,.25);
}

/* Sticky FAB */
.tdal-srch-fab{
  position:fixed; left:18px; bottom:18px; z-index:1200;
  width:58px; height:58px; border-radius:50%;
  border:none; outline:none; cursor:pointer;
  background:linear-gradient(145deg,var(--tdal-srch-brand),var(--tdal-srch-brand-deep));
  color:var(--tdal-srch-white);
  box-shadow:var(--tdal-srch-shadow);
  display:flex; align-items:center; justify-content:center;
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.tdal-srch-fab svg path{ fill:var(--tdal-srch-white); }
.tdal-srch-fab:hover{ transform:translateY(-2px) scale(1.03); filter:saturate(120%); }
.tdal-srch-fab:active{ transform:translateY(0) scale(.98); }

/* Overlay base */
.tdal-srch-overlay[hidden]{ display:none; }
.tdal-srch-overlay{
  position:fixed; inset:0; z-index:1300;
  display:grid; place-items:center;
  animation:tdal-fade-in .18s ease both;
}
.tdal-srch-backdrop{
  position:absolute; inset:0;
  background:
    radial-gradient(60% 80% at 10% 90%, rgba(255,255,255,.08) 0%, transparent 70%),
    linear-gradient(135deg, rgba(17,98,174,.96) 0%, rgba(10,79,139,.96) 100%);
  backdrop-filter:saturate(160%) blur(4px);
}

/* Panel */
.tdal-srch-panel{
  position:relative; z-index:1;
  width:min(920px,92vw);
  background:#ffffff;
  border-radius:22px;
  box-shadow:0 24px 60px rgba(10,79,139,.25);
  padding:28px 28px 22px;
  animation:tdal-slide-up .22s ease both;
}

/* Close btn */
.tdal-srch-close{
  position:absolute; top:14px; right:14px;
  width:42px; height:42px; border-radius:12px;
  border:1px solid #e6eef6; background:#fff; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  transition:transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.tdal-srch-close:hover{
  transform:rotate(90deg);
  background:#f3f7fc; box-shadow:0 6px 16px rgba(17,98,174,.15);
}
.tdal-srch-close svg path{ fill:#335; }

/* Title */
.tdal-srch-title{
  margin:0 0 14px; font-size:24px; font-weight:700;
  color:var(--tdal-srch-brand-deep);
  letter-spacing:.2px;
}

/* Form */
.tdal-srch-form{ position:relative; }
.tdal-srch-label{
  position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.tdal-srch-input{
  width:100%;
  font-size:20px; line-height:1.35; color:var(--tdal-srch-ink);
  padding:20px 66px 20px 22px;
  background:#f7fbff;
  border:2px solid transparent;
  border-radius:16px;
  outline:none;
  box-shadow:inset 0 0 0 1px #e6eef6;
  transition:box-shadow .18s ease, border-color .18s ease, background .18s;
}
.tdal-srch-input::placeholder{ color:#6b7c93; opacity:.9; }
.tdal-srch-input:focus{
  background:#fff;
  border-color:var(--tdal-srch-brand);
  box-shadow:0 0 0 4px rgba(17,98,174,.15);
}

/* Submit */
.tdal-srch-submit{
  position:absolute; right:10px; top:50%; transform:translateY(-50%);
  width:46px; height:46px; border-radius:12px; border:none; cursor:pointer;
  background:linear-gradient(145deg,var(--tdal-srch-brand),var(--tdal-srch-brand-deep));
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 8px 18px rgba(17,98,174,.25);
  transition:transform .12s ease, filter .12s ease;
}
.tdal-srch-submit svg path{ fill:#fff; }
.tdal-srch-submit:hover{ transform:translateY(-50%) scale(1.03); filter:saturate(120%); }

/* Hint */
.tdal-srch-hint{
  margin:.75rem 2px 0; font-size:12px; color:#5c6f84;
}

/* No scroll when open */
html.tdal-srch-no-scroll, html.tdal-srch-no-scroll body{ overflow:hidden; }

/* Animations */
@keyframes tdal-fade-in{ from{opacity:0} to{opacity:1} }
@keyframes tdal-slide-up{
  from{ transform:translateY(10px); opacity:.98 }
  to{ transform:translateY(0); opacity:1 }
}

/* Responsive */
@media (max-width: 560px){
  .tdal-srch-panel{ padding:22px 16px 16px; border-radius:18px; width:94vw; }
  .tdal-srch-title{ font-size:18px; margin-bottom:10px; }
  .tdal-srch-input{ font-size:17px; padding:16px 56px 16px 16px; border-radius:14px; }
  .tdal-srch-submit{ width:40px; height:40px; border-radius:10px; }
  .tdal-srch-fab{ left:14px; bottom:14px; width:54px; height:54px; }
}
@media (min-width:1200px)
{
  /* Sosyal ikon kutusu */
.footer .footer-contact-boxes a{
  display:inline-flex !important; align-items:center !important; justify-content:center !important;
  width:40px !important; height:40px !important; border-radius:50% !important;
  background: var(--clr-g100) !important; color: var(--clr-blue) !important;
  border:1px solid var(--clr-g300) !important; margin-right:.5rem !important; transition: all var(--t) !important;
}
.footer .footer-contact-boxes a:hover{
  background: var(--clr-white) !important; border-color: var(--clr-brand) !important;
}

/* İletişim satırları */
.footer .footer-contact .footer-contact-box{ margin-bottom:.6rem !important; }
.footer .footer-contact .inner a{
  display:flex !important; align-items:center !important; gap:.6rem !important;
  background: var(--clr-white) !important; color: var(--clr-blue) !important;
  border:1px solid var(--clr-g300) !important; border-radius: var(--radius) !important;
  padding:.6rem .75rem !important; transition: all var(--t) !important;
}
.footer .footer-contact .inner a i{ color: var(--clr-yellow) !important; width:18px !important; text-align:center !important; }
.footer .footer-contact .inner a:hover{
  border-color: var(--clr-brand) !important; color: var(--clr-brand) !important; box-shadow: var(--shadow) !important;
}/* ====== Brand Vars ====== */
:root{
  --clr-brand:#F40003; --clr-blue:#003B79; --clr-yellow:#FFC107;
  --clr-camel:#D2A679; --clr-black:#121212; --clr-white:#FFFFFF;
  --rx-rad:10px; --rx-t:.18s ease-in-out;
}

/* ====== Top Bar ====== */
.rx-bar{
  background: var(--clr-white) !important;
  border-bottom: 2px solid var(--clr-blue) !important;
  font-size: 14px !important;
  line-height: 1 !important;
}
.rx-bar__wrap{
  display:flex !important; align-items:center !important; justify-content:space-between !important;
  padding: 8px 0 !important;
}

/* Sol taraf (iletişim) */
.rx-bar__list{
  display:flex !important; flex-wrap:wrap !important; gap: 10px 14px !important;
  margin:0 !important; padding:0 !important; list-style:none !important;
}
.rx-bar__item{
  position:relative !important; display:flex !important; align-items:center !important;
  padding-left:0 !important; margin:0 !important;
}
/* Dikey ayraç (camel) */
.rx-bar__item + .rx-bar__item{
  padding-left:14px !important;
}
.rx-bar__item + .rx-bar__item::before{
  content:"" !important; position:absolute !important; left:0 !important; top:50% !important;
  width:1px !important; height:14px !important; transform:translateY(-50%) !important;
  background: var(--clr-camel) !important; opacity:.9 !important;
}

/* Link stili */
.rx-bar__link{
  display:inline-flex !important; align-items:center !important; gap:.5rem !important;
  color: var(--clr-blue) !important; text-decoration:none !important;
  padding:6px 8px !important; border-radius: var(--rx-rad) !important;
  transition: color var(--rx-t), background-color var(--rx-t), box-shadow var(--rx-t) !important;
}

/* İkonlar: sarı, hover’da kırmızıya uyum sağlar (currentColor) */
.rx-ico{
  width:16px !important; height:16px !important; display:inline-block !important;
  color: var(--clr-yellow) !important;
}
/* FA ikonları için basit renk eşitleme */
.rx-bar__link .fa{ color: currentColor !important; }          /* metinle aynı renk */
.rx-ico{ color: var(--clr-yellow) !important; }               /* başlangıç: sarı */
.rx-bar__link .fa-mobile,
.rx-bar__link .fa-phone,
.rx-bar__link .fa-envelope,
.rx-bar__link .fa-map-marker{ color: var(--clr-yellow) !important; }

/* Hover: kırmızı metin, açık kırmızı arkaplan ve minik underline */
.rx-bar__link:hover,
.rx-bar__link:focus-visible{
  color: var(--clr-brand) !important;
  background: rgba(244,0,3,.08) !important;
  box-shadow: 0 2px 0 rgba(244,0,3,.25) inset !important;
}
.rx-bar__link span{ position:relative !important; }
.rx-bar__link span::after{
  content:"" !important; position:absolute !important; left:0 !important; bottom:-3px !important;
  width:0 !important; height:2px !important; background: currentColor !important;
  transition: width var(--rx-t) !important; opacity:.9 !important;
}
.rx-bar__link:hover span::after,
.rx-bar__link:focus-visible span::after{ width:100% !important; }

/* Hover’da ikon rengi metinle eşitlensin (kırmızı) */
.rx-bar__link:hover .fa,
.rx-bar__link:focus-visible .fa{ color: currentColor !important; }

/* Sağ taraf (sosyal) */
.rx-bar__socials a{
  display:inline-flex !important; align-items:center !important; justify-content:center !important;
  width:32px !important; height:32px !important; border-radius:50% !important;
  background:#F7F7F7 !important; color: var(--clr-blue) !important;
  border:1px solid #E6E6E6 !important; margin-left:8px !important;
  transition: all var(--rx-t) !important;
}
.rx-bar__socials a:hover{color:#fff !important; border-color: var(--clr-brand) !important; }

/* ====== Responsive ====== */

/* Lucide ikon boyutu ve renk davranışı */
.rx-ico,
.lucide.rx-ico{
  width:18px !important; height:18px !important; flex:0 0 18px !important;
  color: var(--clr-yellow, #FFC107) !important;    /* normal: sarı */
  vertical-align: middle !important;
}
.lucide{ width:1em !important; height:1em !important; stroke-width:2px !important; }

/* Hover’da ikon rengi link rengiyle eşitlensin (kırmızıya döner) */
.rx-bar__link:hover .rx-ico,
.rx-bar__link:focus-visible .rx-ico{
  color: currentColor !important;
}
:root{
  --clr-brand:#F40003; --clr-blue:#003B79; --clr-yellow:#FFC107;
  --clr-camel:#D2A679; --clr-black:#121212; --clr-white:#FFFFFF;
  --rx-rad:10px; --rx-t:.18s ease-in-out;
}

.rx-bar{
  background: var(--clr-white) !important;
  border-bottom: 2px solid var(--clr-blue) !important;
  font-size: 14px !important;
}
.rx-bar__wrap{
  display:flex !important; align-items:center !important; justify-content:space-between !important;
  padding:8px 0 !important; gap:8px !important;
}

/* sol blok */
.rx-bar__list{
  display:flex !important; flex-wrap:wrap !important; gap:8px 14px !important;
  margin:0 !important; padding:0 !important; list-style:none !important;
}
.rx-bar__item{ position:relative !important; display:flex !important; align-items:center !important; }
.rx-bar__item + .rx-bar__item{ padding-left:14px !important; }
.rx-bar__item + .rx-bar__item::before{
  content:"" !important; position:absolute !important; left:0 !important; top:50% !important;
  width:1px !important; height:14px !important; transform:translateY(-50%) !important;
  background: var(--clr-camel) !important; opacity:.9 !important;
}

/* linkler: yazılar siyah */
.rx-bar__link{
  display:inline-flex !important; align-items:center !important; gap:.5rem !important;
  color: var(--clr-black) !important; text-decoration:none !important;
  padding:6px 8px !important; border-radius: var(--rx-rad) !important;
  transition: color var(--rx-t), background-color var(--rx-t), box-shadow var(--rx-t), border-color var(--rx-t) !important;
  border:1px solid transparent !important;
  line-height:1.2 !important;
  will-change: transform !important;
}

/* ikonlar: kırmızı (Lucide SVG currentColor) */
.rx-ico, .lucide.rx-ico{
  width:18px !important; height:18px !important; flex:0 0 18px !important;
  color: var(--clr-brand) !important;   /* ikon kırmızı */
  vertical-align:middle !important;
}
.lucide{ width:1em !important; height:1em !important; stroke-width:2px !important; }

/* metin kırpma (uzun mail vs.) */
.rx-bar__link span:last-child{
  max-width: clamp(180px, 32vw, 420px) !important;
  white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important;
}

/* hover: metin kırmızıya geçsin, ikon zaten kırmızı; hafif chip efekti */
.rx-bar__link:hover,
.rx-bar__link:focus-visible{
  color: var(--clr-brand) !important;
  background: rgba(244,0,3,.06) !important;
  border-color: rgba(244,0,3,.35) !important;
  box-shadow: 0 2px 10px rgba(244,0,3,.08) !important;
  outline: none !important;
}

/* underline mikro animasyonu */
.rx-bar__link span:last-child{ position:relative !important; }
.rx-bar__link span:last-child::after{
  content:"" !important; position:absolute !important; left:0 !important; bottom:-3px !important;
  width:0 !important; height:2px !important; background: currentColor !important;
  transition: width var(--rx-t) !important; opacity:.85 !important;
}
.rx-bar__link:hover span:last-child::after,
.rx-bar__link:focus-visible span:last-child::after{ width:100% !important; }

/* sağ blok (sosyal) */
.rx-bar__socials a{
  display:inline-flex !important; align-items:center !important; justify-content:center !important;
  width:32px !important; height:32px !important; border-radius:50% !important;
  background:#F7F7F7 !important; color: var(--clr-black) !important;
  border:1px solid #E6E6E6 !important; margin-left:8px !important;
  transition: all var(--rx-t) !important;
}
.rx-bar__socials a:hover{color:#fff !important; border-color: var(--clr-brand) !important; }

/* responsive */

/* =========================================================
   Prof. Dr. Mustafa Güler — Header Redesign (CSS only)
   Palette: Red #F40003, Dark #111, Light #fff
   ========================================================= */
:root{
  --brand-red:#F40003;
  --ink:#111111;
  --muted:#6f6f6f;
  --paper:#ffffff;
  --hairline:#efefef;
}

/* Wrap & sticky */
.ttm-header-wrap{background:var(--paper) !important;}
#ttm-stickable-header-w{position:sticky !important; top:0 !important; z-index:999 !important; background:var(--paper) !important; border-bottom:1px solid rgba(0,0,0,.04) !important;}
.site-header-menu{background:transparent !important;}
/* .site-header-menu-inner{background:transparent !important;} */

/* Container & layout */

.navs{display:flex !important; align-items:center !important; justify-content:space-between !important; gap:28px !important; min-height:86px !important;}

/* Branding */
.site-branding .home-link{display:flex !important; align-items:center !important; text-decoration:none !important;}
.site-branding .img-center{height:91px !important; width:auto !important; display:block !important; filter:drop-shadow(0 2px 4px rgba(0,0,0,.06)) !important;
        transform: scale(1.1);
      }


/* Desktop navigation (hide on mobile) */
#site-navigation{margin-left:auto !important; display:flex !important; align-items:center !important;}
#site-navigation .menu{display:block !important;}
#site-navigation .menu .dropdown{list-style:none !important; margin:0 !important; padding:0 !important; display:flex !important; gap:10px !important;}

/* Top-level items */
#site-navigation .menu .dropdown > li{position:relative !important;}
#site-navigation .menu .dropdown > li > a{
  display:inline-flex !important; align-items:center !important; gap:8px !important;
  padding:14px 12px !important; border-radius:12px !important;
  color:var(--ink) !important; text-decoration:none !important; font-weight:600 !important;
  letter-spacing:.2px !important; line-height:1 !important; transition:color .25s ease, background .25s ease !important;
  position:relative !important;
}
#site-navigation .menu .dropdown > li > a::after{
  content:"" !important; position:absolute !important; left:10px !important; right:10px !important; bottom:8px !important;
  height:3px !important; border-radius:3px !important; background:var(--brand-red) !important;
  transform:scaleX(0) !important; transform-origin:center !important; transition:transform .25s ease !important;
}
#site-navigation .menu .dropdown > li:hover > a{color:var(--brand-red) !important; background:rgba(244,0,3,.06) !important;}
#site-navigation .menu .dropdown > li:hover > a::after{transform:scaleX(1) !important;}
#site-navigation .menu .dropdown > li.active > a{color:var(--brand-red) !important;}

/* Submenus (hover) */
#site-navigation .menu .dropdown li ul{
  position:absolute !important; top:100% !important; left:10px !important; min-width:220px !important;
  background:var(--paper) !important; border:1px solid var(--hairline) !important; border-radius:12px !important;
  box-shadow:0 14px 40px rgba(0,0,0,.08) !important; padding:10px !important; display:none !important; z-index:1000 !important;
}
#site-navigation .menu .dropdown li:hover > ul{display:block !important;}
#site-navigation .menu .dropdown li ul li{position:relative !important;}
#site-navigation .menu .dropdown li ul a{
  display:block !important; padding:10px 12px !important; border-radius:8px !important;
  color:var(--ink) !important; text-decoration:none !important; font-weight:500 !important; white-space:nowrap !important;
}
#site-navigation .menu .dropdown li ul a:hover{background:rgba(244,0,3,.08) !important; color:var(--brand-red) !important;}

/* Accessibility focus */


/* --- MOBILE DRAWER NAV --- */
.desktop-hide{display:none !important;}

/* Subtle helpers */
.ttm-header-wrap a{transition:color .25s ease, background .25s ease, border-color .25s ease, opacity .25s ease !important;}
.ttm-header-wrap .mdl-button{background:none !important;}

/* Optional: small height tweak when theme adds extra classes */
.ttm-stickable-header.visible-title .navs{min-height:82px !important;}

@media (min-width:1200px)
{
  .site-branding img{

    top:-5px !important;
  }
}
}
.faq-answer{
  font-weight: 400;
}/* === Renk Değişkenleri (logo renklerinle uyum) === */
:root{
  --m-blue: var(--td-blue, #1162ae) !important;
  --m-green: var(--td-green, #99c85e) !important;
  --m-text: var(--td-dark, #1f2a44) !important;
  --m-muted:#8aa0b3 !important;
  --m-bg:#ffffff !important;
}

/* === MENÜ TOGGLE KAPSAYICI === */
#menuToggle.mobile-show-nav.desktop-hide{
  position: fixed !important;
  top:43px !important;
  right: 16px !important;
  z-index: 10000 !important;
  width: 48px !important;
  height: 48px !important;
}

/* Karartma (overlay) – HTML'de ilk child, varsayılan olarak gizle */
#menuToggle .sidenav-overlay{
  position: fixed !important;
  inset: 0 !important;
  background: rgba(17,24,39,.55) !important; /* lacivertimsi siyah */
  backdrop-filter: saturate(160%) blur(3px) !important;
  -webkit-backdrop-filter: saturate(160%) blur(3px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  display: block !important; /* inline style'ı ez */
  transition: opacity .35s ease !important;
  z-index: 9998 !important;
}

/* Toggle'ın tıklanabilir alanı */
#menuToggle input{
  position:absolute !important;
  inset: 0 !important;
  opacity:0 !important;
  /* cursor:pointer !important; */
  z-index:10002 !important;
}

/* === Hamburger çizgileri === */
#menuToggle span{
  position:absolute !important;
  left: 10px !important;
  right: 10px !important;
  height: 2px !important;
  background: var(--m-text) !important;
  border-radius: 2px !important;
  transform-origin: 50% 50% !important;
  transition: transform .35s ease, opacity .25s ease, top .35s ease, background .2s ease !important;
  z-index:10001 !important;
}
#menuToggle span:nth-of-type(1){ top: 16px !important; }
#menuToggle span:nth-of-type(2){ top: 23px !important; }
#menuToggle span:nth-of-type(3){ top: 30px !important; }

/* Toggle arka planı (buton kabı) */
#menuToggle{
  background:#fff !important;
  border:1px solid rgba(17,98,174,.15) !important;
  border-radius:14px !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.08) !important;
}

/* === TAM EKRAN MENÜ PANELİ === */
#menu{
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(153,200,94,.08), transparent 60%),
    radial-gradient(1200px 600px at -10% 90%, rgba(17,98,174,.07), transparent 60%),
    var(--m-bg) !important;
  color: var(--m-text) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: center !important;

  opacity: 0 !important;
  transform: translateY(6%) scale(.98) !important;
  pointer-events: none !important;
  transition: transform .35s ease, opacity .35s ease !important;
  overflow-y: auto !important;
}

/* İçerik düzeni */
#menu > a:first-child{ /* logo */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  /* margin-bottom: 14px !important; */
}
#menu .logoimg{
  max-width: 180px !important;
  height: auto !important;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.08)) !important;
}

/* Ayıraçlar */
#menu hr{
  width: min(720px, 92vw) !important;
  height: 1px !important;
  border: 0 !important;
  background: linear-gradient(90deg, transparent, rgba(17,98,174,.25), transparent) !important;
  margin: 14px auto !important;
}

/* Menü linkleri (navbar-mobile include'u da kapsar) */
#menu nav a,
#menu .like-ul a{ /* kontak ve sosyal hariç aşağıda özelleştireceğiz */
  display:block !important;
  font-size: clamp(18px, 3.8vw, 22px) !important;
  font-weight:600 !important;
  line-height:1.35 !important;
  padding: 12px 10px !important;
  margin: 2px 0 !important;
  text-decoration:none !important;
  color: var(--m-text) !important;
  border-radius: 12px !important;
  transition: transform .2s ease, background .2s ease, color .2s ease !important;
}
#menu nav a:hover,
#menu .like-ul a:hover{
  background: rgba(17,98,174,.08) !important;
  transform: translateX(4px) !important;
}

/* İletişim blokları */
#menu .menu-contacts{
  display: grid !important;
  gap: 10px !important;
  width: min(720px, 92vw) !important;
  margin: 6px auto !important;
}
#menu .menu-contacts a{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  padding: 10px 12px !important;
  border:1px dashed rgba(17,98,174,.25) !important;
  border-radius:12px !important;
  font-size: 15px !important;
  color: var(--m-text) !important;
}
#menu .menu-contacts a:hover{
  border-style: solid !important;
  background: rgba(153,200,94,.07) !important;
}

/* Arama */
#menu .mobile-search{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  width: min(720px, 92vw) !important;
  margin: 6px auto 0 !important;
}
#menu .mobile-search input[type="search"]{
  flex:1 1 auto !important;
  height: 46px !important;
  border-radius: 14px !important;
  border:1px solid rgba(17,98,174,.25) !important;
  padding: 0 14px !important;
  font-size: 15px !important;
  outline: none !important;
  transition: box-shadow .2s ease, border-color .2s ease !important;
}
#menu .mobile-search input[type="search"]:focus{
  border-color: var(--m-blue) !important;
  box-shadow: 0 0 0 4px rgba(17,98,174,.12) !important;
}
#menu .mobile-search button{
  width: 46px !important;
  height: 46px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(17,98,174,.25) !important;
  background: linear-gradient(180deg, var(--m-blue), var(--m-green)) !important;
  color:#fff !important;
  display:grid !important;
  place-items:center !important;
  /* cursor:pointer !important; */
}

/* Sosyal medya alanı (include edilen bölüm) – genel iyileştirme */
#menu .social-icons, 
#menu .social, 
#menu .socials{
  display:flex !important;
  gap:10px !important;
  margin: 12px auto 0 !important;
}

/* === AÇIK/KAPALI DURUMLARI === */
/* :has destekli tarayıcılarda tam CSS kontrolü */
#menuToggle:has(input:checked) .sidenav-overlay{
  opacity: 1 !important;
  pointer-events: auto !important;
}
#menuToggle:has(input:checked) #menu{
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}
/* Gövde kaydırmasını kilitle (modern tarayıcılar) */
body:has(#menuToggle input:checked){
  overflow: hidden !important;
}

/* Hamburger → X dönüşümü */
#menuToggle input:checked ~ span:nth-of-type(1){
  transform: translateY(7px) rotate(45deg) !important;
}
#menuToggle input:checked ~ span:nth-of-type(2){
  opacity: 0 !important;
}
#menuToggle input:checked ~ span:nth-of-type(3){
  transform: translateY(-7px) rotate(-45deg) !important;
}

/* Küçük ekran ince ayarları */
@media (max-width: 390px){
  /* #menu{ padding-top: 82px !important; } */
  #menu .logoimg{ max-width: 276px !important; }
}
/* Tüm mobil menü öğeleri aynı genişlikte olsun */
#menu{
  --m-item-w: min(560px, 92vw) !important; /* İstersen 560px'i artır/azalt */
}

/* Üst seviye butonlar (ANA SAYFA, HAKKIMDA, KULAK, vb.) */
#menu .menu-mobile-top-link{
  display: block !important;
  width: var(--m-item-w) !important;
  margin: 10px auto !important;      /* ortala */
  text-align: center !important;
  white-space: normal !important;     /* uzun başlıklar satır kırabilsin */
  word-break: break-word !important;
}

/* Başlık olan grup linkleri (ör. KULAK, BURUN VE SİNÜSLER) */
#menu .th-hasdropdown > a.menu-mobile-top-link{
  display: block !important;
  width: var(--m-item-w) !important;
  margin: 10px auto 6px auto !important;
  text-align: center !important;
}

/* Alt bağlantılar (madde listesi gibi) – aynı genişlikte, sola hizalı */
#menu .th-hasdropdown > a:not(.menu-mobile-top-link){
  display: block !important;
  width: var(--m-item-w) !important;
  margin: 0 auto !important;          /* ortala + aynı genişlik */
  padding-left: 28px !important;      /* sol nokta için boşluk */
  text-align: left !important;
  white-space: normal !important;
  word-break: break-word !important;
}

/* İsteğe bağlı: hr genişliği de tutarlı olsun */
#menu hr{
  width: var(--m-item-w) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* #menu .menu-contacts a – kırmızı/siyah temalı kartlar */
#menu .menu-contacts a{
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 12px 14px !important;
  border-radius: 14px !important;
  border: 2px solid rgba(244, 0, 3, .28) !important; /* #f40003 */
  background: #ffffff !important;
  color: #000 !important;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(0,0,0,.06) !important;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .15s ease, border-color .2s ease !important;
  line-height: 1.35 !important;
}

/* İkon – mask kullanan svg’lere siyah dolgu */
#menu .menu-contacts a i{
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  background-color: #000 !important;              /* ikon rengi (mask ile görünür) */
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  opacity: .95 !important;
}

/* Hover – kırmızı arka plan, beyaz ikon & yazı */
#menu .menu-contacts a:hover{
  background: #f40003 !important;
  color: #fff !important;
  border-color: #f40003 !important;
  box-shadow: 0 10px 22px rgba(244,0,3,.25) !important;
  transform: translateY(-1px) !important;
}
#menu .menu-contacts a:hover i{
  background-color: #fff !important;
  opacity: 1 !important;
}

/* Aktif/focus durumları – erişilebilir vurgu */
#menu .menu-contacts a:active{
  transform: translateY(0) !important;
  box-shadow: 0 6px 16px rgba(244,0,3,.18) !important;
}
#menu .menu-contacts a:focus-visible{
  outline: 3px solid #f40003 !important;
  outline-offset: 2px !important;
  border-color: #f40003 !important;
}

/* Uzun adres satırları için küçük iyileştirme */
#menu .menu-contacts a{ word-break: break-word !important; white-space: normal !important; }
/* —— Logo kırmızısı paleti —— */
:root{
  --sienna:#F40003 !important;
  --sienna-600:#C10002 !important;
  --sienna-700:#8A0002 !important;
  --sienna-100:#FFF6F6 !important;
  --shadow:0 18px 32px -20px rgba(244,0,3,.35) !important;
  --shadow-strong:0 28px 45px -24px rgba(244,0,3,.45) !important;
}

/* —— Sadece renk/ton düzeltmeleri —— */
.tdal-srch-close:hover{background:rgba(244,0,3,.08) !important;}
.tdal-srch-form{border-color:rgba(244,0,3,.20) !important; background:var(--sienna-100) !important;}
.tdal-srch-submit{background:var(--sienna) !important; box-shadow:0 10px 18px -12px rgba(244,0,3,.55) !important;}
/* .tdal-srch-submit:hover{background:var(--sienna-600) !important;} */

.td-spec{
  background:linear-gradient(180deg,#fff,var(--sienna-100)) !important;
  border-color:rgba(244,0,3,.18) !important;
}
.td-spec::before{
  background:linear-gradient(90deg,rgba(244,0,3,.08),rgba(138,0,2,.08)) !important;
}
.td-spec:hover{border-color:rgba(244,0,3,.35) !important;}
.td-spec:focus-visible{outline-color:rgba(244,0,3,.45) !important;}

.td-spec__icon{
  background:radial-gradient(120% 120% at 10% 10%, var(--sienna) 0%, var(--sienna-700) 80%) !important;
  box-shadow:0 10px 20px -12px rgba(244,0,3,.60) !important;
}
.td-spec__arrow{color:var(--sienna-700) !important;}
/* 1) Suçu iptal et: header akışa geri dönsün */
.ttm-header-wrap{ 
  position: relative !important; 
  top:auto !important; left:auto !important; right:auto !important;
  z-index: 1000 !important;
  background:#fff !important;
}

/* 2) Scroll’da yapışmasını istiyorsan (sabit değil, akışta kalır) */
#ttm-stickable-header-w{
  position: sticky !important;
  top: 0 !important;
  z-index: 1001 !important;
  background:#fff !important;

}

/* 3) İçerik header’ın altına güzel otursun */
.site-main{ 
  margin-top: 0 !important; 
  padding-top: 0 !important;
}

/* Üst bilgi barı header’ın üstünde kalsın ama içerikle çakışmasın */
.rx-bar{ 
  position: relative !important; 
  z-index: 1002 !important; 
}
/* HEADER'in üstte kalması ve arkaplanı */
#masthead,
.ttm-header-wrap {
  /* position: sticky !important; */
  top: 0 !important;
  z-index: 1100 !important;
  background: #fff !important;
}

/* Varsayılan güvenli değer (JS gelmeden önce) */
:root { --mg-header-safe: 30px; }

/* İçeriği header kadar aşağı indir */
.site-main {
  margin-top: var(--mg-header-safe) !important;
}

/* Anchor'a scroll yapınca başlık altında kalmasın */
html { scroll-padding-top: var(--mg-header-safe) !important; }

/* Bazı temalarda başlık satırı eksi margin verebiliyor; sıfırla */
.ttm-page-title-row { margin-top: 0 !important; }
/* Üst bar + header yükseklikleri */
:root{
  --rxbar-h: 5px;   /* rx-bar yüksekliği (masaüstü) */
  --ttm-h:   0px;   /* .ttm-header-wrap yüksekliği (masaüstü) */
}

/* Header her zaman üstte ve opak olsun */
.header.ttm-header-style-classicinfo{
  position: sticky !important;
  top: 0 !important;
  z-index: 2000 !important;
  background: #fff !important;
}

/* İçeriği header kadar aşağı it */
.page > .ttm-page-title-row{
  margin-top: calc(var(--rxbar-h) + var(--ttm-h)) !important;
}

/* Bazı sayfalarda page-title yoksa site-main’i aşağı it */
.page > .site-main{
  margin-top: calc(var(--rxbar-h) + var(--ttm-h)) !important;
}

/* İçeriğin header altında kalmaması için konumlandır */
.ttm-page-title-row,
.site-main{
  position: relative !important;
  z-index: 1 !important;
}
/* ==== Slider Butonları: class bazlı hedefleme ==== */


/* Slider butonlarını hizala ve siyah yap */
.dinc-articles-slider .slider-btn {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    background: white !important;
    color: red !important;

    padding: 8px 16px !important;
    cursor: pointer !important;
    font-size: 22px !important;
    line-height: 1 !important;
    border-radius: 50% !important;
    border: solid 1px red !important;
}

/* Sol buton */
.dinc-articles-slider .slider-btn.prev {
    left: -10px !important;
}

/* Sağ buton */
.dinc-articles-slider .slider-btn.next {
    right: -10px !important;
}

/* Hover efekti */
.videos-slider-container .slider-btn{
  position:absolute; top:50%; transform:translateY(-50%);
  border:1px solid #F40003 !important; 
  background:#F40003 !important; 
  color:#fff;
  width:45px; height:45px; border-radius:50%;
  font-size:32px; line-height:45px; padding:0;
  cursor:pointer; z-index:9999; pointer-events:auto;
  transition:opacity .3s;
}
#videos-prev{ left:5px; }
#videos-next{ right:5px; }
/* =======================
   HERO / MAIN SLIDER – TAM YENİ TASARIM (1920x700)
   HTML'E DOKUNMADAN OVERRIDE
   ======================= */

:root{
  --hero-primary: red !important;         /* pembe ana renk */
  --hero-primary-600: red !important;      /* koyu pembe */
  --hero-ink: #0f2230 !important;              /* koyu yazı */
  --hero-glass: rgba(255,255,255,.08) !important;
  --hero-ring: rgba(255,255,255,.28) !important;
}

/* Slider kabı */
.main-slider{
  position: relative !important;
  height: 700px !important;
  min-height: 700px !important;
  overflow: hidden !important;
  background: #ffe9f1 !important;
  box-shadow: 0 18px 44px rgba(253,142,174,.25) !important;
}

/* Mobilde gizlemeyi iptal et */
@media (max-width: 993px){
  .main-slider{ display:block !important; height: 500px !important; min-height: 500px !important; }
}

/* Slide iskeleti */
.main-slider .slides{ height:100% !important; display:flex !important; }
.main-slider .slide{ position:relative !important; width:100% !important; height:100% !important; flex: 0 0 100% !important; }

/* Görsel alanı */
.main-slider .slide figure{ position:absolute !important; inset:0 !important; width:100% !important; height:100% !important; margin:0 !important; }
.main-slider .slide figure img{
  width:100% !important; height:100% !important;
  object-fit: cover !important; object-position: center !important;
  /* transform: scale(1.02) !important; */
  /* animation: heroZoom 18s ease-in-out infinite alternate !important; */
  will-change: transform !important;
}

/* Okunabilirlik & dekor katmanları */
.main-slider .slide::after{
  content:"" !important;
  position:absolute !important; inset:0 !important;
  /* background:
    linear-gradient(90deg, rgba(15,34,48,.65) 0%, rgba(15,34,48,.30) 42%, rgba(15,34,48,0) 68%) !important; */
  pointer-events:none !important;
}
.main-slider .slide::before{
  content:"" !important;
  position:absolute !important; inset:0 45% 0 0 !important;
  /* background: linear-gradient(135deg, var(--hero-primary), var(--hero-primary-600)) !important; */
  opacity:.28 !important;
  clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%) !important;
  mix-blend-mode: multiply !important;
  pointer-events:none !important;
}

/* İçerik kutusu */
.main-slider .container{ height:100% !important; position:relative !important; }
.main-slider .slide .content{
  text-align: center;
  position:absolute !important;
  left: clamp(70px, 6vw, 15px) !important;
  top: 60% !important; transform: translateY(-50%) !important;
  width: min(640px, 90vw) !important;
  padding: clamp(14px, 2.4vw, 28px) clamp(16px, 2.6vw, 32px) !important;
  /* background: var(--hero-glass) !important;
  border: 1px solid rgba(255,255,255,.22) !important; */
  /* backdrop-filter: blur(10px) !important; */
  /* -webkit-backdrop-filter: blur(10px) !important; */
  border-radius: 18px !important;
  /* box-shadow: 0 10px 30px rgba(0,0,0,.18) !important; */
  color:#fff !important;
}

/* Badge */
.slider-badge{
  display:inline-flex !important; align-items:center !important; gap:8px !important;
  padding: 6px 14px !important; margin:0 0 10px !important;
  font-weight:700 !important; letter-spacing:.2px !important;
  color:#fff !important; background: rgba(255,255,255,.16) !important;
  border:1px solid var(--hero-ring) !important; border-radius:999px !important;
  box-shadow: 0 6px 18px rgba(253,142,174,.22) !important;
  font-size:16px;
}

/* Başlık + özet */
.main-slider h2{
  margin: 6px 0 8px !important;
  font-weight: 800 !important;
  color:#fff !important;
  line-height: 1.1 !important;
  text-wrap: balance !important;
  text-shadow: 0 8px 28px rgba(0,0,0,.35) !important;
  font-size: clamp(28px, 2vw, 54px) !important;
}
.main-slider .sum{
  color:#f7fbff !important;
  font-size: clamp(14px, 1.4vw, 18px) !important;
  line-height: 1.7 !important;
  margin-bottom: 14px !important;
  text-shadow: 0 4px 18px rgba(0,0,0,.35) !important;
}

/* CTA butonu */
.main-slider .theme-btn{
  display:inline-flex !important; align-items:center !important; gap:10px !important;
  padding: 14px 22px !important; border-radius: 14px !important;
  /* background: linear-gradient(135deg, var(--hero-primary), var(--hero-primary-600)) !important; */
  color:#fff !important; border:0 !important; position:relative !important;
  font-weight:800 !important; letter-spacing:.2px !important;
  /* box-shadow: 0 12px 28px rgba(253,142,174,.35) !important; */
  transition: transform .2s ease, box-shadow .2s ease !important;
}
.main-slider .theme-btn:hover{ transform: translateY(-2px) !important; 
  /* box-shadow: 0 16px 38px rgba(253,142,174,.45) !important; */
 }
.main-slider .theme-btn:before{
  content: "›" !important;
  position: static !important;
  width:auto !important; height:auto !important; border:0 !important;
  background: transparent !important; line-height: 1 !important;
  opacity:1 !important; order:2 !important; margin-left: 4px !important;
}

/* Önceki/Sonraki okları */
#prev, #next{
  position:absolute !important; top:50% !important; transform: translateY(-50%) !important;
  width: 54px !important; height: 54px !important; font-size: 28px !important; line-height: 1 !important;
  display:grid !important; place-items:center !important; z-index: 9 !important;
  color: var(--hero-primary-600) !important; background:#fff !important;
  border:1px solid rgba(255,255,255,.65) !important; border-radius: 999px !important;
  box-shadow: 0 10px 26px rgba(253,142,174,.28) !important; cursor:pointer !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}
#prev{ left: clamp(8px, 2vw, 18px) !important; }
#next{ right: clamp(8px, 2vw, 18px) !important; }
#prev:hover, #next:hover{ transform: translateY(-50%) scale(1.06) !important; box-shadow: 0 16px 36px rgba(253,142,174,.38) !important; }

/* Küçük ekran optimizasyonları */
@media (max-width: 768px){
  .main-slider .slide::before{ inset:0 35% 0 0 !important; opacity:.32 !important; }
  .main-slider .slide .content{
    left: 16px !important; right: 16px !important; width:auto !important;
    border-radius: 14px !important; padding: 14px 16px !important;
  }
  .main-slider h2{ font-size: clamp(22px, 7vw, 34px) !important; }
  .main-slider .sum{ font-size: 14px !important; }
  .main-slider .theme-btn{ padding: 12px 16px !important; border-radius: 12px !important; }
}

/* Daha net animasyon */
@keyframes heroZoom{
  0%{ transform: scale(1.02) translateY(0) }
  100%{ transform: scale(1.07) translateY(-1.5%) }
}

/* Varsayılan yüksekliği baskılayan eski kuralları kesin olarak geçersiz kılalım */
.main-slider img{ height: 100% !important; min-height: 0 !important; object-fit: cover !important; }
