/*
===============================================
    treatment-cost-insurance.CSS
    ----------------
    - This CSS file is for Treatment Cost Insurance page.
===============================================
*/

/* Treatment Cost Insurance CSS */

body.treatment-cost-insurance .first-fold-section:before {
    position: absolute;
    content: '';
    bottom: 3px;
    right: -5vw;
    width: 51vw;
    height: 100%;
    background: url(../../../../../wp-content/uploads/2026/03/bg-1.svg) center bottom / contain no-repeat;
}

body.treatment-cost-insurance .circle-image img{
    border-radius: 50%;
    object-fit: cover;
}

body.treatment-cost-insurance .section-2 .img-bg-circle .mk-image-container {
    position: relative;
}

body.treatment-cost-insurance .section-2 .img-bg-circle .mk-image-container:before {
    background: #CF8C55;
    content: '';
    width: 100%;
    border-radius: 50%;
    height: 100%;
    position: absolute;
    transform: translate(20px, -10px);
    left: 0;
    top: 0;
}

body.treatment-cost-insurance .image-text-section.section-2:before {
    position: absolute;
    content: '';
    top: -9vw;
    right: 48%;
    height: 20vw;
    width: 15vw;
    background: url(../../../../../wp-content/uploads/2022/03/symbol2.svg) bottom right / contain no-repeat;
}

/*Plannng section*/
body.treatment-cost-insurance .cost-tabs-section {
    max-width: 900px;
    margin: 0 auto;
}

body.treatment-cost-insurance .planning-section .cost-tabs {
    display: flex;
    background: #ffffff;
    border-radius: 12px;
    padding: 4px;
    margin-bottom: 30px;
}

body.treatment-cost-insurance .planning-section .cost-tabs .tab-btn {
    flex: 1;
    border: none;
    background: transparent;
    color: #444;
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease;
}

body.treatment-cost-insurance .planning-section .cost-tabs .tab-btn.active {
    background: #cb8a4d;
    color: #fff;
}

body.treatment-cost-insurance .planning-section .tab-content {
    display: none;
}

body.treatment-cost-insurance .planning-section .tab-content.active {
    display: block;
}

body.treatment-cost-insurance .planning-section .tab-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #4f4f4f;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}

body.treatment-cost-insurance .planning-section .cost-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #d8c7aa;
    border-radius: 8px;
    overflow: hidden;
}

body.treatment-cost-insurance .planning-section #self-pay .cost-grid {
    display: none;
}

body.treatment-cost-insurance .planning-section .cost-item {
    padding: 30px 24px;
    border-right: 1px solid #d8c7aa;
    border-bottom: 1px solid #d8c7aa;
    background: transparent;
}

body.treatment-cost-insurance .planning-section .cost-item:nth-child(2n) {
    border-right: none;
}

body.treatment-cost-insurance .planning-section .cost-item:nth-last-child(-n+2) {
    border-bottom: none;
}

body.treatment-cost-insurance .planning-section .cost-item h3 {
    font-size: 24px;
    font-family: abril-font, sans-serif;
    margin: 0 0 18px;
    color: #cb8a4d;
    font-weight: 400;
    font-family: ;
}

body.treatment-cost-insurance .planning-section .cost-item p {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

body.treatment-cost-insurance .planning-section .full-width {
    grid-column: 1 / -1;
    border-right: none;
    border-bottom: none;
}

body.treatment-cost-insurance .planning-section .room-board-fee-section {
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 40px;
}

body.treatment-cost-insurance .planning-section .room-board-header {
    background: #203A3B;
    color: #fff;
    font-size: 14px;
    /* font-weight: 600; */
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 24px 28px;
}

body.treatment-cost-insurance .planning-section .fee-title {
    background: #F5F3EE;
    padding: 18px 28px;
    font-family: abril-font, sans-serif;
    font-size: 24px;
    color: #414848;
}

body.treatment-cost-insurance .planning-section .fee-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 28px;
    background: #f8f8f8;
    border-top: 1px solid #ececec;
}

body.treatment-cost-insurance .planning-section .insurance-table .fee-row span {
    color: #203A3B;
    font-size: 16px;
    font-family: abril-font, sans-serif;
}

body.treatment-cost-insurance .planning-section .fee-row span {
    color: #203A3B;
    font-size: 16px;
}

body.treatment-cost-insurance .planning-section .fee-row strong {
    font-family: abril-font, sans-serif;
    font-size: 24px;
    color: #88511F !important;
    white-space: nowrap;
    margin-left: 20px;
}

body.treatment-cost-insurance .planning-section .fee-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 32px 28px;
    background: #FDEED34D;
}

body.treatment-cost-insurance .planning-section .fee-footer-content p {
    margin: 0 0 10px;
    color: #414848;
    font-size: 16px;
}

body.treatment-cost-insurance .planning-section .fee-footer-content p:last-child {
    margin-bottom: 0;
}

body.treatment-cost-insurance .out-of-reach-section .finance-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

body.treatment-cost-insurance .out-of-reach-section .finance-card {
    background: #f5f3ef;
    border: 1px solid #e4ddd4;
    border-radius: 5px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 430px;
}

body.treatment-cost-insurance .out-of-reach-section .finance-card h3 {
    margin: 0 0 15px;
    font-family: abril-font, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #203A3B;
}

body.treatment-cost-insurance .out-of-reach-section .finance-card p {
    margin: 0;
    font-size: 16px;
    color: #414848;
    line-height: 200%;
}

body.treatment-cost-insurance .clinically-excellent .two-img-col {
    display: flex;
    column-gap: 100px;
    justify-content: center;
}

body.treatment-cost-insurance .clinically-excellent .two-img-col img {
    max-width: 150px;
    border-radius: 50%;
}

body.treatment-cost-insurance .planning-section:before {
    position: absolute;
    content: '';
    bottom: 100px;
    left: 0;
    width: 45vw;
    height: 42vw;
    background: url(../../../../../wp-content/uploads/2026/03/bg-1.svg) top center / contain no-repeat;
    transform: rotateY(180deg);
    z-index: -1;
    opacity: 0.5;
}

/* Mobile */
@media (max-width: 765px) {
    body.treatment-cost-insurance .circle-image img {
        max-width: 300px;
    }

    body.treatment-cost-insurance .planning-section .cost-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    body.treatment-cost-insurance .planning-section .fee-footer {
        flex-direction: column;
    }

    body.treatment-cost-insurance .planning-section .fee-footer-content p {
        text-align: center;
    }

    body.treatment-cost-insurance .out-of-reach-section .finance-options {
        grid-template-columns: repeat(1, 1fr);
    }

    body.treatment-cost-insurance .clinically-excellent .two-img-col {
        column-gap: 40px;
    }

    body.treatment-cost-insurance .first-fold-section:before {
        bottom: 200px;
        right: -5vw;
        width: 63vw;
    }
}