 .site-footer {
  border-top: 1px solid rgba(15, 23, 42, 0.15);
  background: #e5e7eb;
  margin-top: 3rem;
  color: #111827;
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.footer-top-area {
  padding-top: 3rem;
  padding-bottom: 2.2rem;
}

.footer-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.5rem;
}

.footer-col {
  min-width: 0;
}

.single-widget h3 {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #111827;
}

.footer-logo {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.footer-logo-text {
  display: flex;
  flex-direction: column;
}

.footer-title {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  color: #111827;
}

  .footer-tagline {
  margin: 0;
  font-size: 0.9rem;
  color: #111827;
  font-weight: 500;
  line-height: 1.7;
 }

.social-area ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.6rem;
}

.social-area li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.75rem;
  font-size: 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  color: #111827;
}

.social-area li a:hover {
  border-color: #374151;
  color: #374151;
}

.footer-links-list,
.footer-hours,
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Ensure 'Hizmetlerimiz' items are left-aligned (default block flow) */
.footer-links-list {
  display: block;
  text-align: left;
}

.footer-links-list li + li,
.footer-hours li + li,
.footer-contact-list li + li {
  margin-top: 0.55rem;
}

  .footer-links-list a {
  font-size: 0.9rem;
  color: #111827;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.15rem 0.35rem;
  border-radius: 8px;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
 }

.footer-links-list a:hover {
  color: #374151;
  background: rgba(17, 24, 39, 0.06);
  transform: translateY(-1px);
}

 .footer-hours li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.01em;
 }

.footer-hours .right {
  margin-left: auto;
  color: #111827;
  text-align: right;
}

 .footer-contact-list li {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.01em;
 }

/* Slightly increase gap between contact icons and text */
.footer-contact-list li {
  padding-left: 1.5rem;
}

.footer-contact-list .label {
  display: inline-block;
  min-width: 70px;
  color: #111827;
}

.footer-contact-list a {
  color: #111827;
}

 .footer-contact-list a:hover {
  color: #374151;
}

/* Underline animation for footer links */
.footer-links-list a,
.footer-contact-list a,
.social-area li a {
  position: relative;
}

.footer-links-list a::after,
.footer-contact-list a::after,
.social-area li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #374151;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.footer-links-list a:hover::after,
.footer-contact-list a:hover::after,
.social-area li a:hover::after {
  transform: scaleX(1);
}

 .footer-links-list li,
 .footer-contact-list li {
  position: relative;
  padding-left: 1.4rem;
  line-height: 1.7;
  transition: color 0.25s ease, transform 0.25s ease;
 }

 .footer-links-list li:hover {
  transform: translate(2px, -1px);
 }

 .footer-hours li:hover,
 .footer-contact-list li:hover {
  color: #374151;
  transform: translateX(4px);
 }

 .footer-links-list li:hover::before {
  color: #374151;
 }

.footer-hours li {
  padding-left: 0; /* override generic padding-left */
  align-items: center;
  gap: 0.5rem;
}

.footer-hours .hours-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111827; /* svg uses currentColor */
  width: 28px;
  height: 28px;
  border-radius: 999px;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.footer-hours li i {
  font-size: 1.2rem;
  color: #111827;
  line-height: 1;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-hours li:hover i {
  color: #374151;
  transform: translateY(-1px);
}

.footer-hours li:hover .hours-icon {
  background: rgba(17, 24, 39, 0.08);
  transform: translateY(-1px);
}

.footer-contact-list li:nth-child(1)::before {
  content: '📞';
  font-size: 1.2rem;
}

.footer-contact-list li:nth-child(2)::before {
  content: '✉';
}

.footer-contact-list li:nth-child(3)::before {
  content: '📍';
}

.footer-contact-list li::before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 1.1rem;
  color: #111827;
}

/* Contact icons: enhanced visuals and animations */
.single-widget.contact .footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0; /* disable left padding when using real icons */
}

.single-widget.contact .footer-contact-list li::before {
  content: none; /* disable emoji pseudo icons in contact widget */
}

.single-widget.contact .footer-contact-list .contact-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.single-widget.contact .footer-contact-list .contact-icon i {
  font-size: 1.2rem;
  line-height: 1;
}

.single-widget.contact .footer-contact-list li:hover .contact-icon {
  color: #374151;
  background: rgba(17, 24, 39, 0.08);
  transform: translateY(-1px);
}

.footer-links-list li::before {
  content: '›';
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 1.05rem;
  color: #111827;
 }

/* Change icon color on hover for lists */
.footer-hours li:hover::before,
.footer-contact-list li:hover::before,
.footer-links-list li:hover::before {
  color: #374151;
}

/* Professionalize social icons */
.social-area li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  min-height: 40px;
  border-radius: 999px;
  width: 100%;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.social-area li a i {
  font-size: 1.2rem;
  line-height: 1;
  color: #111827;
  transition: color 180ms ease, transform 180ms ease;
}

.social-area li a:hover i {
  color: #374151;
  transform: translateY(-1px);
}

.social-area li a:hover {
  background: rgba(17, 24, 39, 0.08);
  transform: translateY(-1px);
}

.footer-bottom {
  border-top: 1px solid rgba(15, 23, 42, 0.95);
  margin-top: 2.5rem;
  padding-top: 0.9rem;
}

.footer-bottom-inner {
  display: flex;
  justify-content: center;
  font-size: 0.78rem;
}

@media (max-width: 1024px) {
  .footer-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .footer-top-area {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }

  .footer-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }
}
