.nvf-contact-info {
    --nvf-ci-text: #171717;
    --nvf-ci-muted: rgba(23, 23, 23, 0.72);
    --nvf-ci-accent: #b22944;
    --nvf-ci-card-bg: #ffffff;
    --nvf-ci-card-title: #171717;
    --nvf-ci-card-link: rgba(23, 23, 23, 0.78);
    --nvf-ci-card-link-hover: #b22944;
    --nvf-ci-icon: #b22944;
    --nvf-ci-icon-hover: #8f1f36;
    --nvf-ci-route: #171717;
    --nvf-ci-route-hover: #b22944;
    --nvf-ci-route-icon-bg: #b22944;
    --nvf-ci-route-icon: #ffffff;
    --nvf-ci-route-icon-bg-hover: #263f6b;
    --nvf-ci-route-icon-hover: #ffffff;
    --nvf-ci-divider: rgba(23, 23, 23, 0.10);
    --nvf-ci-btn-bg: #b22944;
    --nvf-ci-btn-color: #ffffff;
    --nvf-ci-btn-bg-hover: #263f6b;
    --nvf-ci-btn-color-hover: #ffffff;
    --nvf-ci-gap: 26px;
    color: var(--nvf-ci-text);
    display: flex;
    flex-direction: column;
    gap: var(--nvf-ci-gap);
    width: 100%;
}

.nvf-contact-info,
.nvf-contact-info * {
    box-sizing: border-box;
}

.nvf-contact-info a {
    color: inherit;
    text-decoration: none;
}

.nvf-contact-info__intro {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nvf-contact-info__title {
    color: var(--nvf-ci-text);
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 0.98;
    margin: 0;
    max-width: 8.5em;
}

.nvf-contact-info__text {
    color: var(--nvf-ci-muted);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.72;
    margin: 0;
    max-width: 34em;
}

.nvf-contact-info__card {
    background: var(--nvf-ci-card-bg);
    border-radius: 14px;
    color: var(--nvf-ci-card-link);
    display: flex;
    flex-direction: column;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.nvf-contact-info__card-title {
    color: var(--nvf-ci-card-title);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0 0 20px;
}

.nvf-contact-info__rows {
    display: flex;
    flex-direction: column;
}

.nvf-contact-info__contact-row {
    align-items: center;
    border-bottom: 1px solid var(--nvf-ci-divider);
    color: var(--nvf-ci-card-link);
    display: flex;
    gap: 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    min-height: 39px;
    padding: 11px 0;
    transition: color 160ms ease;
}

.nvf-contact-info__contact-row:first-child {
    border-top: 0;
}

.nvf-contact-info__contact-link {
    color: var(--nvf-ci-card-link);
    transition: color 160ms ease;
}

.nvf-contact-info__icon {
    align-items: center;
    color: var(--nvf-ci-icon);
    display: inline-flex;
    flex: 0 0 auto;
    height: 18px;
    justify-content: center;
    transition: color 160ms ease;
    width: 18px;
}

.nvf-contact-info__icon svg,
.nvf-contact-info__route-icon svg {
    color: currentColor;
    display: block;
    height: 100%;
    width: 100%;
}

.nvf-contact-info__icon svg [stroke],
.nvf-contact-info__route-icon svg [stroke] {
    stroke: currentColor;
}

.nvf-contact-info__contact-row:hover,
.nvf-contact-info__contact-row:focus-within,
.nvf-contact-info__contact-link:hover,
.nvf-contact-info__contact-link:focus-visible {
    color: var(--nvf-ci-card-link-hover);
}

.nvf-contact-info__contact-row:hover .nvf-contact-info__icon,
.nvf-contact-info__contact-row:focus-within .nvf-contact-info__icon {
    color: var(--nvf-ci-icon-hover);
}

.nvf-contact-info__route-link {
    align-items: center;
    color: var(--nvf-ci-route);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 12px;
    justify-content: space-between;
    line-height: 1.2;
    margin-top: 20px;
    transition: color 180ms ease;
    width: 100%;
}

.nvf-contact-info__route-icon {
    align-items: center;
    background: var(--nvf-ci-route-icon-bg);
    border-radius: 999px;
    color: var(--nvf-ci-route-icon);
    display: inline-flex;
    flex: 0 0 auto;
    height: 20px;
    justify-content: center;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
    width: 20px;
}

.nvf-contact-info__route-icon svg {
    height: 12px;
    width: 12px;
}

.nvf-contact-info__route-link:hover,
.nvf-contact-info__route-link:focus-visible {
    color: var(--nvf-ci-route-hover);
}

.nvf-contact-info__route-link:hover .nvf-contact-info__route-icon,
.nvf-contact-info__route-link:focus-visible .nvf-contact-info__route-icon {
    background: var(--nvf-ci-route-icon-bg-hover);
    color: var(--nvf-ci-route-icon-hover);
    transform: translate(1px, -1px);
}

.nvf-contact-info__button-wrap {
    display: flex;
}

.nvf-contact-info__button {
    align-items: center;
    background: var(--nvf-ci-btn-bg);
    border: 0 solid transparent;
    border-radius: 999px;
    color: var(--nvf-ci-btn-color);
    display: inline-flex;
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0.11em;
    line-height: 1;
    min-height: 44px;
    padding: 17px 34px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
    white-space: nowrap;
}

.nvf-contact-info__button:hover,
.nvf-contact-info__button:focus-visible {
    background: var(--nvf-ci-btn-bg-hover);
    color: var(--nvf-ci-btn-color-hover);
    transform: translateY(-1px);
}

/* Optional helper class for a native Elementor Pro Form next to this widget.
   Add `novafit-contact-form` to the Elementor Form widget under Advanced > CSS Classes. */
.novafit-contact-form,
.novafit-contact-form * {
    box-sizing: border-box;
}

.novafit-contact-form .elementor-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 18px;
}

.novafit-contact-form .elementor-field-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0 !important;
}

.novafit-contact-form .elementor-field-label,
.novafit-contact-form .elementor-field-group > label {
    color: #b22944;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.10em;
    line-height: 1;
    margin: 0;
    order: -1;
    text-transform: uppercase;
}

.novafit-contact-form .elementor-field,
.novafit-contact-form .elementor-select-wrapper select {
    background: #ffffff !important;
    border: 1px solid transparent !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    color: #171717 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    min-height: 64px;
    outline: none;
    padding: 18px 22px !important;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.novafit-contact-form textarea.elementor-field {
    min-height: 210px;
    resize: vertical;
}

.novafit-contact-form .elementor-field:focus,
.novafit-contact-form .elementor-select-wrapper select:focus {
    border-color: rgba(178, 41, 68, 0.35) !important;
    box-shadow: 0 0 0 3px rgba(178, 41, 68, 0.08) !important;
}

.novafit-contact-form .elementor-field::placeholder {
    color: rgba(23, 23, 23, 0.70) !important;
    opacity: 1;
}

.novafit-contact-form .elementor-field-type-acceptance,
.novafit-contact-form .elementor-field-type-html {
    color: rgba(23, 23, 23, 0.72);
    font-size: 12px;
    line-height: 1.55;
}

.novafit-contact-form .elementor-field-type-recaptcha,
.novafit-contact-form .elementor-field-type-recaptcha_v3,
.novafit-contact-form .elementor-field-type-hcaptcha {
    margin-top: 4px;
}

.novafit-contact-form .elementor-button {
    align-items: center;
    background: #263f6b !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    display: inline-flex;
    font-size: 11px !important;
    font-weight: 800 !important;
    justify-content: center;
    letter-spacing: 0.10em;
    line-height: 1 !important;
    min-height: 44px;
    padding: 16px 30px !important;
    text-transform: uppercase;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.novafit-contact-form .elementor-button:hover,
.novafit-contact-form .elementor-button:focus-visible {
    background: #b22944 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .nvf-contact-info__title {
        max-width: 100%;
    }

    .nvf-contact-info__card-title {
        font-size: 16px;
    }

    .nvf-contact-info__button,
    .novafit-contact-form .elementor-button {
        width: 100%;
    }

    .novafit-contact-form .elementor-field,
    .novafit-contact-form .elementor-select-wrapper select {
        min-height: 58px;
    }
}
