/* Shared layout tweaks */
.footer-modern {
  background: #f5f7fb;
  border-top: 1px solid #e8edf3;
  padding: 60px 0 40px;
  margin-top: 0;
}

.footer-modern .footer-logo {
  max-width: 160px;
}

.footer-modern .footer-meta {
  color: #4b5563;
  font-size: 14px;
}

.footer-modern .footer-nav {
  gap: 14px;
}

.footer-modern .footer-nav a {
  color: #374151;
  font-weight: 600;
  text-decoration: none;
}

.footer-modern .footer-nav a:hover {
  color: #111827;
}

.footer-modern .footer-card {
  background: #fff;
  border: 1px solid #e8edf3;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
  border-radius: 12px;
  padding: 22px 24px;
}

.footer-modern .footer-card h3 {
  margin-bottom: 14px;
}

.footer-modern .footer-card span {
  color: #374151;
}

.footer-modern .cookie-btn {
  min-width: 170px;
}

.contact-nav-bg {
  background: rgba(34, 41, 57, 0.45);
  backdrop-filter: blur(6px);
}

.contact-form-card {
  background: #fff;
  border: 1px solid #e8edf3;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 28px 26px;
}

.contact-form-card input.form-control,
.contact-form-card textarea.form-control {
  border-radius: 10px;
  border: 1px solid #d9e0ea;
  padding: 12px 14px;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-card input.form-control:focus,
.contact-form-card textarea.form-control:focus {
  border-color: #5c6ac4;
  box-shadow: 0 0 0 3px rgba(92, 106, 196, 0.12);
}

.contact-form-card .hb-btn {
  display: inline-block;
  width: 100%;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(92, 106, 196, 0.25);
}

.contact-form-card .form-group {
  margin-bottom: 18px;
}

.contact-hero {
  padding: 140px 0 60px;
  background: linear-gradient(180deg, #f7f9fc 0%, #f5f7fb 100%);
}

.contact-hero h2 {
  margin-bottom: 24px;
}

.thankyou-hero {
  padding: 140px 0 140px;
  background: linear-gradient(180deg, #f7f9fc 0%, #f5f7fb 100%);
}

.thankyou-hero .hb-sectionhead {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 0;
}

.thankyou-hero .hb-headcontent {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

.thankyou-hero h2 {
  margin-bottom: 12px;
}

.thankyou-hero .hb-description {
  margin-bottom: 0;
  color: #6b7280;
}

@media (max-width: 767.98px) {
  .thankyou-hero {
    padding: 110px 0 120px;
  }

  .thankyou-hero h2 {
    font-size: 28px;
    line-height: 1.25;
  }

  .thankyou-hero .hb-headcontent {
    padding: 0 12px;
  }
}
