/* ==========================================================================
   Modern footer — VJ Adaptacije
   ========================================================================== */

.footer-contact-bar.find-book-section {
  position: relative;
  background-color: #1a2332 !important;
  background-image:
    linear-gradient(135deg, rgba(26, 35, 50, 0.92) 0%, rgba(45, 58, 82, 0.86) 55%, rgba(139, 18, 24, 0.78) 100%),
    url("../images/about.jpg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 72px 0 60px !important;
  margin: 0;
  border: none;
  overflow: hidden;
}

.footer-contact-bar.find-book-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(199, 21, 28, 0.18) 0%, transparent 50%),
              radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.footer-contact-bar.find-book-section > .container {
  position: relative;
  z-index: 1;
}

.footer-contact-bar .grids {
  display: none;
}

.footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.footer-contact-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.footer-contact-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
}

.footer-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #c7151c;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 8px 24px rgba(199, 21, 28, 0.35);
}

.footer-contact-card h4 {
  color: #fff !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 12px !important;
}

.footer-contact-card p,
.footer-contact-card li {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.footer-contact-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-card a {
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
}

.footer-contact-card a:hover {
  color: #ffc9cb !important;
  text-decoration: underline;
}

.footer-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-cta-btn {
  background: #c7151c;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(199, 21, 28, 0.4);
}

.footer-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(199, 21, 28, 0.5);
  color: #fff !important;
}

.footer-cta-btn--outline {
  background: transparent;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

.footer-cta-btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff !important;
}

/* Main footer */
.site-footer.footer-modern {
  background: #fff !important;
  padding: 0 !important;
  margin: 0;
}

.site-footer.footer-modern .separator {
  display: none !important;
}

.site-footer.footer-modern .lower-footer {
  padding: 48px 0 32px !important;
  background: transparent !important;
}

.footer-modern-inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.footer-brand-block {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}

.footer-logo-link img {
  max-height: 56px;
  width: auto;
  margin-bottom: 16px;
}

.footer-tagline {
  color: #5c6578 !important;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.footer-link-groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px;
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}

.footer-link-col h5 {
  color: #1a2332 !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #c7151c;
}

.footer-link-col a {
  display: block;
  color: #5c6578 !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 0;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-link-col a:hover {
  color: #c7151c !important;
  padding-left: 6px;
}

.footer-bottom-bar {
  text-align: center;
  padding-top: 28px;
  border-top: 1px solid #e2e8f0;
}

.footer-bottom-bar .copyright {
  color: #5c6578 !important;
  font-size: 14px;
  margin: 0 0 8px !important;
}

.footer-credit {
  color: #8b95a8 !important;
  font-size: 13px;
  margin: 0;
}

.footer-credit a {
  color: #c7151c !important;
  font-weight: 600;
}

/* Legacy seo-footer-nav inside modern footer */
.site-footer.footer-modern .seo-footer-nav p {
  display: none;
}

@media (max-width: 991px) {
  .footer-contact-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link-groups {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}

/* iOS / mobilni nemaju dobru podršku za fixed parallax */
@media (max-width: 991px) {
  .footer-contact-bar.find-book-section {
    background-attachment: scroll;
  }
}

@media (max-width: 575px) {
  .footer-contact-bar.find-book-section {
    padding: 48px 0 40px !important;
  }

  .footer-cta-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-cta-btn {
    width: 100%;
  }
}
