/* (Firma Adı) — tema uyarlama */

/* Logo — header + footer */
.main-header .logo-box img,
.sticky-header .logo-box img,
.mobile-menu .nav-logo img,
.search-popup .logo-box img {
  max-height: 64px;
  width: auto;
}
.main-footer .footer-logo img {
  max-height: 88px !important;
  width: auto !important;
}
.header-top .links-list li a { font-size: 13px; }

/* Footer üst/alt boşluk azaltma */
.main-footer .footer-top {
  padding: 48px 0 20px !important;
}
.main-footer .widget-section {
  padding: 36px 0 48px !important;
}
.footer-bottom {
  padding: 16px 0 !important;
}

/* Kalite taahhüdü — curved text kayma düzeltmesi */
.about-section .content-box .inner-box {
  min-height: 110px;
}
.about-section .content-box .inner-box .curve-text {
  width: 110px;
  height: 110px;
  left: 0;
  top: 0;
  overflow: visible;
}
.about-section .content-box .inner-box .curve-text:before {
  display: none;
}
.about-section .content-box .inner-box .curve-text .curved-circle {
  transform: none !important;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.about-section .content-box .inner-box .curve-text .icon-box {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 36px;
  line-height: 1;
  z-index: 2;
}
.about-section .content-box .inner-box h4,
.about-section .content-box .inner-box p {
  position: relative;
  z-index: 1;
}

/* İletişim formu — temaya uygun kart görünümü */
.contact-section .form-inner {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  padding: 42px 40px 36px;
}
.contact-section .default-form .form-group {
  margin-bottom: 18px;
}
.contact-section .default-form .form-group input[type="text"],
.contact-section .default-form .form-group input[type="email"],
.contact-section .default-form .form-group input[type="tel"],
.contact-section .default-form .form-group select,
.contact-section .default-form .form-group textarea {
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #ddd;
  background: #fafafa;
  font-size: 16px;
  color: #1c1c1c;
  padding: 0 20px;
  border-radius: 4px;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
  outline: none;
  box-shadow: none;
}
.contact-section .default-form .form-group textarea {
  height: 140px;
  padding: 16px 20px;
  resize: vertical;
}
.contact-section .default-form .form-group input:focus,
.contact-section .default-form .form-group textarea:focus,
.contact-section .default-form .form-group select:focus {
  border-color: #c45a1a;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(196, 90, 26, 0.12);
}
.contact-section .default-form .form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 8px;
}
.contact-section .default-form .message-btn .theme-btn {
  min-width: 200px;
}
@media (max-width: 767px) {
  .contact-section .form-inner {
    padding: 28px 18px;
  }
}

/* Hizmet detay — tek görsel alanı slider */
.service-details-content .content-one .service-gallery {
  margin-bottom: 28px;
}
.service-details-content .content-one .service-gallery .owl-item img,
.service-details-content .content-one .image-box img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}
.service-details-content .content-one .service-gallery .owl-nav {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.service-details-content .content-one .service-gallery .owl-nav button {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(28, 28, 28, 0.75) !important;
  color: #fff !important;
  border-radius: 50%;
  font-size: 18px;
}
.service-details-content .content-one .service-gallery .owl-nav .owl-prev { left: 14px; }
.service-details-content .content-one .service-gallery .owl-nav .owl-next { right: 14px; }
.service-details-content .content-one .service-gallery .owl-dots {
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .service-details-content .content-one .service-gallery .owl-item img,
  .service-details-content .content-one .image-box img {
    height: 260px;
  }
}

/* Tam sayfa (viewport) slider */
.banner-section {
  --banner-header: 148px;
  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;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.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;
}
.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;
}
.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;
}
