/* -------------------------------------------------------------------
   Global typography: modern Manrope font system.
   style.css sonrasinda yuklenir; ikon fontlari kendi font-family ile kalir.
   ------------------------------------------------------------------- */
:root {
  --text-font: "Manrope", "Segoe UI", Arial, sans-serif;
  --title-font: "Manrope", "Segoe UI", Arial, sans-serif;
  --style-font: "Manrope", "Segoe UI", Arial, sans-serif;
  --sec-title-subtitle-font-family: var(--text-font);
  --home-header-offset: 88px;
  --body-font-weight: 500;
  --btn-font-weight: 600;
  --text-color: #2a3238;
  --theme-color1: #bd9a5f;
  --theme-color2: #bd9a5f;
  --theme-color3: #cfae82;
  --theme-color4: #f8f3ea;
  --theme-color5: #4a3f2f;
  /* Bootstrap 5 â€“ nav, form, modal vb. sistem fontuna dÃ¼ÅŸmesin */
  --bs-font-sans-serif: var(--text-font);
  --bs-body-font-family: var(--text-font);
}

html {
  font-family: var(--text-font) !important;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  font-family: var(--text-font) !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: var(--body-font-weight);
  color: var(--text-color);
}

body p,
body .text {
  font-weight: var(--body-font-weight);
  color: var(--text-color);
}

/* Butonlar â€“ sans-serif, okunaklÄ± */
.theme-btn,
.theme-btn .btn-title,
.btn-style-one,
.btn-style-one .btn-title,
.btn-style-two,
.btn-style-two .btn-title,
.btn-style-three,
.btn-style-three .btn-title,
.home-seo-btn {
  font-family: var(--text-font) !important;
  font-size: 0.95rem !important;
  font-weight: var(--btn-font-weight) !important;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}

/* Basliklar - modern sans-serif */
h1, h2, h3, h4, h5, h6,
.sec-title h1,
.sec-title h2,
.sec-title h3,
.sec-title h4,
.home-section-head h2,
.home-welcome__title,
.home-team-card__name,
.banner-section-two .content-box .title,
.banner-section-two .content-box h3,
.page-title .title,
.breadcrumb li.active {
  font-family: var(--title-font) !important;
  font-weight: 750;
  letter-spacing: 0;
}

/* Viewport Ã¼stÃ¼nde beyaz ÅŸerit kalmamasÄ± iÃ§in */
body .page-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.page-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Revolution Slider katmanlarÄ± (inline font-familyâ€™i bastÄ±rÄ±r) */
.rev_slider .tp-caption,
.rev_slider .tp-caption.rs-layer,
.rs-layer,
.rs-layer.rs-px {
  font-family: var(--title-font) !important;
}

.btn,
.form-control,
.form-select,
.input-group-text,
.nav-link,
.main-menu .navigation > li > a,
.dropdown-menu,
.breadcrumb,
.pagination,
.modal-content,
.list-group,
.table,
.theme-btn,
.seo-content__text,
.seo-content__text p {
  font-family: var(--text-font) !important;
}

/* 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: 600;
  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: #ffffff !important;
  font-weight: var(--btn-font-weight);
  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 8px 20px rgba(74, 63, 47, 0.22);
}

/* Ä°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: #ffffff !important;
  font-weight: var(--btn-font-weight);
  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);
  color: #ffffff !important;
}

.btn-style-two:hover .btn-title,
.btn-style-two:hover .btn-title i,
.btn-style-two:hover i {
  color: #ffffff !important;
}

/* Dolu altÄ±n butonlar â€“ metin ve ikonlar beyaz */
.theme-btn.btn-style-one .btn-title,
.theme-btn.btn-style-one .btn-title i,
.theme-btn.btn-style-one i,
.btn-style-one .btn-title,
.btn-style-one .btn-title i,
.btn-style-one i,
.home-seo-btn.theme-btn.btn-style-one,
.home-seo-btn .btn-title,
.home-seo-btn .btn-title i {
  color: #ffffff !important;
}

/* ÃœÃ§Ã¼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: var(--btn-font-weight);
  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: 55px;
    color: #ffffff;
    margin-bottom: 17px;
  }
}

/* Sayfa baÅŸlÄ±ÄŸÄ± (breadcrumb) h1 genel boyut ayarÄ± */
.page-title .title {
  font-size: 55px !important;
}

.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;
}

/* Ä°Ã§ sayfalar iÃ§in sade krem page-title */
.page-title.page-title--themed {
  padding-top: 132px !important;
  padding-bottom: 44px !important;
  min-height: auto;
  background:
    radial-gradient(ellipse 55% 90% at 100% 0%, color-mix(in srgb, var(--theme-color1) 10%, transparent) 0%, transparent 72%),
    radial-gradient(ellipse 45% 70% at 0% 100%, color-mix(in srgb, var(--theme-color3) 14%, transparent) 0%, transparent 68%),
    linear-gradient(180deg, #fdfbf7 0%, var(--theme-color4, #f8f3ea) 58%, #f3ece0 100%) !important;
  border-bottom: 1px solid color-mix(in srgb, var(--theme-color1) 16%, #e8dfd0);
  box-shadow: 0 10px 28px rgba(74, 63, 47, 0.05);
}

.page-title.page-title--themed .page-title__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.55) 48%, transparent 76%),
    repeating-linear-gradient(
      -12deg,
      transparent 0 28px,
      color-mix(in srgb, var(--theme-color1) 4%, transparent) 28px 29px
    );
  opacity: 0.45;
}

.page-title.page-title--themed::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    color-mix(in srgb, var(--theme-color1) 55%, var(--theme-color3) 45%) 18%,
    color-mix(in srgb, var(--theme-color1) 55%, var(--theme-color3) 45%) 82%,
    transparent 100%
  );
  opacity: 0.65;
}

.page-title.page-title--themed::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    color-mix(in srgb, var(--theme-color1) 22%, transparent) 20%,
    color-mix(in srgb, var(--theme-color1) 22%, transparent) 80%,
    transparent 100%
  );
}

.page-title.page-title--themed .title {
  color: var(--theme-color5, #4a3f2f) !important;
  text-shadow: none;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  margin-top: 10px;
}

.page-title.page-title--themed .title-outer {
  position: relative;
  padding-top: 4px;
  padding-left: 22px;
}

.page-title.page-title--themed .title-outer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--theme-color1), var(--theme-color3));
}

@media (max-width: 991.98px) {
  .page-title.page-title--themed {
    padding-top: 110px !important;
    padding-bottom: 32px !important;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .page-title.page-title--themed .title {
    color: var(--theme-color5, #4a3f2f) !important;
  }
}

.page-title.page-title--themed .page-breadcrumb {
  margin-top: 0;
}

.page-title.page-title--themed .page-breadcrumb li {
  color: color-mix(in srgb, var(--theme-color5, #4a3f2f) 62%, #8a7d6c);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: none;
}

.page-title.page-title--themed .page-breadcrumb li:after {
  color: color-mix(in srgb, var(--theme-color1) 70%, var(--theme-color5) 30%);
}

.page-title.page-title--themed .page-breadcrumb li a {
  color: var(--theme-color1) !important;
}

.page-title.page-title--themed .page-breadcrumb li a:hover {
  color: var(--theme-color5, #4a3f2f) !important;
}

/* Ä°Ã§ sayfalarda header: aÃ§Ä±k zemin + koyu menÃ¼ */
body.inner-page .main-header.header-style-two {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid color-mix(in srgb, var(--theme-color1) 14%, #ece4d7);
  box-shadow: 0 8px 24px rgba(74, 63, 47, 0.06);
}

body.inner-page .main-header.header-style-two .header-lower::after,
body.inner-page .main-header.header-style-two .header-lower::before {
  display: none;
}

body.inner-page .main-header .main-menu .navigation>li>a {
  color: var(--theme-color5, #4a3f2f) !important;
  text-shadow: none;
}

body.inner-page .main-header .main-menu .navigation>li:hover>a,
body.inner-page .main-header .main-menu .navigation>li.current>a {
  color: var(--theme-color1) !important;
}

body.inner-page .main-header .main-menu .navigation>li>a::after {
  background: var(--theme-color1);
}

body.inner-page .header-style-two.fixed-header {
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

@media (max-width: 991.98px) {
  body.inner-page .main-header.header-style-two .header-lower,
  body.inner-page .main-header.header-style-two .header-lower .main-box,
  body.inner-page .header-style-two.fixed-header .header-lower,
  body.inner-page .header-style-two.fixed-header .header-lower .main-box {
    background: transparent !important;
    background-color: transparent !important;
  }

  body.inner-page .main-header.header-style-two .mobile-nav-toggler {
    border-color: color-mix(in srgb, var(--theme-color1) 35%, #d8cdb8);
    background: color-mix(in srgb, var(--theme-color4, #f8f3ea) 75%, #ffffff 25%);
    color: var(--theme-color5, #4a3f2f);
  }
}

/* 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: absolute !important;
  top: 0 !important;
  left: 0;
  right: 0;
  margin-top: 0 !important;
  z-index: 999;
}

/* 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 â€“ header overlay, Ã¼stten sÄ±fÄ±r */
.banner-section-two {
  position: relative;
  overflow: visible;
  min-height: 100vh;
  margin-top: 0 !important;
}

.banner-section-two::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  width: 140%;
  /* daha geniÅŸ kavis */
  height: 56px;
  /* 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: none;
}

@media (max-width: 767.98px) {
  .banner-section-two::after {
    bottom: -24px;
    /* mobilde ovali biraz yukarÄ± al */
    height: 48px;
  }
}

.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 Ã¼stte overlay */
.banner-section-two .slide-item {
  height: 100vh;
  min-height: 100vh;
  padding: var(--home-header-offset) 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, "Manrope", "Segoe UI", Arial, 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, var(--theme-color1), var(--theme-color2));
  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: 600;
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  font-size: 0.98rem;
  font-family: var(--text-font, "Manrope", "Segoe UI", Arial, 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: 600;
  font-family: var(--text-font, "Manrope", "Segoe UI", Arial, 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, "Manrope", "Segoe UI", Arial, 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-top: 56px;
  padding-bottom: 20px;
}

/* Slider ile ilk bÃ¶lÃ¼m arasÄ±nda beyaz boÅŸluk oluÅŸmasÄ±nÄ± engelle */
.banner-section-two + .about-section-three {
  margin-top: -24px;
}

/* HakkÄ±mÄ±zda bÃ¶lÃ¼mÃ¼ - gÃ¶rsel kalite iyileÅŸtirmesi */
.about-section-three .content-column .inner-column {
  background: #ffffff;
  border: 1px solid rgba(20, 83, 45, 0.06);
  border-radius: 18px;
  padding: 34px 32px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.about-section-three .content-column .sec-title .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: var(--theme-color1);
}

.about-section-three .content-column .sec-title h2 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.18;
  color: #4a3f2f;
}

.about-section-three .content-column .sec-title .text {
  color: #2f3640;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 500;
}

.about-section-three .content-column .sec-title .text p {
  margin-bottom: 14px;
}

.about-section-three .content-column .content-box {
  margin-top: 26px;
}

.about-section-three .content-column .content-box .theme-btn {
  min-width: 170px;
  justify-content: center;
}

.about-section-three .image-column .inner-column {
  position: relative;
}

.about-section-three .image-column {
  margin-top: 80px !important;
  margin-bottom: 50px !important;
}

@media (max-width: 991px) {
  .about-section-three .image-column {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.about-section-three .image-column .image-1 img,
.about-section-three .image-column .image-2 img {
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.16);
}

.about-section-three .image-column .image-2 {
  transform: translateX(-42px);
}

.about-section-three .image-column .image-1::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

@media (max-width: 991px) {
  .about-section-three .content-column .inner-column {
    padding: 26px 22px;
    margin-bottom: 28px;
  }

  .about-section-three .image-column .image-2 {
    transform: translateX(-18px);
  }
}

/* Ãœ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;
}

/* Blog detay - Son GÃ¶nderiler kartÄ±nÄ± profesyonel gÃ¶rÃ¼nÃ¼m */
.blog-details .sidebar__post {
  padding: 26px 22px 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(23, 56, 87, 0.1);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.blog-details .sidebar__post .sidebar__title {
  margin: 0 0 14px;
  padding-bottom: 12px;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--theme-color1);
  border-bottom: 1px solid rgba(23, 56, 87, 0.12);
}

.blog-details .sidebar__post .sidebar__post-list li {
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}

.blog-details .sidebar__post .sidebar__post-list li:hover {
  background: #fff;
  border-color: rgba(23, 56, 87, 0.12);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

.blog-details .sidebar__post .sidebar__post-list li+li {
  margin-top: 10px;
}

.blog-details .sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 0;
  flex: 78px 0 0;
}

.blog-details .sidebar__post .sidebar__post-list .sidebar__post-image>img {
  width: 78px;
  height: 58px;
  object-fit: cover;
  border-radius: 10px;
}

.blog-details .sidebar__post .sidebar__post-list .sidebar__post-content {
  top: 0;
}

.blog-details .sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  margin: 0 0 6px;
  line-height: 1.35;
}

.blog-details .sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
}

.blog-details .sidebar__post .sidebar__post-list .sidebar__post-content h3 a:hover {
  color: var(--theme-color2);
}

.blog-details .sidebar__post .sidebar__post-list .sidebar__post-content p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: #475569;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

/* 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;
  padding: 0 !important;
}

.service-list li i {
  background-color: var(--theme-color2) !important;
  color: var(--text-color-bg-theme-color2) !important;
}

/* =============================
   Ãœ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 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  width: 100%;
  margin: 0;
  text-align: center;
}

.product-detail-page .product-sidebar-whatsapp-btn .btn-title {
  font-size: 0.95rem;
}

.product-detail-page .service-sidebar-single-btn .theme-btn.product-sidebar-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product-detail-page .product-sidebar-contact-btn .btn-title i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transform: translateY(-0.5px);
  margin-right: 0 !important;
}

/* Tema pseudo-element'i buton iÃ§inde ekstra boÅŸluk/offset Ã¼retmesin */
.product-detail-page .service-sidebar-single-btn .theme-btn.product-sidebar-contact-btn span::before,
.product-detail-page .service-sidebar-single-btn .theme-btn.product-sidebar-contact-btn .btn-title::before {
  content: none !important;
  display: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.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: 600;
  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: 600;
  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: 600;
  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--showcase {
  padding-top: 30px;
}

.services-showcase-head {
  max-width: 760px;
  margin: 0 auto 44px;
}

.services-showcase-head__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme-color2);
}

.services-showcase-head__tag::before,
.services-showcase-head__tag::after {
  content: "";
  width: 26px;
  height: 2px;
  background: color-mix(in srgb, var(--theme-color2) 45%, transparent);
  border-radius: 999px;
}

.services-showcase-head__title {
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1f2937;
  margin: 14px 0 14px;
}

.services-showcase-head__text {
  font-size: 17px;
  line-height: 1.8;
  color: #64748b;
  margin: 0;
}

.services-showcase-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.services-showcase-empty {
  text-align: center;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 40px 20px;
}

.service-showcase-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  height: 255px;
  gap: 0;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-showcase-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 54px rgba(15, 23, 42, 0.12);
}

.service-showcase-card--reverse .service-showcase-card__media {
  order: 2;
}

.service-showcase-card--reverse .service-showcase-card__content {
  order: 1;
}

.service-showcase-card__media {
  display: flex;
  align-self: stretch;
  height: auto;
  min-height: 0;
  background: #e2e8f0;
  overflow: hidden;
}

.service-showcase-card__image,
.service-showcase-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.service-showcase-card__image {
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.service-showcase-card:hover .service-showcase-card__image {
  transform: scale(1.04);
}

.service-showcase-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color2);
  font-size: 44px;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.service-showcase-card__content {
  position: relative;
  padding: 20px 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  background:
    radial-gradient(120px 120px at top right, rgba(22, 163, 74, 0.08), transparent 70%),
    #fff;
}

.service-showcase-card__index {
  display: none !important;
}

.service-showcase-card__tag {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: none;
  line-height: 1.2;
  color: #1f2937;
  margin-bottom: 14px;
}

.service-showcase-card__tag::after {
  content: "";
  width: 100%;
  height: 3px;
  margin-top: 6px;
  background: linear-gradient(90deg, var(--theme-color2) 0%, rgba(22, 163, 74, 0.18) 100%);
  border-radius: 999px;
}

.service-showcase-card__title {
  font-size: 23px;
  line-height: 1.2;
  margin: 0 0 8px;
  max-width: 92%;
}

.service-showcase-card__title a {
  color: #1f2937;
  text-decoration: none;
}

.service-showcase-card__title a:hover {
  color: var(--theme-color2);
}

.service-showcase-card__desc {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  max-width: 95%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-showcase-card__desc:empty {
  display: none;
}

@media (max-width: 1199px) {
  .services-showcase-head__title {
    font-size: 36px;
  }

  .service-showcase-card__title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .services-showcase-head__title {
    font-size: 30px;
  }

  .services-showcase-head__text {
    font-size: 15px;
  }

  .service-showcase-card,
  .service-showcase-card--reverse {
    grid-template-columns: 1fr;
    height: auto;
  }

  .service-showcase-card__media,
  .service-showcase-card--reverse .service-showcase-card__media,
  .service-showcase-card--reverse .service-showcase-card__content {
    order: initial;
  }

  .service-showcase-card__media,
  .service-showcase-card--reverse .service-showcase-card__media {
    order: 1;
  }

  .service-showcase-card__content,
  .service-showcase-card--reverse .service-showcase-card__content {
    order: 2;
  }

  .service-showcase-card__media {
    min-height: 130px;
    height: 130px;
  }

  .service-showcase-card__content {
    padding: 18px 14px 14px;
  }

  .service-showcase-card__title {
    max-width: 100%;
    font-size: 18px;
  }

  .service-showcase-card__desc {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }

  .service-showcase-card__image,
  .service-showcase-card__placeholder {
    height: 130px;
    min-height: 130px;
  }
}

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

/* Anasayfa "TÃ¼m Hizmetleri GÃ¶rÃ¼ntÃ¼le" butonu */
.home-service-more-section .theme-btn.btn-style-two {
  background: var(--theme-color2) !important;
  border-color: var(--theme-color2) !important;
  color: #fff !important;
}

.home-service-more-section .theme-btn.btn-style-two .btn-title {
  color: #fff !important;
}

@media (max-width: 991px) {
  .home-service-dynamic-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .home-service-dynamic-row .home-service-media-col,
  .home-service-dynamic-row .home-service-content-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0 !important;
  }

  .home-service-dynamic-row .home-service-media-col {
    order: 1;
  }

  .home-service-dynamic-row .home-service-content-col {
    order: 2;
  }

  .home-service-dynamic-row .home-service-content-wrap {
    padding-left: 14px !important;
    padding-right: 0 !important;
  }
}

/* =============================
   Ekibimiz SayfasÄ±
   ============================= */
.team-page-section {
  padding: 58px 0 80px;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.team-page-head {
  max-width: 760px;
  margin: 0 auto 24px;
}

.team-page-head h2 {
  margin-bottom: 10px;
  color: #0f172a;
}

.team-page-head p {
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 700;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1140px;
  margin: 0 auto;
}

.team-grid.team-grid--lt-three {
  display: flex;
  justify-content: center;
  gap: 22px;
}

.team-grid.team-grid--lt-three .team-card {
  flex: 0 0 calc((100% - 44px) / 3);
  max-width: calc((100% - 44px) / 3);
}

.team-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.12);
}

.team-card__image-wrap {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #e2e8f0;
}

.team-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.team-card:hover .team-card__image {
  transform: scale(1.04);
}

.team-card__placeholder,
.team-detail__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #64748b;
}

.team-card__body {
  padding: 16px 18px 14px;
}

.team-card__name {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.25;
}

.team-card__name a {
  color: #0f172a;
  text-decoration: none;
}

.team-card__name a:hover {
  color: var(--theme-color2);
}

.team-card__desc {
  margin: 0 0 10px;
  color: #475569;
  font-size: 19px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-card__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.team-mini-stat {
  padding: 10px 10px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 10px;
}

.team-mini-stat__value {
  display: block;
  font-weight: 700;
  color: #0f172a;
}

.team-mini-stat__label {
  display: block;
  font-size: 13px;
  color: #64748b;
}

.team-card__link {
  color: var(--theme-color2);
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.team-card__link i {
  margin-left: 6px;
}

.team-card__link:hover {
  color: #0a8f5c;
}

.team-detail-section {
  padding: 70px 0 90px;
  background: #f8fafc;
}

.team-detail-container {
  max-width: 1420px;
}

.team-detail-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
  padding: 22px;
}

.team-detail__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #64748b;
  margin-bottom: 14px;
}

.team-detail__breadcrumb a {
  color: #475569;
}

.team-detail__hero {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 16px;
  margin: 0 0 16px;
}

.team-detail__media-wrap {
  position: relative;
}

.team-detail__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-detail__intro {
  margin-bottom: 12px;
}

.team-detail__media {
  border-radius: 14px;
  overflow: hidden;
  background: #e2e8f0;
  aspect-ratio: 1 / 1.12;
}

.team-detail__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-detail__name {
  margin: 0 0 10px;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.05;
  color: #0f172a;
}

.team-detail__title {
  margin: 0 0 6px;
  color: #334155;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
}

.team-detail__short {
  margin: 0 0 2px;
  color: #475569;
  font-size: 16px;
  line-height: 1.65;
}

.team-detail__stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.team-detail-stat {
  padding: 12px 12px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
}

.team-detail-stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.team-detail-stat__value {
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.1;
}

.team-detail-stat__label {
  margin-top: 4px;
  font-size: 13px;
  color: #64748b;
}

.team-detail__badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.team-detail__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  padding-top: 12px;
}

.team-detail__tab {
  border: 0;
  background: transparent;
  color: #475569;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 10px;
  border-bottom: 2px solid transparent;
}

.team-detail__tab.is-active {
  color: #0f172a;
  border-bottom-color: var(--theme-color2);
}

.team-detail__panes {
  margin-top: 14px;
}

.team-detail__pane {
  display: none;
}

.team-detail__pane.is-active {
  display: block;
}

.team-detail__article-wrap {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 20px;
}

.team-detail__article-title {
  margin: 0 0 12px;
  font-size: 22px;
  color: #0f172a;
}

.team-detail__article {
  color: #334155;
  font-size: 16px;
  line-height: 1.8;
}

.team-detail__article h2,
.team-detail__article h3,
.team-detail__article h4 {
  color: #0f172a;
  margin: 20px 0 10px;
  line-height: 1.35;
}

.team-detail__article p {
  margin-bottom: 12px;
}

.team-detail__article ul,
.team-detail__article ol {
  padding-left: 20px;
  margin: 0 0 14px;
}

.team-detail__quote {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-left: 4px solid var(--theme-color2);
  background: #f8fafc;
  border-radius: 8px;
  color: #334155;
  font-style: italic;
}

.team-detail__side-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 18px 16px;
  height: 100%;
}

.team-detail__side-card h4 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #0f172a;
}

.team-detail__side-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-detail__side-card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

.team-detail__side-card li + li {
  margin-top: 7px;
}

.team-detail__side-card i {
  color: var(--theme-color2);
  margin-top: 4px;
}

.team-detail__side-link {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #0f172a;
  font-weight: 600;
  width: 100%;
}

.team-detail__list-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 18px 20px;
}

.team-detail__list-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 22px;
}

.team-detail__list-card ul {
  margin: 0;
  padding-left: 20px;
  color: #334155;
}

.team-detail__list-card li + li {
  margin-top: 8px;
}

.team-empty {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 34px 16px;
  color: #64748b;
}

@media (max-width: 991.98px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-detail__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .team-page-section {
    padding: 58px 0;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-detail-card {
    padding: 14px;
  }

  .team-detail__hero {
    padding: 12px;
  }

  .team-detail__title {
    font-size: 18px;
  }

  .team-detail__stats {
    grid-template-columns: 1fr;
  }

  .team-detail__tabs {
    gap: 4px;
  }

  .team-detail__tab {
    font-size: 13px;
    padding: 7px 8px;
  }
}

/* Team Premium Detail */
.team-premium {
  --tp-primary: var(--theme-color2);
  --tp-primary-hover: var(--theme-color1);
  --tp-dark: var(--theme-color1);
  --tp-soft: var(--theme-color3);
  --tp-extra-soft: rgba(255, 255, 255, 0.7);
  --tp-white: #ffffff;
  --tp-text: #1f2937;
  --tp-border: #e5e7eb;
  background: var(--tp-white);
  padding: 74px 0 90px;
  color: var(--tp-text);
}

.team-premium__container {
  max-width: 1460px;
}

.team-premium__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--tp-text);
  font-size: 13px;
  margin-bottom: 14px;
}

.team-premium__breadcrumb a {
  color: var(--tp-primary);
  font-weight: 600;
  transition: color 0.2s ease;
}

.team-premium__breadcrumb a:hover {
  color: var(--tp-primary-hover);
}

.team-premium__hero {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 24px;
  background: var(--tp-white);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 16px 34px rgba(11, 59, 74, 0.1);
}

.team-premium__hero-media {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  width: 500px;
  height: 370px;
  min-height: 370px;
  background: var(--tp-white);
}

.team-premium__hero-image,
.team-premium__hero-placeholder {
  width: 100%;
  height: 100%;
}

.team-premium__hero-image {
  object-fit: cover;
}

.team-premium__hero-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  color: var(--tp-dark);
}

.team-premium__hero-overlay {
  display: none;
}

.team-premium__badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--tp-dark);
  background: var(--tp-white);
  font-size: 12px;
  font-weight: 700;
}

.team-premium__hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-premium__name {
  margin: 0 0 8px;
  color: var(--tp-dark);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  font-weight: 800;
}

.team-premium__title {
  margin: 0 0 12px;
  color: var(--tp-dark);
  font-weight: 600;
  font-size: 24px;
}

.team-premium__tagline {
  margin: 0 0 22px;
  color: var(--tp-text);
  font-size: 17px;
  line-height: 1.8;
  max-width: 820px;
}

.team-premium__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.team-premium__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.team-premium__btn--primary {
  background: var(--tp-primary);
  color: var(--tp-white);
  box-shadow: 0 12px 24px rgba(76, 182, 182, 0.3);
}

.team-premium__btn--primary:hover {
  color: var(--tp-white);
  background: var(--tp-primary-hover);
  transform: scale(1.02) translateY(-2px);
  box-shadow: 0 14px 26px rgba(11, 59, 74, 0.28);
}

.team-premium__btn--whatsapp {
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.3);
}

.team-premium__btn--whatsapp:hover {
  background: #1ea952;
  color: #ffffff;
  transform: scale(1.02) translateY(-2px);
  box-shadow: 0 14px 26px rgba(30, 169, 82, 0.3);
}

.team-premium__btn,
.team-premium__btn:hover,
.team-premium__btn:focus {
  color: var(--tp-white) !important;
}

.team-premium__btn--full {
  width: 100%;
  margin-top: 12px;
}

.team-premium__stats {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.team-premium__stats.team-premium__stats--few {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.team-premium__stats.team-premium__stats--few .team-premium-stat {
  flex: 0 1 280px;
  max-width: 320px;
}

.team-premium__stats.team-premium__stats--by-five {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.team-premium__stats.team-premium__stats--by-five .team-premium-stat {
  flex: 0 0 calc((100% - 48px) / 5);
  max-width: calc((100% - 48px) / 5);
  min-width: 180px;
}

.team-premium__stats.team-premium__stats--single-row {
  display: grid;
  grid-template-columns: repeat(var(--stats-count), minmax(0, 1fr));
}

.team-premium-stat {
  background: var(--tp-extra-soft);
  border-radius: 14px;
  padding: 16px 14px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(11, 59, 74, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.team-premium-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(11, 59, 74, 0.12);
}

.team-premium-stat__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tp-white);
  color: var(--tp-primary);
  margin-bottom: 8px;
}

.team-premium-stat__icon i {
  font-size: 22px;
}

.team-premium-stat__value {
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  color: var(--tp-dark);
}

.team-premium-stat__label {
  margin-top: 4px;
  color: var(--tp-text);
  font-size: 13px;
}

.team-premium__tabs {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px;
  background: var(--tp-white);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(11, 59, 74, 0.08);
}

.team-premium__tab {
  border: 0;
  background: transparent;
  color: var(--tp-text);
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  transition: all 0.2s ease;
}

.team-premium__tab:hover {
  color: var(--tp-primary-hover);
  background: var(--tp-extra-soft);
}

.team-premium__tab::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  height: 3px;
  border-radius: 999px;
  background: var(--tp-primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.team-premium__tab.is-active {
  color: var(--tp-dark);
  background: var(--tp-extra-soft);
}

.team-premium__tab.is-active::after {
  transform: scaleX(1);
}
.team-premium__body {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
  align-items: start;
}

.team-premium__body.team-premium__body--no-sidebar {
  grid-template-columns: minmax(0, 1fr);
}

.team-premium__pane {
  display: none;
}

.team-premium__pane.is-active {
  display: block;
}

.team-premium__content-card,
.team-premium__list-card,
.team-premium__side-card {
  background: var(--tp-white);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(11, 59, 74, 0.08);
  padding: 20px;
}

.team-premium__content-card h2,
.team-premium__content-card h3,
.team-premium__list-card h3,
.team-premium__side-card h4 {
  margin: 0 0 12px;
  color: var(--tp-dark);
  font-size: 24px;
}

.team-premium__list-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid color-mix(in srgb, var(--tp-primary) 14%, #ffffff 86%);
}

.team-premium__content-card {
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--tp-primary) 14%, #ffffff 86%);
}

.team-premium__content-card::before,
.team-premium__list-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tp-primary) 0%, color-mix(in srgb, var(--tp-primary) 42%, #ffffff 58%) 100%);
}

.team-premium__list-card h3 {
  font-size: 38px;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.team-premium__article {
  color: var(--tp-text);
  font-size: 17px;
  line-height: 1.9;
}

.team-premium__article p + p {
  margin-top: 14px;
}

.team-premium__article h2,
.team-premium__article h3,
.team-premium__article h4 {
  margin: 22px 0 10px;
  color: var(--tp-dark);
}

.team-premium__quote {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: color-mix(in srgb, #ffffff 88%, var(--theme-color3) 12%);
  color: var(--theme-color1);
  border-left: 4px solid var(--tp-primary);
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
}

.team-premium__quote * {
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

.team-premium__list-card {
  background: var(--tp-extra-soft);
}

.team-premium__list-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-premium__list-card li {
  padding: 10px 0;
  color: var(--tp-text);
  border-bottom: 1px dashed var(--tp-border);
}

.team-premium__list-card li:last-child {
  border-bottom: 0;
}

.team-premium__feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.team-premium__feature-list li {
  margin: 0;
  border: 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--tp-extra-soft) 72%, #ffffff 28%);
  border: 1px solid color-mix(in srgb, var(--tp-primary) 10%, #ffffff 90%);
  box-shadow: 0 6px 14px rgba(11, 59, 74, 0.06);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.team-premium__feature-list li:hover {
  transform: translateY(-3px);
  background: var(--tp-white);
  border-color: color-mix(in srgb, var(--tp-primary) 24%, #ffffff 76%);
  box-shadow: 0 12px 22px rgba(11, 59, 74, 0.12);
}

.team-premium__feature-list li i {
  color: var(--tp-primary);
  margin-top: 2px;
  font-size: 13px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--tp-primary) 12%, #ffffff 88%);
  flex: 0 0 22px;
}

.team-premium__feature-list li span {
  color: var(--tp-text);
  line-height: 1.55;
  font-weight: 600;
}

.team-premium__side-list {
  background: var(--tp-white);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(11, 59, 74, 0.08);
  padding: 18px 16px;
  position: relative;
  overflow: hidden;
}

.team-premium__side-list h5 {
  margin: 0 0 10px;
  color: var(--tp-dark);
  font-size: 32px;
  font-weight: 700;
}

.team-premium__side-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tp-primary) 0%, color-mix(in srgb, var(--tp-primary) 42%, #ffffff 58%) 100%);
}

.team-premium__side-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.team-premium__side-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 0;
  border-radius: 0;
  background: transparent;
}

.team-premium__side-list li i {
  color: var(--tp-primary);
  margin-top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--tp-primary) 12%, #ffffff 88%);
  font-size: 11px;
  flex: 0 0 20px;
}

.team-premium__side-list li span {
  color: var(--tp-text);
  line-height: 1.45;
}

.team-premium__sidebar {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.team-premium__side-card {
  background: var(--tp-white);
  position: relative;
  overflow: hidden;
}

.team-premium__side-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tp-primary) 0%, color-mix(in srgb, var(--tp-primary) 42%, #ffffff 58%) 100%);
}

.team-premium__side-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-premium__side-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--tp-text);
  font-size: 14px;
  line-height: 1.6;
}

.team-premium__side-card li + li {
  margin-top: 9px;
}

.team-premium__side-card li i {
  color: var(--tp-primary);
  margin-top: 4px;
}

.team-premium__side-card li a {
  color: var(--tp-text) !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.team-premium__side-card li a:visited,
.team-premium__side-card li a:active,
.team-premium__side-card li a:focus {
  color: var(--tp-text) !important;
}

.team-premium__side-card li a:hover {
  color: var(--tp-primary) !important;
}

.team-premium__side-card p {
  margin: 0;
  color: var(--tp-text);
}

.team-premium a:not(.team-premium__btn) {
  color: var(--tp-primary);
}

.team-premium a:not(.team-premium__btn):hover {
  color: var(--tp-primary-hover);
}

body.team-premium-page {
  background: var(--tp-white, #ffffff);
  color: var(--tp-text, #1f2937);
}

body.team-premium-page .main-header.header-style-two,
body.team-premium-page .main-header .header-top,
body.team-premium-page .main-header .header-lower,
body.team-premium-page .footer {
  background: var(--tp-dark, var(--theme-color1)) !important;
}

body.team-premium-page .main-header .main-menu .navigation > li > a,
body.team-premium-page .main-header .header-top .list-style-one li,
body.team-premium-page .main-header .header-top .list-style-one li a,
body.team-premium-page .footer,
body.team-premium-page .footer a,
body.team-premium-page .footer .footer__section-title,
body.team-premium-page .footer .footer__link,
body.team-premium-page .footer .footer__contact-link,
body.team-premium-page .footer .footer__description {
  color: #ffffff !important;
}

body.team-premium-page .footer .footer__link:hover,
body.team-premium-page .footer .footer__contact-link:hover,
body.team-premium-page .footer a:hover {
  color: var(--tp-primary, var(--theme-color2)) !important;
}

@media (max-width: 1199.98px) {
  .team-premium__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .team-premium__stats.team-premium__stats--single-row,
  .team-premium__stats.team-premium__stats--by-five,
  .team-premium__stats.team-premium__stats--few {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .team-premium__hero {
    grid-template-columns: 1fr;
  }

  .team-premium__hero-media {
    width: 100%;
    height: auto;
    min-height: 360px;
  }

  .team-premium__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-premium__stats.team-premium__stats--single-row,
  .team-premium__stats.team-premium__stats--by-five,
  .team-premium__stats.team-premium__stats--few {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-premium__body {
    grid-template-columns: 1fr;
  }

  .team-premium__sidebar {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .team-premium {
    padding: 56px 0 72px;
  }

  .team-premium__hero {
    padding: 12px;
    border-radius: 14px;
  }

  .team-premium__name {
    font-size: 34px;
  }

  .team-premium__title {
    font-size: 19px;
  }

  .team-premium__tagline {
    font-size: 15px;
    line-height: 1.7;
  }

  .team-premium__cta-group {
    flex-direction: column;
  }

  .team-premium__btn {
    width: 100%;
  }

  .team-premium__stats {
    grid-template-columns: 1fr;
  }

  .team-premium__stats.team-premium__stats--single-row,
  .team-premium__stats.team-premium__stats--by-five,
  .team-premium__stats.team-premium__stats--few {
    display: grid;
    grid-template-columns: 1fr;
  }

  .team-premium__feature-list {
    grid-template-columns: 1fr;
  }

  .team-premium__list-card h3 {
    font-size: 30px;
  }
}


.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;
}

@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 .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: 600;
  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: var(--theme-color2);
  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 0 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: 600;
  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: 600;
  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: 47, 158, 111;
  --footer-radius: 8px;
  --footer-primary: var(--theme-color2);
  --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);
}

/* Home contact section - premium redesign */
.contact-details--home .contact-info-panel,
.contact-details--home .contact-form {
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08) !important;
}

.contact-details--home .contact-info-panel {
  padding: 30px 24px !important;
}

.contact-details--home .contact-form {
  padding: 30px 28px !important;
}

.contact-details--home .form-label {
  font-size: 13px;
  font-weight: 700 !important;
  color: #1f2937;
  letter-spacing: 0.01em;
}

.contact-details--home .form-control {
  height: 50px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: #f8fafc;
  color: #0f172a;
  font-size: 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.contact-details--home textarea.form-control {
  min-height: 150px;
  height: auto;
  padding-top: 12px;
}

.contact-details--home .form-control:focus {
  border-color: var(--theme-color2);
  background: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(22, 163, 74, 0.16);
}

.contact-details--home .contact-info-item {
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
}

.contact-details--home .contact-info-text .label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-bottom: 4px;
}

.contact-details--home .contact-info-text .value,
.contact-details--home .contact-info-text .value a {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.6;
}

.contact-details--home .contact-info-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(22, 163, 74, 0.22);
}

.contact-details--home .contact-form .theme-btn.btn-style-one {
  min-width: 170px;
}

@media (max-width: 991.98px) {
  .contact-details--home .contact-info-panel,
  .contact-details--home .contact-form {
    padding: 24px 18px !important;
  }
}

/* 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: 50px !important;
  padding-bottom: 50px !important;
}

/* Anasayfa â€“ mobilde blog bÃ¶lÃ¼mÃ¼nÃ¼n altÄ±na ekstra boÅŸluk */
@media (max-width: 767.98px) {
  .news-section-two {
    padding-bottom: 50px !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: var(--theme-color2);
  --blog-card-primary-hover: var(--theme-color1);
  --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: 600;
    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%, var(--theme-color3) 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, var(--theme-color2) 0%, var(--theme-color1) 50%, var(--theme-color3) 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(47, 158, 111, 0.2);
}

.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: 600;
  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: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0 !important;
  z-index: 999;
  background: transparent;
  box-shadow: none;
  border-bottom: 0;
}

.main-header .header-top {
  display: none !important;
}

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

.main-header.header-style-two .header-top {
  position: relative;
  background: linear-gradient(90deg,
      color-mix(in srgb, var(--theme-color1) 22%, var(--theme-color2) 78%) 0%,
      var(--theme-color2) 55%,
      color-mix(in srgb, var(--theme-color2) 84%, #ffffff 16%) 100%);
  border-bottom: 0;
  margin-top: 0 !important;
  padding: 4px 0;
  font-size: 13px;
}

.main-header.header-style-two .header-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: color-mix(in srgb, var(--theme-color3) 55%, #ffffff 45%);
  opacity: 0.95;
  pointer-events: none;
}

.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: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.35;
}

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

.header-style-two .header-top .list-style-one li a:hover {
  color: rgba(255, 255, 255, 0.88) !important;
}

.header-style-two .header-top .list-style-one li i {
  margin-right: 8px;
  color: #ffffff !important;
  font-size: 15px !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: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #ffffff;
  font-size: 13px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.header-style-two .header-top .top-right .social-icon-one a:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--theme-color2, #bd9a5f);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(20, 83, 45, 0.22), 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.main-header.header-style-two .header-lower {
  padding: 0px 0 0px;
  position: relative;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
}

.main-header.header-style-two .header-lower::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(2, 8, 23, 0.32) 0%,
    rgba(2, 8, 23, 0.16) 45%,
    rgba(2, 8, 23, 0) 100%
  );
  z-index: 0;
}

/* Header bitiÅŸinde ince ayÄ±rÄ±cÄ± Ã§izgi */
.main-header.header-style-two .header-lower::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: color-mix(in srgb, var(--theme-color3) 38%, transparent);
  pointer-events: none;
}

.main-header.header-style-two .header-lower .main-box {
  position: relative;
  z-index: 2;
  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: 600;
  color: #ffffff !important;
  text-shadow: 0 1px 4px rgba(2, 8, 23, 0.2);
  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: color-mix(in srgb, var(--theme-color3) 72%, #ffffff 28%);
  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: #ffffff !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 #ffffff;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  transform: translateY(-50%);
  margin-left: 84px;
}

.main-header .navigation>li.products-dropdown>.dropdown-btn {
  color: #fff !important;
}

.main-header .main-menu .navigation>li.products-dropdown:hover>a::after {
  border-top-color: var(--theme-color2, #bd9a5f);
}



.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: 14px;
  font-weight: var(--btn-font-weight);
  background: var(--theme-color1) !important;
  border-color: var(--theme-color1) !important;
  color: #ffffff !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, border-color 0.28s ease !important;
}

.main-header.header-style-two .outer-box .theme-btn.btn-style-one:hover {
  background: var(--theme-color2) !important;
  border-color: var(--theme-color2) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(11, 59, 74, 0.3) !important;
}

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

@media (max-width: 991.98px) {
  .main-header.header-style-two,
  .header-style-two.fixed-header {
    top: 0 !important;
    margin-top: 0 !important;
    transform: none !important;
  }

  .main-header.header-style-two .header-lower .logo-box {
    display: block !important;
  }

  .main-header.header-style-two .header-lower .main-box {
    min-height: 0 !important;
    padding: 10px 0 !important;
  }

  .main-header.header-style-two .header-lower .outer-box {
    margin-left: auto;
  }

  .main-header.header-style-two .header-lower .outer-box .mobile-nav-toggler {
    display: inline-flex !important;
  }

  .main-header.header-style-two .header-lower,
  .main-header.header-style-two .header-lower .main-box,
  .header-style-two.fixed-header .header-lower,
  .header-style-two.fixed-header .header-lower .main-box {
    background: transparent !important;
    background-color: transparent !important;
  }

  .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 rgba(255, 255, 255, 0.35);
    background: rgba(15, 23, 42, 0.28);
    color: #ffffff;
  }

}

/* ==========================================================================
   Footer Component - tema tabanli yesil palet
   ========================================================================== */
.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;
  --footer-primary: var(--theme-color2);
  --footer-primary-hover: var(--theme-color1);
  --footer-primary-light: var(--theme-color3);
  --footer-accent: var(--theme-color3);
  --footer-accent-dark: var(--theme-color1);
  --footer-primary-rgb: 47, 158, 111;
  --footer-primary-hover-rgb: 31, 93, 76;
  --footer-primary-light-rgb: 123, 207, 155;
  --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: 600;
  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;
  border-top: 1px solid rgba(15, 23, 42, 0.16);
}

.footer__bottom::before {
  display: none;
}

.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: auto;
    width: auto;
    min-width: 96px;
    padding: 5px 9px;
    gap: 6px;
    white-space: nowrap;
    left: 10px !important;
    bottom: 10px !important;
  }

  .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: 1560px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ==========================================================================
   Home blog cards - professional redesign override
   ========================================================================== */
.news-section-two .home-blogs-carousel-wrap {
  max-width: 1320px;
  padding: 0 22px;
  margin: 0 auto;
}

.news-section-two .home-blogs-row {
  gap: 26px;
  padding: 10px 6px 16px;
  cursor: grab;
}

.news-section-two .home-blog-card {
  flex: 0 0 min(31.8%, 385px);
}

.news-section-two .blog-card-modern__inner,
.blog-page .blog-card-modern__inner {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease;
}

.news-section-two .blog-card-modern__inner:hover,
.blog-page .blog-card-modern__inner:hover {
  transform: translateY(-8px);
  border-color: rgba(22, 163, 74, 0.28);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
}

.news-section-two .blog-card-modern__image,
.blog-page .blog-card-modern__image {
  aspect-ratio: 16 / 9;
}

.news-section-two .blog-card-modern__image img,
.blog-page .blog-card-modern__image img {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.news-section-two .blog-card-modern__inner:hover .blog-card-modern__image img,
.blog-page .blog-card-modern__inner:hover .blog-card-modern__image img {
  transform: scale(1.06);
}

.news-section-two .blog-card-modern__date,
.blog-page .blog-card-modern__date {
  bottom: 14px !important;
  left: 14px !important;
  border-radius: 999px !important;
  padding: 7px 13px;
  font-size: 11px !important;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.news-section-two .blog-card-modern__header,
.blog-page .blog-card-modern__header {
  padding: 16px 18px 0;
}

.news-section-two .blog-card-modern__header .sec-title,
.blog-page .blog-card-modern__header .sec-title {
  margin-bottom: 0 !important;
}

.news-section-two .blog-card-modern__header .blog-card-modern__title,
.blog-page .blog-card-modern__header .blog-card-modern__title {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.news-section-two .blog-headline-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px !important;
  letter-spacing: 0.11em;
  color: #6b7280;
}

.news-section-two .blog-headline-brand {
  color: var(--theme-color2);
  font-weight: 700;
}

.news-section-two .blog-card-modern__title,
.blog-page .blog-card-modern__title {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  line-height: 1.35;
  letter-spacing: -0.015em;
  width: fit-content;
  max-width: 100%;
}

.news-section-two .blog-card-modern__title::after,
.blog-page .blog-card-modern__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-left: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--theme-color2), rgba(22, 163, 74, 0.18));
}

.news-section-two .blog-card-modern__title a,
.blog-page .blog-card-modern__title a {
  color: #111827 !important;
}

.news-section-two .blog-card-modern__title a:hover,
.blog-page .blog-card-modern__title a:hover {
  color: var(--theme-color2) !important;
}

.news-section-two .blog-card-modern__desc,
.blog-page .blog-card-modern__desc {
  padding: 9px 18px 0;
  font-size: 14px !important;
  line-height: 1.7;
  color: #4b5563 !important;
  margin-top: 0;
  min-height: 6.5em;
}

.news-section-two .blog-card-modern__desc::after,
.blog-page .blog-card-modern__desc::after {
  display: none;
}

.news-section-two .blog-card-modern__link,
.blog-page .blog-card-modern__link {
  margin: 14px 18px 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--theme-color2) !important;
}

.news-section-two .blog-card-modern__link:hover,
.blog-page .blog-card-modern__link:hover {
  color: var(--theme-color1) !important;
}

.news-section-two .home-blogs-nav {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
}

.news-section-two .home-blogs-prev {
  left: -34px;
}

.news-section-two .home-blogs-next {
  right: -34px;
}

@media (max-width: 1199.98px) {
  .news-section-two .home-blog-card {
    flex: 0 0 47%;
  }
}

@media (max-width: 767.98px) {
  .news-section-two .home-blogs-carousel-wrap {
    padding: 0 6px;
  }

  .news-section-two .home-blogs-row .home-blog-card {
    flex: 0 0 88%;
    max-width: 88%;
  }

  .news-section-two .blog-card-modern__title {
    font-size: 1.08rem !important;
  }

  .news-section-two .blog-card-modern__desc {
    font-size: 13px !important;
    min-height: 6.4em;
  }
}

@media (max-width: 1400px) {

  footer.footer .container,
  footer .container {
    max-width: 1360px !important;
  }
}

@media (max-width: 1200px) {

  footer.footer .container,
  footer .container {
    max-width: 1120px !important;
  }
}

@media (max-width: 992px) {

  footer.footer .container,
  footer .container {
    max-width: 900px !important;
  }
}

@media (max-width: 768px) {

  .contact-details.contact-details--home {
    padding-bottom: 0 !important;
  }

  /* 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: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    padding: 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: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !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: left !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #666 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Link bÃ¶lÃ¼mleri */
  footer .footer__section--links,
  .footer__section--links,
  footer .footer__section--services {
    order: 2 !important;
    align-items: flex-start !important;
    text-align: left !important;
    margin-bottom: 12px !important;
  }

  footer .footer__section--links h3,
  footer .footer__section--services h3 {
    text-align: left !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: flex-start !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  footer .footer__section--links li,
  footer .footer__section--services li {
    text-align: left !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: 2px 0 !important;
    transition: color 0.3s ease !important;
    text-align: left !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: 100% !important;
    text-align: left !important;
    align-items: flex-start !important;
  }

  footer .footer__contact-newsletter-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !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%, var(--theme-color3) 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, var(--theme-color2) 0%, var(--theme-color1) 50%, var(--theme-color3) 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(47, 158, 111, 0.2);
  transition: all 0.3s ease;
  gap: 8px;
}

.saas-service-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(47, 158, 111, 0.28);
  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: 600;
  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, var(--theme-color2), var(--theme-color1));
  color: white;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  box-shadow: 0 8px 32px rgba(47, 158, 111, 0.32);
  transition: all 0.3s ease;
}

.services-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(47, 158, 111, 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, var(--theme-color2), var(--theme-color3));
  -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, var(--theme-color2), var(--theme-color1));
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(22, 163, 74, 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: var(--theme-color2);
  color: var(--theme-color2);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(22, 163, 74, 0.2);
}

.cta-text {
  position: relative;
  z-index: 2;
}

.cta-arrow {
  width: 32px;
  height: 32px;
  background: var(--theme-color2);
  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: var(--theme-color2);
}

/* 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: var(--theme-color2);
  box-shadow: 0 3px 0 1px rgba(47, 158, 111, 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: var(--theme-color2);
  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;
  }
}

/* Scroll sÄ±rasÄ±nda header zÄ±plamasÄ±nÄ± engelle (overlay kalsÄ±n) */
.header-style-two.fixed-header {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  background: transparent !important;
}

/* Professional refresh: global buttons + hero slider */
.theme-btn.btn-style-one,
.btn-style-one {
  border-radius: 10px;
  padding: 0.72rem 1.3rem;
  height: 2.9rem;
  font-weight: var(--btn-font-weight);
  letter-spacing: .02em;
  background: var(--theme-color2);
  border: 1px solid var(--theme-color2);
  color: #ffffff !important;
  box-shadow: none;
  transition: none;
}

.theme-btn.btn-style-one:hover,
.btn-style-one:hover {
  background: var(--theme-color2);
  border-color: var(--theme-color2);
  color: #ffffff !important;
  transform: none;
  box-shadow: none;
  filter: none;
}

.theme-btn.btn-style-two,
.btn-style-two {
  border-radius: 10px;
  padding: 0.7rem 1.25rem;
  height: 2.9rem;
  font-weight: 600;
  border: 2px solid var(--theme-color2);
  background: #ffffff;
  color: var(--theme-color2) !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  backdrop-filter: none;
}

.theme-btn.btn-style-two:hover,
.btn-style-two:hover {
  background: var(--theme-color2);
  border-color: var(--theme-color2);
  color: #ffffff !important;
}

.theme-btn.btn-style-two:hover .btn-title,
.theme-btn.btn-style-two:hover .btn-title i,
.btn-style-two:hover .btn-title,
.btn-style-two:hover .btn-title i,
.theme-btn.btn-style-two:hover i,
.btn-style-two:hover i {
  color: #ffffff !important;
}

.banner-section-two .theme-btn.btn-style-two,
.banner-section-two .btn-style-two {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  box-shadow: none;
  backdrop-filter: blur(4px);
}

.banner-section-two .theme-btn.btn-style-two:hover,
.banner-section-two .btn-style-two:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.75);
  color: #ffffff !important;
}

.banner-section-two .slide-item .bg-image::before {
  background: linear-gradient(104deg, rgba(7, 19, 15, 0.74) 0%, rgba(7, 19, 15, 0.46) 46%, rgba(7, 19, 15, 0.24) 100%);
}

.banner-section-two .content-box {
  max-width: 760px;
}

/* Slider Ã¼st satÄ±r: ikon + metin, altÄ±nda ince Ã§izgi */
.banner-section-two .content-box .sub-title.slider-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 12px;
  margin-bottom: 18px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--theme-color3) 58%, transparent);
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  text-align: left !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.94);
}

.banner-section-two .content-box .sub-title.slider-hero-badge::before {
  display: none;
  content: none;
}

.banner-section-two .content-box .slider-hero-badge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--theme-color3);
  font-size: 17px;
}

.banner-section-two .content-box .slider-hero-badge__icon .fas {
  line-height: 1;
}

.banner-section-two .content-box .slider-hero-badge__text {
  line-height: 1.35;
}

.banner-section-two .content-box .title {
  font-size: 62px;
  line-height: 1.03;
  font-weight: 800;
  margin-bottom: 16px;
  text-shadow: 0 20px 42px rgba(0, 0, 0, 0.46);
}

.banner-section-two .content-box h3 {
  font-size: 19px;
  line-height: 1.72;
  max-width: 620px;
  color: rgba(235, 245, 240, 0.94);
}

.banner-section-two .content-box .btn-box {
  gap: 14px;
}

.banner-section-two .banner-carousel .owl-nav .owl-prev,
.banner-section-two .banner-carousel .owl-nav .owl-next {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.94);
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.15);
  box-shadow: 0 8px 24px rgba(2, 8, 23, 0.28);
}

.banner-section-two .banner-carousel .owl-nav .owl-prev:hover,
.banner-section-two .banner-carousel .owl-nav .owl-next:hover {
  background: var(--theme-color2);
  color: #fff;
}

@media (max-width: 991.98px) {
  .banner-section-two .content-box .sub-title.slider-hero-badge {
    font-size: 10px;
    letter-spacing: 0.1em;
    gap: 8px;
  }

  .banner-section-two .content-box .slider-hero-badge__icon {
    font-size: 14px;
  }

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

  .banner-section-two .content-box h3 {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* Footer layout refresh: larger text + top horizontal newsletter */
.footer .footer__newsletter--top {
  margin-top: 40px;
  margin-bottom: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  gap: 12px;
}

.footer .footer__content {
  padding-top: 28px;
}

.footer .footer__newsletter--top .footer__newsletter-title {
  font-size: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-left: 0 !important;
  white-space: nowrap;
}

.footer .footer__newsletter--top .footer__newsletter-form {
  justify-content: flex-start !important;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.footer .footer__newsletter--top .footer__newsletter-input {
  max-width: 360px;
  width: 100%;
  height: 42px;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(20, 83, 45, 0.18);
  background: rgba(255, 255, 255, 0.9);
}

.footer .footer__newsletter--top .footer__newsletter-btn {
  height: 42px;
  padding: 0 18px;
  font-size: 14px;
  border-radius: 10px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(20, 83, 45, 0.18);
}

.footer .footer__grid {
  grid-template-columns: 1.1fr minmax(120px, 0.75fr) minmax(120px, 0.75fr) minmax(140px, 0.9fr) minmax(0, 1.2fr);
  grid-template-areas:
    "brand newsletter newsletter newsletter newsletter"
    "brand links services blogs contact";
}

.footer .footer__brand {
  grid-area: brand;
}

.footer .footer__newsletter--top {
  grid-area: newsletter;
}

.footer .footer__section--links {
  grid-area: links;
}

.footer .footer__section--services {
  grid-area: services;
}

.footer .footer__section--blogs {
  grid-area: blogs;
}

.footer .footer__section--contact {
  grid-area: contact;
}

.footer .footer__section-title {
  display: inline-block !important;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  font-size: 15px !important;
  line-height: 1.4 !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  position: relative;
}

.footer .footer__section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 3px;
  background: linear-gradient(90deg, var(--theme-color2) 0%, color-mix(in srgb, var(--theme-color2) 18%, transparent) 100%);
  border-radius: 999px;
}

.footer .footer__link {
  font-size: 14px !important;
  line-height: 1.6 !important;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer .footer__link:hover {
  color: var(--theme-color2) !important;
  transform: translateX(3px);
}

.footer .footer__contact-link {
  font-size: 14px !important;
  line-height: 1.5 !important;
  transition: color 0.2s ease;
}

.footer .footer__contact-link:hover {
  color: var(--theme-color2) !important;
}

.footer .footer__description {
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.footer .footer__newsletter--top .footer__newsletter-title,
.footer .footer__newsletter--top .footer__newsletter-input,
.footer .footer__newsletter--top .footer__newsletter-btn {
  font-size: 14px !important;
}

.footer .footer__section {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  backdrop-filter: none;
}

.footer .footer__contact-item {
  margin-bottom: 7px;
  display: flex;
  align-items: flex-start;
  gap: 7px;
}

.footer .footer__contact-items {
  gap: 0.35rem;
  margin-top: 0.5rem;
}

.footer .footer__contact-icon {
  width: 22px;
  text-align: center;
  color: var(--theme-color2);
}

.footer .footer__social-link {
  border-radius: 9px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer .footer__social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(20, 83, 45, 0.2);
}

@media (max-width: 1024px) {
  .footer .footer__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "brand newsletter"
      "links services"
      "blogs contact";
  }
}

@media (max-width: 768px) {
  .footer .footer__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "newsletter"
      "links"
      "services"
      "blogs"
      "contact";
  }

  .footer .footer__newsletter--top .footer__newsletter-form {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .footer .footer__newsletter--top .footer__newsletter-input {
    max-width: 100%;
  }

  .footer .footer__newsletter--top .footer__newsletter-btn {
    width: 100%;
  }
}

/* Slider button hover flash fix */
.banner-section-two .content-box .btn-box .theme-btn.btn-style-one::before,
.banner-section-two .content-box .btn-box .theme-btn.btn-style-one::after,
.banner-section-two .content-box .btn-box .theme-btn.btn-style-two::before,
.banner-section-two .content-box .btn-box .theme-btn.btn-style-two::after {
  content: none !important;
  display: none !important;
}

.banner-section-two .content-box .btn-box .theme-btn,
.banner-section-two .content-box .btn-box .theme-btn .btn-title {
  transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.36s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.banner-section-two .content-box .btn-box .theme-btn.btn-style-one {
  background: var(--theme-color2) !important;
  border: 1px solid var(--theme-color2) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.banner-section-two .content-box .btn-box .theme-btn.btn-style-one .btn-title,
.banner-section-two .content-box .btn-box .theme-btn.btn-style-one .btn-title i {
  color: #ffffff !important;
}

.banner-section-two .content-box .btn-box .theme-btn.btn-style-one:hover {
  background: var(--theme-color1) !important;
  border-color: var(--theme-color1) !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(20, 83, 45, 0.24) !important;
}

.banner-section-two .content-box .btn-box .theme-btn.btn-style-two {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  color: var(--theme-color1) !important;
}

.banner-section-two .content-box .btn-box .theme-btn.btn-style-two .btn-title {
  color: var(--theme-color1) !important;
}

.banner-section-two .content-box .btn-box .theme-btn.btn-style-two:hover {
  background: var(--theme-color3) !important;
  border-color: var(--theme-color3) !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18) !important;
  color: var(--theme-color1) !important;
  transform: translateY(-2px) !important;
}

/* Unified button hover behavior across theme */
.theme-btn.btn-style-one,
.btn-style-one,
.theme-btn.btn-style-two,
.btn-style-two,
.theme-btn.btn-style-three,
.btn-style-three {
  transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.36s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.theme-btn.btn-style-one:hover,
.btn-style-one:hover {
  transform: translateY(-2px) !important;
  background: var(--theme-color1) !important;
  border-color: var(--theme-color1) !important;
  box-shadow: 0 10px 24px rgba(20, 83, 45, 0.24) !important;
}

.theme-btn.btn-style-two:hover,
.btn-style-two:hover {
  transform: translateY(-2px) !important;
  background: var(--theme-color2) !important;
  border-color: var(--theme-color2) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18) !important;
}

.theme-btn.btn-style-two:hover .btn-title,
.theme-btn.btn-style-two:hover .btn-title i,
.btn-style-two:hover .btn-title,
.btn-style-two:hover .btn-title i {
  color: #ffffff !important;
}

.theme-btn.btn-style-three:hover,
.btn-style-three:hover {
  transform: translateY(-2px) !important;
  background: #f3f4f6 !important;
  border-color: #f3f4f6 !important;
  color: var(--bg-theme-color2) !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18) !important;
}

/* Remove decorative floating icon objects on requested sections */
.process-section-two .icon-object-1,
.about-section-three .icon-object-1,
.about-section-three .icon-object-4 {
  display: none !important;
}

@media (max-width: 768px) {
  /* Footer mobile hard reset: force left alignment everywhere */
  .footer,
  .footer * {
    text-align: left !important;
  }

  .footer .footer__grid,
  .footer .footer__brand,
  .footer .footer__section,
  .footer .footer__links,
  .footer .footer__contact-items,
  .footer .footer__contact-item,
  .footer .footer__newsletter,
  .footer .footer__newsletter-form,
  .footer .footer__follow-row,
  .footer .footer__social-links,
  .footer .footer__bottom-content,
  .footer .footer__copyright {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .footer .footer__section {
    gap: 2px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .footer .footer__links {
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    row-gap: 0 !important;
  }

  .footer .footer__social-links {
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .footer .footer__social-link {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .footer .footer__link {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.05 !important;
    min-height: 0 !important;
    height: auto !important;
    font-size: 16px !important;
  }

  .footer .footer__links li {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.05 !important;
    min-height: 0 !important;
    height: auto !important;
  }

  .footer .footer__section--blogs .footer__links li,
  .footer .footer__section--blogs .footer__link {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .footer .footer__section--blogs .footer__links li,
  .footer .footer__section--links .footer__links li,
  .footer .footer__section--services .footer__links li {
    margin-bottom: 3px !important;
  }

  .footer .footer__logo {
    margin-left: 0 !important;
    margin-right: auto !important;
    justify-content: flex-start !important;
  }

  .footer .footer__section-title,
  .footer .footer__newsletter-title,
  .footer .footer__section--blogs .footer__section-title,
  .footer .footer__section--links .footer__section-title,
  .footer .footer__section--services .footer__section-title {
    text-align: left !important;
    width: auto !important;
    display: inline-block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .footer .footer__section--blogs,
  .footer .footer__section--links,
  .footer .footer__section--services {
    width: 100% !important;
    margin-bottom: 6px !important;
  }

  .footer .footer__newsletter {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    --mobile-newsletter-cta-width: 120px;
    position: relative !important;
  }

  .footer .footer__newsletter--top {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .footer .footer__newsletter-form {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 8px !important;
  }

  .footer .footer__newsletter-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .footer .footer__newsletter-title {
    margin: 0 !important;
    line-height: 40px !important;
    width: auto !important;
    max-width: none !important;
    padding-right: calc(var(--mobile-newsletter-cta-width) + 12px) !important;
  }

  .footer .footer__newsletter-input {
    order: initial !important;
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 100% !important;
    min-width: 0 !important;
    margin-top: 0 !important;
  }

  .footer .footer__newsletter-btn {
    order: initial !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: var(--mobile-newsletter-cta-width) !important;
    max-width: var(--mobile-newsletter-cta-width) !important;
    min-width: var(--mobile-newsletter-cta-width) !important;
    padding: 10px 14px !important;
    line-height: 1.2 !important;
    margin-left: 0 !important;
    justify-content: center !important;
    text-align: center !important;
  }
}

@media (max-width: 576px) {
  .contact-details .sec-title {
    margin-top: 25px !important;
  }
}

/* Product detail table readability boost */
.product-detail-description .product-spec-table,
.product-detail-description .product-spec-table td,
.product-detail-description .product-spec-table th {
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.product-detail-description .product-spec-table td,
.product-detail-description .product-spec-table th {
  padding: 14px 16px !important;
}

@media (max-width: 767px) {
  .product-detail-description .product-spec-table,
  .product-detail-description .product-spec-table td,
  .product-detail-description .product-spec-table th {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .product-detail-description .product-spec-table td,
  .product-detail-description .product-spec-table th {
    padding: 12px 12px !important;
  }
}

/* Global table borders: visible row/column separators */
table {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid #94a3b8 !important;
  border-radius: 5px;
  overflow: hidden;
}

table td,
table th {
  font-size: 100% !important;
  border-right: 1px solid #94a3b8 !important;
  border-bottom: 1px solid #94a3b8 !important;
}

table tr:last-child td,
table tr:last-child th {
  border-bottom: 0 !important;
}

table td:last-child,
table th:last-child {
  border-right: 0 !important;
}

/* =========================================================
   ANASAYFA â€“ MODERN YAPI (Aven tarzÄ±)
   ========================================================= */
.home-section-head {
  max-width: 720px;
  margin: 0 auto 48px;
}

.home-section-head .sub-title {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--theme-color2);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.home-section-head h2 {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.home-section-head p {
  font-size: 1.08rem;
  line-height: 1.75;
  color: #3a424d;
  font-weight: 500;
  margin: 0;
}

.home-trust-bar {
  position: relative;
  z-index: 2;
  margin-top: -18px;
  padding: 0 0 8px;
}

.home-intro-block {
  position: relative;
  z-index: 3;
  margin-top: -28px;
  padding: 0 0 64px;
}

.home-intro-block__shell {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.home-trust-bar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-trust-bar__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
  font-size: 0.9rem;
  font-weight: 600;
  color: #1f2937;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home-trust-bar__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.11);
  border-color: color-mix(in srgb, var(--theme-color2) 40%, rgba(148, 163, 184, 0.22));
}

.home-trust-bar__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, color-mix(in srgb, var(--theme-color2) 16%, #fff) 0%, color-mix(in srgb, var(--theme-color1) 10%, #fff) 100%);
  color: var(--theme-color2);
  flex-shrink: 0;
  font-size: 1rem;
}

.home-trust-bar__label {
  line-height: 1.35;
}

.home-welcome {
  padding: 56px 0 64px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.home-welcome__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 36px 42px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, color-mix(in srgb, var(--theme-color2) 5%, #fff) 100%);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-left: 4px solid var(--theme-color2);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
}

.home-welcome__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--theme-color2) 12%, #fff);
  color: var(--theme-color2);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-welcome__badge i {
  font-size: 0.75rem;
}

.home-welcome__title {
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
  font-weight: 800;
  color: #111827;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.home-welcome__text {
  font-size: 1.05rem;
  color: #6b7280;
  margin: 0;
  max-width: 520px;
  line-height: 1.7;
}

.home-welcome__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}

.home-welcome__actions .btn-title,
.home-final-cta__actions .btn-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Anasayfa â€“ aÃ§Ä±k zemin ikincil butonlar */
.home-btn-outline.theme-btn.btn-style-two,
.home-btn-outline.btn-style-two,
.home-services-grid .theme-btn.btn-style-two {
  border: 2px solid var(--theme-color2) !important;
  background: #ffffff !important;
  color: var(--theme-color2) !important;
  font-weight: var(--btn-font-weight) !important;
  font-size: 1rem !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06) !important;
}

.home-btn-outline.theme-btn.btn-style-two .btn-title,
.home-btn-outline.btn-style-two .btn-title,
.home-btn-outline .btn-title i {
  color: var(--theme-color2) !important;
  font-weight: var(--btn-font-weight) !important;
}

.home-btn-outline.theme-btn.btn-style-two:hover,
.home-btn-outline.btn-style-two:hover,
.home-services-grid .theme-btn.btn-style-two:hover {
  background: var(--theme-color2) !important;
  border-color: var(--theme-color2) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.14) !important;
}

.home-btn-outline.theme-btn.btn-style-two:hover .btn-title,
.home-btn-outline.btn-style-two:hover .btn-title,
.home-btn-outline.theme-btn.btn-style-two:hover .btn-title i,
.home-btn-outline.btn-style-two:hover .btn-title i,
.home-btn-outline.theme-btn.btn-style-two:hover i,
.home-btn-outline.btn-style-two:hover i,
.home-services-grid .theme-btn.btn-style-two:hover .btn-title,
.home-services-grid .theme-btn.btn-style-two:hover .btn-title i {
  color: #ffffff !important;
}

/* Anasayfa â€“ koyu zemin ikincil butonlar */
.home-btn-on-dark.theme-btn.btn-style-two,
.home-btn-on-dark.btn-style-two,
.home-final-cta .theme-btn.btn-style-two {
  border: 2px solid rgba(255, 255, 255, 0.9) !important;
  background: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.home-btn-on-dark.theme-btn.btn-style-two:hover,
.home-btn-on-dark.btn-style-two:hover,
.home-final-cta .theme-btn.btn-style-two:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: var(--theme-color1) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15) !important;
}

.home-about-modern {
  padding: 72px 0;
  background: #fff;
}

.home-about-modern__media {
  position: relative;
  padding-right: 24px;
}

.home-about-modern__image-main,
.home-about-modern__image-secondary {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.home-about-modern__image-main img,
.home-about-modern__image-secondary img {
  width: 100%;
  height: auto;
  display: block;
}

.home-about-modern__image-secondary {
  position: absolute;
  right: 0;
  bottom: -24px;
  width: 48%;
  border: 4px solid #fff;
}

.home-about-modern__content .sec-title {
  margin-bottom: 22px;
}

.home-about-modern__text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #2f3640;
  font-weight: 500;
  margin-bottom: 28px;
}

.home-team-preview {
  position: relative;
  padding: 88px 0 80px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  overflow: hidden;
}

.home-team-preview__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 20%, color-mix(in srgb, var(--theme-color2) 8%, transparent) 0%, transparent 40%),
    radial-gradient(circle at 85% 80%, color-mix(in srgb, var(--theme-color1) 6%, transparent) 0%, transparent 38%);
}

.home-team-preview .auto-container {
  position: relative;
  z-index: 1;
}

.home-team-preview .home-section-head {
  margin-bottom: 48px;
}

.home-team-preview__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.home-team-preview__grid--duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.home-team-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  height: 100%;
}

.home-team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
}

.home-team-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #e2e8f0;
  text-decoration: none;
}

.home-team-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.home-team-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 35%, rgba(15, 23, 42, 0.72) 100%);
  transition: opacity 0.3s ease;
}

.home-team-card:hover .home-team-card__media img {
  transform: scale(1.05);
}

.home-team-card__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 20px;
  z-index: 2;
}

.home-team-card__name {
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 4px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.home-team-card__badge {
  display: block;
  margin-bottom: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--theme-color1);
  line-height: 1.2;
}

.home-team-card__role {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  line-height: 1.45;
}

.home-team-card__role + .home-team-card__role {
  margin-top: 2px;
}

.home-team-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  color: #94a3b8;
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
}

.home-team-card__body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.home-team-card__desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #3a424d;
  font-weight: 500;
  margin: 0;
}

.home-team-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin-top: auto;
  padding: 11px 14px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--theme-color2) 25%, #e2e8f0);
  background: color-mix(in srgb, var(--theme-color2) 6%, #fff);
  color: var(--theme-color2);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.home-team-card__cta i {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 0.75rem;
  transition: transform 0.22s ease;
}

.home-team-card__cta:hover {
  background: var(--theme-color2);
  border-color: var(--theme-color2);
  color: #fff;
  transform: translateY(-1px);
}

.home-team-card__cta:hover i {
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(3px);
}

.home-team-preview__footer {
  margin-top: 4px;
}

.home-team-preview__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 12px;
  border: 2px solid var(--theme-color2);
  background: #fff;
  color: var(--theme-color2) !important;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.home-team-preview__btn:hover {
  background: var(--theme-color2);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--theme-color2) 28%, transparent);
}

.home-team-preview__btn i {
  transition: transform 0.2s ease;
}

.home-team-preview__btn:hover i {
  transform: translateX(4px);
}

.home-services-grid {
  position: relative;
  padding: 88px 0 80px;
  background: linear-gradient(180deg, #f4f8fa 0%, #ffffff 55%, #f8fafc 100%);
  overflow: hidden;
}

.home-services-grid__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 18%, color-mix(in srgb, var(--theme-color2) 10%, transparent) 0%, transparent 42%),
    radial-gradient(circle at 92% 78%, color-mix(in srgb, var(--theme-color1) 8%, transparent) 0%, transparent 40%);
}

.home-services-grid .auto-container {
  position: relative;
  z-index: 1;
}

.home-services-grid .home-section-head {
  margin-bottom: 56px;
}

.home-services-grid__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.home-service-card {
  position: relative;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--theme-color2) 0%, var(--theme-color1) 100%);
  opacity: 0;
  transition: opacity 0.28s ease;
  z-index: 2;
}

.home-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 56px rgba(15, 23, 42, 0.13);
  border-color: color-mix(in srgb, var(--theme-color2) 35%, rgba(148, 163, 184, 0.18));
}

.home-service-card:hover::before {
  opacity: 1;
}

.home-service-card__media {
  position: relative;
  display: block;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
}

.home-service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.home-service-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 35%, rgba(15, 23, 42, 0.45) 100%);
  opacity: 0.55;
  transition: opacity 0.35s ease;
}

.home-service-card:hover .home-service-card__media img {
  transform: scale(1.07);
}

.home-service-card:hover .home-service-card__overlay {
  opacity: 0.72;
}

.home-service-card__index {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--theme-color2);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.home-service-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: var(--theme-color2);
  background: linear-gradient(135deg, color-mix(in srgb, var(--theme-color2) 12%, #fff) 0%, #f1f5f9 100%);
}

.home-service-card__body {
  padding: 26px 26px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.home-service-card__title {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.home-service-card__title a {
  color: #0f172a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.home-service-card:hover .home-service-card__title a {
  color: var(--theme-color2);
}

.home-service-card__desc {
  font-size: 0.94rem;
  line-height: 1.7;
  color: #64748b;
  margin-bottom: 22px;
  flex: 1;
}

.home-service-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--theme-color2) 28%, #e2e8f0);
  background: color-mix(in srgb, var(--theme-color2) 6%, #fff);
  color: var(--theme-color2);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.home-service-card__cta i {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 0.78rem;
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.home-service-card__cta:hover {
  background: var(--theme-color2);
  border-color: var(--theme-color2);
  color: #fff;
  transform: translateY(-1px);
}

.home-service-card__cta:hover i {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  transform: translateX(3px);
}

.home-services-grid__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.home-services-grid__more {
  margin-top: 36px;
}

.home-process {
  position: relative;
  padding: 88px 0 80px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  overflow: hidden;
}

.home-process__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 20%, color-mix(in srgb, var(--theme-color2) 8%, transparent) 0%, transparent 38%),
    radial-gradient(circle at 85% 75%, color-mix(in srgb, var(--theme-color1) 6%, transparent) 0%, transparent 36%);
}

.home-process .auto-container {
  position: relative;
  z-index: 1;
}

.home-process .home-section-head {
  margin-bottom: 56px;
}

.home-process__timeline {
  position: relative;
}

.home-process__line {
  display: none;
}

.home-process__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.home-process-step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.home-process-step__marker {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
}

.home-process-step__icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--theme-color2) 0%, color-mix(in srgb, var(--theme-color1) 55%, var(--theme-color2) 45%) 100%);
  color: #fff;
  font-size: 1.15rem;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--theme-color2) 28%, transparent);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-process-step__num {
  position: absolute;
  top: -6px;
  right: calc(50% - 46px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid color-mix(in srgb, var(--theme-color2) 25%, #e2e8f0);
  color: var(--theme-color2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.home-process-step__card {
  flex: 1;
  padding: 24px 20px 26px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.home-process-step:hover .home-process-step__icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 36px color-mix(in srgb, var(--theme-color2) 34%, transparent);
}

.home-process-step:hover .home-process-step__card {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--theme-color2) 32%, rgba(148, 163, 184, 0.2));
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.1);
}

.home-process-step__title {
  font-size: 1.02rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.home-process-step__text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
}

.home-process__cta {
  margin-top: 48px;
}

.home-process__cta-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 26px 28px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--theme-color2) 18%, #e2e8f0);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  border-left: 4px solid var(--theme-color2);
}

.home-process__cta-leading-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, color-mix(in srgb, var(--theme-color2) 14%, #fff) 0%, color-mix(in srgb, var(--theme-color1) 10%, #fff) 100%);
  color: var(--theme-color2);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.home-process__cta-label {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme-color2);
}

.home-process__cta-text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #475569;
  max-width: 640px;
}

.home-process__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  min-width: 220px;
  padding: 12px 18px 12px 14px;
  border-radius: 16px;
  background: var(--theme-color2);
  color: #fff !important;
  text-decoration: none;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--theme-color2) 32%, transparent);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.home-process__cta-btn-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--theme-color2) !important;
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
  transition: transform 0.22s ease;
}

.home-process__cta-btn-icon i {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-style: normal;
  font-size: 1.05rem;
  line-height: 1;
  color: var(--theme-color2) !important;
  -webkit-font-smoothing: antialiased;
}

.home-process__cta-btn-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}

.home-process__cta-btn-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.2;
}

.home-process__cta-btn-number {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
}

.home-process__cta-btn:hover {
  transform: translateY(-2px);
  background: color-mix(in srgb, var(--theme-color2) 88%, #000 12%);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--theme-color2) 36%, transparent);
  color: #fff !important;
}

.home-process__cta-btn:hover .home-process__cta-btn-icon {
  transform: scale(1.04);
}

.home-features {
  position: relative;
  padding: 88px 0 80px;
  background: linear-gradient(180deg, #f4f8fa 0%, #eef2f7 55%, #f8fafc 100%);
  overflow: hidden;
}

.home-features__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 22%, color-mix(in srgb, var(--theme-color2) 9%, transparent) 0%, transparent 40%),
    radial-gradient(circle at 88% 72%, color-mix(in srgb, var(--theme-color1) 7%, transparent) 0%, transparent 38%);
}

.home-features .auto-container {
  position: relative;
  z-index: 1;
}

.home-features .home-section-head {
  margin-bottom: 52px;
}

.home-features__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-feature-card {
  position: relative;
  padding: 30px 26px 28px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
  height: 100%;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  overflow: hidden;
}

.home-feature-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--theme-color2) 0%, var(--theme-color1) 100%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.home-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.11);
  border-color: color-mix(in srgb, var(--theme-color2) 30%, rgba(148, 163, 184, 0.18));
}

.home-feature-card:hover::after {
  opacity: 1;
}

.home-feature-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.home-feature-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--theme-color2) 0%, color-mix(in srgb, var(--theme-color1) 50%, var(--theme-color2) 50%) 100%);
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--theme-color2) 28%, transparent);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-feature-card__icon i {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-style: normal;
  color: #fff !important;
  line-height: 1;
}

.home-feature-card:hover .home-feature-card__icon {
  transform: scale(1.06) translateY(-2px);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--theme-color2) 34%, transparent);
}

.home-feature-card__num {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: color-mix(in srgb, var(--theme-color2) 14%, #e2e8f0);
  user-select: none;
}

.home-feature-card__title {
  font-size: 1.12rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.home-feature-card__text {
  font-size: 0.94rem;
  line-height: 1.72;
  color: #64748b;
  margin: 0;
}

.home-features__footer {
  margin-top: 44px;
  padding-top: 8px;
}

.home-closing {
  overflow: hidden;
}

.home-quality-cta {
  position: relative;
  padding: 100px 0 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.home-quality-cta__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(7, 19, 15, 0.82) 0%, rgba(7, 19, 15, 0.58) 48%, rgba(7, 19, 15, 0.72) 100%),
    radial-gradient(circle at 20% 20%, color-mix(in srgb, var(--theme-color2) 22%, transparent) 0%, transparent 45%);
}

.home-quality-cta .auto-container {
  position: relative;
  z-index: 1;
}

.home-quality-cta__box {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 48px 44px 42px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.home-quality-cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--theme-color2) 12%, #fff);
  color: var(--theme-color2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-quality-cta__badge i {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 0.82rem;
}

.home-quality-cta__box h2 {
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 22px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.home-quality-cta__points {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  text-align: left;
  display: grid;
  gap: 14px;
}

.home-quality-cta__points li {
  position: relative;
  padding: 14px 16px 14px 46px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.2);
  font-size: 0.96rem;
  line-height: 1.7;
  color: #475569;
}

.home-quality-cta__points li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 16px;
  top: 16px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--theme-color2) 14%, #fff);
  color: var(--theme-color2);
  font-size: 0.62rem;
}

.home-quality-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 14px;
  background: var(--theme-color2);
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 32px color-mix(in srgb, var(--theme-color2) 32%, transparent);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.home-quality-cta__btn i {
  transition: transform 0.22s ease;
}

.home-quality-cta__btn:hover {
  transform: translateY(-2px);
  background: color-mix(in srgb, var(--theme-color2) 88%, #000 12%);
  box-shadow: 0 18px 38px color-mix(in srgb, var(--theme-color2) 38%, transparent);
  color: #fff !important;
}

.home-quality-cta__btn:hover i {
  transform: translateX(4px);
}

.home-final-cta {
  padding: 56px 0;
  background: linear-gradient(135deg, var(--theme-color1) 0%, color-mix(in srgb, var(--theme-color2) 80%, var(--theme-color1) 20%) 100%);
}

.home-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.home-final-cta__badge {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.home-final-cta__content {
  max-width: 620px;
}

.home-final-cta__content h2 {
  font-size: clamp(1.5rem, 2.5vw, 1.95rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.home-final-cta__content p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.86);
  margin: 0;
}

.home-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.home-final-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.home-final-cta__btn i {
  font-family: "Font Awesome 5 Free" !important;
  font-size: 0.95rem;
  line-height: 1;
}

.home-final-cta__btn--primary {
  background: #fff;
  color: var(--theme-color2) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.home-final-cta__btn--primary i {
  font-weight: 400;
  color: var(--theme-color2);
}

.home-final-cta__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  color: var(--theme-color1) !important;
}

.home-final-cta__btn--outline {
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  color: #fff !important;
}

.home-final-cta__btn--outline i {
  font-weight: 900;
  color: #fff !important;
}

.home-final-cta__btn--outline:hover {
  transform: translateY(-2px);
  background: #fff;
  color: var(--theme-color2) !important;
  border-color: #fff;
}

.home-final-cta__btn--outline:hover i {
  color: var(--theme-color2) !important;
}

.home-testimonials {
  padding: 72px 0;
  background: #fff;
}

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

.home-testimonial-card {
  margin: 0;
  padding: 28px 24px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.22);
  height: 100%;
}

.home-testimonial-card__quote {
  font-size: 1rem;
  line-height: 1.75;
  color: #374151;
  font-style: italic;
  margin-bottom: 18px;
}

.home-testimonial-card__author {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--theme-color1);
}

.home-blog-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.contact-details--home {
  padding-top: 60px !important;
  padding-bottom: 80px !important;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.seo-content-section {
  padding: 48px 0 64px;
  background: #fff;
}

.seo-content__text {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.12rem;
  line-height: 1.8;
  color: #2f3640;
  font-weight: 500;
  text-align: left;
}

.seo-content__text p,
.seo-content__text li {
  color: #2f3640;
  font-weight: 500;
}

.seo-content__text:not(.is-split-ready) p:first-of-type ~ *,
.seo-content__text:not(.is-split-ready) > :not(:first-child) {
  display: none;
}

.seo-content__toggle {
  cursor: pointer;
}

.seo-content__toggle--expand {
  margin-top: 22px;
}

.seo-content__toggle--expand.is-hidden,
.home-seo-btn.seo-content__toggle--expand.is-hidden,
.home-seo-btn.theme-btn.seo-content__toggle--expand.is-hidden {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.home-seo-btn.theme-btn.btn-style-one {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 26px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  border: 0;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.home-seo-btn.theme-btn.btn-style-one:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}

.home-seo-btn .btn-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home-seo-btn .btn-title i {
  font-size: 0.82rem;
}

.seo-content__collapse-wrap {
  display: none;
  justify-content: center;
  margin-top: 32px;
  padding-top: 4px;
}

.seo-content__collapse-wrap.is-visible {
  display: flex !important;
}

.seo-content__more {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: max-height;
}

.seo-content__more-inner {
  padding-top: 16px;
}

.seo-content__more-inner > :first-child {
  margin-top: 0;
}

@media (min-width: 992px) {
  .home-process__line {
    display: block;
    position: absolute;
    top: 36px;
    left: 10%;
    right: 10%;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg,
        color-mix(in srgb, var(--theme-color2) 18%, #e2e8f0) 0%,
        color-mix(in srgb, var(--theme-color2) 45%, #e2e8f0) 50%,
        color-mix(in srgb, var(--theme-color2) 18%, #e2e8f0) 100%);
    z-index: 0;
  }

  .home-process__steps {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 1199.98px) {
  .home-services-grid__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-process__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .home-trust-bar__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-welcome__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 22px;
  }

  .home-welcome__actions {
    width: 100%;
  }

  .home-welcome__actions .theme-btn {
    flex: 1 1 auto;
    justify-content: center;
    min-width: 140px;
  }

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

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

  .home-about-modern__image-secondary {
    position: relative;
    width: 70%;
    margin: -30px auto 0;
    right: auto;
    bottom: auto;
  }

  .home-about-modern__media {
    padding-right: 0;
    margin-bottom: 24px;
  }

  .home-process__cta-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-process__cta-btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .home-process__cta-btn-copy {
    align-items: center;
  }

  .home-final-cta__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .home-final-cta__content {
    max-width: none;
  }

  .home-final-cta__actions {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .home-process__steps,
  .home-features__grid,
  .home-testimonials__grid,
  .home-services-grid__cards,
  .home-team-preview__grid,
  .home-team-preview__grid--duo {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-trust-bar__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  }

  .home-trust-bar__item {
    min-height: 58px;
    padding: 12px 14px;
    gap: 10px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .home-trust-bar__item:nth-child(odd) {
    border-right: 1px solid rgba(148, 163, 184, 0.26);
  }

  .home-trust-bar__item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(148, 163, 184, 0.26);
  }

  .home-trust-bar__item:hover {
    transform: none;
    box-shadow: none;
  }

  .home-trust-bar__icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    font-size: 0.84rem;
  }

  .home-trust-bar__label {
    font-size: 0.95rem;
    line-height: 1.28;
  }

  .home-intro-block {
    margin-top: -22px;
  }

  .home-team-preview__grid--duo {
    max-width: none;
  }

  .home-services-grid {
    padding: 64px 0 56px;
  }

  .home-services-grid__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .home-services-grid__footer .theme-btn {
    width: 100%;
    justify-content: center;
  }

  .home-quality-cta {
    padding: 72px 0 56px;
    background-attachment: scroll;
  }

  .home-quality-cta__box {
    padding: 32px 22px 28px;
  }

  .home-final-cta {
    padding: 40px 0;
  }

  .home-final-cta__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 24px;
  }

  .home-final-cta__actions {
    width: 100%;
    flex-direction: column;
  }

  .home-final-cta__btn {
    width: 100%;
    justify-content: center;
  }

  .home-process {
    padding: 64px 0 56px;
  }

  .home-process__cta-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 20px;
  }

  .home-process__cta-leading {
    display: none;
  }

  .home-process__cta-btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .home-process__cta-btn-copy {
    align-items: center;
  }

  .home-process-step__marker {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    width: 58px;
  }

  .home-process-step {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: start;
    column-gap: 12px;
    row-gap: 0;
  }

  .home-process-step__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  .home-process-step__num {
    top: -7px;
    right: -8px;
    left: auto;
    min-width: 32px;
    height: 32px;
    font-size: 0.7rem;
  }

  .home-process-step__card {
    padding: 18px 18px 20px;
    border-radius: 18px;
    min-height: 100%;
  }

  .home-process-step__title {
    margin-bottom: 8px;
    font-size: 0.98rem;
  }

  .home-process-step__text {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}
