/* Footer Component */

/* Container */
.or-footer-container {
  background-color: #19a7c7;
}

.or-footer-inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Columns */
.or-footer-col {
  flex: 1;
}

/* Headings */
.or-footer-heading {
  color: white;
  font-family: 'Maven Pro', sans-serif;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

/* Address */
.or-footer-address-lines {
  color: white;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* Contact Details */
.or-footer-contact-details p {
  color: white;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.or-footer-contact-details a {
  color: white;
  text-decoration: none;
}

.or-footer-contact-details a:hover {
  opacity: 0.8;
}

/* Weather Placeholder */
.or-footer-weather-placeholder {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 1.75rem 1.5rem;
  height: 100%;
}

.or-footer-weather-title {
  color: white;
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.or-footer-weather-body {
  color: white;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.or-footer-weather-cta {
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.or-footer-weather-widget-note {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  font-style: italic;
  text-align: center;
  margin: 0;
}

.or-footer-col-weather {
  max-width: 300px;
}

/* Social Icons */
.or-footer-social {
  gap: 1rem;
}

.or-footer-social .fl-social-icons {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.or-footer-social .fa-circle {
  display: none;
}

.or-footer-social .fa-stack {
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 1.5rem;
}

.or-footer-social .fa-stack-1x {
  position: static;
  color: white;
}

.or-footer-whatsapp {
  color: white;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
}

.or-footer-whatsapp:hover {
  opacity: 0.8;
}

/* Footer Bottom */
.or-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.or-footer-bottom a {
  color: white;
  text-decoration: none;
}

.or-footer-bottom a:hover {
  opacity: 0.8;
}

/* Newsletter Form */
.or-newsletter-form .cred-form {
  margin: 0;
}

.or-newsletter-form .input-group {
  display: flex;
  align-items: center;
  border: 1.5px solid white;
  border-radius: 6px;
  overflow: hidden;
  max-width: 300px;
}

.or-newsletter-form .input-group .js-wpt-field-items {
  flex-grow: 1;
}



.or-newsletter-form .form-control.or-newsletter-input {
  background: transparent;
  border: none;
  box-shadow: none;
  color: white;
  font-size: 0.9rem;
  padding: 0.6rem 1rem;
  flex: 1;
  min-width: 0;
}

.or-newsletter-form .form-control.or-newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.or-newsletter-form .form-control.or-newsletter-input:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
  color: white;
}

.or-newsletter-submit-btn,
.or-newsletter-submit-btn:hover,
.or-newsletter-submit-btn:focus,
.or-newsletter-submit-btn:active {
  background-color: transparent!important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' viewBox='0 0 22 21' fill='none'%3E%3Cg transform='rotate(90%2C 11%2C 10.5)'%3E%3Cpath d='M0.00633083 10.3096L20.7945 10.4786' stroke='white' stroke-width='1.5'%3E%3C/path%3E%3Cpath d='M12.8096 2.49353L20.7932 10.4772L13.9202 17.3503' stroke='white' stroke-width='1.5'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  width: 22px;
  padding: 0.5rem 0.85rem!important;
  cursor: pointer;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
}

/* Responsive */
@media (max-width: 767px) {
  .or-footer-heading {
    margin-top: 1.5rem;
  }

  .or-footer-col-location .or-footer-heading {
    margin-top: 0;
  }

  .or-footer-weather-placeholder {
    height: auto;
  }
}
