.gradient-text-credio{
	background: #033333;
background: linear-gradient(to right, #033333 0%, #5CB46A 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* Elementor default column width */
.e-con {
    --container-max-width: 1310px;
}
.rs___default-logo {
width: 120px !important;
	height: 100px !important;
}

@media screen and (max-width: 768px) {
  #scrollUp {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    border: none;
  }
}
#scrollUp {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  border: none;
}

/* Style CF7 success message */
.wpcf7 form.sent .wpcf7-response-output {
  background: none !important;
  border: none !important;
  color: #ffffff !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  text-align: center;
  margin-top: 20px;
  line-height: 1.4;
}



/* The group wrapper becomes a grid */
.jet-form-builder__fields-group.checkradio-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); /* equal width buttons */
  gap: 15px; /* spacing between buttons */
  width: 100%;
	padding-bottom: 20px;
}

/* Each label fills its grid cell */
.jet-form-builder__field-label.for-radio {
  width: 100%;
  text-align: center !important;
	
}

/* The visible "button" */
.jet-form-builder__field-label.for-radio span {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: #fff;
  color: #023737;
  font-weight: 600;
  border-radius: 8px;
  transition: background .2s ease, color .2s ease;
  box-sizing: border-box;
}

/* Hover */
.jet-form-builder__field-label.for-radio:hover span {
  background: #f2f2f2;
}

.jet-form-builder__field-wrap input{
	
	border-radius: 6px !important;

}

/* Checked */
.jet-form-builder__field.radio-field:checked + span,
.jet-form-builder__field.checkradio-field:checked + span {
  background: #023737;
  color: #fff;
}

/* Kill JetForm's custom radio circle */
.jet-form-builder__field-label.for-radio span::before,
.jet-form-builder__field-label.for-radio span::after {
  content: none !important;
  display: none !important;
}

/* Remove leftover padding where the radio used to be */
.jet-form-builder__field-label.for-radio span {
  padding-left: 0 !important;
  text-align: center;     /* center the text horizontally */
  justify-content: center; 
  display: flex;          /* flex centers text nicely */
  align-items: center;    /* vertically center too */
}

.jet-form-builder__label-text{
	
	text-align: center;
	padding-bottom: 20px;
	color: white;
}

.jet-form-builder-page p{
	
	text-align: center;
}

.jet-form-builder__action-button {
	
	border-radius: 6px !important;
justify-self: center !important;
	
	
}

.jet-form-builder__next-page {
  background-color: #63b172 !important;
  color: #fff !important;
  border: none !important;
	border-radius:6px;
}

.jet-form-builder__conditional  p{
	
	color: white;
	text-align: center;
}
#wpcf7-f22875-p22700-o1 > form > div{
	
	font-size: 16px !important;
	line-height:1.5em !important;
	color: black !important;
}


/* Reduce spacing between form fields */
#wpcf7-f22875-p22700-o1 > form p {
  margin-bottom: 8px !important;
}

/* Optional: tighten input padding */
#wpcf7-f22875-p22700-o1 > form input,
#wpcf7-f22875-p22700-o1 > form textarea,
#wpcf7-f22875-p22700-o1 > form select {
  margin-bottom: 6px !important;
  padding: 10px !important;
}

/* Round the submit button and add margin-top */
#wpcf7-f22875-p22700-o1 > form input[type="submit"] {
  border-radius:  6px !important;
  padding: 20px 40px !important;
  
}

/* Space below the GDPR checkbox */
.wpcf7-list-item label {
    display: block;
	    margin-top: -15px;
    margin-bottom: 15px;
	font-weight: 400;
}

/* Style the checkbox */
.wpcf7-acceptance input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #333 !important;
    border-radius: 3px;
    background-color: #fff !important;
    cursor: pointer;
    position: relative;
    top: 3px;
    margin-right: 8px;
    flex-shrink: 0;
}

/* Checked state */
.wpcf7-acceptance input[type="checkbox"]:checked {
    background-color: #2d6a4f !important;
    border-color: #2d6a4f !important;
}

/* Tick mark */
.wpcf7-acceptance input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}