/* Google Fonts */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

.dropdown {
    z-index: 999;
}

* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



body {

    font-family: 'Inter', sans-serif;

    overflow-x: hidden;

}



/* ==================== HERO SECTION ==================== */

.hero-section {

    position: relative;

    min-height: 566px;

    background: url('../images/Group-304-1-1.webp') no-repeat center center;

    background-size: cover;

    display: flex;

    align-items: center;

    padding: 132px 0 96px;


}



/* ==================== Header ==================== */

/* Basic styling for header */
.main-header {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0 20px;
    border-radius: 50px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 25px;
    position: sticky;
    top: 12px;
    z-index: 1000;
    transition: none;
}

.main-header.scrolled {
    border-radius: 0;
    margin: 0;
    top: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    background: #ffffff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

/* ==================== Medical Billing page GreenTest parity ==================== */
.medical-billing-page {
    --mb-teal: #49C2C9;
    --mb-dark-teal: #0A8588;
    --mb-black: #000000;
    font-family: "Inter", sans-serif;
}

.medical-billing-page .main-header {
    z-index: 30;
}

.medical-billing-page .hero-section {
    min-height: 800px;
    margin-top: -160px;
    padding: 160px 0 0;
    background-image: url('../images/Group-3345.png');
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}

.medical-billing-page .hero-section::before {
    background: transparent;
}

.medical-billing-page .hero-section .container {
    max-width: 1140px;
}

.medical-billing-page .hero-section .row {
    justify-content: center;
}

.medical-billing-page .hero-section .col-lg-10 {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.medical-billing-page .hero-section h2 {
    margin: 0;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 48px !important;
    font-weight: 500 !important;
    line-height: 68px;
    text-transform: capitalize;
}

.medical-billing-page .hero-section h1 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 18px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 73px;
    font-weight: 200;
    line-height: 68px;
    text-transform: capitalize;
}

.medical-billing-page .hero-text {
    width: 75%;
    max-width: 75% !important;
    margin: 0 auto 18px !important;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 35px !important;
    text-align: center;
}

.medical-billing-page .hero-text p {
    margin: 0 0 18px !important;
}

.medical-billing-page .btn-explore-more {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
    margin: 0 0 70px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22.2px;
    padding: 20px 50px;
    text-decoration: none;
}

.medical-billing-page .btn-explore-more:hover {
    background: var(--mb-teal);
    border-color: var(--mb-teal);
    color: #000;
}

.medical-billing-page .full-width-btn-section {
    padding: 0;
}

.medical-billing-page .full-width-btn {
    background: var(--mb-teal);
    color: #161616;
    border-radius: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 8.9px;
    padding: 40px 0;
}

.medical-billing-page .full-width-btn:hover {
    background: var(--mb-dark-teal);
    color: #fff;
}

.medical-billing-page .gsb-section {
    background: #fff !important;
}

.medical-billing-page #whatweoffer {
    min-height: 876px;
    margin-top: 50px;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

.medical-billing-page #whatweoffer .container {
    max-width: 1140px;
}

.medical-billing-page #whatweoffer h2:first-child {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 39px !important;
    font-weight: 300 !important;
    line-height: 63px;
}

.medical-billing-page #whatweoffer .gsb-title-medium {
    margin-top: -30px;
    color: var(--mb-dark-teal);
    font-family: "Inter", sans-serif;
    font-size: 53px;
    font-weight: 500;
    line-height: 63px;
}

.medical-billing-page #whatweoffer .text-center > p {
    width: 70%;
    max-width: 70% !important;
    color: #000 !important;
    font-family: "Inter", sans-serif;
    font-size: 21px !important;
    font-weight: 300;
    line-height: 35px !important;
}

.medical-billing-page .offer-list-one-column {
    max-width: 900px !important;
}

.medical-billing-page .offer-item-v2 {
    margin-bottom: 0 !important;
}

.medical-billing-page .teal-bar-icon {
    width: 19% !important;
    height: 10px !important;
    margin-top: 12px !important;
    background: var(--mb-dark-teal) !important;
}

.medical-billing-page .offer-item-v2 h3 {
    margin-bottom: 0 !important;
    color: #000;
    font-size: 19px !important;
    font-weight: 700;
    line-height: 28px;
}

.medical-billing-page .offer-item-v2 p {
    color: #54595F !important;
    font-size: 21px !important;
    font-weight: 300;
    line-height: 35px;
}

.medical-billing-page #whatweoffer h4 {
    width: 65%;
    max-width: 65% !important;
    color: var(--mb-dark-teal);
    font-family: "Inter", sans-serif;
    font-size: 28px !important;
    font-weight: 700;
    line-height: 39px !important;
}

.medical-billing-page .gsb-title-medium {
    font-family: "Inter", sans-serif;
    font-size: 39px;
    font-weight: 300;
    line-height: 63px;
    color: #000;
}

.medical-billing-page .text-teal {
    color: var(--mb-dark-teal) !important;
}

.medical-billing-page .bg-teal {
    background-color: var(--mb-dark-teal) !important;
}

.medical-billing-page .results-table {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.medical-billing-page .results-table .p-3 {
    padding: 20px !important;
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
}

.medical-billing-page .results-table .bg-light {
    background: #d9d9d9 !important;
    padding: 30px !important;
}

.medical-billing-page .why-choose-list h3,
.medical-billing-page .specialty-list-v2 h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.medical-billing-page .why-choose-list p {
    color: #000 !important;
    font-size: 16px;
    line-height: 1.6;
}

.medical-billing-page img[src*="why-choose"] {
    min-height: 0 !important;
    box-shadow: none !important;
}

.medical-billing-page img[src*="Group-331"] {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.medical-billing-page .testimonial-item p {
    color: #000 !important;
    font-size: 21px !important;
    font-weight: 300;
    line-height: 35px !important;
}

.medical-billing-page .testimonial-item h5 {
    color: #000;
    font-size: 21px !important;
    font-weight: 700;
}

.medical-billing-page .faq-v2 .accordion {
    max-width: 1140px !important;
}

.medical-billing-page .faq-v2 .accordion-item {
    border: 0 !important;
    margin-bottom: 15px;
    box-shadow: none;
}

.medical-billing-page .faq-v2 .accordion-button {
    background-color: var(--mb-teal) !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 21px !important;
    font-weight: 500 !important;
    line-height: 35px;
    padding: 18px 25px !important;
}

.medical-billing-page .faq-v2 .accordion-body {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.medical-billing-page .revenue-table-full-width .container {
    box-shadow: none !important;
}

.medical-billing-page .revenue-table-full-width .header {
    font-size: 23px !important;
    line-height: 27px;
}

.medical-billing-page .revenue-table-full-width p {
    font-size: 14px !important;
    line-height: 35px;
}

.medical-billing-page section:last-of-type h2 {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 39px !important;
    font-weight: 300;
    line-height: 63px;
}

.medical-billing-page section:last-of-type .btn {
    background: var(--mb-teal) !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-family: "Inter", sans-serif;
    font-size: 25px !important;
    font-weight: 700;
    letter-spacing: 8.7px !important;
    line-height: 22.2px;
    padding: 22px 40px !important;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .medical-billing-page .hero-section {
        min-height: 800px;
    }

    .medical-billing-page .hero-section h1 {
        font-size: 55px;
    }

    .medical-billing-page .hero-section h2 {
        font-size: 38px !important;
    }

    .medical-billing-page .hero-text {
        width: 85%;
        max-width: 85% !important;
    }
}

@media (max-width: 430px) {
    .medical-billing-page .hero-section {
        min-height: 550px;
        margin-top: -80px;
        padding: 120px 0 0;
        background-position: top center;
    }

    .medical-billing-page .hero-section .col-lg-10 {
        padding: 20px;
        text-align: left;
    }

    .medical-billing-page .hero-section h2 {
        text-align: left !important;
        font-size: 21.35px !important;
        line-height: 1.35;
    }

    .medical-billing-page .hero-section h1 {
        text-align: left;
        font-size: 25.62px;
        line-height: 1.25;
    }

    .medical-billing-page .hero-text {
        width: 100%;
        max-width: 100% !important;
        text-align: left;
        font-size: 11px;
        line-height: 18px !important;
    }

    .medical-billing-page .hero-text p:first-child {
        display: none;
    }

    .medical-billing-page .btn-explore-more {
        margin-bottom: 70px;
        font-size: 9.37px;
        line-height: 14.9px;
        padding: 14px 32px;
    }

    .medical-billing-page .full-width-btn {
        font-size: 8.43px;
        letter-spacing: 1.8px;
        padding: 20px 0;
    }

    .medical-billing-page #whatweoffer {
        min-height: 630px;
        margin-top: 0;
        padding: 20px !important;
    }

    .medical-billing-page #whatweoffer h2:first-child {
        font-size: 15.47px !important;
        line-height: 1.3;
    }

    .medical-billing-page #whatweoffer .gsb-title-medium {
        font-size: 21.2px;
        line-height: 24.99px;
    }

    .medical-billing-page #whatweoffer .text-center > p {
        width: 319px;
        max-width: 100% !important;
        font-size: 11px !important;
        line-height: 15px !important;
    }

    .medical-billing-page .offer-item-v2 h3 {
        font-size: 9.91px !important;
        line-height: 16px;
    }

    .medical-billing-page .offer-item-v2 p {
        font-size: 9.91px !important;
        line-height: 16.51px;
    }

    .medical-billing-page #whatweoffer h4 {
        width: 329px;
        max-width: 100% !important;
        font-size: 11px !important;
        line-height: 19.42px !important;
    }

    .medical-billing-page .gsb-title-medium {
        font-size: 24px;
        line-height: 1.35;
    }

    .medical-billing-page .faq-v2 .accordion-button {
        font-size: 12px !important;
        line-height: 1.5;
        padding: 14px !important;
    }

    .medical-billing-page section:last-of-type h2 {
        font-size: 19px !important;
        line-height: 1.2;
    }

    .medical-billing-page section:last-of-type .btn {
        font-size: 15px !important;
        letter-spacing: 5.6px !important;
    }
}

.home-page .main-header {
    position: absolute;
    top: 31px;
    left: 50%;
    width: min(1224px, calc(100% - 384px));
    min-width: 960px;
    margin: 0;
    transform: translateX(-50%);
    background-color: rgba(239, 239, 239, 0.74);
    backdrop-filter: blur(2px);
    border-radius: 999px;
    padding: 8px 56px 8px 34px;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
}

.logo a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.logo img {
    display: block;
    width: 120px;
    height: auto;
}

.logo-green {
    color: #008C85;
}

.logo-billing {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    vertical-align: middle;
}

.nav-menu {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}

.nav-item {
    margin-right: 18px;
    position: relative;
}

.nav-item a {
    text-decoration: none;
    color: #333;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 6px 4px;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-item a:hover {
    color: #008C85;
}

.nav-item.active a {
    color: #000000;
    /* Active menu item color */
}

.nav-item.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #008C85;
    /* Dot color for active tab */
}

.nav-item:hover .dropdown {
    display: block;
}

.dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    list-style: none;
    width: 240px;
    border-radius: 8px;
    z-index: 1001;
    animation: fadeIn 0.18s ease;
    top: 24px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown li {
    padding: 0;
}

.dropdown li a {
    color: black;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s;
    border-radius: 0;
}

.dropdown li a:hover {
    background-color: #008C85;
    color: #ffffff;
}

.header-contact .contact-phone {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
    background-color: #008C85;
    padding: 12px 24px;
    border-radius: 999px;
    white-space: nowrap;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
}

/* Media Queries for Mobile */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
        flex-direction: column;
    }

    .nav-menu.mobile-open {
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        padding: 16px 20px;
        z-index: 999;
        border-radius: 0 0 16px 16px;
    }

    .nav-item {
        margin: 8px 0;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .header-contact {
        display: none;
    }

    .main-header {
        position: sticky;
        top: 0;
        border-radius: 0;
        margin: 0;
    }

    .home-page .main-header {
        position: absolute;
        top: 16px;
        left: 16px;
        right: 16px;
        width: auto;
        min-width: 0;
        margin: 0;
        transform: none;
        padding: 10px 18px;
        border-radius: 24px;
    }
}






/* Dark Overlay */

.hero-section::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.67);

    z-index: 1;

}



.hero-section .container {

    position: relative;

    z-index: 2;

    max-width: 1400px;

    margin: 0 auto;

    padding: 0 20px;

}



/* ==================== HERO CONTENT ==================== */

.hero-content {

    text-align: center;

    max-width: 940px;

    margin: 0 auto;

}



/* Hero Title */

.hero-title {

    font-size: 68px;

    font-weight: 800;

    line-height: 88px;

    color: #fff;

    margin-bottom: 20px;

}

.gsb-title-large {
    color: #ffffff;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: 0;
    margin: 0 0 14px;
}



.gradient-text {

    -webkit-background-clip: text;

    background-clip: text;

    color: white;

}



/* Hero Description */

.hero-description {

    font-size: 20px;

    line-height: 1.6;

    color: #fff;

    margin-bottom: 18px;

}



.greensense-highlight {

    color: #49c2c9;

    font-weight: 700;

}



/* ==================== STATS ROW - Equal Width & Equal Gap ==================== */

.stats-row {

    display: flex;

    justify-content: center;

    gap: 12px;

    margin-bottom: 54px;

    flex-wrap: nowrap;

}



.stat-item {

    flex: 0 0 auto;

    display: flex;
    flex-direction: row;

    align-items: flex-start;

    gap: 7px;

    text-align: left;

    transition: transform 0.3s;

    min-width: 0;

}



.stat-item:hover {

    transform: translateY(-5px);

}



.bullet-point {

    display: inline-block;

    width: 7px;

    height: 7px;

    background-color: #49c2c9;

    border-radius: 50%;

    margin-top: 5px;

    flex-shrink: 0;

}



.stat-text {

    flex: 1;

}



.stat-text h3 {

    font-size: 12px;

    line-height: 18px;

    color: #fff;

    font-weight: 700;

    margin: 0;

}



/* ==================== BUTTONS ==================== */

.hero-buttons {

    display: flex;

    justify-content: center;

    gap: 20px;

    flex-wrap: wrap;

}



.btn {

    padding: 14px 32px;

    font-size: 14px;

    font-weight: 700;

    line-height: 22px;

    text-decoration: none;

    border-radius: 0px;

    transition: all 0.3s;

    letter-spacing: 0.5px;

    display: inline-block;

}



.btn-outline {

    background: transparent;

    border: 1px solid #ffffff;

    color: #ffffff;

}



.btn-outline:hover {

    background: #ffffff;

    color: #000000;

    border: 1px solid #ffffff;

}

.gsb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 188px;
    min-height: 53px;
    padding: 14px 30px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    transition: all 0.3s ease;
}

.gsb-btn-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.gsb-btn-outline::after {
    content: "";
    width: 6px;
    height: 6px;
    margin-left: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
}

.gsb-btn-outline:hover {
    background: #ffffff;
    color: #111111;
}







/* ==================== FULL WIDTH BUTTON SECTION ==================== */

.full-width-btn-section {

    width: 100%;

    display: block;

    margin: 0;

    padding: 0;

}



/* Container-fluid se padding hatao */

.full-width-btn-section .container-fluid {

    padding: 0 !important;

    margin: 0 !important;

}



/* Row se margin hatao */

.full-width-btn-section .row {

    margin: 0 !important;

}



/* Column se padding hatao */

.full-width-btn-section .col-12 {

    padding: 0 !important;

}



.full-width-btn {

    display: block;

    width: 100%;

    text-align: center;

    background-color: #F5F5F5;

    font-family: "Inter", Sans-serif;

    font-size: 18px;

    font-weight: 500;

    line-height: 22.2px;

    letter-spacing: 8.9px;

    fill: #161616;

    color: #161616;

    border-radius: 0;

    padding: 30px 0;

    text-decoration: none;

    transition: all 0.3s ease;

    cursor: pointer;

    box-sizing: border-box;

}



.full-width-btn:hover {

    background-color: #0A8588;

    color: #ffffff;

    fill: #ffffff;

}







/* ==================== WHY OUTSOURCE SECTION ==================== */

.why-outsource {

    width: 100%;

    padding: 80px 0 0 0;

    background: #ffffff;

}



.why-outsource .container {

    max-width: 1260px;

    margin: 0 auto;

    padding: 0 20px;

}



.outsource-content {

    max-width: 1100px;

    margin: 0 auto;

    text-align: center;

}



/* Section Title */

.section-title {

    font-family: "Inter", Sans-serif;

    font-size: 39px;

    font-weight: 300;

    line-height: 1.3;

    color: #1a1a1a;

    margin-bottom: 25px;

}



/* Main Text - Jahan break hai wahan width */





.highlight-text {

    color: #49c2c9;

    font-weight: 500;

}



/* Secondary Text */

.outsource-text-secondary {

    font-family: "Inter", Sans-serif;

    font-size: 19px;

    font-weight: 500;

    line-height: 35px;

    color: #1a1a1a;

    max-width: 1100px;

    margin: 0 auto 30px auto;

    text-align: center;

}



/* Bullet Points - Ek line mein (flex row, no wrap) */

.outsource-list {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 30px;

    flex-wrap: nowrap;

    margin: 30px 0 60px 0;

}



.list-item {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    font-family: "Inter", Sans-serif;

    font-size: 19px;

    font-weight: 500;

    line-height: 35px;

    color: #1a1a1a;

    white-space: nowrap;

}



.list-bullet {

    display: inline-block;

    width: 8px;

    height: 8px;

    background-color: #49c2c9;

    border-radius: 50%;

    flex-shrink: 0;

}



/* Full Width Image */

.full-width-image {

    width: 100%;

    margin-top: 50px;

    line-height: 0;

}



.full-width-image img {

    width: 100%;

    height: auto;

    display: block;

}





/* ==================== WHY HIRE GREENSENSE SECTION ==================== */

.why-hire {

    width: 100%;

    padding: 80px 0;

    background: #ffffff;

}



.why-hire .container {

    max-width: 1300px;

    margin: 0 auto;

    padding: 0 20px;

}



.hire-content {

    max-width: 1200px;

    margin: 0 auto;

    text-align: center;

}



/* Title - 39px, weight 300 */

.hire-title {

    font-family: "Inter", Sans-serif;

    font-size: 39px;

    font-weight: 300;

    text-transform: capitalize;

    color: #1a1a1a;

    margin-bottom: 25px;









}



/* Description - 21px, weight 300, width 85% */

.hire-description {

    font-family: "Inter", Sans-serif;

    font-size: 19px;

    font-weight: 500;

    line-height: 1.5;

    color: #1a1a1a;

    max-width: 1100px;

    margin: 0 auto 30px auto;

    text-align: center;









}



/* Stats List - 19px, weight 500, line-height 35px */

.hire-stats {

    list-style: none;

    padding: 0;

    margin: 40px 0 50px 0;

    display: flex;

    justify-content: center;

    gap: 40px;

    flex-wrap: wrap;

}



.hire-stats li {

    display: flex;

    align-items: center;

    gap: 12px;

    font-family: "Inter", Sans-serif;

    font-size: 19px;

    font-weight: 500;

    text-transform: capitalize;

    line-height: 35px;

    color: #1a1a1a;

}



.stat-bullet {

    display: inline-block;

    width: 10px;

    height: 10px;

    background-color: #49c2c9;

    border-radius: 50%;

    flex-shrink: 0;

}



.stat-text {

    font-weight: 500;

}



/* ==================== TESTIMONIAL SECTION ==================== */

/* ==================== TESTIMONIAL SECTION ==================== */

.testimonial {

    background: #F7F7F7;

    border-radius: 16px;

    padding: 40px;

    margin: 40px 0;

    text-align: center;


}



/* Top Row - Quote Left, Rating Right */

.testimonial-top {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 30px;

}



.quote-icon {

    flex-shrink: 0;

}



.quote-icon img {

    height: 30px;

    width: auto;

}



.rating-stars {

    flex-shrink: 0;

}



.rating-stars img {

    height: 30px;

    width: auto;

}



/* Testimonial Text */

.testimonial-text {

    font-family: "Inter", Sans-serif;

    font-size: 21px;

    font-weight: 500;

    line-height: 35px;

    text-align: left !important;

    color: #1a1a1a;

    margin-bottom: 20px;

    max-width: 100%;

    margin-left: auto;

    margin-right: auto;

}



/* Testimonial Author */

.testimonial-author {

    font-family: "Inter", Sans-serif;

    font-size: 21px;

    font-weight: 300;

    text-align: left;

    line-height: 35px;

    color: #1a1a1a;

    margin-bottom: 0;

}



.testimonial-author strong {

    font-weight: 700;

}



/* ==================== CTA BUTTON ==================== */

.hire-cta {

    margin-top: 30px;

}



.cta-button-hire {

    display: inline-block;

    font-family: "Inter", Sans-serif;

    font-size: 28px;

    font-weight: 500;

    letter-spacing: 39%;


    background: #49C2C9;


    color: #FFFFFF;

    padding: 14px 102px;

    text-decoration: none;

    transition: all 0.3s ease;

    cursor: pointer;

}



.cta-button-hire:hover {

    background: #0A8588;

    color: #ffffff;

}



/* ==================== IN-HOUSE VS OUTSOURCED SECTION ==================== */
.comparison-section {
    padding: 80px 0;
    background: #ffffff;
}

.comparison-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.comparison-inner {
    background: #EFEFEF;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}

/* Row Styles */
.comparison-row {
    display: flex;
    flex-wrap: wrap;
}

/* Columns - Equal Width */
.comparison-col {
    flex: 1;
    min-width: 0;
}

/* ==================== HEADERS ROW ==================== */

.comparison-header1 {
    font-family: "Inter", Sans-serif;
    font-size: 27px;
    font-weight: 500;
    margin: 0;
    padding: 25px 20px;
    background: #49C2C9;
    text-align: center;
    color: #ffffff;
}

.comparison-header {
    font-family: "Inter", Sans-serif;
    font-size: 27px;
    font-weight: 500;
    margin: 0;
    padding: 25px 20px;
    background: #0B8487;
    text-align: center;
    color: #ffffff;
}

.comparison-logo {
    background: #F7F7F7;
    padding: 15px 20px;
    text-align: center;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparison-logo img {
    max-height: 52px;
    width: auto;
}

/* ==================== CONTENT ROW ==================== */
.comparison-content {
    background: #EFEFEF;
    padding: 35px;
}

.comparison-list {
    padding: 0;
}

.comparison-list p {
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 0.5;
    margin: 0;
    padding: 18px 20px;
    color: #000000;
}

/* Last item ka border hatao */
.comparison-col .comparison-list p:last-child {
    border-bottom: none;
}

/* Column 1 - Key Areas (Left aligned) */
.comparison-col:first-child .comparison-list p {
    font-weight: 500;
    text-align: left;
}

/* Column 2 - In-House */
.comparison-col:nth-child(2) .comparison-list p {
    text-align: left;
}

/* Column 3 - GreenSense (Highlighted text) */
.comparison-col:last-child .comparison-list p {
    color: #000000;
    font-weight: 600;
    text-align: left;
    padding-left: 50px;
}




/* ==================== COMPREHENSIVE RCM SOLUTIONS SECTION ==================== */
/* RCM Solutions Section */
.rcm-solutions-section {
    padding: 80px 0;
    margin-bottom: 20px;
    background: #ffffff;
}

.rcm-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Title Section */
.rcm-title-wrapper {
    text-align: center;
    margin-bottom: 50px;
}

.rcm-main-title {
    font-family: "Inter", sans-serif;
    font-size: 35px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 15px;
}

.rcm-main-description {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 1.5;
}

/* RCM Items Container */
.rcm-items {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Individual RCM Item - Fixed Height 133px */
.rcm-item {
    background: #49C2C9;
    height: 133px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.rcm-item:last-child {
    border-bottom: none;
}

/* Row inside each item - full width flex */
.rcm-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 25px;
    gap: 20px;
}

/* Heading Styles - Fixed widths as per design */
.rcm-item-heading {
    flex-shrink: 0;
}

.rcm-item-heading h3 {
    font-family: "Inter", sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 0%;
}

/* Individual Heading Widths */
.item-heading-1 {
    width: 291px;
}

.item-heading-2 {
    width: 408px;
}

.item-heading-3 {
    width: 254px;
}

.item-heading-4 {
    width: 450px;
}

.item-heading-5 {
    width: 374px;
}

.item-heading-6 {
    width: 429px;
}

/* Content Styles - Fixed widths as per design */
.rcm-item-content {
    flex-shrink: 0;
}

.rcm-item-content p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 0;
    padding-right: 20px;
    letter-spacing: 0%;
}

/* Individual Content Widths */
.item-content-1 {
    width: 573px;
}

.item-content-2 {
    width: 420px;
}

.item-content-3 {
    width: 464px;
}

.item-content-4 {
    width: 427px;
}

.item-content-5 {
    width: 432px;
}

.item-content-6 {
    width: 404px;
}

/* Icon Section - Fixed width */
.rcm-item-icon {
    flex-shrink: 0;
    margin-left: auto;

    text-align: right;
}

.rcm-arrow-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.rcm-arrow-link:hover {
    transform: translateX(5px);
}

.rcm-arrow-link svg {
    width: 35px;
    height: 35px;
    display: block;
}













/* ==================== CERTIFIED SECURE COMPLIANT SECTION ==================== */


/* Certified Section */
.certified-section {
    height: 562px;
    display: flex;
    align-items: center;
    /* Vertical center */
    justify-content: center;
    /* Horizontal center */
    background-image: url('../images/Group-522.png');
    background-size: cover;
    /* Image cover full section */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Don't repeat */
    background-attachment: scroll;
    /* Fixed or scroll */
}

.certified-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Title Section */
.certified-title-wrapper {
    text-align: center;
    margin-bottom: 50px;
}

.certified-title {
    font-family: "Inter", sans-serif;
    font-size: 62px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.compliant-highlight {
    color: #49c2c9;
    font-weight: 700;
}

.certified-subtitle {
    font-family: "Inter", sans-serif;
    font-size: 21px;
    font-weight: 300;
    color: #000000;
    margin: 0;
}

/* Row Layouts */
.certified-row {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    justify-content: center;
    /* Ensures both rows are centered */
}

/* Individual Card - Fixed Height 77px, Background #49C2C9 */
.certified-card {
    flex: 0 0 calc(33.33% - 16px);
    /* Fixed width for 3 items per row consistency */
    display: flex;
    align-items: center;
    height: 77px;
    background: #49C2C9;
    /* Box background color */
    border: none;
    border-radius: 11px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.certified-card:hover {
    box-shadow: 0 4px 12px rgba(73, 194, 201, 0.2);
    transform: translateY(-1px);
}

/* Icon Left - Inside box, background transparent, image directly on teal background */
.certified-icon-left {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    height: 77px;
    background: transparent;
    /* Transparent so teal background shows */
    margin: 0;
    padding: 0;
}

.certified-icon-left img {
    width: 104px;
    height: 80px;
    object-fit: contain;
    border-radius: 0;
}

/* Text Right - White text on teal background */
.certified-text-right {
    flex: 1;
    padding-left: 38px;
    padding-right: 18px;
}

.certified-text-right h3 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    /* White text */
    margin: 0;
    text-align: center;
    line-height: 1.4;
}

/* Bottom Footer */
.certified-footer {
    text-align: center;
    margin-top: 40px;
}

.certified-footer p {
    font-family: "Inter", sans-serif;
    font-size: 21px;
    font-weight: 300;
    color: #000000;
    font-style: italic;

    margin: 0;
    letter-spacing: 0.3px;
}








/* ==================== THE GREENSENSE ADVANTAGE SECTION ==================== */
.advantage-section {
    padding: 80px 0;
    background: #ffffff;
}

.advantage-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Title Styles */
.advantage-title-wrapper {
    text-align: center;
    margin-bottom: 60px;
}

.advantage-main-title {
    font-family: "Inter", Sans-serif;
    font-size: 39px;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.advantage-subtitle {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #555;
    line-height: 1.5;
}

/* Advantage Grid - 3 columns x 2 rows */

.advantage-grid-about {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}



.advantage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card Styles */
.advantage-card {
    background: #F8F8F8;
    /* height: 277px; */
    width: 304px;
    border-radius: 0px;
    padding: 30px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



/* Card Title */
.advantage-card-title {
    font-family: "Inter", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Card Text */
.advantage-card-text {
    font-family: "Inter", Sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 20px;
}

/* Card Button */
.advantage-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Inter", Sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-decoration: none;
    width: 70%;
    transition: all 0.3s ease;
    background: #0A8588;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.advantage-card-btn:hover {
    color: #ffffff;
    background: #D3D3D3;

}





/* ==================== SPECIALTIES WE SUPPORT SECTION ==================== */
.specialties-support-section {
    padding: 0;
    /* Remove all padding */
    background-image: url('../images/Group-306-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: flex;
    flex-direction: column;
    position: relative;
}

.specialties-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 150px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Center all content vertically */
}

/* Header Styles */
.specialties-header {
    text-align: center;
    margin-bottom: 50px;
}

.specialties-main-title {
    font-family: "Inter", Sans-serif;
    font-size: 65px;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.specialties-description {
    font-family: "Inter", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.6;
    color: #FFFFFF;
    margin: 0;
}

/* Row Styles - 3 items per row */
.specialties-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

/* Individual Specialty Item - Icon Left, Text Right */
.specialty-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #FCFCFC;
    border-radius: 0px;
    padding: 5px 20px;
    transition: all 0.3s ease;
    min-width: 200px;
}

/* Icon Left */
.specialty-icon-left {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 12px;
}

.specialty-icon-left img {
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
}

/* Text Right */
.specialty-name-right {
    flex: 1;
}

.specialty-name-right h3 {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

/* Button Wrapper - Full Width, at bottom */
.specialties-button-wrapper {
    width: 100%;
    margin-top: 150px;
    /* Push to bottom */
    margin-bottom: 0;
    padding: 0;
    position: relative;
    left: 0;
    right: 0;
}

/* View All Button - Full Width */
.specialties-view-all-btn {
    display: block;
    width: 100vw;
    /* Full viewport width */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: -40px;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 10px;
    color: #161616;
    background: #FFFFFF94;
    padding: 40px 20px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;

    box-sizing: border-box;
}

.specialties-view-all-btn:hover {
    background: #0a8588;
    color: #ffffff;
}









/* <!-- ==================== CTA SECTION ==================== --> */






/* --- TRANSFORM SECTION --- */
.transform-section {
    background-color: #49C2C9;
    margin-top: 290px; /* Space for image overlap */
    padding: 80px 0;
    position: relative;
    overflow: visible;
}

.transform-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row; /* Ensure horizontal on desktop */
}

.transform-section .text-content {
    flex: 0 0 55%;
    color: #ffffff;
    z-index: 2;
}

.transform-section .text-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
    color: #ffffff;
}

.transform-section .text-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 500px;
    color: #ffffff;
}

.transform-section .cta-button a {
    display: inline-block;
    background-color: #ffffff;
    color: #49C2C9;
    padding: 16px 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.transform-section .cta-button a:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

.transform-section .image-container {
    flex: 0 0 45%;
    position: absolute;
    right: 0;
    bottom: -80px; /* Overlap bottom */
    z-index: 1;
}

.transform-section .image-container img {
    width: 550px; /* Increased size to match design */
    height: auto;
    display: block;
    margin-top: -200px; /* Overlap top */
}

@media (max-width: 992px) {
    .transform-section {
        padding: 60px 0;
        margin-top: 100px;
    }
    .transform-section .container {
        flex-direction: column;
        text-align: center;
    }
    .transform-section .text-content {
        flex: 0 0 100%;
        margin-bottom: 50px;
    }
    .transform-section .text-content p {
        margin-left: auto;
        margin-right: auto;
    }
    .transform-section .image-container {
        position: relative;
        bottom: 0;
        margin-top: 0;
    }
    .transform-section .image-container img {
        width: 100%;
        max-width: 500px;
        margin-top: 0;
        margin-bottom: -110px;
    }
}






/* <!-- ==================== Testimonials SECTION ==================== --> */


/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background: #ffffff;
}

.testimonials-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Title Styles */
.testimonials-header {
    text-align: center;
    margin-bottom: 50px;
}

.testimonials-title {
    font-family: "Inter", sans-serif;
    font-size: 39px;
    font-weight: 300;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}

/* Grid - 3 Columns */
.testimonials-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Individual Testimonial Card */
.testimonial-card {
    flex: 1;
    min-width: 280px;
    background: #F9F9F9;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Image Wrapper - For zoom effect */
.testimonial-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
}

/* Image Style */
.testimonial-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.9s ease;
    display: block;
}

/* Zoom Effect on Hover */
.testimonial-card:hover .testimonial-image img {
    transform: scale(1.3);
}

/* Overlay on Image */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(8, 8, 8, 0.253) 0%, rgba(0, 0, 0, 0.4) 100%);
    transition: all 0.3s ease;
    pointer-events: none;
}

.testimonial-card:hover .image-overlay {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.308) 0%, rgba(0, 0, 0, 0.6) 100%);
}

/* Content Section - Below Image */
.testimonial-content {
    padding: 60px 30px 30px 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/* Name Style */
.testimonial-name {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.testimonial-name b {
    font-weight: 700;
}

/* Clinic Name - Teal Color */
.testimonial-clinic {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #0A8588;
    margin: 0 0 15px 0;
}

/* Testimonial Text */
.testimonial-text {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    color: #818181;
    margin: 0;
}


/* FAQ Section */
/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: #ffffff;
}

.faq-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Title Section */
.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-title {
    font-family: "Inter", sans-serif;
    font-size: 39px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 15px;
}

.faq-description {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

/* FAQ Items */
.faq-items {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Individual FAQ Item */
.faq-item {
    background: #49C2C9;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    padding: 30px;
    height: 94px;
}

.faq-item:last-child {
    border-bottom: none;
}

/* Question Section */
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question h3 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
    flex: 1;
}

/* Toggle Icon */
.faq-toggle {
    flex-shrink: 0;
    margin-left: 15px;
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-toggle svg {
    width: 20px;
    height: 20px;
    display: block;
}

/* Active state for open FAQ */
.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

/* Answer Section - Initially Hidden */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

/* Answer Section - When Active */
.faq-item.active .faq-answer {
    max-height: 300px;
    /* Large enough for content */
}

.faq-answer p {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #666666;
    margin: 0;
    padding-bottom: 20px;
}

/* Hover Effect */
.faq-question:hover {
    background: #f8f9fa;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 -10px;
    border-radius: 8px;
}

.faq-question:hover h3 {
    color: #49c2c9;
}










/* Video Section - Full Width */
.video-section {
    width: 100%;
    background: #000000;
    margin: 0;
    padding: 0;
}

.video-container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.video-wrapper {
    position: relative;
    width: 100%;
    background: #000000;
}

/* Yeh main fix hai - video cut nahi hogi */
.full-width-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    /* aspect-ratio: 16 / 9;  720p video ka exact aspect ratio */
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.video-button-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.video-full-btn {
    display: block;
    width: 100%;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 10px;
    color: #FFFFFF;
    background: #49C2C9;
    padding: 40px 20px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
    box-sizing: border-box;
}

.video-full-btn:hover {
    background: #0A8588;
    color: #ffffff;
}







/* Contact Form Section */
.contact-section {
    padding: 80px 0;
    background: #F8F9FA;
}

.contact-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Title Section */
.contact-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-title {
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.contact-description {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

/* Form Styles */
.contact-form {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Form Row */
.form-row {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

/* Form Group */
.form-group {
    flex: 1;
    margin-bottom: 0;
}

.form-group.full-width {
    width: 100%;
}

/* Labels */
.form-group label {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.required {
    color: #e74c3c;
}

/* Inputs */
.form-group input {
    width: 100%;
    padding: 12px 16px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #1a1a1a;
    background: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus {
    outline: none;
    border-color: #49c2c9;
    box-shadow: 0 0 0 3px rgba(73, 194, 201, 0.1);
}

.form-group input::placeholder {
    color: #aaaaaa;
}

/* reCAPTCHA Wrapper */
.recaptcha-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 30px;
}

.recaptcha-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.recaptcha-checkbox input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.recaptcha-checkbox label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    cursor: pointer;
    margin: 0;
}

.recaptcha-logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.recaptcha-logo img {
    width: 28px;
    height: 28px;
}

.recaptcha-logo span {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #888888;
}

/* Submit Button */
.form-submit {
    text-align: center;
    margin-bottom: 20px;
}

.submit-btn {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #FFFFFF;
    background: #49C2C9;
    border: none;
    padding: 14px 35px;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: #3aa3aa;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(73, 194, 201, 0.3);
}

/* Form Footer */
.form-footer {
    text-align: center;
}

.ask-link {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #49c2c9;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ask-link:hover {
    text-decoration: underline;
    color: #3aa3aa;
}


















/* ==================== RESPONSIVE ==================== */

@media (max-width: 1200px) {

    .hero-title {

        font-size: 54px;

        line-height: 70px;

    }



    .hero-description {

        font-size: 20px;

        line-height: 32px;

    }

}



@media (max-width: 992px) {

    .hero-title {

        font-size: 48px;

        line-height: 62px;

    }



    .hero-description {

        font-size: 18px;

        line-height: 30px;

    }



    .stats-row {

        flex-wrap: wrap;

        gap: 15px;

    }



    .stat-item {

        flex: 0 0 calc(50% - 15px);

    }

}



@media (max-width: 768px) {

    .hero-section {

        padding: 60px 0;

    }



    .hero-title {

        font-size: 36px;

        line-height: 48px;

    }



    .hero-description {

        font-size: 16px;

        line-height: 28px;

        margin-bottom: 40px;

    }



    .hero-buttons {

        flex-direction: column;

        align-items: center;

        gap: 15px;

    }



    .btn {

        padding: 12px 28px;

        width: 80%;

        text-align: center;

    }

}



@media (max-width: 576px) {

    .hero-title {

        font-size: 28px;

        line-height: 38px;

    }



    .hero-description {

        font-size: 14px;

        line-height: 24px;

    }



    .stats-row {

        flex-wrap: wrap;

        gap: 12px;

    }



    .stat-item {

        flex: 0 0 100%;

    }

}



/* ==================== WHY OUTSOURCE SECTION ==================== */





@media (max-width: 1100px) {

    .outsource-list {

        flex-wrap: wrap;

        gap: 20px;

    }



    .list-item {

        white-space: normal;

        text-align: center;

        max-width: 280px;

    }

}



@media (max-width: 768px) {

    .why-outsource {

        padding: 50px 0 0 0;

    }



    .section-title {

        font-size: 30px;

    }



    .outsource-text {

        font-size: 18px;

        max-width: 100%;

    }



    .outsource-text-secondary {

        font-size: 16px;

        line-height: 28px;

        max-width: 100%;

    }



    .outsource-list {

        flex-direction: column;

        gap: 15px;

    }



    .list-item {

        white-space: normal;

        text-align: left;

        width: 100%;

        justify-content: center;

    }

}



@media (max-width: 576px) {

    .section-title {

        font-size: 24px;

    }



    .outsource-text {

        font-size: 15px;

    }



    .outsource-text-secondary {

        font-size: 14px;

        line-height: 24px;

    }



    .list-item {

        font-size: 13px;

    }

}



/* ==================== WHY HIRE GREENSENSE SECTION ==================== */







@media (max-width: 768px) {

    .testimonial {

        padding: 25px;

    }



    .testimonial-top {

        margin-bottom: 20px;

    }



    .quote-icon img {

        height: 30px;

    }



    .rating-stars img {

        height: 22px;

    }



    .testimonial-text {

        font-size: 16px;

        line-height: 28px;

        max-width: 100%;

    }



    .testimonial-author {

        font-size: 16px;

        line-height: 28px;

    }

}



@media (max-width: 576px) {

    .testimonial {

        padding: 20px;

    }



    .quote-icon img {

        height: 25px;

    }



    .rating-stars img {

        height: 18px;

    }



    .testimonial-text {

        font-size: 14px;

        line-height: 24px;

    }



    .testimonial-author {

        font-size: 14px;

        line-height: 24px;

    }

}


/* <!-- ==================== IN-HOUSE VS OUTSOURCED SECTION ==================== --> */
@media (max-width: 992px) {
    .comparison-row {
        flex-direction: column;
    }

    .comparison-col {
        width: 100%;
    }

    .comparison-header {
        padding: 18px 20px;
    }

    .comparison-list p {
        padding: 15px 20px;
    }

    .comparison-logo {
        min-height: auto;
        padding: 12px 20px;
    }
}

@media (max-width: 768px) {
    .comparison-section {
        padding: 50px 0;
    }

    .comparison-header {
        font-size: 16px;
        padding: 15px;
    }

    .comparison-list p {
        font-size: 13px;
        padding: 12px 15px;
    }

    .comparison-logo img {
        max-height: 35px;
    }
}

/* ==================== COMPREHENSIVE RCM SOLUTIONS SECTION ==================== */


/* ==================== RESPONSIVE ==================== */
@media (max-width: 1200px) {
    .rcm-container {
        max-width: 100%;
        overflow-x: auto;
    }

    .rcm-items {
        min-width: 1000px;
    }

    .rcm-item-row {
        padding: 0 15px;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .rcm-solutions-section {
        padding: 50px 0;
    }

    .rcm-main-title {
        font-size: 28px;
    }

    .rcm-main-description {
        font-size: 16px;
    }

    .rcm-main-description br {
        display: none;
    }
}

/* ==================== CERTIFIED SECURE COMPLIANT SECTION ==================== */

/* ==================== RESPONSIVE ==================== */
@media (max-width: 992px) {
    .certified-row {
        flex-wrap: wrap;
    }

    .certified-card {
        min-width: 280px;
        flex: 1 1 calc(33.33% - 24px);
    }

    .certified-row-2 .certified-card {
        flex: 1 1 calc(50% - 24px);
    }
}

@media (max-width: 768px) {
    .certified-section {
        padding: 50px 0;
    }

    .certified-title {
        font-size: 28px;
    }

    .certified-row {
        flex-direction: column;
        gap: 16px;
    }

    .certified-card {
        width: 100%;
        min-width: auto;
    }

    .certified-row-2 .certified-card {
        flex: 1 1 auto;
    }

    .certified-icon-left {
        width: 70px;
        height: 70px;
    }

    .certified-icon-left img {
        width: 38px;
        height: 38px;
    }

    .certified-text-right h3 {
        font-size: 14px;
    }
}


/* ==================== THE GREENSENSE ADVANTAGE SECTION ==================== */

/* ==================== RESPONSIVE ==================== */
@media (max-width: 992px) {
    .advantage-section {
        padding: 60px 0;
    }

    .advantage-main-title {
        font-size: 32px;
    }

    .advantage-subtitle {
        font-size: 16px;
    }

    .advantage-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .advantage-section {
        padding: 50px 0;
    }

    .advantage-main-title {
        font-size: 28px;
    }

    .advantage-subtitle {
        font-size: 15px;
        padding: 0 10px;
    }

    .advantage-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .advantage-card {
        padding: 25px;
    }

    .advantage-card-title {
        font-size: 20px;
    }

    .advantage-card-text {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .advantage-main-title {
        font-size: 24px;
    }

    .advantage-subtitle {
        font-size: 14px;
    }

    .advantage-card {
        padding: 20px;
    }

    .advantage-card-title {
        font-size: 18px;
    }

    .advantage-card-text {
        font-size: 13px;
    }

    .advantage-card-btn {
        font-size: 12px;
    }
}

/* ==================== SPECIALTIES WE SUPPORT SECTION ==================== */

/* ==================== RESPONSIVE ==================== */
@media (max-width: 992px) {
    .specialties-support-section {
        padding: 60px 0;

    }

    .specialties-main-title {
        font-size: 32px;

    }

    .specialties-row {
        gap: 20px;
    }

    .specialty-item {
        min-width: 180px;
        padding: 12px 18px;
    }

    .specialty-icon-left {
        width: 50px;
        height: 50px;
    }

    .specialty-icon-left img {
        max-width: 35px;
        max-height: 35px;
    }

    .specialty-name-right h3 {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .specialties-support-section {
        padding: 50px 0;
    }

    .specialties-main-title {
        font-size: 28px;
    }

    .specialties-description {
        font-size: 14px;
        padding: 0 10px;
    }

    .specialties-row {
        flex-direction: column;
        gap: 15px;
    }

    .specialty-item {
        width: 100%;
        padding: 15px 20px;
    }

    .specialty-icon-left {
        width: 50px;
        height: 50px;
    }

    .specialty-name-right h3 {
        font-size: 16px;
    }

    .specialties-view-all-btn {
        font-size: 14px;
        padding: 10px 30px;
    }
}

@media (max-width: 576px) {
    .specialties-main-title {
        font-size: 24px;
    }

    .specialties-description {
        font-size: 13px;
    }

    .specialty-icon-left {
        width: 45px;
        height: 45px;
    }

    .specialty-icon-left img {
        max-width: 30px;
        max-height: 30px;
    }

    .specialty-name-right h3 {
        font-size: 15px;
    }
}


/* <!-- ==================== Testimonials SECTION ==================== --> */

/* Responsive */
@media (max-width: 992px) {
    .testimonials-grid {
        gap: 20px;
    }

    .testimonial-content {
        padding: 30px 30px;
        min-height: 350px;
    }

    .testimonial-name {
        font-size: 20px;
    }

    .testimonial-clinic {
        font-size: 18px;
    }

    .testimonial-text {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 50px 0;
    }

    .testimonials-title {
        font-size: 28px;
    }

    .testimonials-grid {
        flex-direction: column;
        gap: 20px;
    }

    .testimonial-card {
        width: 100%;
    }

    .testimonial-content {
        min-height: auto;
        padding: 35px 25px;
    }
}

/* <!-- ==================== Testimonials SECTION ==================== --> */


@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
    }

    .main-nav {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 80%;
        height: calc(100vh - 70px);
        background: #FFFFFF;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        transition: left 0.3s ease;
        z-index: 999;
        padding: 20px;
        overflow-y: auto;
    }

    .main-nav.active {
        left: 0;
    }

    .nav-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        width: 100%;
    }

    .nav-item {
        width: 100%;
    }

    .nav-item>a {
        font-size: 16px;
    }

    .dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding-left: 20px;
        margin-top: 10px;
        display: none;
    }

    .nav-item.active .dropdown {
        display: block;
    }

    .nav-dot {
        display: none;
    }

    .header-contact {
        margin-left: auto;
        margin-right: 15px;
    }
}

/* ==================== GreenTest Elementor parity overrides ==================== */
.home-page .main-header {
    position: absolute;
    top: 30px;
    left: 50%;
    width: calc(100% - 60px);
    max-width: 1550px;
    min-width: 0;
    margin: 0 0 -50px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    padding: 10 20px;
    z-index: 999;
}

.home-page .main-header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    transform: none;
    border-radius: 0;
    background: #ffffff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
}

.header-container {
    min-height: 50px;
    gap: 0;
}

.home-page .header-container {
    min-height: 50px;
    gap: 0;
}

.logo img {

  width: 100%;
    max-width: 164px;
    margin-left: 25px;
    height: auto;
    margin-top: 10px;}

.nav-item {
    margin-right: 0;
}

.nav-item a {
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 0;
    color: #484848;
    fill: #484848;
    padding-left: 10px;
    padding-right: 10px;
}

.nav-item a:hover,
.nav-item.active a {
    color: #000000;
    fill: #000000;
}

.nav-item.active::after {
    display: none;
}

.header-contact .contact-phone {
    background-color: #0A8588;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 2.5px;
    color: #FFFFFF;
    border-radius: 50px;
    padding: 10px 22px;
}

.hero-section {
    min-height: 800px;
    margin-top: -160px;
    padding: 0;
    background-position: center center;
    align-items: flex-end;
}

.hero-content {
    max-width: 100%;
    padding: 35px;
}

.gsb-title-large {
    font-size: 68px;
    font-weight: 200;
    line-height: 1.2;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: -25px auto;
    width: 88%;
    max-width: 88%;
}

.hero-description {
    font-size: 23px;
    font-weight: 400;
    line-height: 38px;
    margin: 25px 0 0;
}

.stats-row {
    gap: 20px;
    margin-top: 20px;

}

.bullet-point {
    width: 9px;
    height: 9px;
    margin-top: 5px;
}

.stat-text h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}

.home-page .hero-buttons {
    margin: 35px 0 60px;
}

.gsb-btn {
    min-width: 0;
    min-height: 0;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22.2px;
    padding: 20px 50px;
}

.gsb-btn-outline {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 0;
}

.why-outsource {
    padding: 0;
}

.why-outsource .container {
    max-width: 1140px;
}

.why-outsource .outsource-content {
    min-height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-title,
.hire-title,
.advantage-main-title,
.testimonials-title {
    font-size: 39px;
    font-weight: 300;
}

.outsource-text-secondary,
.hire-description {
    font-size: 21px;
    font-weight: 300;
    line-height: 35px;
}

.list-item,
.hire-stats li {
    font-size: 19px;
    font-weight: 500;
    line-height: 35px;
}

.why-hire {
    padding: 50px 0 0;
}

.cta-button-hire {
    background-color: #49C2C9;
    font-family: "Inter", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 8.3px;
    padding: 25px 75px;
}

.comparison-title {
    font-family: "Inter", Sans-serif;
    font-size: 39px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    color: #000000;
    margin: 0 0 35px;
}

.comparison-container {
    max-width: 1150px;
}

.certified-section {
    min-height: 560px;
}

.specialties-support-section {
    background-image: url('../images/Group-306-1.png');
    background-position: center center;
    background-size: cover;
    min-height: 1039px;
}

@media (max-width: 1442px) {
    .home-page .main-header {
        width: calc(100% - 60px);
        max-width: 1550px;
    }
}

@media (max-width: 1024px) {
    .home-page .main-header {
        top: 20px;
        width: calc(100% - 40px);
    }

    .hero-section {
        min-height: 526px;
        margin-top: -120px;
        padding: 0;
        background-position: center left;
    }

    .gsb-title-large {
        font-size: 55px;
        width: 85%;
        max-width: 85%;
    }

    .hero-description {
        font-size: 20px;
        line-height: 32px;
    }

    .stats-row {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .stat-item {
        flex: 0 0 auto;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 620px;
        margin-top: -80px;
        padding: 130px 0 0;
        background-position: -661px 0;
        align-items: flex-end;
    }

    .gsb-title-large {
        font-size: 24.97px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    .hero-content {
        transform: translateY(45px);
    }

    .hero-description {
        font-size: 13.53px;
        line-height: 1.6;
        text-align: left;
    }

    .stats-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        margin-top: 0;
    }

    .stat-item {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
    }

    .stat-text h3 {
        font-size: 11.69px;
        line-height: 27.29px;
    }

    .gsb-btn {
        font-size: 12px;
        padding: 10px 25px;
    }

    .home-page .hero-buttons {
        justify-content: flex-start;
        margin: 0 0 25px;
    }
}

@media (max-width: 430px) {
    .home-page .main-header {
        top: 20px;
        left: 20px;
        right: 20px;
        width: auto;
        transform: none;
        padding: 0;
    }

    .home-page .header-container {
        min-height: 31px;
    }

    .logo img {
        width: 104px;
        max-width: 104px;
        height: 45px;
        object-fit: contain;
        object-position: center center;
    }

    .hero-section {
        min-height: 620px;
        margin-top: -80px;
        padding: 130px 0 0;
        background-position: -661px 0;
        align-items: flex-end;
    }

    .gsb-title-large {
        font-size: 24.97px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    .hero-content {
        transform: translateY(45px);
    }

    .hero-description {
        font-size: 13.53px;
        line-height: 1.6;
        text-align: left;
    }

    .stats-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        margin-top: 0;
    }

    .stat-item {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
    }

    .stat-text h3 {
        font-size: 11.69px;
        line-height: 27.29px;
    }

    .gsb-btn {
        font-size: 12px;
        padding: 10px 25px;
    }

    .home-page .hero-buttons {
        justify-content: flex-start;
        margin: 0 0 25px;
    }

    .full-width-btn {
        font-size: 14px;
        letter-spacing: 4px;
        padding: 24px 10px;
    }

    .section-title,
    .hire-title,
    .comparison-title,
    .advantage-main-title,
    .testimonials-title {
        font-size: 30px;
    }
}

/* ==================== About page GreenTest parity ==================== */
.about-page .hero-section {
    min-height: 800px;
    margin-top: -160px;
    padding: 160px 0 0;
    background-image: url('../images/Group-319.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-page .hero-section::before {
    background: rgba(0, 0, 0, 0.45);
}

.about-page .hero-content {
    max-width: 100%;
}

.about-eyebrow {
    font-family: "Inter", Sans-serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 63px;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}

.about-hero-title {
    font-family: "Inter", Sans-serif;
    font-size: 54px;
    font-weight: 200;
    text-transform: capitalize;
    line-height: 63px;
    color: #FFFFFF;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.about-hero-description {
    width: 74%;
    max-width: 74%;
    margin: 0 auto 18px;
    font-family: "Inter", Sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
}

.about-page .hero-buttons {
    margin: 0 0 80px;
}

.about-page .full-width-btn {
    padding: 40px 0;
    line-height: 22px;
}

.about-trust-section {
    margin-top: 50px;
    padding: 0;
}

.about-trust-section .container {
    min-height: 876px;
    display: flex;
    align-items: center;
}

.about-trust-section .hire-title,
.about-copy-section .section-title {
    font-family: "Inter", Sans-serif;
    font-size: 39px;
    font-weight: 300;
    color: #000000;
}

.about-trust-section .hire-description,
.about-copy-section .outsource-text-secondary {
    font-family: "Inter", Sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 35px;
    color: #000000;
}

.about-testimonial {
    max-width: 1150px;
    margin: 0 auto 50px;
    border-radius: 20px;
    padding: 20px;
    background: #F7F7F7;
}

.about-testimonial .testimonial-text {
    font-style: italic;
}

.about-copy-section {
    padding: 50px 0 0;
}

.about-copy-section .outsource-content {
    min-height: auto;
}

.about-video-section {
    margin-top: 0;
}

.about-page .video-full-btn {
    background-color: #49C2C9;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 10px;
    color: #FFFFFF;
    padding: 40px 0;
}

.about-revenue-video .about-wide-video {
    max-width: 1247px;
    margin: 30px auto 0;
}

.about-revenue-video .full-width-video {
    aspect-ratio: 2.33333 / 1;
    object-fit: cover;
}

.about-revenue-title {
    padding: 53px 0 20px;
    text-align: center;
    background: #FFFFFF;
}

.about-revenue-title h2 {
    font-family: "Inter", Sans-serif;
    font-size: 51px;
    font-weight: 300;
    text-transform: capitalize;
    color: #0B8487;
    margin: 0;
}

.about-team-section {
    padding: 53px 0 20px;
    background: #FFFFFF;
}

.about-team-section .advantage-main-title,
.about-security-heading .advantage-main-title {
    font-family: "Inter", Sans-serif;
    font-size: 39px;
    font-weight: 300;
    line-height: 63px;
    color: #000000;
}

.about-team-grid {
    max-width: 1247px;
    margin: 30px auto 0;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.about-team-card {
    width: auto;
    min-height: 210px;
    margin: 10px;
    padding: 30px;
    background: #F7F7F7;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-team-card .advantage-card-title {
    font-family: "Inter", Sans-serif;
    font-size: 27px;
    font-weight: 400;
    color: #0A8588;
    margin: 0 0 12px;
}

.about-role {
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin: -10px 0 14px;
}

.about-team-card .advantage-card-text {
    font-family: "Inter", Sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
    color: #000000;
    line-height: 1.5;
    margin: 0;
}

.about-security-heading {
    padding: 53px 0 20px;
}

.about-security-section {
    background: #EEEEEE;
    padding: 50px;
    color: #000000;
}

.about-security-section .track-content {
    max-width: 1189px;
}

.about-security-section .track-text {
    font-family: "Inter", Sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 35px;
    color: #000000;
}

.about-security-section .track-heading {
    font-family: "Inter", Sans-serif;
    font-size: 39px;
    font-weight: 300;
    line-height: 63px;
    color: #000000;
    margin: 40px 0 0;
}

.about-page .contact-description {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .about-page .hero-section {
        min-height: 500px;
    }

    .about-eyebrow {
        font-size: 35px;
    }

    .about-hero-title {
        font-size: 40px;
    }

    .about-hero-description {
        width: 700px;
        max-width: 700px;
        font-size: 18px;
    }

    .about-page .gsb-btn {
        font-size: 12px;
        padding: 10px 25px;
    }

    .about-trust-section .container {
        min-height: 570px;
    }

    .about-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 430px) {
    .about-page .hero-section {
        min-height: 550px;
        padding: 180px 0 0;
        margin-top: -80px;
    }

    .about-page .hero-content {
        text-align: left;
        padding: 20px;
    }

    .about-eyebrow {
        text-align: left;
        font-size: 24.97px;
        line-height: 34.96px;
    }

    .about-hero-title {
        text-align: left;
        font-size: 21.03px;
        line-height: 24px;
    }

    .about-hero-description {
        width: 100%;
        max-width: 100%;
        text-align: left;
        font-size: 13.53px;
        line-height: 22px;
    }

    .about-page .hero-buttons {
        justify-content: flex-start;
        margin-bottom: 40px;
    }

    .about-trust-section .container {
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-team-grid {
        grid-template-columns: 1fr;
    }

    .about-revenue-title h2 {
        font-size: 30px;
    }

    .about-security-section {
        padding: 50px 10px;
    }
}

/* ==================== EHR page GreenTest parity ==================== */
.ehr-page {
    --ehr-teal: #49C2C9;
    --ehr-dark-teal: #0A8588;
    --ehr-card: #008C85;
    font-family: "Inter", sans-serif;
}

.ehr-page .main-header {
    z-index: 30;
}

.ehr-page main {
    overflow: hidden;
}

.ehr-hero {
    min-height: 800px;
    margin-top: -160px;
    padding: 160px 0 0;
    background-image: url('../images/Group-323-1.png');
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}

.ehr-hero-content {
    width: 100%;
    padding-bottom: 140px;
    text-align: center;
    color: #fff;
}

.ehr-hero h1 {
    margin: 0 0 10px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 54px;
    font-weight: 200;
    line-height: 1.18;
    text-transform: capitalize;
}

.ehr-hero h1 span {
    display: block;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.25;
}

.ehr-hero p {
    width: 74%;
    max-width: 74%;
    margin: 0 auto 28px;
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.55;
}

.ehr-outline-btn {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 22.2px;
    padding: 18px 52px 19px;
    text-decoration: none;
}

.ehr-outline-btn:hover {
    background: var(--ehr-teal);
    border-color: var(--ehr-teal);
    color: #000;
}

.ehr-wide-button a {
    display: block;
    width: 100%;
    background: var(--ehr-teal);
    border-radius: 0;
    color: #161616;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 8.9px;
    line-height: 22px;
    padding: 40px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.ehr-wide-button a:hover,
.ehr-wide-button-dark a:hover {
    background: var(--ehr-dark-teal);
    color: #fff;
}

.ehr-intro {
    min-height: 876px;
    margin: 30px 0 -15px;
    display: flex;
    align-items: center;
    text-align: center;
}

.ehr-intro h2,
.ehr-demand h2,
.ehr-features h2 {
    margin: 0 0 27px;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 39px;
    font-weight: 300;
    line-height: 1.3;
    text-transform: capitalize;
}

.ehr-intro-copy {
    width: 79%;
    max-width: 79%;
    margin: 0 auto;
    color: #000;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.65;
}

.ehr-intro-copy p {
    margin: 0 0 15px;
}

.ehr-testimonial {
    max-width: 1150px;
    margin: 50px auto 0;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 20px;
    color: #000;
    text-align: left;
}

.ehr-testimonial-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.ehr-testimonial-top img:first-child {
    width: 32px;
    height: 25px;
}

.ehr-testimonial-top img:last-child {
    width: 110px;
    height: 21px;
}

.ehr-quote {
    margin: 0 0 0 30px;
    color: #000;
    font-size: 21px;
    font-style: italic;
    font-weight: 300;
    line-height: 35px;
}

.ehr-author {
    margin: 0 0 0 30px;
    color: #000;
    font-size: 21px;
    font-weight: 700;
    line-height: 35px;
}

.ehr-video {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 2.33333 / 1;
    background-image: url('../images/asdasdasdasd.png');
    background-position: center center;
    background-size: cover;
    text-decoration: none;
}

.ehr-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    color: #fff;
    font-size: 58px;
    line-height: 76px;
    text-align: center;
}

.ehr-wide-button-dark a {
    background: var(--ehr-card);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4.9px;
}

.ehr-demand {
    margin: 50px 0;
    text-align: center;
}

.ehr-demand h2 {
    margin-bottom: 16px;
}

.ehr-demand p {
    margin: 0 0 22px;
    color: #000;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.55;
}

.ehr-phone {
    display: block;
    width: 40%;
    max-width: 40%;
    margin: 0 auto;
    background: var(--ehr-card);
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 8.7px;
    line-height: 22.2px;
    padding: 22px 40px;
    text-align: center;
    text-decoration: none;
}

.ehr-phone:hover {
    background: var(--ehr-dark-teal);
    color: #fff;
}

.ehr-stats {
    max-width: 1150px;
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.ehr-stat {
    background: var(--ehr-card);
    padding: 25px;
    color: #fff;
    text-align: center;
}

.ehr-stat h3,
.ehr-stat p {
    margin: 0;
    color: #fff;
    font-size: 27px;
    line-height: 63px;
}

.ehr-stat h3 {
    font-weight: 300;
}

.ehr-stat p {
    font-weight: 700;
}

.ehr-greenpay {
    min-height: 300px;
    padding: 20px;
    background: var(--ehr-teal);
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
}

.ehr-greenpay h2 {
    margin: -75px 0 18px;
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    line-height: 1.3;
}

.ehr-greenpay p {
    margin: 0 0 16px;
    color: #fff;
    font-size: 16px;
    line-height: 1.65;
}

.ehr-learn-strip {
    margin-top: -60px;
}

.ehr-learn-strip a {
    font-size: 12px;
    padding: 20px 0;
}

.ehr-features {
    margin: 25px 0;
    text-align: center;
}

.ehr-features h2 {
    margin-bottom: 16px;
    font-size: 39px;
}

.ehr-features-intro {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65;
}

.ehr-feature-grid {
    max-width: 1140px;
    margin: 30px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ehr-feature-grid article {
    min-height: 260px;
    margin: 10px;
    padding: 25px;
    background: var(--ehr-card);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.ehr-feature-grid h3 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 27px;
    font-weight: 300;
    line-height: 1.25;
}

.ehr-feature-grid p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.ehr-mobile-expert {
    display: none;
}

.ehr-final-cta {
    padding: 20px;
    background-image: url('../images/billing-experts.webp');
    background-repeat: no-repeat;
    background-position: 65vw 100px;
    background-size: 605px auto;
}

.ehr-final-copy {
    width: 50%;
    min-height: 420px;
    padding: 35px 0 20px;
}

.ehr-final-copy h2 {
    margin: 0 0 20px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}

.ehr-final-copy p {
    margin: 0 0 12px;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}

.ehr-form {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.ehr-form input {
    width: 100%;
    height: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    color: #000;
    font-size: 10px;
    padding: 8px 12px;
}

.ehr-form button {
    grid-column: 1 / -1;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: var(--ehr-card);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 16px;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .ehr-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .ehr-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ehr-final-cta {
        background-position: 30vw 100px;
    }
}

@media (max-width: 430px) {
    .ehr-hero {
        min-height: 550px;
        margin-top: -80px;
        padding: 120px 0 0;
        background-position: center center;
    }

    .ehr-hero-content {
        padding: 20px 20px 90px;
        text-align: left;
    }

    .ehr-hero h1 {
        font-size: 25.62px;
    }

    .ehr-hero h1 span {
        font-size: 21.35px;
    }

    .ehr-hero p {
        width: 100%;
        max-width: 100%;
        font-size: 11px;
        line-height: 1.55;
    }

    .ehr-outline-btn {
        font-size: 9.37px;
        padding: 14px 32px;
    }

    .ehr-wide-button a {
        font-size: 8.43px;
        letter-spacing: 1.8px;
        padding: 20px 0;
    }

    .ehr-intro {
        min-height: 401px;
        margin: 25px 0;
        padding: 0 20px;
    }

    .ehr-intro h2 {
        font-size: 14.74px;
    }

    .ehr-intro-copy {
        width: 100%;
        max-width: 100%;
        font-size: 6.97px;
    }

    .ehr-intro-copy p {
        margin: 0;
    }

    .ehr-testimonial {
        margin: 30px auto 0;
        padding: 20px;
    }

    .ehr-quote,
    .ehr-author {
        margin-left: 0;
        font-size: 10.5px;
        line-height: 20px;
    }

    .ehr-wide-button-dark a {
        font-size: 6px;
        line-height: 8px;
        padding: 15px;
    }

    .ehr-demand {
        margin: 30px 0;
        padding: 20px;
    }

    .ehr-demand h2 {
        font-size: 17px;
    }

    .ehr-demand p {
        font-size: 12px;
    }

    .ehr-phone {
        width: 100%;
        max-width: 100%;
        font-size: 18px;
        letter-spacing: 3px;
    }

    .ehr-stats {
        max-width: 338px;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
    }

    .ehr-stat {
        margin: 10px;
        padding: 0 0 15px;
    }

    .ehr-stat h3,
    .ehr-stat p {
        font-size: 13.66px;
        line-height: 25px;
    }

    .ehr-greenpay {
        min-height: 250px;
        padding: 80px 20px 20px;
    }

    .ehr-greenpay h2 {
        margin: 0 0 20px;
        font-size: 27.5px;
        line-height: 17.24px;
    }

    .ehr-greenpay p {
        font-size: 10.6px;
        line-height: 17.67px;
    }

    .ehr-learn-strip {
        margin-top: -62px;
    }

    .ehr-features {
        margin: 25px 0;
        padding: 0 20px;
    }

    .ehr-features h2 {
        font-size: 18.48px;
        line-height: 24.77px;
    }

    .ehr-features-intro {
        font-size: 11.2px;
        line-height: 18.66px;
    }

    .ehr-feature-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ehr-feature-grid article {
        min-height: 0;
        margin: 10px;
    }

    .ehr-feature-grid h3,
    .ehr-feature-grid p {
        font-size: 16px;
    }

    .ehr-mobile-expert {
        display: block;
        text-align: center;
    }

    .ehr-mobile-expert img {
        width: 100%;
        max-width: 428px;
        height: auto;
    }

    .ehr-final-cta {
        margin-top: -30px;
        background-position: 68vw 0;
    }

    .ehr-final-copy {
        width: 100%;
        min-height: 0;
    }

    .ehr-final-copy h2 {
        font-size: 24.94px;
        line-height: 32.49px;
    }

    .ehr-final-copy p {
        font-size: 10px;
        line-height: 15px;
    }

    .ehr-form {
        grid-template-columns: 1fr;
    }

    .ehr-form input {
        font-size: 9.31px;
        line-height: 32.59px;
    }

    .ehr-form button {
        font-size: 8.41px;
        line-height: 15.59px;
        letter-spacing: 1.8px;
    }
}

/* Final Medical Billing cascade layer */
.medical-billing-page .hero-section {
    min-height: 800px;
    margin-top: -160px;
    padding: 160px 0 0;
    background-image: url('../images/Group-3345.png') !important;
    background-position: top center !important;
    background-size: cover !important;
    align-items: flex-end;
}

.medical-billing-page .hero-section::before {
    background: transparent !important;
}

.medical-billing-page .hero-section h2 {
    font-size: 48px !important;
    font-weight: 500 !important;
    line-height: 68px !important;
}

.medical-billing-page .hero-section h1 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 18px;
    font-size: 73px !important;
    font-weight: 200 !important;
    line-height: 68px !important;
}

.medical-billing-page .hero-text {
    width: 75%;
    max-width: 75% !important;
    margin: 0 auto 18px !important;
    font-size: 23px !important;
    font-weight: 400;
    line-height: 35px !important;
    text-align: center;
}

.medical-billing-page .btn-explore-more {
    margin-bottom: 70px;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 22.2px;
    padding: 20px 50px;
}

.medical-billing-page .full-width-btn {
    background: #49C2C9;
    border-radius: 0;
    color: #161616;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 8.9px;
    padding: 40px 0;
}

.medical-billing-page #whatweoffer {
    min-height: 876px;
    margin-top: 50px;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

.medical-billing-page #whatweoffer h2:first-child {
    font-size: 39px !important;
    font-weight: 300 !important;
    line-height: 63px !important;
}

.medical-billing-page #whatweoffer .gsb-title-medium {
    margin-top: -30px;
    color: #0A8588;
    font-size: 53px !important;
    font-weight: 500 !important;
    line-height: 63px !important;
}

.medical-billing-page #whatweoffer .text-center > p {
    width: 70%;
    max-width: 70% !important;
    font-size: 21px !important;
    font-weight: 300;
    line-height: 35px !important;
}

.medical-billing-page .offer-item-v2 h3 {
    font-size: 19px !important;
    line-height: 28px !important;
}

.medical-billing-page .offer-item-v2 p {
    font-size: 21px !important;
    font-weight: 300;
    line-height: 35px !important;
}

@media (max-width: 430px) {
    .medical-billing-page .hero-section {
        min-height: 550px;
        margin-top: -80px;
        padding: 120px 0 0;
    }

    .medical-billing-page .hero-section .col-lg-10 {
        padding: 20px;
        text-align: left;
    }

    .medical-billing-page .hero-section h2 {
        text-align: left !important;
        font-size: 21.35px !important;
        line-height: 1.35 !important;
    }

    .medical-billing-page .hero-section h1 {
        text-align: left;
        font-size: 25.62px !important;
        line-height: 1.25 !important;
    }

    .medical-billing-page .hero-text {
        width: 100%;
        max-width: 100% !important;
        text-align: left;
        font-size: 11px !important;
        line-height: 18px !important;
    }

.medical-billing-page .full-width-btn {
        font-size: 8.43px;
        letter-spacing: 1.8px;
        padding: 20px 0;
    }

    .medical-billing-page #whatweoffer {
        min-height: 630px;
        margin-top: 0;
        padding: 20px !important;
    }
}

/* Medical Billing specialties screenshot match */
.medical-billing-page .mb-specialties-section {
    padding: 0 0 18px !important;
    background: #fff !important;
}

.medical-billing-page .mb-specialties-section .container {
    max-width: 1285px;
}

.medical-billing-page .mb-specialties-section .text-center {
    margin-bottom: 28px !important;
}

.medical-billing-page .mb-specialties-section h2 {
    margin: 0;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 39px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    letter-spacing: 0;
}

.medical-billing-page .mb-specialties-section h2 .text-teal {
    color: #16858a !important;
    font-weight: 700 !important;
}

.medical-billing-page .mb-specialties-section .row {
    align-items: center !important;
    --bs-gutter-x: 48px;
}

.medical-billing-page .mb-specialties-section .col-lg-6:first-child {
    padding-left: 10px;
}

.medical-billing-page .mb-specialties-section .col-lg-6:first-child > p:first-child {
    max-width: 560px;
    margin: 0 0 24px !important;
    color: #000;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1.48;
}

.medical-billing-page .specialty-list-v2 {
    display: grid;
    gap: 13px;
    margin-bottom: 24px;
}

.medical-billing-page .specialty-list-v2 > div {
    gap: 14px !important;
    margin: 0 !important;
}

.medical-billing-page .specialty-list-v2 img {
    width: 28px !important;
    height: 28px;
    object-fit: contain;
    flex: 0 0 28px;
    filter: hue-rotate(145deg) saturate(1.6);
}

.medical-billing-page .specialty-list-v2 h3 {
    margin: 0 !important;
    color: #000;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1.35;
}

.medical-billing-page .mb-specialties-view {
    margin: 28px 0 14px !important;
}

.medical-billing-page .mb-specialties-view a {
    color: #16858a !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.2;
}

.medical-billing-page .mb-specialties-copy {
    width: calc(100vw - 240px);
    max-width: 1120px;
    margin: 0 !important;
    color: #000;
    font-size: 23px !important;
    font-weight: 400;
    line-height: 1.5 !important;
}

.medical-billing-page .mb-specialties-copy b {
    font-weight: 700;
}

.medical-billing-page .specialty-image-wrapper {
    display: block !important;
    width: 100%;
    text-align: center;
}

.medical-billing-page .specialty-image-wrapper img {
    width: 470px;
    max-width: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

@media (max-width: 1024px) {
    .medical-billing-page .mb-specialties-section .container {
        max-width: 920px;
    }

    .medical-billing-page .mb-specialties-section h2 {
        font-size: 34px !important;
    }

    .medical-billing-page .mb-specialties-section .col-lg-6:first-child > p:first-child,
    .medical-billing-page .specialty-list-v2 h3,
    .medical-billing-page .mb-specialties-view a,
    .medical-billing-page .mb-specialties-copy {
        font-size: 20px !important;
    }

    .medical-billing-page .mb-specialties-copy {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .medical-billing-page .mb-specialties-section {
        padding: 28px 0 !important;
    }

    .medical-billing-page .mb-specialties-section h2 {
        font-size: 24px !important;
        text-align: center;
    }

    .medical-billing-page .mb-specialties-section .row {
        --bs-gutter-y: 24px;
    }

    .medical-billing-page .mb-specialties-section .col-lg-6:first-child {
        padding-left: 12px;
        padding-right: 12px;
    }

    .medical-billing-page .mb-specialties-section .col-lg-6:first-child > p:first-child,
    .medical-billing-page .specialty-list-v2 h3,
    .medical-billing-page .mb-specialties-view a,
    .medical-billing-page .mb-specialties-copy {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .medical-billing-page .specialty-image-wrapper img {
        width: 330px;
    }
}
