.elementor-33648 .elementor-element.elementor-element-376edb4{--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;--border-radius:22px 22px 22px 22px;--margin-top:70px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-33648 .elementor-element.elementor-element-376edb4:not(.elementor-motion-effects-element-type-background), .elementor-33648 .elementor-element.elementor-element-376edb4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-8f28219 );}:root{--page-title-display:none;}/* Start custom CSS *//* Page Container */
section {
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 4rem 1.5rem !important;
}

/* Headings */
h1 {
  font-size: 2.4rem !important;
  line-height: 1.2 !important;
  margin-bottom: 1rem !important;
}

h2 {
  font-size: 1.8rem !important;
  margin-bottom: 1rem !important;
}

h3 {
  font-size: 1.3rem !important;
  margin-bottom: 0.75rem !important;
}

h4 {
  font-size: 1.1rem !important;
  margin-bottom: 0.5rem !important;
}

/* Text */
p {
  max-width: 720px !important;
  line-height: 1.6 !important;
  margin-bottom: 1rem !important;
}

/* Lists */
ul {
  margin: 1rem 0 1.5rem 1.25rem !important;
  padding: 0 !important;
}

li {
  margin-bottom: 0.5rem !important;
  line-height: 1.5 !important;
}

/* Buttons */
.button-group {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.75rem !important;
  margin-top: 1.5rem !important;
}

.btn {
  display: inline-block !important;
  padding: 0.75rem 1.25rem !important;
  border: 1px solid currentColor !important;
  text-decoration: none !important;
  font-size: 0.95rem !important;
  line-height: 1 !important;
  transition: opacity 0.2s ease !important;
  border-radius: 20px !important;
}

/* Button hover (no color changes) */
.btn:hover {
  opacity: 0.8 !important;
}

/* Section separation */
section + section {
  border-top: 1px solid currentColor !important;
}

/* Emphasis */
strong {
  font-weight: 600 !important;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  section {
    padding: 3rem 1.25rem !important;
  }

  h1 {
    font-size: 2rem !important;
  }

  h2 {
    font-size: 1.6rem !important;
  }
}/* End custom CSS */