/* ==========================================================================
   IPL Therapy Page Styles
   ========================================================================== */

/* Header adjustments specific to this page */
body.page-template-page-ipl-php .header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: transparent !important;
    z-index: 100;
    border-bottom: none !important;
}

body.page-template-page-ipl-php .header.in {
    position: fixed;
    background: #FFFFFF !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Page container */
.ipl-page {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    font-family: 'Montserrat', sans-serif;
    color: #222222;
}

.ipl-page * {
    box-sizing: border-box;
}

.ipl-page .center {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.ipl-page section {
    position: relative;
    padding-top: 130px;
    padding-bottom: 100px;
    width: 100%;
}

.ipl-page .section-title {
    font-style: normal;
    font-size: 30px;
    font-weight: 600;
    color: #005C5E; /* Dark brand teal */
    margin: 0 0 15px 0;
    line-height: 1.25;
    text-transform: uppercase;
}

.ipl-page .section-subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    max-width: 800px;
    margin: 0 0 50px 0;
}

/* Buttons */
.ipl-page .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    height: 81px;
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.225em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s;
    cursor: pointer;
    border: none;
}

.ipl-page .btn-primary {
    background: #008C8F;
    color: #FFFFFF;
}

.ipl-page .btn-primary:hover {
    background: #005254;
}

/* Block 1: Hero Section */
.ipl-page .ipl-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.ipl-hero .hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: calc(100vh - 170px);
    width: 100%;
    position: relative;
}

.ipl-hero .hero-text {
    flex: 1;
    max-width: 600px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.ipl-hero .hero-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
    color: #008C8F; /* Primary Teal */
    margin: 0 0 25px 0;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.ipl-hero .title-highlight {
    color: #F6A4A4;
    display: block;
}

.ipl-hero .hero-description {
    font-size: 15px;
    line-height: 1.7;
    color: #4F4F4F;
    margin: 0 0 20px 0;
    font-weight: 400;
}

.ipl-hero .hero-tagline {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    color: #008C8F;
    margin: 0 0 25px 0;
}

.ipl-hero .hero-actions-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 50px;
}

/* CTA Buttons */
.ipl-hero .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    cursor: pointer;
}

.ipl-hero .btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 332px;
    padding: 0 40px;
    max-width: 100%;
    height: 81px;
    background: #008C8F;
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.225em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.5s;
    text-decoration: none;
    border: none;
    text-align: center;
}

.ipl-hero .btn-primary:hover {
    background: #005254;
}

/* Individual outline contact buttons */
.ipl-hero .hero-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1.5px solid #008C8F;
    border-radius: 100px;
    padding: 0 40px;
    width: auto;
    min-width: 332px;
    background: transparent;
    height: 81px;
    box-sizing: border-box;
    text-decoration: none;
    color: #222222;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.5s;
    cursor: pointer;
}

.ipl-hero .hero-contact-btn:hover {
    background: rgba(0, 140, 143, 0.05);
    color: #008C8F;
    transform: translateY(-1px);
}

.ipl-hero .contact-icon {
    flex-shrink: 0;
}
.ipl-hero .hero-inline-contacts {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    font-size: 15px;
    color: #4F4F4F;
    flex-wrap: wrap;
}

.ipl-hero .inline-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4F4F4F;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.ipl-hero .inline-contact-link:hover {
    color: #008C8F;
}

.ipl-hero .contact-separator {
    color: #F6A4A4;
    font-weight: 300;
}
/* Right image background */
.ipl-hero .hero-bg-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50vw;
    height: 100%;
    z-index: 1;
}

.ipl-hero .hero-bg-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    display: block;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 30%);
    mask-image: linear-gradient(to right, transparent 0%, black 30%);
}

.ipl-hero .hero-mobile-image {
    display: none;
}

/* Block 2: Benefits */
.ipl-benefits {
    background: #FFFFFF;
}

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

.ipl-benefits .benefit-card {
    background: #F9F9F9;
    padding: 40px;
    border-radius: 20px;
    transition: all 0.3s ease;
    border-left: 4px solid #FAD6D6;
}

.ipl-benefits .benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.ipl-benefits .benefit-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #008C8F;
    margin: 0 0 15px 0;
}

.ipl-benefits .benefit-card p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

/* Block 3: Indications */
.ipl-indications {
    background: #F9F9F9;
}

.ipl-indications .indications-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: stretch;
}

.ipl-indications .indication-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    background: #FFFFFF;
    padding: 20px 25px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.ipl-indications .indication-item:last-child {
    margin-bottom: 0;
}

.ipl-indications .indication-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    color: #008C8F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ipl-indications .indication-icon svg {
    stroke: #008C8F;
}

.ipl-indications .indication-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 8px 0;
}

.ipl-indications .indication-text p {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    margin: 0;
}

.ipl-indications .indications-image {
    display: flex;
}

.ipl-indications .treatment-image-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.ipl-indications .treatment-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Block 4: Doctor Comment */
.ipl-doctor-comment {
    background: #FFFFFF;
}

.ipl-doctor-comment .comment-wrapper {
    max-width: 850px;
    margin: 0 auto;
}

.ipl-doctor-comment .doctor-comment-card {
    background: #F4FBFB;
    border-radius: 24px;
    padding: 40px 40px 40px 60px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 140, 143, 0.05);
}

.ipl-doctor-comment .comment-quote-symbol {
    position: absolute;
    left: 25px;
    top: -15px;
    font-size: 100px;
    font-family: Georgia, serif;
    color: rgba(0, 140, 143, 0.1);
    line-height: 1;
}

.ipl-doctor-comment .comment-text {
    font-size: 15.5px;
    line-height: 1.75;
    color: #4F4F4F;
    font-style: italic;
    margin: 0 0 25px 0;
}

.ipl-doctor-comment .comment-author-info {
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 1px solid rgba(0, 140, 143, 0.1);
    padding-top: 20px;
}

.ipl-doctor-comment .doctor-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #008C8F;
}

.ipl-doctor-comment .doctor-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ipl-doctor-comment .author-meta strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 4px;
}

.ipl-doctor-comment .author-meta span {
    display: block;
    font-size: 13px;
    color: #666666;
}

.ipl-doctor-comment .comment-cta {
    text-align: center;
    margin-top: 40px;
}

/* Block 5: Pricing */
.ipl-pricing {
    background: #FFFFFF;
    border-top: 1px solid #E2E8F0;
}

.ipl-pricing .price-table-wrapper {
    margin: 40px auto 0 auto;
    overflow-x: auto;
}

.ipl-pricing .price-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.ipl-pricing th {
    background: #008C8F;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 30px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ipl-pricing td {
    padding: 18px 30px;
    font-size: 15px;
    color: #333333;
    border-bottom: 1px solid #E2E8F0;
    transition: background 0.2s ease;
}

.ipl-pricing tr:hover td {
    background: #F4FBFB;
}

.ipl-pricing tr:last-child td {
    border-bottom: none;
}

.ipl-pricing .price-val {
    font-weight: 700;
    color: #008C8F;
    white-space: nowrap;
}

.ipl-pricing .pricing-cta {
    text-align: center;
    margin-top: 40px;
}

/* Block 6: FAQ */
.ipl-faq {
    background: #FFFFFF;
}

.ipl-faq .faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.ipl-faq .faq-item {
    background: #FFFFFF;
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    border: 1px solid #E2E8F0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.ipl-faq .faq-question {
    padding: 22px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.ipl-faq .faq-question h3 {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.ipl-faq .faq-question:hover h3 {
    color: #008C8F;
}

.ipl-faq .faq-icon {
    font-size: 24px;
    font-weight: 300;
    color: #008C8F;
    transition: transform 0.3s ease;
    line-height: 1;
}

.ipl-faq .faq-answer {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.ipl-faq .faq-answer p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

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

.ipl-faq .faq-item.active .faq-question h3 {
    color: #008C8F;
}

/* Block 7: Booking Form */
.ipl-booking {
    background: #F9F9F9;
    color: #1B1D1F;
    padding: 80px 0;
}

.ipl-booking .booking-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 50px;
}

.ipl-booking .booking-title {
    font-size: 38px;
    font-weight: 600;
    color: #008C8F;
    line-height: 1.3;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.ipl-booking .booking-description {
    font-size: 15px;
    line-height: 1.7;
    color: #4A4D50;
    margin: 0;
}

.ipl-booking .booking-form-container {
    background: #008C8F;
    color: #FFFFFF;
    border-radius: 0;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 140, 143, 0.15);
}

.ipl-booking .booking-form label {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.ipl-booking .form-group {
    margin-bottom: 20px;
}

.ipl-booking .booking-form input[type="text"],
.ipl-booking .booking-form input[type="tel"] {
    width: 100%;
    height: 54px;
    border-radius: 0;
    border: 1.5px solid transparent;
    padding: 0 20px;
    font-size: 14.5px;
    outline: none;
    color: #333;
    transition: all 0.3s ease;
}

.ipl-booking .booking-form input:focus {
    border-color: #004D4F;
}

.ipl-booking .booking-form .btn {
    width: 100%;
    margin-top: 10px;
    background: #FFFFFF;
    color: #008C8F;
    border: 2px solid #FFFFFF;
    height: 54px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ipl-booking .booking-form .btn:hover {
    background: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.ipl-booking .booking-info-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    flex-wrap: wrap;
    gap: 30px;
}

.ipl-booking .trust-phrase {
    font-size: 14px;
    line-height: 1.6;
    color: #4A4D50;
    max-width: 550px;
    margin: 0;
}

.ipl-booking .license-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ipl-booking .license-info strong {
    font-size: 14px;
    margin-bottom: 5px;
    color: #1B1D1F;
}

.ipl-booking .license-info span {
    font-size: 12px;
    color: #7A7F85;
}

/* ==========================================================================
   Responsive Overrides
   ========================================================================== */

@media (max-width: 1024px) {
    .ipl-page section {
        padding-top: 80px;
        padding-bottom: 70px;
    }
    .ipl-page .section-title {
        font-size: 28px;
    }
    .ipl-hero .hero-title {
        font-size: 34px;
    }
    .ipl-indications .indications-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ipl-indications .indications-image {
        height: 380px;
    }
    .ipl-booking .booking-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ipl-booking .license-info {
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .ipl-page section {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .ipl-page .btn {
        min-width: 0;
        width: 100%;
        height: 60px;
        font-size: 14px;
        line-height: 17px;
        padding: 0 20px;
    }
    .ipl-benefits .benefits-grid {
        grid-template-columns: 1fr;
    }
    .ipl-booking .booking-info-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .ipl-doctor-comment .doctor-comment-card {
        padding: 30px 30px 30px 40px;
    }
    .ipl-doctor-comment .comment-quote-symbol {
        font-size: 70px;
        left: 15px;
    }
    .ipl-faq .faq-question {
        padding: 18px 25px;
    }
    .ipl-faq .faq-question h3 {
        font-size: 15px;
    }
    .ipl-faq .faq-icon {
        font-size: 20px;
    }
    .ipl-faq .faq-answer p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .ipl-page section {
        padding-top: 45px;
        padding-bottom: 35px;
    }
    .ipl-page .section-title {
        font-size: 24px;
    }
    .ipl-hero .hero-title {
        font-size: 26px;
    }
    .ipl-booking .booking-form-container {
        padding: 25px;
    }
    .ipl-indications .indications-image {
        height: 250px;
    }
    .ipl-doctor-comment .comment-quote-symbol {
        display: none;
    }
    .ipl-doctor-comment .doctor-comment-card {
        padding: 30px 20px;
    }
    .ipl-pricing th, .ipl-pricing td {
        padding: 15px 15px;
        font-size: 13.5px;
    }
    .ipl-faq .faq-question {
        padding: 16px 20px;
    }
    .ipl-faq .faq-question h3 {
        font-size: 14px;
    }
    .ipl-faq .faq-answer {
        padding: 0 20px;
    }
    .ipl-faq .faq-answer p {
        font-size: 13px;
    }
}

/* Hero Section Responsive Layout */
@media (min-width: 1120px) and (max-width: 1310px) {
    .ipl-hero .hero-title {
        font-size: 36px;
    }
    .ipl-hero .hero-description {
        font-size: 14px;
    }
    .ipl-hero .hero-content {
        min-height: 520px;
    }
}

@media screen and (max-width: 1120px) {
    .ipl-page .ipl-hero {
        padding-top: 80px;
        padding-bottom: 0;
        min-height: auto;
        display: block;
    }

    .ipl-hero .hero-content {
        flex-direction: column;
        gap: 0;
        min-height: auto;
        align-items: center;
    }

    .ipl-hero .hero-text {
        width: 100%;
        max-width: 100%;
        text-align: center;
        align-items: center;
        padding: 0 0 40px 0;
    }

    .ipl-hero .hero-title {
        font-size: 28px;
        text-align: center;
    }

    .ipl-hero .hero-mobile-image {
        display: block;
        width: 100%;
        max-width: 420px;
        margin: 25px auto 30px auto;
        position: relative;
    }

    .ipl-hero .hero-mobile-image img {
        width: 100%;
        height: auto;
        max-height: 380px;
        object-fit: contain;
        display: block;
    }

    .ipl-hero .hero-description {
        font-size: 14px;
        max-width: 600px;
        text-align: center;
    }

    .ipl-hero .hero-tagline {
        font-size: 16.5px;
        max-width: 600px;
        text-align: center;
        margin-bottom: 20px;
    }

    .ipl-hero .hero-actions-container {
        width: 100%;
        justify-content: center;
    }

    .ipl-hero .hero-bg-right {
        display: none !important;
    }
}

@media screen and (max-width: 730px) {
    .ipl-page .ipl-hero {
        padding-top: 100px;
        padding-bottom: 0;
    }

    .ipl-hero .hero-text {
        max-width: 100%;
        padding: 0;
    }

    .ipl-hero .hero-title {
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 10px;
    }

    .ipl-hero .hero-mobile-image {
        max-width: none;
        width: calc(100% + 40px);
        margin: 20px 0 25px -20px;
    }

    .ipl-hero .hero-mobile-image img {
        width: 100%;
        height: 280px;
        max-height: none;
        object-fit: cover;
        object-position: right center;
    }

    .ipl-hero .hero-description {
        font-size: 12.5px;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    .ipl-hero .hero-tagline {
        font-size: 14.5px;
        line-height: 1.45;
        margin-bottom: 15px;
        text-align: center;
    }

    .ipl-hero .hero-actions-container {
        flex-direction: column;
        gap: 8px;
        width: 100%;
        align-items: center;
    }

    .ipl-hero .hero-inline-contacts {
        flex-wrap: nowrap;
        justify-content: center;
        width: 100%;
        gap: 8px;
        font-size: 13px;
        margin-top: 15px;
    }

    .ipl-hero .inline-contact-link {
        gap: 5px;
        white-space: nowrap;
    }

    .ipl-hero .inline-contact-link svg {
        width: 16px;
        height: 16px;
    }

    .ipl-hero .btn-primary {
        margin: 0 auto;
        width: 100%;
        min-width: 0;
        height: 60px;
        font-size: 14px;
        line-height: 17px;
        padding: 0;
    }

    .ipl-hero .hero-contact-btn {
        margin: 0 auto;
        width: 100%;
        min-width: 0;
        height: 60px;
        font-size: 14px;
        line-height: 17px;
        justify-content: center;
        padding: 0 15px;
    }

    /* Side margins on mobile so the content doesn't stick to screen edges or overlap stripes */
    .ipl-hero .center {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 1440px) {
    /* 100vh handles tall displays gracefully */
}

/* Eliminate top white margin for footer on the IPL page */
.ipl-page ~ .footer {
    margin-top: 0 !important;
}

/* Block 2: Trust / Benefits Section (Copied from gynecology) */


@media screen and (max-width: 1120px) {




}

@media screen and (max-width: 730px) {

}


/* Block 2: Trust / Benefits Section (Copied from gynecology) */
.ipl-trust .trust-layout {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 65px;
    align-items: end;
}

.ipl-trust .trust-left-col {
    position: relative;
}

.ipl-page .title-highlight {
    display: block;
}

.gynecology-hero .title-highlight {
    color: #F6A4A4;
}

.ipl-trust .section-subtitle {
    font-size: 15px;
    line-height: 1.65;
    color: #666666;
    margin: 0 0 40px 0;
    max-width: 600px;
}

.ipl-trust .trust-list {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ipl-trust .trust-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.ipl-trust .trust-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ipl-trust .trust-icon-circle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #FAF3F3; /* Very soft beige/pink */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 700;
    color: #008C8F;
}

.ipl-trust .trust-item-text h3 {
    font-size: 16px;
    font-weight: 700;
    color: #008C8F;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.ipl-trust .trust-item-text p {
    font-size: 13.5px;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

/* Stats Card */
.ipl-trust .trust-stats-card {
    background: #F9F9F9;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.ipl-trust .stats-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ipl-trust .stats-num {
    font-size: 28px;
    font-weight: 800;
    color: #008C8F;
    line-height: 1.1;
}

.ipl-trust .stats-lbl {
    font-size: 12px;
    line-height: 1.4;
    color: #666666;
    font-weight: 500;
}

.ipl-trust .stats-lbl.font-narrow {
    line-height: 1.35;
}

.ipl-trust .stats-separator {
    width: 1px;
    height: 40px;
    background: #E2E8F0;
}

.ipl-trust .stats-circle-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.ipl-trust .stats-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: conic-gradient(#008C8F 0% 86.6%, #FAD6D6 86.6% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.ipl-trust .stats-circle::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    background: #F9F9F9;
    border-radius: 50%;
    z-index: 1;
}

.ipl-trust .circle-value {
    font-size: 15px;
    font-weight: 800;
    color: #008C8F;
    position: relative;
    z-index: 2;
}

/* Right Column: Image & Badges */
.ipl-trust .trust-right-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ipl-trust .trust-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 440px;
    padding-bottom: 25px;
    padding-right: 25px;
}

.ipl-trust .image-bg-deco {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 25px);
    height: 85%;
    background: #FAD6D6; /* Pastel pink box */
    z-index: 1;
}

.ipl-trust .trust-chair-img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
    display: block;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

/* Decorative circle outline removed */

.ipl-trust .pink-badge-card {
    position: absolute;
    right: -25px;
    top: 30px;
    background: #FCE6E6; /* Pastel pink card background */
    padding: 15px 22px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 3;
    box-shadow: 0 10px 25px rgba(246, 164, 164, 0.15);
    max-width: 250px;
}

.ipl-trust .badge-icon-circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(0, 140, 143, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1.5px solid #008C8F;
}

.ipl-trust .badge-icon-circle svg {
    stroke: #008C8F;
}

.ipl-trust .badge-text {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    color: #008C8F;
}

@media screen and (max-width: 1120px) {
    .ipl-page .section-title {
        font-size: 34px;
    }
    .ipl-trust .trust-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .ipl-trust .trust-right-col {
        order: -1;
    }
    .ipl-trust .pink-badge-card {
        right: 10px;
    }
    .ipl-trust .trust-left-stripe {
        width: 20px;
    }
    .gynecology-booking .booking-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .gynecology-booking .license-info {
        align-items: flex-start;
    }
    .gynecology-indications .indications-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .gynecology-indications .indications-left-col {
        order: 1;
    }
    .gynecology-indications .indications-right-col {
        order: 2;
    }
}

@media (max-width: 768px) {
    .ipl-page section {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .ipl-trust .trust-stats-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 20px;
    }
    .ipl-trust .stats-separator {
        width: 100%;
        height: 1px;
        background: #E2E8F0;
    }
    .ipl-trust .stats-circle-item {
        width: 100%;
    }
    .ipl-trust .trust-left-stripe {
        width: 8px;
    }
    .gynecology-results .results-grid,
}

@media screen and (max-width: 730px) {
    .ipl-trust .trust-icon-circle {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }
    .ipl-trust .trust-item {
        gap: 15px;
    }
    .ipl-trust .trust-chair-img {
        height: 260px;
        object-fit: cover;
        object-position: center;
    }
    .ipl-trust .pink-badge-card {
        padding: 10px 15px;
        gap: 10px;
        max-width: 200px;
        top: 15px;
    }
    .ipl-trust .badge-text {
        font-size: 11px;
    }
    .ipl-trust .badge-icon-circle {
        width: 32px;
        height: 32px;
    }
}


/* Copied from gynecology indications list styles */
.ipl-indications .indication-card-item {
    background: #FFFFFF;
    border-radius: 0;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    border: 1px solid #FAD6D6;
    margin-bottom: 10px;
}
.ipl-indications .num-circle-wrap {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.ipl-indications .num-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #FAF3F3; /* Light pink background */
    color: #008C8F;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ipl-indications .num-divider {
    width: 1px;
    height: 24px;
    background: #E5D5D5;
    margin: 0 20px;
    flex-shrink: 0;
}
.ipl-indications .num-text p {
    font-size: 13.5px;
    line-height: 1.55;
    color: #333333;
    margin: 0;
}

/* Appeal section (copied from gynecology) */
.ipl-page section.ipl-appeal {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 85px;
    padding-bottom: 90px;
}
.ipl-appeal .data {
    margin-left: 80px;
    width: 929px; /* Max width to fit in center */
    padding: 50px 40px;
}
.ipl-appeal .data strong,
.ipl-appeal .data p {
    width: 100%;
    max-width: 600px;
}
.ipl-appeal .data strong {
    text-transform: none;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
}
@media (max-width: 1120px) {
    .ipl-appeal .center::before {
        display: none !important;
    }
    .ipl-appeal .data {
        margin-left: 0;
        width: 100%;
        padding: 30px 20px;
    }
    .ipl-appeal .wrap-slider-image {
        position: static;
        width: 100%;
        height: 350px;
        margin-top: 30px;
    }
    .ipl-appeal .static-image,
    .ipl-appeal .static-image .item {
        width: 100%;
        height: 350px;
        background-position: top center;
    }
}

/* Static image fallback */
.appeal .static-image, .appeal .static-image .item {
    width:391px;
    height:547px;
}
.appeal .static-image .item {
    background-position:top center;
    background-size:contain;
    background-repeat:no-repeat;
}
.ipl-pricing .section-title {
    text-transform: uppercase;
}

.ipl-pricing .price-table-wrapper {
    overflow-x: auto;
    width: 100%;
    margin-top: 30px;
}

.ipl-pricing .price-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.ipl-pricing .price-table th,
.ipl-pricing .price-table td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ipl-pricing .price-table th {
    background: #008C8F;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ipl-pricing .price-table td {
    font-size: 14.5px;
    color: #333;
}

.ipl-pricing .price-table tbody tr:hover {
    background: rgba(0, 140, 143, 0.02);
}

.ipl-pricing .price-table td:nth-child(2) {
    font-weight: 600;
}
