@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;
}
.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: 50x;
  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;
  text-align: center;
}

.contents {
  padding: 30px;
    background: linear-gradient(180deg, #0c5da0, #3fbb6c);
  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 {
  gap: 45px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
  margin-right: 35px !important;
}

.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;
    margin-bottom: 100px;
  }

  .site-branding img {
    top: 0 !important;
  }

  .top-bar .contact-col i {
    top: 0px !important;
  }

  .page-title-heading h1 {
    text-align: center;
    color: #3fbb6c;;
  }

  .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: 70px;
  height: 70px;
  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: 15px;
  right: 10px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float2 i {
  font-size: 40px;
  width: 30px;
  height: 35px;
  background: white;
}

.widget-area {
  position: relative;
  display: flex;
  justify-content: center;
}

.footer .widget .widget-title {
  margin-bottom: 17px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: #035963;
  text-align: center;
}

.widget .widget-title {
  font-size: 23px;
  line-height: 28px;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .widget ul>li {
  padding: 0 0 12px 0;
  display: inline-flex;
}

.widget ul>li {
  position: relative;
}

.footer .social-icons li>a,
footer ul li>a,
.ttm-topbar-content a,
.ttm-textcolor-white a {
  color: rgb(0, 0, 0);
}

.footer .bottom-footer-text {
  position: relative;
  background-color: #1a1a3b;
}
.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;
  color: #8BC63E;
}

.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: #000 !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(180deg, #0c5da0, var(--serene-blue));

  margin-top: -5px;
  min-height: 300px;
}

@media (max-width:768px) {
  .news-detail {
    margin-bottom: 25px !important;
    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: flex !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;
  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 20px;
}



.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-color: #000;
  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: 40px;
    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: 16px;
  }

  .copyright p {
    text-align: center;
  }

  #menu .th-hasdropdown a:first-child {
    font-weight: bold;
    text-transform: uppercase;
  }

  #menu .logoimg {
    height: 75px;
  }

  #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 {
  min-height: 60px;
  text-align: center;
  color: #fff;
}

.dinc-articles-slider .slide p {
  text-align: center;
  color: #fff;
  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 {
  width: 100%;
  height: auto;
  transition: padding 0.3s cubic-bezier(0.33, -0.01, 0.13, 0.96);
  min-height: 280px;
  object-fit: cover;
}

.dinc-articles-slider .news-image  {
  background-color: #fff;
  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: center;
  }

  .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 10px;
  }

  .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;
}


   :root{
    --serene-blue:  #1162ae;
    --serene-green: #99c85e;
  }

  .serene-btn{
    --grad-start: var(--serene-blue);
    --grad-end:   var(--serene-green);

    display: inline-flex;
    align-items: center;
    justify-content: center;   /* metni ortala */
    gap: .6rem;
    width: 100%;               /* eşit genişlik */
    padding: .9rem 2.4rem;
    border: none;
    border-radius: 12px;
    /* background: linear-gradient(135deg, var(--grad-start) 0%, var(--grad-end) 100%); */
    background: var(--serene-blue);
    color: #fff;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: .4px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 6px 14px rgba(0,0,0,.08);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .serene-btn:hover,
  .serene-btn:focus-visible{
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,.12);
  }
  .serene-btn:active{
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(0,0,0,.09);
  }
  .serene-btn:focus-visible{
    outline: 3px solid rgba(255,255,255,.65);
    outline-offset: 3px;
  }

  /* Ok ikon kaydırma animasyonu */
  .serene-btn__icon-wrap{
    position: relative;
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
  }
  .serene-btn__icon{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transition: transform .35s cubic-bezier(.45,.05,.55,.95);
  }
 
  .serene-btn:hover .serene-btn__icon{        transform: translate(40%,0); }
/* ===== Hakkımda Revamp overrides ===== */
.about--revamp{background:#fff!important;padding:80px 0!important;}
.about--revamp .services-head h3{font-size:2.4rem!important;font-weight:700!important;color:#0d3044!important;margin-bottom:2.5rem!important;}

.about__content-wrap{row-gap:2.5rem!important;}

.about__image{position:relative!important;overflow:hidden!important;border-radius:12px!important;box-shadow:0 10px 24px rgba(0,0,0,.08)!important;}
.about__image::before{display:none!important;}      /* eski çapraz maskeyi kapatır  */
.about__image img{width:100%!important;height:470px!important;object-fit:cover!important;transform:scale(1.05)!important;transition:transform .5s ease!important;    object-position: top;}
.about__image:hover img{transform:scale(1.1)!important;}

.about__text{
  /* background:#ffffff!important; */
  border-radius:16px!important;
  /* box-shadow:0 12px 32px rgba(0,0,0,.06)!important; */
  padding:40px 50px!important;}
.about__text .ab-summary p{font-size:1.05rem!important;line-height:1.8!important;color:#4f4f4f!important;margin-bottom:1.25rem!important;}
.about__text .ab-summary ul{padding-left:1.2rem!important;margin-bottom:1.25rem!important;}
.about__text .ab-summary li{margin-bottom:.4rem!important;}

@media(max-width:992px){
  .about--revamp{padding:40px 0!important;}
  .about__image{margin-bottom:1.5rem!important;}
  .about__text{padding:30px 25px!important;}
  .about--revamp .services-head h3{font-size:1.8rem!important;}
}
.cta-readmore-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  font-size: 1rem !important;
  color: #fafafa !important;
  text-transform: uppercase !important;
  padding: 5px 30px !important;
  border-radius: 10px !important;
  border: 2px solid #fafafa !important;
  background: none !important;
  box-shadow: 3px 3px #fafafa !important;
  cursor: pointer !important;
  margin: 35px 0 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.cta-readmore-btn:active {
  box-shadow: none !important;
  transform: translate(3px, 3px) !important;
}

.cta-readmore-btn svg {
  stroke: #fafafa !important;
  stroke-width: 2 !important;
  fill: none !important;
}
.slider .slide {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  height: 100% !important;
  min-height: 530px !important; /* İhtiyaca göre ayarlayabilirsin */
  background-color: #0a0827 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.news-image {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.news-image img {
  height: 240px !important;
  width: 100% !important;
  object-fit: cover !important;
  transition: none !important;
  object-position: right;
}

.news-detail {
  flex: 1 1 auto !important;
  padding: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}
.meral-title {
  text-align: center !important;
  font-size: 3.2rem !important;
  color: #1162ae !important; /* logodaki mavi ton */
  font-weight: 600 !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  position: relative !important;
  display: inline-block !important;
  padding-bottom: 8px !important;
}

.meral-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #99c85e; /* logodaki yeşil ton */
  border-radius: 2px;
}
#meral-row{
  justify-content: center;
  margin-top: 50px;
}
.info-sec {
    padding: 60px 0 !important;

}

.bilgilercontent {
    background: #ffffff !important;
    padding: 30px 20px !important;
    margin-bottom: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 6px 15px rgba(0, 102, 179, 0.05) !important; /* mavi gölge uyumu */
    transition: all 0.35s ease-in-out !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    border: 1px solid #d6e9f8 !important; /* açık mavi kenarlık */
}

.bilgilercontent:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 25px rgba(0, 102, 179, 0.15) !important; /* hover'da yoğun mavi gölge */
    border-color: #0066b3 !important; /* logo mavi rengi */
}

.bilgilercontent a {
    text-decoration: none !important;
    color: inherit !important;
    display: block !important;
}

.infos-title {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    color: #0066b3 !important; /* logo mavi tonu */
    position: relative !important;
    padding-bottom: 10px !important;
}

.content:hover .infos-title::after {
    width: 50px !important;
}
/* ===  LOGO RENKLERİYLE UYUMLU FOOTER REVAMP  ======================= */
:root{
    --logo-blue:#1162ae;
    --logo-green:#99c85e;
}

/* 1) ÜST FOOTER (menü-kolonlar) ------------------------------------ */
.second-footer{
    background:#ffffff !important;
    border-top:4px solid var(--logo-blue) !important;
    padding:60px 0 !important;
}

/* Kolon ayırıcı çizgiler */
.second-footer .widget-area:not(:first-child)::before{
    content:'' !important;
    position:absolute !important;
    left:0 !important; top:10% !important;
    width:1px !important; height:80% !important;
    background:#e0ebf4 !important;         /* hafif mavi ayırıcı */
}

/* Başlıklar */
.second-footer .site-owner,
.second-footer .widget-title{
    color:var(--logo-blue) !important;
    font-weight:700 !important;
    font-size:1.25rem !important;
    margin-bottom:20px !important;
    letter-spacing:.4px !important;
}

/* Linkler */
.second-footer .widget ul>li>a{
    color:#4d4d4d !important;
    transition:color .3s ease !important;
}
.second-footer .widget ul>li>a:hover{
    color:var(--logo-green) !important;
}

/* 2) SOSYAL MEDYA & İLETİŞİM İKONLARI ------------------------------ */
.footer-contact-boxes i,
.fbody .fa-instagram{                    /* mevcut instagram override */
    background:var(--logo-blue) !important;
}
.footer-contact-box .inner a:hover i{
    background:var(--logo-green) !important;
}

/* 3) ALT FOOTER (copyright bandı) ---------------------------------- */
.bottom-footer-text{
    background:var(--logo-blue) !important;       /* koyu lacivert */
    border-top:4px solid var(--logo-green) !important;
}
.bottom-footer-text p,
.bottom-footer-text a{
    color:#ffffff !important;
}

/* 4) Sticky/utility butonları -------------------------------------- */
#totop.top-visible{
    background:var(--logo-green) !important;
}
.float, .float2{                         /* WhatsApp balonları */
    background:#25d366 !important;
}
.float:hover{
    background:#ffffff !important;
    color:var(--logo-green) !important;
}

/* 5) Hover efektleri – tek satır çözüm ------------------------------ */
.footer .widget-area a:hover,
.footer .social-icons li>a:hover{
    color:var(--logo-green) !important;
}
/* ================================================================ */
/* Genel bölüm boşlukları */
.ms-section-padding {
    padding: 60px 0 !important;
    /* background: #f5faff !important; */
}

/* Konteyner */
.ms-container {
    max-width: 1140px !important;
    margin: 0 auto !important;
}

/* İletişim listesi */
.ms-contact-list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 25px !important;
    margin-bottom: 40px !important;
    list-style: none !important;
    padding: 0 !important;
}

.ms-contact-item {
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow:-5px 6px 18px 7px rgba(0, 0, 0, 0.15) !important;
    padding: 20px 25px !important;
    display: flex !important;
    align-items: center !important;
    min-width: 260px !important;
    transition: transform .3s ease, box-shadow .3s ease !important;
}

.ms-contact-item:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 24px rgba(0,0,0,0.08) !important;
}

/* İkon */
.ms-icon {
    height: 42px !important;
    width: 42px !important;
    border-radius: 50% !important;
    background: linear-gradient(45deg, #1162ae, #99c85e) !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    margin-right: 14px !important;
    min-width: 42px !important;
    flex-shrink: 0 !important; 
}

/* Etiket & Değer */
.ms-label {
    font-weight: 600 !important;
    color: #1162ae !important;
    margin-right: 6px !important;
}

.ms-value {
    color: #333 !important;
    text-decoration: none !important;
    word-break: break-word !important;
}

.ms-value:hover {
    color: #99c85e !important;
}

/* Kart */
.ms-card {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 35px 30px !important;
    box-shadow: 0 8px 26px rgba(17,98,174,0.12) !important;
}

.ms-card-title {
    font-size: 1.75rem !important;
    color: #1162ae !important;
    margin-bottom: 10px !important;
}

.ms-card-text {
    color: #555 !important;
    margin-bottom: 25px !important;
}

/* Google Maps */
.ms-map-wrapper {
    position: relative !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 26px rgba(0,0,0,0.07) !important;
    height: 100% !important;
}

.ms-map-title {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    background: rgba(17,98,174,0.9) !important;
    color: #fff !important;
    padding: 4px 10px !important;
    border-radius: 6px !important;
    font-size: 0.85rem !important;
    z-index: 2 !important;
}

.ms-map-iframe {
    width: 100% !important;
    height: 400px !important;
    border: 0 !important;
}

/* Zengin içerik alanı */
.ms-rich-content {
    margin-top: 60px !important;
}

/* Küçük ekranlar */
@media(max-width: 575.98px) {
    .ms-contact-item {
        min-width: 100% !important;
    }
    .ms-map-iframe {
        height: 300px !important;
    }
}
/* ---------- Gönder butonu ---------- */
.ms-card input[type="submit"],
.ms-card button[type="submit"],
.ms-btn-submit {
    background: #1162ae;
    border: none !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 12px 36px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: transform .25s ease, box-shadow .25s ease !important;
        width: 94%;
        text-align: center;
}

.ms-card input[type="submit"]:hover,
.ms-card button[type="submit"]:hover,
.ms-btn-submit:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(17,98,174,.35) !important;
}

/* ---------- İkon görünürlüğü ---------- */
.ms-icon i, .ms-icon svg {
    font-size: 20px !important;
    line-height: 1 !important;
    color: #fff !important;
}

/* ---------- Harita yüksekliği ---------- */
.row.g-4 > .col-lg-6 {                     /* iki kartın yükseklik eşitlemesi */
    display: flex !important;
    flex-direction: column !important;
}

.ms-map-wrapper {
    flex: 1 1 auto !important;             /* harita kartı, satır yüksekliğini doldursun */
    min-height: 400px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 26px rgba(0,0,0,.07) !important;
}

.ms-map-iframe {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    border: 0 !important;
}

@media (min-width:1201px) {
#arya{
  width: 17% !important;
}

}
.form-group{
  text-align: center;
}
@media (max-width:750px){
  #iletisimeGec{
  display: none;
}
}.slider-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:10;
  touch-action:manipulation;
  border:1px solid var(--ua-pink) !important;
  background:var(--ua-pink) !important;
  color:#fff;
  width:45px;height:45px;
  border-radius:50%;
  font-size:32px;
  line-height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:opacity .3s;
}
.slider-btn:hover{opacity:.85}
.slider-btn.prev{left:5px;}
.slider-btn.next{right:5px;}
/* ============================== */
/* TOP BAR YENİ TASARIM – .top-bar içindekiler */
/* Renkler: #1162ae (mavi), #99c85e (yeşil) */
/* ============================== */

.top-bar {
  background-color: #ffffff !important;
  border-bottom: 3px solid #1162ae !important;
  padding: 10px 0 !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05) !important;
}

/* Logo */
.site-branding img {
  max-height: 68px !important;
  transition: transform 0.3s ease !important;
}
.site-branding:hover img {
  transform: scale(1.06) !important;
}

/* İletişim Bilgileri */
.contact-col {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}
.contact-col li {
  list-style: none !important;
  padding: 0 12px !important;
  border-left: 1px solid #e3e9f0 !important;
}
.contact-col li:first-child {
  border-left: none !important;
}
.contact-col li a {
  color: #1162ae !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  text-decoration: none !important;
  transition: color 0.3s ease, transform 0.3s ease !important;
}
.contact-col li a:hover {
  color: #99c85e !important;
  transform: translateY(-2px) !important;
}

/* İkonlar */
.contact-col li i {
  background-color: #1162ae !important;
  color: white !important;
  width: 26px !important;
  height: 26px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  /* border-radius: 50% !important; */
  font-size: 14px !important;
  transition: background-color 0.3s ease !important;
}
.contact-col li a:hover i {
  background-color: #99c85e !important;
}

/* Sosyal Medya İkonları */

.social-icons li {
  list-style: none !important;
}
.social-icons li a i {
  width: 28px !important;
  height: 28px !important;
  background-color: #1162ae !important;
  color: #fff !important;
  /* border-radius: 50% !important; */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
  transition: background-color 0.3s ease, transform 0.4s ease !important;
}
.social-icons li a:hover i {
  background-color: #99c85e !important;
  transform: rotate(360deg) !important;
}
/* ======== NAV BAR (üst düzey öğeler) ========= */
:root{
  --hdr-blue:#1162ae;   /* marka mavisi  */
  --hdr-green:#99c85e;  /* marka yeşili  */
}

/* üst menü bağlantıları */
#site-header-menu #site-navigation .menu>ul>li>a{
  position:relative!important;
  padding:0 18px!important;
  font-weight:600!important;
  color:#0d3044!important;
  transition:color .25s ease!important;
}

/* renk – hover & aktif (isterseniz “.current-menu-item” ekleyin) */
#site-header-menu #site-navigation .menu>ul>li:hover>a,
#site-header-menu #site-navigation .menu>ul>li>a:focus{
  color:var(--hdr-blue)!important;
}

/* animasyonlu alt‑çizgi */
#site-header-menu #site-navigation .menu>ul>li>a::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  bottom:-6px!important;
  width:calc(100% - 12px)!important;
  height:3px!important;
  background:linear-gradient(90deg,var(--hdr-blue),var(--hdr-green))!important;
  border-radius:2px!important;
  transform:translateX(-50%) scaleX(0)!important;
  transform-origin:center!important;
  transition:transform .35s ease!important;
}
#site-header-menu #site-navigation .menu>ul>li:hover>a::after{
  transform:translateX(-50%) scaleX(1)!important;
}

/* ======== DROPDOWN ========= */
#site-header-menu #site-navigation .menu ul li ul{
  background:#0a0827fa!important;
  border-radius:12px!important;
  margin-top:15px!important;
  box-shadow:0 10px 28px rgba(0,0,0,.28)!important;
  padding:8px 0!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(-12px) scale(.97)!important;
  transform-origin:top center!important;
  transition:all .28s cubic-bezier(.4,.2,.1,1)!important;
}
#site-header-menu #site-navigation .menu>ul>li:hover>ul{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0) scale(1)!important;
}

/* tek tek alt öğeler */
#site-header-menu #site-navigation .menu ul li ul>li>a{
  position:relative!important;
  display:block!important;
  padding:12px 26px!important;
  font-size:15px!important;
  color:#f1f1f1!important;
  white-space:nowrap!important;
  transition:background .25s ease,padding-left .3s ease!important;
}
#site-header-menu #site-navigation .menu ul li ul>li:hover>a{
  background:var(--hdr-blue)!important;
  padding-left:34px!important;
}

/* sol renk şeridi */
#site-header-menu #site-navigation .menu ul li ul>li:hover>a::before{
  content:""!important;
  position:absolute!important;
  left:0!important;top:0!important;
  width:4px!important;height:100%!important;
  background:var(--hdr-green)!important;
  border-top-left-radius:12px!important;
  border-bottom-left-radius:12px!important;
}

/* ======== DİL BAYRAKLARI ========= */
.desktop-language .like-li img{
  border-radius:50%!important;
  box-shadow:0 0 0 2px transparent!important;
  /* transition:transform .25s,box-shadow .25s!important; */
}
.desktop-language .like-li:hover img{
  /* transform:translateY(-3px) scale(1.08)!important; */
  box-shadow:0 6px 14px rgba(0,0,0,.18)!important;
}

/* ======== ARAMA İKONU ========= */
.ttm-header-icon .search-form svg{
  transition:transform .3s ease!important;
}
.ttm-header-icon:hover .search-form svg{
  transform:rotate(15deg) scale(1.12)!important;
}
/* ======== NAV BAR (üst düzey öğeler) ========= */
:root{
  --hdr-blue:#1162ae;   /* marka mavisi  */
  --hdr-green:#99c85e;  /* marka yeşili  */
}

/* üst menü bağlantıları */
#site-header-menu #site-navigation .menu>ul>li>a{
  position:relative!important;
  padding:0 18px!important;
  font-weight:600!important;
  color:#0d3044!important;
  transition:color .25s ease!important;
}

/* renk – hover & aktif (isterseniz “.current-menu-item” ekleyin) */
#site-header-menu #site-navigation .menu>ul>li:hover>a,
#site-header-menu #site-navigation .menu>ul>li>a:focus{
  color:var(--hdr-blue)!important;
}

/* animasyonlu alt‑çizgi */
#site-header-menu #site-navigation .menu>ul>li>a::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  bottom:-6px!important;
  width:calc(100% - 40px)!important;
  height:3px!important;
  background:linear-gradient(90deg,var(--hdr-blue),var(--hdr-green))!important;
  border-radius:2px!important;
  transform:translateX(-50%) scaleX(0)!important;
  transform-origin:center!important;
  transition:transform .35s ease!important;
}
#site-header-menu #site-navigation .menu>ul>li:hover>a::after{
  transform:translateX(-50%) scaleX(1)!important;
}

/* ======== DROPDOWN ========= */
#site-header-menu #site-navigation .menu ul li ul{
  background:#0a0827fa!important;
  border-radius:12px!important;
  margin-top:15px!important;
  box-shadow:0 10px 28px rgba(0,0,0,.28)!important;
  padding:8px 0!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(-12px) scale(.97)!important;
  transform-origin:top center!important;
  transition:all .28s cubic-bezier(.4,.2,.1,1)!important;
}
#site-header-menu #site-navigation .menu>ul>li:hover>ul{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0) scale(1)!important;
}

/* tek tek alt öğeler */
#site-header-menu #site-navigation .menu ul li ul>li>a{
  position:relative!important;
  display:block!important;
  padding:12px 26px!important;
  font-size:15px!important;
  color:#f1f1f1!important;
  white-space:nowrap!important;
  transition:background .25s ease,padding-left .3s ease!important;
}
#site-header-menu #site-navigation .menu ul li ul>li:hover>a{
  background:var(--hdr-blue)!important;
  padding-left:34px!important;
}

/* sol renk şeridi */
#site-header-menu #site-navigation .menu ul li ul>li:hover>a::before{
  content:""!important;
  position:absolute!important;
  left:0!important;top:0!important;
  width:4px!important;height:100%!important;
  background:var(--hdr-green)!important;
  border-top-left-radius:12px!important;
  border-bottom-left-radius:12px!important;
}

/* ======== DİL BAYRAKLARI ========= */
.desktop-language .like-li img{
  border-radius:50%!important;
  box-shadow:0 0 0 2px transparent!important;
  transition:transform .25s,box-shadow .25s!important;
}
.desktop-language .like-li:hover img{
  /* transform:translateY(-3px) scale(1.08)!important; */
  /* box-shadow:0 6px 14px rgba(0,0,0,.18)!important; */
}

/* ======== ARAMA İKONU ========= */
.ttm-header-icon .search-form svg{
  transition:transform .3s ease!important;
}
.ttm-header-icon:hover .search-form svg{
  transform:rotate(15deg) scale(1.12)!important;
}
#sliderButon{
  margin-top: 10px;
  width: 35%;
}
@media (max-width:1400px) {
  #sliderButon {
  
  
    width: 35%;
  }
  .swiper-horizontal>.swiper-pagination-bullets {
    left: 200px !important; 
  }
}
.languagepicker{
  display: none !important;
}
#menu .lang-selectors{
  display: none !important;
}.footer-working-hours {
    margin-top: 20px;
    padding: 15px 20px;
    /* background-color: #f7f7f7;
    border-left: 4px solid #1162ae; */
    border-radius: 6px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
    /* max-width: 280px; */
    text-align: center;
}

.footer-working-hours strong {
    display: block;
    color: #1162ae;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
}

/* Meral Sözen - İletişim Formu (logo uyumlu) */
#iletisim-formu-form{ 
  --ms-blue:#1162ae; --ms-blue-dark:#0c4d8b; --ms-green:#99c85e;
  background:#fff !important;
  border:2px solid rgba(17,98,174,.15) !important;
  border-radius:18px !important;
  padding:24px !important;
  box-shadow:0 12px 30px rgba(17,98,174,.08) !important;
  max-width:760px !important;
  margin:0 auto !important;
}

/* Gruplar */
#iletisim-formu-form .form-group{
  margin-bottom:16px !important;
}

/* Etiketler */
#iletisim-formu-form label{
  display:block !important;
  font-weight:700 !important;
  color:var(--ms-blue) !important;
  margin-bottom:8px !important;
}

/* Alanlar – input, select, textarea */
#iletisim-formu-form .form-control{
  background:#f9fcff !important;
  border:1.5px solid rgba(17,98,174,.35) !important;
  color:#0c4d8b !important;
  caret-color:var(--ms-blue) !important;
  border-radius:12px !important;
  padding:12px 14px !important;
  min-height:46px !important;
  font-size:15px !important;
  line-height:1.4 !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.6) !important;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease !important;
  -webkit-appearance:none !important;
     -moz-appearance:none !important;
          appearance:none !important;
}

/* Placeholder rengi */
#iletisim-formu-form .form-control::placeholder{
  color:#7aa2c7 !important;
}

/* Odak (focus) */
#iletisim-formu-form .form-control:focus{
  outline:0 !important;
  border-color:var(--ms-green) !important;
  background:#ffffff !important;
  box-shadow:0 0 0 3px rgba(153,200,94,.25) !important;
}

/* Geçersiz alan (HTML5 required/minlength) */
#iletisim-formu-form .form-control:invalid{
  border-color:#f0b1b1 !important;
  box-shadow:0 0 0 2px rgba(240,177,177,.25) !important;
}

/* Select ok işareti (modern tarayıcılar) */
#iletisim-formu-form select.form-control{
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ms-blue) 50%),
    linear-gradient(135deg, var(--ms-blue) 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent) !important;
  background-position:
    calc(100% - 22px) calc(50% - 5px),
    calc(100% - 16px) calc(50% - 5px),
    calc(100% - 2.2rem) 0 !important;
  background-size:6px 6px, 6px 6px, 1px 100% !important;
  background-repeat:no-repeat !important;
  padding-right:2.6rem !important;
}

/* Telefon inputu (monospace daha hizalı görünür) */
#iletisim-formu-form input[type="tel"]{
  font-variant-numeric:tabular-nums !important;
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
}

/* Buton */
#iletisim-formu-form .btn,
#iletisim-formu-form .btn-success{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:48px !important;
  border-radius:12px !important;
  border:0 !important;
  font-weight:800 !important;
  letter-spacing:.2px !important;
  color:#fff !important;
  background:linear-gradient(90deg, var(--ms-blue), var(--ms-blue-dark)) !important;
  box-shadow:0 8px 18px rgba(17,98,174,.25), inset 0 -2px 0 rgba(0,0,0,.05) !important;
  text-transform:none !important;
  transition:transform .12s ease, box-shadow .2s ease, filter .2s ease !important;
}

/* Buton hover/focus */
#iletisim-formu-form .btn:hover,
#iletisim-formu-form .btn:focus{
  filter:saturate(1.05) brightness(1.02) !important;
  box-shadow:0 10px 22px rgba(17,98,174,.30) !important;
}

/* Buton active */
#iletisim-formu-form .btn:active{
  transform:translateY(1px) !important;
}

/* Yeşil vurgu (ikon/kenar) – alt çizgi */
#iletisim-formu-form{
  background-image:linear-gradient(to right, rgba(153,200,94,.25), rgba(153,200,94,0)) !important;
  background-origin:border-box !important;
  background-clip:padding-box, border-box !important;
}

/* Küçük ekran ayarları */
@media (max-width: 480px){
  #iletisim-formu-form{ padding:18px !important; border-radius:14px !important; }
  #iletisim-formu-form .btn{ height:46px !important; }
}

