.ae-footer-modern {
  background-color: var(--dark-background-color, #084c45);
  border-radius: 20px;
  width: 99vw;
  margin: 20px auto;
  color: #fff;
  padding: 60px 20px 30px;
}

.footer-top {
  max-width: var(--site-max-width, 1400px);
  margin: 0 auto 40px;
  text-align: center;
}

.footer-logo-bg {
  display: inline-block;
  background: #fff; /* or #f8fafc for a subtle off-white */
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 20px;
}

.footer-logo-bg img {
  display: block;
  max-width: 300px;
  height: auto;
  background: transparent;
}

.footer-top img{
  max-width: 300px;
}

.newsletter h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.newsletter-form {
  display: inline-flex;
  border-radius: 999px;
  overflow: hidden;
  border: none;
  background: #fff;
}

.newsletter-form input {
  padding: 12px 20px;
  border: none;
  outline: none;
  font-size: 16px;
  width: 250px;
  border-radius: 0;
}

.newsletter-form button {
  background-color: #ffc83d;
  border: none;
  padding: 0 20px;
  font-size: 20px;
  cursor: pointer;
  color: #084c45;
  font-weight: bold;
  transition: background 0.3s ease;
}

.newsletter-form button:hover {
  background-color:  var(--accent-color, #ffc83d);
}

.footer-main {
  max-width: 1200px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  text-align: left;
}

.footer-column {
  flex: 1 1 250px;
}

.footer-column h4 {
  font-size: 28px;
  margin-bottom: 10px;
  color: var(--accent-color, #ffc83d);
}

.footer-column p,
.footer-column a {
  font-size: 14px;
  line-height: 1.6;
  color: #d4eae7;
  text-decoration: none;
  padding-bottom: 0px !important;
}

.ae-footer-modern .footer-contact-label {
  margin: 1rem 0 0.15rem;
  line-height: 1.25;
}

.ae-footer-modern .footer-column > .footer-contact-label:first-of-type {
  margin-top: 0.5rem;
}

.ae-footer-modern .footer-contact-value {
  margin: 0 0 0.55rem;
  line-height: 1.35;
}

.ae-footer-modern .footer-contact-value a {
  display: inline-block;
  line-height: 1.35;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-column hr {
  border: none;
  border-top: 1px solid #4c7a77;
  margin: 10px 0;
}

.footer-bottom {
  border-top: 1px solid #4c7a77;
  padding-top: 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  color: #aacac6;
}

.footer-meta p {
  margin: 5px 0;
}

.footer-meta a {
  color:  var(--accent-color, #ffc83d);
  text-decoration: none;
  font-weight: 500;
}


.clemo-footer {
  background-color: var(--background-color);
  text-align: center;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  color: var(--text-color);
}

.clemo-footer-logo img {
  max-width: 200px;
}

.clemo-footer-phone,
.clemo-footer-address {
  font-size: 14px;
  margin: 5px 0;
}

.clemo-social-icon {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
  color: var(--text-color);
  text-decoration: none;
}

.clemo-footer-nav {
  /* margin: 20px 0; */
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-around;
}

.clemo-footer-link {
  font-size: 14px;
  text-decoration: none;
  margin: 0 15px;
  font-weight: bold;
  cursor: pointer;
}

.clemo-footer-link:hover {
  text-decoration: underline;
}

.clemo-footer-bottom {
  font-size: 12px;
  color: #999;
  margin-top: 20px;
}

.footer-theme-file {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--dark-background-color);
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  margin: 0 auto;
}
