/* ============================================================
   HFMA AC 2026 — Page Styles
   Font: Montserrat (already loaded globally)
   Bootstrap 4 base assumed
   ============================================================ */

:root {
    --hfma-font: 'Montserrat', sans-serif;
}

#form-link {
    display: none !important;
}

.nav_button span i {
    color: #fff !important;
}

/* ============================================================
   GLOBAL RESETS FOR THIS PAGE
   ============================================================ */
.hfma-hero,
.hfma-join,
.hfma-cert,
.hfma-different,
.hfma-testimonial,
.hfma-trusted,
.hfma-social {
    font-family: Montserrat !important;
    color: #323232;
}

h1, h2, h3, h4, h5, h6, p, span, a {
    font-family: Montserrat !important;
}

/* ============================================================
   SHARED COMPONENTS
   ============================================================ */

.hfma-label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    font-weight: 600;
    color: #323232;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.hfma-section-title {
    font-size: 60px;
    font-weight: 700;
    color: #001F57;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.hfma-section-desc {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #323232;
    max-width: 480px;
    margin-bottom: 32px;
}

/* Buttons */
.hfma-btn {
    background-color: #2F74ED !important;
    border-radius: 30px !important;
    color: #fff !important;
    padding: 10px 18px !important;
    outline: 0 !important;
    height: 50px;
    width: 200px;
    text-align: center;
    font-family: Montserrat !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border: none;
    cursor: pointer !important;
    text-decoration: none;
    transition: opacity 0.25s ease;
}

.join-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
    text-decoration: none;
}

.hfma-btn:hover {
    opacity: 0.95;
}

.hfma-btn--primary {
    background: linear-gradient(180deg, #256EEE 0%, #0044BC 48.56%);
    color: #ffffff;
}

.hfma-btn--outline {
    background: transparent;
    color: #2571F0;
    border: 2px solid #2571F0;
    padding: 10px 26px;
}

.hfma-btn--outline:hover {
    background: #2571F0;
    color: #ffffff;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hfma-hero {
    padding-top: 83px;
    background-image: url('../img/ahip-banner.jpg');
    background-size: cover;
    background-position: center top;
    min-height: 100vh;
    height: 100%;
    position: relative;
}

.event-container {
    max-width: 1300px;
    padding: 50px 20px;
    margin: 0 auto;
}

.hero-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px 30px !important;
}

/* Hero Left */
.hfma-hero__left {
    /* max-width: 520px; */
    width: 100%;
}

.hfma-hero__meet {
    font-size: 26px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.80);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.hfma-hero__left h1 {
    font-family: Montserrat;
    font-weight: 800;
    font-size: 66px;
    line-height: 1.1;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 26px;
}

.hfma-hero__meet strong {
    color: #ffffff;
}

.hero-img-wr {
    max-width: 100%;
    height: auto;
    margin-bottom: 28px;
}

.hfma-hero__title {
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: -1px;
}

.hfma-hero__title--num {
    color: #ffffff;
}

.hfma-hero__title--hfma {
    font-size: 52px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 2px;
    vertical-align: middle;
    margin-left: 6px;
}

.hfma-hero__desc {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    max-width: 520px;
    margin-bottom: 40px;
}

.hfma-hero__date-box {
    display: inline-block;
    background: linear-gradient(180deg, #256EEE 0%, #0044BC 48.56%);
    border-radius: 8px;
    padding: 18px 28px;
    max-width: 246px;
    width: 100%;
}

.hfma-hero__date-label {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.hfma-hero__date-location {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* Hero Right (Form) */
.hfma-hero__right {
    max-width: 530px;
    width: 100%;
}

.hfma-hero__form-wrap {
    width: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #ffffff;
}

.hfma-hero__form-title {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 14px 30px;
    background-color: #2571F0;
    margin-bottom: 10px;
}

.hero-form-wr {
    padding: 30px;
}

.hfma-hero__form-sub {
    font-size: 16px;
    color: #373640;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}

/* Form fields */
.form-viva-wrap .form-group {
    margin-bottom: 28px !important;
    padding: 0 !important;
}

.form-viva-wrap .form-group .form-control {
    border: 1px solid #001F571A;
    border-radius: 0px;
    padding: 19px 16px;
    height: 42px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.005em;
    color: #373640;
    background: #001F571A;
}

.form-viva-wrap .form-group .form-control::placeholder {
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.005em !important;
    color: #858D9D !important;
}

.form-viva-wrap .form-group textarea {
    padding: 8px 16px !important;
    height: 65px !important;
}

.form-viva-wrap .col-form-label.talent-label {
    padding: 0 !important;
    margin-bottom: 8px !important;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.29px;
    color: #212527;
}

.form-viva-wrap .col-form-label.talent-label .imp {
    color: #D00B0A !important;
}

/* ============================================================
   JOIN OSP SECTION
   ============================================================ */
.hfma-join {
    padding: 80px 0;
    background: #ffffff;
}

.hfma-join-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px 40px;
}

.hfma-join-left {
    max-width: 620px;
}

.hfma-join-right {
    max-width: 580px;
}

.hfma-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 24px;
    margin-top: 8px;
    max-width: 520px;
}

.hfma-stats__item {
    display: flex;
    flex-direction: column;
}

.hfma-stats__num {
    font-size: 36px;
    font-weight: 700;
    color: #2571F0;
    line-height: 1;
}

.hfma-stats__label {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #001F57;
    line-height: 1.4;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #B9B9B9;
    width: max-content;
}

.hfma-join__img-wrap {
    border-radius: 26px;
    overflow: hidden;
}

.hfma-join__img {
    width: 100%;
    display: block;
    min-height: 300px;
    object-fit: cover;
    background: rgba(0, 31, 87, 0.10);
}

/* ============================================================
   WHY MEET OSP SECTION
   ============================================================ */
.hfma-whymeet {
    padding: 80px 0;
    background: #ffffff;
}

.hfma-whymeet__flex {
    display: flex;
    align-items: center;
    gap: 48px;
}

.hfma-whymeet__content {
    flex: 1;
}

.hfma-whymeet__title {
    font-size: 50px;
    font-weight: 700;
    color: #001F57;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hfma-whymeet__intro {
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    margin-bottom: 28px;
}

.hfma-whymeet__list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.hfma-whymeet__item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #323232;
}

.hfma-whymeet__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    background-color: #F0F6FF;
    border-radius: 10px;
}

.hfma-whymeet__icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.hfma-whymeet__footer {
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    margin-bottom: 0;
}

.hfma-whymeet__img-wrap {
    flex: 0 0 auto;
    max-width: 530px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.hfma-whymeet__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 30px;
}

/* ============================================================
   ABOUT REVENUE ENGINE SECTION
   ============================================================ */
.hfma-revenue {
    padding: 80px 0;
    padding-top: 20px;
    background: #ffffff;
}

.hfma-revenue__flex {
    display: flex;
    align-items: center;
    gap: 48px;
}

.hfma-revenue__img-wrap {
    flex: 0 0 auto;
    max-width: 530px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.hfma-revenue__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 30px;
}

.hfma-revenue__content {
    flex: 1;
}

.hfma-revenue__title {
    font-size: 50px;
    font-weight: 700;
    color: #001F57;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hfma-revenue__intro {
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    margin-bottom: 20px;
}

.hfma-revenue__list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hfma-revenue__item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #323232;
}

.hfma-revenue__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    background-color: #F0F6FF;
    border-radius: 10px;
}

.hfma-revenue__icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.hfma-revenue__footer {
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    margin-bottom: 0;
}

/* ============================================================
   WHO WE'RE LOOKING TO MEET
   ============================================================ */
.hfma-looking {
    padding: 80px 0;
    background: #2571F0;
    background-image: url('../img/looking-for-bg-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.hfma-looking__title {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

.hfma-looking__grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.hfma-looking__card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0;
    min-width: 280px;
    flex: 1;
    flex-direction: column;
    max-width: 350px;
}

.hfma-looking__icon {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hfma-looking__icon img {
    width: 66px;
    height: 66px;
    object-fit: contain;
}

.hfma-looking__label {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
}

/* ============================================================
   WHAT YOU'LL GET
   ============================================================ */
.hfma-whatget {
    background: #f5f7ff;
}

.hfma-whatget__flex {
    display: flex;
    align-items: stretch;
    min-height: 420px;
}

.hfma-whatget__img-wrap {
    flex: 0 0 48%;
    max-width: 48%;
    overflow: hidden;
}

.hfma-whatget__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hfma-whatget__content {
    flex: 1;
    padding: 60px 60px 60px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hfma-whatget__title {
    font-size: 50px;
    font-weight: 700;
    color: #001F57;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hfma-whatget__intro {
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    margin-bottom: 20px;
}

.hfma-whatget__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.hfma-whatget__item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #323232;
}

.hfma-whatget__check {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hfma-whatget__check img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

/* ============================================================
   HOW REVENUE ENGINE HELPS
   ============================================================ */
.hfma-howrev {
    padding: 80px 0;
    padding-bottom: 60px;
    background: #ffffff;
}

.hfma-howrev__title {
    font-size: 50px;
    font-weight: 700;
    color: #001F57;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.hfma-howrev__flex {
    display: flex;
    align-items: center;
    gap: 30px 73px;
}

/* Left Stats */
.hfma-howrev__stats {
    flex: 0 0 auto;
    width: 440px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hfma-howrev__stat-item {
    padding: 20px 0;
    border-bottom: 1px solid #E0E6F0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.hfma-howrev__stat-item:first-child {
    padding-top: 0;
}

.hfma-howrev__stat-item:last-child {
    border-bottom: none;
}

.hfma-howrev__stat-num {
    font-size: 40px;
    font-weight: 700;
    color: #2571F0;
    margin-bottom: 4px;
    line-height: 1;
}

.unit-span-sty {
    font-size: 24px;
    font-weight: 600;
    color: #2571F0;
}

.hfma-howrev__stat-plus {
    font-size: 24px;
    font-weight: 700;
    color: #2571F0;
}

.hfma-howrev__stat-label {
    font-size: 15px;
    font-weight: 600;
    color: #323232;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0;
}

/* Center Divider */
.hfma-howrev__divider {
    width: 1px;
    background: #E0E6F0;
    align-self: stretch;
    margin: 0 50px;
    flex-shrink: 0;
}

/* Right Table */
.hfma-howrev__table {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hfma-howrev__table-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.hfma-howrev__th {
    flex: 1;
    text-align: center;
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
}

.hfma-howrev__th--dark {
    background: #001F57;
    color: #ffffff;
}

.hfma-howrev__th--blue {
    background: #2571F0;
    color: #ffffff;
}

.hfma-howrev__arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
}

.hfma-howrev__row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.hfma-howrev__row:last-child {
    border-bottom: none;
}

.hfma-howrev__cell {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #323232;
}

.hfma-howrev__cell-icon {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    background: #DAE8FF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hfma-howrev__cell-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.hfma-howrev__cell--challenge {
    padding-right: 12px;
}

.hfma-howrev__cell--outcome {
    padding-left: 12px;
}

/* ============================================================
   CERTIFICATIONS / PARTNERS BANNER
   ============================================================ */
.hfma-cert {
    padding: 50px 0;
    background: #f7f9ff;
    border-top: 1px solid #eaeef7;
    border-bottom: 1px solid #eaeef7;
}

.hfma-cert__logos {
    text-align: center;
}

.hfma-cert__badge {
    height: 52px;
    width: auto;
    object-fit: contain;
    background: #eee;
    border-radius: 4px;
}

.hfma-cert__badge--partner {
    height: 36px;
}

.hfma-cert__title {
    font-size: 40px;
    font-weight: 700;
    color: #001F57;
    text-transform: uppercase;
    line-height: 1.15;
    margin-bottom: 8px;
}

.hfma-cert__sub {
    font-size: 24px;
    font-weight: 600;
    color: #323232;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* ============================================================
   WHAT MAKES US DIFFERENT
   ============================================================ */
.hfma-different {
    padding: 80px 0;
    background: #ffffff;
}

.hfma-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 31, 87, 0.08);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hfma-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(0, 31, 87, 0.14);
}

.hfma-card__img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    background: #c5cfe0;
}

.hfma-card__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 18px 18px;
    background: linear-gradient(0deg, rgba(0, 15, 50, 0.88) 0%, rgba(0, 15, 50, 0.0) 100%);
    color: #ffffff;
}

.hfma-card__tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: #2571F0;
    color: #ffffff;
    border-radius: 20px;
    padding: 4px 8px;
    margin-bottom: 10px;
}

.hfma-card__title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 6px;
    line-height: 1.3;
}

.hfma-card__desc {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 1.55;
    margin-bottom: 0;
}

/* ============================================================
   TESTIMONIAL SECTION
   ============================================================ */
.hfma-testimonial {
    min-height: 360px;
    background-color: #373640;
    background-image: url('../img/ahip-what-attend-is-saying.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 70px 0;
}

.hfma-testimonial__title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
}

.hfma-testimonial .container {
    position: relative;
    z-index: 1;
}

.hfma-testimonial__eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
}

.hfma-testimonial__eyebrow span {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
}

.hfma-testimonial__quote {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #ffffff;
    border: none;
    padding: 0;
    margin-bottom: 28px;
    font-style: normal;
    max-width: 990px;
}

.hfma-testimonial__author {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.hfma-testimonial__author strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.hfma-testimonial__author span {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
}

.hfma-btn.join-btn.book-btn {
    color: #2571F0 !important;
    background-color: #fff !important;
    width: 160px !important;
}

/* ============================================================
   TRUSTED BY SECTION
   ============================================================ */
.hfma-trusted {
    padding: 65px 0;
    background: #ffffff;
}

.hfma-trusted__title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #323232;
    margin-bottom: 30px;
}

.hfma-trusted__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 36px 48px;
}

.hfma-trusted__logos img {
    width: auto;
    object-fit: contain;
    opacity: 1;
    transition: opacity 0.25s ease, filter 0.25s ease;
    padding: 2px 8px;
}

.hfma-trusted__logos img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* ============================================================
   SHARED SLIDER
   ============================================================ */
.hfma-slider {
    width: 100%;
    overflow: hidden;
}

.hfma-slider__track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: max-content;
    margin: 0 auto;
}

.hfma-slider.animate .hfma-slider__track {
    animation: scroll 25s linear infinite;
}

.hfma-slider.animate:hover .hfma-slider__track {
    animation-play-state: paused;
}

.hfma-slider__track img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
    opacity: 1;
}

@keyframes scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ============================================================
   EHR INTEGRATION SECTION
   ============================================================ */
.hfma-ehr {
    padding: 80px 0;
    background: #F9F9F9;
}

.hfma-ehr__title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    color: #323232;
    margin-bottom: 36px;
}
.hfma-ehr .hfma-slider__track{
    gap: 80px;
}
/* ============================================================
   STAY UPDATED / SOCIAL SECTION
   ============================================================ */
.hfma-social {
    padding: 70px 0;
    background: #0450CF;
}

.hfma-social__title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}

.hfma-social__divider {
    width: 48px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
    margin: 0 auto 30px;
}

.hfma-social__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.hfma-social__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease;
}

.hfma-social__icon:hover {
    background: rgba(255, 255, 255, 0.38);
    color: #ffffff;
    transform: translateY(-2px);
    text-decoration: none;
}

.home-logo-line {
    background-color: #2571F0;
    padding: 30px 80px;
    margin: 0 auto;
}

.home-logo-line .slideshow {
    width: 100%;
    height: 45px;
    max-height: 45px;
}

.home-logo-line .cycle-carousel-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ============================================================
   START WITH A PILOT SECTION
   ============================================================ */
.hfma-pilot {
    padding: 80px 0;
    padding-top: 0 !important;
    background: #ffffff;
}

.hfma-pilot__title {
    font-size: 35px;
    font-weight: 700;
    color: #323232;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

.hfma-pilot__grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.hfma-pilot__item {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    /* max-width: 320px; */
    min-width: 220px;
}

.hfma-pilot__icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: #DAE8FF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hfma-pilot__icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.hfma-pilot__text {
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    line-height: 1.4;
}

.hfma-pilot__cta {
    display: flex;
    justify-content: center;
}

.hfma-pilot__btn {
    width: 180px !important;
    letter-spacing: 0.05em;
}

/* Responsive */
@media (max-width: 769px) {
    .hfma-pilot { padding: 50px 0; }
    .hfma-pilot__title { font-size: 26px; margin-bottom: 36px; }
    .hfma-pilot__grid { gap: 24px; }
    .hfma-pilot__item { max-width: 100%; }
}

@media (max-width: 575px) {
    .hfma-pilot__title { font-size: 22px; }
    .hfma-pilot__text { font-size: 14px; }
    .hfma-pilot__icon { width: 48px; height: 48px; }
    .hfma-pilot__icon img { width: 28px; height: 28px; }
}

/* ============================================================
   RESPONSIVE — 1366px
   ============================================================ */
@media (max-width: 1366px) {
    .hfma-hero {
        min-height: auto;
    }
}

@media (max-width: 1200px) {
    .hfma-howrev__stats{
        width: 300px;
    }
    .hfma-howrev__stat-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px !important;
    }
}

/* ============================================================
   RESPONSIVE — TABLET (≤ 991px)
   ============================================================ */
@media (max-width: 991px) {

    /* Hero */
    .hfma-hero__form-title { font-size: 32px; padding: 16px; }
    .hero-form-wr { padding: 16px; }
    .hero-img-wr img { max-width: 290px; }
    .hfma-hero__title { font-size: 52px; }
    .hfma-hero__title--hfma { font-size: 38px; }
    .hfma-hero__form-wrap { max-width: 100%; }
    .hfma-hero__left h1 { font-size: 42px; }

    /* Shared */
    .hfma-section-title { font-size: 36px; }

    /* Join */
    .hfma-join { padding: 60px 0; }
    .hfma-join-flex { flex-wrap: wrap; }
    .hfma-join-left { max-width: 100%; }
    .hfma-join__img-wrap { margin-top: 20px; }
    .hfma-join-right { max-width: 400px; margin: 0 auto; }
    .hfma-stats { display: flex; flex-wrap: wrap; max-width: 100%; }
    .hfma-stats__item { flex: 1; }

    /* Why Meet */
    .hfma-whymeet__flex { gap: 36px; }
    .hfma-whymeet__img-wrap { max-width: 340px; }
    .hfma-whymeet__title { font-size: 36px; }

    /* Revenue */
    .hfma-revenue__flex { gap: 36px; }
    .hfma-revenue__img-wrap { max-width: 320px; }
    .hfma-revenue__title { font-size: 36px; }

    /* Cert */
    .hfma-cert__logos { margin-bottom: 36px; }
    .hfma-cert__title { font-size: 22px; }
    .hfma-cert__title, .hfma-cert__sub { text-align: center; }

    /* Different */
    .hfma-different .col-lg-4 { margin-bottom: 20px; }

    /* Looking */
    .hfma-looking__title { font-size: 26px; }
    .hfma-looking__card { min-width: 240px; }

    /* What You Get */
    .hfma-whatget__content { padding: 50px 36px; }
    .hfma-whatget__title { font-size: 36px; }

    /* How Revenue */
    .hfma-howrev__title { font-size: 26px; margin-bottom: 40px; }
    .hfma-howrev__stats { width: 220px; }
    .hfma-howrev__stat-num { font-size: 30px; }
    .hfma-howrev__divider { margin: 0 36px; }

    .hfma-looking__icon {
        width: 70px;
        height: 70px;
    }
    .hfma-looking__icon img{
        width: 40px;
        height: auto;
    }
    .hfma-looking__label{
        font-size: 16px;
    }
    .hfma-howrev__flex{
        gap: 20px 30px;
    }
    .hfma-trusted__title,
    .hfma-testimonial__title,
    .hfma-ehr__title{
        font-size: 26px;
    }
    .hfma-slider__track{
        gap: 40px;
    }
    /* .hfma-slider__track img{
        max-height: 50px;
    } */
    .hfma-whatget__list{
        gap: 18px;
    }
    .hfma-ehr .hfma-slider__track{
        gap: 40px;
    }
}

/* ============================================================
   RESPONSIVE — TABLET/MOBILE (≤ 769px)
   ============================================================ */
@media (max-width: 769px) {

    /* Hero */
    .hero-flex { flex-direction: column; }
    .hfma-hero__content { text-align: center; }
    .hfma-hero__desc { margin: 0 auto 20px; }
    .hfma-hero__right, .hfma-hero__left { max-width: 100%; }
    .hfma-hero__date-label { margin-bottom: 11px; }
    .hfma-hero__left h1 { font-size: 32px; }

    /* Why Meet */
    .hfma-whymeet { padding: 50px 0; }
    .hfma-whymeet__flex { flex-direction: column; }
    .hfma-whymeet__img-wrap { max-width: 450px; }
    .hfma-whymeet__content{
        width: 100%;
    }

    /* Revenue */
    .hfma-revenue { padding: 50px 0; padding-top: 10px; }
    .hfma-revenue__flex { flex-direction: column; flex-direction: column-reverse; }
    .hfma-revenue__img-wrap { max-width: 450px; }
    .hfma-revenue__content{
        width: 100%;
    }

    /* Looking */
    .hfma-looking__grid { gap: 16px; }
    /* .hfma-looking__card { max-width: 100%; flex: 1 1 100%; } */

    /* What You Get */
    .hfma-whatget__flex { flex-direction: column; }
    .hfma-whatget__img-wrap { flex: 0 0 auto; max-width: 100%; height: 300px; }
    .hfma-whatget__content { padding: 40px 24px; }

    /* How Revenue */
    .hfma-howrev { padding: 50px 0; }
    .hfma-howrev__flex { flex-direction: column; gap: 40px; }
    .hfma-howrev__stats { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 30px; }
    .hfma-howrev__stat-item { border-bottom: none; padding: 0; border-left: 3px solid #2571F0; padding-left: 14px; }
    .hfma-howrev__divider { width: 100%; height: 1px; margin: 0; }


}

/* ============================================================
   RESPONSIVE — MOBILE (≤ 575px)
   ============================================================ */
@media (max-width: 575px) {

    /* Hero */
    .hfma-hero__title { font-size: 40px; }
    .hfma-hero__title--hfma { font-size: 28px; }
    .hfma-hero__form-wrap { padding: 24px 20px 20px; }
    .hfma-hero__form-title { font-size: 16px; }
    .hfma-hero__left h1 { font-size: 32px; }

    /* Join */
    .hfma-join { padding: 50px 0; }
    .hfma-section-title { font-size: 24px; }
    .hfma-stats { grid-template-columns: repeat(2, 1fr); }
    .hfma-stats__num { font-size: 24px; }

    /* Cert */
    .hfma-cert__title { font-size: 18px; }

    /* Different */
    .hfma-different { padding: 50px 0; }
    .hfma-card__img { height: 220px; }

    /* Why Meet */
    .hfma-whymeet__title { font-size: 26px; }
    .hfma-whymeet__item { font-size: 14px; }

    /* Revenue */
    .hfma-revenue__title { font-size: 26px; }
    .hfma-revenue__item { font-size: 14px; }

    /* Looking */
    .hfma-looking { padding: 40px 0; }
    .hfma-looking__title { font-size: 26px; margin-bottom: 30px; }

    /* What You Get */
    .hfma-whatget__title { font-size: 26px; }
    .hfma-whatget__item { font-size: 14px; }
    .hfma-whatget__img-wrap { height: 240px; }

    /* How Revenue */
    .hfma-howrev__title { font-size: 26px; margin-bottom: 30px; }
    .hfma-howrev__stat-num { font-size: 24px; }
    .hfma-howrev__stats { grid-template-columns: repeat(2, 1fr); }
    .hfma-howrev__cell { font-size: 13px; gap: 10px; }
    .hfma-howrev__cell-icon { width: 32px; height: 32px; }
    .hfma-howrev__cell-icon img { width: 18px; height: 18px; }
    .hfma-howrev__th { font-size: 13px; padding: 10px 12px; }

    /* Testimonial */
    .hfma-testimonial { padding: 50px 0; }
    .hfma-testimonial__quote { font-size: 13px; }

    /* Trusted / EHR */
    .hfma-trusted__logos { gap: 24px 32px; }
    .hfma-trusted__logos img { height: 28px; }

    /* Social */
    .hfma-social__title { font-size: 18px; }
    .hfma-trusted__title,
    .hfma-testimonial__title,
    .hfma-ehr__title{
        font-size: 20px;
    }
}