body {
    padding: 0;
    margin: 0 !important;
    font-family: 'Inter', sans-serif;
    background: #F9FAFB;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cormorant Garamond', serif;
}

.js-sticky-header {
    width: 100%;
    z-index: 999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.js-sticky-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);

}

/* Active page */
.hfe-nav-menu .current-menu-item>a,
.hfe-nav-menu .current_page_item>a {
    color: #A55848 !important;
    font-weight: 600;
    font-size: 16px;
}


.my-blurr-background {
    border: 1px solid #ffffffcd;
    background: #FFFFFF1A;
    backdrop-filter: blur(60px);
    border-radius: 12px;
    -webkit-backdrop-filter: blur(60px);
}

.overlay-dark {
    position: relative;
}

.overlay-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay-dark>* {
    position: relative;
    z-index: 2;
}
.wellnessDigit{
	font-family: inter;
	font-weight: 400;
}
.elementor-element.elementor-element-50ffc58 {
/*     background-image: url('https://riveraintegrative.ourappdemo.com/wp-content/uploads/2026/01/Wellness-screen-top-header_.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; */
/*     min-height: 850px !important; */
    overflow: hidden;
}

.elementor-element.elementor-element-50ffc58 {
    min-height: clamp(420px, 60vh, 720px);
}

.hfe-nav-menu .elementor-widget-button {
    display: none !important;
}

#menu-item-1225>a {
    background-color: #A55848;
    color: #ffffff !important;
    padding: 9px 24px;
    border-radius: 35px;
    font-weight: 600;
    margin: 20px 0;
    display: inline-block;
    line-height: 1;
    transition: all 0.3s ease;
}

/* Remove underline */
#menu-item-1225>a:hover {
    background-color: #7F4535;
    color: #ffffff !important;
}

/* Align button nicely in menu */
#menu-item-1225 {
    margin-left: 15px;
}

/* FORM WRAPPER */
.rivera-contact-form .wpcf7-form {
    padding: 0;
    position: relative;
}

/* FIELD WRAPPER (controls spacing between fields) */
.rivera-contact-form .field-wrap {
    margin-bottom: 12px;
    line-height: 2px;
}

.rivera-contact-form p {
    margin: 0;
}

/* LABELS */
.rivera-contact-form .field-label {
    color: #A55848;
    font-size: 16px;
    font-weight: 300;
    font-family: Inter, sans-serif;
    display: block;
    margin-bottom: 10px;
    line-height: 1.2;
}

/* FIELD CONTROL WRAPPER */
.rivera-contact-form .field-control {
    display: block;
}

/* INPUTS & TEXTAREA */
.rivera-contact-form input[type="text"],
.rivera-contact-form input[type="email"],
.rivera-contact-form select,
.rivera-contact-form textarea {
    width: 100%;
    padding: 16px 18px;
    border-radius: 8px;
    border: 1px solid #E0BC75;
    background: transparent;
    font-size: 16px;
    color: #5a3a2e;
    outline: none;
    font-family: Inter, sans-serif;
}

/* TEXTAREA HEIGHT */
.rivera-contact-form textarea {
    min-height: 100px;
    resize: vertical;
}

/* FOCUS STATE */
.rivera-contact-form input:focus,
.rivera-contact-form textarea:focus,
.rivera-contact-form select:focus {
    border-color: #E0BC75;
}

/* FIRST + LAST NAME TWO COLUMNS */
.rivera-contact-form .formGrp {
    display: flex;
    gap: 20px;
}

.rivera-contact-form .formGrp .field-wrap {
    flex: 1;
    margin-bottom: 12px;
    line-height: 2px;
}

.rivera-contact-form .field-wrap.checkbox-wrap {
    margin-bottom: 24px !important;
}

.rivera-contact-form .field-wrap.checkbox-wrap .wpcf7-list-item {
    margin: 0;
}

/* CHECKBOX */
.rivera-contact-form .checkbox-wrap label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 300;
    font-size: 16px;
    color: #A55848;
}

.rivera-contact-form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #A55848;
}

/* SUBMIT BUTTON */
.rivera-contact-form input[type="submit"] {
    width: 100%;
    background: #A55848;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 24px 20px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    margin-top: 30px;
    transition: background 0.3s ease;
}

/* BUTTON HOVER */
.rivera-contact-form input[type="submit"]:hover {
    background: #7f4535;
    position: relative;
}

.rivera-contact-form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin: 14px 0;
}


.rivera-contact-form .wpcf7-form-control-wrap select {
    appearance: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
}

.rivera-contact-form select {
    background-image: url("https://riveraintegrative.ourappdemo.com/wp-content/uploads/2026/01/select-arrow.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 12px !important;
    padding-right: 45px;
}

.rivera-contact-form .wpcf7-response-output {
    color: red;
    border: 1px solid red;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
}

/* ===== PRACTIONER FORM STYLES ONLY ===== */

/* Labels */
.practionerForm.wpcf7-form{
    position: relative;
}

.practionerForm label,
.practionerForm .field-label {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
}

.practionerForm .formGrp {
    display: block;
}

.practionerForm .checkbox-wrap label {
    font-weight: 400;
}

/* Inputs, Select, Textarea */
.practionerForm input[type="text"],
.practionerForm input[type="email"],
.practionerForm select,
.practionerForm textarea {
    width: 100%;
    background-color: #f5f7fa;
    color: #5a3a2e;
    border: 1px solid #E0BC75;
    padding: 12px 14px;
    border-radius: 8px;
    box-sizing: border-box;
}

/* Focus state */
.practionerForm input:focus,
.practionerForm select:focus,
.practionerForm textarea:focus {
    border-color: #E0BC75;
    outline: none;
}

/* Checkbox label */
.practionerForm .wpcf7-list-item-label {
    color: #ffff;
}

/* Submit Button (Full Width) */
.practionerForm input[type="submit"] {
    width: 100%;
    background-color: #FFF9ED;
    color: #A55848;
    margin-top: 16px;
    position: relative;
}

.practionerForm .wpcf7-not-valid-tip {
    color: #ffd386 !important;
    font-size: 12px !important;
    font-weight: normal;
    display: block;
    margin: 14px 0;
}


/* Button Hover */
.practionerForm input[type="submit"]:hover {
    background-color: #ffff;
}

.practionerForm .wpcf7-form-control-wrap select {
    appearance: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
}

.practionerForm select {
/*     background-image: url("https://riveraintegrative.ourappdemo.com/wp-content/uploads/2026/01/select-arrow.svg"), #fff !important; */
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 12px !important;
    padding-right: 45px;
}

.practionerForm .wpcf7-response-output {
    color: #ffd386 !important;
    border: 1px solid #e1c393 !important;
    font-size: 12px;
    border-radius: 5px !important;
}

.elementor-element-6d192c5 .elementor-element {
    --width: 51px;
    height: 51px;
}

@media (min-width: 1025px) {
    #menu-1-4f94d4a li#menu-item-1225:last-child {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    #menu-1-4f94d4a li#menu-item-1225:last-child {
        display: none !important;
    }
}

/* Make submit button a positioning context */
.wpcf7-submit {
    position: relative;
}

/* Spinner overlay */
.wpcf7-spinner {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    visibility: hidden;
    z-index: 9;
}

/* Show spinner when form is submitting */
.wpcf7-form.submitting .wpcf7-spinner {
    visibility: visible;
}

/* Optional: hide button text while loading */
.wpcf7-form.submitting .wpcf7-submit {
    color: transparent;
}
#contact-section {
  scroll-margin-top: 50px;
}
#contact-section {
  scroll-margin-top: 50px;
}
.elementor-element.elementor-element-cc2af7e .preFade fadeIn strong{
	color: #A55848;
	font-weight: 700;
}
.elementor-39 .elementor-element strong{
	color: #A55848;
	font-weight: 700;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
	color: #46b450;
}
.practionerForm .newsletter-optin input[type="checkbox"] {
	color: #FFFFFF;
}
.practionerForm .checkbox-wrap label{
	color: #ffff;
}


@media (max-width: 767px) {
    .elementor-31 .elementor-element.elementor-element-4e24827.elementor-element {
        --align-self: flex-end;
        width: 100%;
    }
    .elementor-element.elementor-element-66b2f69.elementor-widget{
        width: 100%;
    }
    .elementor-element.elementor-element-1966ce8.elementor-widget{
        width: 100%;
    }
    .elementor-element.elementor-element-9bd7906.elementor-widget{
    width: 100%;}
    .elementor-grid-item.elementor-social-icon.elementor-social-icon-elementor-repeater-item-f8ecf75{
        display: none;
    }
}
/* MOBILE FIX */
@media (max-width: 600px) {
    .rivera-contact-form .formGrp {
        flex-direction: column;
    }
}
