 .doctor-new-body {
        font-family: 'Roboto', sans-serif;
        color: #333;
        line-height: normal;
    }

    /* Top Row Grid */
    .utility-row-v2 {
        display: flex;
        gap: 40px;
        margin-bottom: 20px;
    }

    .main-col-v2 {
        flex: 1;
    }

    .side-col-v2 {
        width: 380px;
        flex-shrink: 0;
    }

    /* Bio */
    .bio-section-v2 p {
        font-size: 15px;
        line-height: 1.6;
        color: #444;
        margin-bottom: 15px;
        /* Reduced from 25px */
        width: 75%;
    }

    .bio-section-v2 .text-partial,
    .bio-section-v2 .text-full {
        color: #444;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .rev-snippet-side .snippet strong {
        color: #444;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .show-more-v2 {
        color: #004861;
        text-decoration: underline;
        font-weight: 500;
        cursor: pointer;
        font-size: 14px;
    }

    /* Review Highlight Box */
    .review-highlight-box {
        background: #E5E8EA;
        border-radius: 2px;
        padding: 25px 30px;
        display: flex;
        gap: 0;
        /* Gap handled by padding/border */
        margin-bottom: 40px;
        align-items: center;
        border: 1px solid #EEE;
    }

    .rev-score-side {
        width: 140px;
        text-align: center;
        border-right: 1px solid #CCC;
        padding-right: 30px;
        margin-right: 30px;
    }

    .rev-score-side .big-num {
        color: #444;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .rev-score-side .stars {
        color: #F8CC30;
        font-size: 16px;
        display: flex;
        justify-content: center;
        gap: 3px;
        margin-top: 5px;
    }

    .rev-score-side .stars i {
        color: #F8CC30;
    }

    .rev-snippet-side {
        flex: 1;
        position: relative;
    }

    .rev-snippet-side .snippet {
        color: #444;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .rev-snippet-side .meta {
        color: #6C6C6C;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .rev-link {
        color: #444;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        text-decoration: underline;
        margin-top: 5px;
    }


    /* Consulting Hospitals */
    .consulting-box-v2 h2 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #222;
    }

    .consulting-box-v2 p {
        font-size: 15px;
        color: #555;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    /* Booking Widget */
    .booking-card-v2 {
        background: #FFF;
        border: 1px solid #E5E5E5;
        border-radius: 12px;
        padding: 25px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        height: 460px;
        /* Stronger shadow as per Step 2038 */
    }

    .booking-card-v2 .admission-box {
        background: transparent;
        border: transparent;
        width: 100%;
        padding: 0 0 20px 0;
        /* Stronger shadow as per Step 2038 */
    }

    .btn-book-v2:hover {
        background-color: #187aab !important;
    }

    .booking-card-v2 h3 {
        font-size: 19px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 5px;
        color: #333;
    }

    .booking-card-v2 p.sub {
        font-size: 13px;
        color: #888;
        margin-bottom: 25px;
        line-height: 1.4;
    }

    .form-label-v2 {
        font-weight: 700;
        font-size: 15px;
        display: block;
        margin-bottom: 12px;
        color: #333;
    }

    .select-v2 {
        width: 100%;
        padding: 12px;
        border: 1px solid #E0E0E0;
        border-radius: 6px;
        font-size: 14px;
        margin-bottom: 20px;
        appearance: none;
        background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M10.293%203.293L6%207.586%201.707%203.293A1%201%200%2000.293%204.707l5%205a1%201%200%20001.414%200l5-5a1%201%200%2010-1.414-1.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat right 15px center;
    }

    .toggle-v2 {
        display: flex;
        background: #F0F0F0;
        border-radius: 8px;
        padding: 4px;
        margin-bottom: 25px;
    }

    .toggle-opt {
        flex: 1;
        text-align: center;
        padding: 10px;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        transition: 0.2s;
        color: #666;
    }

    .toggle-opt.active {
        background: #FFF;
        border-radius: 6px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        color: #333;
    }

    .btn-book-v2 {
        background: #00C853;
        color: #FFF;
        width: 100%;
        border: none;
        padding: 15px;
        border-radius: 2px;
        font-weight: 700;
        font-size: 16px;
        cursor: pointer;
        transition: 0.2s;
    }

    .btn-book-v2:hover {
        background: #00B248;
    }


    /* Unified Footer Card */
    .footer-card-v2 {
        background: #FFF;
        border: 1px solid #E5E5E5;
        overflow: hidden;
        /* For rounded corners on footer */
        margin-bottom: 40px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    }

    .info-grid-v2 {
        padding: 40px;
    }

    .grid-layout-v2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px 40px;
    }

    .grid-item-v2 {
        display: flex;
        gap: 15px;
        align-items: flex-start;
    }

    .grid-icon-v2 {
        width: 24px;
        color: #187aab;
        font-size: 24px;
        text-align: center;
        flex-shrink: 0;
        margin-top: -2px;
    }

    .grid-text-v2 {
        color: #444;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-decoration: none;
    }

    .grid-text-v2 .label {
        color: #444;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        margin-right: 5px;
        text-decoration: none !important;
        display: inline-block;
        padding: 0px !important;
    }

    .grid-text-v2 a {
        color: #444;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    /* Card Action Footer */
    .card-footer-v2 {
        display: flex;
        padding: 20px 30px;
        gap: 15px;
        border-top: 1px solid #EEE;
        background: #FFF;
    }

    .btn-footer-v2 {
        flex: 1;
        padding: 14px;
        text-align: center;
        border-radius: 2px;
        font-weight: 700;
        font-size: 15px;
        text-decoration: none !important;
        cursor: pointer;
        transition: 0.2s;
    }

    .btn-footer-v2.green:hover {
        background: #187aab;
        border-color: #187aab;
    }


    .btn-footer-v2.green {
        background: #00C853;
        color: #FFF;
        border: none;
    }


    .btn-footer-v2.outline:hover {
        color: #FFF;
        background: -moz-linear-gradient(145deg, #187aab 0%, #002c77 100%);
        background: linear-gradient(145deg, #187aab 0%, #002c77 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#187aab", endColorstr="#002c77", GradientType=1);
    }

    .btn-footer-v2.outline {
        background: #FFF;
        border: 1px solid #187aab;
        color: #187aab;
    }

    /* Bottom Actions */
    .action-row-v2 {
        display: flex;
        gap: 20px;
        margin-bottom: 80px;
    }

    .btn-v2 {
        flex: 1;
        padding: 16px;
        text-align: center;
        border-radius: 8px;
        font-weight: 700;
        font-size: 16px;
        text-decoration: none !important;
    }

    .btn-v2.green {
        background: #00C853;
        color: #FFF;
    }

    .btn-v2.outline {
        border: 2px solid #004861;
        color: #004861;
    }

    @media (max-width: 991px) {

        .consulting-box-v2{
            padding:0 15px;
        }
        .grid-item-v2 {
            align-items: center;
        }

        .grid-icon-v2 svg {
            width: 20px;
        }

        .bio-section-v2 p {
            width: 100%;
        }

        .info-grid-v2 {
            padding: 30px;
        }

        .utility-row-v2 {
            flex-direction: column;
        }

        .side-col-v2 {
            width: 100%;
        }

        .grid-layout-v2 {
            grid-template-columns: 1fr;
        }
    }

    /* Mobile adjustments for Similar Doctors */
    @media (max-width: 767px) {
        .carousel-header-v2 {
            padding: 20px 15px 0 15px;
        }

        .similar-docs-carousel-wrap {
            padding: 0 15px;
        }

        .carousel-title-v2 {
            font-size: 18px;
        }

        .doc-card-v2 {
            padding: 20px 15px;
        }

        .doc-card-v2 .name {
            font-size: 14px;
        }

        .similar-doctors-section-v2 {
            margin-bottom: 25px;
            padding-bottom: 20px;
        }
    }

    @media (max-width: 480px) {
        .carousel-header-v2 {
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
        }
    }

    /* Doctor Reviews Section */
    .doctor-reviews-section-v2 {
        background: #FFF;
        padding: 25px;
        margin-bottom: 25px;

    }

    .reviews-header-v2 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .reviews-header-v2 h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #444;
        margin: 0;
    }

    .reviews-header-v2 .stars-icon {
        width: 60px;
        height: auto;
    }


    .rating-summary-v2 {
        flex: 1;
    }

    .rating-summary-v2 .likelihood-text {
        font-size: 14px;
        color: #666;
        margin-bottom: 15px;
    }

    .rating-big-row {
        display: flex;
        align-items: baseline;
        gap: 15px;
        margin-bottom: 25px;
    }

    .rating-big-row .score {
        font-size: 45px;
        font-weight: 700;
        color: #444;
    }

    .rating-big-row .stars-wrap {
        display: flex;
        flex-direction: column;
    }

    .rating-big-row .stars-wrap .stars-row i {
        color: #F8CC30;
        font-size: 22px;
    }

    .rating-big-row .stars-wrap .stars-row {
        display: flex;
        gap: 4px;
    }

    .rating-big-row .stars-wrap .based-on {
        font-size: 12px;
        color: #999;
        margin-top: 5px;
    }

    .rating-bars-v2 {
        display: flex;
        flex-direction: column;
        gap: 12px;
        max-width: 450px;
    }

    .progress-row-v2 {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 14px;
        color: #444;
    }

    .progress-label {
        width: 45px;
        white-space: nowrap;
    }

    .progress-bar-bg {
        flex: 1;
        height: 12px;
        background: #F5F5F5;
        border-radius: 6px;
        overflow: hidden;
    }

    .progress-bar-fill {
        height: 100%;
        background: #FFBD4A;
        border-radius: 6px;
    }

    .progress-percent {
        width: 35px;
        text-align: right;
        color: #666;
    }

    /* Leave a Review Card */
    .leave-review-card-v2 {
        background: #F9F9F9;
        border: 1px solid #EDEDED;
        border-radius: 2px;
        padding: 30px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .review-top-row-v2 {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .widget-row-v2 {
        width: 100%;
        border-top: 1px solid #EEE;
        padding-top: 20px;
    }

    .leave-review-card-v2 .doc-thumb {
        width: 100px;
        height: 110px;
        border-radius: 4px;
        object-fit: cover;
        flex-shrink: 0;
    }

    .leave-review-info {
        flex: 1;
    }

    .leave-review-info h3 {
        font-size: 18px;
        font-weight: 700;
        color: #444;
        margin: 0 0 10px 0;
    }

    .leave-review-info p {
        font-size: 13px;
        color: #666;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .leave-review-stars {
        display: flex;
        gap: 5px;
        margin-bottom: 20px;
    }

    .leave-review-stars i {
        font-size: 22px;
        color: #DDD;
        cursor: pointer;
        transition: color 0.2s;
    }

    .leave-review-stars i:hover {
        color: #F8CC30;
    }

    .select-rating-hint {
        font-size: 13px;
        color: #888;
    }

    /* Trust Banner */
    .review-trust-banner-v2 {
        background: #E5E8EA;
        border-radius: 2px;
        padding: 20px 30px;
        display: flex;
        gap: 20px;
        align-items: center;
        margin-bottom: 25px;
    }



    .trust-text {
        color: #444;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 150% */
    }

    .trust-text a {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    /* Similar Providers Section */
    .similar-providers-section-v2 {
        background: #FFF;
        padding: 40px;

        margin-bottom: 25px;

    }

    .similar-providers-section-v2 h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #444;
        margin: 0 0 30px 0;
    }

    .provider-grid-v2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 50px;
        row-gap: 35px;
    }

    .provider-card-v2 {
        display: flex;
        align-items: center;
        gap: 20px;
        text-decoration: none !important;
    }

    .provider-img-v2 {
        width: 105px;
        height: 105px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
        border: 1px solid #EEE;
    }

    .provider-img-v2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .provider-details-v2 {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

    .provider-details-v2 h4:hover {
        color: #187aab;
    }

    .provider-details-v2 h4 {
        margin: 0;
        color: #006079;
        font-size: 18px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }

    .provider-details-v2 .specialty,
    .provider-details-v2 .location {
        color: #666;
        font-size: 14px;
        margin: 0;
    }

    .provider-rating-v2 {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 4px;
    }

    .provider-rating-v2 .stars-row i {
        color: #F8CC30;
        font-size: 14px;
    }

    .provider-rating-v2 .stars-row {
        display: flex;
        gap: 2px;
    }

    .provider-rating-v2 .rating-summary {
        font-size: 13px;
        color: #666;
    }


    @media (max-width: 767px) {
        .provider-grid-v2 {
            grid-template-columns: 1fr;
            row-gap: 25px;
        }

        .provider-img-v2 {
            width: 80px;
            height: 80px;
        }

        .provider-details-v2 h4 {
            font-size: 16px;
        }
    }

    @media (max-width: 991px) {
        .reviews-content-v2 {
            flex-direction: column;
        }

        .leave-review-card-v2 {
            margin-top: 20px;
        }

        .review-trust-banner-v2 {
            padding: 15px 20px;
        }
    }