/* Dil değiştirici – modern chip görünümü */
.main-menu .navigation li.language-dropdown {
  margin-left: 8px;
  position: relative;
}

.main-header .nav-outer {
  overflow: visible;
}

/* Hover'da alttaki kırmızı çizgiyi kaldır */
.main-menu .navigation li.language-dropdown::before {
  display: none !important;
}

.main-menu .navigation li.language-dropdown>a.lang-toggle {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 4px 14px;
  background: rgba(15, 23, 42, 0.15);
  border-radius: 999px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.28);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none !important;
}

.main-menu .navigation li.language-dropdown>a.lang-toggle:hover {
  background: rgba(15, 23, 42, 0.28);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.main-menu .navigation li.language-dropdown .lang-flag {
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}

.main-menu .navigation li.language-dropdown .lang-chevron {
  font-size: 10px;
  opacity: 0.9;
  transition: transform 0.25s ease;
}

.main-menu .navigation li.language-dropdown.show .lang-chevron {
  transform: rotate(180deg);
}

/* Tema hover kuralını dil dropdown için devre dışı – hover ile açılmasın */
.main-menu .navigation li.language-dropdown:hover>.dropdown-menu:not(.show) {
  opacity: 0 !important;
  filter: brightness(0.6) !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.main-menu .navigation li.language-dropdown>.dropdown-menu {
  display: block !important;
  opacity: 0;
  filter: brightness(0.75);
  pointer-events: none;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

/* .show varken görünsün – tema hover ile KAPANMASIN (visibility/opacity !important) */
.main-menu .navigation li.language-dropdown>.dropdown-menu.show {
  visibility: visible !important;
  opacity: 1 !important;
  filter: brightness(1) !important;
  pointer-events: auto !important;
}

.main-menu .navigation li.language-dropdown .lang-dropdown-menu {
  min-width: 160px;
  padding: 6px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin-top: 6px;
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  top: 100% !important;
  transform: none !important;
  inset: auto !important;
  overflow: hidden;
}

.main-menu .navigation li.language-dropdown .lang-dropdown-menu li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

[dir="rtl"] .main-menu .navigation li.language-dropdown .lang-dropdown-menu {
  right: auto !important;
  left: 0 !important;
}

.main-menu .navigation li.language-dropdown .lang-option {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 10px 14px !important;
  margin: 0 !important;
  border-radius: 8px;
  color: #1f2937 !important;
  font-size: 14px;
  transition: background 0.15s ease;
  width: 100%;
  box-sizing: border-box;
}

.main-menu .navigation li.language-dropdown .lang-option:hover {
  background: #f5f6f8 !important;
  color: var(--theme-color1) !important;
}

.main-menu .navigation li.language-dropdown .lang-option .lang-flag {
  width: 22px;
  height: 16px;
  border-radius: 4px;
  object-fit: cover;
}

.main-menu .navigation li.language-dropdown .dropdown-toggle::after {
  display: none !important;
  /* Kendi chevron kullanıyoruz */
}

/* Tema buton stil & hover geliştirme */

/* Ana buton (dolu) – footer bülten butonu ile uyumlu stil */
.theme-btn.btn-style-one,
.btn-style-one {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0.6rem 1.15rem;
  height: 2.75rem;
  border-radius: 8px;
  border: none;
  background: var(--bg-theme-color2);
  color: #fff !important;
  font-weight: 500;
  letter-spacing: .03em;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.theme-btn.btn-style-one:hover,
.btn-style-one:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 0 1px rgba(14, 114, 185, 0.35);
}

/* İkinci buton – sade parlama (theme-color1, tam dolu) */
.btn-style-two {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 28px;
  border-radius: 8px;
  border: none;
  background: var(--theme-color1);
  color: #fff !important;
  font-weight: 600;
  letter-spacing: .03em;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.btn-style-two:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  filter: brightness(1.05);
}

/* Üçüncü buton (ikincil dolu) – sade hover */
.btn-style-three {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  border: none;
  background: #ffffff;
  color: var(--bg-theme-color2) !important;
  font-weight: 600;
  letter-spacing: .03em;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}

.btn-style-three:before {
  background: var(--bg-theme-color2) !important;
}

.btn-style-three:hover {
  background: var(--bg-theme-color2) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

.mobile-contact-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  display: none;
}

.mobile-contact-button {
  flex: 1;
  padding: 12px 8px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-weight: bold;
  margin: 0;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-top: none;
  height: 55px;
  position: relative;
  overflow: hidden;
}

.mobile-contact-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-100%);
  transition: all 0.3s ease;
}

.mobile-contact-button:hover:before,
.mobile-contact-button:active:before {
  transform: translateY(0);
}

.mobile-contact-button:hover,
.mobile-contact-button:active {
  color: white;
  transform: translateY(-3px);
}

.call-button {
  background-color: #007C91;
  background-image: linear-gradient(135deg, #005a6b, #007C91);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.whatsapp-button {
  background-color: #25D366;
  background-image: linear-gradient(135deg, #128C7E, #25D366);
}

.mobile-contact-button i {
  font-size: 18px;
  margin-right: 6px;
  margin-bottom: 0;
  display: block;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.mobile-contact-button span {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .mobile-contact-buttons {
    display: flex;
  }

  body {
    padding-bottom: 55px;
  }

  /* Mobil menü açıksa (body.mobile-menu-visible) alt sabit butonları gizle */
  body.mobile-menu-visible .mobile-contact-buttons {
    display: none !important;
  }

  /* Sayfa en alta gelince mobil iletişim butonlarını gizle */
  body.at-page-bottom .mobile-contact-buttons,
  body.at-page-bottom .mobile-contact-buttons.d-block.d-md-none {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }

  /* Mobil menüde kendi eklediğimiz nav-cat-toggle okunu gizle – sadece tema dropdown okları kalsın */
  .mobile-menu .nav-cat-toggle {
    display: none !important;
  }
}


@media (min-width: 769px) {
  .mobile-contact-buttons {
    display: none !important;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.preloader__content {
  text-align: center;
  width: 90%;
  max-width: 400px;
  padding: 20px;
}

.preloader__logo {
  margin-bottom: 20px;
  width: 333px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.preloader__logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.preloader__title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
  word-wrap: break-word;
}

.preloader__spinner {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.spinner-grow {
  width: 1.5rem;
  height: 1.5rem;
  animation-delay: calc(var(--bs-spinner-animation-speed) * 0.15);
}

.spinner-grow:nth-child(2) {
  animation-delay: calc(var(--bs-spinner-animation-speed) * 0.3);
}

.spinner-grow:nth-child(3) {
  animation-delay: calc(var(--bs-spinner-animation-speed) * 0.45);
}

@media (max-width: 768px) {
  .preloader__content {
    padding: 15px;
    max-width: 267px;
  }

  .preloader__logo {
    width: 133px;
    height: 80px;
    margin-bottom: 15px;
  }

  .preloader__title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .spinner-grow {
    width: 1.2rem;
    height: 1.2rem;
  }
}

@media (max-width: 320px) {
  .preloader__content {
    padding: 10px;
    max-width: 187px;
  }

  .preloader__logo {
    width: 100px;
    height: 60px;
    margin-bottom: 10px;
  }

  .preloader__title {
    font-size: 16px;
  }

  .spinner-grow {
    width: 1rem;
    height: 1rem;
  }
}

@media (max-width: 768px) {
  .page-title .title {
    font-size: 58px;
    color: #ffffff;
    margin-bottom: 17px;
  }
}

/* Sayfa başlığı (breadcrumb) h1 genel boyut ayarı */
.page-title .title {
  font-size: 50px;
}

.page-title .page-breadcrumb li a {
  color: var(--brand-color2, var(--theme-color2));
}

.page-title .page-breadcrumb li a:hover {
  color: var(--brand-color1, var(--theme-color1));
}

/* Marka sayfalarında breadcrumb linki marka renginden çeksin */
body.brand-theme .page-title .page-breadcrumb li a {
  color: var(--brand-color3, var(--theme-color2)) !important;
}

body.brand-theme .page-title .page-breadcrumb li a:hover {
  color: var(--brand-color2, var(--theme-color3)) !important;
}

/* İç sayfa page-title için slider ile aynı oranda alt kavis */
.page-title {
  position: relative;
  overflow: visible;
  /* alttaki kavis görünsün */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Marka header kullanılırken ana header arka planını şeffaf yap - page-title görseli header'ın arkasında devam etsin */
body.brand-theme .main-header.header-style-two {
  background-color: transparent !important;
  background: transparent !important;
}

body.brand-theme .main-header.header-style-two::before {
  background: linear-gradient(to bottom, var(--brand-color1, var(--bg-theme-color1)), transparent) !important;
  min-height: 300px !important;
  display: block !important;
}

/* Brand page header'ın da şeffaf olmasını sağla */
body.brand-theme .brand-page__header {
  background: transparent !important;
  background-color: transparent !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

/* Marka sayfası için page-title görseli tüm header'ı kaplar - normal sayfalardaki gibi */
body.brand-theme .page-title--brand {
  margin-top: -150px !important;
  padding-top: 150px !important;
  padding-bottom: 65px !important;
  min-height: auto !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  z-index: 1;
}

body.brand-theme .main-header.header-style-two {
  position: relative;
  z-index: 2;
}

/* Marka header alanı için üstten gölgeli overlay */
.page-title--brand::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(23, 56, 87, 0.75), transparent);
  z-index: 1;
  pointer-events: none;
}

.page-title--brand .brand-page__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: transparent !important;
  padding: 16px 0;
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}

.page-title--brand .brand-page__header::before,
.page-title--brand .brand-page__header::after {
  display: none;
}

.page-title--brand .title-outer {
  position: relative;
  z-index: 5;
  padding-top: 120px;
  padding-bottom: 65px;
}

/* Slider alt kısmı için alttan basık / oval efekt */
.banner-section-two {
  position: relative;
  overflow: visible;
  /* Alttaki kavis görünsün, yükseklik header ile birlikte ekrana sığsın */
  min-height: calc(100vh - 120px);
}

.banner-section-two::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
  width: 140%;
  /* daha geniş kavis */
  height: 120px;
  /* daha düşük kavis - ekranı çok aşağı taşırmasın */
  background-color: #ffffff;
  /* sliderın altındaki section rengiyle aynı olmalı */
  z-index: 1;
  pointer-events: none;
  box-shadow: 0px -20px 20px -5px #8997a1;
}

@media (max-width: 767.98px) {
  .banner-section-two::after {
    bottom: -100px;
    /* mobilde ovali biraz yukarı al */
  }
}

.brand-section-home {
  position: relative;
  padding: 24px 0 40px;
}

.brand-section-home .sec-title {
  margin-bottom: 40px;
}

.brand-card-home {
  margin-bottom: 32px;
}

.brand-card-home__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 22px 20px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.brand-card-home__inner:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  border-color: #d1d5db;
}

.brand-card-home__logo {
  width: 260px;
  height: 160px;
  border-radius: 12px;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
}

.brand-card-home__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Slider yüksekliğini viewport'a sabitle - header + slider tek ekranda */
.banner-section-two .slide-item {
  height: calc(100vh - 120px);
  padding: 120px 0 80px;
  display: flex;
  align-items: center;
  position: relative;
}

.banner-section-two .slide-item .bg-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 10%, rgba(56, 189, 248, 0.35), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(59, 130, 246, 0.45), transparent 55%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.6));
  mix-blend-mode: multiply;
}

@media (max-width: 991.98px) {
  .banner-section-two {
    min-height: auto;
  }

  .banner-section-two .slide-item {
    height: auto;
    padding: 100px 0 60px;
  }
}

.brand-card-home__placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #e5e7eb;
  color: #4b5563;
  font-size: 20px;
}

.brand-card-home__name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--theme-color1, #173857);
  margin: 2px 0 0;
}

.brand-card-home__desc {
  font-size: 0.9rem;
  color: #6b7280;
  margin: 6px 0 0;
}

/* =========================================================
   ANASAYFA – GOOGLE YORUMLARI BLOĞU
   ========================================================= */
.home-reviews-section {
  padding: 42px 0 40px;
  background: #f9fafb;
}

.home-reviews-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 24px 26px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.home-reviews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.home-reviews-logo img {
  height: 32px;
  width: auto;
  display: block;
}

.home-reviews-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-reviews-stars {
  display: inline-flex;
  gap: 2px;
}

.home-reviews-star {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #e5e7eb;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M10 1.5l2.47 5.01 5.53.8-4 3.9.94 5.5L10 13.9l-4.94 2.8.94-5.5-4-3.9 5.53-.8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M10 1.5l2.47 5.01 5.53.8-4 3.9.94 5.5L10 13.9l-4.94 2.8.94-5.5-4-3.9 5.53-.8z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.home-reviews-star.is-filled {
  background: #facc15;
}

.home-reviews-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.8125rem;
  color: #4b5563;
}

.home-reviews-score {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
}

.home-reviews-count {
  font-size: 0.8rem;
}

.home-reviews-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 6px;
}

.home-review-card {
  border-radius: 16px;
  border: 1px solid rgba(209, 213, 219, 0.9);
  padding: 12px 13px 13px;
  background: #f9fafb;
}

.home-review-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.home-review-card__avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-review-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-review-card__avatar-fallback {
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
}

.home-review-card__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.home-review-card__name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #111827;
}

.home-review-card__date {
  font-size: 0.78rem;
  color: #6b7280;
}

.home-review-card__stars {
  margin-bottom: 6px;
}

.home-review-card__text {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #4b5563;
  max-height: 5.4em;
  overflow: hidden;
}

/* Responsive */
@media (max-width: 991.98px) {
  .home-reviews-inner {
    padding: 18px 16px 20px;
  }

  .home-reviews-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .home-reviews-section {
    padding: 30px 0 26px;
  }

  .home-reviews-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-reviews-list {
    grid-template-columns: minmax(0, 1fr);
  }
}


/* Anasayfa ürün kategorileri – yatay kaydırılabilir büyük kartlar */
.home-product-categories-section {
  padding-bottom: 52px;
}

.home-category-carousel-wrap {
  position: relative;
  max-width: 1720px;
  /* arka planı genişlet – 4 kart sığsın */
  margin: 0 auto 10px auto;
  padding: 0 40px;
}

.home-category-carousel {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 6px 0 12px;
  /* snap kaldır – serbest kaydırma, zıplama olmasın */
  scroll-snap-type: none;
  scrollbar-width: none;
  /* scrollbar gizli, kaydırma aktif */
  cursor: grab;
  user-select: none;
}

.home-category-carousel::-webkit-scrollbar {
  height: 0;
  /* alttaki gri çubuk görünmesin */
}

.home-category-carousel::-webkit-scrollbar-track {
  background: transparent;
}

.home-category-carousel::-webkit-scrollbar-thumb {
  background: transparent;
}

.home-category-carousel-card {
  flex: 0 0 380px;
  /* kartları biraz daha büyüt – satırda 4 tane */
  /* snap-align kaldırıldı */
}

.home-category-carousel.is-dragging {
  cursor: grabbing;
}

.home-product-categories-section .home-category-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  overflow: hidden;
  text-decoration: none;
}

.home-product-categories-section .home-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  border-color: rgba(148, 163, 184, 0.35);
}

.home-product-categories-section .home-category-card__icon {
  width: 100%;
  height: 230px;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.home-product-categories-section .home-category-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.home-product-categories-section .home-category-card__content {
  padding: 18px 22px 20px;
  text-align: center;
}

.home-product-categories-section .brand-card-home__name {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--theme-color1, #111827);
  margin: 0 0 6px 0;
}

.home-product-categories-section .home-category-card__meta {
  font-size: 0.9rem;
  color: #6b7280;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .home-category-carousel-card {
    flex: 0 0 320px;
  }
}

@media (max-width: 767.98px) {
  .home-category-carousel-wrap {
    padding: 0 16px;
  }

  .home-category-carousel-card {
    flex: 0 0 260px;
  }

  .home-product-categories-section .home-category-card__icon img {
    height: 210px;
  }
}

.home-category-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  background: #ffffff;
  color: var(--theme-color1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.18);
  font-size: 0.9rem;
}

.home-category-carousel-btn:hover {
  background: var(--theme-color1);
  color: #fff;
}

.home-category-prev {
  left: -14px;
  /* kartlardan biraz daha uzak dursun */
}

.home-category-next {
  right: -14px;
  /* kartlardan biraz daha uzak dursun */
}

.brand-page {
  --brand-color1: var(--theme-color1, #173857);
  --brand-color2: var(--theme-color2, #ea1725);
}

.brand-page__header {
  position: relative;
  z-index: 2;
  background: transparent !important;
  padding: 16px 0;
  transition: padding 0.3s ease, box-shadow 0.3s ease;
}

.brand-page__header::before {
  display: none;
}

.brand-page__header::after {
  display: none;
}

.brand-header {
  background: transparent !important;
  visibility: visible !important;
  opacity: 1 !important;
  display: flex !important;
}

.brand-header__logo {
  height: 80px;
  max-width: 260px;
  object-fit: contain;
  display: block;
  transition: height 0.3s ease, max-width 0.3s ease, opacity 0.3s ease;
}

.brand-header__logo-text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  font-family: var(--title-font, "Roboto", sans-serif);
  transition: font-size 0.3s ease, color 0.3s ease;
}

.brand-header__menu {
  gap: 24px;
  transition: gap 0.3s ease;
}

/* Apple Servisi – özel sayfa stilleri */
.page-hero-apple {
  position: relative;
  padding: 90px 0 80px;
  overflow: hidden;
  background: radial-gradient(circle at top left, #0f172a 0, #020617 40%, #020617 100%);
  color: #f9fafb;
}

.page-hero-apple__bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(56, 189, 248, 0.24), transparent 55%),
    radial-gradient(circle at 80% 0%, rgba(94, 234, 212, 0.18), transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.page-hero-apple__inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.page-hero-apple__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #cbd5f5;
  margin-bottom: 14px;
}

.page-hero-apple__breadcrumb a {
  color: #e5e7eb;
}

.page-hero-apple__breadcrumb a:hover {
  color: #ffffff;
}

.page-hero-apple__title {
  font-size: 2.6rem;
  line-height: 1.15;
  font-weight: 800;
  color: #f9fafb;
  margin-bottom: 12px;
}

.page-hero-apple__subtitle {
  font-size: 1.02rem;
  color: #e5e7eb;
  max-width: 540px;
  margin-bottom: 20px;
}

.page-hero-apple__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-hero-apple .btn-style-two {
  background: transparent;
  border-color: rgba(148, 163, 184, 0.6);
  color: #e5e7eb;
}

.page-hero-apple .btn-style-two:hover {
  background: #e5e7eb;
  color: #020617;
}

.apple-service-intro {
  padding: 70px 0 40px;
}

.apple-service-intro__image-box {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.28);
}

.apple-service-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.apple-service-intro__badge {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  background: rgba(15, 23, 42, 0.92);
  color: #e5e7eb;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.apple-service-intro__list {
  margin-top: 14px;
}

.apple-devices-section {
  padding: 20px 0 50px;
}

.apple-devices-grid {
  row-gap: 24px;
}

.apple-device-card {
  height: 100%;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(203, 213, 225, 0.9);
  padding: 22px 20px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.apple-device-card:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.9);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.15);
}

.apple-device-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0f172a, #1d4ed8);
  color: #f9fafb;
  margin-bottom: 14px;
  font-size: 1.3rem;
}

.apple-device-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.apple-device-card__text {
  font-size: 0.95rem;
  color: #4b5563;
  margin-bottom: 0;
}

.apple-macbook-service,
.apple-iphone-service {
  padding: 40px 0 30px;
}

.apple-macbook-service__image-box,
.apple-iphone-service__image-box {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.25);
}

.apple-macbook-service__image img,
.apple-iphone-service__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.apple-macbook-service__list,
.apple-iphone-service__list {
  margin-top: 14px;
}

.apple-service-areas {
  padding: 40px 0 40px;
}

.apple-service-areas__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.apple-service-areas__grid span {
  background: #ffffff;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.72);
  padding: 8px 16px;
  font-size: 0.92rem;
  color: #1f2933;
}

.apple-faq-section {
  padding: 40px 0 70px;
}

.apple-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.apple-faq-item {
  border-radius: 14px;
  border: 1px solid rgba(209, 213, 219, 0.9);
  background: #ffffff;
  padding: 16px 18px;
}

.apple-faq-item__question {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.apple-faq-item__answer {
  font-size: 0.95rem;
  color: #4b5563;
  margin-bottom: 0;
}

.apple-faq-cta {
  margin-top: 26px;
  padding: 18px 20px;
  border-radius: 14px;
  background: linear-gradient(90deg, #0f172a, #1e293b);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #e5e7eb;
}

.apple-faq-cta p {
  margin: 0;
}

.apple-faq-cta .btn-style-one {
  background: #e5e7eb;
  color: #020617;
}

.apple-faq-cta .btn-style-one:hover {
  background: #ffffff;
}

@media (max-width: 991.98px) {
  .page-hero-apple {
    padding: 76px 0 64px;
  }

  .page-hero-apple__title {
    font-size: 2.2rem;
  }

  .apple-service-areas__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .page-hero-apple {
    padding: 64px 0 52px;
  }

  .page-hero-apple__title {
    font-size: 1.9rem;
  }

  .page-hero-apple__cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .apple-devices-section {
    padding-bottom: 36px;
  }

  .apple-service-areas__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .apple-faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .apple-faq-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.brand-header__menu-link,
.brand-header__menu-link:visited,
.brand-header__menu-link:active,
.brand-header__menu-link:focus {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  font-size: 0.98rem;
  font-family: var(--text-font, "Roboto", sans-serif);
  transition: color 0.25s ease, opacity 0.25s ease;
  outline: none;
}

.brand-header__menu-link:hover {
  color: #ffffff;
  opacity: 1;
}

.brand-header__menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--brand-color2, var(--theme-color2, #ea1725));
  transition: width 0.3s ease, background 0.3s ease;
}

.brand-header__menu-link:hover::after {
  width: 100%;
}

/* Brand header dil seçici - normal header ile aynı stil */
.brand-header__language-dropdown {
  position: relative;
}

.brand-header__lang-toggle {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 4px 14px;
  background: rgba(15, 23, 42, 0.15);
  border-radius: 999px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--text-font, "Roboto", sans-serif);
  border: 1px solid rgba(255, 255, 255, 0.28);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none !important;
  cursor: pointer;
}

.brand-header__lang-toggle:hover {
  background: rgba(15, 23, 42, 0.28);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.brand-header__lang-toggle .lang-flag {
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}

.brand-header__lang-toggle .lang-chevron {
  font-size: 10px;
  opacity: 0.9;
  transition: transform 0.25s ease;
}

.brand-header__language-dropdown.show .lang-chevron {
  transform: rotate(180deg);
}

.brand-header__lang-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 6px;
  min-width: 160px;
  padding: 6px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  list-style: none;
  z-index: 1000;
}

.brand-header__language-dropdown.show .brand-header__lang-menu {
  display: block;
}

.brand-header__lang-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.brand-header__lang-option {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 10px 14px !important;
  margin: 0 !important;
  border-radius: 8px;
  color: #1f2937 !important;
  font-size: 14px;
  font-family: var(--text-font, "Roboto", sans-serif);
  transition: background 0.15s ease;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}

.brand-header__lang-option:hover {
  background: #f5f6f8 !important;
  color: var(--theme-color1) !important;
  text-decoration: none;
}

.brand-header__lang-option .lang-flag {
  width: 22px;
  height: 16px;
  border-radius: 4px;
  object-fit: cover;
}

.brand-page__body {
  position: relative;
  z-index: 1;
  padding: 20px 0 40px;
}

.brand-page__intro {
  max-width: 720px;
  margin-bottom: 30px;
}

.brand-page__intro p {
  margin: 0;
  font-size: 1rem;
  color: #4b5563;
}

.brand-page__placeholder {
  padding: 24px 20px;
  border-radius: 14px;
  background: #f9fafb;
  border: 1px dashed var(--brand-color2, #d1d5db);
  max-width: 780px;
}

.brand-page__placeholder-title {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--brand-color1, var(--theme-color1, #173857));
}

.brand-page__placeholder-text {
  margin: 0;
  font-size: 0.95rem;
  color: #6b7280;
}

/* Hakkımızda (about-section-three) içeriği kavisin üstünde görünsün */
.about-section-three {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}

/* Ürün detay (services-details) – kavislerin üzerinde düzgün görünsün */
.services-details {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  /* page-title kavisinin altından boşluk */
  padding-bottom: 120px;
  /* before-footer-wave kavisinin üstünden boşluk */
}

.services-details .container {
  overflow: visible;
}

/* Blog detay – tüm içerik (görsel dahil) z-index 1, footer öncesi boşluk */
.blog-details {
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
}

.blog-details__left,
.blog-details__left .blog-details__img,
.blog-details__left .blog-details__content,
.blog-details__left .blog-details__text-2,
.blog-details__left .blog-details__text-2 img {
  position: relative;
  z-index: 1;
}

/* Sidebar iletişim butonu taşmasın, satır içinde kalabilsin */
.service-sidebar .service-sidebar-single-btn .theme-btn {
  word-break: break-word;
  white-space: normal;
  text-align: center;
}

/* =============================
   Ürün detay sayfası – güzelleştirme
   ============================= */

.product-detail-page .product-sidebar-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  border: 1px solid rgba(23, 56, 87, .06);
}

.product-detail-page .product-sidebar-title {
  color: var(--theme-color1);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--theme-color2);
}

/* Ürün detay sidebar – iletişim numarası normal okunaklı boyut */
.product-detail-page .product-sidebar-contact-btn .btn-title {
  font-size: 1rem;
  font-weight: 500;
}

.product-detail-page .product-sidebar-share h6 {
  color: var(--theme-color1);
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-detail-page .product-sidebar-share .blog-details__social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-detail-page .product-sidebar-share .blog-details__social-list li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  transition: transform .25s ease, opacity .25s ease;
}

.product-detail-page .product-sidebar-share .blog-details__social-list li a:hover {
  transform: translateY(-3px);
  opacity: .9;
}

.product-detail-page .product-sidebar-share .blog-details__social-list li.facebook a {
  background: #1877f2;
}

.product-detail-page .product-sidebar-share .blog-details__social-list li.twitter a {
  background: #1da1f2;
}

.product-detail-page .product-sidebar-share .blog-details__social-list li.linkedin a {
  background: #0a66c2;
}

.product-detail-page .product-sidebar-share .blog-details__social-list li.whatsapp a {
  background: #25d366;
}

.product-detail-content {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  border: 1px solid rgba(23, 56, 87, .06);
}

.product-detail-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #f8f9fa 0%, #ecf0f4 100%);
  overflow: hidden;
}

.product-detail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-detail-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--theme-color3);
  font-size: 4rem;
  gap: 12px;
}

.product-detail-image-placeholder span {
  font-size: 1rem;
  color: var(--theme-color1);
  font-weight: 500;
  max-width: 80%;
  text-align: center;
}

.product-detail-body {
  padding: 28px 32px 32px;
}

.product-detail-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-category-badge {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(234, 23, 37, .1);
  color: var(--theme-color2);
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 20px;
}

.product-detail-title {
  color: var(--theme-color1);
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.product-detail-lead {
  color: #5d7186;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.product-detail-description {
  color: #424e5a;
  font-size: 1rem;
  line-height: 1.75;
}

.product-detail-description p {
  margin-bottom: 1rem;
}

.product-detail-description p:last-child {
  margin-bottom: 0;
}

/* Keep inline URLs/links at the same text size as paragraph content */
.product-detail-description a,
.product-category-detail-content a {
  font-size: inherit;
  line-height: inherit;
}

.product-detail-description h1,
.product-detail-description h2,
.product-detail-description h3 {
  color: var(--theme-color1);
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.product-detail-description h2,
.product-category-detail-content h2 {
  font-size: 1.9rem;
  line-height: 1.3;
  font-weight: 700;
}

.product-detail-description h3,
.product-category-detail-content h3 {
  font-size: 1.45rem;
  line-height: 1.35;
  font-weight: 700;
}

.product-detail-description ul,
.product-detail-description ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

/* Ürün detay tablosu – modern kart görünümü, theme color 2 başlık */
.product-detail-description .product-spec-table {
  font-size: 1.1rem !important;
  margin-top: 1.25rem;
  margin-bottom: 1.75rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.product-detail-description .product-spec-table td {
  padding: 0.9rem 1.15rem;
  vertical-align: middle;
  font-size: 1.1rem !important;
  line-height: 1.5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.product-detail-description .product-spec-table tr:last-child td {
  border-bottom: none;
}

.product-detail-description .product-spec-table td:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.14);
  font-weight: 500;
  color: #374151;
}

.product-detail-description .product-spec-table tr:first-child td:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.product-detail-description .product-spec-table td:last-child {
  color: #1f2937;
}

.product-detail-description .product-spec-table tbody tr:nth-child(even) td {
  background: #fafafa;
}

.product-detail-description .product-spec-table tbody tr:nth-child(odd) td {
  background: #fff;
}

.product-detail-description .product-spec-table tr:first-child td {
  background: var(--theme-color2, #ea1725) !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 1.05rem !important;
  padding: 1rem 1.15rem;
  border-bottom: none;
  border-left: none;
  border-top: none;
}

@media (max-width: 767px) {
  .product-detail-description .product-spec-table td {
    padding: 0.75rem 0.9rem;
    font-size: 1rem !important;
  }

  .product-detail-description .product-spec-table tr:first-child td {
    padding: 0.85rem 0.9rem;
  }
}

@media (max-width: 991px) {
  .product-detail-body {
    padding: 20px 20px 24px;
  }

  .product-detail-title {
    font-size: 1.5rem;
  }
}

/* =============================
   Ürünler sayfası – filtre + kategoriye göre listeleme
   ============================= */

.products-page {
  padding: 56px 0 120px;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 50%, #fff 100%);
}

.products-page--brand {
  padding-top: 20px;
}

.products-page-container {
  max-width: 1400px;
}

/* Sticky sidebar – 2 kritik nokta:
   1) body overflow-x:hidden → scroll containment → sticky bozulur. clip kullan.
   2) col-lg-4 row yüksekliğine uzanmalı (align-items:stretch). */
body.page-products,
body.brand-theme {
  overflow-x: clip !important;
}

body.page-products .page-wrapper,
body.brand-theme .page-wrapper {
  overflow: visible !important;
}

@media (min-width: 992px) {

  .products-page .row,
  .products-page--brand .row {
    align-items: stretch;
  }
}

/* Sticky filtre sidebar - masaüstünde (header fixed ~100px) */
@media (min-width: 992px) {

  .products-page .products-filter-sidebar,
  .products-page aside.products-filter-sidebar,
  .products-page--brand .products-filter-sidebar,
  .products-page--brand aside.products-filter-sidebar {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 4px 20px rgba(23, 56, 87, .08);
    border: 1px solid rgba(23, 56, 87, .12);
  }
}

/* Mobilde sticky yok */
@media (max-width: 991px) {

  .products-page .products-filter-sidebar,
  .products-page aside.products-filter-sidebar,
  .products-page--brand .products-filter-sidebar,
  .products-page--brand aside.products-filter-sidebar {
    position: static;
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 4px 20px rgba(23, 56, 87, .08);
    border: 1px solid rgba(23, 56, 87, .12);
  }
}

.products-filter-title {
  color: var(--theme-color1);
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin: 0 0 20px 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Kategori detay sayfası – alt makale alanı */
.products-category-article {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e5e7eb;
}

.products-category-article-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--theme-color1);
  margin-bottom: 16px;
}

.products-category-article-body {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4b5563;
}

.products-category-article-body p {
  margin-bottom: 12px;
}

.products-category-article-body ul,
.products-category-article-body ol {
  padding-left: 1.2rem;
  margin-bottom: 12px;
}

.products-category-article-body h3,
.products-category-article-body h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 8px;
  color: var(--theme-color1);
}

.products-filter-search {
  position: relative;
  margin-bottom: 24px;
}

.products-filter-search .form-control {
  padding: 12px 44px 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(23, 56, 87, .15);
  font-size: 1rem;
  background: #fff;
  color: var(--theme-color1);
  transition: border-color .2s, box-shadow .2s;
}

.products-filter-search .form-control::placeholder {
  color: var(--theme-color2);
  opacity: 0.85;
}

.products-filter-search .form-control:focus {
  border-color: var(--theme-color2);
  box-shadow: 0 0 0 2px rgba(234, 23, 37, .12);
  background: #fff;
  outline: none;
}

.products-filter-search-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme-color1);
  pointer-events: none;
  font-size: 1rem;
  opacity: .85;
}

.products-filter-categories {
  max-height: 520px;
  /* kategori listesi için daha yüksek alan */
  overflow-y: auto;
  margin-bottom: 20px;
}

.products-filter-categories .form-check {
  padding: 14px 0;
  border-bottom: 1px solid rgba(23, 56, 87, .08);
  margin: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

.products-filter-categories .form-check:last-child {
  border-bottom: none;
}

.products-filter-categories .form-check-label {
  color: var(--theme-color1);
  font-size: 1.15rem;
  cursor: pointer;
  flex: 1;
  font-weight: 400;
}

.products-filter-categories .form-check-input {
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  border: 2px solid rgba(23, 56, 87, .2);
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color .2s, background .2s, box-shadow .2s;
}

.products-filter-categories .form-check-input:checked {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.products-filter-categories .form-check-input:focus {
  box-shadow: 0 0 0 2px rgba(234, 23, 37, .15);
}

.products-filter-categories .form-check-input:checked+.form-check-label {
  font-weight: 600;
  color: var(--theme-color2);
}

.products-page #products-filter-clear {
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--theme-color1);
  background: #fff;
  border: 1px solid rgba(23, 56, 87, .15);
  border-radius: 10px;
  text-align: center;
  transition: background .2s, border-color .2s, color .2s;
}

.products-page #products-filter-clear:hover {
  background: rgba(23, 56, 87, .06);
  border-color: var(--theme-color2);
  color: var(--theme-color2);
}

.products-category-section {
  margin-bottom: 48px;
}

.products-category-section:last-child {
  margin-bottom: 0;
}

.products-category-heading {
  color: var(--theme-color1);
  font-size: 1.65rem;
  font-weight: 700;
  margin: 0 0 28px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(234, 23, 37, .2);
  display: flex;
  align-items: center;
  gap: 12px;
}

.products-category-heading::before {
  content: "";
  width: 5px;
  height: 1.2em;
  background: var(--theme-color2);
  border-radius: 2px;
}

.products-category-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

@media (max-width: 1200px) {
  .products-category-items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .products-category-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 576px) {
  .products-category-items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.products-list-content {
  min-height: 120px;
  transition: opacity .2s ease;
  padding: 16px 0;
}

.products-list-content .text-muted {
  padding: 64px 32px;
  text-align: center;
  background: rgba(255, 255, 255, .8);
  border-radius: 18px;
  border: 1px dashed rgba(23, 56, 87, .15);
  font-size: 1.15rem;
}

.products-list-content.products-loading {
  opacity: .6;
  pointer-events: none;
}

.product-list-item {
  background: #fff;
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 4px 24px rgba(23, 56, 87, .08), 0 1px 4px rgba(0, 0, 0, .04);
  border: 1px solid rgba(23, 56, 87, .06);
  transition: box-shadow .35s ease, transform .35s ease, border-color .35s ease;
  overflow: hidden;
}

.product-list-item:hover {
  box-shadow: 0 16px 40px rgba(23, 56, 87, .12), 0 6px 16px rgba(234, 23, 37, .08);
  transform: translateY(-8px);
  border-color: rgba(234, 23, 37, .2);
}

.product-list-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: color .2s ease;
}

.product-list-item-link:hover {
  color: var(--theme-color2);
}

.product-list-item-image {
  width: 100%;
  max-width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 14px;
  background: #fafafa;
  padding: 0;
  margin-bottom: 16px;
  display: block;
}

.product-list-item-placeholder {
  width: 100%;
  max-width: 160px;
  height: 160px;
  border-radius: 14px;
  background: linear-gradient(145deg, #f0f4f8, #e2e8f0);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #94a3b8;
  font-size: 2.4rem;
}

.product-list-item-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--theme-color1);
  max-width: 100%;
  line-height: 1.4;
  margin: 0 0 16px 0;
}

.product-list-item-link:hover .product-list-item-title {
  color: var(--theme-color2);
}

/* Brand detail: filter/list colors use brand palette */
body.brand-theme .products-page--brand .products-filter-title {
  color: var(--brand-color1, var(--theme-color1));
}

body.brand-theme .products-page--brand .products-filter-search .form-control {
  border-color: var(--brand-color1, var(--theme-color1));
  color: var(--brand-color1, var(--theme-color1));
}

body.brand-theme .products-page--brand .products-filter-search .form-control::placeholder {
  color: var(--brand-color2, var(--theme-color2));
}

body.brand-theme .products-page--brand .products-filter-search .form-control:focus {
  border-color: var(--brand-color2, var(--theme-color2));
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--brand-color2, var(--theme-color2)) 22%, transparent);
}

body.brand-theme .products-page--brand .products-filter-search-icon {
  color: var(--brand-color1, var(--theme-color1));
}

body.brand-theme .products-page--brand .products-filter-categories .form-check-label {
  color: var(--brand-color1, var(--theme-color1));
}

body.brand-theme .products-page--brand .products-filter-categories .form-check-input {
  border-color: var(--brand-color1, var(--theme-color1));
}

body.brand-theme .products-page--brand .products-filter-categories .form-check-input:checked {
  background-color: var(--brand-color2, var(--theme-color2));
  border-color: var(--brand-color2, var(--theme-color2));
}

body.brand-theme .products-page--brand .products-filter-categories .form-check-input:focus {
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--brand-color2, var(--theme-color2)) 25%, transparent);
}

body.brand-theme .products-page--brand .products-filter-categories .form-check-input:checked+.form-check-label {
  color: var(--brand-color2, var(--theme-color2));
}

body.brand-theme .products-page--brand #products-filter-clear {
  color: var(--brand-color1, var(--theme-color1));
  border-color: var(--brand-color1, var(--theme-color1));
}

body.brand-theme .products-page--brand #products-filter-clear:hover {
  background: var(--brand-color1, var(--theme-color1));
  border-color: var(--brand-color1, var(--theme-color1));
  color: #fff;
}

body.brand-theme .products-page--brand .products-category-heading {
  color: var(--brand-color1, var(--theme-color1));
  border-bottom-color: color-mix(in srgb, var(--brand-color2, var(--theme-color2)) 30%, transparent);
}

body.brand-theme .products-page--brand .products-category-heading::before {
  background: var(--brand-color2, var(--theme-color2));
}

body.brand-theme .products-page--brand .product-list-item:hover {
  border-color: var(--brand-color2, var(--theme-color2));
  box-shadow: 0 16px 40px color-mix(in srgb, var(--brand-color1, var(--theme-color1)) 18%, transparent),
    0 6px 16px color-mix(in srgb, var(--brand-color2, var(--theme-color2)) 20%, transparent);
}

body.brand-theme .products-page--brand .product-list-item-title {
  color: var(--brand-color2, var(--theme-color2));
}

body.brand-theme .products-page--brand .product-list-item-link:hover,
body.brand-theme .products-page--brand .product-list-item-link:hover .product-list-item-title {
  color: var(--brand-color2, var(--theme-color2));
}



/* =============================
   Banner slider - sayılı dikey noktalar
   ============================= */

.banner-section-two .owl-dots {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 0;
}

/* İnce dikey çizgi (arka plan track) */
.banner-section-two .owl-dots .owl-dot {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.banner-section-two .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0;
  display: block;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}

.banner-section-two .owl-dots .owl-dot.active {
  border-color: #ffffff;
}

.banner-section-two .owl-dots .owl-dot.active span {
  background: #ffffff;
  transform: scale(1.4);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.banner-section-two .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

/* Masaüstü dışı görünmesin (isteğe göre açılabilir) */
@media (max-width: 767.98px) {
  .banner-section-two .owl-dots {
    display: none;
  }
}

/* Banner slider metinlerini ortala */
.banner-section-two .content-box {
  /* Yeni slider tasarımı: solda içerik bloğu, modern kart */
  display: block !important;
  max-width: 720px;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

.banner-section-two .content-box .inner {
  text-align: left !important;
}

.banner-section-two .content-box .sub-title {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 6px 18px;
  border-radius: 6px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: rgba(15, 23, 42, 0.55);
  text-align: left !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(249, 250, 251, 0.9);
}

.banner-section-two .content-box .sub-title::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #38bdf8;
  margin-right: 8px;
}

.banner-section-two .content-box .title {
  margin-top: 18px;
  margin-bottom: 14px;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 700;
  color: #f9fafb;
  text-shadow: 0 18px 45px rgba(15, 23, 42, 0.55);
}

.banner-section-two .content-box h3 {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  color: rgba(226, 232, 240, 0.95);
  max-width: 540px;
}

.banner-section-two .content-box .btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.banner-section-two .content-box .btn-box .theme-btn.btn-style-one {
  border-radius: 8px;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 600;
}

.banner-section-two .content-box .btn-box .theme-btn.btn-style-one:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 0 1px rgba(8, 82, 134, 0.7);
}

.banner-section-two .content-box .btn-box .theme-btn.btn-style-two {
  border-radius: 999px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  background: rgba(15, 23, 42, 0.76);
  border: 1px solid rgba(148, 163, 184, 0.8);
  color: #e5e7eb;
}

.banner-section-two .content-box .btn-box .theme-btn.btn-style-two .btn-title {
  color: inherit;
}

@media (max-width: 991.98px) {
  .banner-section-two .content-box {
    max-width: 420px;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .banner-section-two .content-box .inner {
    text-align: center !important;
  }

  .banner-section-two .content-box .title {
    font-size: 24px;
    line-height: 33px;
  }

  .banner-section-two .content-box h3 {
    max-width: 277px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 22px;
  }

  .banner-section-two .content-box .btn-box {
    justify-content: center;
  }

  .banner-section-two .slide-item {
    height: 528px;
    padding: 0;
  }
}

/* Slider okları – masaüstü ve mobil uyumlu, ortalanmış */
.banner-section-two .banner-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
}

.banner-section-two .banner-carousel .owl-nav .owl-prev,
.banner-section-two .banner-carousel .owl-nav .owl-next {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  /* çok açık gri, fotoğraf üzerinde belirgin */
  border: 1px solid rgba(15, 23, 42, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  /* koyu ok rengi */
  font-size: 18px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.35);
  pointer-events: auto;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.banner-section-two .banner-carousel .owl-nav .owl-prev,
.banner-section-two .banner-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin: 0 !important;
  transform: translateY(-50%);
}

.banner-section-two .banner-carousel .owl-nav .owl-prev {
  left: 0px;
}

.banner-section-two .banner-carousel .owl-nav .owl-next {
  right: 0px;
  top: calc(50% + 20px);
  transform: translateY(-50%);
}

.banner-section-two .banner-carousel .owl-nav .owl-prev:hover,
.banner-section-two .banner-carousel .owl-nav .owl-next:hover {
  background: #0e72b9;
  color: #ffffff;
  transform: translateY(calc(-50% - 1px));
}

.banner-section-two .banner-carousel .owl-nav .owl-prev span,
.banner-section-two .banner-carousel .owl-nav .owl-next span {
  display: inline-block;
  line-height: 1;
}

/* Tema'nın scroll sonrası çıkan ikinci header'ını kapat – header sabit olmasın */
.sticky-header {
  display: none !important;
}

@media (max-width: 767.98px) {
  .banner-section-two .banner-carousel .owl-nav {
    left: 0;
    right: 0;
  }

  .banner-section-two .banner-carousel .owl-nav .owl-prev,
  .banner-section-two .banner-carousel .owl-nav .owl-next {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}

/* =============================
   Footer'dan hemen önce global kavis (tüm sayfalarda)
   ============================= */

.before-footer-wave {
  position: relative;
  overflow: visible;
  z-index: 1;
  /* products-page (z-index:5) üzerinde görünsün */
}

.main-footer {
  z-index: 1;
}

/* Footer iletişim kolonunun altında sosyal ikonları hizalama */
.footer-widget.about-widget .footer-contact-social {
  margin-top: 18px;
  justify-content: flex-start;
}

/* =============================
   İletişim sayfası – profesyonel görünüm
   ============================= */

.contact-hero {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 56px 0 32px;
}

.contact-hero .contact-box {
  border: 1px solid #cccccc;
  border-radius: 16px;
  padding: 32px 24px;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.contact-hero .contact-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  border-color: var(--theme-color2);
}

.contact-hero .contact-box .icon-box {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 16px;
  background: var(--theme-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.contact-hero .contact-box:hover .icon-box {
  transform: scale(1.05);
}

.contact-hero .contact-box h5 {
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--theme-color1);
}

.contact-hero .contact-box p,
.contact-hero .contact-box a {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

.contact-hero .contact-box a:hover {
  color: var(--theme-color2);
}

/* İletişim sayfası sosyal medya – kutular ile harita arasında */
.contact-hero-social-bottom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.contact-hero-social-bottom .footer-contact-social {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-hero-social-bottom .footer-contact-social li {
  margin: 0 !important;
}


.contact-hero-social-bottom .footer-contact-social li a,
.contact-hero .footer-contact-social li a {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--theme-color1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: all 0.25s ease;
}

.contact-hero .footer-contact-social li a:hover {
  transform: translateY(-3px);
  background: var(--theme-color2);
  color: #fff;
}

/* Bayi kartları bölümü (haritanın altında, iletişim sayfası) */
.contact-locations-section {
  padding: 56px 0 160px;
  background: linear-gradient(180deg, #f0f4f8 0%, #e8eef5 100%);
}

.contact-locations-section .container {
  max-width: 1140px;
}

/* Bayi kartları (başlık, adres, telefon, telefon2) */
.contact-locations-section .col-12.text-center {
  text-align: center;
}

.contact-locations-title {
  color: var(--theme-color1);
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  margin-bottom: 2.5rem;
  position: relative;
  display: inline-block;
  text-align: center;
}

.contact-locations-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  background: var(--theme-color2);
  border-radius: 2px;
}

.contact-location-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 24px;
  height: 100%;
  border: 1px solid rgba(23, 56, 87, 0.06);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}

.contact-location-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--theme-color1), var(--theme-color2));
  border-radius: 4px 0 0 4px;
  opacity: 0.9;
}

.contact-location-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(23, 56, 87, 0.1), 0 0 0 1px rgba(234, 23, 37, 0.08);
  border-color: rgba(234, 23, 37, 0.15);
}

.contact-location-card__title {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--theme-color1);
  margin-bottom: 16px;
  padding-bottom: 14px;
  padding-left: 4px;
  border-bottom: 1px solid rgba(23, 56, 87, 0.1);
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.contact-location-card__row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #4a5568;
  line-height: 1.55;
  margin-bottom: 12px;
  padding-left: 2px;
}

.contact-location-card__row:last-child {
  margin-bottom: 0;
}

.contact-location-card__row a {
  color: #4a5568;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-location-card__row a:hover {
  color: var(--theme-color2);
}

.contact-location-card__icon {
  color: #fff !important;
  font-size: 13px;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--theme-color2), #c4121f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(234, 23, 37, 0.25);
}

.contact-location-card__row .contact-location-card__icon {
  margin-top: 0;
}

@media (max-width: 768px) {
  .contact-locations-section {
    padding: 40px 0 120px;
  }

  .contact-locations-title {
    font-size: 1.45rem;
  }

  .contact-location-card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .contact-location-card__icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    font-size: 12px;
  }
}

/* Harita bölümü – üst/alt boşluksuz, arka plana tam oturur */
.contact-map-section {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 0 120px 0;
  /* footer ile arasına boşluk */
  width: 100%;
}

/* Header: Ürünlerimiz dropdown (ürün kategorileri) – sade, profesyonel görünüm */
.main-header .main-menu .navigation>li.products-dropdown>ul.products-dropdown-menu {
  border-radius: 12px;
  padding: 8px 0;
  margin-top: 10px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(148, 163, 184, 0.2);
  min-width: 280px;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.header-style-two .header-lower .main-menu .navigation>li.products-dropdown>ul.products-dropdown-menu {
  top: 77%;
}

/* Dropdown products-dropdown sadece <li> hover olduğunda açılsın */
.main-header .main-menu .navigation>li.products-dropdown:hover>ul.products-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-header .main-menu .navigation>li.products-dropdown>ul.products-dropdown-menu>li {
  border-bottom: 1px solid rgba(226, 232, 240, 0.85);
}

.main-header .main-menu .navigation>li.products-dropdown>ul.products-dropdown-menu>li:last-child {
  border-bottom: none;
}

.main-header .main-menu .navigation>li.products-dropdown>ul.products-dropdown-menu>li>a {
  display: block;
  margin: 0;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--theme-color1);
  font-weight: 500;
  white-space: nowrap;
  border-radius: 0;
}

.main-header .main-menu .navigation>li.products-dropdown>ul.products-dropdown-menu>li>a:hover {
  color: var(--theme-color1);
  background: rgba(148, 163, 184, 0.14);
}

.contact-map-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  line-height: 0;
  font-size: 0;
}

.contact-map-wrapper iframe {
  width: 100% !important;
  height: 450px;
  border: 0;
  display: block;
  vertical-align: top;
}

@media (max-width: 768px) {
  .contact-hero {
    padding: 40px 0 24px;
  }

  .contact-hero-social-bottom {
    margin-top: 24px;
  }

  .contact-map-wrapper iframe {
    height: 320px;
  }

  .contact-locations-section {
    padding-bottom: 120px;
  }
}

/* Yeni iletişim sol panel kartı (iletişim bilgileri + sosyal medya) */
.contact-info-panel {
  border: 0;
  border-radius: 16px 0 0 16px;
  background: #fff;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}

.contact-info-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--theme-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  font-size: 18px;
}

.contact-info-text .label {
  display: block;
  font-size: 13px;
  color: #6b7280;
}

.contact-info-text .value,
.contact-info-text .value a {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color1);
}

/* İletişim paneli içindeki sosyal ikonları yatay hizala */
.contact-info-panel .footer-contact-social {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
}

.contact-info-panel .footer-contact-social li {
  margin: 0 !important;
}

.contact-info-panel .footer-contact-social li a {
  --footer-primary-rgb: 14, 114, 185;
  --footer-radius: 8px;
  --footer-primary: #0e72b9;
  --footer-transition: 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(var(--footer-primary-rgb), 0.1);
  border: 1px solid rgba(var(--footer-primary-rgb), 0.3);
  border-radius: var(--footer-radius);
  color: var(--theme-color2);
  text-decoration: none;
  transition: all var(--footer-transition);
}

.contact-info-panel .footer-contact-social li a:hover {
  background: var(--footer-primary);
  color: #fff;
  border-color: var(--footer-primary);
  transform: translateY(-2px);
  box-shadow: 0 2px 0 1px rgba(var(--footer-primary-rgb), 0.4);
  text-decoration: none;
}

/* İletişim paneli sosyal ikonları – sadece iç ikon hafif sağa doğru dönsün */
.contact-info-panel .footer-contact-social li a i {
  transition: transform var(--footer-transition);
}

.contact-info-panel .footer-contact-social li a:hover i {
  transform: scale(1.2) rotate(8deg);
}

/* RTL (Arapça) – Hakkımızda bölümü düzeltmeleri */
[dir="rtl"] .about-section-three .content-column .inner-column {
  padding-left: 0;
  padding-right: 70px;
}

[dir="rtl"] .about-section-three .content-column .content-box {
  padding-right: 0;
  padding-left: 0;
}

[dir="rtl"] .about-section-three .content-column .sec-title,
[dir="rtl"] .about-section-three .content-column .sec-title .text {
  text-align: right;
}

[dir="rtl"] .about-section-three .content-column .sec-title .sub-title {
  text-align: right;
  display: block;
}

[dir="rtl"] .about-section-three .content-column .sec-title h2 {
  text-align: right;
}

[dir="rtl"] .about-section-three .image-column .inner-column {
  margin-right: 0;
  margin-left: -30px;
}

[dir="rtl"] .about-section-three .image-column .image-1:before {
  left: auto;
  right: -60px;
}

[dir="rtl"] .about-section-three .image-column .image-2 {
  right: auto;
  left: 0;
}

[dir="rtl"] .about-section-three .image-column .icon-dots {
  right: auto;
  left: 0;
}

[dir="rtl"] .about-section-three .anim-icons .icon-object-1 {
  right: auto;
  left: -320px;
}

[dir="rtl"] .about-section-three .anim-icons .icon-object-4 {
  left: auto;
  right: -600px;
}

[dir="rtl"] .about-section-three .content-column .content-box .theme-btn {
  margin-left: 0;
  margin-right: 0;
}

/* RTL – Footer ikonlar ve küçük düzenlemeler */
[dir="rtl"] .main-footer .about-widget .contact-info li {
  padding-left: 0;
  padding-right: 50px;
}

[dir="rtl"] .main-footer .about-widget .contact-info li i {
  left: auto;
  right: 0;
}

[dir="rtl"] .main-footer .widget-title {
  padding-left: 0;
  padding-right: 13px;
}

[dir="rtl"] .main-footer .widget-title:after {
  left: auto;
  right: 0;
}

[dir="rtl"] .main-footer .about-widget .footer-contact-social,
[dir="rtl"] .main-footer .footer-widget .social-icon-two {
  flex-direction: row;
}

[dir="rtl"] .main-footer .footer-widget .social-icon-two li {
  margin-left: 0;
  margin-right: 10px;
}

[dir="rtl"] .main-footer .footer-widget .social-icon-two li:first-child {
  margin-right: 0;
}

[dir="rtl"] .main-footer .subscribe-form {
  padding-left: 0;
  padding-right: 40px;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}

[dir="rtl"] .main-footer .about-widget .text {
  text-align: right;
}

[dir="rtl"] .main-footer .links-widget .user-links {
  text-align: right;
}

[dir="rtl"] .main-footer .links-widget .user-links li a:before {
  left: auto;
  right: 0;
}

/* Header üst bar – boşluk düzenlemeleri */
.header-style-two .header-top .inner-container {
  gap: 24px;
}

.header-style-two .header-top .list-style-one li {
  margin-right: 28px;
}

.header-style-two .header-top .list-style-one li:last-child {
  margin-right: 0;
}

.header-style-two .header-top .list-style-one li i {
  margin-right: 8px;
}

/* RTL (Arapça) – header iletişim öğeleri arası boşluk */
[dir="rtl"] .header-style-two .header-top .list-style-one li {
  margin-right: 0;
  margin-left: 28px;
}

[dir="rtl"] .header-style-two .header-top .list-style-one li:last-child {
  margin-left: 0;
}

[dir="rtl"] .header-style-two .header-top .list-style-one li i {
  margin-right: 0;
  margin-left: 8px;
}

.header-style-two .header-top .top-right .social-icon-one {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-style-two .header-top .top-right .social-icon-one li {
  margin-left: 0 !important;
}

/* Anasayfa – hizmetler ile iletişim arası boşluk */
.services-list-section {
  padding-bottom: 34px !important;
}

.services-list-section+.contact-details {
  margin-top: 40px;
}

/* Anasayfa ürün kartları – sabit boyut, görsel alanı doldur */
.services-list-section .services-list-product-card .inner-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.services-list-section .services-list-product-card .image-box {
  flex-shrink: 0;
  height: 220px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.services-list-section .services-list-product-card .image-box .icon-box {
  position: relative;
  z-index: 3;
}

.services-list-section .services-list-product-card .image-box .image {
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.services-list-section .services-list-product-card .image-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.services-list-section .services-list-product-card .content-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Anasayfa ürün carousel – tam genişlik, modern, border-radius, ilk 5 görünür (max 9) */
.home-products-carousel-section {
  padding: 48px 0 40px;
}

.home-products-carousel-section .home-products-carousel-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 8px;
  padding-left: 48px;
  padding-right: 48px;
  box-sizing: border-box;
}

.home-products-carousel-section .home-products-carousel-outer {
  position: relative;
  overflow: hidden;
  padding: 12px 56px 20px;
  max-width: 1500px;
  margin: 0 auto;
}

.home-products-carousel-section .home-products-carousel {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.home-products-carousel-section .home-products-carousel:active {
  cursor: grabbing;
}

.home-products-carousel-section .home-products-carousel::-webkit-scrollbar {
  display: none;
}

/* Kart yapısı: 2. referans görsel – üstte ikon+başlık, ortada gri kutuda görsel, altta tek CTA */
.home-products-carousel-section .home-products-carousel-card {
  flex: 0 0 calc(20% - 16px);
  min-width: 260px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  max-width: none;
  align-self: stretch;
}

.home-products-carousel-section .home-products-carousel-card .home-products-card-inner {
  height: 100%;
  min-height: 340px;
  max-height: 340px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 16px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.home-products-carousel-section .home-products-carousel-card:hover .home-products-card-inner {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

.home-products-carousel-section .home-products-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  min-height: 48px;
}

.home-products-carousel-section .home-products-card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f1f5f9;
  color: var(--theme-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.home-products-carousel-section .home-products-card-title {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  color: #1e293b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-products-carousel-section .home-products-card-image-wrap {
  flex: 0 0 160px;
  height: 160px;
  min-height: 160px;
  border-radius: 12px;
  background: #f1f5f9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  margin-bottom: 14px;
}

.home-products-carousel-section .home-products-card-image-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}

.home-products-carousel-section .home-products-card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  user-select: none;
  draggable: false;
}

.home-products-carousel-section .home-products-card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  background: var(--bg-theme-color1, var(--theme-color1, #173857));
  color: #fff !important;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 12px;
  transition: filter 0.2s, transform 0.2s, box-shadow 0.2s;
  border: none;
  text-decoration: none;
}

.home-products-carousel-section .home-products-card-cta:hover {
  color: #fff !important;
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.home-products-carousel-section .home-products-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: var(--theme-color1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  font-size: 1rem;
}

.home-products-carousel-section .home-products-carousel-btn:hover {
  background: var(--theme-color1);
  color: #fff;
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 6px 24px rgba(13, 58, 92, 0.25);
}

.home-products-carousel-section .home-products-carousel-prev {
  left: 12px;
}

.home-products-carousel-section .home-products-carousel-next {
  right: 12px;
}

.home-products-carousel-section .home-products-carousel-cta-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

.home-products-carousel-section .home-products-cta-btn {
  border-radius: 12px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
}

@media (max-width: 1200px) {
  .home-products-carousel-section .home-products-carousel-card {
    flex: 0 0 calc(25% - 15px);
    min-width: 240px;
  }
}

@media (max-width: 768px) {
  .home-products-carousel-section .home-products-carousel-outer {
    padding-left: 44px;
    padding-right: 44px;
  }

  .home-products-carousel-section .home-products-carousel-card {
    flex: 0 0 calc(50% - 10px);
    min-width: 220px;
  }

  .home-products-carousel-section .home-products-card-image-wrap {
    flex: 0 0 120px;
    height: 120px;
    min-height: 120px;
  }

  .home-products-carousel-section .home-products-card-inner {
    min-height: 300px;
    max-height: 300px;
  }

  .home-products-carousel-section .home-products-carousel-btn {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 575px) {
  .home-products-carousel-section .home-products-carousel-full {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-products-carousel-section .home-products-carousel-outer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-products-carousel-section .home-products-carousel-card {
    flex: 0 0 88%;
    min-width: 260px;
  }

  .home-products-carousel-section .home-products-card-inner {
    min-height: 280px;
    max-height: none;
  }

  .home-products-carousel-section .home-products-carousel-btn {
    width: 36px;
    height: 36px;
  }
}

/* Header mobil menü: Ürünlerimiz dropdown'ı – mobilde + ile aç/kapat */
@media (max-width: 991.98px) {

  /* Üst seviye ve alt seviye dropdown başlıklarına +/− ikonu */
  .mobile-menu .navigation li.products-dropdown .nav-cat-label {
    display: inline-block;
  }

  .mobile-menu .navigation li.products-dropdown .nav-cat-toggle {
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
    color: #6b7280;
    cursor: pointer;
  }

  .mobile-menu .navigation li.products-dropdown ul li.dropdown .nav-cat-toggle {
    margin-left: 6px;
  }

  .mobile-menu .navigation li.products-dropdown.open>a .nav-cat-toggle,
  .mobile-menu .navigation li.products-dropdown ul li.dropdown.open>a .nav-cat-toggle {
    content: '−';
  }

  /* Üst dropdown içeriği */
  .mobile-menu .navigation li.products-dropdown>ul {
    display: none;
    position: static !important;
    margin-top: 4px;
    padding-left: 18px;
  }

  .mobile-menu .navigation li.products-dropdown.open>ul {
    display: block;
  }

  /* Alt dropdown içeriği (alt kategoriler) */
  .mobile-menu .navigation li.products-dropdown ul li.dropdown>ul {
    display: none;
    margin-top: 2px;
    padding-left: 16px;
  }

  .mobile-menu .navigation li.products-dropdown ul li.dropdown.open>ul {
    display: block;
  }

  .mobile-menu .navigation li.products-dropdown>ul>li>a,
  .mobile-menu .navigation li.products-dropdown ul li.dropdown>ul>li>a {
    display: block;
    padding: 6px 0;
    font-size: 14px;
  }

  /* Header içindeki ekstra iletişim linki sadece mobilde görünsün */
  .header-contact-link {
    display: block;
  }
}

@media (min-width: 992px) {

  /* Masaüstünde +/− ikonlarını gizle */
  .nav-cat-toggle {
    display: none;
  }

  .header-contact-link {
    display: none;
  }
}

/* Anasayfa – iletişim formu ile bloglar arası boşluk */
.contact-details--home {
  padding-bottom: 20px !important;
  position: relative;
  z-index: 3;
  /* üst kavislerin üzerinde kalsın */
}

.contact-details--home+.news-section-two {
  padding-top: 20px !important;
}

/* Anasayfa – mobilde blog bölümünün altına ekstra boşluk */
@media (max-width: 767.98px) {
  .news-section-two {
    padding-bottom: 40px !important;
  }
}

/* Blog sayfası – bloglar 50px yukarı, ovalin üstünde */
.blog-page.news-section {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   Blog kartları – sıfırdan modern yapı (görsel üstte, editorial tarz)
   ========================================================================== */
.blog-card-modern {
  --blog-card-radius: 10px;
  --blog-card-primary: #0e72b9;
  --blog-card-primary-hover: #0d65a3;
  --blog-card-text: #1f2937;
  --blog-card-muted: #6b7280;
  --blog-card-bg: #ffffff;
  --blog-card-shadow: 0 4px 0px rgba(15, 23, 42, 0.04), 0 6px 20px rgba(15, 23, 42, 0.06);
  --blog-card-shadow-hover: 0 4px 0px rgba(15, 23, 42, 0.06), 0 16px 40px rgba(15, 23, 42, 0.1), 0 0 0 1px rgba(14, 114, 185, 0.08);
}

.blog-card-modern__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--blog-card-bg);
  border-radius: var(--blog-card-radius);
  box-shadow: var(--blog-card-shadow);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out, border-color 0.2s ease;
}


.blog-card-modern__inner:hover {
  transform: translateY(-6px);
  box-shadow: var(--blog-card-shadow-hover);
  border-color: rgba(14, 114, 185, 0.12);
}

.blog-card-modern__image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin: 0;
}

.blog-card-modern__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.35) 0%, transparent 45%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.blog-card-modern__inner:hover .blog-card-modern__image::after {
  opacity: 1;
}

.blog-card-modern__image a {
  display: block;
  height: 100%;
}

.blog-card-modern__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.blog-card-modern__inner:hover .blog-card-modern__image img {
  transform: scale(1.08);
}

.blog-card-modern__header {
  position: relative;
  padding: 0;
  min-height: 0;
}


.blog-card-modern__date {
  position: absolute !important;
  bottom: 18px !important;
  left: 18px !important;
  right: auto !important;
  top: auto !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: var(--blog-card-primary) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(14, 114, 185, 0.15), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.6);
  z-index: 2;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card-modern__inner:hover .blog-card-modern__date {
  box-shadow: 0 6px 24px rgba(14, 114, 185, 0.2), 0 2px 6px rgba(0, 0, 0, 0.06);
}

.blog-card-modern__date i {
  font-size: 12px;
  opacity: 0.85;
  color: var(--blog-card-primary);
}

.blog-card-modern__header .blog-card-modern__title {
  padding: 0 1.5rem 0;
  margin: 0;
}

.blog-card-modern__title {
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: var(--blog-card-text) !important;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.blog-card-modern__title a {
  color: inherit !important;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

.blog-card-modern__title a:hover {
  color: var(--blog-card-primary) !important;
}

/* Anasayfa blog kartı – başlık en fazla 2 satır */
.news-section-two .blog-card-modern__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-section-two .blog-card-modern__title a {
  display: block;
}

/* Blog sayfası – başlık 2 satır, kısa açıklama 3 satır */
.blog-page .blog-card-modern__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-page .blog-card-modern__title a {
  display: block;
}

.blog-page .blog-card-modern__desc,
.news-section-two .blog-card-modern__desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  margin-bottom: 0;
}

.blog-page .blog-card-modern__desc::after,
.news-section-two .blog-card-modern__desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: var(--theme-color2);
}

.blog-card-modern__desc {
  padding: 0.75rem 1.5rem 0;
  font-size: 0.9375rem !important;
  color: var(--blog-card-muted) !important;
  line-height: 1.65;
  margin: 0;
  margin-top: 12px;
}

.blog-card-modern__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 1.25rem 1.5rem 1.5rem;
  padding: 0;
  color: var(--blog-card-primary) !important;
  font-weight: 700 !important;
  font-size: 0.9375rem !important;
  text-decoration: none !important;
  letter-spacing: 0.02em;
  transition: gap 0.25s ease, color 0.25s ease;
}

.blog-card-modern__link:hover {
  color: var(--blog-card-primary-hover) !important;
  gap: 14px;
}

.blog-card-modern__link i {
  color: inherit;
  transition: transform 0.25s ease;
}

.blog-card-modern__link:hover i {
  transform: translateX(4px);
}

/* Laptop servisi özellik şeridi (kategori detay) – process-block-two yapısını kullanan alan */
.laptop-service-features {
  padding: 60px 0 40px;
}

.laptop-service-features .process-block-two .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.laptop-service-features .laptop-feature-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  background-color: var(--theme-color2);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.laptop-feature-icon[data-icon="motherboard"] {
  -webkit-mask-image: url("/assets/images/icons/icon-motherboard.png");
  mask-image: url("/assets/images/icons/icon-motherboard.png");
}

.laptop-feature-icon[data-icon="laptop"] {
  -webkit-mask-image: url("/assets/images/icons/icon-laptop.png");
  mask-image: url("/assets/images/icons/icon-laptop.png");
}

.laptop-feature-icon[data-icon="graphic-card"] {
  -webkit-mask-image: url("/assets/images/icons/icon-graphic-card.png");
  mask-image: url("/assets/images/icons/icon-graphic-card.png");
}

.laptop-feature-icon[data-icon="battery"] {
  -webkit-mask-image: url("/assets/images/icons/icon-battery.png");
  mask-image: url("/assets/images/icons/icon-battery.png");
}

.laptop-feature-icon[data-icon="water"] {
  -webkit-mask-image: url("/assets/images/icons/icon-water.png");
  mask-image: url("/assets/images/icons/icon-water.png");
}

/* Apple servisi – özel ikonlar */
.laptop-feature-icon[data-icon="tablet"] {
  -webkit-mask-image: url("/assets/images/icons/icon-tablet.png");
  mask-image: url("/assets/images/icons/icon-tablet.png");
}

.laptop-feature-icon[data-icon="computer"] {
  -webkit-mask-image: url("/assets/images/icons/icon-computer.png");
  mask-image: url("/assets/images/icons/icon-computer.png");
}

.laptop-feature-icon[data-icon="w-laptop"] {
  -webkit-mask-image: url("/assets/images/icons/icon-w-laptop.png");
  mask-image: url("/assets/images/icons/icon-w-laptop.png");
}

.laptop-feature-icon[data-icon="smartphone"] {
  -webkit-mask-image: url("/assets/images/icons/icon-smartphone.png");
  mask-image: url("/assets/images/icons/icon-smartphone.png");
}

.process-block-two {
  margin-bottom: 10px;
}

/* Laptop Servisi – sadece bu bölümde 5 bloğu aynı satıra sığdır ve biraz küçült */
@media (min-width: 1200px) {
  .laptop-service-features .row {
    justify-content: center;
  }

  .laptop-service-features .process-block-two {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .laptop-service-features .process-block-two .inner-box {
    padding: 24px 16px;
  }

  .laptop-service-features .process-block-two .icon-box {
    width: 140px;
    height: 140px;
    margin: 0 auto 18px;
  }

  .laptop-service-features .process-block-two .icon-box .icon {
    font-size: 50px;
    line-height: 1;
    height: 105px;
    width: 105px;
    margin: -22px 0px 0px -22px;
  }

  .laptop-service-features .process-block-two .info-box .title {
    font-size: 19px;
  }

  .laptop-service-features .process-block-two .info-box .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
}

.process-block-two .info-box .text {
  padding: 0;
}

/* Laptop Servisi & Apple Servisi – SSS accordion */
.laptop-faq-title {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 22px;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #0f172a;
  position: relative;
}

.laptop-faq-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 64px;
  height: 3px;
  border-radius: 999px;
  background: var(--theme-color2);
}

#laptopFaqAccordion,
#appleFaqAccordion {
  margin-top: 32px;
  margin-bottom: 52px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

#laptopFaqAccordion .laptop-faq-item,
#appleFaqAccordion .laptop-faq-item {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 4px 0 rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(148, 163, 184, 0.35);
  margin-bottom: 14px;
}

#laptopFaqAccordion .laptop-faq-item:last-child,
#appleFaqAccordion .laptop-faq-item:last-child {
  margin-bottom: 0;
}

#laptopFaqAccordion .laptop-faq-button,
#appleFaqAccordion .laptop-faq-button {
  background: transparent;
  color: #0f172a;
  font-weight: 600;
  font-size: 18px !important;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease, padding 0.2s ease;
}

#laptopFaqAccordion .laptop-faq-button.collapsed,
#appleFaqAccordion .laptop-faq-button.collapsed {
  background: transparent;
  color: #0f172a;
}

#laptopFaqAccordion .laptop-faq-button:not(.collapsed),
#appleFaqAccordion .laptop-faq-button:not(.collapsed) {
  color: var(--theme-color2);
}

#laptopFaqAccordion .laptop-faq-button::after,
#appleFaqAccordion .laptop-faq-button::after {
  display: none;
}

.laptop-faq-button-label {
  margin-right: 12px;
  flex: 1 1 auto;
  min-width: 0;
}

.laptop-faq-toggle-icon {
  width: 28px;
  min-width: 28px;
  height: 28px;
  aspect-ratio: 1 / 1;
  flex: 0 0 28px;
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: 50% !important;
  border: 1px solid rgba(15, 23, 42, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #111827;
  background: #ffffff;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

@media (max-width: 767.98px) {
  .laptop-faq-toggle-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    flex: 0 0 24px;
    font-size: 15px;
    line-height: 1;
  }
}

#laptopFaqAccordion .laptop-faq-button:not(.collapsed) .laptop-faq-toggle-icon,
#appleFaqAccordion .laptop-faq-button:not(.collapsed) .laptop-faq-toggle-icon {
  background: var(--theme-color2);
  color: #ffffff;
}

.laptop-faq-toggle-icon::before {
  content: "+";
}

#laptopFaqAccordion .laptop-faq-button:not(.collapsed) .laptop-faq-toggle-icon::before,
#appleFaqAccordion .laptop-faq-button:not(.collapsed) .laptop-faq-toggle-icon::before {
  content: "−";
}

#laptopFaqAccordion .accordion-body,
#appleFaqAccordion .accordion-body {
  background-color: #ffffff;
  color: #374151;
  font-size: 14px;
  line-height: 1.7;
  padding: 14px 22px 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.35);
}

@media (min-width: 992px) {
  #laptopFaqAccordion {
    margin-top: 32px;
    margin-bottom: 52px;
  }

  #laptopFaqAccordion .laptop-faq-button,
  #appleFaqAccordion .laptop-faq-button {
    font-size: 16px;
    padding: 18px 26px;
  }

  #laptopFaqAccordion .accordion-body,
  #appleFaqAccordion .accordion-body {
    font-size: 15px;
    padding: 16px 26px 20px;
  }
}

/* Kategori detay sayfalarındaki Bootstrap accordion genel görünümü */
.product-category-detail-page .accordion {
  background: transparent;
  border: 0;
  box-shadow: none;
}

/* Apple Servisi – öne çıkan servis blokları (Macbook & iPhone) */
.apple-highlights {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-bottom: 52px;
}

.apple-highlight {
  border-radius: 24px;
  padding: 26px 22px;
}

.apple-highlight__inner {
  margin: 0;
}

.apple-highlight__title {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 18px;
}

.apple-highlight__text p {
  font-size: 0.98rem;
  color: #4b5563;
  margin-bottom: 10px;
}

.apple-highlight__subtitle {
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 6px;
}

.apple-highlight__list {
  margin: 0;
  padding-left: 22px;
}

.apple-highlight__list li {
  list-style-type: disc;
  margin-bottom: 4px;
  font-size: 0.96rem;
  color: #111827;
}

.apple-highlight__image-box {
  border-radius: 18px;
  overflow: hidden;
}

.apple-highlight__image-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apple-highlight__image-box--small {
  max-width: 220px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .apple-highlights {
    gap: 22px;
    margin-bottom: 32px;
  }
}

/* Apple Servisi – Regions Showcase (Hizmet Verdiğimiz Bölgeler) */
.regions-showcase {
  position: relative;
  padding: 20px 20px;
  margin: 24px 0 34px;
}

.regions-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.regions-container {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 2;
}

.regions-header {
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}

.regions-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 18px;
  border-radius: 8px;
  background: rgba(53, 89, 217, 0.10);
  border: 1px solid rgba(53, 89, 217, 0.18);
  color: var(--theme-color2);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 14px;
}

.regions-header h2 {
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  color: #0c1b33;
}

.regions-header p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #5a6880;
}

.regions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}

.region-tab {
  width: 100%;
  text-align: left;
  border: 2px solid rgba(53, 89, 217, 0.22);
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(14px);
  border-radius: 12px;
  padding: 18px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  cursor: pointer;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.region-tab:hover,
.region-tab.active {
  transform: translateY(-7px);
  box-shadow: 0 4px 0px rgba(53, 89, 217, 0.22);
  border-color: rgba(53, 89, 217, 0.22);
}

.region-tab:focus-visible {
  outline: 3px solid rgba(53, 89, 217, 0.28);
  outline-offset: 4px;
}

.region-tab__badge {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--theme-color2) 0%, #0e72b9 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.region-tab__title {
  display: block;
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.2;
  color: #10203b;
  font-weight: 800;
}

.region-tab__desc {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #64748b;
}

.region-tab__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #3559d9 0%, #2c47b8 50%, #0e72b9 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(53, 89, 217, 0.18);
}

.regions-detail-wrap {
  position: relative;
  min-height: 280px;
}

.region-detail {
  display: none;
  padding: 30px;
  border-radius: 12px;
  background: #ffffff;
  border: 2px solid rgba(53, 89, 217, 0.10);
  animation: regionsFadeUp 0.35s ease;
}

.region-detail.active {
  display: block;
}

.detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e7edf7;
}

.detail-head h4 {
  margin: 0;
  font-size: 26px;
  line-height: 1.3;
  color: #0f1f38;
  font-weight: 800;
}

.detail-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  border-radius: 8px;
  background: #f3f7ff;
  color: var(--theme-color2);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.detail-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.detail-links a {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 16px 18px;
  border-radius: 12px;
  text-decoration: none;
  background: linear-gradient(180deg, #f9fbff 0%, #f2f7ff 100%);
  border: 2px solid #e4ecfb;
  color: #163056;
  font-size: 16px;
  font-weight: 700;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.detail-links a:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 0px rgba(53, 89, 217, 0.10);
  border-color: rgba(53, 89, 217, 0.22);
  color: var(--theme-color2);
}

@keyframes regionsFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .regions-header h2 {
    font-size: 34px;
  }

  .regions-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .region-tab {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .region-tab__cta {
    display: none;
  }

  .detail-links {
    grid-template-columns: minmax(0, 1fr);
  }

  .detail-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  .regions-showcase {
    padding: 54px 16px;
  }

  .regions-header h2 {
    font-size: 28px;
  }

  .regions-header p {
    font-size: 16px;
  }

  .region-box,
  .region-detail {
    padding: 20px;
  }

  .detail-head h4 {
    font-size: 22px;
  }
}



@media (min-width: 992px) {
  .laptop-service-features {
    padding: 48px 24px;
  }
}

/* RTL – blog kartları: tarih her zaman en sağda (Arapça’da da ters dönmesin) */
[dir="rtl"] .blog-card-modern__date {
  left: auto !important;
  right: 20px !important;
}

[dir="rtl"] .blog-card-modern__title {
  text-align: right;
}

[dir="rtl"] .blog-card-modern__link:hover i {
  transform: translateX(-4px);
}

/* RTL – Telefon numaraları soldan sağa görünsün (0212 594 93 96 gibi) */
[dir="rtl"] a[href^="tel:"],
[dir="rtl"] .contact-info a[href^="tel:"],
[dir="rtl"] .contact-info-box a[href^="tel:"],
[dir="rtl"] p a[href^="tel:"] {
  direction: ltr;
  unicode-bidi: embed;
  display: inline-block;
}

/* Blog tarihi – sadece yazıyı sola çekme, sağdan boşluk (kutu sabit) */
.news-block-two .image-box .date {
  padding-left: 35px;
  padding-right: 15px;
}

.main-header .products-dropdown>a::after,
.sticky-header .products-dropdown>a::after {
  /* varsayılan oku kullan (gizlemeyi kaldırdık) */
}

/* Ürünlerimiz menüsü – açılan listede sağda ok çıkan üst kategoriler için hizalama */
.main-header .main-menu .navigation>li.products-dropdown>ul.products-dropdown-menu>li.dropdown>a,
.sticky-header .main-menu .navigation>li.products-dropdown>ul.products-dropdown-menu>li.dropdown>a {
  padding-right: 32px;
}

.main-header .main-menu .navigation>li.products-dropdown>ul.products-dropdown-menu>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li.products-dropdown>ul.products-dropdown-menu>li.dropdown>a:after {
  right: 16px !important;
}

/* Ana açılır ürünler menüsü */
.main-header .products-dropdown-menu,
.sticky-header .products-dropdown-menu {
  border-radius: 14px !important;
}

/* Sağda açılan alt kategori menüsü */
.main-header .products-dropdown-menu>li>ul,
.sticky-header .products-dropdown-menu>li>ul {
  border-radius: 14px !important;
}

/* Ürünlerimiz menüsü – alt menü link stilleri (üst seviye ile aynı) */
.main-header .main-menu .navigation>li.products-dropdown>ul.products-dropdown-menu>li>ul>li>a,
.sticky-header .main-menu .navigation>li.products-dropdown>ul.products-dropdown-menu>li>ul>li>a {
  display: block;
  margin: 0;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--theme-color1);
  font-weight: 500;
  white-space: nowrap;
  border-radius: 0;
}

.main-header .main-menu .navigation>li.products-dropdown>ul.products-dropdown-menu>li>ul>li>a:hover,
.sticky-header .main-menu .navigation>li.products-dropdown>ul.products-dropdown-menu>li>ul>li>a:hover {
  color: var(--theme-color1);
  background: rgba(148, 163, 184, 0.14);
}

/* =========================================================
   HEADER – MODERN & SADE TASARIM (override)
   ========================================================= */

.main-header.header-style-two {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  border-bottom: 1px solid #e5e7eb;
}

.main-header .large-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.main-header.header-style-two .header-top {
  background: #f9fafb;
  border-bottom: 2px solid var(--theme-color2);
  ;
  padding: 4px 0;
  font-size: 13px;
}

.header-style-two .header-top .inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header-style-two .header-top .list-style-one {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
}

.header-style-two .header-top .list-style-one li {
  margin: 0;
  color: #4b5563 !important;
}

.header-style-two .header-top .list-style-one li a {
  color: #4b5563 !important;
}

.header-style-two .header-top .list-style-one li a:hover {
  color: #111827 !important;
}

.header-style-two .header-top .list-style-one li i {
  margin-right: 8px;
  color: #0e72b9 !important;
}

.header-style-two .header-top .top-right .social-icon-one {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-style-two .header-top .top-right .social-icon-one li {
  margin: 0 !important;
}

.header-style-two .header-top .top-right .social-icon-one a {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #6b7280;
  font-size: 13px;
  transition: all 0.2s ease;
}

.header-style-two .header-top .top-right .social-icon-one a:hover {
  background: var(--theme-color2);
  border-color: var(--theme-color2);
  color: #ffffff;
}

.main-header.header-style-two .header-lower {
  padding: 0px 0 0px;
  background: #ffffff;
}

.main-header.header-style-two .header-lower .main-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.main-header.header-style-two .logo-box .logo img {
  max-height: 60px;
  width: auto;
}

.main-header .nav-outer {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.main-header .main-menu .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header .main-menu .navigation>li {
  position: relative;
}

.main-header .main-menu .navigation>li:before {
  /* Tema alt çizgi efektini kapat – sadece custom ::after çubuğu kalsın */
  content: none !important;
}

.main-header .main-menu .navigation>li>a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  font-size: 15px;
  font-weight: 500;
  color: #1f2937 !important;
  transition: color 0.2s ease;
}

.main-header .main-menu .navigation>li>a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -4px;
  height: 3.5px;
  border-radius: 999px;
  background: #0e72b9;
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.main-header .main-menu .navigation>li:hover>a,
.main-header .main-menu .navigation>li.current>a {
  color: #111827 !important;
}

.main-header .main-menu .navigation>li:hover>a::after,
.main-header .main-menu .navigation>li.current>a::after {
  opacity: 1;
  transform: scaleX(1);
}

/* Ürünlerimiz dropdown linki için aşağı ok ikonu – metnin sağında, sade */
.main-header .main-menu .navigation>li.products-dropdown>a {
  padding-right: 18px;
}

.main-header .main-menu .navigation>li.products-dropdown>a::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 47%;
  width: 0;
  height: 0;
  margin-top: 1px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #6b7280;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  transform: translateY(-50%);
  margin-left: 84px;
}

.main-header .main-menu .navigation>li.products-dropdown:hover>a::after {
  border-top-color: #1d4ed8;
}



.main-header.header-style-two .outer-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-header.header-style-two .outer-box .theme-btn.btn-style-one {
  border-radius: 8px;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 600;
}

.main-header.header-style-two .mobile-nav-toggler {
  display: none;
}

@media (max-width: 991.98px) {
  .main-header.header-style-two .nav-outer {
    display: none;
  }

  .main-header.header-style-two .outer-box .theme-btn.btn-style-one {
    display: none;
  }

  .main-header.header-style-two .mobile-nav-toggler {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    color: #111827;
  }
}

/* ==========================================================================
   Footer Component - Açık tema, mavi palet (#2563eb, #1d4ed8, #0e72b9, #3559D9, #2C47B8)
   ========================================================================== */
.footer {
  --footer-spacing-3xl: 3rem;
  --footer-spacing-2xl: 2.5rem;
  --footer-spacing-xl: 2rem;
  --footer-spacing-lg: 1.5rem;
  --footer-spacing-md: 1rem;
  --footer-spacing-sm: 0.5rem;
  --footer-spacing-xs: 0.25rem;
  /* Palet: ana #0e72b9, hover #1d4ed8, açık #2563eb, vurgu #3559D9, koyu #2C47B8 */
  --footer-primary: #0e72b9;
  --footer-primary-hover: #1d4ed8;
  --footer-primary-light: #2563eb;
  --footer-accent: #3559D9;
  --footer-accent-dark: #2C47B8;
  --footer-primary-rgb: 14, 114, 185;
  --footer-primary-hover-rgb: 29, 78, 216;
  --footer-primary-light-rgb: 37, 99, 235;
  --footer-text: #1f2937;
  --footer-text-muted: #6b7280;
  --footer-bg: #ffffff;
  --footer-border: #e5e7eb;
  --footer-radius: 8px;
  --footer-transition: 0.2s ease;
  --footer-transition-slow: 0.3s ease;
  background: #f8f9fa;
  border-top: 1px solid #e5e7eb;
  margin-top: 1rem;
}

.footer__content {
  padding: 1rem 0 0;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 0.6fr 1fr;
  gap: var(--footer-spacing-xl) var(--footer-spacing-2xl);
  margin-bottom: var(--footer-spacing-2xl);
  align-items: start;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: var(--footer-spacing-lg);
  max-width: 320px;
  padding-top: var(--footer-spacing-lg);
  padding-bottom: var(--footer-spacing-lg);
}

.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: var(--footer-spacing-sm);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--footer-text);
  text-decoration: none;
  transition: color var(--footer-transition);
}

.footer__logo:hover {
  color: var(--footer-primary-hover);
  text-decoration: none;
}

.footer__logo-image {
  height: 6.5rem;
  width: auto;
  max-width: 22rem;
  border-radius: var(--footer-radius);
  transition: all var(--footer-transition-slow);
  object-fit: contain;
}

.footer__logo:hover .footer__logo-image {
  transform: scale(1.02);
}

.footer__description {
  font-size: 15px !important;
  color: var(--footer-text-muted);
  line-height: 1.55;
  max-width: 100%;
  margin: 0 0 var(--footer-spacing-sm) 0;
}

/* Bizi Takip Edin | Mail | Telefon | Adres - alt bölümde yan yana */
.footer__follow-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: var(--footer-spacing-lg);
  font-size: 0.8125rem;
}

.footer__follow-row--bottom {
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
}

/* Alt satırda mail, numara, adres hepsinde sol çizgi */
.footer__follow-row--bottom .footer__follow-block {
  padding-left: 1rem;
  border-left: 1px solid var(--footer-border);
}

.footer__follow-block {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  min-width: 0;
}

.footer__follow-block:not(:first-child) {
  padding-left: 1rem;
  border-left: 1px solid var(--footer-border);
}

.footer__follow-block.footer__social {
  gap: var(--footer-spacing-sm);
  padding-left: 0;
  border-left: none;
}

.footer__follow-label {
  font-weight: 600;
  color: var(--footer-text);
  margin-right: 0.25rem;
}

.footer__contact-icon {
  flex-shrink: 0;
  width: 1rem;
  color: var(--theme-color2);
  font-size: 0.75rem;
}

.footer__contact-link {
  color: var(--footer-text-muted);
  text-decoration: none;
  transition: color var(--footer-transition);
  word-break: break-word;
  font-size: small;
  font-weight: 600;
}

.footer__contact-link:hover {
  color: var(--theme-color3);
  text-decoration: none;
}

.footer__follow-address .footer__contact-link {
  max-width: 490px;
  white-space: normal;
}

.footer__section {
  display: flex;
  flex-direction: column;
  gap: var(--footer-spacing-md);
  margin-top: 1.5rem;
}

/* Başlık belirteci: sol dikey çizgi (newsletter-title ile aynı) */
.footer__section-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--footer-text);
  margin-bottom: var(--footer-spacing-xs);
  margin-top: 0;
  padding-left: var(--footer-spacing-md);
  border-left: 4px solid var(--theme-color2);
  position: relative;
}

.footer__links {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__link {
  display: inline-block;
  font-size: 14px;
  color: var(--footer-text-muted);
  text-decoration: none;
  transition: color var(--footer-transition);
}

.footer__link:hover {
  color: var(--footer-primary-hover);
  text-decoration: none;
}

.footer__follow-row .footer__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--footer-spacing-sm);
}

.footer__social-links {
  display: flex;
  margin-top: 10px;
  gap: var(--footer-spacing-sm);
  flex-wrap: wrap;
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(var(--footer-primary-rgb), 0.1);
  border: 1px solid rgba(var(--footer-primary-rgb), 0.3);
  border-radius: var(--footer-radius);
  color: var(--theme-color2);
  text-decoration: none;
  transition: all var(--footer-transition);
}

.footer__social-link:hover {
  background: var(--footer-primary);
  color: #fff;
  border-color: var(--footer-primary);
  transform: translateY(-2px);
  box-shadow: 0 2px 0 1px rgba(var(--footer-primary-rgb), 0.4);
  text-decoration: none;
}

.footer__social-icon {
  font-size: 1rem;
  transition: all 0.3s ease;
}

.footer__social-link:hover .footer__social-icon {
  transform: scale(1.15) rotate(8deg);
}

.footer__newsletter {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Bizi Takip Edin - bültenin hemen altında */
.footer__social--below-newsletter {
  padding-top: var(--footer-spacing-sm);
  display: flex;
  flex-direction: column;
  gap: var(--footer-spacing-sm);
}

.footer__social--below-newsletter .footer__social-title {
  margin: 0 0 var(--footer-spacing-xs) 0;
  font-size: 1rem;
}

.footer__newsletter-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--footer-text);
  margin-bottom: var(--footer-spacing-xs);
  margin-top: 0;
  padding-left: var(--footer-spacing-md);
  border-left: 4px solid var(--theme-color2);
  position: relative;
}

.footer__newsletter-description {
  font-size: 14px !important;
  color: var(--footer-text-muted);
  line-height: 1.6;
  margin: 0;
}

.footer__newsletter-form {
  display: flex;
  gap: var(--footer-spacing-sm);
  margin-top: 15px;
  justify-content: center !important;
  align-items: center;
}

.footer__newsletter-input {
  flex: 1;
  max-width: 250px;
  padding: 0.6rem 0.85rem;
  height: 2.75rem;
  font-size: 0.9375rem;
  color: var(--footer-text);
  background: var(--footer-bg);
  border: 1px solid var(--footer-border);
  border-radius: var(--footer-radius);
  transition: all var(--footer-transition);
}

.footer__newsletter-input:focus {
  outline: none;
  border-color: var(--footer-primary-light);
  box-shadow: 0 0 0 2px rgba(var(--footer-primary-rgb), 0.2);
}

.footer__newsletter-input::placeholder {
  color: var(--footer-text-muted);
}

.footer__newsletter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.25rem;
  height: 2.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  background: var(--footer-primary);
  color: #fff;
  border: none;
  border-radius: var(--footer-radius);
  cursor: pointer;
  transition: all var(--footer-transition-slow);
  white-space: nowrap;
}

.footer__newsletter-btn:hover {
  background: var(--footer-primary);
  transform: translateY(-2px);
  box-shadow: 0 3px 0 1px rgba(var(--footer-primary-rgb), 0.35);
}

.footer__bottom {
  padding: 1rem 0;
  position: relative;
}

.footer__bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(var(--footer-primary-rgb)) 15%, rgba(var(--footer-primary-rgb)) 50%, rgba(var(--footer-primary-rgb)) 85%, transparent 100%);
}

.footer__bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--footer-spacing-md);
}

.footer__copyright {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 600;
  gap: 0.35em;
  color: var(--footer-text-muted);
  line-height: 1.5;
}

.footer__copyright-text {
  font-weight: 600;
  font-size: 13px;
}

.footer__copyright-sep {
  opacity: 0.5;
  user-select: none;
}

.footer__copyright-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--footer-text-muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: color var(--footer-transition);
}

.footer__copyright-brand:hover {
  color: var(--theme-color3);
  text-decoration: none;
}

.footer__copyright-logo {
  height: 12px;
  width: auto;
  vertical-align: middle;
  object-fit: contain;
}

.footer__bottom-links {
  display: flex;
  gap: var(--footer-spacing-lg);
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__bottom-link {
  display: inline-block;
  font-size: 0.875rem;
  color: var(--footer-text-muted);
  text-decoration: none;
  transition: color var(--footer-transition);
}

.footer__bottom-link:hover {
  color: var(--footer-primary-hover);
  text-decoration: none;
}

/* Footer mobil: taşma önleme ve güvenli alan */
@media (max-width: 768px) {
  .footer {
    overflow-x: hidden;
  }

  .footer .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer__follow-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--footer-spacing-sm);
  }

  .footer__bottom-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--footer-spacing-md);
  }

  .footer__follow-row--bottom {
    justify-content: center;
    width: 100%;
  }
}

/* Footer responsive */
@media (max-width: 1024px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--footer-spacing-xl);
  }

  .footer__brand {
    grid-column: 1 / -1;
    margin-bottom: var(--footer-spacing-md);
    max-width: 100%;
  }

  .footer__logo-image {
    height: 4rem;
    max-width: 16rem;
    border-radius: unset;
  }
}

@media (max-width: 768px) {
  .footer__content {
    padding: var(--footer-spacing-2xl) 0 var(--footer-spacing-lg);
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: var(--footer-spacing-lg);
  }

  .footer__brand {
    grid-column: 1;
    margin-bottom: 0;
  }

  .footer__bottom-content {
    flex-direction: column;
    text-align: center;
    gap: var(--footer-spacing-md);
  }

  .footer__bottom-links {
    flex-wrap: wrap;
    justify-content: center;
  }



  .footer__newsletter-input {
    padding: 0.6rem 0.85rem;
    font-size: 0.9375rem;
    height: 2.75rem;
    min-height: 2.75rem;
  }

  .footer__newsletter-btn {
    padding: 0.6rem 1.15rem;
    font-size: 0.9375rem;
    height: 2.75rem;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer__social-links {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .footer .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer__content {
    padding: var(--footer-spacing-xl) 0 var(--footer-spacing-md);
  }

  .footer__grid {
    gap: var(--footer-spacing-lg);
  }

  .footer__logo-image {
    height: 4rem;
    max-width: 16rem;
    border-radius: unset;
  }

  .footer__description {
    font-size: 0.875rem;
  }

  .footer__follow-row {
    gap: var(--footer-spacing-sm) var(--footer-spacing-md);
    flex-wrap: wrap;
  }

  .footer__contact-link {
    font-size: 0.875rem;
  }

  .footer__section-title {
    font-size: 1rem;
  }

  .footer__newsletter-form {
    flex-direction: column;
    gap: var(--footer-spacing-md);
  }

  .footer__newsletter-input {
    width: 100%;
    padding: 0.6rem 0.85rem;
    font-size: 0.9375rem;
    height: 2.75rem;
    min-height: 2.75rem;
    box-sizing: border-box;
  }

  .footer__newsletter-btn {
    width: 100%;
    padding: 0.6rem 1.15rem;
    font-size: 0.9375rem;
    height: 2.75rem;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .footer__social-links {
    justify-content: center;
    gap: var(--footer-spacing-sm);
  }

  .footer__social-link {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 40px;
    min-height: 40px;
  }

  .footer__social-icon {
    width: 1.13rem;
    height: 1.13rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .footer {
    margin-top: 0;
    overflow-x: hidden;
  }

  .footer .container {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 100%;
  }

  .footer__content {
    padding: var(--footer-spacing-xl) 0 var(--footer-spacing-md);
  }

  .footer__grid {
    gap: var(--footer-spacing-xl);
    margin-bottom: var(--footer-spacing-xl);
  }

  .footer__brand {
    text-align: center;
    align-items: center;
    max-width: 100%;
  }

  .footer__logo {
    justify-content: center;
  }

  .footer__logo-image {
    height: 3.5rem;
    max-width: 14rem;
    border-radius: unset;
  }

  .footer__description {
    font-size: 0.875rem;
    max-width: 100%;
    text-align: center;
    line-height: 1.6;
  }

  /* Alt satır (mail | telefon | adres) mobilde dikey stack */
  .footer__follow-row--bottom {
    flex-direction: column;
    align-items: center;
    gap: var(--footer-spacing-md);
    width: 100%;
  }

  .footer__follow-row--bottom .footer__follow-block {
    padding-left: 0 !important;
    border-left: none !important;
    justify-content: center;
    text-align: center;
    min-height: 44px;
    align-items: center;
  }

  .footer__follow-row--bottom .footer__contact-link {
    text-align: center;
    max-width: min(280px, 100%);
    white-space: normal;
    word-break: break-word;
  }

  .footer__contact-link {
    text-align: center;
    max-width: min(280px, 100%);
    white-space: normal;
  }

  .footer__section {
    text-align: center;
    align-items: center;
  }

  .footer__section-title {
    font-size: 0.9375rem;
    margin-bottom: var(--footer-spacing-sm);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__links {
    align-items: center;
  }

  .footer__link {
    font-size: 0.875rem;
    text-align: center;
    padding: 0.5rem 0;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer__newsletter {
    text-align: center;
    align-items: center;
    margin-top: 40px;
  }

  .footer__newsletter-title {
    font-size: 1rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__newsletter-description {
    font-size: 0.875rem;
    text-align: center;
  }

  .footer__newsletter-form {
    gap: var(--footer-spacing-md);
    max-width: 100%;
  }

  .footer__newsletter-input {
    font-size: 0.9375rem;
    padding: 0.6rem 0.85rem;
    height: 2.75rem;
    min-height: 2.75rem;
    width: 100%;
  }

  .footer__newsletter-btn {
    padding: 0.6rem 1.15rem;
    font-size: 0.9375rem;
    height: 2.75rem;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .footer__follow-row .footer__social {
    align-items: center;
  }

  .footer__social-links {
    justify-content: center;
    gap: var(--footer-spacing-sm);
    flex-wrap: wrap;
  }

  .footer__social-link {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 44px;
    min-height: 44px;
  }

  .footer__social-icon {
    width: 1.25rem;
    height: 2.15rem;
    font-size: 1rem;
  }

  .footer__bottom {
    padding: var(--footer-spacing-lg) 0rem;
  }

  .footer__bottom-content {
    flex-direction: column;
    gap: var(--footer-spacing-md);
    text-align: center;
  }

  .footer__copyright {
    font-size: 0.805rem;
    text-align: center;
    justify-content: center;
    line-height: 1.5;
  }

  .footer__copyright-text,
  .footer__copyright-brand {
    font-size: 0.805rem;
  }

  .footer__bottom-link {
    font-size: 0.805rem;
  }

  .footer__bottom-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--footer-spacing-md);
  }

  .footer__back-to-top {
    bottom: 1rem;
    right: 1rem;
    width: 2.75rem;
    height: 2.75rem;
    min-width: 44px;
    min-height: 44px;
  }
}

@media (max-width: 400px) and (min-width: 361px) {
  .footer__content {
    padding: var(--footer-spacing-xl) var(--footer-spacing-md) var(--footer-spacing-md);
  }

  .footer__grid {
    gap: var(--footer-spacing-lg);
  }

  .footer__logo-image {
    height: 4.75rem;
    max-width: 15rem;
    border-radius: unset;
  }

  .footer__social-link {
    width: 2.25rem;
    height: 2.25rem;
  }
}

@media (max-width: 360px) {
  .footer .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .footer__content {
    padding: var(--footer-spacing-md) 0 var(--footer-spacing-xs);
  }

  .footer__grid {
    gap: var(--footer-spacing-sm);
  }

  .footer__logo-image {
    height: 4rem;
    max-width: 12rem;
    border-radius: unset;
  }

  .footer__section-title,
  .footer__newsletter-title {
    font-size: 0.9375rem;
  }

  .footer__description,
  .footer__link,
  .footer__contact-link,
  .footer__newsletter-description {
    font-size: 0.875rem;
  }

  .footer__copyright,
  .footer__copyright-text,
  .footer__copyright-brand,
  .footer__bottom-link {
    font-size: 0.805rem;
  }

  .footer__social-link {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 44px;
    min-height: 44px;
  }

  .footer__back-to-top {
    bottom: 0.75rem;
    right: 0.75rem;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 44px;
    min-height: 44px;
  }

  .footer__back-to-top-icon {
    width: 1rem;
    height: 1rem;
  }
}

/* Footer animations */
.footer__link,
.footer__social-link,
.footer__bottom-link {
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__link::before,
.footer__bottom-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--footer-primary), var(--footer-primary-light), var(--footer-accent), var(--footer-primary));
  background-size: 200% 100%;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

@keyframes footerShimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.footer__link:hover::before,
.footer__bottom-link:hover::before {
  width: 100%;
  opacity: 1;
}

.footer__link:hover,
.footer__bottom-link:hover {
  text-shadow: 0 0 8px rgba(var(--footer-primary-rgb), 0.2);
  transform: translateX(2px);
}

.footer__social-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.footer__social-link:hover::before {
  opacity: 1;
}

.footer__newsletter-btn {
  position: relative;
  overflow: hidden;
}

.footer__newsletter-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.footer__newsletter-btn:hover::before {
  width: 300px;
  height: 300px;
}

.footer__newsletter-btn:active {
  transform: translateY(-2px) scale(0.98);
}

.footer__newsletter-input:focus {
  box-shadow: 0 0 0 2px rgba(var(--footer-primary-rgb), 0.2), 0 0 10px rgba(var(--footer-primary-light-rgb), 0.25);
  border-color: var(--footer-primary-light);
}

.footer__links li {
  animation: footerFadeInUp 0.4s ease backwards;
}

.footer__links li:nth-child(1) {
  animation-delay: 0.1s;
}

.footer__links li:nth-child(2) {
  animation-delay: 0.15s;
}

.footer__links li:nth-child(3) {
  animation-delay: 0.2s;
}

.footer__links li:nth-child(4) {
  animation-delay: 0.25s;
}

.footer__links li:nth-child(5) {
  animation-delay: 0.3s;
}

.footer__links li:nth-child(6) {
  animation-delay: 0.35s;
}

@keyframes footerFadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Back to top */
.footer__back-to-top {
  position: fixed;
  bottom: var(--footer-spacing-lg);
  right: var(--footer-spacing-lg);
  width: 3rem;
  height: 3rem;
  background: var(--footer-primary);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(2.5rem);
  transition: all var(--footer-transition-slow);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__back-to-top--visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.footer__back-to-top:hover {
  background: var(--footer-primary-hover);
  transform: translateY(-2.5px);
  box-shadow: 0 8px 20px rgba(var(--footer-primary-hover-rgb), 0.4);
}

.footer__back-to-top-icon {
  width: 1.25rem;
  height: 1.25rem;
}

/* Scroll-to-top mobilde küçük */
@media (max-width: 768px) {
  .scroll-to-top.scroll-to-target {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
    min-height: 40px;
    line-height: 40px !important;
    font-size: 14px !important;
    right: 12px !important;
    bottom: 75px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .scroll-to-top.scroll-to-target span {
    line-height: 1;
  }
}

/* Eski scroll-to-top'u footer ile birlikte gizleyebilirsiniz (isteğe bağlı) */
.page-wrapper .scroll-to-top.scroll-to-target {
  display: none;
}

/* Blog headline: sadece "/" mavi ve kalın */
.blog-headline-brand {
  color: var(--theme-color2);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
}

/* Anasayfa blog slider'ı (Son Bloglar) */
.home-blogs-carousel-wrap {
  position: relative;
  max-width: 1720px;
  margin: 0 auto 10px auto;
  padding: 0 40px;
}

.home-blogs-row {
  row-gap: 30px;
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 6px 0 12px;
  scroll-snap-type: none;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}

.home-blogs-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  background: #ffffff;
  color: var(--theme-color2);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.2s ease;
}

.home-blogs-nav:hover {
  background: var(--theme-color2);
  color: #ffffff;
  transform: translateY(-50%) translateY(-1px);
}

.home-blogs-prev {
  left: -60px;
}

.home-blogs-next {
  right: -60px;
}

.home-blogs-dots {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.home-blog-card {
  flex: 0 0 355px;
}


@media (max-width: 991.98px) {
  .home-blogs-prev {
    left: 0;
  }

  .home-blogs-next {
    right: 0;
  }
}

/* Mobilde blog slider – okları gizle, düzeni sadeleştir */
@media (max-width: 767.98px) {

  /* Bu bölümde ana section'ın overflow:hidden olması yatay kaydırmayı kesiyordu */
  .news-section-two {
    overflow: visible;
  }

  .home-blogs-nav {
    display: none;
  }

  .home-blogs-row {
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 6px 0 12px;
    scroll-snap-type: none;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
  }

  .home-blogs-row .home-blog-card {
    flex: 0 0 86%;
    max-width: 86%;
  }

  .blog-card-modern__inner {
    margin-inline: 2px;
  }

  .blog-card-modern__date {
    height: 30px;
    width: 81px;
    padding: 6px 10px;
  }

  .blog-card-modern__date,
  .blog-card-modern__date * {
    font-size: 10px !important;
  }

  .blog-card-modern__title a {
    font-size: 16px;
    line-height: 1.35;
  }

  .blog-card-modern__desc {
    font-size: 13px;
    line-height: 1.5;
  }

  .home-blogs-row::-webkit-scrollbar {
    height: 0;
  }

  .home-blogs-row::-webkit-scrollbar-track {
    background: transparent;
  }

  .home-blogs-row::-webkit-scrollbar-thumb {
    background: transparent;
  }
}

/* Footer Container - Override Bootstrap CSS */
footer.footer .container,
footer .container {
  max-width: 1400px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 1400px) {

  footer.footer .container,
  footer .container {
    max-width: 1200px !important;
  }
}

@media (max-width: 1200px) {

  footer.footer .container,
  footer .container {
    max-width: 1000px !important;
  }
}

@media (max-width: 992px) {

  footer.footer .container,
  footer .container {
    max-width: 900px !important;
  }
}

@media (max-width: 768px) {

  /* MOBİL FOOTER - SIFIRDAN TASARIM */

  /* Container ayarları */
  footer.footer .container,
  footer .container {
    max-width: 100% !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
  }

  /* Footer Grid - Tek sütunlu mobil düzen */
  footer .footer__grid,
  .footer__grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 40px 0 !important;
  }

  /* Footer Sections - Mobil uyumlu */
  footer .footer__section,
  .footer__section {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Logo bölümü */
  footer .footer__section--logo,
  .footer__section--logo {
    order: 1 !important;
    margin-bottom: 20px !important;
  }

  footer .footer__logo,
  .footer__logo {
    display: block !important;
    margin: 0 auto 15px auto !important;
    text-align: center !important;
  }

  footer .footer__logo-image {
    height: 60px !important;
    width: auto !important;
    max-width: 200px !important;
  }

  footer .footer__description {
    text-align: center !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #666 !important;
    margin: 0 !important;
    padding: 0 10px !important;
  }

  /* Link bölümleri */
  footer .footer__section--links,
  .footer__section--links,
  footer .footer__section--services {
    order: 2 !important;
  }

  footer .footer__section--links h3,
  footer .footer__section--services h3 {
    text-align: center !important;
    margin-bottom: 15px !important;
    font-size: 16px !important;
    color: #333 !important;
  }

  footer .footer__section--links ul,
  footer .footer__section--services ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  footer .footer__section--links li,
  footer .footer__section--services li {
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  footer .footer__section--links a,
  footer .footer__section--services a {
    display: inline-block !important;
    color: #666 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    transition: color 0.3s ease !important;
    text-align: center !important;
  }

  footer .footer__section--links a:hover,
  footer .footer__section--services a:hover {
    color: var(--theme-color1) !important;
  }

  /* İletişim ve Newsletter */
  footer .footer__section--contact,
  footer .footer__section--newsletter {
    order: 3 !important;
    width: 100% !important;
    max-width: 300px !important;
  }

  footer .footer__contact-newsletter-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Social Media */
  footer .footer__social {
    order: 4 !important;
    display: flex !important;
    justify-content: center !important;
    gap: 15px !important;
    margin-top: 20px !important;
  }

  footer .footer__social a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background: #f5f5f5 !important;
    border-radius: 50% !important;
    color: #666 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
  }

  footer .footer__social a:hover {
    background: var(--theme-color1) !important;
    color: white !important;
    transform: translateY(-2px) !important;
  }

  /* Bottom Bar */
  footer .footer__bottom-bar {
    order: 5 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 20px 0 !important;
    border-top: 1px solid #eee !important;
    margin-top: 20px !important;
  }

  footer .footer__bottom-bar .copyright,
  footer .footer__bottom-bar .footer-links {
    text-align: center !important;
    margin: 5px 0 !important;
    font-size: 12px !important;
    color: #999 !important;
  }

  footer .footer__bottom-bar a {
    color: #666 !important;
    text-decoration: none !important;
    margin: 0 5px !important;
  }

  footer .footer__bottom-bar a:hover {
    color: var(--theme-color1) !important;
  }
}

/* Footer Grid Layout - Fix Spacing Issues - IMPORTANT */
footer .footer__grid,
.footer__grid {
  display: grid;
  grid-template-columns: 1fr 0.5fr 0.5fr 1.5fr;
  gap: 8px;
  align-items: start;
}

/* Footer Sections - Remove All Extra Spacing - IMPORTANT */
footer .footer__section,
.footer__section {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

footer .footer__section--links,
.footer__section--links {
  padding-left: 0 !important;
}

footer .footer__section--services,
.footer__section--services {
  padding-left: 0 !important;
}

/* Contact and Newsletter Row - Tight Spacing - IMPORTANT */
footer .footer__contact-newsletter-row,
.footer__contact-newsletter-row {
  display: flex !important;
  gap: 8px !important;
  align-items: flex-start !important;
}

footer .footer__contact-part,
.footer__contact-part {
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin-right: 15px;
}

footer .footer__newsletter-part,
.footer__newsletter-part {
  flex: 1 !important;
  padding: 15px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Professional Service Cards Styling */
.service-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.service-card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--bg-theme-color1, var(--theme-color1)), var(--theme-color2));
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.service-card:hover .service-card-image img {
  transform: scale(1.1);
}

.service-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  z-index: 1;
}

.service-card-content {
  padding: 40px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #ffffff;
}

.service-card-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--bg-theme-color1, var(--theme-color1)), var(--theme-color2));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -50px auto 30px;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.service-card:hover .service-card-icon {
  transform: scale(1.1) rotate(5deg);
}

.service-card-icon i {
  font-size: 28px;
  color: #ffffff;
}

.service-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.3;
}

.service-card-description {
  font-size: 15px;
  line-height: 1.7;
  color: #6c757d;
  margin-bottom: 25px;
  text-align: center;
  flex: 1;
}

.service-card-features {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #495057;
}

.service-feature i {
  color: var(--theme-color2);
  font-size: 12px;
  width: 20px;
  height: 20px;
  background: rgba(var(--theme-color2-rgb, 0.1), 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  background: linear-gradient(135deg, var(--bg-theme-color1, var(--theme-color1)), var(--theme-color2));
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(var(--theme-color2-rgb, 0.3), 0.3);
  text-align: center;
  margin-top: auto;
}

.service-card-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(var(--theme-color2-rgb, 0.4), 0.4);
  color: #ffffff;
}

.service-card-btn i {
  transition: transform 0.3s ease;
}

.service-card-btn:hover i {
  transform: translateX(3px);
}

/* Responsive Service Cards */
@media (max-width: 992px) {
  .service-card-content {
    padding: 35px 25px;
  }

  .service-card-icon {
    width: 60px;
    height: 60px;
    margin: -45px auto 25px;
  }

  .service-card-icon i {
    font-size: 24px;
  }

  .service-card-title {
    font-size: 22px;
  }

  .service-card-description {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .service-card {
    margin-bottom: 30px;
  }

  .service-card-image {
    height: 160px;
  }

  .service-card-content {
    padding: 30px 20px;
  }

  .service-card-icon {
    width: 55px;
    height: 55px;
    margin: -40px auto 20px;
  }

  .service-card-icon i {
    font-size: 22px;
  }

  .service-card-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .service-card-description {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .service-card-features {
    margin-bottom: 25px;
    gap: 10px;
  }

  .service-feature {
    font-size: 13px;
  }

  .service-card-btn {
    padding: 12px 25px;
    font-size: 13px;
  }
}

/* Clean SaaS Service Cards Styling - Using Regions Showcase Styles */
.saas-service-card {
  position: relative;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(14px);
  border: 2px solid rgba(53, 89, 217, 0.22);
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  height: 100%;
  overflow: hidden;
}

.saas-service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 4px 0px rgba(53, 89, 217, 0.22);
  border-color: rgba(53, 89, 217, 0.22);
}

.saas-service-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--theme-color2) 0%, #0e72b9 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin: 0 auto 25px;
  transition: transform 0.3s ease;
}

.saas-service-card:hover .saas-service-icon {
  transform: scale(1.05);
}

.saas-service-icon i {
  font-size: 24px;
  color: #ffffff;
}

.saas-service-title {
  display: block;
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.2;
  color: #10203b;
  font-weight: 800;
}

.saas-service-description {
  display: block;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.65;
  color: #64748b;
  min-height: 46px;
}

.saas-service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  text-align: left;
}

.saas-service-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #64748b;
}

.saas-service-features li i {
  color: var(--theme-color2);
  font-size: 10px;
  flex-shrink: 0;
}

.saas-service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #3559d9 0%, #2c47b8 50%, #0e72b9 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(53, 89, 217, 0.18);
  transition: all 0.3s ease;
  gap: 8px;
}

.saas-service-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(53, 89, 217, 0.25);
  color: #ffffff;
}

.saas-service-btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.saas-service-btn:hover i {
  transform: translateX(2px);
}

/* Responsive SaaS Service Cards */
@media (max-width: 992px) {
  .saas-service-card {
    padding: 25px 20px;
  }

  .saas-service-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .saas-service-icon i {
    font-size: 22px;
  }

  .saas-service-title {
    font-size: 18px;
  }

  .saas-service-description {
    font-size: 13px;
    margin-bottom: 18px;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .saas-service-card {
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .saas-service-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
  }

  .saas-service-icon i {
    font-size: 20px;
  }

  .saas-service-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .saas-service-description {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .saas-service-features {
    margin-bottom: 20px;
  }

  .saas-service-features li {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .saas-service-btn {
    height: 40px;
    padding: 0 16px;
    font-size: 13px;
  }
}

/* =========================
   SERVICES SECTION
========================= */
.service-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

/* Üst alan */
.service-section .section-badge {
  display: inline-block;
  padding: 8px 16px;
  background-color: #e9f2ff;
  color: #0d6efd;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 16px;
  line-height: 1;
}

.service-section .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 14px;
  line-height: 1.25;
}

.service-section .section-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #6c757d;
  margin: 0;
}

/* Kart */
.service-card {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 18px;
  height: 100%;
  transition: all 0.25s ease;
  box-shadow: 0 4px 20px rgba(16, 24, 40, 0.04);
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(16, 24, 40, 0.08);
  border-color: #dee2e6;
}

.service-card .card-body {
  padding: 32px;
}

/* Kart üst alan */
.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}

.service-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background-color: #eef4ff;
  color: #0d6efd;
}

.service-icon.apple {
  background-color: #f1f3f5;
  color: #212529;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border: 1px solid #dee2e6;
  border-radius: 999px;
  background-color: #ffffff;
  color: #495057;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

/* Başlık ve açıklama */
.service-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 12px;
  line-height: 1.35;
}

.service-description {
  font-size: 0.98rem;
  line-height: 1.75;
  color: #6c757d;
  margin-bottom: 24px;
}

/* Özellikler */
.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.service-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.96rem;
  color: #495057;
  margin-bottom: 12px;
  line-height: 1.5;
}

.service-features li:last-child {
  margin-bottom: 0;
}

.service-features li i {
  color: #198754;
  font-size: 16px;
  flex-shrink: 0;
}

/* Buton */
.service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

.service-btn.primary-btn {
  background-color: #0d6efd;
  color: #ffffff;
}

.service-btn.primary-btn:hover {
  background-color: #0b5ed7;
  color: #ffffff;
}

.service-btn.dark-btn {
  background-color: #212529;
  color: #ffffff;
}

.service-btn.dark-btn:hover {
  background-color: #111418;
  color: #ffffff;
}

.service-btn i {
  font-size: 14px;
  transition: transform 0.25s ease;
}

.service-btn:hover i {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 991.98px) {
  .service-section {
    padding: 70px 0;
  }

  .service-section .section-title {
    font-size: 1.75rem;
  }

  .service-card .card-body {
    padding: 28px;
  }
}

@media (max-width: 767.98px) {
  .service-section {
    padding: 60px 0;
  }

  .service-section .section-title {
    font-size: 1.55rem;
  }

  .service-section .section-text {
    font-size: 0.95rem;
  }

  .service-card .card-body {
    padding: 24px;
  }

  .service-card-top {
    align-items: flex-start;
  }

  .service-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    font-size: 24px;
    border-radius: 14px;
  }

  .service-title {
    font-size: 1.2rem;
  }

  .service-description {
    font-size: 0.95rem;
  }

  .service-features li {
    font-size: 0.93rem;
  }

  .service-btn {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .service-section .section-badge {
    font-size: 13px;
    padding: 7px 14px;
  }

  .service-section .section-title {
    font-size: 1.4rem;
  }

  .service-card {
    border-radius: 16px;
  }

  .service-card .card-body {
    padding: 22px 18px;
  }

  .service-tag {
    font-size: 12px;
    padding: 6px 12px;
  }
}

/* =========================
   PREMIUM SERVICES SECTION
========================= */
.premium-services {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
  overflow: hidden;
}

.premium-services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23cbd5e1" fill-opacity="0.1"><circle cx="30" cy="30" r="4"/></g></svg>');
  pointer-events: none;
}

.container {
  position: relative;
  z-index: 2;
}

/* Header Styles */
.services-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px;
}

.services-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: white;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3);
  transition: all 0.3s ease;
}

.services-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.4);
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  position: relative;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.2);
  }
}

.services-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.title-accent {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  margin-top: 8px;
}

.services-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Service Item */
.service-item {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
}

.service-item:hover {
  transform: translateY(-12px);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.12);
}

/* Service Visual */
.service-visual {
  position: relative;
  height: 200px;
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
  overflow: hidden;
}

.service-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.service-icon-wrapper.apple {
  transform: translate(-50%, -50%) scale(1.1);
}

.service-icon-bg {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.3);
  animation: float 6s ease-in-out infinite;
}

.service-icon-bg.apple-bg {
  background: linear-gradient(135deg, #1f2937, #111827);
  box-shadow: 0 20px 40px rgba(31, 41, 55, 0.3);
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.service-icon {
  font-size: 48px;
  color: white;
  z-index: 4;
  position: relative;
}

.service-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%239ca3af" fill-opacity="0.05"><path d="M20 20c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10zm10 0c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10z"/></g></svg>');
  opacity: 0.5;
}

/* Service Content */
.service-content {
  padding: 40px;
}

.service-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 20px;
}

.service-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  line-height: 1.2;
}

.service-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.service-rating i {
  color: #fbbf24;
  font-size: 14px;
}

.service-rating span {
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  margin-left: 4px;
}

.service-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #64748b;
  margin-bottom: 32px;
}

/* Service Features */
.service-features {
  margin-bottom: 32px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #475569;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.feature-icon {
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
}

/* Service CTA */
.service-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
  border: 2px solid transparent;
  border-radius: 16px;
  text-decoration: none;
  color: #1e293b;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
  transition: left 0.5s ease;
}

.service-cta:hover::before {
  left: 100%;
}

.service-cta:hover {
  border-color: #3b82f6;
  color: #3b82f6;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.2);
}

.cta-text {
  position: relative;
  z-index: 2;
}

.cta-arrow {
  width: 32px;
  height: 32px;
  background: #3b82f6;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.service-cta:hover .cta-arrow {
  transform: translateX(4px);
  background: #1d4ed8;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .premium-services {
    padding: 100px 0;
  }

  .services-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .premium-services {
    padding: 80px 0;
  }

  .services-header {
    margin-bottom: 60px;
  }

  .services-title {
    font-size: 2rem;
  }

  .services-description {
    font-size: 1rem;
  }

  .service-visual {
    height: 160px;
  }

  .service-icon-bg {
    width: 100px;
    height: 100px;
  }

  .service-icon {
    font-size: 40px;
  }

  .service-content {
    padding: 32px 24px;
  }

  .service-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .service-name {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .premium-services {
    padding: 60px 0;
  }

  .services-badge {
    padding: 10px 20px;
    font-size: 13px;
  }

  .services-title {
    font-size: 1.75rem;
  }

  .service-visual {
    height: 140px;
  }

  .service-icon-bg {
    width: 80px;
    height: 80px;
  }

  .service-icon {
    font-size: 32px;
  }

  .service-content {
    padding: 24px 20px;
  }

  .service-name {
    font-size: 1.25rem;
  }

  .service-text {
    font-size: 0.95rem;
  }

  .feature-item {
    font-size: 0.9rem;
  }

  .service-cta {
    padding: 14px 20px;
    font-size: 0.9rem;
  }
}

/* Contact Items Spacing */
.footer__contact-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}

/* Newsletter Styles - Updated Design */
.footer__newsletter {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer__newsletter-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--footer-text);
  margin-bottom: var(--footer-spacing-xs);
  margin-top: 0;
  padding-left: var(--footer-spacing-md);
  border-left: 4px solid var(--theme-color2);
  position: relative;
}

.footer__newsletter-form {
  display: flex;
  gap: var(--footer-spacing-sm);
}

.footer__newsletter-input {
  min-width: 0px;
  height: 2.75rem;
  font-size: 0.9375rem;
  color: var(--footer-text);
  flex: 1 1 0%;
  padding: 0.6rem 0.85rem;
  background: var(--footer-bg);
  border: 1px solid var(--footer-border);
  border-radius: var(--footer-radius);
  transition: all var(--footer-transition);
}

.footer__newsletter-btn {
  position: relative;
  overflow: hidden;
}

.footer__newsletter-description {
  font-size: 14px !important;
  color: var(--footer-text-muted);
  line-height: 1.6;
  margin: 0;
}

/* Responsive Footer */
@media (max-width: 1200px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr 2fr;
    gap: 30px;
  }

  .footer__section--contact-newsletter {
    grid-column: span 2;
  }

  .footer__contact-newsletter-row {
    flex-direction: column;
    gap: 30px;
  }

  .footer__newsletter-part {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer__section--links,
  .footer__section--services {
    padding-left: 0;
  }

  .footer__section--contact-newsletter {
    grid-column: span 1;
  }

  .footer__contact-newsletter-row {
    gap: 30px;
  }
}

/* SAP Style Minimal Service Cards */
.saas-service-section {
  padding: 60px 0;
  position: relative;
}

.saas-header {
  text-align: center;
  margin-bottom: 60px;
}

.saas-title {
  font-size: 32px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.saas-subtitle {
  font-size: 16px;
  color: #666666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}

.saas-cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.saas-card {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 32px;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.saas-card:hover {
  border-color: #0066cc;
  box-shadow: 0 3px 0 1px rgba(14, 114, 185, 0.35);
}

.saas-card-content {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.saas-card-header {
  flex: 1;
}

.saas-card-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.theme-btn.btn-style-one {
  align-self: flex-start;
}

.saas-card-icon {
  margin-bottom: 0;
  flex-shrink: 0;
}

.icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff !important;
  position: relative;
  box-shadow: 0 2px 0 1px rgba(14, 114, 185, 0.35);
}

.icon-wrapper .laptop-feature-icon {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  display: inline-block;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.icon-wrapper .service-icon-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.icon-wrapper .custom-service-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  max-width: 100%;
  max-height: 100%;
}

.icon-wrapper i {
  color: #ffffff !important;
  z-index: 2;
}

.icon-fallback {
  position: absolute;
  font-size: 24px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Hide fallback when FontAwesome icon is visible */
.icon-wrapper i:not(:empty)+.icon-fallback {
  opacity: 0;
}

/* Show fallback when FontAwesome icon is not loaded */
.icon-wrapper i:empty+.icon-fallback,
.icon-wrapper i:not(.fa):not(.fas):not(.far):not(.fab)+.icon-fallback {
  opacity: 1;
}

.laptop-card .icon-wrapper {
  background: var(--theme-color2);
}

.apple-card .icon-wrapper {
  background: var(--theme-color2);
  font-size: 26px;
}

.apple-card .icon-wrapper i {
  font-size: 26px;
}

.saas-card-content {
  position: relative;
}

.saas-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
  letter-spacing: 0;
}

.saas-card-description {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 20px;
}

.saas-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.saas-features li {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  color: #333333;
  background: #f8f9fa;
  padding: 6px 12px;
  border-radius: 4px;
}

.saas-features li i {
  color: #0066cc;
  margin-right: 8px;
  font-size: 12px;
}

.saas-card-decoration {
  display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .saas-service-section {
    padding: 40px 0;
  }

  .saas-title {
    font-size: 28px;
  }

  .saas-subtitle {
    font-size: 15px;
  }

  .saas-cards-container {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 16px;
  }

  .saas-card {
    padding: 24px;
  }

  .saas-card-title {
    font-size: 18px;
  }

  .icon-wrapper {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

/* Fixed header functionality for header-style-two */
.header-style-two.fixed-header {
  position: static !important;
}