/* ///////////////////////////////Understanding Benign Liver Lesions //////////////// */
.medical-section-Liver-Lesions {
    padding: 80px 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    overflow: hidden;
    font-family: 'Segoe UI', Arial, sans-serif;
}
.container-Liver-Lesions {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.animate-trigger-Liver-Lesions {
    opacity: 0;
    filter: blur(10px);
    transform: scale(0.95);
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.is-visible-Liver-Lesions {
    opacity: 1 !important;
    filter: blur(0) !important;
    transform: scale(1) !important;
}

.title-Liver-Lesions {
    color: #3C0145;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.description-Liver-Lesions {
    font-size: 1.1rem;
    /* line-height: 1.7; */
    color: #3C0145;
    margin-bottom: 20px;
}

.lesion-types-Liver-Lesions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.lesion-tag-Liver-Lesions {
    background: #f4eef6;
    color: #3C0145;
    padding: 8px 18px;
    border-radius: 0px;
    font-weight: 600;
    font-size: 0.95rem;
    border: 1px solid rgba(60, 1, 69, 0.1);
}

.btn-primary-Liver-Lesions {
    display: inline-block;
    background: #3C0145;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0px;
    transition: transform 0.3s;
}

.btn-primary-Liver-Lesions:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(60, 1, 69, 0.2);
}

.image-wrapper-Liver-Lesions img {
    width: 100%;
    border-radius: 0px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

@media (max-width: 992px) {
    .container-Liver-Lesions {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .lesion-types-Liver-Lesions {
        justify-content: center;
    }
}
/*/////////////////////////Common benign liver conditions include: /////////////////////  */
.medical-section-dark-Common-liver-conditions {
    background-color: #3C0145;
    padding: 80px 20px;
    font-family: 'Segoe UI', sans-serif;
    overflow: hidden;
    perspective: 1000px; 
}

.container-Common-liver-conditions {
    max-width: 1200px;
    margin: 0 auto;
}

.intro-box-Common-liver-conditions {
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
}

.title-Common-liver-conditions {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.description-Common-liver-conditions {
    font-size: 1.1rem;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.animate-trigger-Common-liver-conditions .card-Common-liver-conditions {
    opacity: 0;
    transform: rotateY(-30deg) translateZ(-100px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-trigger-Common-liver-conditions.is-visible-Common-liver-conditions .card-Common-liver-conditions {
    opacity: 1;
    transform: rotateY(0) translateZ(0);
}

.is-visible-Common-liver-conditions .card-Common-liver-conditions:nth-child(1) { transition-delay: 0.1s; }
.is-visible-bile-duct .card-Common-liver-conditions:nth-child(2) { transition-delay: 0.25s; }
.is-visible-Common-liver-conditions .card-Common-liver-conditions:nth-child(3) { transition-delay: 0.4s; }
.is-visible-Common-liver-conditions .card-Common-liver-conditions:nth-child(4) { transition-delay: 0.55s; }

.grid-Common-liver-conditions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.card-Common-liver-conditions {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0px;
    overflow: hidden;
    text-align: left;
}

.image-wrapper-Common-liver-conditions img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    /* filter: brightness(0.8); */
}

.content-Common-liver-conditions {
    padding: 20px;
}

.content-Common-liver-conditions h4 {
    color: #ffffff;
    margin: 0 0 10px 0;
}

.content-Common-liver-conditions p {
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.5;
}

.action-Common-liver-conditions {
    text-align: center;
    margin-top: 50px;
}

.btn-Common-liver-conditions {
    display: inline-block;
    /* background: #ffffff; */
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0px;
    transition: 0.3s;
    padding: 12px 30px;
    border: 2px solid #ffffff;
    transition: 0.3s;
}

.btn-Common-liver-conditions:hover {
    /* background: #ffd7ff; */
    transform: translateY(-3px);
}
/* //////////////////What-liver-Cyst//////////////////// */
.medical-section-What-liver-Cyst {
    padding: 80px 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
}

.container-What-liver-Cyst {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.animate-trigger-What-liver-Cyst {
    opacity: 0;
    transform: translateX(-50px); 
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.is-visible-What-liver-Cyst {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.image-wrapper-What-liver-Cyst {
    opacity: 0;
    transform: scale(0.85);
    transition: all 1.2s ease-out;
    transition-delay: 0.3s;
}

.is-visible-What-liver-Cyst .image-wrapper-What-liver-Cyst {
    opacity: 1;
    transform: scale(1);
}

.title-What-liver-Cyst {
    color: #3C0145;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.description-What-liver-Cyst {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #3C0145;
}

.symptom-box-What-liver-Cyst {
    background: #fdfbff;
    padding: 25px;
    border-left: 5px solid #3C0145;
    border-radius: 0 10px 10px 0;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

.symptom-title-What-liver-Cyst {
    font-weight: 700;
    color: #3C0145;
    margin-bottom: 15px;
}
.cta-note-What-liver-Cyst{
    margin-bottom: 1%;
}
.symptom-list-What-liver-Cyst {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.symptom-list-What-liver-Cyst li::before {
    content: "•";
    color: #3C0145;
    font-weight: bold;
    margin-right: 10px;
}

.btn-primary-What-liver-Cyst {
    display: inline-block;
    background: #3C0145;
    color: white;
    padding: 16px 35px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0px;
    transition: background 0.3s;
}

.btn-primary-What-liver-Cyst:hover {
    background: #5a0268;
}

.image-wrapper-What-liver-Cyst img {
    width: 100%;
    border-radius: 0px;
    box-shadow: 0 15px 35px rgba(60, 1, 69, 0.1);
}

@media (max-width: 992px) {
    .container-What-liver-Cyst {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .symptom-list-What-liver-Cyst {
        text-align: left;
    }
    .image-content-What-liver-Cyst {
        order: -1;
    }
}
/*/////////////////////When should a liver cyst be removed?///////////////////  */
.medical-section-liver-cyst-removed {
    padding: 80px 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    overflow: hidden;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

.container-liver-cyst-removed {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.animate-trigger-liver-cyst-removed {
    opacity: 0;
    transform: perspective(1000px) rotateX(10deg) translateY(50px);
    transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.is-visible-liver-cyst-removed {
    opacity: 1 !important;
    transform: perspective(1000px) rotateX(0deg) translateY(0) !important;
}

.title-liver-cyst-removed {
    color: #3C0145;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
}

.description-liver-cyst-removed {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #3C0145;
}

.criteria-box-liver-cyst-removed {
    background: #fdfbff;
    padding: 30px;
    border-radius: 0px;
    margin: 30px 0;
    border: 1px solid rgba(60, 1, 69, 0.1);
}

.criteria-title-liver-cyst-removed {
    font-weight: 700;
    color: #3C0145;
    margin-bottom: 15px;
}

.criteria-list-liver-cyst-removed {
    list-style: none;
    padding: 0;
}

.criteria-list-liver-cyst-removed li {
    padding: 8px 0 8px 30px;
    position: relative;
    font-weight: 500;
}

.criteria-list-liver-cyst-removed li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3C0145;
    font-weight: bold;
}

.philosophy-note-liver-cyst-removed {
    font-style: italic;
    color: #3C0145;
    margin-bottom: 30px;
}

.btn-primary-liver-cyst-removed {
    display: inline-block;
    background: #3C0145;
    color: white;
    padding: 16px 35px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.btn-primary-liver-cyst-removed:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(60, 1, 69, 0.2);
}

.image-wrapper-liver-cyst-removed img {
    width: 100%;
    border-radius: 0px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

@media (max-width: 992px) {
    .container-liver-cyst-removed {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .criteria-list-liver-cyst-removed {
        text-align: left;
    }
    .image-content-liver-cyst-removed {
        order: -1;
    }
}
/* /////////////////////Treatment options for Liver Cyst surgery in Lahore///////////// */
.medical-section-liver-Cyst-treatment-options {
    padding: 80px 20px;
    background-color: #fdfbff;
    display: flex;
    justify-content: center;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
}

.container-liver-Cyst-treatment-options {
    max-width: 1200px;
}

.header-liver-Cyst-treatment-options {
    text-align: center;
    margin-bottom: 50px;
}

.title-liver-Cyst-treatment-options {
    color: #3C0145;
    font-size: 2.4rem;
    margin-bottom: 15px;
}

.description-liver-Cyst-treatment-options {
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.animate-trigger-liver-Cyst-treatment-options {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-visible-liver-Cyst-treatment-options {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.text-content-liver-Cyst-treatment-options { transition-delay: 0.2s; }
.image-content-liver-Cyst-treatment-options { transition-delay: 0.4s; }

.content-grid-liver-Cyst-treatment-options {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
}

.procedure-box-liver-Cyst-treatment-options h3 {
    color: #3C0145;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.benefits-box-liver-Cyst-treatment-options {
    background: #ffffff;
    padding: 25px;
    border-radius: 0px;
    box-shadow: 0 5px 15px rgba(60, 1, 69, 0.05);
    margin: 25px 0;
}

.benefits-box-liver-Cyst-treatment-options h4 {
    color: #3C0145;
    margin-bottom: 15px;
}

.benefits-list-liver-Cyst-treatment-options {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.benefits-list-liver-Cyst-treatment-options li::before {
    content: "✦";
    color: #3C0145;
    margin-right: 10px;
    font-weight: bold;
}

.btn-primary-liver-Cyst-treatment-options {
    display: inline-block;
    background: #3C0145;
    color: white;
    padding: 16px 35px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: transform 0.3s;
}

.image-wrapper-liver-Cyst-treatment-options img {
    width: 100%;
    border-radius: 0px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

@media (max-width: 992px) {
    .content-grid-liver-Cyst-treatment-options {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .benefits-list-liver-Cyst-treatment-options {
        text-align: left;
    }
    .image-content-liver-Cyst-treatment-options {
        order: -1;
    }
}
/* //////////////Complex Liver Cyst Removal////////////////// */
.medical-section-dark-liver-Cyst-complex {
    padding: 80px 20px;
    background-color: #3C0145; 
    display: flex;
    justify-content: center;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.container-liver-Cyst-complex {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.animate-reveal-liver-Cyst-complex {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.is-visible-liver-Cyst-complex {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.title-liver-Cyst-complex {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.description-liver-Cyst-complex {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 20px;
}

.expertise-highlight-liver-Cyst-complex {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-left: 4px solid #ffffff;
    margin: 20px 0;
}

.expertise-highlight-liver-Cyst-complex p {
    color: #fff;
}
.btn-outline-liver-Cyst-complex {
    display: inline-block;
    color: #ffffff;
    padding: 12px 30px;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 0px;
    transition: 0.3s;
}

.image-wrapper-liver-Cyst-complex img {
    width: 100%;
    border-radius: 0px;
}

@media (max-width: 992px) {
    .container-liver-Cyst-complex { grid-template-columns: 1fr; text-align: center; }
}
/* ///////////////////Liver Hemangioma Surgery//////////////////////*/
.medical-section-liver-Cyst-hemangioma-modern {
    padding: 50px 0px;
    background-color: #ffffff;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    overflow: hidden;
}

.container-liver-Cyst-hemangioma-modern {
    max-width: 1200px;
    margin: 0 auto;
}

.panel-layout-liver-Cyst-hemangioma-modern {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
    background: #fdfbff;
    border-radius: 0px;
    padding: 30px;
    position: relative;
    border: 1px solid rgba(60, 1, 69, 0.05);
}

.animate-trigger-hemangioma-modern {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-visible-hemangioma-modern {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
}

.medical-tag-liver-Cyst-hemangioma-modern {
    color: #3C0145;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.title-liver-Cyst-hemangioma-modern {
    color: #3C0145;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1;
}

.safety-grid-liver-Cyst-hemangioma-modern {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}

.safety-item-liver-Cyst-hemangioma-modern {
    flex: 1;
    background: #ffffff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    border-top: 3px solid #3C0145;
}

.safety-item-liver-Cyst-hemangioma-modern strong {
    color: #3C0145;
    display: block;
    font-size: 0.9rem;
}

.safety-item-liver-Cyst-hemangioma-modern p {
    font-size: 0.85rem;
    margin: 5px 0 0 0;
    color: #666;
}

.criteria-list-liver-Cyst-hemangioma-modern {
    list-style: none;
    padding: 0;
    margin: 20px 0 40px 0;
}

.criteria-list-liver-Cyst-hemangioma-modern li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(60, 1, 69, 0.08);
    color: #3C0145;
    transition: padding-left 0.3s ease;
}

.criteria-list-liver-Cyst-hemangioma-modern li:hover {
    padding-left: 10px;
    color: #3C0145;
}

.btn-cta-liver-Cyst-hemangioma-modern {
    background: #3C0145;
    color: white;
    padding: 18px 40px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-cta-liver-Cyst-hemangioma-modern:hover {
    box-shadow: 0 10px 30px rgba(60, 1, 69, 0.25);
    transform: translateY(-2px);
}

.image-frame-liver-Cyst-hemangioma-modern {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.image-frame-liver-Cyst-hemangioma-modern img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}

.image-frame-liver-Cyst-hemangioma-modern:hover img {
    transform: scale(1.05);
}

.image-caption-liver-Cyst-hemangioma-modern {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(60, 1, 69, 0.9);
    color: white;
    padding: 10px;
    font-size: 0.8rem;
    text-align: center;
}

@media (max-width: 992px) {
    .panel-layout-liver-Cyst-hemangioma-modern {
        grid-template-columns: 1fr;
        padding: 30px;
    }
    .panel-visual-liver-Cyst-hemangioma-modern {
        order: -1;
    }
}
.surgery-criteria-liver-Cyst-hemangioma-modern h3 {
    color: #3C0145;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}
/* ////////////////////Liver Mass Removal Surgery///////////////////// */
.medical-section-liver-Cyst-benign-removal {
    padding: 100px 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
}

.container-liver-Cyst-benign-removal {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
    align-items: center;
}

.animate-trigger-benign-removal {
    opacity: 0;
    transform: perspective(1000px) rotateY(-10deg) translateX(30px);
    transition: all 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: transform, opacity;
}

.is-visible-benign-removal {
    opacity: 1 !important;
    transform: perspective(1000px) rotateY(0deg) translateX(0) !important;
}

.title-liver-Cyst-benign-removal {
    color: #3C0145;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
}

.description-liver-Cyst-benign-removal {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #3C0145;
}

.approach-box-liver-Cyst-benign-removal {
    background: #fdfbff;
    padding: 30px;
    border-radius: 15px;
    border-right: 5px solid #3C0145; 
    margin: 30px 0;
    box-shadow: 0 10px 30px rgba(60, 1, 69, 0.03);
}

.approach-title-liver-Cyst-benign-removal {
    color: #3C0145;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.approach-box-liver-Cyst-benign-removal p {
    margin: 0;
    color: #3C0145;
}

.btn-primary-liver-Cyst-benign-removal {
    display: inline-block;
    background: #3C0145;
    color: #ffffff;
    padding: 18px 40px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary-liver-Cyst-benign-removal:hover {
    background: #5a0268;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(60, 1, 69, 0.2);
}

.image-wrapper-liver-Cyst-benign-removal img {
    width: 100%;
    border-radius: 0px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

@media (max-width: 992px) {
    .container-liver-Cyst-benign-removal {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .approach-box-liver-Cyst-benign-removal {
        text-align: left;
    }
    .image-content-liver-Cyst-benign-removal {
        order: -1;
    }
}
/* //////////////////////////////Liver Cyst Surgery recovery time//////////////////  */
.medical-section-dark-recovery-momentum {
    padding: 100px 20px;
    background-color: #3C0145;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.container-recovery-momentum {
    max-width: 1200px;
    margin: 0 auto;
}

.header-recovery-momentum {
    margin-bottom: 60px;
    text-align: left;
}

.title-recovery-momentum {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.subtitle-recovery-momentum {
    color: #fff;
    font-size: 1.1rem;
    opacity: 0.8;
}

.cards-wrapper-recovery-momentum {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.momentum-card-recovery-momentum {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    transform: translateX(100px);
    transition: all 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.highlight-card-recovery-momentum {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.is-visible-recovery-momentum .momentum-card-recovery-momentum {
    opacity: 1;
    transform: translateX(0);
}

.is-visible-recovery-momentum .momentum-card-recovery-momentum:nth-child(1) { transition-delay: 0.2s; }
.is-visible-recovery-momentum .momentum-card-recovery-momentum:nth-child(2) { transition-delay: 0.4s; }
.is-visible-recovery-momentum .momentum-card-recovery-momentum:nth-child(3) { transition-delay: 0.6s; }

.phase-tag-recovery-momentum {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffd7ff;
    display: block;
    margin-bottom: 10px;
}

.time-stat-recovery-momentum {
    font-size: 2rem;
    font-weight: 900;
    margin: 20px 0;
    color: #ffffff;
}

.momentum-card-recovery-momentum p {
    color: #fff;
    line-height: 1.6;
    font-size: 0.95rem;
}

.visual-indicator-recovery-momentum img {
    width: 100%;
    margin-top: 25px;
    border-radius: 12px;
    opacity: 0.8;
}

.progress-bar-container-recovery-momentum {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.progress-line-recovery-momentum {
    width: 0%;
    height: 100%;
    background: #ffffff;
    transition: width 2s ease-in-out;
}

.is-visible-recovery-momentum .progress-line-recovery-momentum {
    width: 100%;
}

@media (max-width: 900px) {
    .cards-wrapper-recovery-momentum {
        flex-direction: column;
    }
    .momentum-card-recovery-momentum {
        transform: translateY(50px);
    }
}
/* ////////////////////////////////////Why Choose Specialized Liver Surgery Care?////////////////////  */
.medical-section-trust-specialized {
    padding: 100px 20px;
    background-color: #fdfbff;
    font-family: 'Segoe UI', Roboto, sans-serif;
    overflow: hidden;
}

.container-trust-specialized {
    max-width: 1200px;
    margin: 0 auto;
}

.header-trust-specialized {
    text-align: center;
    margin-bottom: 60px;
}

.title-trust-specialized {
    color: #3C0145;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.subtitle-trust-specialized {
    color: #3C0145;
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.grid-trust-specialized {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 70px;
}

.card-trust-specialized {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 0px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(60, 1, 69, 0.05);
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-visible-trust-specialized .card-trust-specialized {
    opacity: 1;
    transform: translateY(0);
}

.is-visible-trust-specialized .card-trust-specialized:nth-child(1) { transition-delay: 0.1s; }
.is-visible-trust-specialized .card-trust-specialized:nth-child(2) { transition-delay: 0.2s; }
.is-visible-trust-specialized .card-trust-specialized:nth-child(3) { transition-delay: 0.3s; }
.is-visible-trust-specialized .card-trust-specialized:nth-child(4) { transition-delay: 0.4s; }

.icon-trust-specialized {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.card-trust-specialized h4 {
    color: #3C0145;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.last-trust-specialized {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    background: #ffffff;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(60, 1, 69, 0.08);
    align-items: center;
}

.info-content-trust-specialized {
    padding: 60px;
}

.info-content-trust-specialized h3 {
    color: #3C0145;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.btn-primary-trust-specialized {
    display: inline-block;
    background: #3C0145;
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 0px;
    margin-top: 30px;
    transition: background 0.3s;
}

.btn-primary-trust-specialized:hover {
    background: #5a0268;
}

.image-wrap-trust-specialized img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 900px) {
    .last-trust-specialized { grid-template-columns: 1fr; }
    .image-wrap-trust-specialized { order: -1; height: 300px; }
}
/*  ///////////////////////Large Liver Cyst Treatment in Pakistan///////////////////*/
.medical-section-pakistan-cyst-treatment {
    padding: 90px 20px;
    background-color: #ffffff;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    overflow: hidden;
}

.container-pakistan-cyst-treatment {
    max-width: 1100px;
    margin: 0 auto;
}

.header-pakistan-cyst-treatment {
    text-align: center;
    margin-bottom: 60px;
}

.title-pakistan-cyst-treatment {
    color: #3C0145;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.description-pakistan-cyst-treatment {
    color: #3C0145;
    font-size: 1.15rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

.animate-trigger-pakistan-treatment .care-block-pakistan-treatment,
.animate-trigger-pakistan-treatment .advice-block-pakistan-treatment {
    opacity: 0;
    transform: translateY(30px);
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-visible-pakistan-treatment .care-block-pakistan-treatment {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(60, 1, 69, 0.08);
}

.is-visible-pakistan-treatment .advice-block-pakistan-treatment {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
    box-shadow: 0 15px 40px rgba(60, 1, 69, 0.08);
}

.care-block-pakistan-treatment, .advice-block-pakistan-treatment {
    background: #fdfbff;
    padding: 50px;
    border-radius: 0px;
    margin-bottom: 40px;
    border: 1px solid rgba(60, 1, 69, 0.05);
}

.care-block-pakistan-treatment h3, .advice-block-pakistan-treatment h3 {
    color: #3C0145;
    margin-bottom: 20px;
}

.advice-grid-pakistan-treatment {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.advice-card-pakistan-treatment {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s;
}

.advice-card-pakistan-treatment:hover {
    transform: scale(1.1);
    box-shadow:#81308d ;
}

.advice-icon-pakistan-treatment {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 10px;
}

.summary-note-pakistan-treatment {
    font-style: italic;
    color: #3C0145;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

.action-footer-pakistan-treatment {
    text-align: center;
    margin-top: 50px;
}

.btn-primary-pakistan-treatment {
    background: #3C0145;
    color: #ffffff;
    padding: 18px 45px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 0px;
    display: inline-block;
    transition: 0.3s;
}

.btn-primary-pakistan-treatment:hover {
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(60, 1, 69, 0.3);
}

@media (max-width: 768px) {
    .care-block-pakistan-treatment, .advice-block-pakistan-treatment { padding: 30px; }
}
/*  */