/**
 * Footer — kurumsal, sade palet (mat lacivert-gri, hafif altın vurgu)
 */
/* Sayaç alanı: negatif margin yok, kartlar akışta kalır */
.widget-counter {
  padding-bottom: 8rem;
  margin-bottom: 0;
  overflow: visible;
}

.widget-counter .counter-stats-row {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}

/* Eski şablondan kalan negatif margin sınıfları */
#home-page .mb--20em,
#home-page .mb--14em,
#home-page .mb--25em,
#main .mb--20em,
#main .mb--14em,
#main .mb--25em {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 991px) {
  .widget-counter {
    padding-bottom: 3rem;
  }
}

.footer.footer-refined {
  --corp-bg-deep: #252c36;
  --corp-bg-mid: #2f3844;
  --corp-text: #e8ecf1;
  --corp-text-muted: #9aa5b5;
  --corp-accent: #a89578;
  --corp-accent-soft: rgba(168, 149, 120, 0.35);
  --corp-border: rgba(255, 255, 255, 0.08);

  position: relative;
  z-index: 10;
  clear: both;
  background: linear-gradient(180deg, var(--corp-bg-mid) 0%, var(--corp-bg-deep) 100%) !important;
  overflow: hidden;
}

.footer.footer-refined::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--corp-border);
  z-index: 1;
}

.footer.footer-refined::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, transparent 68%);
  pointer-events: none;
}

.footer.footer-refined .tf-container {
  position: relative;
  z-index: 2;
}

.footer.footer-refined .footer-main {
  padding-top: 72px;
  padding-bottom: 56px;
}

.footer.footer-refined .footer-main .title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--corp-text);
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 12px;
}

.footer.footer-refined .footer-main .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 1px;
  background: var(--corp-accent);
  border-radius: 0;
  opacity: 0.85;
}

/* Logo — koyu zeminde okunaklı açık panel */
.footer.footer-refined .footer-logo .logo-footer-panel {
  display: inline-block;
  margin-bottom: 24px;
  padding: 18px 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f6f8 100%);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.footer.footer-refined .footer-logo .logo-footer-link {
  display: block;
  line-height: 0;
}

.footer.footer-refined .footer-logo .logo-footer-panel img {
  width: auto !important;
  max-width: 200px;
  height: auto !important;
  max-height: 88px;
  object-fit: contain;
  opacity: 1;
  display: block;
}

.footer.footer-refined .footer-logo .logo-footer-link:hover img {
  opacity: 0.92;
}

.footer.footer-refined .footer-logo .des-footer {
  color: var(--corp-text-muted);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 22px;
}

.footer.footer-refined.footer-style1 .footer-main .footer-logo .footer-info li i {
  color: #e8ecf1 !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid var(--corp-border);
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-right: 12px;
  font-size: 15px;
  flex-shrink: 0;
}

.footer.footer-refined .footer-info li {
  align-items: flex-start;
}

.footer.footer-refined .footer-info li p {
  color: var(--corp-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.footer.footer-refined .footer-service .footer-menu li a {
  color: var(--corp-text-muted);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer.footer-refined .footer-service .footer-menu li a:hover {
  color: var(--corp-text);
  margin-left: 4px;
}

.footer.footer-refined .footer-gallery .gallery-img {
  gap: 8px;
}

.footer.footer-refined .footer-gallery .gallery-img img {
  border-radius: 6px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--corp-border);
  opacity: 0.92;
  transition: opacity 0.25s ease, border-color 0.25s ease;
}

.footer.footer-refined .footer-gallery .gallery-img a:hover img {
  transform: none;
  opacity: 1;
  border-color: var(--corp-accent-soft);
}

.footer.footer-refined #footer-form .input-wrap {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: none;
  border: 1px solid var(--corp-border);
}

.footer.footer-refined #footer-form .input-wrap button {
  background: #3d4a5c;
  color: #f0f3f7;
  transition: background-color 0.2s ease;
}

.footer.footer-refined #footer-form .input-wrap button:hover {
  background: #4a5869;
}

.footer.footer-refined .social-ft li a {
  color: #e8ecf1;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--corp-border);
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.footer.footer-refined .social-ft li a i {
  font-size: 17px;
  line-height: 1;
  color: inherit;
}

.footer.footer-refined .social-ft li a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
}

.footer.footer-refined .social-ft li a:hover i.fa-whatsapp {
  color: #25d366;
}

.footer.footer-refined .social-ft li a:hover i.fa-instagram {
  color: #e4405f;
}

.footer.footer-refined .social-ft li a:hover i.fa-tiktok {
  color: #fe2c55;
}

.footer.footer-refined .social-ft .footer-tripadvisor-link {
  background: rgba(255, 255, 255, 0.08) !important;
}

.footer.footer-refined .social-ft .footer-tripadvisor-link img {
  width: 22px;
  height: 22px;
  display: block;
  filter: none;
  opacity: 1;
}

.footer.footer-refined .social-ft .footer-tripadvisor-link:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(52, 224, 161, 0.45) !important;
}

.footer.footer-refined .footer-newsletter > a img {
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-top: 8px;
}

.footer.footer-refined .footer-bottom {
  border-top: 1px solid var(--corp-border);
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.08);
}

.footer.footer-refined .footer-bottom .copy-right {
  color: var(--corp-text-muted);
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .footer.footer-refined .footer-main {
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .footer.footer-refined .footer-logo .logo-footer-panel {
    padding: 14px 16px;
  }

  .footer.footer-refined .footer-logo .logo-footer-panel img {
    max-width: 170px;
    max-height: 72px;
  }
}
