@font-face {
  font-family: 'Titillium';
  src: url('/fonts/titillium/TitilliumWeb-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('/fonts/titillium/TitilliumWeb-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/* Bootsrapp en lazim olan kisimlar  Baslangic */
* {
  font-family: "Titillium", serif !important;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
body {
  line-height: 1.6;
  margin: 0;
  /* background-color: #F2F6FB; */
}
.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: #eceff1;
}

.site-branding img {
  max-height: 50px;
  height: 50px;
}

.right-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width:768px) {
  .ttm-header-wrap {
    background-color: #eceff1;
    height: 85px;
  }




}


/* About Section Start*/
.about .text-inner {
  padding: 25px;
}

.about .resim{
  
}

.about p {
  margin: revert;

}


/* About Section End */


.like-ul {
  display: block;
  list-style-type: disc;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

.like-li {
  display: inline-flex;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}

.footer .like-li {
  display: block;
}
.footer .like-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contents {
  padding: 30px;
  background-color: #1f76bd !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
}

#menu .like-li {
  list-style: none !important;
}

.main-slider h2 {
  color: #25613a;
  font-size: 50px;
  font-weight: 700;
}

.main-slider p {
  color: black;
}

.top-menu {}

.ttop-menu {
  background-color: #25613a;

}

.top-menu li a {
  color: #fff;
}

/* *********** TOP MENÜ *************** */
a:hover {
  text-decoration: none;
}

.top-bar {
  background: #fff;
  padding:0 0;
}

.top-bar .contact-col {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
.header-top{
  justify-content: space-between;
  align-items: center;
}

 .contact-col li {
  border-left: 1px solid #5555552e;
  padding-left: 15px;
  padding-right: 15px;
}


 .contact-col li:first-child {
  border-left: none;
  padding-left: 0px !important;
}

.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 .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: #151D3B !important;
  background: #151D3B !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;
  align-items: center;
}

.top-bar .contact-col i {
  height: 25px;
  width: 25px;
  position: relative;
  background-color: #151D3B;
  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: #555555;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.top-info li a i {
  padding-right: 4px;
  font-size: 18px;
  background: #151D3B;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  mask-repeat: no-repeat;
}

.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;
  }

  .top-bar .contact-col i {
    top: 0px !important;
  }

  .page-title-heading h1 {
    text-align: center;
  }

  .breadcrumb-wrapper {
    text-align: center !important;
  }

  li.has-submenu .sub-menu {}


}

.social-icons li a:hover {
  box-shadow: inset 0 0 0 3px #fff;
  color: white !important;
}

.site-branding {}

.site-branding a,
.site-branding img {
  transition: all 0.3s ease-in-out 0s;
}

.site-branding img {
  max-height: 57px;
  height: 57px;
  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;
  justify-content: space-between;
}

#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-wrap {
  background-color: #ffffff;
  position: relative;
  z-index: 999;
}

.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;
}

#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: 650px;
  position: relative;
}

.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}

.fixed-header .navs{
  border-top: none !important;
}

.fixed-header .site-branding img {
  border-radius: 20px;
}




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 .owl-carousel .owl-item {
  padding: 0;
  margin: 0;
}

.main-slider img {
  height: 650px;
  min-height: 500px;
  object-fit: cover;
  object-position: 84%;
}

.main-slider .owl-controls {
  position: absolute;
  bottom: 25px;
  left: 6%;
  width: 100%;
  display: flex;
  justify-content: start;
}

.main-slider .owl-theme .owl-dots .owl-dot span {
  width: 26px;
  height: 7px;
  border: 1px solid #c3c3c3;
  border-radius: 18%;
  margin: 0px 3px 8px 6px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
}

.mobile-show-logo{
  display: none !important;
}

/* FOOTER */

.fbody {
  background:white;
  overflow-x: hidden !important;
}

.footer-logo{
  width: 80%;
  display: block;
  margin: auto;
}


.footer .widget {
  /* margin: 20px 0px 10px; */
  padding: 0 20px;
}

.footer .row > .widget-menu-area {
  border-left: 1px solid #00000017;
}

.footer .row > .widget-menu-area:first-child {
  border-left: none ;
}

.footer .row > .widget-menu-area:last-child {
  border-right: 1px solid #00000017;
}



.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;
}
.second-footer{
  padding: 30px 0;
}

.float {
  position: fixed;
  width: 175px;
  height: 60px;
  bottom: 16px;
  right: 10px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 19px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex
;
  justify-content: space-evenly;
  align-items: center;
}

.float i {
  font-size: 40px;
  width: 30px;
  height: 35px;
  background: white;
}

.float:hover i{
  background-color: #25d366;
}

.float:hover {
  background-color: #fff;
  color: #25d366 !important;
  transition: 0.4s ease-in-out;
}


.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);
}
:root{
  --tdal-blue: #185888;
    --tdal-blue-light: #2888d8;
}
.footer .bottom-footer-text {
  position: relative;
  background: linear-gradient(135deg,var(--tdal-blue) 0%,var(--tdal-blue-light) 100%) !important;
}
.footer-contact{
  display: flex;
}

.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  display: flex;
  align-items: center;
}

.dots-area {
  position: relative;
  z-index: 99;
  bottom: 125px;
  left: 4%;
  height: 60px;
  width: 250px;
}

.animated-button a {
  padding: 15px !important;
}


.dots-inner {
  display: inline-flex;
}



.dots-area .dots img {
  height: 50px;
  width: 50px;
  margin-left: 10px;
  border-radius: 50%;
  border: 2px solid #010828;
  object-fit: cover;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  object-position: right;
}

.owl-dot.active span {
  background-color: #010828;
}

.widget.widget_nav_menu a {
  color: #474747;
  line-height: 2;
}

.widget.widget_nav_menu h4 {
  text-align: left;
  font-size: 20px;

}

.jumbotron {
  /* background-color: #151D3B; */
}

/* #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: #151D3B;
  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: #151D3B;
}

.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;
  /* padding: 30px 0 0px; */
}

/* 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 {
  padding: 30px 30px;
  /* background: linear-gradient(173deg, rgb(0 0 0 / 94%) 0%, rgb(30 23 59) 100%); */
  margin-top: -5px;
  min-height: 300px;
}

@media (max-width:768px) {
  .news-detail {
    min-height: 265px;
  }
}


.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: none !important;
  justify-content: center;
  align-items: center;
}

#totop.top-visible i {
  width: 20px;
  height: 20px;
  background: white;
  mask-repeat: no-repeat !important;

}

#totop {
  font-weight: 900;
  position: fixed;
  left: 50px;
  z-index: 999;
  height: 0;
  width: 0;
  text-align: center;
  padding-top: 3px;
  line-height: 34px;
  border-radius: 3px;
  background-color: #25613a !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: #151D3B;
  font-size: 50px !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.services-head h3::before,
.services-head h3::after {
  content: "";
  flex: 1;
  height: 3px;
  background-color: #151D3B;
  margin: 0 00px;
}



.dinc-articles2-slider .services-head h3::before,
.dinc-articles2-slider .services-head h3::after {
  content: "";
  flex: 1;
  height: 3px;
  background-color: #151D3B;
  margin: 0 20px;
}

.photos-sec .services-head h3::before,
.photos-sec .services-head h3::after {
  content: "";
  flex: 1;
  height: 3px;
  background-color: #151D3B !important;
  margin: 0 20px;
}


.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: 35px;
  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: #151D3B;
  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: white;
  display: block;
}

.legal_warning span {
  color: #474747;
  font-size: 14px;
  text-align: center;
}

.marquee {
  height: 21px;
  width: 500%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.marquee-container .container-fluid{
  background:linear-gradient(135deg,var(--tdal-blue) 0%,var(--tdal-blue-light) 100%) !important;
  padding: 10px 0;
}

.marquee div {
  display: block;
  width: 500%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 25s linear infinite;
}

.marquee span {
  float: left;
  width: 500%;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

@keyframes marquee {
  0% {
    left: 25%;
  }

  100% {
    left: -30%;
  }
}

.footer-contact-boxes {
  display: flex;
  justify-content: center;
}

.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: #000;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position-x: right;
  margin-right: 15px;
  position: relative;
  top: 14px;
}


.footer-contact-box:first-child {
  border-left: none;
  padding-left: 0;
}


.footer-contact-box {
  margin-left: 15px;
  width: auto;
  /* border-left: 1px solid #ffffff3b; */
  padding-left: 20px;
}

.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;
}


.blog2 .box-art {
  min-height: 400px;
  height: auto;
}


.count-sec {
  background-color: #151D3B;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: -30px;
  margin-left: -30px;

}

.count-sec:hover {
  background-color: #010828;
  transition: 0.5s ease-in-out;
  border-radius: 5px;
}

.da-vinci-area {
  background-color: rgb(128 128 128 / 5%);
  margin-top: -110px;
}

.count-sec .stats:hover {
  background-color: #151D3B;
  transition: 0.5s ease-in-out;
  border-radius: 5px;

}

.da-vinci h2 {
  font-size: 15px;
  letter-spacing: 3px;
  color: #17449e;
}

.da-vinci {
  padding-top: 150px;
  padding-bottom: 90px;

}

.da-vinci p {
  color: #555555;
}

.da-vinci .stick:before {
  content: "";
  height: 40px;
  width: 10px;
  position: relative;
  display: block;
  margin: auto;
  background-color: rgba(124, 124, 124, 0.254);
  top: 25px;
  border-radius: 5px;
}

.da-vinci h3 {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
  color: #222222;
}

.da-vinci .resim {
  object-fit: cover;
  margin-bottom: 20px;
}

.da-vinci-content {
  margin: auto;
}

.da-vinci {
  text-align: center;
}

.count-sec .head {
  color: white;
  font-size: 36px;
}

.count-sec p {
  color: white;

}

.count-sec .stats {
  color: white;
  text-align: center;
}

.count-sec .counting {
  color: white;
  font-size: 24px;
  margin-top: 10px;
}

.count-sec i {
  background-color: white;
  height: 70px;
  width: 70px;
  margin: auto;
  display: block;
  mask-repeat: no-repeat;
  -webkit-mask-position-x: right;
}

.count-sec .text-area {
  position: relative;
  z-index: 99;
}

@media (max-width:768px) {
  .count-sec {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .count-sec:before {
    content: '';


  }

  .count-sec:before {
    display: none !important;
  }

  .count-sec .head {
    color: white;
    font-size: 29px;
  }

  .count-sec p {
    color: white;
  }

  .count-sec .text-area {
    position: relative;
    z-index: 99;
    text-align: center;
  }
}


/* Videos area */
.card {
  --blur: 16px;
  --size: clamp(300px, 50vmin, 600px);
  width: var(--size);
  aspect-ratio: 4 / 3;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  color: #000;
  transform: translateZ(0);
}

.card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(calc(1 + (var(--hover, 0) * 0.25))) rotate(calc(var(--hover, 0) * -5deg));
  transition: transform 0.2s;
}

.card__footer {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: red;
  display: grid;
  grid-template-row: auto auto;
  gap: 0.5ch;
  background: hsl(0 0% 100% / 0.5);
  backdrop-filter: blur(var(--blur));

  align-content: center;
}

.card__action {
  position: absolute;
  aspect-ratio: 1;
  width: calc(var(--size) * 0.15);
  bottom: 30%;
  right: 1.5rem;
  transform: translateY(50%) translateY(calc((var(--size) * 0.4))) translateY(calc(var(--hover, 0) * (var(--size) * -0.4)));
  background: #010828;
  display: grid;
  place-items: center;
  border-radius: 0.5rem;
  background: #010828;
  /*   backdrop-filter: blur(calc(var(--blur) * 0.5)); */
  transition: transform 0.2s;
}

.card__action svg {
  aspect-ratio: 1;
  width: 50%;
  fill: white;
}

.card__footer span:nth-of-type(1) {
  font-size: 12px;
}

.card__footer span:nth-of-type(2) {
  font-size: calc(var(--size) * 0.035);
}

.card:is(:hover, :focus-visible) {
  --hover: 1;
}

.gallery-image {
  height: 300px;
  width: auto;
}

.gallery-image img {
  object-fit: cover;
  height: 300px;
  width: 100%;
  padding: 15px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 10px 0;
}

.pagination li {
  margin: 0 5px;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: white;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.pagination a:hover {
  background-color: #f3f4f6;
}

.pagination .active span {
  background-color: #4f46e5;
  color: white;
  border-color: #4f46e5;
}

.pagination .disabled span {
  background-color: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
}

.top-info .contacts a span {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 0;
  transition: max-width 1s ease-in-out;
}

.top-info li a:hover span {
  max-width: 750px;
  overflow: hidden;
}

.lang-selectors a {
  display: inline-flex !important;
  margin-right: 10px;
}

.contacts .fa-envelope {
  height: 35px;
  width: 35px;
}

.dinc-articles2-slider {
  background-color: #f4fff8;
  margin-top: 20px;
}



.info-sec .content {
  background-color: #151D3B;
  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: #151D3B !important;
    background: #151D3B !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: #151D3B;
    font-size: 26px;
    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: 35px;
    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: 58px;
  }

  #menu .like-li {
    padding: 1px 0;
    transition-delay: 2s;
    list-style: circle;
    display: grid;
  }

  #menu .like-li p {
    margin: 0;
    font-size: 15px;
  }

  #menu .menu-contacts {
    padding: 10px 0;

  }

  #menu .menu-contacts a i {
    height: 17px;
    width: 14px;
    position: relative;
    display: block;
    margin-right: 10px;
    top: 4px;
    background-color: black;
    mask-repeat: no-repeat;
  }

  #menu .menu-contacts a {
    display: flex;
    font-size: 15px;

  }
  .menu-mobile-top-link{
    font-weight: bold;
    text-transform: uppercase;
  }

  #menu .like-li a:not(#menu .th-hasdropdown a) {
    font-weight: bold;
    text-transform: uppercase;
  }

  #menuToggle input:checked~ul {
    transform: none;
  }

  .mobile-show-nav {
    display: flex !important;
  }

  
.img-davinci{
  height: 125px;
  width: 100px;
}



}

.desktop-hide {
  display: none;
}

.img-davinci{
  height: 125px;
  width: 100px;
}


.contact-boxes .card-contact .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #010828;
  border-radius: 15px;
}

.contact-boxes .card-contact .icon .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: #fff;
}

.contact-boxes .card-contact .slide {
  width: 280px;
  height: 200px;
  transition: 0.5s;
}

.contact-boxes .card-contact .slide.slide1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: .7s;
  transform: translateY(100px);
}

.contact-boxes .card-contact:hover .slide.slide1 {
  transform: translateY(0px);
}

.contact-boxes .card-contact .slide.slide2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  transition: .8s;
  transform: translateY(-100px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;

}

.contact-boxes .card-contact:hover .slide.slide2 {
  transform: translateY(0);
}

.contact-boxes .card-contact .slide.slide2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  bottom: 15px;
  left: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #010828;
}

.contact-boxes .card .slide.slide2 .content p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #414141;
}

.contact-boxes .card-contact .slide.slide2 .content h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 24px;
  text-align: center;
  color: #414141;
}

.contact-boxes .card-contact i {
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-mask-repeat: no-repeat;

}

.form-contact-bg {
  background-color: #010828;
}

.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 .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;
  /* box-shadow: rgb(16 48 101 / 21%) 0px 7px 29px 0px; */
  min-height: 440px;

}

.dinc-articles-slider .slide h3 {
  text-align: center;
  color: #000;
}

.dinc-articles-slider .slide p {
  text-align: center;
  color: #000;
  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: #151D3B;
  color: white;
  font-size: 23px;
  font-weight: 900;
  left: 50%;
  transform: translate(-50%, 0%);
}



.dinc-articles-slider .news-image img {
  margin-top: -26px !important;
    /* border-radius: 60px; */
  width: 100%;
  height: auto;
  transition: padding 0.3s cubic-bezier(0.33, -0.01, 0.13, 0.96);
  min-height: 350px;
  object-fit: cover;
}

.dinc-articles-slider .news-image  {
  /* background-color: #1a1a3b; */
  min-height: 570px;
}

.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: 40%;

  }

  .dinc-articles-slider #dinc-prev {
    left: -10px;
    display: block;
  }

  .dinc-articles-slider #dinc-next {
    right: -10px;
    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: 500px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.dinc-articles2-slider h3 {
  color: #fff;
  padding-bottom: 20px;
}

.dinc-articles2-slider .services-head  h3 {
  color: #151D3B;
  padding-bottom: 20px;
}

.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 #151D3B;
  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: 70%;

  }

  .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 {
  transform: translateY(-50%);
  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;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #002441;
  height: 40px;
  width: 40px;
  background: #002441;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 30px;
  z-index: 10;
}


.main-slider #next {
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-right: 5px solid #002441;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  background: #25613a;
  color: white;
  border: none;
  cursor: pointer;
  z-index: 10;
  font-size: 30px;
}

.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: #5f5f5f !important;
 font-size: 22px;
 font-weight: 600;
 padding-bottom: 15px;

}

.footer .footer-about {
  color: #474747;
  padding: 10px 0px;
 }

 .cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.cta:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #25613a;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: white;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #00315d;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}

.btn-box{
  display: flex;
  justify-content: center;
  position: relative;
  /* top: 20px; */
}

.dinc-articles2-slider .view-all{
  background-color: #25613a;
  color: white;
  margin: 20px 0;

}

.dinc-articles2-slider .view-all:hover{
  color: white;
  margin: 20px 0;
}



.gallery-sec{
  padding: 75px 0;
}

.home-page-form h3,.home-page-form p{
  color: #151D3B;
}

.home-page-form button{
  color: #fff;
  border-radius: 15px;
  padding: 7px 10px;
  font-size: 16px;
  cursor: pointer;
}


.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: #151D3B;
}

 .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: #fff;
  background: #fff;
  height: 25px;
  width: 25px;
  position: relative;
  display: flex;
  -webkit-mask-repeat: no-repeat;
  margin-right: 10px;
}

.footer-contact .inner a{
  display: flex;
}


.gallery .gallery__link:nth-child(1) img{
  border-top-left-radius: 15px;
}
.gallery .gallery__link:nth-child(2) img{
  border-top-right-radius: 15px;
}
.gallery .gallery__link:nth-child(3) img{
  border-bottom-left-radius: 15px;
}

.gallery .gallery__link:nth-child(4) img{
  border-bottom-right-radius: 15px;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1440px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery__link {
  overflow: hidden;
  max-height: 400px;
}

.gallery__link:hover .gallery__caption {
  opacity: 1;
  border-radius: 5px;
}


.gallery__thumb {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.gallery img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1);
  border-radius: inherit; /* Eğer köşe yuvarlama istiyorsan buraya */
}

.gallery img:hover {
  transform: scale(1.1);
}


.marquee-row{
  overflow: hidden;
}

.gallery__caption {
  position: absolute;
  bottom: 8px;
  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 .view-all{
  line-height: 1;
  text-decoration: none;
  display: inline-flex
;
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: 0rem;
font-weight: 600;
padding: 0.6rem 2rem;
padding-left: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
transition: background-color 0.3s;
position: relative;
top: 52px;
transform: skewX(-30deg);
border-radius: 5px;
}

.main-slider .view-all span{
transform: skewX(30deg);
}



.resim:before{
  content: '';
  position: absolute;
  height: 480px;
  width: 70%;
  background-color: #2a633938;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  opacity: 0.4;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.0);
  left: 100px;
}


@media(max-width: 991px) {
  .dinc-articles2-slider .view-all {
    background-color: #25613a;
    color: white;
    margin: 20px 0;
}
  .resim:before{
    height: 550px;
    left: 24px;
  }
  .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;

  }

  .services-head h3::before, .services-head h3::after{
    margin: 0 0px;
  }

  .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;
  padding: 0;

}
.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-color: #25613a;

  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-color: #25613a;
}
.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
  background-color: #25613a;
}
.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
  background-color: #25613a;
}


@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: 617px;
}
.maps-iframe{
  width: 100%;
}

.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;
}
.contact-page{
  padding: 50px 0;
}

.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;
  margin-top: 10px;
}
.contact-page ol {
  width: min(100rem, 100%);
  margin-inline: auto;

  display: flex;
  justify-content: center;
  gap: 2rem;

  list-style: none;
  counter-reset: stepnr;
}

.contact-page li:nth-child(6n + 1) { --accent-color: #25613a }
.contact-page li:nth-child(6n + 2) { --accent-color: #25613a }
.contact-page li:nth-child(6n + 3) { --accent-color: #25613a }
.contact-page li:nth-child(6n + 4) { --accent-color: #25613a }
.contact-page li:nth-child(6n + 5) { --accent-color: #25613a }
.contact-page li:nth-child(6n + 6) { --accent-color: #25613a }

.contact-page ol li {
  counter-increment: stepnr;
  width: 18rem;
  --borderS: 2rem;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc(var(--borderS) + 2rem);
  position: relative;
}

.contact-page ol li::before,
.contact-page ol li::after {
  inset: 0;
  position: absolute;
  border-radius: 50%;
  border: 2rem solid #2b2b2b05;
  line-height: 1.1;
}

.contact-page ol li::before {
  content: counter(stepnr);
  color: var(--accent-color);
  padding-left: 9rem;
  font-size: 6rem;
  font-weight: 700;
  overflow: hidden;
  padding-top: 0rem;
}

.contact-page ol li::after {
  content: "";
  filter: drop-shadow(-0.25rem 0.25rem 0.0675rem rgba(0, 0, 0, 0.75)) blur(5px);
}

.contact-page ol li > * { width: 7.5rem }
.contact-page ol li .icon { font-size: 2rem; color: var(--accent-color); text-align: center }
.contact-page ol li .title { font-size: 24px;
  font-weight: 500; }
.contact-page ol li .descr { font-size: 12px; font-weight: 300 }
.contact-page-links{
  position: relative;
  z-index: 9999999;
}
.contact-page .credits { margin-top: 2rem; text-align: right }
.contact-page .credits a { color: var(--color) }

.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: flex;
  overflow: hidden;
  transition: all .3s ease;
  z-index: 99;
}


.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;
}


.news-detail {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
    padding: 20px !important;
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-top: none !important;
}

.news-detail h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.news-detail p {
    flex-grow: 1 !important;
    margin-bottom: 15px !important;
    color: #666 !important;
}

.btn-box {
    margin-top: auto !important;
}

.cta {
    display: inline-flex !important;
    align-items: center !important;
    font-weight: bold !important;
    color: #1162ae !important;
    text-decoration: none !important;
    gap: 6px !important;
    transition: all 0.3s ease !important;
}

.cta:hover {
    color: #0a4a8a !important;
    transform: translateX(2px) !important;
}
/* Temel link-butonu */
.rdra-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  color: #000;              /* Dilersen parent rengini kullan: inherit */
}

/* Metin etiketi + alt çizgi animasyonu */
.rdra-btn__label {
  position: relative;
  letter-spacing: 0.08em;
  font-size: 14px;
  text-transform: uppercase;
  padding-right: 4px;
}

.rdra-btn__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

/* Ok ikonunun kayma/klik animasyonu */
.rdra-btn__icon {
  transform: translateX(-6px);
  transition: transform 0.3s ease;
}

.rdra-btn:hover .rdra-btn__icon {
  transform: translateX(0);
}

.rdra-btn:active .rdra-btn__icon {
  transform: scale(0.9);
}

.rdra-btn:hover .rdra-btn__label::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* Erişilebilirlik: klavye odak */
.rdra-btn:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
/* ---- Teoman Dal – View All Button ---- */
.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:#000 !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;
}

@media (max-width:575.98px){
    .tdal-heading__icon svg,
    .tdal-heading__icon i{ width:28px!important; height:28px!important;margin-top: 7px !important; }
}

/* Eski stiller sol hizaya zorluyorsa emniyet: */
.services-head{ text-align:center!important; }
/* === Teoman Dal temalı slider yön tuşları ============================== */
.dinc-articles-slider .slider-container{               /* Konteyneri referans al */
  position:relative!important;
}

.dinc-articles-slider .slider-btn{                     /* Ortak buton stili   */
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;

  width:48px!important;
  height:48px!important;
  line-height:48px!important;
  font-size:2rem!important;        /* ‹  › karakterleri için */
  font-weight:700!important;

  background:#227ab9!important;    /* Logo mavisi            */
  color:#ffffff!important;         /* Ok rengi               */
  border:none!important;
  border-radius:50%!important;     /* Dairesel görünüm       */
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;


  box-shadow:0 2px 6px rgba(0,0,0,.15)!important;
  transition:background .25s ease,color .25s ease!important;
}

/* Konumlar */
.dinc-articles-slider .slider-btn.prev{left:-24px!important;}
.dinc-articles-slider .slider-btn.next{right:-24px!important;}

/* Hover / Focus ters renk */
.dinc-articles-slider .slider-btn:hover,
.dinc-articles-slider .slider-btn:focus{
  background:#ffffff!important;
  color:#227ab9!important;
  box-shadow:0 2px 6px rgba(0,0,0,.25)!important;
}

/* Mobilde biraz küçült ve içeri al */
@media(max-width:768px){
  .dinc-articles-slider .slider-btn{
    width:40px!important;
    height:40px!important;
    line-height:40px!important;
    font-size:1.6rem!important;
  }
  .dinc-articles-slider .slider-btn.prev{left:4px!important;}
  .dinc-articles-slider .slider-btn.next{right:4px!important;}
}
/* ==== İLETİŞİM BÖLÜMÜ (td-contact) ==== */
:root{
  --tdc-primary:#1e78c9;      /* logo mavisi  */
  --tdc-accent:#0c4d8b;       /* koyu mavi    */
  --tdc-bg:#f4f8fc;           /* açık kutu BG */
  --tdc-radius:22px;
  --tdc-shadow:0 20px 34px -22px rgba(12,77,139,.35);
  --tdc-tr:all .30s cubic-bezier(.2,.8,.2,1);
}

/* Genel bölüm */
.td-contact{padding:clamp(0px,0vw,96px) 0;background:#fff}
.td-contact__wrap{display:grid;gap:clamp(32px,5vw,64px);grid-template-columns:1fr 1fr}
@media(max-width:992px){.td-contact__wrap{grid-template-columns:1fr}}
/* Bilgi kartları */
.td-contact__info{display:flex;flex-direction:column;gap:14px}
.td-contact__item{
  display:flex;gap:16px;align-items:flex-start;text-decoration:none;
  background:var(--tdc-bg);border:1px solid rgba(30,120,201,.15);
  border-radius:var(--tdc-radius);padding:20px 22px;box-shadow:var(--tdc-shadow);
  transition:var(--tdc-tr);color:#0f172a
}
.td-contact__item:hover{transform:translateY(-3px);border-color:rgba(30,120,201,.35);background:#fff}
.td-contact__icon{
  flex:0 0 auto;width:46px;height:46px;border-radius:14px;display:grid;place-items:center;
  background:linear-gradient(160deg,var(--tdc-primary),var(--tdc-accent));color:#fff;
  box-shadow:0 14px 28px -16px rgba(12,77,139,.5)
}
.td-contact__icon svg{width:24px;height:24px;color:#fff}
.td-contact__label{font-weight:600;font-size:.9rem;color:var(--tdc-accent);letter-spacing:.3px;text-transform:uppercase}
.td-contact__value{display:block;margin-top:2px;font-size:1.05rem;line-height:1.35}
/* Harita */
.td-contact__map iframe{
  width:100%;min-height:420px;border:0;border-radius:var(--tdc-radius);
  box-shadow:var(--tdc-shadow);transition:var(--tdc-tr)
}
.td-contact__map iframe:hover{transform:translateY(-3px)}
/* Form kutusu */
.td-contact__form{margin-top:clamp(48px,6vw,80px)}
.form-contact-bg{
  background:var(--tdc-bg);border-radius:var(--tdc-radius);box-shadow:var(--tdc-shadow);
  padding:32px 28px
}
.form-contact-bg h3{color:#0f172a;font-weight:800;margin-bottom:12px}
.form-contact-bg p{color:#334155}
/* Ana container beyaz zemin ve sade gölge */
.ttm-page-title-row {
    background-color: #ffffff !important;
    /* padding: 24px 0 !important; */
    border-radius: 8px !important;
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important; */
}

/* Başlık alanı */
.ttm-page-title-row .page-title-heading .title {
    color: #1f76bd !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin: 0 !important;
    letter-spacing: 0.4px !important;
}

/* Breadcrumb kapsayıcı */
.ttm-page-title-row .breadcrumb-wrapper-inner {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #6c757d !important;
    margin-top: 10px !important;
}

/* Breadcrumb bağlantıları */
.ttm-page-title-row .breadcrumb-wrapper-inner a {
    color: #1f76bd !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.ttm-page-title-row .breadcrumb-wrapper-inner a:hover {
    color: #99c85e !important;
}

/* Ayraç çizgi */
.ttm-page-title-row .breadcrumb-wrapper-inner .ttm-bread-sep {
    color: #ced4da !important;
}

/* Responsive düzenlemeler */
@media (min-width: 992px) {
    .ttm-page-title-row .title-box {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
}

@media (max-width: 991px) {
    .ttm-page-title-row .title-box {
        flex-direction: column !important;
        text-align: center !important;
    }

    .ttm-page-title-row .breadcrumb-wrapper-inner {
        justify-content: center !important;
    }
}
/* Butonu her kartta en sağa sabitle */
.tdal-list .tdal-card__body{
  display: flex !important;
  flex-direction: column !important;
}

.tdal-list .tdal-card__footer{
  margin-top: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important; /* space-between yerine */
  gap: 12px !important;
}

/* Tarih solda kalsın, buton sağa “itilsin” */
.tdal-list .tdal-card__footer .card-date{
  margin-right: auto !important;
}

/* Emniyet için: buton sağa yaslı */
.tdal-list .tdal-card__footer .rdra-btn{
  margin-left: auto !important;
}
/* Kart ile medya aynı yükseklikte olsun */
.tdal-list .tdal-card{ align-items: stretch !important; }
.tdal-list .tdal-card__media{ flex:0 0 360px !important; max-width:360px !important; height:270px !important; }
.tdal-list .tdal-card__media img{ width:100% !important; height:100% !important; object-fit:cover !important; display:block !important; }

/* Gövdeyi kolon yap, footer'ı alta sabitle */
.tdal-list .tdal-card__body{
  display:flex !important;
  flex-direction:column !important;
  min-height:270px !important; /* medyayla aynı */
}

/* Footer her zaman en altta kalsın */
.tdal-list .tdal-card__footer{
  margin-top:auto !important;
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
}

/* Buton sağ uca yaslansın */
.tdal-list .tdal-card__footer .rdra-btn{
  margin-left:auto !important;
  align-self:flex-end !important;
}

/* Mobilde (üst üste) kısıtları gevşet */
@media (max-width: 991.98px){
  .tdal-list .tdal-card__media{ height:auto !important; }
  .tdal-list .tdal-card__media img{ height:auto !important; }
  .tdal-list .tdal-card__body{ min-height:unset !important; }
}
@media (min-width:1200px){
.tdal-list .tdal-card__body{min-width: 880px;}
}/* Prof. Dr. Teoman Dal – Fotoğraf Gönderme Formu
   CSS-only redesign (logo uyumlu mavi tonlar) – tümü !important */
:root{
  --brand: #1f76bd;
  --brand-600: #125a93;
  --brand-700: #0e4c7c;
  --ink: #0f2b3d;
  --muted: #6e7b89;
  --bg: #f5f9ff;
  --line: #e6eef5;
  --card: #ffffff;
  --danger: #e53e3e;
}

/* Bölüm arkaplanı */
section.container.maincontent.site-main{
  padding-top: 24px !important;
  padding-bottom: 56px !important;
  background:
    radial-gradient(1200px 420px at 15% -10%, rgba(31,118,189,.10), transparent) !important,
    radial-gradient(1000px 380px at 100% 0%, rgba(18,90,147,.08), transparent) !important,
    var(--bg) !important;
}

/* Başlık alanı */
section.container.maincontent.site-main .jumbotron{
  background: transparent !important;
  padding: 10px 0 0 !important;
  margin: 0 0 6px !important;
  border: 0 !important;
  text-align: center !important;
}
section.container.maincontent.site-main .jumbotron .content-title{
  color: var(--brand-700) !important;
  font-weight: 800 !important;
  letter-spacing: .2px !important;
  font-size: clamp(22px, 3.2vw, 36px) !important;
  display: inline-block !important;
  position: relative !important;
}
section.container.maincontent.site-main .jumbotron .content-title::after{
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -12px !important;
  transform: translateX(-50%) !important;
  width: 140px !important;
  height: 4px !important;
  border-radius: 4px !important;
  background: linear-gradient(90deg, var(--brand), var(--brand-600)) !important;
}
section.container.maincontent.site-main .jumbotron .my-1{
  display: none !important;
}

/* Form kartı */
#fotograf-gonderme-formu-form{
  max-width: 860px !important;
  margin: 28px auto 0 !important;
  background: var(--card) !important;
  border: 1px solid var(--line) !important;
  border-radius: 18px !important;
  padding: 28px 24px 18px !important;
  box-shadow: 0 18px 48px rgba(31,118,189,.14) !important;
  transition: box-shadow .2s ease, transform .2s ease !important;
}
#fotograf-gonderme-formu-form:hover{
  box-shadow: 0 22px 60px rgba(31,118,189,.20) !important;
  transform: translateY(-1px) !important;
}

/* Uyarı alanı */
#alert-area-fotograf-gonderme-formu{
  margin: 8px auto 0 !important;
  max-width: 860px !important;
}

/* Form grupları */
#fotograf-gonderme-formu-form .form-group{
  margin-bottom: 18px !important;
  position: relative !important;
}
#fotograf-gonderme-formu-form label{
  display: block !important;
  margin-bottom: 8px !important;
  font-weight: 700 !important;
  color: var(--ink) !important;
  font-size: 0.98rem !important;
  letter-spacing: .2px !important;
}

/* Ortak input stili */
#fotograf-gonderme-formu-form input[type="text"],
#fotograf-gonderme-formu-form input[type="email"],
#fotograf-gonderme-formu-form input[type="tel"],
#fotograf-gonderme-formu-form .form-control{
  background: #fff !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 14px !important;
  padding: 12px 16px !important;
  height: 52px !important;
  color: var(--ink) !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color .2s ease, box-shadow .2s ease !important;
}
#fotograf-gonderme-formu-form input::placeholder,
#fotograf-gonderme-formu-form .form-control::placeholder{
  color: var(--muted) !important;
  opacity: 1 !important;
}
#fotograf-gonderme-formu-form input:focus,
#fotograf-gonderme-formu-form .form-control:focus{
  border-color: var(--brand) !important;
  box-shadow: 0 0 0 4px rgba(31,118,189,.15) !important;
}

/* Telefon inputu */
#fotograf-gonderme-formu-form .masked{
  letter-spacing: .4px !important;
  font-variant-numeric: tabular-nums !important;
}

/* Dosya yükleme alanı */
#fotograf-gonderme-formu-form input[type="file"],
#fotograf-gonderme-formu-form .form-control-4{
  display: block !important;
  width: 100% !important;
  background: linear-gradient(0deg, rgba(31,118,189,.04), rgba(31,118,189,.04)) !important;
  border: 1.5px dashed rgba(31,118,189,.45) !important;
  border-radius: 14px !important;
  padding: 14px !important;
  height: auto !important;
  color: var(--ink) !important;

}
#fotograf-gonderme-formu-form input[type="file"]:hover,
#fotograf-gonderme-formu-form .form-control-4:hover{
  border-color: var(--brand) !important;
}

/* Dosya seç butonu (modern tarayıcılar) */
#fotograf-gonderme-formu-form input[type="file"]::file-selector-button{
  margin-right: 12px !important;
  padding: 10px 14px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, var(--brand), var(--brand-600)) !important;
  color: #fff !important;
  font-weight: 700 !important;

  transition: transform .2s ease, box-shadow .2s ease !important;
}
#fotograf-gonderme-formu-form input[type="file"]::file-selector-button:hover{
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 22px rgba(31,118,189,.25) !important;
}
/* Safari */
#fotograf-gonderme-formu-form input[type="file"]::-webkit-file-upload-button{
  margin-right: 12px !important;
  padding: 10px 14px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, var(--brand), var(--brand-600)) !important;
  color: #fff !important;
  font-weight: 700 !important;

}

/* Zorunlu alan geri bildirimi (native) */
#fotograf-gonderme-formu-form input:invalid{
  box-shadow: none !important;
}
#fotograf-gonderme-formu-form input:invalid:focus{
  border-color: var(--danger) !important;
  box-shadow: 0 0 0 4px rgba(229,62,62,.16) !important;
}

/* Gönder butonu */
#fotograf-gonderme-formu-form .btn{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border: 0 !important;
  border-radius: 14px !important;
  padding: 12px 24px !important;
  min-height: 48px !important;
  min-width: 200px !important;
  font-weight: 800 !important;
  letter-spacing: .2px !important;
  background: linear-gradient(180deg, var(--brand), var(--brand-600)) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(31,118,189,.28) !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}
#fotograf-gonderme-formu-form .btn:hover{
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 34px rgba(31,118,189,.34) !important;
}
#fotograf-gonderme-formu-form .btn:active{
  transform: translateY(0) !important;
  box-shadow: 0 10px 22px rgba(31,118,189,.25) !important;
}
#fotograf-gonderme-formu-form .btn[disabled]{
  opacity: .75 !important;

}
#fotograf-gonderme-formu-form .btn-success span{
  color: #fff !important; /* inline rengi geçersiz kıl */
}

/* Yükleniyor ikonu */
.icon-spinner{
  display: inline-block !important;
  animation: tdspin 1s linear infinite !important;
}
@keyframes tdspin{ to{ transform: rotate(360deg) } }

/* Responsive */
@media (min-width: 992px){
  #fotograf-gonderme-formu-form{ padding: 34px 36px 22px !important; }
}
@media (max-width: 767.98px){
  section.container.maincontent.site-main{ padding-bottom: 42px !important; }
  #fotograf-gonderme-formu-form{ margin-top: 22px !important; padding: 22px 16px 14px !important; }
  section.container.maincontent.site-main .jumbotron .content-title{
    font-size: 24px !important;
  }
  #fotograf-gonderme-formu-form .btn{
    width: 100% !important;
    min-width: 0 !important;
  }
}/* Prof. Dr. Teoman Dal – Randevu Talebi Formu
   CSS-only redesign (logo uyumlu mavi tonlar) – tüm kurallar !important */

/* Renk değişkenleri */
:root{
  --brand: #1f76bd;
  --brand-600: #125a93;
  --brand-700: #0e4c7c;
  --ink: #0f2b3d;
  --muted: #6e7b89;
  --bg: #f5f9ff;
  --line: #e6eef5;
  --card: #ffffff;
  --danger: #e53e3e;
}

/* Sayfa arkaplanı */
section.container.maincontent.site-main{
  padding-top: 24px !important;
  padding-bottom: 56px !important;
  background:
    radial-gradient(1200px 420px at 15% -10%, rgba(31,118,189,.10), transparent) !important,
    radial-gradient(1000px 380px at 100% 0%, rgba(18,90,147,.08), transparent) !important,
    var(--bg) !important;
}

/* Başlık alanı */
section.container.maincontent.site-main .jumbotron{
  background: transparent !important;
  padding: 10px 0 0 !important;
  margin: 0 0 6px !important;
  border: 0 !important;
  text-align: center !important;
}
section.container.maincontent.site-main .jumbotron .content-title{
  color: var(--brand-700) !important;
  font-weight: 800 !important;
  letter-spacing: .2px !important;
  font-size: clamp(22px, 3.2vw, 36px) !important;
  display: inline-block !important;
  position: relative !important;
}
section.container.maincontent.site-main .jumbotron .content-title::after{
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -12px !important;
  transform: translateX(-50%) !important;
  width: 140px !important;
  height: 4px !important;
  border-radius: 4px !important;
  background: linear-gradient(90deg, var(--brand), var(--brand-600)) !important;
}
section.container.maincontent.site-main .jumbotron .my-1{
  display: none !important;
}

/* Form kartı */
#randevu-talebi-form{
  max-width: 860px !important;
  margin: 28px auto 0 !important;
  background: var(--card) !important;
  border: 1px solid var(--line) !important;
  border-radius: 18px !important;
  padding: 28px 24px 18px !important;
  box-shadow: 0 18px 48px rgba(31,118,189,.14) !important;
  transition: box-shadow .2s ease, transform .2s ease !important;
}
#randevu-talebi-form:hover{
  box-shadow: 0 22px 60px rgba(31,118,189,.20) !important;
  transform: translateY(-1px) !important;
}

/* Uyarı alanı + geri bildirim */
#alert-area-randevu-talebi{
  margin: 8px auto 0 !important;
  max-width: 860px !important;
}
#alert-area-randevu-talebi .alert{
  border-radius: 12px !important;
  border: 1px solid var(--line) !important;
  box-shadow: 0 8px 20px rgba(31,118,189,.10) !important;
}

/* Form grupları */
#randevu-talebi-form .form-group{
  margin-bottom: 18px !important;
  position: relative !important;
}
#randevu-talebi-form label{
  display: block !important;
  margin-bottom: 8px !important;
  font-weight: 700 !important;
  color: var(--ink) !important;
  font-size: 0.98rem !important;
  letter-spacing: .2px !important;
}

/* Ortak alan stili */
#randevu-talebi-form input[type="text"],
#randevu-talebi-form input[type="email"],
#randevu-talebi-form input[type="tel"],
#randevu-talebi-form .form-control{
  background: #fff !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 14px !important;
  padding: 12px 16px !important;
  min-height: 52px !important;
  color: var(--ink) !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color .2s ease, box-shadow .2s ease !important;
}
#randevu-talebi-form textarea.form-control{
  min-height: 140px !important;
  resize: vertical !important;
  line-height: 1.5 !important;
  padding-top: 14px !important;
}
#randevu-talebi-form input::placeholder,
#randevu-talebi-form textarea::placeholder{
  color: var(--muted) !important;
  opacity: 1 !important;
}
#randevu-talebi-form input:focus,
#randevu-talebi-form textarea:focus{
  border-color: var(--brand) !important;
  box-shadow: 0 0 0 4px rgba(31,118,189,.15) !important;
}

/* Telefon inputu */
#randevu-talebi-form .masked{
  letter-spacing: .4px !important;
  font-variant-numeric: tabular-nums !important;
}

/* Doğrulama durumları */
#randevu-talebi-form .form-group.invalid .form-control{
  border-color: var(--danger) !important;
  box-shadow: 0 0 0 4px rgba(229,62,62,.10) !important;
}
#randevu-talebi-form .form-group span.error,
#randevu-talebi-form .form-group span{
  display: block !important;
  margin-top: 6px !important;
  color: var(--danger) !important;
  font-size: .9rem !important;
}

/* Gönder butonu */
#randevu-talebi-form .btn{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border: 0 !important;
  border-radius: 14px !important;
  padding: 12px 24px !important;
  min-height: 48px !important;
  min-width: 200px !important;
  font-weight: 800 !important;
  letter-spacing: .2px !important;
  background: linear-gradient(180deg, var(--brand), var(--brand-600)) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(31,118,189,.28) !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}
#randevu-talebi-form .btn:hover{
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 34px rgba(31,118,189,.34) !important;
}
#randevu-talebi-form .btn:active{
  transform: translateY(0) !important;
  box-shadow: 0 10px 22px rgba(31,118,189,.25) !important;
}
#randevu-talebi-form .btn[disabled]{
  opacity: .75 !important;

}
#randevu-talebi-form .btn-success span{
  color: #fff !important;
}

/* Yükleniyor ikonu */
.icon-spinner{
  display: inline-block !important;
  animation: tdspin 1s linear infinite !important;
}
@keyframes tdspin{ to{ transform: rotate(360deg) } }

/* Responsive */
@media (min-width: 992px){
  #randevu-talebi-form{ padding: 34px 36px 22px !important; }
}
@media (max-width: 767.98px){
  section.container.maincontent.site-main{ padding-bottom: 42px !important; }
  #randevu-talebi-form{ margin-top: 22px !important; padding: 22px 16px 14px !important; }
  section.container.maincontent.site-main .jumbotron .content-title{
    font-size: 24px !important;
  }
  #randevu-talebi-form .btn{
    width: 100% !important;
    min-width: 0 !important;
  }
}/* Modern Footer Tasarımı - CSS Important Kodları */

/* Ana Footer Container */
.footer.widget-footer.clearfix {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

.footer.widget-footer.clearfix::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: radial-gradient(circle at 20% 50%, rgba(30, 120, 201, 0.1) 0%, transparent 50%), 
                radial-gradient(circle at 80% 80%, rgba(12, 77, 139, 0.15) 0%, transparent 50%) !important;
    pointer-events: none !important;
}

/* Footer Body */
.fbody {
    position: relative !important;
    z-index: 2 !important;
}

/* Second Footer */
.second-footer.ttm-textcolor-white {
    padding: 80px 0 60px !important;
    background: transparent !important;
}

/* Widget Areas */
.widget-area.widget-menu-area {
    margin-bottom: 40px !important;
}

/* Logo Container */
.widget.widget_nav_menu.clearfix .home-link {
    display: inline-block !important;
    padding: 20px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    backdrop-filter: blur(10px) !important;
    margin-bottom: 30px !important;
}

.widget.widget_nav_menu.clearfix .home-link:hover {
    transform: translateY(-5px) scale(1.02) !important;
    background: rgba(30, 120, 201, 0.15) !important;
    border-color: rgba(30, 120, 201, 0.3) !important;
    box-shadow: 0 20px 40px rgba(30, 120, 201, 0.2) !important;
}

/* Footer Logo */
.footer-logo {
    filter: brightness(1.2) !important;
    transition: all 0.3s ease !important;
}

.home-link:hover .footer-logo {
    filter: brightness(1.4) drop-shadow(0 0 20px rgba(255, 255, 255, 0.3)) !important;
}

/* Site Owner Başlıklar */
.site-owner {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    position: relative !important;
    padding-bottom: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.site-owner::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 3px !important;
    background: linear-gradient(90deg, #1e78c9, #0c4d8b) !important;
    border-radius: 2px !important;
    transition: width 0.4s ease !important;
}

.widget:hover .site-owner::after {
    width: 80px !important;
}

/* Menu Linkleri */
.list-unstyled li {
    margin-bottom: 12px !important;
}

.list-unstyled li a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    display: inline-block !important;
    padding: 8px 15px !important;
    border-radius: 25px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
}

.list-unstyled li a::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(30, 120, 201, 0.2), transparent) !important;
    transition: left 0.5s ease !important;
}

.list-unstyled li a:hover {
    color: #ffffff !important;
    background: rgba(30, 120, 201, 0.15) !important;
    transform: translateX(8px) !important;
    border: 1px solid rgba(30, 120, 201, 0.3) !important;
    box-shadow: 0 8px 25px rgba(30, 120, 201, 0.15) !important;
}

.list-unstyled li a:hover::before {
    left: 100% !important;
}

/* Footer Contact Boxes */
.footer-contact-boxes {
    margin-top: 30px !important;
}


/* Copyright Row */
.row.copyright {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}

/* Footer Contact */
.footer-contact {
    display: flex !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

.footer-contact-box {
    /* background: rgba(255, 255, 255, 0.05) !important; */
    /* border-radius: 50% !important; */
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    /* border: 2px solid rgba(30, 120, 201, 0.3) !important; */
    position: relative !important;
    overflow: hidden !important;
}

.footer-contact-box::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 0 !important;
    height: 0 !important;
    /* background: radial-gradient(circle, rgba(30, 120, 201, 0.3) 0%, transparent 70%) !important; */
    border-radius: 50% !important;
    transition: all 0.4s ease !important;
    transform: translate(-50%, -50%) !important;
}

.footer-contact-box:hover::before {
    width: 100px !important;
    height: 100px !important;
}

.footer-contact-box:hover {
    transform: translateY(-5px) scale(1.1) !important;
    /* background: rgba(30, 120, 201, 0.2) !important;
    border-color: #1e78c9 !important; */
    /* box-shadow: 0 15px 35px rgba(30, 120, 201, 0.3) !important; */
}

.footer-contact-box .inner a {
    /* color: rgba(255, 255, 255, 0.8) !important; */
    font-size: 18px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    z-index: 2 !important;
}

.footer-contact-box:hover .inner a {
    color: #ffffff !important;
    transform: scale(1.2) !important;
}

/* Copyright Text */
.row.copyright p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px !important;
    margin: 0 !important;
    text-align: center !important;
    flex: 1 !important;
}

/* DSA Logo Container */
.dsa-logo {
    display: inline-block !important;
    padding: 15px 20px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 15px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    backdrop-filter: blur(10px) !important;
}

.dsa-logo:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(30, 120, 201, 0.4) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2) !important;
}

.dsa-logo img {
    transition: all 0.3s ease !important;
    filter: brightness(1.1) !important;
}

.dsa-logo:hover img {
    filter: brightness(1.3) !important;
    transform: scale(1.05) !important;
}


@keyframes scroll-left {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* WhatsApp Float */
.float {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
    color: white !important;
    padding: 15px 20px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    z-index: 1000 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    animation: pulse-whatsapp 2s infinite !important;
}

.float:hover {
    background: linear-gradient(135deg, #128c7e 0%, #25d366 100%) !important;
    transform: translateY(-5px) scale(1.05) !important;
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.6) !important;
    color: white !important;
}

.float .fa-whatsapp {
    font-size: 20px !important;
    animation: bounce 1s infinite alternate !important;
}

@keyframes pulse-whatsapp {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes bounce {
    0% { transform: translateY(0); }
    100% { transform: translateY(-3px); }
}

/* To Top Button */
#totop {
    position: fixed !important;
    bottom: 30px !important;
    left: 30px !important;
    background: linear-gradient(135deg, #1e78c9 0%, #0c4d8b 100%) !important;
    color: white !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-size: 20px !important;
    box-shadow: 0 8px 25px rgba(30, 120, 201, 0.4) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    z-index: 999 !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
}

#totop:hover {
    background: linear-gradient(135deg, #0c4d8b 0%, #1e78c9 100%) !important;
    transform: translateY(-5px) scale(1.1) !important;
    box-shadow: 0 15px 40px rgba(30, 120, 201, 0.6) !important;
    color: white !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

#totop .fa-angle-up {
    animation: bounce-up 1.5s infinite alternate !important;
}

@keyframes bounce-up {
    0% { transform: translateY(0); }
    100% { transform: translateY(-3px); }
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .second-footer.ttm-textcolor-white {
        padding: 60px 0 40px !important;
    }
    
    .footer-contact {
        justify-content: center !important;
        margin-bottom: 20px !important;
    }
    
    .row.copyright {
        flex-direction: column !important;
        text-align: center !important;
        gap: 15px !important;
    }
    
    .float {
        bottom: 20px !important;
        right: 20px !important;
        font-size: 14px !important;
        padding: 12px 16px !important;
    }
    
    #totop {
        bottom: 30px !important;
        left: 20px !important;
        width: 45px !important;
        height: 45px !important;
    }
}

/* Gelişmiş Animasyonlar */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.widget-area {
    animation: fadeInUp 0.8s ease-out forwards !important;
}

.widget-area:nth-child(1) { animation-delay: 0.1s !important; }
.widget-area:nth-child(2) { animation-delay: 0.2s !important; }
.widget-area:nth-child(3) { animation-delay: 0.3s !important; }
.widget-area:nth-child(4) { animation-delay: 0.4s !important; }
   /* Header CSS Kodları */
        
        /* Genel Resetleme ve Font */
        .top-bar * {
            transition: all 0.3s ease !important;
        }
        
        /* Ana Container */
        .top-bar {
            background: #ffffff !important;
            box-shadow: 0 2px 20px rgba(0, 123, 255, 0.1) !important;
            /* padding: 15px 0 !important; */
            position: relative !important;
            overflow: hidden !important;
            min-height: 80px !important;
        }
        
        .top-bar::before {
            content: '' !important;
            position: absolute !important;
            top: -50% !important;
            right: -50% !important;
            width: 200% !important;
            height: 200% !important;
            /* background: radial-gradient(circle, rgba(0, 123, 255, 0.03) 0%, transparent 70%) !important; */
            animation: pulse 8s ease-in-out infinite !important;
        }
        
        @keyframes pulse {
            0%, 100% { transform: scale(1) rotate(0deg); }
            50% { transform: scale(1.1) rotate(180deg); }
        }
        

/*         
        .header-top {
            display: flex !important;
            align-items: center !important;
            justify-content: space-between !important;
            flex-wrap: nowrap !important;
            gap: 30px !important;
            width: 100% !important;
        }
         */
        /* Logo Bölümü */
        /* .site-branding {
            flex: 0 0 auto !important;
            margin-right: 20px !important;
        }
         */
        .home-link {
            display: inline-block !important;
            position: relative !important;
            overflow: hidden !important;
            border-radius: 10px !important;
            padding: 5px !important;
        }
        
        .home-link::before {
            content: '' !important;
            position: absolute !important;
            top: 50% !important;
            left: 50% !important;
            width: 0 !important;
            height: 0 !important;
            background: rgba(0, 123, 255, 0.1) !important;
            border-radius: 50% !important;
            transform: translate(-50%, -50%) !important;
            transition: all 0.5s ease !important;
        }
        
        .home-link:hover::before {
            width: 150% !important;
            height: 150% !important;
        }
        

        

        .site-branding span {
            display: block !important;
            visibility: visible !important;
        }
        
        .home-link:hover img {
            transform: scale(1.05) !important;
        }
        
        /* İletişim Bilgileri */
        .contact-col {
            flex: 1 1 auto !important;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
        }
        
        .top-info {
            display: flex !important;
            flex-wrap: nowrap !important;
            gap: 0px !important;
            list-style: none !important;
            margin: 0 !important;
            padding: 0 !important;
            justify-content: center !important;
            align-items: center !important;
        }
        
        .top-info li {
            margin: 0 !important;
            position: relative !important;
        }
        
        .top-info li a {
            display: flex !important;
            align-items: center !important;
            gap: 8px !important;
            text-decoration: none !important;
            color: #333333 !important;
            font-size: 13px !important;
            font-weight: 500 !important;
            padding: 8px 14px !important;
            border-radius: 5px !important;
            /* background: linear-gradient(145deg, #f8f9fa, #ffffff) !important;
            box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.05), -3px -3px 8px rgba(255, 255, 255, 0.9) !important; */
            position: relative !important;
            overflow: hidden !important;
            white-space: nowrap !important;
        }
        
        .top-info li a::before {
            content: '' !important;
            position: absolute !important;
            top: 0 !important;
            left: -100% !important;
            width: 100% !important;
            height: 100% !important;
            background: linear-gradient(90deg, transparent, rgba(0, 123, 255, 0.1), transparent) !important;
            transition: left 0.5s ease !important;
        }
        
        .top-info li a:hover::before {
            left: 100% !important;
        }
        
        .top-info li a:hover {
            background: linear-gradient(145deg, #007bff, #0056b3) !important;
            color: #ffffff !important;
            transform: translateY(-2px) !important;
            box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3) !important;
        }
        
        .top-info li a i {
            width: 18px !important;
            height: 18px !important;
            display: inline-block !important;
            background-color: #007bff !important;
            mask-size: contain !important;
            mask-repeat: no-repeat !important;
            mask-position: center !important;
            -webkit-mask-size: contain !important;
            -webkit-mask-repeat: no-repeat !important;
            -webkit-mask-position: center !important;
            transition: all 0.3s ease !important;
        }
        
        .top-info li a:hover i {
            background-color: #ffffff !important;
            transform: rotate(360deg) scale(1.2) !important;
        }
        
        .show-hover {
            font-weight: 500 !important;
            letter-spacing: 0.3px !important;
        }
        
        /* Sosyal Medya İkonları */
        .social-media-col {
            flex: 0 0 auto !important;
            display: flex !important;
            align-items: center !important;
        }
        
        .social-icons {
            display: flex !important;
            /* gap: 12px !important; */
            align-items: center !important;
        }
        
        .social-icons > div {
            position: relative !important;
            transition: transform 0.3s ease !important;
        }
        
        .social-icons > div::before {
            content: '' !important;
            position: absolute !important;
            top: 50% !important;
            left: 50% !important;
            width: 40px !important;
            height: 40px !important;
            background: rgba(0, 123, 255, 0.1) !important;
            border-radius: 50% !important;
            transform: translate(-50%, -50%) scale(0) !important;
            transition: transform 0.3s ease !important;
            z-index: -1 !important;
        }
        
        .social-icons > div:hover::before {
            transform: translate(-50%, -50%) scale(1.3) !important;
        }
        
        .social-icons > div:hover {
            transform: translateY(-3px) rotate(5deg) !important;
        }
        
        .social-icons a {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 40px !important;
            height: 40px !important;
            /* background: #ffffff !important; */
            border-radius: 50% !important;
            /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important; */
            transition: all 0.3s ease !important;
            position: relative !important;
            overflow: hidden !important;
        }
        
        .social-icons a:hover {
            box-shadow: 0 5px 20px rgba(0, 123, 255, 0.3) !important;
            background: linear-gradient(145deg, #f0f8ff, #ffffff) !important;
        }
        
        .social-icons svg {
            width: 28px !important;
            height: 28px !important;
            transition: all 0.3s ease !important;
        }
        
        .social-icons a:hover svg {
            transform: scale(1.15) !important;
        }
        
       
        
        /* Animasyonlar */
        @keyframes slideInFromTop {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .top-bar {
            animation: slideInFromTop 0.5s ease !important;
        }
        
        .top-info li {
            animation: slideInFromTop 0.5s ease backwards !important;
        }
        
        .top-info li:nth-child(1) { animation-delay: 0.1s !important; }
        .top-info li:nth-child(2) { animation-delay: 0.2s !important; }
        .top-info li:nth-child(3) { animation-delay: 0.3s !important; }
        .top-info li:nth-child(4) { animation-delay: 0.4s !important; }
        
        .social-icons > div {
            animation: slideInFromTop 0.5s ease backwards !important;
        }
        
        .social-icons > div:nth-child(1) { animation-delay: 0.5s !important; }
        .social-icons > div:nth-child(2) { animation-delay: 0.6s !important; }
        .social-icons > div:nth-child(3) { animation-delay: 0.7s !important; }
        .social-icons > div:nth-child(4) { animation-delay: 0.8s !important; }
           .social-icons > div:nth-child(5) { animation-delay: 0.8s !important; }
        
        /* Hover Glow Efekti */
        .top-info li a {
            position: relative !important;
            isolation: isolate !important;
        }
        
        .top-info li a::after {
            content: '' !important;
            position: absolute !important;
            inset: -2px !important;
            background: linear-gradient(45deg, #007bff, #00bfff, #007bff) !important;
            border-radius: 30px !important;
            opacity: 0 !important;
            z-index: -1 !important;
            transition: opacity 0.3s ease !important;
            filter: blur(10px) !important;
        }
        
        .top-info li a:hover::after {
            opacity: 0.5 !important;
        }
        :root{
  --td-blue:#1162ae !important;
  --td-green:#1162ae !important;
  --td-dark:#1f2a44 !important;
  --td-text:#334155 !important;
  --td-border:#e6eef6 !important;
  --td-shadow:0 10px 30px rgba(17,98,174,.10) !important;
}

/* Kapsayıcı: beyaz zemin + hafif gölge + sticky */
.ttm-header-wrap,
#site-header-menu,
.site-header-menu-inner,
.ttm-stickable-header,
#ttm-stickable-header-w{
  /* background:#fff !important;
  box-shadow:0 2px 14px rgba(0,0,0,.06) !important; */
}

/* İç hizalama */
#site-header-menu .container{padding:12px 0 !important;}
.navs{display:flex !important; align-items:center !important; justify-content:space-between !important; gap:24px !important;}
.site-branding .home-link{display:flex !important; align-items:center !important; min-height:64px !important}

/* Ana menü satırı */
.menu > .dropdown{
  display:flex !important; align-items:center !important; gap:6px !important;
  margin:0 !important; padding:0 !important; list-style:none !important;
}

/* Ana menü linkleri */
.menu .dropdown > li{position:relative !important;}
.menu .dropdown > li > a{
  position:relative !important;
  display:inline-flex !important; align-items:center !important; gap:6px !important;
  font-weight:700 !important; letter-spacing:.2px !important;
  color:var(--td-dark) !important;
  text-decoration:none !important; text-transform:none !important;
  padding:16px 14px !important; border-radius:10px !important;
  transition:color .2s ease, background .2s ease !important;
}

/* Hover: ince degrade alt çizgi */
/* .menu .dropdown > li > a::after{
  content:"" !important;
  position:absolute !important; left:14px !important; right:14px !important; bottom:8px !important;
  height:2px !important; border-radius:2px !important;
  background:linear-gradient(90deg,var(--td-blue),var(--td-green)) !important;
  transform:scaleX(0) !important; transform-origin:left !important;
  transition:transform .25s ease !important;
} */
.menu .dropdown > li:hover > a,
.menu .dropdown > li.active > a{color:var(--td-blue) !important;}
.menu .dropdown > li:hover > a::after,
.menu .dropdown > li.active > a::after{transform:scaleX(1) !important;}

/* Dropdown oku */
.th-hasdropdown > a::before{
  content:"" !important;
  width:6px !important; height:6px !important; margin-left:8px !important;
  border:2px solid currentColor !important; border-top:none !important; border-left:none !important;
  transform:rotate(45deg) translateY(-1px) !important;
  transition:transform .2s ease !important;
}
.th-hasdropdown:hover > a::before{transform:rotate(-135deg) translateY(1px) !important;}

/* Açılır menüler (grid düzen, kart hissi) */
.th-menudropdown.sub-menu{
  position:absolute !important; top:100% !important; left:0 !important;
  min-width:560px !important; max-width:760px !important;
  padding:14px !important; margin-top:8px !important;
  background:#fff !important; border:1px solid var(--td-border) !important;
  border-radius:14px !important; box-shadow:var(--td-shadow) !important;
  display:grid !important; grid-template-columns:repeat(2,minmax(240px,1fr)) !important;
  gap:6px 16px !important;
  opacity:0 !important; visibility:hidden !important; transform:translateY(10px) !important;
  transition:opacity .22s ease, transform .22s ease, visibility .22s ease !important;
  z-index:1001 !important;
}
.th-hasdropdown:hover > .th-menudropdown{opacity:1 !important; visibility:visible !important; transform:translateY(0) !important;}
.th-menudropdown.sub-menu li{list-style:none !important;}
.th-menudropdown.sub-menu li a{
  display:block !important; width:100% !important;
  padding:10px 12px !important; border-radius:10px !important;
  color:var(--td-text) !important; font-weight:600 !important; line-height:1.25 !important;
  background:transparent !important; text-decoration:none !important;
  transition:background .18s ease, color .18s ease, transform .18s ease !important;
}
.th-menudropdown.sub-menu li a:hover{
  background:rgba(17,98,174,.07) !important; color:var(--td-blue) !important; transform:translateX(4px) !important;
}

/* Arama kutusu */
.ttm-header-icons .search-form{position:relative !important; display:flex !important; align-items:center !important;}
.ttm-header-icons .search-form input[type="search"]{
  width:220px !important; height:40px !important;
  padding:8px 42px 8px 14px !important; border-radius:999px !important;
  border:1px solid var(--td-border) !important; outline:none !important;
  color:var(--td-dark) !important; background:#fff !important;
  transition:box-shadow .2s ease, width .2s ease !important;
}
.ttm-header-icons .search-form input[type="search"]::placeholder{color:#90a4b8 !important;}
.ttm-header-icons .search-form input[type="search"]:focus{
  width:280px !important; box-shadow:0 0 0 4px rgba(17,98,174,.15) !important; border-color:var(--td-blue) !important;
}
.ttm-header-icons .search-form svg{
  position:absolute !important; right:14px !important; width:18px !important; height:18px !important;
  opacity:.6 !important; pointer-events:none !important;
}

/* Erişilebilirlik (klavye) */
/* .menu .dropdown > li > a:focus,
.th-menudropdown.sub-menu li a:focus{
  box-shadow:0 0 0 3px rgba(153,200,94,.35) inset !important;
  border-radius:10px !important; outline:0 !important;
} */

/* Aktif sekme */
.menu .dropdown > li.active > a{
  color:var(--td-blue) !important;
  /* background:linear-gradient(0deg, rgba(17,98,174,.06), rgba(17,98,174,0)) !important; */
}

/* Hover’da buton-pil etkisi (ana menü) */
.menu .dropdown > li:hover > a{
  background:linear-gradient(0deg, rgba(17,98,174,.06), rgba(17,98,174,0)) !important;
}

/* İnce ayarlar */
#site-navigation{flex:1 1 auto !important;}
.ttm-header-icons{margin-left:16px !important;}

/* Mobil uyarlamalar */
@media (max-width:991.98px){
  .navs{flex-wrap:wrap !important; gap:12px !important;}
  #site-navigation{order:3 !important; width:100% !important;}
  .ttm-header-icons{order:2 !important; margin-left:auto !important;}
  .menu > .dropdown{
    overflow-x:auto !important; white-space:nowrap !important; scrollbar-width:thin !important;
    padding-bottom:6px !important; border-bottom:1px solid var(--td-border) !important;
  }
  .menu .dropdown > li > a{padding:12px 10px !important; border-radius:8px !important;}
  /* Mobilde dropdown’ları tıklama ile açan mevcut JS yoksa, listeyi blok göster */
  .th-menudropdown.sub-menu{
    position:static !important; min-width:100% !important; max-width:100% !important;
    margin:8px 0 0 0 !important; transform:none !important; box-shadow:none !important; border-radius:12px !important;
    display:none !important;
  }
  .th-hasdropdown:hover > .th-menudropdown{display:block !important; opacity:1 !important; visibility:visible !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-hint{
    display: none;
  }
  .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; }
}
/* Boş alanlarda özel imleç */
html, body { cursor: url('/2025/07/mouse.png') 16 16, 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') 16 16, auto !important;
}

a, button, input, textarea, select {
    cursor: url('/2025/07/mouse.png') 16 16, auto !important;
}
/* Mobilde butonlar tam genişlik ve ortalanmış */
@media (max-width: 767px) {
  .tdbio-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important; /* Butonlar arası boşluk */
  }

  .tdbio-actions .tdbio-btn {
    display: block !important;
    width: 100% !important;
    max-width: 300px !important; /* İstersen sınırlı bir genişlik */
    text-align: center !important;
  }
}
/* Mobilde td-highlight butonlarını tam genişlik ve ortalanmış yap */
@media (max-width: 767px) {
  .td-highlight__actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important; /* Butonlar arası boşluk */
  }

  .td-highlight__actions .td-highlight__btn {
    display: block !important;
    width: 100% !important;
    max-width: 300px !important; /* İstersen sınırlı bırak */
    text-align: center !important;
  }
  .services-head h3 {
  font-size: 38px !important;
  }
}
/* === Tam ekran + yükseklik düzeltmesi === */
#menu {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483647 !important; /* tüm sabit butonların üstünde */
  height: 100dvh !important;      /* inline height:844px'i ezer */
  min-height: 100dvh !important;
  max-height: 100dvh !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  margin: 0 !important;
  padding: calc(16px + env(safe-area-inset-top)) 20px 20px 20px !important;
  background: #fff !important;
  transform: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  box-shadow: none !important;
}

/* Fazla boşlukları temizle */
#menu br { display: none !important; }
#menu hr {
  width: 100% !important;
  height: 1px !important;
  border: 0 !important;
  margin: 14px 0 !important;
  background: rgba(0,0,0,.06) !important;
}

/* Logo hizası */
#menu .logoimg{
  display:block !important;
  max-width: 190px !important;
  height: auto !important;
  margin: 4px 0 10px 0 !important;
}

/* Top seviye linkler (ANA SAYFA, HAKKIMDA...) */
#menu .menu-mobile-top-link{
  display:block !important;
  width: 100% !important;
  padding: 0px 12px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(17,98,174,.18) !important;
  background: #fff !important;
  transition: background .2s ease, transform .18s ease !important;
}
#menu .menu-mobile-top-link:hover{ background: rgba(17,98,174,.06) !important; transform: translateX(2px) !important; }
#menu .menu-mobile-top-link p{ margin:0 !important; font-weight: 700 !important; color:#0f172a !important; }

/* İletişim blokları (ikonlu üç satır) */
#menu .menu-contacts{
  display:grid !important;
  gap:10px !important;
  margin: 6px 0 10px 0 !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; color:#0f172a !important;
}

/* --- Alt menü grupları (ör. KULAK, BURUN ve Sinüsler...) --- */
#menu .th-hasdropdown{ margin-top: 10px !important; }

/* Başlık linki (KULAK, BURUN...) */
#menu .th-hasdropdown > a.menu-mobile-top-link{
  margin-bottom: 6px !important;
}

/* Tema kaynaklı sol çizgileri / pseudo içerikleri kaldır */
#menu .th-hasdropdown,
#menu .th-hasdropdown *{
  border-left: 0 !important;
  box-shadow: none !important;
}
#menu .th-hasdropdown > a.menu-mobile-top-link::before,
#menu .th-hasdropdown > a.menu-mobile-top-link p::before,
#menu .th-hasdropdown > a.menu-mobile-top-link::after{
  content:none !important;
}

/* Alt bağlantılar (madde listesi gibi hizalanır) */
#menu .th-hasdropdown > a:not(.menu-mobile-top-link){
  position: relative !important;
  display:block !important;
  padding: 10px 12px 10px 28px !important;
  margin: 0 !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  color:#0f172a !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
}
#menu .th-hasdropdown > a:not(.menu-mobile-top-link)::before{
  content:"" !important;
  position:absolute !important; left:12px !important; top:50% !important;
  width:6px !important; height:6px !important; border-radius:50% !important;
  background:#1162ae !important; opacity:.35 !important;
  transform: translateY(-50%) !important;
}
#menu .th-hasdropdown > a:not(.menu-mobile-top-link):hover{
  background: rgba(17,98,174,.06) !important;
}

/* Sosyal ikonlar satırı */
#menu .social-icons{ display:flex !important; gap:10px !important; margin-top: 12px !important; }
#menu .social-icons a{ display:inline-flex !important; }

/* Menü açıkken body kaydırmasını kilitlemek için (CSS destekli tarayıcılar) */
body:has(#menuToggle input:checked){
  overflow: hidden !important;
  touch-action: none !important;
}

/* Menü açıkken sayfadaki sabit butonlar görünmesin (genel seçiciler) */
body:has(#menuToggle input:checked) .whatsapp, 
body:has(#menuToggle input:checked) .wa-chat,
body:has(#menuToggle input:checked) .wa__btn_popup,
body:has(#menuToggle input:checked) .wa__popup_chat_box,
body:has(#menuToggle input:checked) .sticky-search,
body:has(#menuToggle input:checked) [class*="sticky"],
body:has(#menuToggle input:checked) [class*="floating"]{
  opacity:0 !important; pointer-events:none !important;
}

/* Güvenli alanlar (iPhone çentik) */
#menu { padding-top: calc(18px + env(safe-area-inset-top)) !important; padding-bottom: calc(20px + env(safe-area-inset-bottom)) !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: 3px 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;
}
.td-contact h2{
  text-align: center;
}