.elementor-671 .elementor-element.elementor-element-634842f{--spacer-size:50px;}.elementor-671 .elementor-element.elementor-element-a289333.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-a289333 *//* The Button */
.sv-trigger-btn {
  background-color: #304C3B;
  color: #ffffff;
  padding: 16px 32px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

/* The Modal Overlay */
.sv-modal {
  display: none; 
  position: fixed; 
  inset: 0; 
  background: rgba(0,0,0,0.6); 
  z-index: 9999; 
  justify-content: center; 
  align-items: center;
}

/* Modal Content Box */
.sv-modal-content {
  background: #ffffff; 
  padding: 40px; 
  border-radius: 12px; 
  width: 90%; 
  max-width: 600px; 
  position: relative;
}

/* Close Button */
.sv-close {
  position: absolute; 
  top: 10px; 
  right: 20px; 
  font-size: 30px; 
  cursor: pointer;
}
/* Update the Modal Content Box to allow scrolling */
.sv-modal-content {
  background: #ffffff; 
  padding: 40px; 
  border-radius: 12px; 
  width: 90%; 
  max-width: 600px; 
  position: relative;
  /* Add these lines to enable scrolling */
  max-height: 90vh;
  overflow-y: auto;
}/* End custom CSS */