.slide-in {
  opacity: 0;
  transform: translateX(120px);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.slide-in.visible {
  opacity: 1;
  transform: translateX(0);
}

.entry-title { display: none; }

/* === FORM TITLES & DESCRIPTIONS === */
.wpforms-title,
.wpforms-field-description,
.wpforms-form .wpforms-field-label,
.wpforms-form .wpforms-field-label-inline {
  color: #ffffff !important;
}

.wpforms-form .wpforms-field-sublabel,
.wpforms-description,
.wpforms-field-description {
	color: #ff8125 !important;
}

.wpforms-container .wpforms-captcha-question {
  color: #ffffff !important;
}

/* === REQUIRED ASTERISK === */
.wpforms-required-label {
  color: #ff6b6b !important; /* optional accent */
}

/* === RADIO / CHECKBOX LABELS === */
.wpforms-form .wpforms-field-radio label,
.wpforms-form .wpforms-field-checkbox label {
  color: #eaeaea !important;
}

/* === TOTAL / PAYMENT / CALCULATION FIELDS === */
.wpforms-form .wpforms-payment-total,
.wpforms-form .wpforms-payment-total span,
.wpforms-form .wpforms-field-payment-total,
.wpforms-form .wpforms-field-payment-total * {
  color: #ffffff !important;
}

/* === FIELD PLACEHOLDERS === */
.wpforms-form ::placeholder {
  color: #bbbbbb !important;
  opacity: 1;
}

/* === CONFIRMATION / ERROR MESSAGES === */
.wpforms-confirmation-container,
.wpforms-error,
.wpforms-error-container {
  color: #ffffff !important;
}

/* === SECTION DIVIDERS / SECTION TITLES === */
.wpforms-field-divider h3,
.wpforms-field-divider p {
  color: #ffffff !important;
}

.wpforms-form a {
	color: #ffffff !important;
}

.wpforms-form a:hover,
.wpforms-form a:focus {
  color: #bbbbbb !important;
  text-decoration: underline;
}

@media (max-width: 768px) {

  .wp-block-group,
  .wp-block-cover,
  .wp-block-media-text {

    padding-left: clamp(12px, 3vw, 20px) !important;
    padding-right: clamp(12px, 3vw, 20px) !important;
		padding-top: clamp(12px, 3vw, 20px) !important;
		padding-bottom: clamp(12px, 3vw, 20px) !important;
  }

}

@media (max-width: 768px) {

  .wp-block-columns,
  .wp-block-column, {

    padding-left: clamp(-40px, -8vw, -40px) !important;
		padding-right: clamp(-40px, -8vw, -40px) !important;
		padding-top: clamp(0px, 0vw, 0px) !important;
		padding-bottom: clamp(0px, 0vw, 0px) !important;
  }

}

/* Target screens smaller than 768px (common mobile breakpoint) */
@media all and (max-width: 767px) {
    .no-space-mobile.wp-block-columns {
        grid-gap: 0 !important; /* For newer grid layouts */
        margin-bottom: 3 !important; /* Adjust as needed */
    }
    /* Target individual columns within the block if needed */
    .no-space-mobile .wp-block-column {
        padding-bottom: 0 !important;
        margin-top: 3 !important;
    }
}

header a, 
header a:link, 
header a:visited {
    color: #000000 !important;
}

/* Targets menu items in most themes */
.menu-item a:hover {
    color: #9cdaf1 !important;
}
/* Targets the current page link */
.current-menu-item a {
    color: #9cdaf1 !important;
}

@media (max-width: 768px) {

  form,
  .wp-block-group form,
  .gform_wrapper,
  .wpforms-container,
  .ninja-forms-form {

    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

}