.knee-intro-section{
    --navy:#173454;
    --text:#35475c;
    --muted:#66788d;
    --blue:#1173d4;
    --blue-soft:#edf6ff;
    --aqua:#39c6bd;
    --light:#f6f9fc;
    --border:#e5ebf1;

    font-family: Arial, Helvetica, sans-serif;
    color:var(--text);
    background:#ffffff;
    padding:60px 20px 55px;
}

.knee-intro-section *{
    box-sizing:border-box;
}

.knee-container{
    max-width:1180px;
    margin:auto;
}

/* HERO */

.knee-hero{
    display:grid;
    grid-template-columns:1.02fr .98fr;
    gap:70px;
    align-items:center;
}

.knee-copy{
    max-width:590px;
}

.knee-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:12px;
    font-weight:700;
    letter-spacing:1.2px;
    color:var(--blue);
    background:var(--blue-soft);
    padding:8px 12px;
    border-radius:6px;
    margin-bottom:24px;
}

.knee-eyebrow-dot{
    width:7px;
    height:7px;
    background:var(--aqua);
    border-radius:50%;
}

.knee-title{
    margin:0 0 23px;
    color:var(--navy);
    font-family:Georgia, "Times New Roman", serif;
    font-size:52px;
    line-height:1.1;
    font-weight:500;
    letter-spacing:-1.3px;
}

.knee-lead{
    margin:0;
    font-size:18px;
    line-height:1.75;
    color:var(--text);
    max-width:570px;
}

.knee-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}

.knee-btn{
    min-height:50px;
    padding:0 20px;
    border-radius:7px;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    font-size:14px;
    font-weight:600;
    transition:.25s ease;
}

.knee-btn-primary{
    background:var(--blue);
    color:#fff;
    border:1px solid var(--blue);
}

.knee-btn-primary:hover{
    background:#0b60b5;
    transform:translateY(-2px);
}

.knee-btn-secondary{
    color:var(--navy);
    background:#fff;
    border:1px solid var(--border);
}

.knee-btn-secondary:hover{
    border-color:#b6c9dd;
    background:#f8fbfe;
}

.knee-icon{
    width:18px;
    height:18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

/* IMAGE */

.knee-image-wrap{
    position:relative;
}

.knee-image{
    position:relative;
    overflow:hidden;
    border-radius:22px;
    min-height:510px;
    background:#eef2f5;
}

.knee-image img{
    position:absolute;
    width:100%;
    height:100%;
    inset:0;
    object-fit:cover;
    object-position:center;
}

.knee-image-label{
    position:absolute;
    left:22px;
    bottom:22px;
    background:rgba(255,255,255,.95);
    backdrop-filter:blur(8px);
    padding:14px 17px;
    border-radius:10px;
    max-width:240px;
    box-shadow:0 8px 30px rgba(24,52,84,.12);
}

.knee-image-label strong{
    color:var(--navy);
    font-size:14px;
    display:block;
    margin-bottom:3px;
}

.knee-image-label span{
    color:var(--muted);
    font-size:12px;
    line-height:1.45;
}

/* SECONDARY MESSAGE */

.knee-message{
    margin-top:75px;
    display:grid;
    grid-template-columns:.75fr 1.25fr;
    gap:65px;
    padding:48px;
    background:var(--light);
    border-radius:20px;
}

.knee-message-heading{
    margin:0;
    color:var(--navy);
    font-family:Georgia, "Times New Roman", serif;
    font-size:34px;
    line-height:1.2;
    font-weight:500;
}

.knee-message-text{
    margin:0;
    color:var(--text);
    font-size:16px;
    line-height:1.8;
}

/* DECISION CARDS */

.knee-question-area{
    margin-top:65px;
}

.knee-section-label{
    color:var(--blue);
    text-transform:uppercase;
    letter-spacing:1.3px;
    font-size:11px;
    font-weight:700;
    margin-bottom:12px;
}

.knee-section-title{
    color:var(--navy);
    font-family:Georgia, "Times New Roman", serif;
    font-size:36px;
    line-height:1.2;
    font-weight:500;
    margin:0 0 30px;
    max-width:700px;
}

.knee-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.knee-card{
    min-height:180px;
    padding:26px;
    border:1px solid var(--border);
    border-radius:14px;
    background:#fff;
    transition:.25s ease;
}

.knee-card:hover{
    transform:translateY(-4px);
    box-shadow:0 14px 35px rgba(30,60,90,.08);
    border-color:#cee0ef;
}

.knee-card-number{
    width:35px;
    height:35px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--blue-soft);
    color:var(--blue);
    font-weight:700;
    font-size:13px;
    margin-bottom:22px;
}

.knee-card h3{
    margin:0 0 10px;
    font-size:18px;
    line-height:1.4;
    color:var(--navy);
}

.knee-card p{
    margin:0;
    font-size:14px;
    line-height:1.65;
    color:var(--muted);
}

/* OUTCOME */

.knee-outcome{
    margin-top:55px;
    display:flex;
    align-items:flex-start;
    gap:22px;
    border-top:1px solid var(--border);
    padding-top:40px;
}

.knee-outcome-icon{
    width:48px;
    height:48px;
    flex:0 0 48px;
    border-radius:50%;
    background:var(--blue);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.knee-outcome h3{
    margin:0 0 8px;
    color:var(--navy);
    font-family:Georgia, "Times New Roman", serif;
    font-size:26px;
    font-weight:500;
}

.knee-outcome p{
    margin:0;
    color:var(--text);
    font-size:15px;
    line-height:1.75;
    max-width:900px;
}

/* MOBILE */

@media(max-width:900px){

    .knee-intro-section{
        padding:40px 18px;
    }

    .knee-hero{
        grid-template-columns:1fr;
        gap:38px;
    }

    .knee-copy{
        max-width:none;
    }

    .knee-title{
        font-size:42px;
    }

    .knee-image{
        min-height:430px;
    }

    .knee-message{
        grid-template-columns:1fr;
        gap:20px;
        padding:32px;
        margin-top:50px;
    }

    .knee-cards{
        grid-template-columns:1fr;
    }
}

@media(max-width:600px){

    .knee-title{
        font-size:36px;
        line-height:1.12;
    }

    .knee-lead{
        font-size:16px;
        line-height:1.7;
    }

    .knee-actions{
        flex-direction:column;
    }

    .knee-btn{
        width:100%;
    }

    .knee-image{
        min-height:340px;
        border-radius:16px;
    }

    .knee-image-label{
        left:14px;
        right:14px;
        bottom:14px;
        max-width:none;
    }

    .knee-message{
        padding:26px 22px;
    }

    .knee-message-heading{
        font-size:29px;
    }

    .knee-section-title{
        font-size:30px;
    }

    .knee-outcome{
        gap:15px;
    }
}
/* section 2 css*/
.knee-need-section{
    --navy:#173454;
    --text:#35475c;
    --muted:#66788d;
    --blue:#1173d4;
    --blue-soft:#edf6ff;
    --aqua:#39c6bd;
    --light:#f6f9fc;
    --border:#e5ebf1;

    font-family:Arial, Helvetica, sans-serif;
    color:var(--text);
    background:#ffffff;
    padding:70px 20px;
}

.knee-need-section *{
    box-sizing:border-box;
}

.knee-need-container{
    max-width:1180px;
    margin:auto;
}

/* INTRO */

.knee-need-intro{
    max-width:790px;
    margin-bottom:45px;
}

.knee-need-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:11px;
    letter-spacing:1.2px;
    font-weight:700;
    color:var(--blue);
    background:var(--blue-soft);
    padding:8px 12px;
    border-radius:6px;
    margin-bottom:18px;
}

.knee-need-dot{
    width:7px;
    height:7px;
    background:var(--aqua);
    border-radius:50%;
}

.knee-need-title{
    margin:0 0 18px;
    font-family:Georgia, "Times New Roman", serif;
    font-size:44px;
    line-height:1.15;
    font-weight:500;
    letter-spacing:-.7px;
    color:var(--navy);
}

.knee-need-subtitle{
    margin:0;
    font-size:18px;
    line-height:1.75;
    color:var(--text);
    max-width:760px;
}

/* MAIN GRID */

.knee-need-main{
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    gap:55px;
    align-items:stretch;
}

/* IMAGE */

.knee-need-image-wrap{
    position:relative;
    min-height:520px;
    border-radius:20px;
    overflow:hidden;
    background:#eef3f6;
}

.knee-need-image-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.knee-need-image-overlay{
    position:absolute;
    left:20px;
    right:20px;
    bottom:20px;
    background:rgba(255,255,255,.95);
    backdrop-filter:blur(8px);
    padding:18px 20px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(23,52,84,.12);
}

.knee-need-image-overlay strong{
    display:block;
    font-size:15px;
    color:var(--navy);
    margin-bottom:5px;
}

.knee-need-image-overlay span{
    font-size:13px;
    line-height:1.55;
    color:var(--muted);
}

/* ASSESSMENT CARDS */

.knee-need-cards{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.knee-need-card{
    border:1px solid var(--border);
    background:#fff;
    border-radius:14px;
    padding:24px 24px 22px;
    transition:.25s ease;
}

.knee-need-card:hover{
    transform:translateY(-3px);
    border-color:#cadceb;
    box-shadow:0 12px 32px rgba(25,60,95,.07);
}

.knee-need-card-top{
    display:flex;
    align-items:flex-start;
    gap:16px;
}

.knee-need-number{
    width:38px;
    height:38px;
    min-width:38px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--blue-soft);
    color:var(--blue);
    font-size:13px;
    font-weight:700;
}

.knee-need-card h3{
    margin:2px 0 9px;
    color:var(--navy);
    font-size:19px;
    line-height:1.4;
    font-weight:600;
}

.knee-need-card p{
    margin:0;
    font-size:15px;
    line-height:1.7;
    color:var(--muted);
}

.knee-need-card strong{
    color:var(--navy);
}

/* SYMPTOMS */

.knee-need-symptoms{
    margin-top:48px;
    padding:35px 38px;
    background:var(--light);
    border-radius:18px;
}

.knee-need-symptoms-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:30px;
    margin-bottom:28px;
}

.knee-need-symptoms h2{
    margin:0;
    font-family:Georgia, "Times New Roman", serif;
    font-size:31px;
    line-height:1.2;
    font-weight:500;
    color:var(--navy);
}

.knee-need-symptoms-intro{
    margin:0;
    max-width:520px;
    font-size:14px;
    line-height:1.65;
    color:var(--muted);
}

.knee-need-checks{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}

.knee-need-check{
    background:#fff;
    border-radius:12px;
    padding:18px;
    min-height:120px;
    border:1px solid #edf1f5;
}

.knee-need-check-icon{
    width:29px;
    height:29px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--blue-soft);
    color:var(--blue);
    font-weight:700;
    margin-bottom:15px;
}

.knee-need-check p{
    margin:0;
    font-size:14px;
    line-height:1.55;
    color:var(--text);
}

/* FINAL DECISION */

.knee-need-final{
    display:grid;
    grid-template-columns:.72fr 1.28fr;
    gap:50px;
    align-items:center;
    margin-top:50px;
    padding-top:42px;
    border-top:1px solid var(--border);
}

.knee-need-final-label{
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1.2px;
    color:var(--blue);
    margin-bottom:10px;
}

.knee-need-final h2{
    margin:0;
    font-family:Georgia, "Times New Roman", serif;
    font-size:31px;
    line-height:1.2;
    color:var(--navy);
    font-weight:500;
}

.knee-need-final p{
    margin:0;
    font-size:16px;
    line-height:1.8;
    color:var(--text);
}

.knee-need-final a{
    color:var(--blue);
    font-weight:600;
    text-decoration:none;
}

.knee-need-final a:hover{
    text-decoration:underline;
}

/* MOBILE */

@media(max-width:900px){

    .knee-need-section{
        padding:50px 18px;
    }

    .knee-need-title{
        font-size:38px;
    }

    .knee-need-main{
        grid-template-columns:1fr;
        gap:30px;
    }

    .knee-need-image-wrap{
        min-height:430px;
    }

    .knee-need-symptoms-head{
        align-items:flex-start;
        flex-direction:column;
        gap:12px;
    }

    .knee-need-checks{
        grid-template-columns:repeat(2,1fr);
    }

    .knee-need-final{
        grid-template-columns:1fr;
        gap:20px;
    }
}

@media(max-width:600px){

    .knee-need-title{
        font-size:32px;
    }

    .knee-need-subtitle{
        font-size:16px;
    }

    .knee-need-image-wrap{
        min-height:340px;
        border-radius:15px;
    }

    .knee-need-image-overlay{
        left:12px;
        right:12px;
        bottom:12px;
    }

    .knee-need-card{
        padding:20px;
    }

    .knee-need-symptoms{
        padding:25px 20px;
    }

    .knee-need-checks{
        grid-template-columns:1fr;
    }

    .knee-need-symptoms h2,
    .knee-need-final h2{
        font-size:27px;
    }
}
/*resorce */
.nishat-resources{
    --navy:#173454;
    --text:#35475c;
    --muted:#6d7b8b;
    --teal:#2fb5a7;
    --teal-dark:#249b90;
    --blue:#1173d4;
    --light:#f7f9fb;
    --border:#e6ebf0;

    font-family:Arial, Helvetica, sans-serif;
    background:#f7f7f7;
    padding:55px 20px 65px;
}

.nishat-resources *{
    box-sizing:border-box;
}

.nishat-resources-container{
    max-width:1180px;
    margin:auto;
}

/* HEADING */

.nishat-resources-heading{
    text-align:center;
    margin-bottom:35px;
}

.nishat-resources-heading h2{
    margin:0;
    font-family:Georgia, "Times New Roman", serif;
    font-size:42px;
    line-height:1.2;
    font-weight:500;
    color:var(--navy);
}

.nishat-resources-line{
    width:70px;
    height:3px;
    margin:18px auto 0;
    background:var(--teal);
    border-radius:10px;
}

/* GRID */

.nishat-resources-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:14px;
}

/* CARD */

.nishat-resource-card{
    position:relative;
    min-height:155px;
    background:#fff;
    border:1px solid var(--border);
    border-radius:16px;
    padding:24px 20px;
    text-decoration:none;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    overflow:hidden;
    transition:
        background .28s ease,
        transform .28s ease,
        box-shadow .28s ease,
        border-color .28s ease;
}

/* TOP ACCENT */

.nishat-resource-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:var(--teal);
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .28s ease;
}

.nishat-resource-card:hover::before{
    transform:scaleX(1);
}

/* ICON */

.nishat-resource-icon{
    width:44px;
    height:44px;
    border-radius:12px;
    background:#edf8f6;
    color:var(--teal);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:
        background .28s ease,
        color .28s ease,
        transform .28s ease;
}

.nishat-resource-icon svg{
    width:24px;
    height:24px;
    stroke:currentColor;
}

/* CONTENT */

.nishat-resource-content{
    margin-top:22px;
}

.nishat-resource-title{
    margin:0 0 5px;
    font-size:16px;
    font-weight:600;
    color:var(--navy);
    transition:color .28s ease;
}

.nishat-resource-text{
    margin:0;
    font-size:12px;
    line-height:1.5;
    color:var(--muted);
    transition:color .28s ease;
}

/* ARROW */

.nishat-resource-arrow{
    position:absolute;
    right:18px;
    top:18px;
    width:30px;
    height:30px;
    border-radius:50%;
    border:1px solid var(--border);
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--navy);
    transition:
        background .28s ease,
        color .28s ease,
        border-color .28s ease,
        transform .28s ease;
}

.nishat-resource-arrow svg{
    width:14px;
    height:14px;
}

/* HOVER */

.nishat-resource-card:hover{
    background:var(--teal);
    border-color:var(--teal);
    transform:translateY(-5px);
    box-shadow:0 14px 32px rgba(23,52,84,.12);
}

.nishat-resource-card:hover .nishat-resource-icon{
    background:#fff;
    color:var(--teal);
    transform:scale(1.05);
}

.nishat-resource-card:hover .nishat-resource-title{
    color:#fff;
}

.nishat-resource-card:hover .nishat-resource-text{
    color:rgba(255,255,255,.82);
}

.nishat-resource-card:hover .nishat-resource-arrow{
    background:#fff;
    color:var(--teal);
    border-color:#fff;
    transform:translate(2px,-2px);
}

/* MOBILE */

@media(max-width:1000px){
    .nishat-resources-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){

    .nishat-resources{
        padding:45px 16px 50px;
    }

    .nishat-resources-heading h2{
        font-size:34px;
    }

    .nishat-resources-grid{
        grid-template-columns:1fr;
    }

    .nishat-resource-card{
        min-height:135px;
    }
}
/*Secton 3*/
.knee-procedure-section{
    --navy:#173454;
    --text:#35475c;
    --muted:#66788d;
    --blue:#1173d4;
    --blue-soft:#edf6ff;
    --aqua:#39c6bd;
    --light:#f6f9fc;
    --border:#e5ebf1;

    font-family:Arial, Helvetica, sans-serif;
    color:var(--text);
    background:#ffffff;
    padding:70px 20px;
}

.knee-procedure-section *{
    box-sizing:border-box;
}

.knee-procedure-container{
    max-width:1180px;
    margin:auto;
}

/* INTRO */

.knee-procedure-intro{
    max-width:840px;
    margin-bottom:50px;
}

.knee-procedure-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:11px;
    letter-spacing:1.2px;
    font-weight:700;
    color:var(--blue);
    background:var(--blue-soft);
    padding:8px 12px;
    border-radius:6px;
    margin-bottom:18px;
}

.knee-procedure-dot{
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--aqua);
}

.knee-procedure-title{
    margin:0 0 20px;
    color:var(--navy);
    font-family:Georgia, "Times New Roman", serif;
    font-size:44px;
    line-height:1.15;
    font-weight:500;
    letter-spacing:-.7px;
}

.knee-procedure-lead{
    margin:0;
    font-size:18px;
    line-height:1.75;
    max-width:800px;
}

/* TOP EXPLANATION */

.knee-procedure-overview{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:55px;
    align-items:stretch;
}

.knee-procedure-question{
    background:#5bbbb0;
    color:#fff;
    border-radius:20px;
    padding:38px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.knee-procedure-question small{
    font-size:11px;
    letter-spacing:1.2px;
    font-weight:700;
    text-transform:uppercase;
    opacity:.7;
}

.knee-procedure-question h2{
    font-family:Georgia, "Times New Roman", serif;
    font-size:34px;
    line-height:1.22;
    font-weight:500;
    margin:20px 0;
}

.knee-procedure-question p{
    margin:0;
    font-size:15px;
    line-height:1.75;
    color:rgba(255,255,255,.83);
}

.knee-procedure-plan{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.knee-procedure-plan-card{
    border:1px solid var(--border);
    border-radius:14px;
    padding:24px;
    background:#fff;
}

.knee-procedure-plan-card h3{
    margin:0 0 8px;
    color:var(--navy);
    font-size:18px;
}

.knee-procedure-plan-card p{
    margin:0;
    color:var(--muted);
    font-size:15px;
    line-height:1.7;
}

/* WHAT IS REPLACED */

.knee-procedure-main{
    margin-top:65px;
    background:var(--light);
    border-radius:20px;
    padding:45px;
}

.knee-procedure-main-head{
    display:grid;
    grid-template-columns:.7fr 1.3fr;
    gap:45px;
    align-items:start;
    margin-bottom:38px;
}

.knee-procedure-label{
    color:var(--blue);
    font-size:11px;
    font-weight:700;
    letter-spacing:1.2px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.knee-procedure-main h2{
    margin:0;
    font-family:Georgia, "Times New Roman", serif;
    color:var(--navy);
    font-size:34px;
    line-height:1.2;
    font-weight:500;
}

.knee-procedure-main-desc{
    margin:0;
    font-size:16px;
    line-height:1.8;
    color:var(--text);
}

/* PROCESS */

.knee-procedure-steps{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.knee-procedure-step{
    background:#fff;
    border:1px solid var(--border);
    border-radius:14px;
    padding:27px;
    position:relative;
    min-height:225px;
}

.knee-procedure-step-number{
    width:37px;
    height:37px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--blue-soft);
    color:var(--blue);
    font-size:13px;
    font-weight:700;
    margin-bottom:20px;
}

.knee-procedure-step h3{
    color:var(--navy);
    margin:0 0 10px;
    font-size:18px;
    line-height:1.35;
}

.knee-procedure-step p{
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:1.7;
}

/* TOTAL KNEE REPLACEMENT */

.knee-total{
    margin-top:65px;
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:55px;
    align-items:center;
}

.knee-total-heading h2{
    margin:0 0 15px;
    font-family:Georgia, "Times New Roman", serif;
    color:var(--navy);
    font-size:36px;
    line-height:1.2;
    font-weight:500;
}

.knee-total-heading p{
    margin:0;
    color:var(--muted);
    font-size:15px;
    line-height:1.7;
}

.knee-total-parts{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.knee-total-part{
    display:grid;
    grid-template-columns:46px 1fr;
    gap:16px;
    align-items:start;
    border:1px solid var(--border);
    border-radius:13px;
    padding:20px;
    background:#fff;
}

.knee-total-icon{
    width:46px;
    height:46px;
    border-radius:12px;
    background:var(--blue-soft);
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--blue);
    font-weight:700;
}

.knee-total-part h3{
    margin:2px 0 6px;
    color:var(--navy);
    font-size:17px;
}

.knee-total-part p{
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:1.65;
}

/* IMPORTANT NOTE */

.knee-procedure-note{
    margin-top:50px;
    border-left:4px solid var(--aqua);
    padding:24px 28px;
    background:#fbfdfd;
    border-radius:0 12px 12px 0;
}

.knee-procedure-note strong{
    display:block;
    color:var(--navy);
    font-size:17px;
    margin-bottom:6px;
}

.knee-procedure-note p{
    margin:0;
    font-size:15px;
    line-height:1.7;
    color:var(--text);
}

/* RESPONSIVE */

@media(max-width:900px){

    .knee-procedure-section{
        padding:50px 18px;
    }

    .knee-procedure-title{
        font-size:38px;
    }

    .knee-procedure-overview,
    .knee-procedure-main-head,
    .knee-total{
        grid-template-columns:1fr;
        gap:28px;
    }

    .knee-procedure-steps{
        grid-template-columns:1fr;
    }

    .knee-procedure-main{
        padding:32px;
    }
}

@media(max-width:600px){

    .knee-procedure-title{
        font-size:32px;
    }

    .knee-procedure-lead{
        font-size:16px;
    }

    .knee-procedure-question{
        padding:28px 24px;
    }

    .knee-procedure-question h2{
        font-size:29px;
    }

    .knee-procedure-main{
        padding:25px 20px;
    }

    .knee-procedure-main h2,
    .knee-total-heading h2{
        font-size:28px;
    }
}
/*section 4*/
.ortho-specialities{
    --navy:#173454;
    --text:#35475c;
    --muted:#6b7a8b;
    --blue:#1173d4;
    --blue-soft:#edf6ff;
    --teal:#2fb5a7;
    --light:#f6f9fb;
    --border:#e4eaf0;

    font-family:Arial, Helvetica, sans-serif;
    background:#ffffff;
    padding:70px 20px;
}

.ortho-specialities *{
    box-sizing:border-box;
}

.ortho-specialities-container{
    max-width:1180px;
    margin:auto;
}

/* HEADING */

.ortho-specialities-head{
    max-width:760px;
    margin-bottom:40px;
}

.ortho-specialities-label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:var(--blue-soft);
    color:var(--blue);
    padding:8px 12px;
    border-radius:6px;
    font-size:11px;
    font-weight:700;
    letter-spacing:1.2px;
    text-transform:uppercase;
    margin-bottom:16px;
}

.ortho-specialities-dot{
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--teal);
}

.ortho-specialities-title{
    margin:0 0 14px;
    font-family:Georgia, "Times New Roman", serif;
    font-size:42px;
    font-weight:500;
    line-height:1.2;
    color:var(--navy);
}

.ortho-specialities-intro{
    margin:0;
    color:var(--muted);
    font-size:16px;
    line-height:1.75;
    max-width:720px;
}

/* GRID */

.ortho-specialities-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

/* CARD */

.ortho-speciality-card{
    position:relative;
    min-height:260px;
    background:var(--light);
    border:1px solid var(--border);
    border-radius:16px;
    padding:28px;
    text-decoration:none;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    transition:
        transform .28s ease,
        background .28s ease,
        border-color .28s ease,
        box-shadow .28s ease;
}

.ortho-speciality-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:var(--teal);
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .28s ease;
}

.ortho-speciality-card:hover::before{
    transform:scaleX(1);
}

.ortho-speciality-card:hover{
    background:var(--navy);
    border-color:var(--navy);
    transform:translateY(-5px);
    box-shadow:0 16px 35px rgba(23,52,84,.14);
}

/* ICON */

.ortho-speciality-icon{
    width:46px;
    height:46px;
    border-radius:12px;
    background:#ffffff;
    color:var(--blue);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:24px;
    transition:.28s ease;
}

.ortho-speciality-icon svg{
    width:24px;
    height:24px;
    stroke:currentColor;
}

.ortho-speciality-card:hover .ortho-speciality-icon{
    background:var(--teal);
    color:#ffffff;
}

/* CONTENT */

.ortho-speciality-card h3{
    margin:0 0 10px;
    color:var(--navy);
    font-size:21px;
    line-height:1.35;
    font-weight:600;
    transition:color .28s ease;
}

.ortho-speciality-card p{
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:1.7;
    transition:color .28s ease;
}

.ortho-speciality-card:hover h3{
    color:#ffffff;
}

.ortho-speciality-card:hover p{
    color:rgba(255,255,255,.78);
}

/* LINK */

.ortho-speciality-link{
    margin-top:auto;
    padding-top:24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    color:var(--blue);
    font-size:13px;
    font-weight:700;
    transition:color .28s ease;
}

.ortho-speciality-link-arrow{
    width:32px;
    height:32px;
    border-radius:50%;
    border:1px solid #d5dee7;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.28s ease;
}

.ortho-speciality-link-arrow svg{
    width:14px;
    height:14px;
}

.ortho-speciality-card:hover .ortho-speciality-link{
    color:#ffffff;
}

.ortho-speciality-card:hover .ortho-speciality-link-arrow{
    background:#ffffff;
    color:var(--navy);
    border-color:#ffffff;
    transform:translateX(3px);
}

/* RESPONSIVE */

@media(max-width:900px){

    .ortho-specialities-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .ortho-specialities-title{
        font-size:36px;
    }
}

@media(max-width:600px){

    .ortho-specialities{
        padding:50px 16px;
    }

    .ortho-specialities-title{
        font-size:32px;
    }

    .ortho-specialities-grid{
        grid-template-columns:1fr;
    }

    .ortho-speciality-card{
        min-height:230px;
    }
}
/*section 5*/
.knee-consider-section{
    --navy:#173454;
    --text:#35475c;
    --muted:#68798b;
    --blue:#1173d4;
    --blue-soft:#edf6ff;
    --teal:#2fb5a7;
    --light:#f6f9fb;
    --border:#e5ebf1;

    font-family:Arial, Helvetica, sans-serif;
    background:#ffffff;
    color:var(--text);
    padding:70px 20px;
}

.knee-consider-section *{
    box-sizing:border-box;
}

.knee-consider-container{
    max-width:1180px;
    margin:auto;
}

/* =========================
   WHEN TO CONSIDER SURGERY
========================= */

.knee-consider-top{
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    gap:60px;
    align-items:start;
}

.knee-consider-heading{
    position:sticky;
    top:30px;
}

.knee-consider-label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 12px;
    background:var(--blue-soft);
    color:var(--blue);
    border-radius:6px;
    font-size:11px;
    font-weight:700;
    letter-spacing:1.2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.knee-consider-dot{
    width:7px;
    height:7px;
    background:var(--teal);
    border-radius:50%;
}

.knee-consider-title{
    margin:0 0 18px;
    font-family:Georgia, "Times New Roman", serif;
    color:var(--navy);
    font-size:42px;
    line-height:1.18;
    font-weight:500;
}

.knee-consider-heading p{
    margin:0;
    font-size:16px;
    line-height:1.75;
    color:var(--muted);
}

/* RIGHT SIDE */

.knee-consider-content{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.knee-consider-card{
    border:1px solid var(--border);
    background:#fff;
    border-radius:15px;
    padding:26px;
}

.knee-consider-card-top{
    display:flex;
    align-items:flex-start;
    gap:16px;
}

.knee-consider-number{
    width:40px;
    height:40px;
    flex:0 0 40px;
    border-radius:50%;
    background:var(--blue-soft);
    color:var(--blue);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:700;
}

.knee-consider-card h3{
    margin:2px 0 9px;
    color:var(--navy);
    font-size:19px;
    line-height:1.35;
}

.knee-consider-card p{
    margin:0;
    color:var(--muted);
    font-size:15px;
    line-height:1.75;
}

.knee-consider-card a{
    color:var(--blue);
    font-weight:600;
    text-decoration:none;
}

.knee-consider-card a:hover{
    text-decoration:underline;
}

/* SYMPTOM STRIP */

.knee-consider-signs{
    margin-top:42px;
    background:var(--light);
    border-radius:18px;
    padding:34px;
}

.knee-consider-signs-head{
    display:flex;
    justify-content:space-between;
    gap:30px;
    align-items:flex-end;
    margin-bottom:24px;
}

.knee-consider-signs h3{
    margin:0;
    font-family:Georgia, "Times New Roman", serif;
    font-size:29px;
    color:var(--navy);
    font-weight:500;
}

.knee-consider-signs-head p{
    margin:0;
    max-width:520px;
    color:var(--muted);
    font-size:14px;
    line-height:1.65;
}

.knee-consider-sign-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}

.knee-consider-sign{
    background:#fff;
    padding:18px;
    border-radius:12px;
    border:1px solid #edf1f4;
}

.knee-consider-check{
    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--blue-soft);
    color:var(--blue);
    margin-bottom:14px;
    font-weight:700;
}

.knee-consider-sign p{
    margin:0;
    font-size:14px;
    line-height:1.55;
    color:var(--text);
}

/* =========================
   WHAT IS KNEE REPLACEMENT
========================= */

.knee-replacement-block{
    margin-top:80px;
    padding-top:70px;
    border-top:1px solid var(--border);
}

.knee-replacement-header{
    max-width:800px;
    margin-bottom:40px;
}

.knee-replacement-title{
    margin:0 0 16px;
    font-family:Georgia, "Times New Roman", serif;
    font-size:42px;
    font-weight:500;
    line-height:1.18;
    color:var(--navy);
}

.knee-replacement-lead{
    margin:0;
    font-size:17px;
    line-height:1.75;
    color:var(--text);
}

/* IMAGE + EXPLANATION */

.knee-replacement-grid{
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    gap:50px;
    align-items:stretch;
}

.knee-replacement-image{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    min-height:520px;
    background:#edf1f4;
}

.knee-replacement-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.knee-replacement-image-note{
    position:absolute;
    left:20px;
    right:20px;
    bottom:20px;
    padding:18px 20px;
    background:rgba(255,255,255,.95);
    backdrop-filter:blur(8px);
    border-radius:12px;
    box-shadow:0 10px 30px rgba(20,50,80,.12);
}

.knee-replacement-image-note strong{
    display:block;
    color:var(--navy);
    font-size:15px;
    margin-bottom:5px;
}

.knee-replacement-image-note span{
    color:var(--muted);
    font-size:13px;
    line-height:1.5;
}

/* MYTH BOX */

.knee-replacement-info{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.knee-replacement-myth{
    background:#5bbbb0;
    color:#fff;
    border-radius:17px;
    padding:30px;
}

.knee-replacement-myth small{
    display:block;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1.2px;
    font-weight:700;
    opacity:.65;
    margin-bottom:12px;
}

.knee-replacement-myth h3{
    margin:0 0 12px;
    font-family:Georgia, "Times New Roman", serif;
    font-size:30px;
    line-height:1.25;
    font-weight:500;
}

.knee-replacement-myth p{
    margin:0;
    color:rgba(255,255,255,.82);
    font-size:15px;
    line-height:1.75;
}

/* SURFACE CARDS */

.knee-replacement-parts{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.knee-replacement-part{
    border:1px solid var(--border);
    border-radius:13px;
    padding:21px;
    background:#fff;
}

.knee-replacement-part-number{
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:var(--blue-soft);
    color:var(--blue);
    font-size:12px;
    font-weight:700;
    margin-bottom:16px;
}

.knee-replacement-part h4{
    margin:0 0 7px;
    color:var(--navy);
    font-size:17px;
}

.knee-replacement-part p{
    margin:0;
    font-size:14px;
    line-height:1.65;
    color:var(--muted);
}

.knee-replacement-part a{
    color:var(--blue);
    font-weight:600;
    text-decoration:none;
}

.knee-replacement-part a:hover{
    text-decoration:underline;
}

/* TOTAL VS PARTIAL */

.knee-replacement-options{
    margin-top:50px;
}

.knee-replacement-options-head{
    margin-bottom:26px;
}

.knee-replacement-options-head h3{
    margin:0 0 8px;
    color:var(--navy);
    font-family:Georgia, "Times New Roman", serif;
    font-size:31px;
    font-weight:500;
}

.knee-replacement-options-head p{
    margin:0;
    color:var(--muted);
    font-size:15px;
    line-height:1.7;
}

.knee-replacement-option-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.knee-replacement-option{
    padding:28px;
    border-radius:15px;
    border:1px solid var(--border);
    background:#fff;
    transition:.25s ease;
}

.knee-replacement-option:hover{
    transform:translateY(-3px);
    box-shadow:0 14px 30px rgba(23,52,84,.08);
}

.knee-replacement-option-label{
    display:inline-block;
    margin-bottom:15px;
    padding:6px 10px;
    border-radius:20px;
    background:var(--blue-soft);
    color:var(--blue);
    font-size:10px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.knee-replacement-option h4{
    margin:0 0 10px;
    color:var(--navy);
    font-size:20px;
}

.knee-replacement-option p{
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:1.7;
}

/* FINAL OUTCOME */

.knee-replacement-outcome{
    margin-top:48px;
    padding:30px 34px;
    background:var(--light);
    border-left:4px solid var(--teal);
    border-radius:0 14px 14px 0;
}

.knee-replacement-outcome strong{
    display:block;
    margin-bottom:7px;
    color:var(--navy);
    font-size:18px;
}

.knee-replacement-outcome p{
    margin:0;
    color:var(--text);
    font-size:15px;
    line-height:1.75;
}

/* RESPONSIVE */

@media(max-width:900px){

    .knee-consider-section{
        padding:50px 18px;
    }

    .knee-consider-top,
    .knee-replacement-grid{
        grid-template-columns:1fr;
        gap:32px;
    }

    .knee-consider-heading{
        position:static;
    }

    .knee-consider-sign-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .knee-replacement-image{
        min-height:430px;
    }
}

@media(max-width:600px){

    .knee-consider-title,
    .knee-replacement-title{
        font-size:32px;
    }

    .knee-consider-signs{
        padding:24px 20px;
    }

    .knee-consider-signs-head{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }

    .knee-consider-sign-grid{
        grid-template-columns:1fr;
    }

    .knee-replacement-image{
        min-height:340px;
    }

    .knee-replacement-parts,
    .knee-replacement-option-grid{
        grid-template-columns:1fr;
    }

    .knee-replacement-myth{
        padding:25px 22px;
    }

    .knee-replacement-myth h3{
        font-size:26px;
    }
}
/*section 6*/
.knee-consider-section{
    --navy:#173454;
    --text:#35475c;
    --muted:#68798b;
    --blue:#1173d4;
    --blue-soft:#edf6ff;
    --teal:#2fb5a7;
    --light:#f6f9fb;
    --border:#e5ebf1;

    font-family:Arial, Helvetica, sans-serif;
    background:#ffffff;
    color:var(--text);
    padding:70px 20px;
}

.knee-consider-section *{
    box-sizing:border-box;
}

.knee-consider-container{
    max-width:1180px;
    margin:auto;
}

/* =========================
   WHEN TO CONSIDER SURGERY
========================= */

.knee-consider-top{
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    gap:60px;
    align-items:start;
}

.knee-consider-heading{
    position:sticky;
    top:30px;
}

.knee-consider-label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 12px;
    background:var(--blue-soft);
    color:var(--blue);
    border-radius:6px;
    font-size:11px;
    font-weight:700;
    letter-spacing:1.2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.knee-consider-dot{
    width:7px;
    height:7px;
    background:var(--teal);
    border-radius:50%;
}

.knee-consider-title{
    margin:0 0 18px;
    font-family:Georgia, "Times New Roman", serif;
    color:var(--navy);
    font-size:42px;
    line-height:1.18;
    font-weight:500;
}

.knee-consider-heading p{
    margin:0;
    font-size:16px;
    line-height:1.75;
    color:var(--muted);
}

/* RIGHT SIDE */

.knee-consider-content{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.knee-consider-card{
    border:1px solid var(--border);
    background:#fff;
    border-radius:15px;
    padding:26px;
}

.knee-consider-card-top{
    display:flex;
    align-items:flex-start;
    gap:16px;
}

.knee-consider-number{
    width:40px;
    height:40px;
    flex:0 0 40px;
    border-radius:50%;
    background:var(--blue-soft);
    color:var(--blue);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:700;
}

.knee-consider-card h3{
    margin:2px 0 9px;
    color:var(--navy);
    font-size:19px;
    line-height:1.35;
}

.knee-consider-card p{
    margin:0;
    color:var(--muted);
    font-size:15px;
    line-height:1.75;
}

.knee-consider-card a{
    color:var(--blue);
    font-weight:600;
    text-decoration:none;
}

.knee-consider-card a:hover{
    text-decoration:underline;
}

/* SYMPTOM STRIP */

.knee-consider-signs{
    margin-top:42px;
    background:var(--light);
    border-radius:18px;
    padding:34px;
}

.knee-consider-signs-head{
    display:flex;
    justify-content:space-between;
    gap:30px;
    align-items:flex-end;
    margin-bottom:24px;
}

.knee-consider-signs h3{
    margin:0;
    font-family:Georgia, "Times New Roman", serif;
    font-size:29px;
    color:var(--navy);
    font-weight:500;
}

.knee-consider-signs-head p{
    margin:0;
    max-width:520px;
    color:var(--muted);
    font-size:14px;
    line-height:1.65;
}

.knee-consider-sign-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}

.knee-consider-sign{
    background:#fff;
    padding:18px;
    border-radius:12px;
    border:1px solid #edf1f4;
}

.knee-consider-check{
    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--blue-soft);
    color:var(--blue);
    margin-bottom:14px;
    font-weight:700;
}

.knee-consider-sign p{
    margin:0;
    font-size:14px;
    line-height:1.55;
    color:var(--text);
}

/* =========================
   WHAT IS KNEE REPLACEMENT
========================= */

.knee-replacement-block{
    margin-top:80px;
    padding-top:70px;
    border-top:1px solid var(--border);
}

.knee-replacement-header{
    max-width:800px;
    margin-bottom:40px;
}

.knee-replacement-title{
    margin:0 0 16px;
    font-family:Georgia, "Times New Roman", serif;
    font-size:42px;
    font-weight:500;
    line-height:1.18;
    color:var(--navy);
}

.knee-replacement-lead{
    margin:0;
    font-size:17px;
    line-height:1.75;
    color:var(--text);
}

/* IMAGE + EXPLANATION */

.knee-replacement-grid{
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    gap:50px;
    align-items:stretch;
}

.knee-replacement-image{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    min-height:520px;
    background:#edf1f4;
}

.knee-replacement-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.knee-replacement-image-note{
    position:absolute;
    left:20px;
    right:20px;
    bottom:20px;
    padding:18px 20px;
    background:rgba(255,255,255,.95);
    backdrop-filter:blur(8px);
    border-radius:12px;
    box-shadow:0 10px 30px rgba(20,50,80,.12);
}

.knee-replacement-image-note strong{
    display:block;
    color:var(--navy);
    font-size:15px;
    margin-bottom:5px;
}

.knee-replacement-image-note span{
    color:var(--muted);
    font-size:13px;
    line-height:1.5;
}

/* MYTH BOX */

.knee-replacement-info{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.knee-replacement-myth{
    background:#5bbbb0;
    color:#fff;
    border-radius:17px;
    padding:30px;
}

.knee-replacement-myth small{
    display:block;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1.2px;
    font-weight:700;
    opacity:.65;
    margin-bottom:12px;
}

.knee-replacement-myth h3{
    margin:0 0 12px;
    font-family:Georgia, "Times New Roman", serif;
    font-size:30px;
    line-height:1.25;
    font-weight:500;
}

.knee-replacement-myth p{
    margin:0;
    color:rgba(255,255,255,.82);
    font-size:15px;
    line-height:1.75;
}

/* SURFACE CARDS */

.knee-replacement-parts{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.knee-replacement-part{
    border:1px solid var(--border);
    border-radius:13px;
    padding:21px;
    background:#fff;
}

.knee-replacement-part-number{
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:var(--blue-soft);
    color:var(--blue);
    font-size:12px;
    font-weight:700;
    margin-bottom:16px;
}

.knee-replacement-part h4{
    margin:0 0 7px;
    color:var(--navy);
    font-size:17px;
}

.knee-replacement-part p{
    margin:0;
    font-size:14px;
    line-height:1.65;
    color:var(--muted);
}

.knee-replacement-part a{
    color:var(--blue);
    font-weight:600;
    text-decoration:none;
}

.knee-replacement-part a:hover{
    text-decoration:underline;
}

/* TOTAL VS PARTIAL */

.knee-replacement-options{
    margin-top:50px;
}

.knee-replacement-options-head{
    margin-bottom:26px;
}

.knee-replacement-options-head h3{
    margin:0 0 8px;
    color:var(--navy);
    font-family:Georgia, "Times New Roman", serif;
    font-size:31px;
    font-weight:500;
}

.knee-replacement-options-head p{
    margin:0;
    color:var(--muted);
    font-size:15px;
    line-height:1.7;
}

.knee-replacement-option-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.knee-replacement-option{
    padding:28px;
    border-radius:15px;
    border:1px solid var(--border);
    background:#fff;
    transition:.25s ease;
}

.knee-replacement-option:hover{
    transform:translateY(-3px);
    box-shadow:0 14px 30px rgba(23,52,84,.08);
}

.knee-replacement-option-label{
    display:inline-block;
    margin-bottom:15px;
    padding:6px 10px;
    border-radius:20px;
    background:var(--blue-soft);
    color:var(--blue);
    font-size:10px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.knee-replacement-option h4{
    margin:0 0 10px;
    color:var(--navy);
    font-size:20px;
}

.knee-replacement-option p{
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:1.7;
}

/* FINAL OUTCOME */

.knee-replacement-outcome{
    margin-top:48px;
    padding:30px 34px;
    background:var(--light);
    border-left:4px solid var(--teal);
    border-radius:0 14px 14px 0;
}

.knee-replacement-outcome strong{
    display:block;
    margin-bottom:7px;
    color:var(--navy);
    font-size:18px;
}

.knee-replacement-outcome p{
    margin:0;
    color:var(--text);
    font-size:15px;
    line-height:1.75;
}

/* RESPONSIVE */

@media(max-width:900px){

    .knee-consider-section{
        padding:50px 18px;
    }

    .knee-consider-top,
    .knee-replacement-grid{
        grid-template-columns:1fr;
        gap:32px;
    }

    .knee-consider-heading{
        position:static;
    }

    .knee-consider-sign-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .knee-replacement-image{
        min-height:430px;
    }
}

@media(max-width:600px){

    .knee-consider-title,
    .knee-replacement-title{
        font-size:32px;
    }

    .knee-consider-signs{
        padding:24px 20px;
    }

    .knee-consider-signs-head{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }

    .knee-consider-sign-grid{
        grid-template-columns:1fr;
    }

    .knee-replacement-image{
        min-height:340px;
    }

    .knee-replacement-parts,
    .knee-replacement-option-grid{
        grid-template-columns:1fr;
    }

    .knee-replacement-myth{
        padding:25px 22px;
    }

    .knee-replacement-myth h3{
        font-size:26px;
    }
}