/* Gülsoy Bobinaj — tema uyarlama */
.main-header .logo-box img,
.sticky-header .logo-box img,
.footer-logo img,
.mobile-menu .nav-logo img,
.search-popup .logo-box img {
  max-height: 64px;
  width: auto;
}
.header-top .links-list li a { font-size: 13px; }

/* Tam sayfa (viewport) slider — ekranın geri kalanını %100 doldurur */
.banner-section {
  --banner-header: 148px; /* header-top + header-lower */
  height: calc(100svh - var(--banner-header));
  min-height: calc(100svh - var(--banner-header));
  max-height: none;
  overflow: hidden;
  position: relative;
}
.banner-section .banner-carousel.owl-carousel {
  height: 100% !important;
}
.banner-section .owl-stage-outer,
.banner-section .owl-stage,
.banner-section .owl-item {
  height: 100% !important;
}
.banner-carousel .slide-item {
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  box-sizing: border-box;
}
.banner-carousel .slide-item .auto-container {
  width: 100%;
  position: relative;
  z-index: 5;
}
.banner-carousel .content-box {
  margin-left: 0 !important;
  max-width: 780px;
  padding: 40px 15px;
}
.banner-carousel .content-box .special-text {
  font-size: clamp(14px, 1.6vw, 18px) !important;
  line-height: 1.4 !important;
  min-height: 0 !important;
  margin-bottom: 18px !important;
  color: rgba(255,255,255,.92) !important;
  -webkit-text-stroke-width: 0 !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.banner-carousel .content-box h2 {
  font-size: clamp(36px, 5.5vw, 72px) !important;
  line-height: 1.12 !important;
  margin-bottom: 20px !important;
}
.banner-carousel .content-box p {
  font-size: clamp(15px, 1.35vw, 18px) !important;
  line-height: 1.65 !important;
  margin-bottom: 28px !important;
  max-width: 560px;
}
.banner-carousel .slide-item .image-layer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-section .text-box {
  display: none;
}
/* Owl yükseklik senkronu */
.banner-section .owl-nav {
  z-index: 6;
}
@media (max-width: 1199px) {
  .banner-section {
    --banner-header: 140px;
  }
}
@media (max-width: 991px) {
  .banner-section {
    --banner-header: 110px;
  }
  .banner-carousel .content-box h2 {
    font-size: clamp(32px, 7vw, 48px) !important;
  }
}
@media (max-width: 575px) {
  .banner-section {
    --banner-header: 90px;
  }
  .banner-carousel .content-box {
    padding: 28px 12px;
  }
}

.clients-logo img {
  max-height: 70px;
  width: auto !important;
  margin: 0 auto;
  filter: none;
  opacity: 1;
}
.clients-section .brand-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  padding: 10px 0 20px;
}
.clients-section .brand-strip span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #222;
  opacity: .75;
}
.service-block-one .image-box img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.case-block-one .image-box img,
.project-block-one .image-box img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.banner-section .content-box h2 {
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.news-block-one .image-box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.about-section .image-box .image img,
.about-style-two .image-box img {
  object-fit: cover;
}
.yetkili-gallery .image-box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.yetkili-brands .image-box {
  padding: 28px !important;
  background: #fff !important;
  text-align: center;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yetkili-brands .image-box img {
  max-height: 72px;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
  object-fit: contain;
}
