.elementor-2284 .elementor-element.elementor-element-f8403a3{--display:flex;}.elementor-2284 .elementor-element.elementor-element-ccceaab{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-ccceaab */body {
  font-family: 'Montserrat', sans-serif;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  max-width: 1140px;
  font-size: 18px;
  line-height: 1.75;
  color: #222;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left; /* ✅ Fix for justified text */
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  color: #000000CC;
  line-height: 1.3;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 1.2rem;
}

h2 {
  font-size: 1.75rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

p, li {
  font-size: 1.06rem;
  margin-bottom: 1.25rem;
  word-break: break-word;
}

ul {
  padding-left: 1.5rem;
}

blockquote {
  border-left: 4px solid #FFA64D;
  padding-left: 1rem;
  font-weight: 600;
  color: #333;
  margin: 2rem 0;
}

img.separator {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 3rem auto;
  border-radius: 10px;
}

.cta {
  background-color: #FFA64D;
  color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  text-align: center;
  margin-top: 3rem;
}

.cta a {
  display: inline-block;
  margin-top: 1rem;
  background: #fff;
  color: #FFA64D;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta a:hover {
  background-color: #fff4e5;
}

/* ✅ Mobile Fixes */
@media screen and (max-width: 768px) {
  body {
    font-size: 17px;
    line-height: 1.75;
    padding: 1.5rem 1rem;
  }

  h1 {
    font-size: 1.9rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  blockquote {
    font-size: 1rem;
  }

  .cta {
    font-size: 1rem;
    padding: 1.75rem 1rem;
  }
}/* End custom CSS */