.elementor-405 .elementor-element.elementor-element-c46fc75{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-405 .elementor-element.elementor-element-c46fc75:not(.elementor-motion-effects-element-type-background), .elementor-405 .elementor-element.elementor-element-c46fc75 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2F343A;}.elementor-405 .elementor-element.elementor-element-ef98e81{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-e576a27 *//* ===== NEWSLETTER SECTION ===== */
.newsletter-section {
  background: #2f343a;
  padding: 60px 40px;
}

.newsletter-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

/* ===== TEXT ===== */
.newsletter-text {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.3;
  color: #ffffff;
  max-width: 520px;
}

/* ===== WPFORMS OVERRIDE ===== */
.newsletter-form .wpforms-container {
  margin: 0;
}

.newsletter-form .wpforms-form {
  display: flex;
}

.newsletter-form input[type="email"] {
  padding: 18px 20px !important;
  font-size: 16px !important;
  border: none !important;
  width: 320px !important;
  border-radius: 0 !important;
}

.newsletter-form button[type="submit"] {
  padding: 11px 30px !important;
  background: #E6A34A !important;
  color: #ffffff !important;
  border: none !important;
  font-size: 16px !important;
  cursor: pointer;
  border-radius: 0 !important;
}

.newsletter-form button[type="submit"]:hover {
  opacity: 0.9;
}

/* REMOVE WPFORMS LABEL */
.newsletter-form label {
  display: none !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .newsletter-inner {
    flex-direction: column;
    text-align: center;
  }

  .newsletter-form .wpforms-form {
    flex-direction: column;
    width: 100%;
  }

  .newsletter-form input[type="email"],
  .newsletter-form button {
    width: 100% !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab28bc0 */.site-footer {
  background: #2f343a;
  color: #cfcfcf;
  padding: 60px 20px 20px;
  font-family: "Georgia", serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: center;
}

.footer-left h4,
.footer-right h4 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-left a {
  display: block;
  color: #cfcfcf;
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 14px;
}

.footer-left a:hover {
  color: #ffffff;
}

.footer-center {
  text-align: center;
}

.footer-logo {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
}

.footer-tagline {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.6;
  color: #bdbdbd;
}

.footer-right {
  text-align: right;
  font-size: 14px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 40px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-social a {
  color: #cfcfcf;
  margin-left: 15px;
  text-decoration: none;
  font-size: 14px;
}

.footer-social a:hover {
  color: #ffffff;
}
footer {
  text-align: center;
  font-size: 14px;
  color: #777;
}

footer a {
  color: white;
  font-weight: 600;
  text-decoration: none;
}

footer a:hover {
    color: gray;
  text-decoration: none !important;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-right {
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-social a {
    margin: 0 10px;
  }
}/* End custom CSS */