.home-page {
  background: #ffffff;
  color: #2a2521;
  font-size: 14px;
}

.theme-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.35s ease;
  background: rgba(255, 255, 255, 0);
}

.theme-navbar.is-scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 30px rgba(34, 27, 22, 0.08);
}

.theme-navbar-row {
  display: grid;
  grid-template-columns: minmax(160px, 240px) 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 82px;
}

.theme-navbar-brand #logo {
  margin: 0;
}

.theme-navbar-brand #logo img {
  max-height: 46px;
  width: auto;
  max-width: 100%;
}

.theme-navbar-menu #menu {
  margin: 0;
  background: transparent;
  border: 0;
  min-height: auto;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  background-image: none !important;
}

.theme-navbar-menu #menu.navbar {
  background: transparent !important;
  border: 0 !important;
}

.theme-navbar-menu #menu .navbar-toggler,
.theme-navbar-menu #menu .navbar-toggler:focus,
.theme-navbar-menu #menu .navbar-toggler:active {
  background: transparent !important;
  background-image: none !important;
  border: 1px solid #d8ccbd !important;
  box-shadow: none !important;
}

.theme-navbar-menu #menu .navbar-nav {
  justify-content: flex-start;
  width: 100%;
}

.theme-navbar-menu #menu .navbar-nav > li > a {
  color: #ffffff;
  font-size: 33px;
  font-size: 32px;
  font-size: 31px;
  font-size: 30px;
  font-size: 29px;
  font-size: 28px;
  font-size: 27px;
  font-size: 26px;
  font-size: 25px;
  font-size: 24px;
  font-size: 23px;
  font-size: 22px;
  font-size: 21px;
  font-size: 20px;
  font-size: 19px;
  font-size: 18px;
  font-size: 17px;
  font-size: 16px;
  font-size: 15px;
  font-size: 14px;
  font-size: 13px;
  letter-spacing: 0.005em;
  text-transform: none;
  font-weight: 600;
  text-shadow: none;
  padding: 10px 16px;
  border-radius: 999px;
}

.theme-navbar.is-scrolled .theme-navbar-menu #menu .navbar-nav > li > a {
  color: #2d2620;
}

.theme-navbar-menu #menu .navbar-nav > li > a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.theme-navbar.is-scrolled .theme-navbar-menu #menu .navbar-nav > li > a:hover {
  background: #f4ede4;
  color: #201a16;
}

.theme-navbar-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.theme-nav-link {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
}

#wishlist-total.theme-nav-link {
  width: auto;
  padding: 0 10px;
  gap: 4px;
}

#wishlist-total .wishlist-count {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

#header-cart-total.theme-nav-link {
  width: auto;
  padding: 0 10px;
  gap: 4px;
}

#header-cart-total .cart-count {
  display: inline-block;
  min-width: 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin-left: 2px;
}

#alert.toast-container {
  top: 86px !important;
}

.theme-navbar.is-scrolled .theme-nav-link {
  color: #312922;
}

.theme-nav-link:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.theme-navbar.is-scrolled .theme-nav-link:hover {
  background: #f4ede4;
  color: #201a16;
}

.theme-mini-cart {
  width: 0;
  height: 0;
  overflow: hidden;
}

.theme-navbar #header-cart .btn-lg {
  display: none;
}

.theme-navbar-menu #menu .dropdown-menu {
  margin-top: 6px;
}

/* Sadece ana menuler gorunsun: alt kategori dropdownlarini kapat */
.theme-navbar-menu #menu .dropdown-menu,
.theme-navbar-menu #menu .dropdown:hover .dropdown-menu,
.theme-navbar-menu #menu .dropdown.show .dropdown-menu {
  display: none !important;
}

.theme-navbar-menu #menu .dropdown-toggle::after,
.theme-navbar-menu #menu .fa-caret-down,
.theme-navbar-menu #menu .fa-angle-down {
  display: none !important;
}

main {
  padding-top: 82px;
}

#common-home .home-hero {
  margin-top: -82px;
  /* Tam ekran (referans: min-h-screen); mobil adres çubuğu için svh/dvh */
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  padding-top: 82px;
  box-sizing: border-box;
  overflow: hidden;
}

#common-home .home-hero .home-hero-content {
  padding-top: 16px;
  padding-bottom: 48px;
}

@media (max-width: 1399px) {
  .theme-navbar-menu #menu .navbar-nav > li > a {
    font-size: 33px;
    font-size: 32px;
    font-size: 31px;
    font-size: 30px;
    font-size: 29px;
    font-size: 28px;
    font-size: 27px;
    font-size: 26px;
    font-size: 25px;
    font-size: 24px;
    font-size: 23px;
    font-size: 22px;
    font-size: 21px;
    font-size: 20px;
    font-size: 19px;
    font-size: 18px;
    font-size: 17px;
    font-size: 16px;
    font-size: 15px;
    font-size: 14px;
    font-size: 13px;
    padding: 10px 9px;
  }
}

@media (max-width: 1199px) {
  .theme-navbar-row {
    grid-template-columns: minmax(140px, 1fr) auto;
    min-height: 74px;
  }

  .theme-navbar-menu {
    grid-column: 1 / -1;
    order: 3;
    padding-bottom: 8px;
  }

  main {
    padding-top: 112px;
  }

  #common-home .home-hero {
    margin-top: -112px;
    padding-top: 112px;
  }

  #common-home .home-hero .home-hero-content {
    padding-top: 16px;
  }
}

@media (max-width: 991px) {
  .theme-navbar-actions .theme-nav-link {
    width: 44px;
    height: 44px;
  }

  .theme-navbar-actions .theme-nav-link i {
    font-size: 17px;
  }

  .theme-navbar-actions #wishlist-total.theme-nav-link,
  .theme-navbar-actions #header-cart-total.theme-nav-link {
    min-width: 44px;
    padding: 0 11px;
  }

  .theme-navbar-menu #menu {
    background: transparent !important;
    border: 0 !important;
    background-image: none !important;
    position: static;
  }

  .theme-navbar-menu #menu #category.navbar-toggler,
  .theme-navbar-menu #menu #category.navbar-toggler:focus,
  .theme-navbar-menu #menu #category.navbar-toggler:active {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    position: fixed;
    left: 0;
    top: 50dvh;
    transform: translateY(-50%);
    width: 34px;
    height: 58px;
    border-radius: 0 12px 12px 0;
    z-index: 1041;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    border-left: 0 !important;
    background: rgba(34, 27, 22, 0.78) !important;
    box-shadow: none !important;
    animation: menuHandlePulse 3.4s cubic-bezier(0.25, 0.8, 0.25, 1) infinite;
    transition: left 0.26s ease, top 0.26s ease, transform 0.26s ease, border-radius 0.26s ease, background-color 0.2s ease;
  }

  .theme-navbar-menu #menu #category.navbar-toggler i {
    line-height: 1;
    font-size: 16px;
  }

  .theme-navbar-menu #menu.menu-drawer-open #category.navbar-toggler,
  .theme-navbar-menu #menu.menu-drawer-open #category.navbar-toggler:focus,
  .theme-navbar-menu #menu.menu-drawer-open #category.navbar-toggler:active {
    left: calc(min(82vw, 320px) - 42px);
    top: 12px;
    transform: none;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border-left: 1px solid #ffffff !important;
    background: rgba(34, 27, 22, 0.92) !important;
    animation: none;
  }

  .theme-navbar-menu #menu #narbar-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: min(82vw, 320px);
    display: block !important;
    padding: 76px 12px 16px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.98) !important;
    border-right: 1px solid #eadfd0 !important;
    border-radius: 0 14px 14px 0;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.28s ease, opacity 0.2s ease;
    z-index: 1040;
  }

  .theme-navbar-menu #menu #narbar-menu.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .theme-navbar-menu #menu #narbar-menu .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
  }

  .theme-navbar-menu #menu #narbar-menu .navbar-nav > li {
    width: 100%;
  }

  .theme-navbar-menu #menu #narbar-menu .drawer-user-menu {
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eadfd0;
  }

  .theme-navbar-menu #menu #narbar-menu .drawer-user-link {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: #2d2620;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
  }

  .theme-navbar-menu #menu #narbar-menu .drawer-user-link:hover {
    background: #f4ede4;
    color: #201a16;
  }

  .theme-navbar-menu #menu .navbar-nav > li > a,
  .theme-navbar.is-scrolled .theme-navbar-menu #menu .navbar-nav > li > a {
    color: #2d2620;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
  }

  .theme-navbar-menu #menu .navbar-toggler i {
    color: #ffffff !important;
  }
}

@media (min-width: 992px) {
  .theme-navbar-menu #menu #narbar-menu .drawer-user-menu {
    display: none;
  }
}

@keyframes menuHandlePulse {
  0%,
  58%,
  100% {
    transform: translateY(-50%);
    box-shadow: 0 0 0 rgba(34, 27, 22, 0);
  }
  72% {
    transform: translateY(-50%) translateX(7px);
    box-shadow: 0 0 0 6px rgba(34, 27, 22, 0.2);
  }
  80% {
    transform: translateY(-50%) translateX(-2px);
    box-shadow: 0 0 0 0 rgba(34, 27, 22, 0);
  }
  86% {
    transform: translateY(-50%) translateX(1px);
  }
  91% {
    transform: translateY(-50%) translateX(-1px);
  }
  95% {
    transform: translateY(-50%) translateX(0.5px);
  }
}

@media (max-width: 767px) {
  .theme-navbar-row {
    min-height: 66px;
    gap: 10px;
  }

  main {
    padding-top: 96px;
  }

  #common-home .home-hero {
    margin-top: -96px;
    padding-top: 96px;
  }

  #common-home .home-hero .home-hero-content {
    padding-top: 12px;
  }
}

.theme-main-menu {
  margin: 0;
}

.home-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.home-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(26, 24, 22, 0.82) 0%, rgba(26, 24, 22, 0.6) 45%, rgba(26, 24, 22, 0.3) 100%);
}

.home-hero-content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  max-width: 680px;
  padding-top: 24px;
  padding-bottom: 90px;
  margin-left: 620px;
}

.home-badge {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f3d8ab;
}

.home-hero h1 {
  color: #ffffff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  margin-bottom: 18px;
  font-weight: 300;
}

.home-hero h1 span {
  display: block;
  font-style: italic;
  font-weight: 700;
}

.home-hero p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 28px;
}

.home-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.home-hero-actions .btn {
  border-radius: 999px;
  padding: 12px 22px;
}

.home-categories,
.home-trust,
.home-why,
.home-testimonials,
.home-cta {
  padding: 74px 0;
}

.home-categories {
  background: #ffffff;
}

.home-trust {
  background: #f8f6f2;
}

.home-section-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.home-section-head h2 {
  font-size: 34px;
  font-weight: 300;
  color: #1f1b18;
  margin: 0;
}

.home-section-head p {
  color: #7a6f67;
  margin: 0;
  max-width: 420px;
  font-size: 14px;
}

.home-section-head small {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #b6832e;
  font-size: 11px;
  margin-bottom: 8px;
}

.home-section-head.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.home-section-head.center p {
  max-width: 620px;
}

.home-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 20px;
  margin-top: 30px;
}

.home-hero-stats strong {
  display: block;
  font-size: 26px;
  line-height: 1;
  color: #fff;
}

.home-hero-stats span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}

.home-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.home-trust-grid article {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  min-height: 214px;
}

.home-trust-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f8f3e8;
  color: #b98a39;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 13px;
}

.home-trust-grid h3 {
  font-size: 34px;
  color: #201a16;
  margin-bottom: 10px;
  line-height: 1.4;
}

.home-trust-grid p {
  margin: 0;
  color: #7a6f67;
  line-height: 1.72;
  font-size: 14px;
}

.home-cert-bar {
  margin-top: 46px;
  padding-top: 34px;
  border-top: 1px solid #e8e1d6;
  text-align: center;
}

.home-cert-bar p {
  margin: 0 0 20px;
  letter-spacing: 0.2em;
  font-size: 11px;
  color: #b3a99a;
}

.home-cert-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.home-cert-bar li {
  color: #9a8f82;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home-cert-bar li i {
  color: #be913f;
  font-size: 12px;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-category-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 260px;
}

.home-category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.home-category-content {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
}

.home-category-content h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 1.35;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.home-category-content p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 12px;
  max-width: 92%;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.home-category-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  padding: 6px 12px;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  transition: all 0.25s ease;
}

.home-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(23, 19, 16, 0.78), rgba(23, 19, 16, 0.26) 45%, rgba(23, 19, 16, 0.08));
}

.home-category-card:hover img {
  transform: scale(1.04);
}

.home-category-card:hover .home-category-btn {
  background: #fff;
  color: #201a16;
}

.home-dynamic-content {
  padding: 24px 0 16px;
}

.home-why {
  background: #f7f4ef;
}

.home-why-wrap {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  gap: 44px;
  align-items: center;
}

.home-why-image {
  position: relative;
}

.home-why-image img {
  width: 100%;
  border-radius: 24px;
  min-height: 520px;
  object-fit: cover;
}

.home-why-badge {
  position: absolute;
  right: -22px;
  bottom: -22px;
  background: #fff;
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  box-shadow: 0 14px 32px rgba(39, 31, 23, 0.12);
  max-width: 230px;
}

.home-why-badge-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #f7eed9;
  color: #bf8f34;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

.home-why-badge strong {
  display: block;
  color: #26201c;
  font-size: 13px;
  margin-bottom: 5px;
}

.home-why-badge p {
  margin: 0;
  color: #7d7268;
  line-height: 1.55;
  font-size: 12px;
}

.home-why-content small,
.home-cta-wrap small {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #b6832e;
  font-size: 11px;
  margin-bottom: 8px;
}

.home-why-content h2,
.home-cta-wrap h2 {
  font-size: 40px;
  line-height: 1.12;
  font-weight: 300;
  margin-bottom: 14px;
  color: #201a16;
}

.home-why-content p,
.home-cta-wrap p {
  color: #7a6f67;
  line-height: 1.8;
}

.home-why-content ul {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.home-why-content li + li {
  margin-top: 16px;
}

.home-why-content li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.home-why-feature-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.home-why-feature-icon.pink {
  background: #f9ebf1;
  color: #c8477c;
}

.home-why-feature-icon.green {
  background: #e9f6ef;
  color: #32a06d;
}

.home-why-feature-icon.amber {
  background: #fdf3df;
  color: #be913f;
}

.home-why-content li h3 {
  font-size: 18px;
  margin-bottom: 4px;
  color: #201a16;
}

.home-testimonials {
  background: #fff;
}

.home-testimonial-featured {
  background: #f8f6f2;
  border-radius: 24px;
  padding: 38px;
  text-align: center;
}

.home-testimonial-featured p {
  font-size: 22px;
  line-height: 1.6;
  color: #403833;
  font-style: italic;
  margin-bottom: 16px;
}

.home-testimonial-featured strong {
  display: block;
  color: #1f1916;
}

.home-testimonial-featured span {
  color: #8d8178;
  font-size: 13px;
}

.home-testimonial-list {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.home-testimonial-list > div {
  border: 1px solid #eadfd2;
  border-radius: 12px;
  padding: 10px 14px;
  text-align: center;
}

.home-testimonial-list strong {
  display: block;
  color: #2b231f;
  font-size: 13px;
}

.home-testimonial-list span {
  color: #8f8279;
  font-size: 12px;
}

.home-cta {
  position: relative;
  background-color: #171412;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.home-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 17, 14, 0.78);
}

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

.home-cta-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 36px;
  align-items: center;
}

.home-cta-wrap h2,
.home-cta-wrap p {
  color: #fff;
}

.home-cta-wrap p {
  opacity: 0.8;
}

.home-cta .home-hero-actions .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.25);
}

.home-cta-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-cta-stats > div {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(2px);
}

.home-cta-stats strong {
  display: block;
  color: #fff;
  font-size: 26px;
}

.home-cta-stats span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.theme-footer {
  background: #17120f;
  color: #b8ada1;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 42px 0 18px;
}

.theme-footer p,
.theme-footer li,
.theme-footer a,
.theme-footer span {
  color: #a79b8f;
}

.theme-footer a:hover {
  color: #fff;
}

.theme-footer-top {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr;
  gap: 44px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.theme-footer-logo {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #1a1512 !important;
  font-size: 10px;
  margin-bottom: 16px;
}

.theme-footer-about p {
  margin: 0;
  max-width: 350px;
  line-height: 1.8;
  font-size: 13px;
}

.theme-footer-social {
  margin-top: 18px;
  display: flex;
  gap: 8px;
}

.theme-footer-social a {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.theme-footer-links h5,
.theme-footer-contact h5 {
  color: #f0e7dc;
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.theme-footer-links ul,
.theme-footer-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-footer-links li,
.theme-footer-contact li {
  margin-bottom: 8px;
  font-size: 13px;
}

.theme-footer-contact li i {
  width: 14px;
  margin-right: 7px;
  color: #c6ad8b;
}

.theme-footer-bottom {
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 12px;
}

.theme-footer-bottom-links {
  display: flex;
  gap: 16px;
}

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

  .home-why-wrap,
  .home-cta-wrap {
    grid-template-columns: 1fr;
  }

  .home-why-badge {
    right: 16px;
    bottom: 16px;
    max-width: 250px;
  }

  .theme-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .home-categories,
  .home-trust,
  .home-why,
  .home-testimonials,
  .home-cta {
    padding: 46px 0;
  }

  .home-section-head h2 {
    font-size: 28px;
  }

  .home-category-grid,
  .home-trust-grid,
  .home-cta-stats,
  .home-hero-stats {
    grid-template-columns: 1fr;
  }

  .home-testimonial-featured {
    padding: 22px;
  }

  .home-testimonial-featured p {
    font-size: 18px;
  }

  .home-why-content h2,
  .home-cta-wrap h2 {
    font-size: 30px;
  }

  .home-why-image img {
    min-height: 390px;
  }

  .home-why-badge {
    position: static;
    margin-top: 14px;
    max-width: 100%;
  }

  .theme-footer {
    padding-top: 30px;
  }

  .theme-footer-top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .theme-footer-bottom-links {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

/* Hero metnini referanstaki gibi sola hizalama ince ayari */
#common-home .home-hero .home-hero-content {
  margin-left: 620px;
}

@media (max-width: 1199px) {
  #common-home .home-hero .home-hero-content {
    margin-left: 310px;
  }
}

@media (max-width: 767px) {
  #common-home .home-hero .home-hero-content {
    margin-left: 0;
  }
}
