/**
 * AirFreshin – Tüm sayfalar için ortak responsive kurallar
 * - Mobil: viewport her sayfada olmalı; container, touch target, font boyutları bu dosyada.
 * - TR/EN: translations.js + i18n.js her sayfada yüklü olmalı; data-i18n ve data-lang ile çalışır.
 */

/* Genel */
html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
  min-width: 280px;
}
img {
  max-width: 100%;
  height: auto;
}
img[width][height] {
  height: auto;
}

/* Banner hero başlığı: "İşletmenize Özel Kokular İle Markanıza Güç Katın" – hover olmasın */
.banner-section-two .content-box h2.title,
.banner-section-two .content-box h2.title:hover,
.banner-section-two .content-box h2.title span:hover {
  color: #d36806 !important;
  background: transparent !important;
  border: none !important;
  transform: none !important;
}

/* Sayfa başlıkları */
.page-title {
  padding-top: 100px !important;
  padding-bottom: 40px !important;
  min-height: auto !important;
}
@media (max-width: 768px) {
  .page-title {
    padding-top: 90px !important;
    padding-bottom: 28px !important;
  }
  .page-title .title,
  .page-title h1 {
    font-size: 1.5rem !important;
  }
}

/* Ürün detay sayfası */
.product-detail-page {
  padding-top: 6rem !important;
  padding-bottom: 3rem !important;
}
.product-detail-grid {
  grid-template-columns: 1fr !important;
}
@media (min-width: 992px) {
  .product-detail-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
.product-carousel-thumbs {
  flex-wrap: wrap;
  gap: 8px;
}
.product-carousel-thumbs img {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.product-detail-cta {
  min-height: 48px;
  padding: 12px 20px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .product-detail-info h1 {
    font-size: 1.75rem;
  }
  .product-detail-breadcrumb {
    font-size: 0.8rem;
  }
}

/* Shop / Ürünlerimiz sayfası – premium kurumsal kartlar */
.featured-products {
  padding: 4rem 0 5rem !important;
  background: linear-gradient(180deg, #f4f7fb 0%, #fff 25%, #fafbfd 70%, #fff 100%) !important;
}
.featured-products .sec-title .sub-title {
  color: #64748b !important;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.featured-products .sec-title .title,
.featured-products .page-title .title {
  color: #032d64 !important;
  letter-spacing: 0.04em;
  font-weight: 800;
  position: relative;
  display: inline-block;
}
.featured-products .sec-title .title::after,
.featured-products .page-title .title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #d36806, #e07a0a);
  border-radius: 2px;
  margin: 0.75rem auto 0;
}
.featured-products .product-block {
  margin-bottom: 2.25rem;
}
.featured-products .product-block .inner-box {
  display: flex !important;
  flex-direction: column !important;
  min-height: 420px;
  padding: 0 !important;
  border: 1px solid rgba(3, 45, 100, 0.06);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 6px 24px rgba(3, 45, 100, 0.06), 0 2px 8px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  transition: box-shadow 0.35s ease, border-color 0.35s ease, transform 0.3s ease;
  position: relative;
}
.featured-products .product-block .inner-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #032d64, #0a3d7a);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.featured-products .product-block .inner-box:hover {
  box-shadow: 0 24px 48px rgba(3, 45, 100, 0.12), 0 12px 24px rgba(211, 104, 6, 0.06);
  border-color: rgba(211, 104, 6, 0.15);
  transform: translateY(-8px);
}
.featured-products .product-block .inner-box:hover::before {
  opacity: 1;
  background: linear-gradient(90deg, #d36806, #e07a0a);
}
.featured-products .product-block .rating {
  display: none !important;
}
.featured-products .product-block .image {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 1px solid rgba(3, 45, 100, 0.05);
}
.featured-products .product-block .image a {
  display: block;
}
.featured-products .product-block .image img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  object-position: center;
  padding: 1rem;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.featured-products .product-block .inner-box:hover .image img {
  transform: scale(1.06);
}
.featured-products .product-block .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.75rem 1.5rem 1rem !important;
  text-align: center;
}
.featured-products .product-block .content .product-title {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #032d64;
  margin-bottom: 0.6rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
.featured-products .product-block .content .product-title:hover {
  color: #d36806;
}
.featured-products .product-block .content .product-desc {
  margin: 0 !important;
  font-size: 0.925rem;
  color: #64748b;
  line-height: 1.55;
  letter-spacing: 0.015em;
}
/* Buton alanı: hep açık, hep aynı yerde (kartın altında sabit) */
.featured-products .product-block .icon-box {
  flex-shrink: 0;
  margin-top: auto !important;
  padding: 0 1.5rem 1.5rem !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  top: auto !important;
  display: flex !important;
  align-items: stretch !important;
  min-height: 52px;
  border-top: 1px solid rgba(3, 45, 100, 0.06);
  background: linear-gradient(180deg, rgba(248,250,252,0.5) 0%, #f8fafc 100%);
}
.featured-products .product-block .ui-btn {
  width: 100%;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  padding: 0.85rem 1.25rem !important;
  min-height: 48px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  background: linear-gradient(135deg, #032d64 0%, #0a3d7a 100%) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(3, 45, 100, 0.18);
  transition: box-shadow 0.28s ease, background 0.28s ease, transform 0.2s ease !important;
}
.featured-products .product-block .ui-btn:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #0a3d7a 0%, #032d64 100%) !important;
  box-shadow: 0 8px 24px rgba(3, 45, 100, 0.28);
  transform: translateY(-2px);
}
@media (max-width: 576px) {
  .featured-products .filter-tabs {
    flex-wrap: wrap;
    gap: 8px;
  }
  .featured-products .product-block .inner-box {
    min-height: 380px;
  }
  .featured-products .product-block .content .product-desc,
  .featured-products .product-block .content p {
    font-size: 0.8rem;
  }
  .featured-products .product-block .image img {
    height: 180px;
  }
  .featured-products .product-block .icon-box {
    padding: 0 1.25rem 1.25rem !important;
  }
}

/* Referanslar carousel – yan yana (alt alta değil), hareketli, orijinal renklerde */
.clients-section .clients-carousel,
.sponsors-outer .clients-carousel {
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  list-style: none !important;
  margin: 0 !important;
  padding: 20px 0 !important;
  gap: 0;
}
.clients-section .clients-carousel.owl-loaded,
.sponsors-outer .clients-carousel.owl-loaded {
  display: block !important;
  overflow: visible !important;
}
.clients-section .clients-carousel .slide-item,
.clients-carousel .owl-item .slide-item,
.sponsors-outer .clients-carousel .slide-item {
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  min-width: 120px;
  width: auto;
  float: none !important;
  list-style: none !important;
}
.clients-carousel .slide-item img {
  filter: none !important;
  -webkit-filter: none !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 80px !important;
  object-fit: contain !important;
}
.clients-section .clients-carousel .slide-item img {
  max-height: 80px !important;
}
@media (max-width: 767px) {
  .clients-carousel .slide-item img {
    max-height: 64px !important;
  }
  .clients-section .clients-carousel .slide-item,
  .sponsors-outer .clients-carousel .slide-item {
    min-width: 100px;
  }
}
@media (max-width: 576px) {
  .clients-carousel .slide-item img {
    max-height: 56px !important;
  }
}

/* Navbar dil seçimi (Türkçe/English) – açılan panelin arka planı hover'da değişmesin */
.outer-box .navigation li.lang-dropdown > ul,
.main-menu .navigation li.lang-dropdown > ul,
.outer-box .navigation li.lang-dropdown:hover > ul,
.main-menu .navigation li.lang-dropdown:hover > ul,
.header-style-three .header-lower .outer-box .navigation li.lang-dropdown > ul,
.header-style-three .header-lower .outer-box .navigation li.lang-dropdown:hover > ul {
  background: #fff !important;
  background-color: #fff !important;
}
.outer-box .navigation li.lang-dropdown:hover,
.main-menu .navigation li.lang-dropdown:hover {
  background: transparent !important;
  background-color: transparent !important;
}

/* Nav dropdown – mobilde taşmayı önle */
.nav-products-dropdown-panel,
.nav-sectors-dropdown-panel {
  max-height: 80vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1023px) {
  .main-menu .navigation {
    flex-wrap: wrap;
  }
  .mobile-menu .navigation a {
    padding: 12px 20px;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  /* Mobil menü: Sektörler ve Ürünler sadece sekme – alt menü/ürün listesi gösterilmesin */
  .mobile-menu .nav-products-dropdown-panel,
  .mobile-menu .nav-sectors-dropdown-panel {
    display: none !important;
  }
  .mobile-menu .navigation li.dropdown .dropdown-btn {
    display: none !important;
  }
}

/* Footer – küçük ekranda tek sütun */
.main-footer .widgets-section {
  padding: 50px 0 30px !important;
}
.main-footer .footer-column {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .main-footer .widgets-section {
    padding: 40px 0 24px !important;
  }
  .main-footer .widget-title {
    font-size: 1.1rem !important;
  }
  .footer-bottom .copyright-text {
    font-size: 0.8rem;
    text-align: center;
  }
}

/* Footer – link ve buton hover: logo renkleriyle karışmasın, hep okunaklı */
.main-footer .user-links li a {
  color: #f1e6b2 !important;
}
.main-footer .user-links li a:hover {
  color: #ffffff !important;
}
.main-footer .user-links li a:hover:before {
  background-color: #ffffff !important;
}
.main-footer .social-icon-two li a {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.main-footer .social-icon-two li a:hover {
  color: #ffffff !important;
  background-color: #d36806 !important;
}
.main-footer .contact-widget .contact-info li,
.main-footer .contact-widget .contact-info li a {
  color: #f1e6b2 !important;
}
.main-footer .contact-widget .contact-info li:hover,
.main-footer .contact-widget .contact-info li:hover a {
  color: #ffffff !important;
}
.main-footer .contact-widget .contact-info li i {
  color: #f1e6b2 !important;
}
.main-footer .contact-widget .contact-info li:hover i {
  color: #ffffff !important;
}
.footer-bottom .copyright-text a {
  color: #8c8f94 !important;
}
.footer-bottom .copyright-text a:hover {
  color: #ffffff !important;
}

/* Footer logo – hover/focus’ta görünüm değişmesin */
.main-footer .about-widget .logo a,
.main-footer .about-widget .logo a:hover,
.main-footer .about-widget .logo a:focus,
.main-footer .about-widget .logo a:focus-visible {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  color: inherit !important;
}
.main-footer .about-widget .logo a::before,
.main-footer .about-widget .logo a::after {
  display: none !important;
}
.main-footer .about-widget .logo a img {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

/* Form alanları – dokunmatik hedefler */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select,
button[type="submit"],
.theme-btn,
.btn {
  min-height: 44px !important;
  padding: 10px 16px !important;
}

/* ===== Airfresh: Buton hover efekti sadeleştirme ===== */
/* Tüm birinci tip butonlarda (örn. DEMO TALebi Gönder), hover'da sadece renk değişsin */
.btn-style-one::before {
  display: none !important;
}
.btn-style-one {
  box-shadow: none !important;
}
.btn-style-one:hover {
  box-shadow: none !important;
}

/* Sektörler sayfası: "Sektörünüz İçin Teklif Alın" butonu okunaklı (beyaz arka plan, turuncu yazı) */
.sectors-page-section .theme-btn.btn-style-one,
.sectors-page-section .btn-style-one {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #d36806 !important;
  border: 1px solid rgba(211, 104, 6, 0.45) !important;
}
.sectors-page-section .theme-btn.btn-style-one .btn-title,
.sectors-page-section .theme-btn.btn-style-one span {
  color: #d36806 !important;
}
.sectors-page-section .theme-btn.btn-style-one:hover,
.sectors-page-section .btn-style-one:hover {
  background: #f8fafc !important;
  background-color: #f8fafc !important;
  color: #032d64 !important;
  border-color: #032d64 !important;
}
.sectors-page-section .theme-btn.btn-style-one:hover .btn-title,
.sectors-page-section .theme-btn.btn-style-one:hover span {
  color: #032d64 !important;
}

/* Tüm sektör detay sayfaları: Turuncu CTA kutusundaki "Teklif Alın" butonu okunaklı olsun */
.sector-detail-cta-btns .theme-btn.btn-style-one,
.sector-detail-cta-btns .btn-style-one {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #d36806 !important;
  border: 1px solid rgba(211, 104, 6, 0.45) !important;
}
.sector-detail-cta-btns .theme-btn.btn-style-one .btn-title,
.sector-detail-cta-btns .theme-btn.btn-style-one span {
  color: #d36806 !important;
}
.sector-detail-cta-btns .theme-btn.btn-style-one:hover,
.sector-detail-cta-btns .btn-style-one:hover {
  background: #f8fafc !important;
  background-color: #f8fafc !important;
  color: #032d64 !important;
  border-color: #032d64 !important;
}
.sector-detail-cta-btns .theme-btn.btn-style-one:hover .btn-title,
.sector-detail-cta-btns .theme-btn.btn-style-one:hover span {
  color: #032d64 !important;
}

@media (max-width: 576px) {
  .contact-form .form-group,
  .contact-form input,
  .contact-form textarea {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Call-to-action / büyük bloklar */
.call-to-action {
  padding: 60px 20px !important;
  min-height: auto !important;
}
.call-to-action .title {
  font-size: 1.75rem !important;
}
@media (max-width: 576px) {
  .call-to-action .title {
    font-size: 1.35rem !important;
  }
  .call-to-action .theme-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Section padding – mobil */
.sec-title h2 {
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .auto-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  section {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

/* Tablolar – yatay kaydırma */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive table {
  min-width: 400px;
}

/* Sektör / about görselleri */
.about-section-five .image-column .inner-column figure img,
.about-section-five .row.mt-4 img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .about-section-five .image-column {
    order: 0;
  }
  .about-section-five .row.mt-4 .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Sticky / fixed öğeler – güvenli alan */
.scroll-to-top {
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
}

/* ========== Müşteri Yorumları – Kurumsal, ferah görünüm ========== */
.testimonial-section-four {
  padding: 72px 0 80px !important;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f8 50%, #f1f5f9 100%) !important;
  position: relative;
  border-top: 4px solid #c9762d;
  overflow: hidden;
}
.testimonial-section-four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 118, 45, 0.2), transparent);
  pointer-events: none;
}
.testimonial-section-four .auto-container {
  position: relative;
  z-index: 1;
}
.testimonial-section-four .sec-title .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #032d64 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 6px 14px 6px 10px;
  background: #fff;
  border: 1px solid rgba(3, 45, 100, 0.1);
  border-radius: 100px;
  box-shadow: 0 2px 8px rgba(3, 45, 100, 0.06);
}
.testimonial-section-four .sec-title .sub-title::before {
  content: "";
  width: 14px;
  height: 2px;
  background: linear-gradient(90deg, #c9762d, #d36806);
  border-radius: 1px;
}
.testimonial-section-four .sec-title h2 {
  color: #032d64 !important;
  font-size: 1.65rem;
  font-weight: 700;
  margin-top: 0.35em;
  line-height: 1.25;
  position: relative;
  display: inline-block;
  letter-spacing: -0.01em;
}
.testimonial-section-four .sec-title h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #c9762d, #d36806);
  border-radius: 2px;
}
.testimonial-section-four .sec-title .text {
  color: #475569 !important;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 0.5em;
  max-width: 380px;
}
/* Carousel alanı – dekoratif arka plan kaldırıldı */
.testimonial-section-four .carousel-outer .testimonial-bg {
  display: none !important;
}
/* Kart: kurumsal, okunaklı */
.testimonial-section-four .testimonial-block-four .content-box {
  background: #fff !important;
  background-image: none !important;
  padding: 20px 22px 16px 22px !important;
  margin-bottom: 0 !important;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(3, 45, 100, 0.08);
  border: 1px solid rgba(3, 45, 100, 0.06);
  border-left: 4px solid #c9762d;
  position: relative;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.testimonial-section-four .testimonial-block-four:hover .content-box {
  box-shadow: 0 8px 28px rgba(3, 45, 100, 0.12);
  border-left-color: #d36806;
}
.testimonial-section-four .testimonial-block-four .content-box::before {
  display: none !important;
}
.testimonial-section-four .testimonial-block-four .content-box .icon-quote {
  position: absolute !important;
  right: 14px !important;
  top: 10px !important;
  width: 28px !important;
  height: 28px !important;
  font-size: 18px !important;
  color: rgba(201, 118, 45, 0.2) !important;
  background: none !important;
  background-image: none !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-section-four .testimonial-block-four .content-box .rating {
  color: #c9762d !important;
  margin-bottom: 4px;
  font-size: 11px;
}
.testimonial-section-four .testimonial-block-four .content-box .rating i {
  margin-right: 1px;
}
.testimonial-section-four .testimonial-block-four .content-box .text {
  color: #334155 !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  margin-bottom: 0;
}
.testimonial-section-four .testimonial-block-four .info-box {
  margin-top: 8px !important;
  margin-left: 0 !important;
  padding: 8px 0 0 !important;
  min-height: auto !important;
  border-top: 1px solid rgba(3, 45, 100, 0.08);
  flex-direction: row !important;
  align-items: center;
  gap: 8px;
}
.testimonial-section-four .testimonial-block-four .info-box .thumb {
  display: none !important;
}
.testimonial-section-four .testimonial-block-four .info-box .thumb img {
  display: none !important;
}
.testimonial-section-four .testimonial-block-four .info-box .name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #032d64;
  margin-bottom: 0;
}
.testimonial-section-four .testimonial-block-four .info-box .designation {
  font-size: 0.7rem;
  color: #64748b;
}
.testimonial-section-four .testimonial-block-four .inner-box {
  background: transparent;
  padding: 0 4px 12px;
}
.testimonial-section-four .testimonial-column .carousel-outer {
  padding-left: 14px;
  border-left: 2px solid rgba(201, 118, 45, 0.25);
}
@media (max-width: 991px) {
  .testimonial-section-four .testimonial-column .carousel-outer {
    padding-left: 0;
    border-left: none;
  }
}
.testimonial-section-four .owl-dots {
  position: relative !important;
  left: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}
.testimonial-section-four .owl-dots .owl-dot {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50%;
  background-color: rgba(3, 45, 100, 0.25) !important;
  margin: 0 !important;
  transition: background 0.2s ease;
}
.testimonial-section-four .owl-dots .owl-dot:hover {
  background-color: rgba(3, 45, 100, 0.4) !important;
}
.testimonial-section-four .owl-dots .owl-dot.active {
  background: #c9762d !important;
  transform: scale(1.2);
}
@media (max-width: 991px) {
  .testimonial-section-four .sec-title h2 {
    font-size: 1.3rem;
  }
  .testimonial-section-four .sec-title .text {
    font-size: 0.8rem;
    margin-top: 0.25em;
  }
  .testimonial-section-four .testimonial-block-four .content-box {
    padding: 12px 14px 10px 14px !important;
    border-left-width: 3px;
  }
  .testimonial-section-four .testimonial-block-four .content-box .icon-quote {
    right: 12px !important;
    top: 8px !important;
    width: 24px !important;
    height: 24px !important;
    font-size: 14px !important;
  }
  .testimonial-section-four .testimonial-block-four .content-box .text {
    font-size: 0.85rem !important;
    line-height: 1.45 !important;
  }
}
@media (max-width: 576px) {
  .testimonial-section-four {
    padding: 28px 0 32px !important;
  }
  .testimonial-section-four .testimonial-block-four .inner-box {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ========== Anasayfa: Özgün foto bölümü (Markanızın Görünmez İmzası) ========== */
.about-section-five--airfresh:before {
  display: none !important;
}
.about-section-five--airfresh .image-column .inner-column:before {
  display: none !important;
}
/* Tek büyük fotoğraf - Markanızın Görünmez İmzası */
.airfresh-signature-photo {
  max-width: 520px;
  margin-left: auto;
}
.airfresh-signature-photo__figure {
  margin: 0 !important;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(3, 45, 100, 0.12), 0 0 0 1px rgba(3, 45, 100, 0.06);
}
.airfresh-signature-photo__figure img {
  width: 100%;
  height: auto;
  min-height: 420px;
  object-fit: cover;
  display: block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .airfresh-signature-photo {
    max-width: 100%;
    margin-left: 0;
  }
  .airfresh-signature-photo__figure img {
    min-height: 320px;
  }
}

/* ========== Anasayfa: Neden Bizi Seçmelisiniz + Demo Form (özgün) ========== */
.contact-section-two--airfresh {
  padding: 56px 0 70px !important;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 35%, #fef8f4 50%, #f0f4f9 100%) !important;
}
.contact-section-two--airfresh .info-column .inner-column {
  padding-left: 0 !important;
  margin-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 24px !important;
}
.contact-section-two--airfresh .info-column .inner-column:before {
  display: none !important;
}
.contact-section-two--airfresh .airfresh-why-demo__title {
  margin-bottom: 24px !important;
  padding-bottom: 16px;
  border-bottom: 3px solid rgba(211, 104, 6, 0.25);
}
.contact-section-two--airfresh .airfresh-why-demo__title .sub-title {
  color: #d36806 !important;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-section-two--airfresh .airfresh-why-demo__title h3 {
  color: #032d64 !important;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0.2em;
}
.contact-section-two--airfresh .airfresh-why-demo__image {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  max-width: 100% !important;
  width: 100%;
  margin-bottom: 28px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(3, 45, 100, 0.12);
  border-left: 4px solid #c9762d;
}
.contact-section-two--airfresh .airfresh-why-demo__image img {
  width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: cover;
  display: block;
}
.airfresh-why-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-section-two--airfresh .airfresh-why-card {
  position: relative !important;
  padding: 24px 22px !important;
  margin-bottom: 0 !important;
  border: none !important;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(3, 45, 100, 0.06);
  border-left: 4px solid #c9762d;
  transition: box-shadow 0.25s ease, transform 0.2s ease;
  text-align: center !important;
}
.contact-section-two--airfresh .airfresh-why-card:hover {
  box-shadow: 0 8px 28px rgba(3, 45, 100, 0.1);
  transform: translateY(-2px);
}
.contact-section-two--airfresh .airfresh-why-card .icon {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  margin: 0 auto 14px !important;
  height: 44px !important;
  width: 44px !important;
  line-height: 44px !important;
  font-size: 1rem !important;
  background: rgba(201, 118, 45, 0.12) !important;
  color: #c9762d !important;
  border-radius: 12px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}
.contact-section-two--airfresh .airfresh-why-card:hover .icon {
  background: #c9762d !important;
  color: #fff !important;
}
.contact-section-two--airfresh .airfresh-why-card .title {
  margin-bottom: 8px;
  font-size: 1.05rem;
  text-align: center !important;
}
.contact-section-two--airfresh .airfresh-why-card .text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #475569 !important;
  text-align: center !important;
}

/* About – "Neden Bizi Seçmelisiniz" maddeleri: mobilde dikey ve okunabilir olsun */
@media (max-width: 767px) {
  .why-item-row {
    display: block !important;
    margin-bottom: 24px !important;
  }
  .why-item-row > div:first-child {
    margin-right: 14px !important;
    margin-bottom: 10px !important;
  }
  .why-item-row h4 {
    font-size: 18px !important;
  }
  .why-item-row p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}

/* About – "Neden Bizi Seçmelisiniz": mobilde metin ile görsel ortada, düzgün görünsün */
@media (max-width: 991px) {
  .about-why-choose-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .about-why-choose-section .row {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
  .about-why-choose-section .row .col-lg-6.order-1 {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
  }
  .about-why-choose-section .row .col-lg-6.order-2 {
    margin-top: 32px !important;
    width: 100%;
    max-width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .about-why-choose-figure {
    margin: 0 auto !important;
    max-width: 100%;
    width: auto;
  }
  .about-why-choose-figure img {
    min-height: 240px !important;
    width: 100% !important;
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
}

/* Demo form – özgün kart */
.airfresh-demo-form {
  background: #fff !important;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(3, 45, 100, 0.12), 0 0 0 1px rgba(3, 45, 100, 0.06) !important;
  padding: 0 !important;
  overflow: hidden;
  border-top: 4px solid #c9762d;
}
/* Demo form başlığı: turuncu zemin + beyaz yazı (alt buton Demo talebi gönder ile bütünlük) */
.airfresh-demo-form__header {
  padding: 28px 28px 8px 28px !important;
  background: linear-gradient(135deg, #d36806 0%, #e07a0a 100%) !important;
  background-color: #c9762d !important;
  color: #fff !important;
}
.airfresh-demo-form__header .sub-title {
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
}
.airfresh-demo-form__header h3 {
  color: #fff !important;
  font-size: 1.35rem;
  margin-bottom: 0;
}

/* About sayfası demo formu: aynı turuncu başlık (contact-form .title-box kullanıyor) */
#demoform .contact-form .title-box {
  padding: 28px 28px 8px 28px !important;
  background: linear-gradient(135deg, #d36806 0%, #e07a0a 100%) !important;
  background-color: #c9762d !important;
  color: #fff !important;
  border-radius: 20px 20px 0 0;
}
#demoform .contact-form .title-box .sub-title {
  color: rgba(255, 255, 255, 0.95) !important;
}
#demoform .contact-form .title-box h3 {
  color: #fff !important;
}

.airfresh-demo-form .form-group {
  padding: 0 28px 18px 28px;
}
.airfresh-demo-form .form-group:last-of-type {
  padding-bottom: 28px;
}
.airfresh-demo-form input[type="text"],
.airfresh-demo-form input[type="email"],
.airfresh-demo-form select,
.airfresh-demo-form textarea {
  border-radius: 10px !important;
  border: 1px solid #e2e8f0 !important;
  padding: 12px 16px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.airfresh-demo-form input:focus,
.airfresh-demo-form select:focus,
.airfresh-demo-form textarea:focus {
  outline: none !important;
  border-color: #c9762d !important;
  box-shadow: 0 0 0 3px rgba(201, 118, 45, 0.15) !important;
}
.airfresh-demo-form .theme-btn {
  margin: 0 28px 28px 28px !important;
  width: calc(100% - 56px) !important;
  max-width: none;
  border-radius: 10px !important;
  font-weight: 600;
  background: #c9762d !important;
  border: none !important;
  padding: 14px 24px !important;
  transition: background 0.2s ease;
}
.airfresh-demo-form .theme-btn:hover {
  background: #b56826 !important;
}

/* Demo form – hover'da başlık turuncu kalsın (buton ile bütünlük) */
.airfresh-demo-form:hover,
.airfresh-demo-form:hover .airfresh-demo-form__header,
.airfresh-demo-form__header:hover {
  background: linear-gradient(135deg, #d36806 0%, #e07a0a 100%) !important;
  background-color: #c9762d !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.airfresh-demo-form:hover {
  background: #fff !important;
  box-shadow: 0 20px 60px rgba(3, 45, 100, 0.12), 0 0 0 1px rgba(3, 45, 100, 0.06) !important;
  transform: none !important;
}
.airfresh-demo-form:hover .airfresh-demo-form__header .sub-title,
.airfresh-demo-form__header:hover .sub-title,
.airfresh-demo-form:hover .airfresh-demo-form__header h3,
.airfresh-demo-form__header:hover h3 {
  color: #fff !important;
}
.contact-section-two--airfresh .form-column .inner-column:hover {
  background: transparent !important;
}

@media (max-width: 991px) {
  .contact-section-two--airfresh .info-column {
    margin-bottom: 36px;
  }
  .airfresh-demo-form .form-group,
  .airfresh-demo-form .theme-btn {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .airfresh-demo-form .theme-btn {
    margin-left: 20px !important;
    margin-right: 20px !important;
    width: calc(100% - 40px) !important;
  }
  .airfresh-demo-form__header {
    padding: 24px 20px 8px 20px !important;
  }
}

/* Rakamlarla Biz – arka plan fotoğrafı görünsün, sarı filtre yok; hafif beyaz overlay */
.testimonial-section-three {
  position: relative;
  background-image: url("../images/AirfreshFoto2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.testimonial-section-three::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.35);
  pointer-events: none;
}
.testimonial-section-three .auto-container {
  position: relative;
  z-index: 1;
}

/* Rakamlarla Biz – 3 kutulu tasarım (mutlu müşteri, aktif cihaz, yıllık tecrübe) */
.testimonial-section-three .rakamlarla-biz .counter-block-three .inner {
  padding: 32px 24px;
}
.testimonial-section-three .rakamlarla-biz .count-text {
  font-size: 2.5rem !important;
}
@media (min-width: 992px) {
  .testimonial-section-three .rakamlarla-biz .count-text {
    font-size: 3rem !important;
  }
}

/* ========== Sunduğumuz Hizmetler – arka plan: images/backgroundExpreince.png ========== */
.services-section-four.airfresh-hizmetler,
.airfresh-hizmetler {
  position: relative;
  background-color: #f4f6f9;
  background-image: url("../images/backgroundExpreince.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 100px 0 90px !important;
}
.services-section-four.airfresh-hizmetler::before,
.airfresh-hizmetler::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.45);
  pointer-events: none;
  z-index: 0;
}
.airfresh-hizmetler .auto-container {
  position: relative;
  z-index: 1;
}
.airfresh-hizmetler .sec-title .sub-title {
  color: #032d64 !important;
  letter-spacing: 0.12em;
  font-weight: 600;
  text-transform: uppercase;
}
.airfresh-hizmetler .sec-title h2 {
  color: #032d64 !important;
  font-weight: 700;
  margin-bottom: 48px;
}
.airfresh-hizmetler__cards {
  margin-bottom: 40px;
}
.airfresh-hizmetler .service-block-four {
  margin-bottom: 28px;
}
.airfresh-hizmetler .service-block-four .inner-box {
  background: #ffffff !important;
  border-radius: 16px;
  padding: 32px 24px 28px !important;
  box-shadow: 0 8px 32px rgba(3, 45, 100, 0.06);
  border-top: 4px solid #d36806;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  text-align: center;
}
.airfresh-hizmetler .service-block-four .inner-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 44px rgba(3, 45, 100, 0.1);
  border-top-color: #032d64;
}
.airfresh-hizmetler .service-block-four .inner-box:before,
.airfresh-hizmetler .service-block-four .inner-box:after {
  display: none !important;
}
.airfresh-hizmetler .service-block-four .icon-box {
  margin-bottom: 20px;
}
.airfresh-hizmetler .service-block-four .icon {
  width: 56px !important;
  height: 56px !important;
  line-height: 56px !important;
  font-size: 26px !important;
  color: #d36806 !important;
  background: rgba(211, 104, 6, 0.1) !important;
  border-radius: 14px;
  transition: color 0.35s ease, background 0.35s ease;
}
.airfresh-hizmetler .service-block-four .inner-box:hover .icon {
  color: #ffffff !important;
  background: #d36806 !important;
}
.airfresh-hizmetler .service-block-four .title,
.airfresh-hizmetler .service-block-four .title a {
  color: #032d64 !important;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 12px;
  transition: color 0.35s ease;
}
.airfresh-hizmetler .service-block-four .inner-box:hover .title,
.airfresh-hizmetler .service-block-four .inner-box:hover .title a {
  color: #032d64 !important;
}
.airfresh-hizmetler .service-block-four .text {
  color: #64748b !important;
  font-size: 15px;
  line-height: 1.55;
}
.airfresh-hizmetler .service-block-four .inner-box:hover .text {
  color: #64748b !important;
}
.airfresh-hizmetler__cta {
  margin-top: 16px;
}
.airfresh-hizmetler__cta .theme-btn {
  background: #d36806 !important;
  border-color: #d36806 !important;
  padding: 14px 36px;
  font-weight: 600;
  border-radius: 8px;
}
.airfresh-hizmetler__cta .theme-btn:hover {
  background: #032d64 !important;
  border-color: #032d64 !important;
  color: #fff !important;
}

/* ========== Blog / Haberler & Makaleler – Kurumsal tasarım ========== */
.airfresh-blog {
  background: #f8fafc !important;
  padding: 100px 0 90px !important;
}
.airfresh-blog .bg-shape {
  display: none !important;
}
.airfresh-blog .sec-title .sub-title {
  color: #032d64 !important;
  letter-spacing: 0.12em;
  font-weight: 600;
  text-transform: uppercase;
}
.airfresh-blog .sec-title h2 {
  color: #032d64 !important;
  font-weight: 700;
  margin-bottom: 12px;
}
.airfresh-blog .sec-title .sec-desc {
  color: #64748b;
  font-size: 1rem;
  margin-bottom: 48px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.airfresh-blog__grid {
  margin-bottom: 40px;
}
.airfresh-blog .news-block {
  margin-bottom: 28px;
}
.airfresh-blog .news-block .inner-box {
  background: #ffffff !important;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(3, 45, 100, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid rgba(3, 45, 100, 0.06);
}
.airfresh-blog .news-block .inner-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(3, 45, 100, 0.12);
}
.airfresh-blog .news-block .image-box {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #e2e8f0 0%, #f1f5f9 100%);
  min-height: 200px;
}
.airfresh-blog .news-block .image-box .image {
  margin: 0;
  min-height: 200px;
}
.airfresh-blog .news-block .image-box .date {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #032d64;
  color: #fff !important;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 4px 12px rgba(3, 45, 100, 0.3);
}
.airfresh-blog .news-block .image-box .date span {
  display: block;
  font-weight: 600;
  font-size: 0.7rem;
  opacity: 0.9;
}
.airfresh-blog .news-block .content-box {
  padding: 24px 24px 16px !important;
}
.airfresh-blog .news-block .post-info {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
  font-size: 0.8rem;
  color: #64748b;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.airfresh-blog .news-block .post-info li i {
  margin-right: 6px;
  color: #d36806;
}
.airfresh-blog .news-block .title {
  margin: 0 !important;
  font-size: 1.1rem !important;
  line-height: 1.4 !important;
  font-weight: 700;
}
.airfresh-blog .news-block .title a {
  color: #032d64 !important;
  transition: color 0.2s ease;
}
.airfresh-blog .news-block .title a:hover {
  color: #d36806 !important;
}
.airfresh-blog .news-block .bottom-box {
  padding: 0 24px 24px !important;
}
.airfresh-blog .news-block .read-more {
  font-size: 0.9rem;
  font-weight: 600;
  color: #d36806 !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.2s ease, color 0.2s ease;
}
.airfresh-blog .news-block .read-more:hover {
  color: #032d64 !important;
  gap: 12px;
}
.airfresh-blog__more {
  margin-top: 8px;
}
.airfresh-blog__more .theme-btn {
  background: #032d64 !important;
  border-color: #032d64 !important;
  color: #fff !important;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 8px;
}
.airfresh-blog__more .theme-btn i {
  color: #fff !important;
}
.airfresh-blog__more .theme-btn:before {
  display: none !important;
}
.airfresh-blog__more .theme-btn:hover,
.airfresh-blog__more .theme-btn:hover .btn-title {
  background: #d36806 !important;
  border-color: #d36806 !important;
  color: #fff !important;
}
.airfresh-blog__more .theme-btn:hover i {
  color: #fff !important;
}

/* Harita (Müşterilerimizin Bulunduğu Şehirler) – *:hover bozulmasını kesin engelle */
#turkeyMap .airfresh-marker.leaflet-marker-icon,
#turkeyMap .airfresh-marker.leaflet-marker-icon:hover {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-color: transparent !important;
}
#turkeyMap .airfresh-marker-wrap,
#turkeyMap .airfresh-marker:hover .airfresh-marker-wrap {
  background: #c9762d !important;
  background-color: #c9762d !important;
  border: 2px solid #fff !important;
  border-color: #fff !important;
}
#turkeyMap .airfresh-marker-wrap:hover {
  background: #b56826 !important;
  background-color: #b56826 !important;
  border: 2px solid #fff !important;
  border-color: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  transform: scale(1.1);
}
#turkeyMap .airfresh-marker-wrap img,
#turkeyMap .airfresh-marker-wrap:hover img {
  filter: brightness(0) invert(1) !important;
}

/* İletişim sayfası – turuncu vurgular (tek renk boğuculuğu azaltmak) */
.contact-details .sec-title .sub-title {
  color: #d36806 !important;
  font-weight: 600;
}
.contact-details .sec-title h2 {
  color: #032d64 !important;
}
.contact-details .sec-title {
  padding-bottom: 12px;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid rgba(211, 104, 6, 0.2);
}
.contact-details .form-control:focus {
  border-color: #c9762d !important;
  box-shadow: 0 0 0 3px rgba(211, 104, 6, 0.12) !important;
}
.contact-details .theme-btn.btn-style-one {
  background: linear-gradient(135deg, #d36806, #e07a0a) !important;
  background-color: #c9762d !important;
  border: none !important;
}
.contact-details .theme-btn.btn-style-one:hover {
  background: #b56826 !important;
}
.contact-info-box .icon {
  color: #d36806 !important;
}
.contact-info-box .title {
  color: #032d64 !important;
}
.contact-details .contact-details__info li .icon,
.contact-details .contact-details__info li .icon span {
  color: #d36806 !important;
}
.contact-details .contact-details__info li .text h6 {
  color: #032d64 !important;
}

/* İletişim sayfası – Altın adres kartı */
.contact-address-card {
  padding: 2rem 0 2.5rem;
}
.address-card {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.5rem 1.75rem;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(201, 162, 39, 0.35);
  max-width: 560px;
  margin: 0 auto;
}
.address-card--gold {
  background: linear-gradient(135deg, #fffef8 0%, #fffbe8 50%, #fff9e0 100%);
  border: 2px solid #c9a227;
  box-shadow: 0 6px 24px rgba(201, 162, 39, 0.15), 0 2px 8px rgba(0, 0, 0, 0.06);
}
.address-card__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #d4af37, #b8960c);
  color: #fff;
  border-radius: 10px;
  font-size: 1.5rem;
  box-shadow: 0 3px 10px rgba(201, 162, 39, 0.4);
}
.address-card__icon .lnr-icon-location::before {
  font-size: 1.5rem;
}
.address-card__content {
  flex: 1;
  min-width: 0;
}
.address-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #8b6914;
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.02em;
}
.address-card__text {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin: 0 0 0.75rem 0;
}
.address-card__link {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #b8860b;
  text-decoration: none;
  transition: color 0.2s ease;
}
.address-card__link:hover {
  color: #8b6914;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .contact-address-card {
    padding: 1.5rem 0 2rem;
  }
  .address-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.25rem 1rem;
  }
  .address-card__title {
    font-size: 1rem;
  }
  .address-card__text {
    font-size: 0.95rem;
  }
}

/* İletişim sayfası – Google Maps bölümü (container içinde, sağ-sol boşluklu) */
.contact-map-section {
  padding: 0.75rem 0 3rem;
  background: #f8f9fa;
}
.contact-map-section .sec-title {
  margin-bottom: 1rem !important;
}
.contact-map-section .sec-title .sub-title {
  color: #d36806 !important;
}
.contact-map-section .sec-title h2 {
  color: var(--headings-color, #032d64);
}
.contact-map-wrap {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.06);
}
.contact-map-iframe {
  display: block;
  width: 100%;
  height: 450px;
  min-height: 400px;
  background: #e8e8e8;
}
.contact-map-overlay-link {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 2;
}
.contact-map-overlay-link .theme-btn {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .contact-map-section {
    padding: 0.5rem 0 2rem;
  }
  .contact-map-section .sec-title h2 {
    font-size: 1.35rem;
  }
  .contact-map-wrap {
    border-radius: 10px;
    max-width: 100%;
  }
  .contact-map-iframe {
    height: 350px;
    min-height: 300px;
  }
  .contact-map-overlay-link {
    bottom: 0.75rem;
    right: 0.75rem;
  }
}

/* KVKK sayfası içerik listeleri */
.kvkk-content ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.kvkk-content ul li {
  margin-bottom: 0.35rem;
}
.kvkk-content p {
  margin-bottom: 0.75rem;
}

/* ========== TÜM SAYFALAR: Mobil / Responsive uyumluluk ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
  min-width: 0;
}
img,
video {
  max-width: 100%;
  height: auto;
}
iframe,
embed,
object {
  max-width: 100%;
}
/* ===== Kurumsal container sistemi – sağ/sol boşluklar tutarlı ve profesyonel ===== */
:root {
  --airfresh-container-max: 1280px;
  --airfresh-gutter-x: 40px;
  --airfresh-gutter-x-md: 32px;
  --airfresh-gutter-x-sm: 24px;
  --airfresh-gutter-x-xs: 20px;
  --airfresh-gutter-x-xxs: 18px;
}

.auto-container,
.container,
.page-wrapper .container,
.main-footer .container,
section .container,
section .container-fluid,
section .auto-container {
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--airfresh-gutter-x) !important;
  padding-right: var(--airfresh-gutter-x) !important;
  box-sizing: border-box;
}

.auto-container,
.container:not(.container-fluid) {
  max-width: var(--airfresh-container-max) !important;
}

.large-container {
  max-width: min(var(--airfresh-container-max), var(--large-container-width, 1550px)) !important;
  padding-left: var(--airfresh-gutter-x) !important;
  padding-right: var(--airfresh-gutter-x) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 1200px) {
  :root {
    --airfresh-gutter-x: var(--airfresh-gutter-x-md);
  }
}
@media (max-width: 991px) {
  :root {
    --airfresh-gutter-x: var(--airfresh-gutter-x-sm);
  }
}
@media (max-width: 767px) {
  :root {
    --airfresh-gutter-x: var(--airfresh-gutter-x-xs);
  }
}
@media (max-width: 424px) {
  :root {
    --airfresh-gutter-x: var(--airfresh-gutter-x-xxs);
  }
}

/* İç içe container'da çift padding olmasın */
.container .container,
.container .auto-container,
.auto-container .container,
.auto-container .auto-container,
.container-fluid .container,
.container-fluid .auto-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}
/* Tablolar mobilde yatay kaydırma */
.table-responsive,
.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table {
  max-width: 100%;
}
/* Form elemanları mobilde tam genişlik */
@media (max-width: 767px) {
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="tel"],
  .form-group input[type="number"],
  .form-group select,
  .form-group textarea,
  .contact-form input,
  .contact-form select,
  .contact-form textarea,
  #demoForm input,
  #demoForm select,
  #demoForm textarea {
    width: 100% !important;
    max-width: 100%;
  }
}
/* Dokunmatik hedefler en az 44px */
@media (max-width: 991px) {
  .theme-btn,
  .btn-style-one,
  .main-menu .navigation > li > a,
  .mobile-nav-toggler,
  a[href].theme-btn {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
  }
}
/* Uzun kelimeler satırı kırmasın taşmasın */
h1, h2, h3, h4, h5, h6,
.sec-title .sub-title,
.sec-title h2,
p, .text, li {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* Mobilde başlık boyutları */
@media (max-width: 767px) {
  .sec-title h2,
  .page-title .title,
  .page-title h1 {
    font-size: 1.5rem !important;
    line-height: 1.3;
  }
  .sec-title .sub-title {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 424px) {
  .sec-title h2,
  .page-title .title,
  .page-title h1 {
    font-size: 1.35rem !important;
  }
}
/* Row / col taşmasın */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Banner / hero mobil */
@media (max-width: 767px) {
  .banner-section-two .content-box h2.title,
  .banner-section-two .content-box .title {
    font-size: 1.5rem !important;
    line-height: 1.3;
  }
}
/* Footer / copyright metin küçük ekran */
@media (max-width: 424px) {
  .copyright-text {
    font-size: 12px !important;
  }
  .footer-widget .widget-title {
    font-size: 1rem !important;
  }
}
