.logo img {
  max-height: 125px !important;
}

@media (min-width: 768px) {
  .section-header #languages .nav-link {
    color: #fff !important;
  }
}

.section-header #languages .nav-link {
  font-weight: 500 !important;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .section-header #languages span::before {
    filter: brightness(100);
  }
}

.section-header #languages .nav-link .dropdown-trigger {
  display: none !important;
}

@media (min-width: 768px) {
  .section-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    opacity: 0.9;
  }
}

@media (min-width: 991px) {
  .section-header #navigation>ul>li:hover a {
    color: #fff !important;
  }

  .footer .footer-map {
    margin-left: 120px;
    position: relative;
    bottom: 38px;
  }

  .logo img {
    margin-left: 37px;
  }
}

#slider-1 .weta-slider-tag,
#slider-2 .weta-slider-tag {
  background: linear-gradient(to right,
      rgba(255, 0, 0, 0.85),
      rgba(255, 0, 0, 0));
  padding: 20px;
  display: inline-block;
  font-weight: bold;
  font-style: italic;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 6.5%;
  bottom: 5em !important;
  width: calc(100% - 200px) !important;
  max-width: 940px;
  text-align: left;
  padding-left: 15px;
}

.swiper-pagination-bullet {
  width: 55px !important;
  background-color: #fff !important;
  height: 8px;
  opacity: 1 !important;
  margin: 0 4px 0 0 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--site-color) !important;
}

.section-header #languages li.dropdown:hover #main-menu {
  display: none !important;
}

.weta-icerik-tag .gallery-wrapper {
  font-weight: 700 !important;
}

.gallery-section-1 .img-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.gallery-section-1 .img-wrapper .weta-icerik-tag {
  color: var(--site-color) !important;
}

.gallery-section-2 .img-wrapper .galleryDescription p {
  margin-bottom: 50px;
}

.gallery-section-2 .weta-icerik-tag {
  transition: font-size 0.3s ease;
}

/* Temel görünüm için ayarlar */
.gallery-section-2 .img-wrapper {
  position: relative;
  width: 100%;
  height: 180px;
  perspective: 1000px;
  /* 3D efekti için */
}

/* Flip card iç kapsayıcı */
.gallery-section-2 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

/* Hover olduğunda döndürme efekti */
.gallery-section-2 .img-wrapper:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Ön ve arka yüz ortak stiller */
.gallery-section-2 .flip-card-front,
.gallery-section-2 .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Safari için destek */
}

/* Ön yüz (resim) */
.gallery-section-2 .flip-card-front {
  background-color: var(--site-color);
  z-index: 2;
}

/* Ön yüz noktalı arka plan */
.gallery-section-2 .flip-card-front::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: -58px;
  width: 180px;
  height: 150px;
  background-image: url(/images/noktalar.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 1;
}

/* Arka yüz (metin) stili */
.gallery-section-2 .flip-card-back {
  background-color: #333333;
  color: #fff;
  transform: rotateY(180deg);
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.gallery-section-2 .flip-card-back::before {
  content: "";
  position: absolute;
  bottom: -23px;
  right: -58px;
  width: 180px;
  height: 150px;
  background-image: url(/images/noktalar.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 1;
}

.gallery-section-2 .flip-card-back h3 {
  margin-bottom: 10px;
  font-size: 14px;
  display: none !important;
  color: #333;
  text-align: left;
  width: 100%;
}

.gallery-section-2 .flip-card-back p {
  font-size: 12px !important;
  line-height: 1.4 !important;
  text-align: left;
  color: #fff !important;
}

.gallery-section-2 .front-title {
  position: absolute;
  bottom: 30px;
  left: 8%;
  z-index: 2;
}

.gallery-section-2 .front-title h3 {
  color: #fff !important;
  font-size: 16px;
  position: relative;
  bottom: 60px;
}

.gallery-section-2 .gallery-img img {
  display: none !important;
}

@media (min-width: 768px) {
  .gallery-section-2 .custom-col {
    width: 16.66667%;
  }
}

.gallery-section-3 .img-wrapper {
  position: relative;
  padding: 10px;
}

.gallery-section-3 .img-wrapper {
  position: relative;
  padding: 10px;
}

.gallery-section-3 .gallery-img img {
  width: 80px;
  height: 80px;
  opacity: 0.2;
  margin-bottom: 15px;
}

.gallery-section .img-title {
  margin-top: 0 !important;
}

.gallery-section-3 .img-title .weta-icerik-tag {
  font-size: 32px;
  font-weight: 500 !important;
  color: #0047cc;
  text-align: center;
  margin: 10px 0;
  line-height: 1;
}

.gallery-section-3 .img-wrapper::after {
  content: "";
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 2px;
  background-color: var(--site-color);
}

.gallery-section-3 .gallery-img {
  display: flex;
  justify-content: center;
}

/* .btn.btn-color {
  display: inline-block;
  padding: 15px 25px;
  background-color: transparent;
  color: black !important;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  box-shadow: none;
}

.btn.btn-color:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #999;
  transform: translateY(-2px);
}

.btn.btn-color:active {
  transform: translateY(0);
} */

/* Alternatif modern versiyon */
.btn.btn-modern {
  display: inline-block;
  padding: 15px 33px;
  background-color: white;
  color: #333;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.btn.btn-modern:hover {
  background-color: #f9f9f9;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.btn.btn-modern:active {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

#page-detail-section-1 {
  background-image: url("/images/arka-plan.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 75px 0px;
}

.assist-section {
  background: linear-gradient(to bottom, #d92626, #000000);
  color: white;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: visible;
  height: 300px;
}

.content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.text-content {
  text-align: center;
  max-width: 600px;
  z-index: 2;
}

.heading {
  font-size: 36px;
  font-weight: bold;
  color: #fff !important;
  margin-bottom: 20px;
}

.description {
  font-size: 18px !important;
  margin-bottom: 30px !important;
  line-height: 1.5;
  color: #fff !important;
}

.contact-btn {
  background-color: white;
  color: #555;
  border: none;
  padding: 12px 40px;
  font-size: 18px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}

.image-container {
  position: absolute;
  right: 0;
  top: -136px;
  z-index: 1;
}

.agent-image {
  height: 385px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
  }

  .text-content {
    margin-bottom: 30px;
  }

  .image-container {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 30px;
  }

  .agent-image {
    height: 280px;
  }

  .assist-section {
    height: auto;        
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
}

.footer .footer-pages li {
  padding: 6px 0px;
}

.footer * {
  font-weight: 700 !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1700px;
  }
}

#html-section-1 {
  margin-top: 50px;
}

.section-header #navigation>ul>li:hover .dropdown-menu a {
  color: #333 !important;
}

@media(min-width:1000px) {
  .section-header .dropdown-menu {
    min-width: 250px;
  }
  .pageSliderContent iframe{
    transform: scale(1.3);
  }
}

#gallery-detail-section-6 .gallery-img {
  border: 1px solid #d9d9d9;
}

.swiper-scrollbar {
  display: none;
}

.body-content {
  padding-top: 130px;
}

#page-1 .body-content,
#page-18 .body-content {
  padding-top: 30px;
}

.section-header #navigation>ul>li.active a {
  color: #fff !important;
  font-weight: 700 !important;
}

.section-header #navigation>ul>li a::after {
  background-color: #fff !important;
}

.section-header #navigation>ul>li.active a::after {
  width: 100%;
}

.productTab-Bar .nav-link {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0px !important;
  color: #d6363c;
  position: relative;
  transition: all .4s;
  font-size: 14px !important;
  font-weight: 600 !important;
  min-width: 150px;
  height: 45px;
  border-radius: 20px !important;
  padding: 0px 10px;
}

.productTab-Bar .nav-link.active {
  background-color: #d6363c !important;
  color: #fff !important;
}

.productTab-Bar .nav-tabs {
  border: none !important;
  box-shadow: none !important;
}

.productTab-Bar .productContent,
.productTab-Bar .pds-content {
  padding: 25px;
  background-color: #f5f5f5;
  margin-top: 25px;
}

.pds-content ul,
.productContent ul {
  padding-left: 20px;
  background-color: transparent !important;
}

.pds-content ul li,
.productContent ul li {
  position: relative;
}

.pds-content ul li::before,
.productContent ul li::before {
  content: '\f058';
  font-family: 'FontAwesome';
  margin-right: 10px;
  position: absolute;
  left: -20px;
  color: #d6363c;
}

.product-content-wrapper,
#gallery-detail-section-7 .gallery-info,
#gallery-detail-section-8 .gallery-info,
#gallery-detail-section-9 .gallery-info {
  padding: 20px 15px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

#product-list .col-md-3 .product-wrapper .product-title {
  padding-top: 0px;
  text-align: center;
}

.product-content-wrapper .learn-more {
  text-align: center;
}

.product-content-wrapper .learn-more .btn {
  min-width: 130px;
  font-size: 14px !important;
  border-radius: 50px !important;
}

#product-list .product-wrapper,
#gallery-detail-section-7 .img-wrapper,
#gallery-detail-section-8 .img-wrapper,
#gallery-detail-section-9 .img-wrapper {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  transition: all .4s;
}

.productList .product-section-wrapper {
  margin-top: 15px;
}

#product-list .product-wrapper .product-image {
  transition: all .4s;
}

#product-list .product-wrapper:hover,
#gallery-detail-section-7 .img-wrapper:hover,
#gallery-detail-section-8 .img-wrapper:hover,
#gallery-detail-section-9 .img-wrapper:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#product-list .product-wrapper:hover .product-image,
#gallery-detail-section-7 .img-wrapper:hover .gallery-img,
#gallery-detail-section-8 .img-wrapper:hover .gallery-img,
#gallery-detail-section-9 .img-wrapper:hover .gallery-img {
  transform: scale(1.03);
}

.product-thumbs .productImage {
  height: 90px;
}

.productDetail .productSwiper {
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.productDetail .product-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: none !important;
  opacity: 1;
}

.productDetail .product-thumbs {
  border: 1px solid #f5f5f5;
  margin-top: 30px;
}

.productDetail .product-thumbs .swiper-slide {
  border: none !important;
  opacity: 0.45;
}

#gallery-detail-section-7 .img-title .weta-icerik-tag,
#gallery-detail-section-8 .img-title .weta-icerik-tag,
#gallery-detail-section-9 .img-title .weta-icerik-tag {
  text-align: center;
  font-size: 20px !important;
  margin-bottom: 0;
}

#gallery-detail-section-7 .gallery-info,
#gallery-detail-section-8 .gallery-info,
#gallery-detail-section-9 .gallery-info {
  min-height: 88px;
}

#secenek-4,
#secenek-8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#secenek-4 .content,
#secenek-8 .content {
  width: 49%;
  margin-bottom: 15px;
}

#secenek-4 .content iframe,
#secenek-8 .content iframe {
  width: 100%;
  height: 240px;
}

#humanForm-2 .row {
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}

#humanForm-2 .rexa-content {
  width: 75%;
  margin-bottom: 50px;
}

#humanForm-2 .form {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0;
}

#humanForm-2 .form .weta-icerik-tag {
  background-color: var(--site-color);
  padding: 20px 15px;
  text-align: center;
  color: #fff !important;
  margin: 0px;
}

#humanForm-2 .form form {
  padding: 20px 15px;
}

#humanForm-2 .form .row {
  flex-direction: unset;
  align-items: unset;
  justify-content: unset;
}

#humanForm-2 .form #email {
  width: 50%;
}

#urunGereksinim,
#sanayiEndustri {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#urunGereksinim .form-check,
#sanayiEndustri .form-check {
  width: 50%;
}

#urunGereksinim .custom-label,
#sanayiEndustri .custom-label {
  width: 100%;
}

#besleyiciYonu,
#besleyiciYonu::placeholder,
#beslemeKapasitesi,
#beslemeKapasitesi::placeholder {
  font-size: 13px !important;
}

#submitButton {
  min-width: 170px;
  text-transform: uppercase;
  border-radius: 0px;
}

@media(max-width:768px){
    #page-1 .body-content, 
    #page-18 .body-content{
        padding-top: 0px !important;
    }
    .section-header .col-lg-2:nth-child(3){
        display: none !important;
    }
    .section-header .col-lg-8{
        width: 80% !important;
    }
    .menu-click span{
        background-color: #fff;
    }
    .section-header #navigation > ul > li a{
        color: #333 !important;
    }
    .section-header #navigation > ul li{
        padding: 10px 0px !important;
    }
    .section-header .dropdown-menu li {
        max-height: 30px;
        line-height: 30px;
    }
    .section-header #navigation > ul > li.dropdown > .dropdown-trigger{
        height: 30px !important;
        line-height: 30px !important;
    }
    .section-header #languages .dropdown-trigger,
    #languageForm span.fa-solid.fa-globe{
        color: #333 !important;
    }
    .pageSliderContent .swiper-slide .slider-contents{
        width: 100% !important;
    }
    #slider-1 .weta-slider-tag, #slider-2 .weta-slider-tag{
        width: 100%;
        font-size: 30px !important;
    }
    .gallery-section-3 .img-wrapper::after{
        bottom: 80px;
    }
    .gallery-section-3 .gallery-img img{
        height: 60px;
        width: 60px;
    }
    .gallery-section-3 .img-title .weta-icerik-tag{
        font-size: 22px !important;
    }
    #html-section-1{
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
    .footer .footer-info-list, .footer-description{
        margin-top: 5px;
    }
    .footer #footer-col{
        margin-bottom: 20px;
    }
    #navigation::before{
        content: '';
        position: absolute;
        top: 0;
        height: 75px;
        left: 0;
        right: 0;
        bottom: auto;
        width: 100%;
        background-color: var(--site-color) !important;
    }
    .menu-click.open span:nth-child(1),
    .menu-click.open span:nth-child(2),
    .menu-click.open span:nth-child(3){
        background: #fff !important;
    }
    .section-header #navigation>ul>li.active a,
    .section-header #navigation>ul>li.active .dropdown-trigger{
        color: #333 !important;
    }
    #humanForm-2 .rexa-content{
        width: 100% !important;
    }
    .body-content{
        padding-top: 0px;
    }
    #gallery-detail-section-1 .custom-col,
    #gallery-detail-section-7 .custom-col,
    #gallery-detail-section-8 .custom-col,
    #gallery-detail-section-9 .custom-col,
    #gallery-detail-section-10 .custom-col,
    #gallery-detail-section-11 .custom-col,
    #gallery-detail-section-12 .custom-col{
        width: 100% !important;
    }

    #gallery-detail-section-1 .custom-col .gallery-img,
    #gallery-detail-section-7 .custom-col .gallery-img,
    #gallery-detail-section-8 .custom-col .gallery-img,
    #gallery-detail-section-9 .custom-col .gallery-img,
    #gallery-detail-section-10 .custom-col .gallery-img,
    #gallery-detail-section-11 .custom-col .gallery-img,
    #gallery-detail-section-12 .custom-col .gallery-img{
        margin-bottom: 10px;
    }
    .productTab-Bar .nav-tabs li{
        width: 49%;
        margin-bottom: 10px;
    }
    .productTab-Bar .nav-tabs li button{
        margin: 0px !important;
        min-width: auto !important;
        width: 100% !important;
        font-size: 13px !important;
        border: 1px solid var(--site-color) !important;
    }
    .productTab-Bar .nav-tabs{
        justify-content: space-around;
    }
    #secenek-4 .content,
    #secenek-8 .content{
        width: 100% !important;
    }
}
.address-title{display: none;}