* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: #234e3d;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

.container {
    width: 100%;
    max-width: 96rem;
    margin: auto;
    padding: 0 20px;
}

/* =========================
   HEADER
========================= */

.main-header {
    background: #fff;
    padding: 16px 0;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.logo img {
    width: 240px;
}

/* MENU */

.desktop-menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.desktop-menu a {
    color: #234838;
    font-size: 0.8rem;
    font-weight: 500;
}

/* BUTTONS */

.header-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
}

.btn {
    padding: 14px 24px;
    border-radius: 10px;
    font-size: .875rem;
    font-weight: 600;
    transition: .3s;
    white-space: nowrap;
}

.btn-orange {
    background: #f6802c;
    color: #fff;
}

.btn-green {
    background: #234e3d;
    color: #fff;
}

/* MOBILE TOGGLE */

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.125rem;
    cursor: pointer;
}

/* =========================
   HERO
========================= */

.hero-section {
    padding: 80px 0;
    background: #234e3d;
}

.hero-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.hero-content {
    flex: 1;
    min-width: 0;
}

.hero-badge {
    display: inline-block;
    padding: 10px 10px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 60px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 40px;
}

.hero-content h1 {
    color: #fff;
    font-size: 3.2rem;
    line-height: 1.08;
    font-weight: 800;
    margin-bottom: 18px;
}

.hero-content h2 {
    color: #ffde17;
    font-size: 3.2rem;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 30px;
}

.hero-content p {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 650px;
}

/* PARTNER CARD */

.partner-card {
    flex: 1;
    max-width: 700px;
    background: #9ea8a0;
    border-radius: 30px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, .5);
    text-align: center;
}

.partner-card h3 {
    color: #ffde17;
    font-size: 1.875rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.partner-card img {
    width: 170px;
    margin: 0 auto 24px;
}

.partner-card p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.45;
    font-weight: 700;
}

/* =========================
   LAPTOP
========================= */

@media(max-width:1200px) {

    .desktop-menu {
        gap: 18px;
    }

    .desktop-menu a {
        font-size: 15px;
    }

    .btn {
        padding: 12px 18px;
        font-size: 14px;
    }

    .hero-content h1 {
        font-size: 58px;
    }

    .hero-content h2 {
        font-size: 54px;
    }

    .partner-card h3 {
        font-size: 1.5rem;
    }

    .partner-card p {
        font-size: 1rem;
    }

}

/* =========================
   TABLET
========================= */

@media(max-width:992px) {

    .desktop-menu,
    .header-buttons {
        display: none;
    }

    .mobile-toggle {
        display: block;
    }

    .hero-grid {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-content,
    .partner-card {
        width: 100%;
        max-width: 100%;
    }

    .hero-content h1 {
        font-size: 52px;
    }

    .hero-content h2 {
        font-size: 50px;
    }

}

/* =========================
   MOBILE
========================= */

@media(max-width:768px) {

    .main-header {
        padding: 14px 0;
    }

    .logo img {
        width: 200px;
    }

    .hero-section {
        padding: 45px 0;
    }

    .hero-badge {
        width: 100%;
        border-radius: 40px;
        font-size: 15px;
        padding: 18px 22px;
    }

    .hero-content h1 {
        font-size: 1.5rem;
    }

    .hero-content h2 {
        font-size: 1.5rem;
    }

    .hero-content p {
        font-size: .875rem;
    }

    .partner-card {
        padding: 25px;
        border-radius: 24px;
    }

    .partner-card h3 {
        font-size: 30px;
    }

    .partner-card img {
        width: 170px;
    }

    .partner-card p {
        font-size: .875rem;
        line-height: 1.5;
    }

}

/* =========================
   SMALL MOBILE
========================= */

@media(max-width:480px) {

    .hero-content h1 {
        font-size: 2.25rem;
    }

    .hero-content h2 {
        font-size: 2.25rem;
    }

    .hero-content p {
        font-size: .875rem;
    }

    .partner-card h3 {
        font-size: 26px;
    }

}

/* =========================
TREATMENT SECTION
========================= */

.treatment-section {
    background: #f3f2f0;
    padding: 100px 0 70px;
}

.section-heading {
    text-align: center;
    max-width: 900px;
    margin: auto;
    margin-bottom: 60px;
}

.section-heading span {
    display: block;
    color: #f56a16;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.section-heading h2 {
    color: #204b3a;
    font-size: 2.25rem;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 25px;
}

.section-heading p {
    color: #67728a;
    font-size: 1rem;
    line-height: 1.6;
}

/* GRID */

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* CARD */

.stat-card {
    background: #fff;
    border-radius: 24px;
    padding: 45px 30px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    border: 1px solid #e5e5e5;
}

.stat-card h3 {
    color: #f56a16;
    font-size: 2.25rem;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 25px;
}

.stat-card h4 {
    color: #173d31;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 18px;
}

.stat-card p {
    color: #67728a;
    font-size: .875rem;
    line-height: 1.5;
}

/* =========================
FEATURES STRIP
========================= */

.features-strip {
    background: #fff;
    padding: 45px 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feature-icon {
    color: #f56a16;
    font-size: 1.875rem;
    margin-bottom: 18px;
}

.feature-item h4 {
    color: #173d31;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 500;
}

/* =========================
LAPTOP
========================= */

@media(max-width:1200px) {

    .section-heading h2 {
        font-size: 50px;
    }

    .section-heading p {
        font-size: .875rem;
    }

    .stat-card h3 {
        font-size: 48px;
    }

    .stat-card h4 {
        font-size: 1rem;
    }

    .stat-card p {
        font-size: 1rem;
    }



}

/* =========================
TABLET
========================= */

@media(max-width:992px) {

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 50px;
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:768px) {

    .treatment-section {
        padding: 70px 0 50px;
    }

    .section-heading {
        margin-bottom: 45px;
    }

    .section-heading span {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .section-heading h2 {
        font-size: 1.5rem;
    }

    .section-heading p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-card {
        padding: 40px 25px;
        border-radius: 22px;
    }

    .stat-card h3 {
        font-size: 52px;
    }

    .stat-card h4 {
        font-size: 1rem;
    }

    .stat-card p {
        font-size: .875rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }





}

/* =========================
SMALL MOBILE
========================= */

@media(max-width:480px) {

    .section-heading h2 {
        font-size: 1.125rem;
    }

    .section-heading p {
        font-size: 17px;
    }

    .stat-card h3 {
        font-size: 1.5rem;
    }

    .stat-card h4 {
        font-size: 1rem;
    }

}

/* =========================
TREATMENT URGENCY SECTION
========================= */

.urgency-section {
    background: #fff;
    padding: 100px 0;
    border-top: 1px #e6e8ec solid;
}


/* TOP HEADING */

.urgency-heading {
    text-align: center;
    max-width: 950px;
    margin: auto;
    margin-bottom: 60px;
}

.urgency-badge {
    display: inline-block;
    background: #2b5743;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 18px 34px;
    border-radius: 60px;
    margin-bottom: 30px;
}

.urgency-heading h2 {
    color: #1e4938;
    font-size: 2.25rem;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 25px;
}

.urgency-heading p {
    color: #67728a;
    font-size: 1.125rem;
    line-height: 1.6;
}

/* GRID */

.urgency-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

/* CARD */

.urgency-card {
    background: #f7f5f2;
    border: 1px solid #2b5743;
    border-radius: 28px;
    padding: 45px 35px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.urgency-number {
    width: 90px;
    height: 90px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 35px;
}

/* COLORS */

.yellow {
    background: #f7d81d;
    color: #1d4938;
}

.green {
    background: #2b5743;
    color: #fff;
}

.orange {
    background: #ff6a13;
    color: #fff;
}

/* TEXT */

.urgency-card p {
    color: #173d31;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 500;
    max-width: 320px;
}

/* BUTTON */

.urgency-btn-wrap {
    text-align: center;
}

.urgency-btn {
    display: inline-block;
    background: #f7d81d;
    color: #173d31;
    padding: 18px 40px;
    border-radius: 10px;
    font-size: .875rem;
    font-weight: 300;
    transition: .3s;
}

.urgency-btn:hover {
    transform: translateY(-2px);
}

/* =========================
LAPTOP
========================= */

@media(max-width:1200px) {

    .urgency-heading h2 {
        font-size: 52px;
    }

    .urgency-heading p {
        font-size: .875rem;
    }

    .urgency-card p {
        font-size: 26px;
    }

}

/* =========================
TABLET
========================= */

@media(max-width:992px) {

    .urgency-grid {
        grid-template-columns: 1fr;
    }

    .urgency-card {
        min-height: auto;
        padding: 50px 30px;
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:768px) {

    .urgency-section {
        padding: 70px 0;
    }

    .urgency-heading {
        margin-bottom: 45px;
    }

    .urgency-badge {
        font-size: .875rem;
        padding: 16px 28px;
        margin-bottom: 25px;
    }

    .urgency-heading h2 {
        font-size: 1.5rem;
    }

    .urgency-heading p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .urgency-grid {
        gap: 25px;
        margin-bottom: 45px;
    }

    .urgency-card {
        border-radius: 24px;
        padding: 45px 25px;
    }

    .urgency-number {
        width: 72px;
        height: 72px;
        font-size: 1.125rem;
        border-radius: 18px;
        margin-bottom: 28px;
    }

    .urgency-card p {
        font-size: .875rem;
        line-height: 1.5;
    }

    .urgency-btn {
        width: 100%;
        text-align: center;
        font-size: .875rem;
        padding: 16px 20px;
    }

}

/* =========================
SMALL MOBILE
========================= */

@media(max-width:480px) {

    .urgency-heading h2 {
        font-size: 1.125rem;
    }

    .urgency-heading p {
        font-size: 17px;
    }

    .urgency-card p {
        font-size: .875rem;
    }

}

/* =========================
COMPARISON SECTION
========================= */

.comparison-section {
    background: #f7f5f2;
    padding: 100px 0;
}

/* HEADING */

.comparison-heading {
    text-align: center;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 50px;
}

.comparison-badge {
    display: inline-block;
    background: #2b5743;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 18px 34px;
    border-radius: 60px;
    margin-bottom: 30px;
}

.comparison-heading h2 {
    color: #1d4938;
    font-size: 2.25rem;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 25px;
}

.comparison-heading h2 span {
    color: #ff6a13;
}

.comparison-heading p {
    color: #67728a;
    font-size: 1.125rem;
    line-height: 1.6;
}

/* TABLE WRAPPER */

.table-slider {
    overflow-x: auto;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

/* SCROLLBAR */

.table-slider::-webkit-scrollbar {
    height: 8px;
}

.table-slider::-webkit-scrollbar-thumb {
    background: #d1d1d1;
    border-radius: 20px;
}

/* TABLE */

.comparison-table {
    width: 100%;
    min-width: 1000px;
    border-collapse: collapse;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
}

/* HEADER */

.comparison-table thead {
    background: linear-gradient(to right, #15253d, #000);
}

.comparison-table th {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    padding: 30px 25px;
}

.comparison-table th:first-child {
    text-align: left;
}

/* BODY */

.comparison-table td {
    color: #173d31;
    font-size: 1rem;
    padding: 34px 25px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    line-height: 1.5;
}

.comparison-table td:first-child {
    text-align: left;
    font-weight: 600;
}

/* HIGHLIGHT ROW */

.highlight-row {
    background: #f1ecc7;
}

.highlight-row td {
    font-weight: 700;
}

/* =========================
LAPTOP
========================= */

@media(max-width:1200px) {

    .comparison-heading h2 {
        font-size: 52px;
    }

    .comparison-heading p {
        font-size: .875rem;
    }

    .comparison-table th {
        font-size: .875rem;
    }

    .comparison-table td {
        font-size: 1rem;
    }

}

/* =========================
TABLET
========================= */

@media(max-width:992px) {

    .comparison-section {
        padding: 80px 0;
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:768px) {

    .comparison-section {
        padding: 70px 0;
    }

    .comparison-heading {
        margin-bottom: 40px;
    }

    .comparison-badge {
        font-size: .875rem;
        padding: 16px 28px;
        margin-bottom: 25px;
    }

    .comparison-heading h2 {
        font-size: 1.5rem;
    }

    .comparison-heading p {
        font-size: 1rem;
        line-height: 1.5;
    }

    /* MOBILE SLIDER */

    .table-slider {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .comparison-table {
        min-width: 850px;
    }

    .comparison-table th {
        font-size: .875rem;
        padding: 22px 18px;
    }

    .comparison-table td {
        font-size: .875rem;
        padding: 24px 18px;
    }

}

/* =========================
SMALL MOBILE
========================= */

@media(max-width:480px) {

    .comparison-heading h2 {
        font-size: 1.125rem;
    }

    .comparison-heading p {
        font-size: 17px;
    }

    .comparison-table {
        min-width: 780px;
    }

    .comparison-table th {
        font-size: .875rem;
    }

    .comparison-table td {
        font-size: .875rem;
    }

}

/* =========================
INSURANCE SUPPORT SECTION
========================= */

.insurance-section {
    background: #fff;
    padding: 100px 0;
}

/* HEADING */

.insurance-heading {
    text-align: center;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 60px;
}

.insurance-badge {
    display: inline-block;
    background: #2b5743;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 18px 34px;
    border-radius: 60px;
    margin-bottom: 30px;
}

.insurance-heading h2 {
    color: #1d4938;
    font-size: 2.25rem;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 25px;
}

.insurance-heading p {
    color: #67728a;
    font-size: 1rem;
    line-height: 1.6;
}

/* GRID */

.insurance-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

/* CARD */

.insurance-card {
    background: #f7f5f2;
    border: 1px solid #2b5743;
    border-radius: 28px;
    padding: 45px 35px;
    width: 100%;
}

.insurance-card h3 {
    color: #173d31;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
}

.insurance-card p {
    color: #67728a;
    font-size: 1rem;
    line-height: 1.7;
}

/* BUTTON */

.insurance-btn-wrap {
    text-align: center;
}

.insurance-btn {
    display: inline-block;
    background: #f7d81d;
    color: #173d31;
    padding: 18px 40px;
    border-radius: 10px;
    font-size: .875rem;
    font-weight: 600;
    transition: .3s;
}

.insurance-btn:hover {
    transform: translateY(-2px);
}

/* =========================
LAPTOP
========================= */

@media(max-width:1200px) {

    .insurance-heading h2 {
        font-size: 52px;
    }

    .insurance-heading p {
        font-size: .875rem;
    }

    .insurance-card h3 {
        font-size: 30px;
    }

    .insurance-card p {
        font-size: 1rem;
    }

}

/* =========================
TABLET
========================= */

@media(max-width:992px) {

    .insurance-grid {
        grid-template-columns: 1fr;
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:768px) {

    .insurance-section {
        padding: 70px 0;
    }

    .insurance-heading {
        margin-bottom: 45px;
    }

    .insurance-badge {
        font-size: .875rem;
        padding: 16px 28px;
        margin-bottom: 25px;
    }

    .insurance-heading h2 {
        font-size: 1.5rem;
    }

    .insurance-heading p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .insurance-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .insurance-card {
        padding: 35px 25px;
        border-radius: 24px;
    }

    .insurance-card h3 {
        font-size: 1rem;
    }

    .insurance-card p {
        font-size: .875rem;
        line-height: 1.6;
    }

    .insurance-btn {
        width: 100%;
        text-align: center;
        font-size: .875rem;
        padding: 16px 20px;
    }

}

/* =========================
SMALL MOBILE
========================= */

@media(max-width:480px) {

    .insurance-heading h2 {
        font-size: 1.125rem;
    }

    .insurance-heading p {
        font-size: 17px;
    }

    .insurance-card h3 {
        font-size: .875rem;
    }

    .insurance-card p {
        font-size: .875rem;
    }

}

/* =========================
ONCOLOGIST REVIEW SECTION
========================= */

.oncologist-section {
    background: #234e3d;
    padding: 100px 0;
}

/* HEADING */

.oncologist-heading {
    text-align: center;
    max-width: 1050px;
    margin: auto;
    margin-bottom: 60px;
}

.oncologist-badge {
    display: inline-block;
    padding: 18px 34px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 60px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.oncologist-heading h2 {
    color: #fff;
    font-size: 2.25rem;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 25px;
}

.oncologist-heading p {
    color: #f0f0f0;
    font-size: 1rem;
    line-height: 1.6;
}

/* GRID */

.oncologist-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* CARD */

.oncologist-card {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 28px;
    padding: 35px 28px;
    transition: .3s;
}

.oncologist-card:hover {
    transform: translateY(-5px);
}

/* ICON */

.oncologist-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(247, 216, 29, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f7d81d;
    font-size: 30px;
    margin-bottom: 28px;
}

/* TITLE */

.oncologist-card h3 {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 18px;
}

/* TEXT */

.oncologist-card p {
    color: #f0f0f0;
    font-size: 1rem;
    line-height: 1.7;
}

/* =========================
LAPTOP
========================= */

@media(max-width:1200px) {

    .oncologist-heading h2 {
        font-size: 52px;
    }

    .oncologist-heading p {
        font-size: .875rem;
    }

    .oncologist-card h3 {
        font-size: 26px;
    }

    .oncologist-card p {
        font-size: .875rem;
    }

}

/* =========================
TABLET
========================= */

@media(max-width:992px) {

    .oncologist-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:768px) {

    .oncologist-section {
        padding: 70px 0;
    }

    .oncologist-heading {
        margin-bottom: 45px;
    }

    .oncologist-badge {
        font-size: 1rem;
        padding: 16px 28px;
        margin-bottom: 25px;
    }

    .oncologist-heading h2 {
        font-size: 1.5rem;
    }

    .oncologist-heading p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .oncologist-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .oncologist-card {
        padding: 32px 24px;
        border-radius: 24px;
    }

    .oncologist-icon {
        width: 58px;
        height: 58px;
        font-size: 26px;
        border-radius: 16px;
        margin-bottom: 24px;
    }

    .oncologist-card h3 {
        font-size: 1rem;
    }

    .oncologist-card p {
        font-size: 17px;
        line-height: 1.6;
    }

}

/* =========================
SMALL MOBILE
========================= */

@media(max-width:480px) {

    .oncologist-heading h2 {
        font-size: 1.125rem;
    }

    .oncologist-heading p {
        font-size: 17px;
    }

    .oncologist-card h3 {
        font-size: .875rem;
    }

    .oncologist-card p {
        font-size: .875rem;
    }

}

/* =========================
TREATMENT SERVICES SECTION
========================= */

.services-section {
    background: #fff;
    padding: 100px 0;
}

/* HEADING */

.services-heading {
    text-align: center;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 60px;
}

.services-badge {
    display: inline-block;
    background: #2b5743;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 18px 34px;
    border-radius: 60px;
    margin-bottom: 30px;
}

.services-heading h2 {
    color: #1d4938;
    font-size: 2.25rem;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 25px;
}

.services-heading p {
    color: #67728a;
    font-size: 1rem;
    line-height: 1.6;
}

/* GRID */

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* CARD */

.service-card {
    background: #f7f5f2;
    border: 1px solid #2b5743;
    border-radius: 28px;
    padding: 32px 24px;
    transition: .3s;
    min-height: 320px;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-5px);
}

/* ICON */

.service-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: #e7e7e4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 28px;
}

/* TITLE */

.service-card h3 {
    color: #173d31;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 18px;
}

/* TEXT */

.service-card p {
    color: #67728a;
    font-size: .875rem;
    line-height: 1.7;
    margin-bottom: 28px;
}

/* TAG */

.service-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    background: #2b5743;
    color: #fff;
    padding: 12px 18px;
    border-radius: 50px;
    font-size: .875rem;
    font-weight: 600;
    margin-top: auto;
}

/* =========================
LAPTOP
========================= */

@media(max-width:1200px) {

    .services-heading h2 {
        font-size: 52px;
    }

    .services-heading p {
        font-size: .875rem;
    }

    .service-card h3 {
        font-size: 26px;
    }

    .service-card p {
        font-size: .875rem;
    }

}

/* =========================
TABLET
========================= */

@media(max-width:992px) {

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:768px) {

    .services-section {
        padding: 70px 0;
    }

    .services-heading {
        margin-bottom: 45px;
    }

    .services-badge {
        font-size: .875rem;
        padding: 16px 28px;
        margin-bottom: 25px;
    }

    .services-heading h2 {
        font-size: 1.5rem;
    }

    .services-heading p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .service-card {
        min-height: auto;
        padding: 30px 22px;
        border-radius: 24px;
    }

    .service-icon {
        width: 58px;
        height: 58px;
        font-size: 1rem;
        border-radius: 16px;
        margin-bottom: 24px;
    }

    .service-card h3 {
        font-size: 1rem;
    }

    .service-card p {
        font-size: 17px;
        line-height: 1.6;
    }

    .service-tag {
        font-size: 14px;
        padding: 10px 16px;
    }

}

/* =========================
SMALL MOBILE
========================= */

@media(max-width:480px) {

    .services-heading h2 {
        font-size: 1.125rem;
    }

    .services-heading p {
        font-size: 17px;
    }

    .service-card h3 {
        font-size: .875rem;
    }

    .service-card p {
        font-size: .875rem;
    }

}

/* =========================
CANCER TYPES SECTION
========================= */

.cancer-types-section {
    background: #f7f5f2;
    padding: 100px 0;
}

/* HEADING */

.cancer-types-heading {
    text-align: center;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 70px;
}

.cancer-types-badge {
    display: inline-block;
    background: #2b5743;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 18px 34px;
    border-radius: 60px;
    margin-bottom: 30px;
}

.cancer-types-heading h2 {
    color: #1d4938;
    font-size: 2.25rem;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 25px;
}

.cancer-types-heading p {
    color: #67728a;
    font-size: 1rem;
    line-height: 1.6;
}

/* GRID */

.cancer-types-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 45px 25px;
}

/* ITEM */

.cancer-type-item {
    text-align: center;
}

/* ICON */

.cancer-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #2b5743;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    background: #f7f5f2;
}

.cancer-icon img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

/* TITLE */

.cancer-type-item h3 {
    color: #173d31;
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 500;
}

/* BUTTON */

.cancer-btn-wrap {
    text-align: center;
    margin-top: 60px;
}

.cancer-btn {
    display: inline-block;
    background: #f7d81d;
    color: #173d31;
    padding: 18px 40px;
    border-radius: 10px;
    font-size: .875rem;
    font-weight: 600;
    transition: .3s;
}

.cancer-btn:hover {
    transform: translateY(-2px);
}

/* =========================
LAPTOP
========================= */

@media(max-width:1200px) {

    .cancer-types-heading h2 {
        font-size: 52px;
    }

    .cancer-types-heading p {
        font-size: .875rem;
    }

    .cancer-types-grid {
        grid-template-columns: repeat(4, 1fr);
    }

}

/* =========================
TABLET
========================= */

@media(max-width:992px) {

    .cancer-types-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:768px) {

    .cancer-types-section {
        padding: 70px 0;
    }

    .cancer-types-heading {
        margin-bottom: 45px;
    }

    .cancer-types-badge {
        font-size: .875rem;
        padding: 16px 28px;
        margin-bottom: 25px;
    }

    .cancer-types-heading h2 {
        font-size: 1.5rem;
    }

    .cancer-types-heading p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .cancer-types-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 20px;
    }

    .cancer-icon {
        width: 80px;
        height: 80px;
    }

    .cancer-icon img {
        width: 46px;
        height: 46px;
    }

    .cancer-type-item h3 {
        font-size: .875rem;
    }

    .cancer-btn {
        width: 100%;
        text-align: center;
        font-size: .875rem;
        padding: 16px 20px;
    }

}

/* =========================
SMALL MOBILE
========================= */

@media(max-width:480px) {

    .cancer-types-heading h2 {
        font-size: 1.125rem;
    }

    .cancer-types-heading p {
        font-size: 17px;
    }

    .cancer-type-item h3 {
        font-size: .875rem;
    }

}

/* =========================
TEAM SECTION
========================= */

.custom-team-section {
    padding: 100px 0;
    background: #f7f5f2;
}

.team-container {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
}

/* TOP */

.team-top {
    text-align: center;
    margin-bottom: 70px;
}

.team-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2c5744;
    color: #fff;
    padding: 16px 34px;
    border-radius: 60px;
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.team-top h2 {
    font-size: 2.25rem;
    line-height: 1.15;
    color: #000;
    font-weight: 800;
    margin-bottom: 20px;
}

.team-top p {
    font-size: 1rem;
    color: #4d5562;
}

/* CATEGORY */

.team-category {
    margin-bottom: 80px;
}

.category-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 40px;
}

/* GRID */

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

/* CARD */

.team-card {
    background: #fff;
    border: 2px solid #e2e2e2;
    border-radius: 20px;
    padding: 35px;
    display: flex;
    gap: 28px;
    transition: .3s;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);
}

.team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

/* IMAGE */

.team-image-wrap {
    position: relative;
    min-width: 95px;
}

.team-image-wrap img {
    width: 95px;
    height: 95px;
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
}

/* ICON */

.team-icon {
    position: absolute;
    left: 58px;
    top: 65px;
    width: 38px;
    height: 38px;
    background: #f7d81d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* CONTENT */

.team-content {
    flex: 1;
}

.team-content h4 {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 12px;
    color: #000;
}

.team-content h5 {
    color: #244937;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 12px;
    font-weight: 700;
}

.doctor-role {
    display: block;
    font-size: 1rem;
    font-style: italic;
    color: #374151;
    margin-bottom: 22px;
}

/* LIST */

.team-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.team-content ul li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 14px;
    font-size: 1rem;
    line-height: 1.7;
    color: #374151;
}

.team-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #2c5744;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #2c5744;
    font-weight: 700;
}

/* =========================
TABLET
========================= */

@media(max-width:992px) {

    .team-grid {
        grid-template-columns: 1fr;
    }

    .team-top h2 {
        font-size: 48px;
    }

    .team-top p {
        font-size: .875rem;
    }

    .team-content h4 {
        font-size: 30px;
    }

    .team-content h5 {
        font-size: 1rem;
    }

    .doctor-role {
        font-size: 1rem;
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:768px) {

    .custom-team-section {
        padding: 70px 0;
    }

    .team-top {
        margin-bottom: 50px;
    }

    .team-badge {
        font-size: 15px;
        padding: 14px 26px;
    }

    .team-top h2 {
        font-size: 38px;
    }

    .team-top p {
        font-size: .875rem;
        line-height: 1.6;
    }

    .category-title {
        font-size: 30px;
    }

    .team-card {
        flex-direction: column;
        padding: 25px;
    }

    .team-image-wrap {
        min-width: 80px;
    }

    .team-image-wrap img {
        width: 80px;
        height: 80px;
    }

    .team-content h4 {
        font-size: 1rem;
    }

    .team-content h5 {
        font-size: .875rem;
    }

    .doctor-role {
        font-size: .875rem;
    }

    .team-content ul li {
        font-size: .875rem;
        line-height: 1.6;
    }

}

/* =========================
SMALL MOBILE
========================= */

@media(max-width:480px) {

    .team-top h2 {
        font-size: 32px;
    }

    .category-title {
        font-size: 1rem;
    }

    .team-content h4 {
        font-size: 1rem;
    }

    .team-content h5 {
        font-size: .875rem;
    }

}

/* FREE COUNSELLING SECTION */

.consultation-section {
    background: #29513f;
    padding: 90px 20px 70px;
}

.consultation-container {
    max-width: 1100px;
    margin: auto;
}

.consultation-top {
    text-align: center;
    margin-bottom: 40px;
}

.consultation-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.consultation-top h2 {
    color: #fff;
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 18px;
}

.consultation-top p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 760px;
    margin: auto;
}

.consultation-form-wrap {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    padding: 30px;
    max-width: 860px;
    margin: 0 auto;
}

.consultation-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group label {
    color: #ffd500;
    font-size: 15px;
    font-weight: 600;
}

.form-group input,
.form-group select {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 6px;
    background: #fff;
    padding: 0 18px;
    font-size: .875rem;
    color: #1b1b1b;
    outline: none;
}

.select-wrap {
    position: relative;
}

.select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.select-arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #777;
    pointer-events: none;
}

.consultation-btn {
    width: 100%;
    height: 62px;
    border: none;
    border-radius: 6px;
    background: #f26b1d;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
  justify-content: center;
  align-items: center;
}

.consultation-btn:hover {
    background: #df5f15;
}

.consultation-info {
    margin-top: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 1rem;
}

.info-item svg {
    color: #ffd500;
    flex-shrink: 0;
}

/* RESPONSIVE */

@media(max-width:768px) {

    .consultation-section {
        padding: 70px 18px 55px;
    }

    .consultation-badge {
        font-size: 14px;
        padding: 12px 24px;
    }

    .consultation-top h2 {
        font-size: 1.5rem;
    }

    .consultation-top p {
        font-size: .875rem;
        line-height: 1.7;
    }

    .consultation-form-wrap {
        padding: 22px;
    }

    .consultation-btn {
        height: 58px;
        font-size: 1rem;
    }

    .consultation-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-top: 34px;
    }

    .info-item {
        font-size: 15px;
    }
}

@media(max-width:480px) {

    .consultation-top h2 {
        font-size: 32px;
    }

    .consultation-top p {
        font-size: .875rem;
    }

    .consultation-form-wrap {
        padding: 18px;
    }

    .form-group input,
    .form-group select {
        height: 52px;
        font-size: 15px;
    }

    .consultation-btn {
        font-size: .875rem;
        height: 54px;
    }

    .consultation-info {
        align-items: center;
        text-align: center;
    }

    .info-item {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* =========================
   SUPPORT JOURNEY SECTION
========================= */

.support-journey-section {
    padding: 100px 20px;
    background: #fff;
    overflow: hidden;
}

.support-journey-container {
    max-width: 65rem;
    margin: auto;
}

/* TAG */

.support-journey-tag {
    width: max-content;
    margin: 0 auto 24px;
    background: #2f5842;
    color: #fff;
    padding: 14px 34px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
}

/* TITLE */

.support-journey-title {
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.1;
    color: #1f4737;
    font-weight: 700;
    margin-bottom: 24px;
}

/* DESC */

.support-journey-desc {
    max-width: 760px;
    margin: 0 auto 90px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
    color: #6d7690;
}

/* ROW */

.support-journey-row {
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    align-items: center;
    margin-bottom: 10px;
}

/* LEFT CARD */

.support-journey-row.left .support-card {
    grid-column: 1;
}

.support-journey-row.left .support-arrow {
    grid-column: 2;
}

.support-journey-row.left .empty-space {
    grid-column: 3;
}

/* RIGHT CARD */

.support-journey-row.right .empty-space {
    grid-column: 1;
}

.support-journey-row.right .support-arrow {
    grid-column: 1;
}

.support-journey-row.right .support-card {
    grid-column: 3;
}

/* CARD */

.support-card {
    border: 1.5px solid #456654;
    border-radius: 24px;
    padding: 46px 40px;
    background: #f9f8f7;
    max-width: 560px;
}

/* ALIGNMENT */

.support-journey-row.left .support-card {
    justify-self: start;
    text-align: right;
}

.support-journey-row.right .support-card {
    justify-self: end;
    text-align: left;
}

/* TITLE */

.support-card h3 {
    font-size: 1rem;
    color: #1f4737;
    margin-bottom: 16px;
    font-weight: 700;
}

/* TEXT */

.support-card p {
    font-size: .875rem;
    line-height: 1.7;
    color: #6d7690;
}

/* ARROW WRAP */

.support-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* FIXED POSITION FOR REVERSE ARROW */

.support-journey-row.right .support-arrow {
    justify-content: center;
    padding-left: 0;
}

/* NORMAL ARROW */

.support-journey-row.left .support-arrow {
    justify-content: center;
}

/* ARROW CIRCLE */

.support-arrow-circle {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #2f5842;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

/* MOBILE */

@media(max-width:991px) {

    .support-journey-section {
        padding: 70px 20px;
    }

    .support-journey-title {
        font-size: 1.5rem;
    }

    .support-journey-desc {
        font-size: .875rem;
        margin-bottom: 60px;
    }

    .support-journey-row {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        margin-bottom: 36px;
    }

    .support-card {
        max-width: 100%;
        width: 100%;
        padding: 34px 28px;
        text-align: left !important;
    }

    /* FIX ARROW POSITION */

    .support-arrow,
    .support-journey-row.right .support-arrow,
    .support-journey-row.left .support-arrow {
        justify-content: center;
        align-items: center;
        transform: none !important;
        width: 100%;
        display: flex;
        margin: 0;
    }

    .support-arrow-circle {
        width: 62px;
        height: 62px;
        margin: 0 auto;
    }

    .support-card h3 {
        font-size: .875rem;
    }

    .support-card p {
        font-size: 17px;
        line-height: 1.7;
    }

    /* REMOVE EMPTY DIVS */

    .support-journey-row>div:empty {
        display: none;
    }
}

@media(max-width:575px) {

    .support-journey-title {
        font-size: 1.125rem;
    }

    .support-journey-desc {
        font-size: 17px;
    }

    .support-card {
        padding: 30px 24px;
    }

    .support-card h3 {
        font-size: 1rem;
    }

    .support-card p {
        font-size: .875rem;
    }
}

/* =========================
   MOBILE FIX
========================= */

@media(max-width:991px) {

    .support-journey-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 26px;
        margin-bottom: 40px;
    }

    .support-card {
        width: 100%;
        max-width: 100%;
        text-align: left !important;
    }

    /* REMOVE DESKTOP TRANSFORMS */

    .support-journey-row.right .support-arrow,
    .support-journey-row.left .support-arrow {
        transform: none !important;
        justify-content: center !important;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .support-arrow {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        order: 2;
    }

    .support-arrow-circle {
        margin: 0 auto !important;
    }

    .support-journey-row>div:empty {
        display: none !important;
    }

}

/* =========================
   PATIENT REVIEWS SECTION
========================= */

.patient-reviews-section {
    background: #2f5842;
    padding: 100px 20px;
}

.patient-reviews-container {
    max-width: 1320px;
    margin: auto;
}

/* TAG */

.patient-reviews-tag {
    width: max-content;
    margin: 0 auto 24px;
    padding: 14px 34px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
}

/* TITLE */

.patient-reviews-title {
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

/* SUBTITLE */

.patient-reviews-subtitle {
    text-align: center;
    color: #ffd400;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 70px;
}

/* GRID */

.patient-reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

/* CARD */

.review-card {
    padding: 42px 36px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* STARS */

.review-stars {
    color: #ffd400;
    font-size: 1.125rem;
    line-height: 1;
    margin-bottom: 26px;
    letter-spacing: 2px;
}

/* TEXT */

.review-text {
    color: rgba(255, 255, 255, 0.88);
    font-size: .875rem;
    line-height: 1.9;
    margin-bottom: 28px;
}

/* AUTHOR */

.review-author {
    color: #ffd400;
    font-size: 1rem;
    font-weight: 700;
}

/* =========================
   TABLET
========================= */

@media(max-width:991px) {

    .patient-reviews-section {
        padding: 80px 20px;
    }

    .patient-reviews-title {
        font-size: 1.5rem;
    }

    .patient-reviews-subtitle {
        font-size: 1rem;
        margin-bottom: 50px;
    }

    .patient-reviews-grid {
        grid-template-columns: 1fr;
    }

    .review-card {
        padding: 34px 28px;
    }

    .review-stars {
        font-size: 30px;
    }

    .review-text {
        font-size: .875rem;
        line-height: 1.8;
    }

    .review-author {
        font-size: .875rem;
    }
}

/* =========================
   MOBILE
========================= */

@media(max-width:575px) {

    .patient-reviews-section {
        padding: 70px 16px;
    }

    .patient-reviews-tag {
        font-size: .875rem;
        padding: 12px 28px;
    }

    .patient-reviews-title {
        font-size: 1.125rem;
    }

    .patient-reviews-subtitle {
        font-size: 17px;
        line-height: 1.6;
    }

    .review-card {
        padding: 28px 24px;
        border-radius: 24px;
    }

    .review-stars {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .review-text {
        font-size: 17px;
        line-height: 1.8;
    }

    .review-author {
        font-size: 17px;
    }
}


/* =========================
   FAQ SECTION
========================= */

.faq-section {
    background: #f5f5f5;
    padding: 110px 20px;
}

.faq-container {
    max-width: 1320px;
    margin: auto;
}

/* HEADER */

.faq-header {
    text-align: center;
    margin-bottom: 70px;
}

.faq-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    border-radius: 999px;
    background: #2f5842;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 28px;
}

.faq-title {
    font-size: 2.25rem;
    line-height: 1.1;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.faq-subtitle {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.6;
}

/* GRID */

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.faq-category-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
    color: #000000;
}

/* FAQ ITEM */

.faq-item {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 24px;
    margin-bottom: 22px;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.faq-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* QUESTION */

.faq-question {
    width: 100%;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 32px;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    color: #000000;
}

/* ICON */

.faq-icon {
    width: 22px;
    height: 22px;
    color: #000000;
    flex-shrink: 0;
    transition: 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* ANSWER */

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 32px;
    color: #374151;
    font-size: .875rem;
    line-height: 1.9;
}

.faq-item.active .faq-answer {
    max-height: 400px;
    padding: 0 32px 32px;
}

/* =========================
   TABLET
========================= */

@media(max-width:991px) {

    .faq-section {
        padding: 90px 20px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .faq-title {
        font-size: 1.5rem;
    }

    .faq-subtitle {
        font-size: 1rem;
    }

    .faq-category-title {
        font-size: 30px;
    }

    .faq-question {
        font-size: 1rem;
        padding: 24px 26px;
    }

    .faq-answer {
        font-size: .875rem;
    }

}

/* =========================
   MOBILE
========================= */

@media(max-width:575px) {

    .faq-section {
        padding: 70px 16px;
    }

    .faq-badge {
        font-size: 15px;
        padding: 12px 24px;
    }

    .faq-title {
        font-size: 1.125rem;
    }

    .faq-subtitle {
        font-size: 17px;
        line-height: 1.7;
    }

    .faq-category-title {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .faq-question {
        font-size: 17px;
        line-height: 1.6;
        padding: 20px;
    }

    .faq-answer {
        font-size: .875rem;
        line-height: 1.8;
        padding: 0 20px;
    }

    .faq-item.active .faq-answer {
        padding: 0 20px 24px;
    }

    .faq-icon {
        width: 18px;
        height: 18px;
    }

}

/* =========================
   FOOTER
========================= */

.footer-section {
    background: #264f3b;
    color: #ffffff;
}

/* TOP BAR */

.footer-topbar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    padding: 28px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: .875rem;
}

.footer-top-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-top-item svg {
    width: 20px;
    height: 20px;
}

.footer-divider {
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.2);
}

/* CONTAINER */

.footer-container {
    max-width: 1320px;
    margin: auto;
    padding: 60px 20px 30px;
}

/* GRID */

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 70px;
}

/* LOGO */

.footer-logo-box {
    background: #ffffff;
    display: inline-flex;
    padding: 18px;
    border-radius: 14px;
    margin-bottom: 26px;
}

.footer-logo-box img {
    width: 200px;
    display: block;
}

.footer-about p {
    color: rgba(255, 255, 255, 0.7);
    font-size: .875rem;
    line-height: 1.8;
}

/* HEADINGS */

.footer-location h3,
.footer-contact h3 {
    color: #ffd400;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 28px;
}

/* LOCATION */

.footer-location-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

.footer-location-item svg {
    width: 22px;
    height: 22px;
    color: #ffd400;
    flex-shrink: 0;
    margin-top: 4px;
}

.footer-location-item p {
    color: rgba(255, 255, 255, 0.75);
    font-size: .875rem;
    line-height: 1.7;
}

.footer-features {
    margin-top: 30px;
}

.footer-features p {
    color: rgba(255, 255, 255, 0.75);
    font-size: .875rem;
    margin-bottom: 14px;
}

/* CONTACT */

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 28px;
}

.footer-contact-item svg {
    width: 22px;
    height: 22px;
    color: #ffd400;
    flex-shrink: 0;
    margin-top: 4px;
}

.footer-contact-item div {
    display: flex;
    flex-direction: column;
}

.footer-contact-item a,
.footer-contact-item strong {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 4px;
}

.footer-contact-item span {
    color: rgba(255, 255, 255, 0.65);
    font-size: .875rem;
    line-height: 1.6;
}

/* BOTTOM */

.footer-bottom {
    margin-top: 60px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-bottom p {
    font-size: .875rem;
}

.footer-bottom p a {
    color: #ffd400;
    text-decoration: underline;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.footer-links a {
    color: #ffffff;
    font-size: .875rem;
    text-decoration: underline;
}

/* =========================
   TABLET
========================= */

@media(max-width:991px) {

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .footer-about p,
    .footer-location-item p {
        font-size: .875rem;
    }

    .footer-location h3,
    .footer-contact h3 {
        font-size: 26px;
    }

    .footer-contact-item a,
    .footer-contact-item strong {
        font-size: .875rem;
    }

}

/* =========================
   MOBILE
========================= */

@media(max-width:575px) {

    .footer-topbar {
        flex-direction: column;
        gap: 14px;
        text-align: center;
        font-size: 15px;
    }

    .footer-divider {
        display: none;
    }

    .footer-container {
        padding: 50px 16px 24px;
    }

    .footer-logo-box {
        padding: 14px;
    }

    .footer-logo-box img {
        width: 170px;
    }

    .footer-about p {
        font-size: .875rem;
        line-height: 1.8;
    }

    .footer-location h3,
    .footer-contact h3 {
        font-size: 1rem;
        margin-bottom: 22px;
    }

    .footer-location-item p {
        font-size: .875rem;
    }

    .footer-contact-item a,
    .footer-contact-item strong {
        font-size: .875rem;
    }

    .footer-contact-item span {
        font-size: 15px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom p {
        font-size: 15px;
    }

    .footer-links {
        gap: 14px;
        flex-direction: column;
    }

    .footer-links a {
        font-size: 14px;
    }

}

/* =========================
   FREE COUNSELLING SECTION
========================= */

.counselling-help-section {
    background: #fff;
    padding: 100px 20px;
}

.counselling-help-section .container {
    max-width: 1320px;
    margin: auto;
}

/* HEADING */

.section-heading {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 70px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #29533d;
    color: #ffffff;
    padding: 14px 30px;
    border-radius: 999px;
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: 26px;
}

.section-heading h2 {
    font-size: 2.25rem;
    line-height: 1.2;
    color: #214734;
    margin-bottom: 24px;
    font-weight: 700;
}

.section-heading p {
    font-size: 1rem;
    line-height: 1.8;
    color: #667085;
}

/* GRID */

.help-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

/* CARD */

.help-card {
    background: #f9f8f7;
    border: 1px solid #29533d;
    border-radius: 28px;
    padding: 34px 28px;
    min-height: 240px;
    transition: 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.help-card:hover {
    transform: translateY(-5px);
}

/* ICON */

.help-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(41, 83, 61, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.help-icon svg {
    width: 30px;
    height: 30px;
    color: #29533d;
}

/* TEXT */

.help-card h3 {
    font-size: 1rem;
    line-height: 1.4;
    color: #214734;
    margin-bottom: 20px;
    font-weight: 700;
}

.help-card p {
    font-size: .875rem;
    line-height: 1.9;
    color: #667085;
}

/* =========================
   TABLET
========================= */

@media(max-width:1199px) {

    .help-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-heading h2 {
        font-size: 48px;
    }

}

@media(max-width:767px) {

    .counselling-help-section {
        padding: 70px 16px;
    }

    .section-heading {
        margin-bottom: 50px;
    }

    .section-badge {
        font-size: 15px;
        padding: 12px 24px;
    }

    .section-heading h2 {
        font-size: 1.5rem;
    }

    .section-heading p {
        font-size: .875rem;
        line-height: 1.8;
    }

    .help-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .help-card {
        min-height: auto;
        padding: 30px 24px;
        border-radius: 24px;
    }

    .help-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 22px;
    }

    .help-icon svg {
        width: 26px;
        height: 26px;
    }

    .help-card h3 {
        font-size: 1rem;
        margin-bottom: 16px;
    }

    .help-card p {
        font-size: .875rem;
        line-height: 1.8;
    }

}