.elementor-14 .elementor-element.elementor-element-743ad63{--display:flex;}.elementor-14 .elementor-element.elementor-element-37b7600{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-37b7600 */.modern-footer {
  background: linear-gradient(135deg, #1b2f75 0%, #243d96 100%);
  color: #ffffff;
  padding: 56px 20px 22px;
  font-family: 'Montserrat', sans-serif;
}

.modern-footer .footer-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.modern-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.1fr;
  gap: 32px;
  margin-bottom: 32px;
}

.modern-footer h3,
.modern-footer h4 {
  margin: 0 0 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.modern-footer h3 {
  font-size: 26px;
  line-height: 1.15;
}

.modern-footer h4 {
  font-size: 16px;
  color: rgba(255,255,255,0.95);
}

.modern-footer p,
.modern-footer a,
.modern-footer li,
.modern-footer input,
.modern-footer button,
.modern-footer span {
  font-size: 14px;
  line-height: 1.65;
}

.modern-footer p {
  margin: 0 0 12px;
  color: rgba(255,255,255,0.84);
}

.modern-footer a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  transition: 0.2s ease;
}

.modern-footer a:hover {
  color: #ffffff;
}

.modern-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modern-footer ul li {
  margin-bottom: 8px;
}

.footer-brand {
  max-width: 320px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 12px;
}

.footer-logo img {
  max-width: 210px;
  height: auto;
  display: block;
}

.footer-slogan {
  color: rgba(255,255,255,0.8);
}

.footer-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.footer-socials a:hover {
  background: #ffffff;
  color: #1b2f75;
  transform: translateY(-2px);
}

.footer-contact span {
  display: block;
  color: rgba(255,255,255,0.85);
  margin-bottom: 7px;
}

.newsletter-box {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 18px;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.newsletter-form input[type="email"] {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: none;
  border-radius: 12px;
  outline: none;
  background: #ffffff;
  color: #1b2f75;
  font-family: 'Montserrat', sans-serif;
}

.newsletter-form button {
  min-height: 46px;
  padding: 12px 14px;
  border: none;
  border-radius: 12px;
  background: #ffffff;
  color: #1b2f75;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  transition: 0.2s ease;
}

.newsletter-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.14);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
}

.footer-legal {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-legal a {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
}

.footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  transition: 0.2s ease;
}

.footer-credit:hover {
  color: #ffffff;
}

.linkedin-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  background: #0A66C2;
  color: #ffffff;
  border-radius: 4px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .modern-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }
}

@media (max-width: 640px) {
  .modern-footer {
    padding: 40px 16px 18px;
  }

  .modern-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
  }

  .modern-footer h3 {
    font-size: 22px;
  }

  .modern-footer h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .footer-logo img {
    max-width: 170px;
  }

  .newsletter-box {
    padding: 16px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-legal {
    gap: 12px;
  }
}/* End custom CSS */