.elementor-818 .elementor-element.elementor-element-fdef96f > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-818 .elementor-element.elementor-element-6caa32a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6caa32a */.cta-footer{
  background-color: rgb(34, 26, 21) !important; /* ✅ solid color only */
  background-image: none !important;           /* ❌ remove any gradient */
  color:#ffffff;
  padding:60px 20px;
  text-align:center;
}

/* CTA BOX */
.cta-box h2{
  font-size:32px;
  margin-bottom:10px;
  font-family:'Cormorant Garamond', serif;
  color:#ffffff;
}

.cta-box p{
  margin-bottom:20px;
  color:#ffffff;
}

/* FORM */
.cta-form{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-bottom:10px;
}

.cta-form input{
  padding:14px;
  width:280px;
  border-radius:6px;
  border:none;
}

.cta-form button{
  padding:14px 24px;
  background:linear-gradient(#e5c477,#c89541);
  border:none;
  color:#000;
  font-weight:700;
  border-radius:6px;
}

/* SUB TEXT */
.sub-text{
  font-size:13px;
  color:#ffffff;
}

/* TRUST */
.trust{
  display:flex;
  justify-content:center;
  gap:30px;
  margin:40px 0;
  flex-wrap:wrap;
  color:#ffffff;
}

/* FOOTER GRID */
.footer-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
  text-align:left;
  max-width:1000px;
  margin:auto;
}

.footer-grid h4{
  margin-bottom:10px;
  color:#ffffff;
}

.footer-grid a{
  display:block;
  color:#ffffff;
  text-decoration:none;
  margin-bottom:6px;
}

.footer-grid p{
  margin:5px 0;
  color:#ffffff;
}

/* COPYRIGHT */
.copyright{
  margin-top:30px;
  font-size:13px;
  color:#ffffff;
}

/* FINAL CTA */
.bottom-cta{
  margin-top:40px;
}

.bottom-cta h3{
  margin-bottom:15px;
  color:#ffffff;
}

.bottom-cta button{
  padding:14px 28px;
  background:linear-gradient(#e5c477,#c89541);
  border:none;
  font-weight:700;
  border-radius:6px;
}/* End custom CSS */