/* Quicksand - tüm sitede varsayılan font */
:root {
  --ztc-family-font1: "Quicksand", sans-serif;
  --ztc-family-font2: "Quicksand", sans-serif;
}

body {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* Aktif menü öğesi - hangi sayfadaysa o vurgulanır */
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li.active > a {
  color: var(--ztc-text-text-11, #D4AF37) !important;
  font-weight: 700;
  position: relative;
}
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li.active > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: var(--ztc-text-text-11, #D4AF37);
  border-radius: 1px;
}

/* Mobil menü aktif öğe */
.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 ul li.active a {
  color: var(--ztc-text-text-11, #D4AF37) !important;
  font-weight: 700;
  border-left: 3px solid var(--ztc-text-text-11, #D4AF37);
  padding-left: 12px;
}

/* Mobil çekmece altı – irtibat bilgileri */
.mobile-sidebar.mobile-sidebar3 .mobile-sidebar-footer {
  border-top-color: rgba(0, 0, 0, 0.08) !important;
}
.mobile-sidebar.mobile-sidebar3 .mobile-sidebar-footer .contact-info-single:only-child .contact-info-text {
  margin-left: 0;
}

/* Powered by Codezzium – footer */
.footer3-bottom-section .powered-by {
  opacity: 0.85;
}
.footer3-bottom-section .powered-by a {
  color: inherit;
  text-decoration: underline;
}

/* Powered by Codezzium – mobil çekmece */
.mobile-sidebar.mobile-sidebar3 .mobile-sidebar-powered {
  border-top-color: rgba(0, 0, 0, 0.08) !important;
  color: var(--ztc-text-text-5, #666);
}
.mobile-sidebar.mobile-sidebar3 .mobile-sidebar-powered a {
  color: var(--ztc-text-text-8, #1a1a2e);
  text-decoration: underline;
}

/* Native select'leri nice-select ile görsel uyumlu yap */
select.nice-select-native {
  width: 180px;
  height: 56px;
  padding: 18px 20px;
  border: none;
  outline: none;
  box-shadow: none;
  background: #F1F4F3;
  color: var(--ztc-text-text-8);
  font-family: var(--ztc-family-font2, "Quicksand", sans-serif);
  font-size: var(--ztc-font-size-font-s16, 16px);
  font-weight: var(--ztc-weight-semibold, 600);
  line-height: 22px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 44px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  select.nice-select-native { width: 100%; display: block; margin-bottom: 20px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  select.nice-select-native { width: 100%; display: block; margin-bottom: 20px; }
}

/* Varsayılan navbar logosu (logo3): belirgin köşe yuvarlaklığı + ~%30 daha büyük alan */
.homepage3-body .header-area.homepage3 .site-logo:has(img.navbar-static-logo) {
  width: 234px;
  height: 62px;
}
.homepage3-body .header-area.homepage3 .site-logo img.navbar-static-logo {
  border-radius: 1.25rem;
  object-fit: contain;
}
