/* ==================================================
   BOO FOOTER
================================================== */

.boo-site-footer {
  position: relative;
  width: 100%;
  max-width: 100%;
  clear: both;
  margin: 0;
  padding: 34px 0 0;
  background: #273E2C;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  overflow: hidden;
}

.boo-site-footer__bg {
  position: absolute;
  inset: 0;
  background: url("http://www.bursaormanokulu.com/wp-content/uploads/2025/04/boofooter-scaled.png") no-repeat center center / cover;
  opacity: .08;
  z-index: 0;
  pointer-events: none;
}

.boo-footer-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.boo-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1.2fr;
  gap: 40px;
  align-items: flex-start;
}

.boo-footer-logo a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.boo-footer-logo img {
  display: block;
  height: 62px;
  width: auto;
}

.boo-footer-block h3 {
  margin: 0 0 14px;
  color: #CAA472;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.boo-footer-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.boo-footer-block li {
  margin: 0 0 8px;
}

.boo-footer-block a,
.boo-footer-contact p,
.boo-footer-contact p a {
  color: rgba(255,255,255,.9);
  text-decoration: none;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  transition: color .22s ease;
}

.boo-footer-block a:hover,
.boo-footer-contact p a:hover {
  color: #CAA472;
}

.boo-footer-contact p {
  margin: 10px 0 0;
}

.boo-footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.boo-footer-social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 17px;
  transition:
    background .22s ease,
    color .22s ease,
    transform .22s ease;
}

.boo-footer-social a:hover {
  background: #CAA472;
  color: #273E2C;
  transform: translateY(-2px);
}

.boo-footer-copy {
  text-align: center;
  color: rgba(255,255,255,.72);
  padding: 38px 20px 22px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
}

/* Vivonka Bar */

.boo-vivonka-bar {
  width: 100%;
  min-height: 64px;
  background: #603eb9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 20px;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  font-family: "Poppins", Arial, sans-serif;
}

.boo-vivonka-bar:hover {
  color: #fff;
  text-decoration: none;
}

.boo-vivonka-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.boo-vivonka-logo img {
  display: block;
  height: 42px;
  width: auto;
}

.boo-vivonka-text {
  display: inline-block;
  min-width: 220px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .45s ease;
}

.boo-vivonka-text.is-fading {
  opacity: 0;
}

/* Tema footer boşluklarını temizle */

#colophon,
.site-footer {
  margin: 0 !important;
  padding: 0 !important;
}

/* Responsive */

@media (max-width: 1024px) {
  .boo-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }
}

@media (max-width: 767px) {
  .boo-site-footer {
    padding-top: 30px;
  }

  .boo-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 20px;
  }

  .boo-footer-logo {
    grid-column: 1 / -1;
  }

  .boo-footer-logo img {
    height: 58px;
  }

  .boo-footer-block h3 {
    font-size: 16px;
  }

  .boo-footer-block a,
  .boo-footer-contact p,
  .boo-footer-contact p a {
    font-size: 14px;
  }

  .boo-vivonka-bar {
    flex-direction: column;
    gap: 6px;
    text-align: center;
    min-height: 78px;
  }

  .boo-vivonka-text {
    min-width: 0;
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .boo-footer-grid {
    grid-template-columns: 1fr;
  }

  .boo-footer-logo {
    grid-column: auto;
  }
}