/* Site custom styles moved from Blade inline CSS. */
.home-hero {
            position: relative;
            isolation: isolate;
            min-height: 680px;
            overflow: hidden;
        }

        .home-hero-slider,
        .home-hero-slider .slick-list,
        .home-hero-slider .slick-track {
            min-height: 680px;
        }

        .home-hero-slide {
            background-position: center right;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
        }

        .home-hero-slide .container {
            position: relative;
            z-index: 1;
        }

        html,
        body.home-index {
            max-width: 100%;
            overflow-x: hidden;
        }

        .home-index .slick-list {
            overflow: hidden;
            max-width: 100%;
        }

        .home-hero-slide::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 0;
            pointer-events: none;
            background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 43%, rgba(255, 255, 255, .52) 67%, rgba(255, 255, 255, .08) 100%);
        }

        .home-hero .single-slider {
            min-height: 680px !important;
            position: relative;
            z-index: 1;
        }

        .home-hero-content {
            max-width: 650px;
            padding: 70px 0 95px;
        }

        .home-hero-kicker {
            display: block;
            border-left: 4px solid #0e54ae;
            color: #0e54ae;
            font-weight: 700;
            line-height: 1.4;
            margin-bottom: 14px;
            padding-left: 14px;
        }

        .home-hero-content h1 {
            font-size: 64px;
            line-height: 1.05;
            margin-bottom: 12px;
        }

        .home-hero-content h1 a {
            color: #0e2453;
        }

        .home-hero-content h2 a,
        .home-hero-content .home-hero-secondary-title a {
            color: inherit;
        }

        .home-hero-content h2 {
            color: #181818;
            font-size: 34px;
            line-height: 1.2;
            margin-bottom: 18px;
        }

        .home-hero-content .home-hero-secondary-title {
            color: #0e2453;
            font-size: 58px;
            line-height: 1.07;
            margin-bottom: 16px;
        }

        .home-hero-content p {
            color: #243243;
            font-size: 20px;
            line-height: 1.5;
            margin: 0;
            max-width: 620px;
        }

        .home-hero-content p a {
            border-bottom: 1px solid rgba(14, 84, 174, .35);
            color: #0e2453;
            font-weight: 700;
        }

        .home-hero-content p a:hover,
        .home-index .about-content p a:hover,
        .home-index .choose-area p a:hover {
            color: #0e54ae;
        }

        .home-index .about-content p a,
        .home-index .choose-area p a {
            color: #0e2453;
            font-weight: 700;
        }

        .home-index .choose-area p a {
            color: #fff0a6 !important;
            text-decoration: underline;
            text-decoration-thickness: 2px;
            text-underline-offset: 4px;
        }

        .home-index .choose-area p a:hover,
        .home-index .choose-area p a:focus {
            background: rgba(14, 36, 83, .28);
            border-radius: 4px;
            color: #fff !important;
        }

        .home-hero-points {
            display: grid;
            gap: 10px;
            list-style: none;
            margin: 24px 0 0;
            padding: 0;
        }

        .home-hero-points li {
            align-items: flex-start;
            color: #102b3f;
            display: flex;
            font-weight: 600;
            gap: 10px;
            line-height: 1.45;
        }

        .home-hero-points i {
            color: #0e54ae;
            margin-top: 4px;
        }

        .home-hero-actions {
            align-items: center;
            display: flex !important;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 0 !important;
            margin-top: 30px !important;
            width: auto !important;
        }

        .home-hero-actions .btn {
            align-items: center;
            display: inline-flex;
            justify-content: center;
            margin: 0 !important;
            min-height: 52px;
            padding: 15px 24px;
            white-space: nowrap;
            width: auto !important;
        }

        .home-hero-actions .btn i {
            margin-right: 8px;
        }

        .home-hero-link {
            border-bottom: 2px solid #0e54ae;
            color: #0e2453;
            font-weight: 700;
            line-height: 1.4;
            padding-bottom: 4px;
        }

        .home-hero-link:hover {
            color: #0e54ae;
        }

        .home-index .home-hero-slider .slick-arrow,
        .home-index .home-blog-active .slick-arrow,
        .home-index .female-mobile-treatment-slider .slick-arrow {
            align-items: center;
            background: #fff;
            border: 1px solid rgba(14, 84, 174, .18);
            border-radius: 50%;
            box-shadow: 0 12px 32px rgba(14, 36, 83, .16);
            color: #0e54ae;
            display: flex !important;
            font-size: 16px;
            height: 46px;
            justify-content: center;
            line-height: 1;
            position: absolute;
            width: 46px;
            z-index: 6;
        }

        .home-index .slick-arrow::before {
            display: none;
        }

        .home-index .home-hero-slider .slick-arrow {
            top: 50%;
            transform: translateY(-50%);
        }

        .home-index .home-hero-slider .slick-prev {
            left: 24px;
        }

        .home-index .home-hero-slider .slick-next {
            right: 24px;
        }

        .home-index .home-blog-active .slick-arrow {
            top: 44%;
            transform: translateY(-50%);
        }

        .home-index .home-blog-active .slick-prev {
            left: -18px;
        }

        .home-index .home-blog-active .slick-next {
            right: -18px;
        }

        .home-index .home-blog-active {
            --home-treatment-card-gutter: 18px;
            margin-left: calc(0px - var(--home-treatment-card-gutter));
            margin-right: calc(0px - var(--home-treatment-card-gutter));
        }

        .home-index .home-blog-active .slick-list {
            padding: 6px 0 26px;
        }

        .home-index .home-blog-active .slick-track {
            align-items: stretch;
            display: flex;
        }

        .home-index .home-blog-active .slick-slide {
            height: auto;
            padding: 0 var(--home-treatment-card-gutter);
        }

        .home-index .home-blog-active .slick-slide > div,
        .home-index .home-blog-active .col-lg-4,
        .home-index .home-blog-active .col-md-6 {
            height: 100%;
        }

        .home-index .home-blog-active .col-lg-4:not(.slick-slide),
        .home-index .home-blog-active .col-md-6:not(.slick-slide) {
            max-width: none;
            padding-left: 0;
            padding-right: 0;
        }

        .home-index .home-blog-active .single-post3 {
            align-items: stretch;
            background: #fff;
            border: 1px solid rgba(14, 84, 174, .14);
            border-radius: 8px;
            box-shadow: 0 16px 44px rgba(14, 36, 83, .13);
            display: grid !important;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            height: 100%;
            margin-bottom: 0 !important;
            min-height: 310px;
            overflow: hidden;
            position: relative;
        }

        .home-index .home-blog-active .blog-content2 {
            background: #fff;
            display: flex;
            flex-direction: column;
            float: none !important;
            justify-content: center;
            min-height: 310px;
            order: 1;
            padding: 28px !important;
            position: relative !important;
            right: auto !important;
            top: auto !important;
            width: 100% !important;
            z-index: 1;
        }

        .home-index .home-blog-active .blog-content2 h3 {
            font-size: 24px;
            line-height: 1.25;
            margin-bottom: 14px;
        }

        .home-index .home-blog-active .blog-content2 p {
            color: #334155;
            font-size: 15px;
            line-height: 1.58;
            margin-bottom: 18px;
        }

        .home-index .home-blog-active .blog-btn {
            margin-top: auto;
        }

        .home-index .home-blog-active .blog-thumb2 {
            border-radius: 0;
            float: none !important;
            height: auto !important;
            left: auto !important;
            min-height: 310px;
            order: 2;
            overflow: hidden;
            position: relative !important;
            right: auto !important;
            top: auto !important;
            width: 100% !important;
        }

        .home-index .home-blog-active .blog-thumb2 img {
            display: block;
            height: 100% !important;
            margin-left: 0 !important;
            max-width: none !important;
            object-fit: cover;
            width: 100% !important;
        }

        .home-index .home-hero-slider .slick-dots,
        .home-index .home-blog-active .slick-dots,
        .home-index .female-mobile-treatment-slider .slick-dots {
            align-items: center;
            display: flex !important;
            gap: 8px;
            justify-content: center;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .home-index .home-hero-slider .slick-dots {
            bottom: 28px;
            left: 0;
            position: absolute;
            right: 0;
            z-index: 6;
        }

        .home-index .home-blog-active .slick-dots,
        .home-index .female-mobile-treatment-slider .slick-dots {
            margin-top: 18px;
        }

        .home-index .slick-dots li {
            display: inline-flex;
            margin: 0;
        }

        .home-index .slick-dots button {
            background: rgba(14, 84, 174, .24);
            border: 0;
            border-radius: 999px;
            cursor: pointer;
            font-size: 0;
            height: 8px;
            padding: 0;
            transition: width .25s ease, background .25s ease;
            width: 8px;
        }

        .home-index .slick-dots li.slick-active button {
            background: #0e54ae;
            width: 24px;
        }

        .female-mobile-treatment-slider {
            display: none;
        }

        .female-mobile-treatment-card {
            background: #fff;
            border: 1px solid rgba(14, 84, 174, .14);
            border-radius: 8px;
            box-shadow: 0 16px 40px rgba(14, 36, 83, .12);
            display: flex;
            flex-direction: column;
            min-height: 190px;
            padding: 22px;
        }

        .female-mobile-treatment-card a {
            color: #0e2453;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.25;
            margin-bottom: 12px;
        }

        .female-mobile-treatment-card p {
            color: #334155;
            font-size: 15px;
            line-height: 1.55;
            margin: 0;
        }

        @media (max-width: 1199px) {
            .home-index .home-blog-active {
                --home-treatment-card-gutter: 16px;
            }

            .home-index .home-blog-active .slick-list {
                padding-bottom: 24px;
            }
        }

        @media (max-width: 991px) {
            .home-hero-slide {
                background-position: center top;
            }

            .home-hero-slide::before {
                background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .9) 58%, rgba(255, 255, 255, .74) 100%);
            }

            .home-hero-content h1 {
                font-size: 46px;
            }

            .home-hero-content h2 {
                font-size: 30px;
            }

            .home-hero-content .home-hero-secondary-title {
                font-size: 44px;
            }
        }

        @media (max-width: 767px) {
            .home-hero,
            .home-hero .single-slider,
            .home-hero-slider,
            .home-hero-slider .slick-list,
            .home-hero-slider .slick-track {
                min-height: 620px !important;
            }

            .home-hero-content {
                padding: 55px 0 70px;
            }

            .home-hero-content h1 {
                font-size: 38px;
            }

            .home-hero-content .home-hero-secondary-title {
                font-size: 36px;
            }

            .home-hero-content p {
                font-size: 18px;
            }

            .home-hero-actions .btn,
            .home-hero-link {
                width: 100% !important;
            }

            .home-index .home-hero-slider .slick-arrow {
                bottom: 22px;
                top: auto;
                transform: none;
            }

            .home-index .home-hero-slider .slick-prev {
                left: 18px;
            }

            .home-index .home-hero-slider .slick-next {
                right: 18px;
            }

            .home-index .home-hero-slider .slick-dots {
                bottom: 34px;
            }

            .home-index .blog-area {
                overflow: hidden;
            }

            .home-index .blog-area .container,
            .home-index .choose-area .container {
                padding-left: 18px;
                padding-right: 18px;
            }

            .home-index .blog-area .row.mb-50 {
                margin-bottom: 28px;
            }

            .home-index .section-title h2 {
                font-size: 30px;
                line-height: 1.2;
            }

            .home-index .home-blog-active {
                --home-treatment-card-gutter: 12px;
                margin: 0 calc(0px - var(--home-treatment-card-gutter)) 72px;
            }

            .home-index .home-blog-active .slick-list {
                overflow: visible;
                padding: 0 30px 14px 0 !important;
            }

            .home-index .home-blog-active .slick-slide {
                padding: 0 var(--home-treatment-card-gutter);
            }

            .home-index .home-blog-active .col-lg-4:not(.slick-slide) {
                padding-left: 0;
                padding-right: 0;
            }

            .home-index .home-blog-active .single-post3 {
                background: #fff;
                border: 1px solid rgba(14, 84, 174, .14);
                border-radius: 8px;
                box-shadow: 0 16px 42px rgba(14, 36, 83, .14);
                display: flex !important;
                flex-direction: column;
                height: 100%;
                margin-bottom: 0 !important;
                overflow: hidden;
            }

            .home-index .home-blog-active .blog-thumb2 {
                height: 210px !important;
                min-height: 210px;
                order: 1;
            }

            .home-index .home-blog-active .blog-thumb2 img {
                height: 100%;
                object-fit: cover;
                width: 100%;
            }

            .home-index .home-blog-active .blog-content2 {
                min-height: 235px;
                order: 2;
                padding: 22px 20px 20px !important;
            }

            .home-index .home-blog-active .blog-content2 h3 {
                font-size: 21px;
                line-height: 1.25;
            }

            .home-index .home-blog-active .blog-content2 p {
                font-size: 15px;
                line-height: 1.6;
                margin-bottom: 18px;
            }

            .home-index .home-blog-active .slick-arrow,
            .home-index .female-mobile-treatment-slider .slick-arrow {
                bottom: -46px;
                height: 38px;
                top: auto;
                transform: none;
                width: 38px;
            }

            .home-index .home-blog-active .slick-prev,
            .home-index .female-mobile-treatment-slider .slick-prev {
                left: calc(50% - 48px);
            }

            .home-index .home-blog-active .slick-next,
            .home-index .female-mobile-treatment-slider .slick-next {
                right: calc(50% - 48px);
            }

            .female-treatment-links {
                display: none;
            }

            .female-mobile-treatment-slider {
                display: block;
                margin: 4px -8px 58px;
            }

            .female-mobile-treatment-slider .slick-list {
                overflow: visible;
                padding: 0 24px 8px 0 !important;
            }

            .female-mobile-treatment-slider .slick-slide {
                padding: 0 8px;
            }
        }

.home-hero-slide-doctor { background-image: url('../img/slider/best_urologist_in_lucknow.jpg'); }
.home-hero-slide-treatment { background-image: url('../img/treatments/best-kidney-stones-treatment-in-lucknow-up.webp'); }
.home-female-urology-bg { background-image: url('../img/bg-new/choose-bg2.webp'); background-size: cover; background-repeat: no-repeat; }
.home-transplant-band { background: #f2f2f2; }
.home-testimonial-bg { background-repeat: no-repeat; background-size: cover; }
.home-why-choose-bg { background-image: url('../img/bg-new/choose-bg.webp'); background-size: cover; background-repeat: no-repeat; }
.site-footer-bg { background-image: url('../img/bg-new/footer-bg2.webp'); }
.footer-bg .footer-social {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-bg .footer-social a {
    align-items: center;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    color: #fff !important;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    line-height: 1;
    width: 38px;
}

.footer-bg .footer-social a:hover,
.footer-bg .footer-social a:focus {
    background: #fff;
    color: #0e54ae !important;
}

.footer-bg .footer-social a i,
.footer-bg .f-contact .icon > i {
    color: inherit !important;
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.footer-bg .f-contact .icon {
    align-items: flex-start;
    display: flex;
    gap: 12px;
}

.footer-bg .f-contact .icon > i {
    align-items: center;
    background: #0e54ae;
    border-radius: 50%;
    color: #fff !important;
    flex: 0 0 34px;
    font-size: 15px;
    height: 34px;
    justify-content: center;
    line-height: 1;
    margin-top: 2px;
    width: 34px;
}

.footer-bg .f-contact .icon span,
.footer-bg .f-contact .icon span a {
    color: #dce6f2 !important;
}

.footer-bg .f-contact .icon span a:hover,
.footer-bg .f-contact .icon span a:focus {
    color: #fff !important;
}
.header-cta-compact { font-size: 12px; }
.submenu-offset-wide { left: 200%; }
.breadcrumb-gallery-bg { background-image: url('../img/about/photo-gallery-dr-aditya-p-s-sengar.webp'); }
.breadcrumb-awards-bg { background-image: url('../img/about/awards-recognitions-dr-aditya-p-s-sengar.webp'); }
.breadcrumb-contact-bg { background-image: url('../img/contact-the-best-urologist-in-lucknow-dr-aditya-ps-sengar.webp'); }
.breadcrumb-news-bg { background-image: url('../img/about/news-updates-of-dr-aditya-best-urologist-in-lucknow.webp'); }
.breadcrumb-best-urologist-bg { background-image: url('../img/about/best-urologist-in-lucknow.webp'); }
.breadcrumb-kidney-stones-bg { background-image: url('../img/treatments/best-kidney-stones-treatment-in-lucknow-up.webp'); }
.breadcrumb-ureteric-stones-bg { background-image: url('../img/treatments/best-ureteric-stones-treatment-in-lucknow-up.webp'); }
.breadcrumb-bladder-stones-bg { background-image: url('../img/treatments/best-bladder-stones-treatment-in-lucknow-up.webp'); }
.breadcrumb-kidney-cancer-bg { background-image: url('../img/treatments/best-kidney-cancer-treatment-in-lucknow-up.webp'); }
.breadcrumb-urological-trauma-bg { background-image: url('../img/about/rapture-urethral-treatment-dr-aditya-sengar.jpg'); }
.urology-service-card-img { height: 180px; object-fit: cover; }
.urology-responsive-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.responsive-column-full { flex: 1 1 100%; max-width: 100%; }
.seo-hidden-image { width: 0; height: 0; opacity: 0; }
.text-danger-note { color: red; }
.text-success-note { color: green; }
.btn-green { background-color: green; }

body.best-urologist-page .content-box a,
body.best-urologist-page .faq-section a,
body.best-urologist-page .doctor-profile-section a {
    color: #0b6b88;
    font-weight: 700;
}

body.best-urologist-page {
    overflow-x: hidden;
}

body.kidney-transplant-page,
body.faq-page,
body.gomti-nagar-page {
    overflow-x: hidden;
}

body.best-urologist-page .two-column .row {
    margin-left: 0;
    margin-right: 0;
}

body.kidney-transplant-page .two-column .row {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 575px) {
    body.kidney-transplant-page .copyright-wrap .row,
    body.faq-page .copyright-wrap .row,
    body.gomti-nagar-page .copyright-wrap .row {
        margin-left: 0;
        margin-right: 0;
    }

    body.kidney-transplant-page .copyright-wrap .row > *,
    body.faq-page .copyright-wrap .row > *,
    body.gomti-nagar-page .copyright-wrap .row > * {
        padding-left: 0;
        padding-right: 0;
    }
}

body.best-urologist-page .content-box a:hover,
body.best-urologist-page .content-box a:focus,
body.best-urologist-page .faq-section a:hover,
body.best-urologist-page .faq-section a:focus,
body.best-urologist-page .doctor-profile-section a:hover,
body.best-urologist-page .doctor-profile-section a:focus {
    color: #08745f;
    text-decoration: underline;
}

body.best-urologist-page .seo-focus-strip {
    align-items: center;
    background: #f3faf9;
    border: 1px solid #d6ece8;
    border-left: 5px solid #0a8f78;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 34px;
    padding: 16px;
}

body.best-urologist-page .seo-focus-strip a {
    background: #fff;
    border: 1px solid #cfe3df;
    border-radius: 8px;
    color: #11354a;
    display: inline-flex;
    font-size: 14px;
    line-height: 1.3;
    padding: 9px 12px;
    text-decoration: none;
}

body.best-urologist-page .seo-focus-strip a:hover,
body.best-urologist-page .seo-focus-strip a:focus {
    background: #0a8f78;
    border-color: #0a8f78;
    color: #fff;
    text-decoration: none;
}

body.best-urologist-page .best-urologist-trust-grid,
body.best-urologist-page .credential-stats,
body.best-urologist-page .profile-link-grid,
body.best-urologist-page .clinic-cards {
    display: grid;
    gap: 16px;
}

body.best-urologist-page .best-urologist-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 6px 0 38px;
}

body.best-urologist-page .trust-card,
body.best-urologist-page .credential-stats > div,
body.best-urologist-page .clinic-cards address {
    background: #fff;
    border: 1px solid #dde8ef;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(18, 43, 67, .08);
    padding: 18px;
}

body.best-urologist-page .trust-card strong,
body.best-urologist-page .credential-stats strong {
    color: #0d4f76;
    display: block;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 6px;
}

body.best-urologist-page .trust-card span,
body.best-urologist-page .credential-stats span {
    color: #4d6373;
    display: block;
    line-height: 1.55;
}

body.best-urologist-page .best-treatment-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 30px 0 8px;
}

body.best-urologist-page .best-treatment-card {
    background: #fff;
    border: 1px solid #e0e9ef;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(18, 43, 67, .09);
    height: 100%;
    overflow: hidden;
    padding: 0 !important;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.best-urologist-page .best-treatment-card:hover,
body.best-urologist-page .best-treatment-card:focus-within {
    border-color: #8fcfc2;
    box-shadow: 0 18px 36px rgba(18, 43, 67, .14);
    transform: translateY(-3px);
}

body.best-urologist-page .treatment-card-link {
    color: inherit !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

body.best-urologist-page .best-treatment-media {
    aspect-ratio: 2 / 1;
    background: #eef5f7;
    display: block;
    overflow: hidden;
}

body.best-urologist-page .best-treatment-media img,
body.best-urologist-page .urology-service-card-img {
    border-radius: 0 !important;
    display: block;
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}

body.best-urologist-page .best-treatment-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    padding: 18px;
}

body.best-urologist-page .best-treatment-body strong {
    color: #11354a;
    display: block;
    font-size: 20px;
    line-height: 1.25;
}

body.best-urologist-page .best-treatment-body span {
    color: #536b7a;
    font-size: 15px;
    line-height: 1.55;
}

body.best-urologist-page .urological-services-section,
body.best-urologist-page .faq-section,
body.best-urologist-page .credentials-section,
body.best-urologist-page .doctor-profile-section {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
}

body.best-urologist-page .urology-responsive-grid {
    gap: 24px;
    margin-left: 0;
    margin-right: 0;
}

body.best-urologist-page .responsive-column {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0 !important;
}

body.best-urologist-page .service-gallery-link {
    display: block;
    height: 100%;
    text-decoration: none;
}

body.best-urologist-page .service-gallery-card {
    background: #fff;
    border: 1px solid #e0e9ef;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(18, 43, 67, .09);
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: transform .2s ease, box-shadow .2s ease;
}

body.best-urologist-page .service-gallery-card:hover,
body.best-urologist-page .service-gallery-card:focus-within {
    box-shadow: 0 18px 36px rgba(18, 43, 67, .14);
    transform: translateY(-3px);
}

body.best-urologist-page .service-gallery-card img {
    display: block !important;
    height: 220px !important;
    object-fit: cover !important;
    width: 100% !important;
}

body.best-urologist-page .service-gallery-card figcaption {
    background: #fff;
    bottom: auto;
    color: #536b7a;
    display: block !important;
    opacity: 1 !important;
    padding: 18px;
    position: static;
    text-align: left;
    transform: none !important;
    visibility: visible !important;
    width: 100%;
}

body.best-urologist-page .service-gallery-card::before,
body.best-urologist-page .service-gallery-card::after,
body.best-urologist-page .service-gallery-card figcaption::before,
body.best-urologist-page .service-gallery-card figcaption::after {
    content: none !important;
    display: none !important;
}

body.best-urologist-page .service-gallery-card figcaption h4 {
    color: #11354a;
    font-size: 21px;
    line-height: 1.25;
    margin-bottom: 7px;
}

body.best-urologist-page .service-gallery-card figcaption p {
    color: #536b7a;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

body.best-urologist-page .enhanced-faq .card {
    border: 1px solid #dfe9ee;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(18, 43, 67, .07);
    margin-bottom: 12px;
    overflow: hidden;
}

body.best-urologist-page .enhanced-faq .card-header {
    background: #fff;
    border: 0;
    padding: 0;
}

body.best-urologist-page .enhanced-faq .faq-btn {
    align-items: center;
    background: #fff;
    color: #11354a;
    display: flex;
    font-size: 17px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.35;
    min-height: 58px;
    padding: 16px 20px;
    text-align: left;
    width: 100%;
}

body.best-urologist-page .enhanced-faq .faq-btn::after {
    color: #0a8f78;
    content: "+";
    flex: 0 0 auto;
    font-size: 24px;
    line-height: 1;
    margin-left: 14px;
}

body.best-urologist-page .enhanced-faq .faq-btn[aria-expanded="true"]::after {
    content: "-";
}

body.best-urologist-page .enhanced-faq .card-body {
    color: #4d6373;
    font-size: 16px;
    line-height: 1.7;
    padding: 0 20px 20px;
}

body.best-urologist-page .credentials-section {
    background: #f7fbfc;
}

body.best-urologist-page .section-kicker {
    color: #0a8f78;
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
}

body.best-urologist-page .credentials-intro {
    margin: 0 auto 24px;
    max-width: 760px;
}

body.best-urologist-page .credentials-intro p {
    color: #536b7a;
    line-height: 1.65;
    margin-bottom: 0;
}

body.best-urologist-page .credential-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 24px;
}

body.best-urologist-page .bakix-details-tab .nav {
    background: #fff;
    border: 1px solid #dfe9ee;
    border-radius: 8px;
    gap: 8px;
    margin-bottom: 24px !important;
    padding: 8px !important;
}

body.best-urologist-page .bakix-details-tab .nav-link {
    border-radius: 6px;
    color: #11354a;
    font-weight: 800;
    padding: 11px 18px;
}

body.best-urologist-page .bakix-details-tab .nav-link.active,
body.best-urologist-page .bakix-details-tab .nav-link:hover,
body.best-urologist-page .bakix-details-tab .nav-link:focus {
    background: #0d4f76;
    color: #fff;
}

body.best-urologist-page .additional-info {
    background: #fff;
    border: 1px solid #dfe9ee;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(18, 43, 67, .08);
    padding: 22px;
}

body.best-urologist-page .credential-heading {
    color: #11354a;
    font-size: 22px;
    margin-bottom: 16px;
}

body.best-urologist-page .credential-table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
    min-width: 640px;
}

body.best-urologist-page .credential-table thead th {
    background: #0d4f76;
    border-color: #0d4f76;
    color: #fff;
    vertical-align: top;
}

body.best-urologist-page .credential-table tbody td {
    border-color: #e3ecef;
    color: #354f5f;
    line-height: 1.55;
    vertical-align: top;
}

body.best-urologist-page .doctor-profile-card {
    align-items: stretch;
    background: #fff;
    border: 1px solid #dfe9ee;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(18, 43, 67, .1);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
    overflow: hidden;
}

body.best-urologist-page .doctor-profile-media {
    background: #eef5f7;
    min-height: 100%;
}

body.best-urologist-page .doctor-profile-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

body.best-urologist-page .doctor-profile-content {
    padding: 34px;
}

body.best-urologist-page .doctor-profile-content h2 {
    margin-bottom: 14px;
}

body.best-urologist-page .doctor-profile-content p {
    color: #4d6373;
    line-height: 1.7;
}

body.best-urologist-page .profile-badges,
body.best-urologist-page .profile-link-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0;
}

body.best-urologist-page .profile-badges span {
    background: #f1f6f8;
    border: 1px solid #dbe8ed;
    border-radius: 8px;
    color: #11354a;
    font-size: 14px;
    font-weight: 800;
    padding: 8px 11px;
}

body.best-urologist-page .profile-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.best-urologist-page .profile-link-grid a {
    background: #f3faf9;
    border: 1px solid #cfe7e2;
    border-radius: 8px;
    color: #0b6b88;
    padding: 11px 13px;
    text-decoration: none;
}

body.best-urologist-page .clinic-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

body.best-urologist-page .clinic-cards address {
    font-style: normal;
    margin: 0;
}

body.best-urologist-page .clinic-cards strong,
body.best-urologist-page .clinic-cards span {
    display: block;
}

body.best-urologist-page .clinic-cards strong {
    color: #11354a;
    margin-bottom: 8px;
}

body.best-urologist-page .clinic-cards span {
    color: #536b7a;
    line-height: 1.5;
}

body.best-urologist-page .product-social a {
    align-items: center;
    background: #0d4f76;
    border-radius: 50%;
    color: #fff !important;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    margin-right: 8px;
    text-decoration: none;
    width: 38px;
}

body.best-urologist-page .product-social a:hover,
body.best-urologist-page .product-social a:focus {
    background: #0a8f78;
}

body.best-urologist-page .profile-actions .btn {
    border-radius: 8px;
    color: #fff !important;
    font-weight: 800;
    white-space: normal;
}

body.best-urologist-page .profile-actions .btn-black {
    background: #101f35;
    border: 1px solid #101f35;
}

body.best-urologist-page .profile-actions .btn-green {
    background: #08745f;
    border: 1px solid #08745f;
}

body.best-urologist-page .profile-actions .btn-black:hover,
body.best-urologist-page .profile-actions .btn-black:focus {
    background: #0d4f76;
    border-color: #0d4f76;
    color: #fff !important;
    text-decoration: none;
}

body.best-urologist-page .profile-actions .btn-green:hover,
body.best-urologist-page .profile-actions .btn-green:focus {
    background: #075c4c;
    border-color: #075c4c;
    color: #fff !important;
    text-decoration: none;
}

@media (min-width: 576px) {
    body.best-urologist-page .responsive-column {
        flex: 1 1 calc(50% - 12px) !important;
        max-width: calc(50% - 12px) !important;
    }
}

@media (min-width: 992px) {
    body.best-urologist-page .responsive-column {
        flex: 1 1 calc(33.333% - 16px) !important;
        max-width: calc(33.333% - 16px) !important;
    }
}

@media (max-width: 991px) {
    body.best-urologist-page .best-urologist-trust-grid,
    body.best-urologist-page .best-treatment-grid,
    body.best-urologist-page .credential-stats,
    body.best-urologist-page .doctor-profile-card,
    body.best-urologist-page .clinic-cards {
        grid-template-columns: 1fr;
    }

    body.best-urologist-page .doctor-profile-media img {
        aspect-ratio: 4 / 3;
        height: auto;
    }

    body.best-urologist-page .doctor-profile-content {
        padding: 24px;
    }
}

@media (max-width: 575px) {
    body.best-urologist-page .seo-focus-strip {
        padding: 12px;
    }

    body.best-urologist-page .seo-focus-strip a,
    body.best-urologist-page .profile-link-grid a {
        width: 100%;
    }

    body.best-urologist-page .profile-link-grid {
        grid-template-columns: 1fr;
    }

    body.best-urologist-page .best-treatment-grid,
    body.best-urologist-page .urology-responsive-grid {
        gap: 18px;
    }

    body.best-urologist-page .best-treatment-body,
    body.best-urologist-page .service-gallery-card figcaption,
    body.best-urologist-page .additional-info,
    body.best-urologist-page .doctor-profile-content {
        padding: 16px;
    }

    body.best-urologist-page .enhanced-faq .faq-btn {
        font-size: 16px;
        padding: 14px 16px;
    }

    body.best-urologist-page .responsive-column {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
}

body.gomti-nagar-page .gomti-focus-list { display: grid; gap: 14px; margin: 24px 0; padding: 0; }
body.gomti-nagar-page .gomti-focus-list li { list-style: none; border-left: 4px solid #0a8f78; background: #f5fbfa; padding: 14px 16px; }
body.gomti-nagar-page .gomti-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
body.gomti-nagar-page .gomti-service-box { height: 100%; border: 1px solid #e7eeee; padding: 22px; background: #fff; }
body.gomti-nagar-page .gomti-service-box h3 { font-size: 22px; line-height: 1.25; margin-bottom: 10px; }
body.gomti-nagar-page .gomti-clinic-strip { background: #0d2f3f; color: #fff; padding: 28px; }
body.gomti-nagar-page .gomti-clinic-strip a,
body.gomti-nagar-page .gomti-clinic-strip h2,
body.gomti-nagar-page .gomti-clinic-strip h3 { color: #fff; }
@media (max-width: 991px) { body.gomti-nagar-page .gomti-service-grid { grid-template-columns: 1fr; } }

body.gomti-nagar-page .gomti-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 30px 0 28px;
    position: relative;
    z-index: 2;
}

body.gomti-nagar-page .gomti-hero-actions .btn {
    align-items: center;
    border-radius: 8px;
    color: #fff !important;
    display: inline-flex;
    justify-content: center;
    margin: 0 !important;
    min-height: 48px;
    text-decoration: none;
    white-space: normal;
}

body.gomti-nagar-page .gomti-hero-actions .ss-btn {
    background: #0d4f76;
    border-color: #0d4f76;
}

body.gomti-nagar-page .gomti-hero-actions .ss-btn.active {
    background: #08745f;
    border-color: #08745f;
}

body.gomti-nagar-page .gomti-hero-actions .ss-btn:hover,
body.gomti-nagar-page .gomti-hero-actions .ss-btn:focus {
    background: #102f45;
    border-color: #102f45;
    color: #fff !important;
}

body.gomti-nagar-page .gomti-hero-actions .ss-btn.active:hover,
body.gomti-nagar-page .gomti-hero-actions .ss-btn.active:focus {
    background: #075c4c;
    border-color: #075c4c;
}

.media-page .seo-gallery-section,
.faq-page .faq-page-section {
    background: #f7fbfc;
}

.seo-gallery-intro {
    margin: 0 auto 34px;
    max-width: 830px;
}

.seo-gallery-intro h2 {
    color: #11354a;
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.seo-gallery-intro p,
.faq-page .section-title p {
    color: #536b7a;
    line-height: 1.7;
}

.seo-image-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-image-card {
    background: #fff;
    border: 1px solid #dfe9ee;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(18, 43, 67, .08);
    height: 100%;
    overflow: hidden;
}

.seo-image-card figure {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
}

.seo-image-card img {
    aspect-ratio: 4 / 3;
    background: #eef5f7;
    display: block;
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.seo-image-card figcaption {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    padding: 22px;
}

.seo-image-card h3 {
    color: #11354a;
    font-size: 21px;
    line-height: 1.3;
    margin: 0;
}

.seo-image-card p {
    color: #536b7a;
    line-height: 1.65;
    margin: 0;
}

.seo-image-card a {
    align-self: flex-start;
    background: #0d4f76;
    border-radius: 8px;
    color: #fff !important;
    font-weight: 800;
    margin-top: auto;
    padding: 10px 14px;
    text-decoration: none;
}

.seo-image-card a:hover,
.seo-image-card a:focus {
    background: #08745f;
    color: #fff !important;
}

.gallery-page .gallery-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}

.gallery-page .gallery-page-button {
    background: #fff;
    border: 1px solid #0d4f76;
    border-radius: 8px;
    color: #0d4f76;
    cursor: pointer;
    font-weight: 800;
    min-height: 42px;
    min-width: 42px;
    padding: 9px 14px;
}

.gallery-page .gallery-page-button:hover,
.gallery-page .gallery-page-button:focus,
.gallery-page .gallery-page-button.is-active {
    background: #0d4f76;
    color: #fff;
}

.gallery-page .gallery-page-status {
    color: #536b7a;
    flex-basis: 100%;
    font-weight: 700;
    text-align: center;
}

.gallery-page .grid-item[hidden] {
    display: none !important;
}

.faq-topic-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: -20px 0 30px;
}

.faq-topic-links a {
    background: #fff;
    border: 1px solid #d8e8ec;
    border-radius: 8px;
    color: #0d4f76;
    font-weight: 800;
    padding: 10px 14px;
    text-decoration: none;
}

.faq-topic-links a:hover,
.faq-topic-links a:focus {
    background: #0d4f76;
    border-color: #0d4f76;
    color: #fff;
}

.enhanced-faq-page .card {
    border: 1px solid #dfe9ee;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(18, 43, 67, .06);
    margin-bottom: 14px;
    overflow: hidden;
}

.enhanced-faq-page .card-header {
    background: #fff;
    border: 0;
    padding: 0;
}

.enhanced-faq-page .faq-btn {
    background: #fff;
    color: #11354a;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    padding: 18px 22px;
    text-align: left;
    white-space: normal;
    width: 100%;
}

.enhanced-faq-page .faq-btn:hover,
.enhanced-faq-page .faq-btn:focus {
    color: #0d4f76;
}

.enhanced-faq-page .card-body {
    color: #536b7a;
    line-height: 1.7;
    padding: 0 22px 22px;
}

.enhanced-faq-page .card-body a {
    color: #0d4f76;
    font-weight: 800;
}

@media (max-width: 991px) {
    .seo-image-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seo-image-card img {
        height: 220px;
    }
}

@media (max-width: 575px) {
    body.gomti-nagar-page .gomti-hero-actions .btn {
        width: 100%;
    }

    body.gomti-nagar-page .gomti-clinic-strip {
        margin-top: 20px;
    }

    .seo-gallery-intro h2 {
        font-size: 27px;
    }

    .seo-image-grid {
        gap: 18px;
        grid-template-columns: 1fr;
    }

    .seo-image-card figcaption,
    .enhanced-faq-page .card-body {
        padding: 18px;
    }

    .enhanced-faq-page .faq-btn {
        font-size: 16px;
        padding: 16px 18px;
    }

    .faq-topic-links a {
        text-align: center;
        width: 100%;
    }
}

body.kidney-stone-page .kidney-treatment-content {
    color: #354f5f;
}

body.treatment-seo-page .treatment-seo-content {
    color: #354f5f;
}

body.treatment-seo-page .treatment-seo-content h2 {
    color: #11354a;
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 14px;
}

body.treatment-seo-page .treatment-seo-content h3 {
    color: #11354a;
    line-height: 1.3;
}

body.treatment-seo-page .treatment-seo-content p {
    color: #536b7a;
    line-height: 1.72;
}

body.treatment-seo-page .treatment-seo-hero-card {
    background: #fff;
    border: 1px solid #dfe9ee;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(18, 43, 67, .09);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(240px, .92fr) minmax(0, 1.08fr);
    margin-bottom: 34px;
    overflow: hidden;
}

body.treatment-seo-page .treatment-seo-hero-media {
    background: #eef5f7;
    margin: 0;
}

body.treatment-seo-page .treatment-seo-hero-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

body.treatment-seo-page .treatment-seo-hero-content {
    padding: 28px;
}

body.treatment-seo-page .treatment-seo-eyebrow {
    color: #0a8f78;
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

body.treatment-seo-page .treatment-seo-actions,
body.treatment-seo-page .treatment-seo-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.treatment-seo-page .treatment-seo-actions {
    margin: 20px 0;
}

body.treatment-seo-page .treatment-seo-btn,
body.treatment-seo-page .treatment-seo-links a {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 44px;
    padding: 10px 14px;
    text-decoration: none;
    white-space: normal;
}

body.treatment-seo-page .treatment-seo-call {
    background: #0d4f76;
    border: 1px solid #0d4f76;
    color: #fff !important;
}

body.treatment-seo-page .treatment-seo-whatsapp {
    background: #08745f;
    border: 1px solid #08745f;
    color: #fff !important;
}

body.treatment-seo-page .treatment-seo-call:hover,
body.treatment-seo-page .treatment-seo-call:focus,
body.treatment-seo-page .treatment-seo-whatsapp:hover,
body.treatment-seo-page .treatment-seo-whatsapp:focus {
    background: #102f45;
    border-color: #102f45;
    color: #fff !important;
}

body.treatment-seo-page .treatment-seo-quick-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
}

body.treatment-seo-page .treatment-seo-quick-list li {
    background: #f3faf9;
    border: 1px solid #cfe7e2;
    border-radius: 8px;
    color: #11354a;
    font-weight: 800;
    list-style: none;
    padding: 9px 11px;
}

body.treatment-seo-page .treatment-seo-section,
body.treatment-seo-page .treatment-seo-faq-section {
    border-top: 1px solid #e2ecef;
    margin-top: 32px;
    padding-top: 28px;
}

body.treatment-seo-page .treatment-seo-info-grid,
body.treatment-seo-page .treatment-seo-card-grid {
    display: grid;
    gap: 14px;
}

body.treatment-seo-page .treatment-seo-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 20px 0;
}

body.treatment-seo-page .treatment-seo-info-item,
body.treatment-seo-page .treatment-seo-card {
    background: #fff;
    border: 1px solid #dfe9ee;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(18, 43, 67, .06);
}

body.treatment-seo-page .treatment-seo-info-item {
    color: #354f5f;
    font-weight: 700;
    padding: 14px 16px;
}

body.treatment-seo-page .treatment-seo-alert-box {
    background: #fff8ef;
    border: 1px solid #f3d3a4;
    border-left: 4px solid #d9822b;
    border-radius: 8px;
    margin-top: 22px;
    padding: 18px 20px;
}

body.treatment-seo-page .treatment-seo-alert-box h3 {
    font-size: 21px;
    margin-bottom: 8px;
}

body.treatment-seo-page .treatment-seo-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
}

body.treatment-seo-page .treatment-seo-card {
    padding: 20px;
}

body.treatment-seo-page .treatment-seo-card span {
    background: #eef7f9;
    border-radius: 8px;
    color: #0d4f76;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 12px;
    padding: 6px 9px;
}

body.treatment-seo-page .treatment-seo-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

body.treatment-seo-page .treatment-seo-card p {
    margin-bottom: 0;
}

body.treatment-seo-page .treatment-seo-original-content {
    border-top: 1px solid #e2ecef;
    margin-top: 32px;
    padding-top: 28px;
}

body.treatment-seo-page .treatment-seo-original-copy > h2:first-child {
    margin-top: 0;
}

body.treatment-seo-page .treatment-seo-original-copy h2,
body.treatment-seo-page .treatment-seo-original-copy h3 {
    margin-top: 28px;
}

body.treatment-seo-page .treatment-seo-original-copy h4 {
    color: #11354a;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 10px;
}

body.treatment-seo-page .treatment-seo-original-copy a {
    color: #0d4f76;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.treatment-seo-page .treatment-seo-original-copy a:hover,
body.treatment-seo-page .treatment-seo-original-copy a:focus {
    color: #08745f;
}

body.treatment-seo-page .treatment-seo-original-copy .two-column {
    background: #f7fbfc;
    border: 1px solid #dfe9ee;
    border-radius: 8px;
    margin: 30px 0;
    padding: 22px;
}

body.treatment-seo-page .treatment-seo-original-copy .two-column .row {
    row-gap: 16px;
}

body.treatment-seo-page .treatment-seo-original-copy .two-column .row > h2,
body.treatment-seo-page .treatment-seo-original-copy .two-column .row > h3,
body.treatment-seo-page .treatment-seo-original-copy .two-column .row > p {
    flex: 0 0 100%;
    max-width: 100%;
}

body.treatment-seo-page .treatment-seo-original-copy .text-column {
    margin-top: 8px;
}

body.treatment-seo-page .treatment-seo-original-copy .list-style-one {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
}

body.treatment-seo-page .treatment-seo-original-copy .list-style-one li {
    background: #fff;
    border: 1px solid #dfe9ee;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(18, 43, 67, .05);
    color: #354f5f;
    line-height: 1.65;
    list-style: none;
    padding: 13px 15px 13px 36px;
    position: relative;
}

body.treatment-seo-page .treatment-seo-original-copy .list-style-one li::before {
    background: #08745f;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 16px;
    position: absolute;
    top: 23px;
    width: 8px;
}

body.treatment-seo-page .treatment-seo-original-copy .list-style-one .list-style-one {
    margin-top: 12px;
}

body.treatment-seo-page .treatment-seo-original-copy .list-style-one .list-style-one li {
    background: #f7fbfc;
    box-shadow: none;
}

body.treatment-seo-page .treatment-seo-original-copy .image-column {
    background: #fff;
    border: 1px solid #dfe9ee;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(18, 43, 67, .06);
    padding: 18px;
}

body.treatment-seo-page .treatment-seo-original-copy .image-column p {
    margin-bottom: 0;
}

body.treatment-seo-page .treatment-seo-note {
    background: #f2faf5;
    border: 1px solid #cdebd6;
    border-left: 4px solid #178251;
    border-radius: 8px;
    color: #17633f;
    font-weight: 800;
    line-height: 1.6;
    margin: 16px 0;
    padding: 13px 15px;
}

body.treatment-seo-page h6.treatment-seo-note {
    font-size: 16px;
}

body.treatment-seo-page .treatment-seo-emphasis-danger {
    color: #b42323;
    font-weight: 800;
}

body.treatment-seo-page .treatment-seo-links {
    margin-top: 18px;
}

body.treatment-seo-page .treatment-seo-links a {
    background: #f3faf9;
    border: 1px solid #cfe7e2;
    color: #0d4f76;
}

body.treatment-seo-page .treatment-seo-links a:hover,
body.treatment-seo-page .treatment-seo-links a:focus {
    background: #0d4f76;
    border-color: #0d4f76;
    color: #fff;
}

body.treatment-seo-page .treatment-seo-faq-accordion .card {
    border: 1px solid #dfe9ee;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

body.treatment-seo-page .treatment-seo-faq-accordion .card-header {
    background: #fff;
    border: 0;
    padding: 0;
}

body.treatment-seo-page .treatment-seo-faq-accordion .faq-btn {
    background: #fff;
    color: #11354a;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    padding: 16px 18px;
    text-align: left;
    white-space: normal;
    width: 100%;
}

body.treatment-seo-page .treatment-seo-faq-accordion .faq-btn:hover,
body.treatment-seo-page .treatment-seo-faq-accordion .faq-btn:focus {
    color: #0d4f76;
}

body.treatment-seo-page .treatment-seo-faq-accordion .card-body {
    color: #536b7a;
    line-height: 1.7;
    padding: 0 18px 18px;
}

body.treatment-seo-page .treatment-seo-sidebar .brochures-box .box {
    align-items: center;
    background: #0d4f76;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    padding: 14px;
}

body.treatment-seo-page .treatment-seo-sidebar .brochures-box .box .icon {
    align-items: center;
    background: rgba(255, 255, 255, .14);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

body.treatment-seo-page .treatment-seo-sidebar .brochures-box .box a,
body.treatment-seo-page .treatment-seo-sidebar .brochures-box .box h4 {
    color: #fff !important;
    margin: 0;
    text-decoration: none;
}

body.treatment-seo-page .treatment-seo-sidebar .brochures-box .box:hover,
body.treatment-seo-page .treatment-seo-sidebar .brochures-box .box:focus-within {
    background: #08745f;
}

@media (min-width: 992px) {
    body.treatment-seo-page .treatment-seo-sidebar {
        position: sticky;
        top: 92px;
    }
}

@media (max-width: 991px) {
    body.treatment-seo-page .treatment-seo-hero-card {
        grid-template-columns: 1fr;
    }

    body.treatment-seo-page .treatment-seo-hero-media img {
        aspect-ratio: 4 / 3;
        height: auto;
    }

    body.treatment-seo-page .treatment-seo-info-grid,
    body.treatment-seo-page .treatment-seo-card-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    body.treatment-seo-page .treatment-seo-content h2 {
        font-size: 25px;
    }

    body.treatment-seo-page .treatment-seo-hero-content,
    body.treatment-seo-page .treatment-seo-card {
        padding: 18px;
    }

    body.treatment-seo-page .treatment-seo-btn,
    body.treatment-seo-page .treatment-seo-links a {
        width: 100%;
    }

    body.treatment-seo-page .copyright-wrap .row {
        margin-left: 0;
        margin-right: 0;
    }

    body.treatment-seo-page .copyright-wrap .row > * {
        padding-left: 0;
        padding-right: 0;
    }
}

body.kidney-stone-page .kidney-treatment-content h2 {
    color: #11354a;
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 14px;
}

body.kidney-stone-page .kidney-treatment-content h3 {
    color: #11354a;
    line-height: 1.3;
}

body.kidney-stone-page .kidney-treatment-content p {
    color: #536b7a;
    line-height: 1.72;
}

body.kidney-stone-page .kidney-page-hero-card {
    background: #fff;
    border: 1px solid #dfe9ee;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(18, 43, 67, .09);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(240px, .92fr) minmax(0, 1.08fr);
    margin-bottom: 34px;
    overflow: hidden;
}

body.kidney-stone-page .kidney-page-hero-media {
    background: #eef5f7;
    margin: 0;
}

body.kidney-stone-page .kidney-page-hero-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

body.kidney-stone-page .kidney-page-hero-content {
    padding: 28px;
}

body.kidney-stone-page .kidney-page-eyebrow {
    color: #0a8f78;
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

body.kidney-stone-page .kidney-hero-actions,
body.kidney-stone-page .kidney-internal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.kidney-stone-page .kidney-hero-actions {
    margin: 20px 0;
}

body.kidney-stone-page .kidney-action-btn,
body.kidney-stone-page .kidney-internal-links a {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 44px;
    padding: 10px 14px;
    text-decoration: none;
    white-space: normal;
}

body.kidney-stone-page .kidney-action-call {
    background: #0d4f76;
    border: 1px solid #0d4f76;
    color: #fff !important;
}

body.kidney-stone-page .kidney-action-whatsapp {
    background: #08745f;
    border: 1px solid #08745f;
    color: #fff !important;
}

body.kidney-stone-page .kidney-action-call:hover,
body.kidney-stone-page .kidney-action-call:focus,
body.kidney-stone-page .kidney-action-whatsapp:hover,
body.kidney-stone-page .kidney-action-whatsapp:focus {
    background: #102f45;
    border-color: #102f45;
    color: #fff !important;
}

body.kidney-stone-page .kidney-quick-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
}

body.kidney-stone-page .kidney-quick-list li {
    background: #f3faf9;
    border: 1px solid #cfe7e2;
    border-radius: 8px;
    color: #11354a;
    font-weight: 800;
    list-style: none;
    padding: 9px 11px;
}

body.kidney-stone-page .kidney-content-section,
body.kidney-stone-page .kidney-faq-section {
    border-top: 1px solid #e2ecef;
    margin-top: 32px;
    padding-top: 28px;
}

body.kidney-stone-page .kidney-info-grid,
body.kidney-stone-page .kidney-procedure-grid {
    display: grid;
    gap: 14px;
}

body.kidney-stone-page .kidney-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 20px 0;
}

body.kidney-stone-page .kidney-info-item,
body.kidney-stone-page .kidney-procedure-card {
    background: #fff;
    border: 1px solid #dfe9ee;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(18, 43, 67, .06);
}

body.kidney-stone-page .kidney-info-item {
    color: #354f5f;
    font-weight: 700;
    padding: 14px 16px;
}

body.kidney-stone-page .kidney-alert-box {
    background: #fff8ef;
    border: 1px solid #f3d3a4;
    border-left: 4px solid #d9822b;
    border-radius: 8px;
    margin-top: 22px;
    padding: 18px 20px;
}

body.kidney-stone-page .kidney-alert-box h3 {
    font-size: 21px;
    margin-bottom: 8px;
}

body.kidney-stone-page .kidney-benefit-list a,
body.kidney-stone-page .kidney-faq-section a {
    color: #0d4f76;
    font-weight: 800;
}

body.kidney-stone-page .kidney-procedure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
}

body.kidney-stone-page .kidney-procedure-card {
    padding: 20px;
}

body.kidney-stone-page .kidney-procedure-card span {
    background: #eef7f9;
    border-radius: 8px;
    color: #0d4f76;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 12px;
    padding: 6px 9px;
}

body.kidney-stone-page .kidney-procedure-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

body.kidney-stone-page .kidney-procedure-card p {
    margin-bottom: 0;
}

body.kidney-stone-page .kidney-internal-links {
    margin-top: 18px;
}

body.kidney-stone-page .kidney-internal-links a {
    background: #f3faf9;
    border: 1px solid #cfe7e2;
    color: #0d4f76;
}

body.kidney-stone-page .kidney-internal-links a:hover,
body.kidney-stone-page .kidney-internal-links a:focus {
    background: #0d4f76;
    border-color: #0d4f76;
    color: #fff;
}

body.kidney-stone-page .kidney-faq-accordion .card {
    border: 1px solid #dfe9ee;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

body.kidney-stone-page .kidney-faq-accordion .card-header {
    background: #fff;
    border: 0;
    padding: 0;
}

body.kidney-stone-page .kidney-faq-accordion .faq-btn {
    background: #fff;
    color: #11354a;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    padding: 16px 18px;
    text-align: left;
    white-space: normal;
    width: 100%;
}

body.kidney-stone-page .kidney-faq-accordion .faq-btn:hover,
body.kidney-stone-page .kidney-faq-accordion .faq-btn:focus {
    color: #0d4f76;
}

body.kidney-stone-page .kidney-faq-accordion .card-body {
    color: #536b7a;
    line-height: 1.7;
    padding: 0 18px 18px;
}

body.kidney-stone-page .kidney-page-sidebar .brochures-box .box {
    align-items: center;
    background: #0d4f76;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    padding: 14px;
}

body.kidney-stone-page .kidney-page-sidebar .brochures-box .box .icon {
    align-items: center;
    background: rgba(255, 255, 255, .14);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

body.kidney-stone-page .kidney-page-sidebar .brochures-box .box a,
body.kidney-stone-page .kidney-page-sidebar .brochures-box .box h4 {
    color: #fff !important;
    margin: 0;
    text-decoration: none;
}

body.kidney-stone-page .kidney-page-sidebar .brochures-box .box:hover,
body.kidney-stone-page .kidney-page-sidebar .brochures-box .box:focus-within {
    background: #08745f;
}

@media (min-width: 992px) {
    body.kidney-stone-page .kidney-page-sidebar {
        position: sticky;
        top: 92px;
    }
}

@media (max-width: 991px) {
    body.kidney-stone-page .kidney-page-hero-card {
        grid-template-columns: 1fr;
    }

    body.kidney-stone-page .kidney-page-hero-media img {
        aspect-ratio: 4 / 3;
        height: auto;
    }

    body.kidney-stone-page .kidney-info-grid,
    body.kidney-stone-page .kidney-procedure-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    body.kidney-stone-page .kidney-treatment-content h2 {
        font-size: 25px;
    }

    body.kidney-stone-page .kidney-page-hero-content,
    body.kidney-stone-page .kidney-procedure-card {
        padding: 18px;
    }

    body.kidney-stone-page .kidney-action-btn,
    body.kidney-stone-page .kidney-internal-links a {
        width: 100%;
    }
}

body.andrology-seo-page {
    overflow-x: hidden;
}

body.andrology-seo-page .about-area5 .container {
    padding-bottom: 76px;
    padding-top: 76px;
}

body.andrology-seo-page .content-box h2,
body.andrology-seo-page .content-box h3,
body.andrology-seo-page .content-box h4 {
    color: #11354a;
    line-height: 1.3;
}

body.andrology-seo-page .content-box p,
body.andrology-seo-page .content-box li {
    color: #536b7a;
    line-height: 1.72;
}

body.andrology-seo-page .content-box a {
    color: #0b6b88;
    font-weight: 700;
}

body.andrology-seo-page .content-box a:hover,
body.andrology-seo-page .content-box a:focus {
    color: #08745f;
    text-decoration: underline;
}

body.andrology-seo-page .two-column .row {
    margin-left: 0;
    margin-right: 0;
    row-gap: 14px;
}

body.andrology-seo-page .andrology-seo-panel,
body.andrology-seo-page .andrology-faq-list {
    border-radius: 8px;
    margin: 30px 0;
    padding: 24px;
}

body.andrology-seo-page .andrology-seo-panel {
    background: #f4fbf9;
    border: 1px solid #d8eee8;
    border-left: 5px solid #0a8f78;
}

body.andrology-seo-page .andrology-seo-eyebrow {
    color: #0a8f78;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

body.andrology-seo-page .andrology-seo-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0;
}

body.andrology-seo-page .andrology-seo-card {
    background: #fff;
    border: 1px solid #dcebe8;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(18, 74, 88, .08);
    min-height: 160px;
    padding: 18px;
}

body.andrology-seo-page .andrology-seo-card h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

body.andrology-seo-page .andrology-seo-card p {
    margin-bottom: 0;
}

body.andrology-seo-page .andrology-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

body.andrology-seo-page .andrology-related-links a {
    align-items: center;
    background: #fff;
    border: 1px solid #cfe5e1;
    border-radius: 999px;
    display: inline-flex;
    min-height: 40px;
    padding: 8px 14px;
}

body.andrology-seo-page .andrology-related-links a:hover,
body.andrology-seo-page .andrology-related-links a:focus {
    background: #0b6b88;
    border-color: #0b6b88;
    color: #fff;
    text-decoration: none;
}

body.andrology-seo-page .andrology-faq-list {
    background: #fff;
    border: 1px solid #e2ecea;
    box-shadow: 0 10px 28px rgba(18, 74, 88, .06);
}

body.andrology-seo-page .andrology-faq-list h3 {
    margin-bottom: 14px;
}

body.andrology-seo-page .andrology-faq-list ol {
    margin-bottom: 0;
    padding-left: 22px;
}

body.andrology-seo-page .andrology-faq-list li {
    margin-bottom: 12px;
}

body.andrology-seo-page .andrology-faq-list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    body.andrology-seo-page .about-area5 .container {
        padding-bottom: 52px;
        padding-top: 52px;
    }

    body.andrology-seo-page .andrology-seo-grid {
        grid-template-columns: 1fr;
    }

    body.andrology-seo-page .andrology-seo-card {
        min-height: 0;
    }
}

@media (max-width: 575px) {
    body.andrology-seo-page .content-box h2 {
        font-size: 25px;
    }

    body.andrology-seo-page .andrology-seo-panel,
    body.andrology-seo-page .andrology-faq-list {
        padding: 18px;
    }

    body.andrology-seo-page .andrology-related-links a {
        justify-content: center;
        width: 100%;
    }
}

body.urinary-seo-page {
    overflow-x: hidden;
}

body.urinary-seo-page .about-area5 .container {
    padding-bottom: 76px;
    padding-top: 76px;
}

body.urinary-seo-page .content-box h2,
body.urinary-seo-page .content-box h3,
body.urinary-seo-page .content-box h4,
body.urinary-seo-page .service-detail h2,
body.urinary-seo-page .service-detail h3,
body.urinary-seo-page .service-detail h4 {
    color: #11354a;
    line-height: 1.3;
}

body.urinary-seo-page .content-box p,
body.urinary-seo-page .content-box li,
body.urinary-seo-page .service-detail p,
body.urinary-seo-page .service-detail li {
    color: #536b7a;
    line-height: 1.72;
}

body.urinary-seo-page .content-box a,
body.urinary-seo-page .service-detail a {
    color: #0b6b88;
    font-weight: 700;
}

body.urinary-seo-page .content-box a:hover,
body.urinary-seo-page .content-box a:focus,
body.urinary-seo-page .service-detail a:hover,
body.urinary-seo-page .service-detail a:focus {
    color: #08745f;
    text-decoration: underline;
}

body.urinary-seo-page .two-column .row {
    margin-left: 0;
    margin-right: 0;
    row-gap: 14px;
}

body.urinary-seo-page .urinary-seo-panel,
body.urinary-seo-page .urinary-faq-list {
    border-radius: 8px;
    margin: 30px 0;
    padding: 24px;
}

body.urinary-seo-page .urinary-seo-panel {
    background: #f5fbff;
    border: 1px solid #dbeaf4;
    border-left: 5px solid #0b6b88;
}

body.urinary-seo-page .urinary-seo-eyebrow {
    color: #0b6b88;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

body.urinary-seo-page .urinary-seo-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0;
}

body.urinary-seo-page .urinary-seo-card {
    background: #fff;
    border: 1px solid #ddeaf0;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(16, 64, 92, .08);
    min-height: 160px;
    padding: 18px;
}

body.urinary-seo-page .urinary-seo-card h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

body.urinary-seo-page .urinary-seo-card p {
    margin-bottom: 0;
}

body.urinary-seo-page .urinary-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

body.urinary-seo-page .urinary-related-links a {
    align-items: center;
    background: #fff;
    border: 1px solid #cddfe8;
    border-radius: 999px;
    display: inline-flex;
    min-height: 40px;
    padding: 8px 14px;
}

body.urinary-seo-page .urinary-related-links a:hover,
body.urinary-seo-page .urinary-related-links a:focus {
    background: #0b6b88;
    border-color: #0b6b88;
    color: #fff;
    text-decoration: none;
}

body.urinary-seo-page .urinary-faq-list {
    background: #fff;
    border: 1px solid #e2ecef;
    box-shadow: 0 10px 28px rgba(16, 64, 92, .06);
}

body.urinary-seo-page .urinary-faq-list h3 {
    margin-bottom: 14px;
}

body.urinary-seo-page .urinary-faq-list ol {
    margin-bottom: 0;
    padding-left: 22px;
}

body.urinary-seo-page .urinary-faq-list li {
    margin-bottom: 12px;
}

body.urinary-seo-page .urinary-faq-list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    body.urinary-seo-page .about-area5 .container {
        padding-bottom: 52px;
        padding-top: 52px;
    }

    body.urinary-seo-page .urinary-seo-grid {
        grid-template-columns: 1fr;
    }

    body.urinary-seo-page .urinary-seo-card {
        min-height: 0;
    }
}

@media (max-width: 575px) {
    body.urinary-seo-page .content-box h2,
    body.urinary-seo-page .service-detail h2 {
        font-size: 25px;
    }

    body.urinary-seo-page .urinary-seo-panel,
    body.urinary-seo-page .urinary-faq-list {
        padding: 18px;
    }

body.urinary-seo-page .urinary-related-links a {
        justify-content: center;
        width: 100%;
    }
}

body.contact-page-redesign {
    overflow-x: hidden;
}

body.contact-page-redesign .contact-hero {
    background-image: linear-gradient(90deg, rgba(5, 32, 53, .92) 0%, rgba(6, 60, 76, .78) 46%, rgba(5, 32, 53, .42) 100%), url("../img/contact-the-best-urologist-in-lucknow-dr-aditya-ps-sengar.webp");
    background-position: center right;
    background-size: cover;
    min-height: 540px;
    padding: 150px 0 90px;
}

body.contact-page-redesign .contact-hero__content {
    max-width: 790px;
}

body.contact-page-redesign .contact-breadcrumb {
    background: transparent;
    margin-bottom: 20px;
    padding: 0;
}

body.contact-page-redesign .contact-breadcrumb a,
body.contact-page-redesign .contact-breadcrumb .active,
body.contact-page-redesign .contact-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .88);
}

body.contact-page-redesign .contact-eyebrow,
.site-footer-redesign .contact-eyebrow {
    color: #08745f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

body.contact-page-redesign .contact-hero .contact-eyebrow {
    color: #7fe4d0;
}

body.contact-page-redesign .contact-hero h1 {
    color: #fff;
    font-size: 48px;
    line-height: 1.12;
    margin-bottom: 16px;
    max-width: 720px;
}

body.contact-page-redesign .contact-hero p {
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    line-height: 1.65;
    max-width: 720px;
}

body.contact-page-redesign .contact-hero-actions,
body.contact-page-redesign .contact-hero__trust,
body.contact-page-redesign .contact-card-actions,
body.contact-page-redesign .contact-booking-links,
.site-footer-redesign .site-footer-cta-row,
.site-footer-redesign .site-footer-mini-actions,
.site-footer-redesign .site-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.contact-page-redesign .contact-hero-actions {
    margin-top: 28px;
}

body.contact-page-redesign .contact-action {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
}

body.contact-page-redesign .contact-action:hover,
body.contact-page-redesign .contact-action:focus {
    background: #fff;
    border-color: #fff;
    color: #0e4254;
    text-decoration: none;
}

body.contact-page-redesign .contact-action--primary {
    background: #0b6b88;
    border-color: #0b6b88;
}

body.contact-page-redesign .contact-action--whatsapp {
    background: #0a7d5b;
    border-color: #0a7d5b;
}

body.contact-page-redesign .contact-hero__trust {
    margin-top: 20px;
}

body.contact-page-redesign .contact-hero__trust span {
    background: rgba(0, 0, 0, .28);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
}

body.contact-page-redesign .contact-locations-section {
    background: #f5fbfb;
    padding: 74px 0;
}

body.contact-page-redesign .contact-section-title {
    margin: 0 auto 34px;
    max-width: 780px;
}

body.contact-page-redesign .contact-section-title h2,
body.contact-page-redesign .contact-booking-copy h2 {
    color: #11354a;
    line-height: 1.25;
}

body.contact-page-redesign .contact-section-title p,
body.contact-page-redesign .contact-card-address,
body.contact-page-redesign .contact-booking-copy p,
body.contact-page-redesign .contact-form-note {
    color: #536b7a;
    line-height: 1.7;
}

body.contact-page-redesign .contact-clinic-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.contact-page-redesign .contact-clinic-card {
    background: #fff;
    border: 1px solid #d9e9e8;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 71, 84, .08);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 28px;
}

body.contact-page-redesign .contact-card-top {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
}

body.contact-page-redesign .contact-card-icon {
    align-items: center;
    background: #e8f8f5;
    border-radius: 8px;
    color: #08745f;
    display: inline-flex;
    flex: 0 0 54px;
    font-size: 22px;
    height: 54px;
    justify-content: center;
    width: 54px;
}

body.contact-page-redesign .contact-card-icon--accent {
    background: #eaf3ff;
    color: #0b6b88;
}

body.contact-page-redesign .contact-card-kicker {
    color: #0b6b88;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 2px;
    text-transform: uppercase;
}

body.contact-page-redesign .contact-clinic-card h2 {
    color: #11354a;
    font-size: 24px;
    line-height: 1.25;
    margin: 0;
}

body.contact-page-redesign .contact-card-address {
    margin-bottom: 18px;
}

body.contact-page-redesign .contact-timing-list {
    display: grid;
    gap: 10px;
    margin-bottom: 24px;
}

body.contact-page-redesign .contact-timing-list li {
    align-items: center;
    color: #334f5f;
    display: flex;
    gap: 10px;
    line-height: 1.45;
}

body.contact-page-redesign .contact-timing-list i {
    color: #08745f;
    flex: 0 0 18px;
}

body.contact-page-redesign .contact-card-actions {
    margin-top: auto;
}

body.contact-page-redesign .contact-card-actions a,
body.contact-page-redesign .contact-booking-links a {
    align-items: center;
    background: #f7fbfb;
    border: 1px solid #cfe2e2;
    border-radius: 999px;
    color: #0f4c5c;
    display: inline-flex;
    font-weight: 800;
    gap: 7px;
    justify-content: center;
    min-height: 42px;
    padding: 9px 14px;
}

body.contact-page-redesign .contact-card-actions a:hover,
body.contact-page-redesign .contact-card-actions a:focus,
body.contact-page-redesign .contact-booking-links a:hover,
body.contact-page-redesign .contact-booking-links a:focus {
    background: #0b6b88;
    border-color: #0b6b88;
    color: #fff;
    text-decoration: none;
}

body.contact-page-redesign .contact-booking-section {
    background: #fff;
    padding: 78px 0 84px;
}

body.contact-page-redesign .contact-booking-card {
    background: linear-gradient(135deg, #ffffff 0%, #f4fbff 100%);
    border: 1px solid #dbeaf0;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(15, 71, 84, .09);
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
    padding: 34px;
}

body.contact-page-redesign .contact-booking-links {
    margin-top: 18px;
}

body.contact-page-redesign .contact-whatsapp-form {
    background: #fff;
    border: 1px solid #e0ecef;
    border-radius: 8px;
    padding: 24px;
}

body.contact-page-redesign .contact-whatsapp-form label {
    color: #11354a;
    display: block;
    font-weight: 800;
    margin-bottom: 8px;
}

body.contact-page-redesign .contact-whatsapp-form input,
body.contact-page-redesign .contact-whatsapp-form select {
    background: #fff;
    border: 1px solid #d5e3e8;
    border-radius: 8px;
    color: #193a4b;
    min-height: 54px;
    padding: 0 14px;
    width: 100%;
}

body.contact-page-redesign .contact-whatsapp-form input:focus,
body.contact-page-redesign .contact-whatsapp-form select:focus {
    border-color: #0b6b88;
    box-shadow: 0 0 0 3px rgba(11, 107, 136, .14);
}

body.contact-page-redesign .contact-submit-column {
    align-items: end;
    display: flex;
}

body.contact-page-redesign .contact-submit-btn {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    min-height: 54px;
    padding: 16px 18px;
    width: 100%;
}

body.contact-page-redesign .contact-submit-btn:hover,
body.contact-page-redesign .contact-submit-btn:focus {
    color: #fff;
}

body.contact-page-redesign .contact-form-note {
    font-size: 14px;
    margin: 4px 0 0;
}

.site-footer-redesign {
    background: #08263a;
    color: rgba(255, 255, 255, .78);
}

.site-footer-redesign .footer-top {
    padding: 36px 0 24px;
}

.site-footer-redesign .site-footer-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(240px, 1.15fr) minmax(170px, .8fr) minmax(260px, 1.25fr) minmax(250px, 1fr);
}

.site-footer-redesign .site-footer-logo {
    display: inline-flex;
    margin-bottom: 14px;
}

.site-footer-redesign .site-footer-logo img {
    height: auto;
    max-width: 232px;
}

.site-footer-redesign p {
    color: rgba(255, 255, 255, .78);
    line-height: 1.65;
    margin-bottom: 16px;
}

.site-footer-redesign .site-footer-cta {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    gap: 7px;
    min-height: 42px;
    padding: 9px 13px;
}

.site-footer-redesign .site-footer-cta--whatsapp {
    background: #0a7d5b;
    border-color: #0a7d5b;
}

.site-footer-redesign .site-footer-cta:hover,
.site-footer-redesign .site-footer-cta:focus {
    background: #fff;
    border-color: #fff;
    color: #0b3149;
    text-decoration: none;
}

.site-footer-redesign .site-footer-social {
    margin-top: 14px;
}

.site-footer-redesign .site-footer-primary-number {
    font-weight: 800;
    margin: 12px 0 0;
}

.site-footer-redesign .site-footer-primary-number a {
    color: #fff;
}

.site-footer-redesign .site-footer-primary-number a:hover,
.site-footer-redesign .site-footer-primary-number a:focus {
    color: #8be7d6;
    text-decoration: none;
}

.site-footer-redesign .site-footer-social a {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.site-footer-redesign .site-footer-social a:hover,
.site-footer-redesign .site-footer-social a:focus {
    background: #fff;
    color: #0b3149;
    text-decoration: none;
}

.site-footer-redesign .site-footer-panel {
    min-width: 0;
}

.site-footer-redesign .site-footer-panel-title,
.site-footer-redesign .site-footer-panel summary {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    list-style: none;
    margin-bottom: 12px;
}

.site-footer-redesign .site-footer-panel-title {
    cursor: default;
    margin-top: 0;
}

.site-footer-redesign .site-footer-panel summary::-webkit-details-marker {
    display: none;
}

.site-footer-redesign .site-footer-panel-body {
    margin-top: 12px;
}

.site-footer-redesign .site-footer-link-list {
    display: grid;
    gap: 8px;
}

.site-footer-redesign .site-footer-link-list--two-col {
    column-gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer-redesign .site-footer-link-list a {
    color: rgba(255, 255, 255, .78);
    display: inline-block;
    line-height: 1.35;
}

.site-footer-redesign .site-footer-link-list a:hover,
.site-footer-redesign .site-footer-link-list a:focus {
    color: #8be7d6;
    text-decoration: none;
}

.site-footer-redesign .site-footer-clinic {
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding: 12px 0;
}

.site-footer-redesign .site-footer-clinic:first-child {
    border-top: 0;
    padding-top: 0;
}

.site-footer-redesign .site-footer-clinic h3 {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 6px;
}

.site-footer-redesign .site-footer-clinic p {
    font-size: 14px;
    margin-bottom: 10px;
}

.site-footer-redesign .site-footer-mobile-panel {
    display: none;
}

.site-footer-redesign .site-footer-mini-actions a {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 6px 11px;
}

.site-footer-redesign .site-footer-mini-actions a:hover,
.site-footer-redesign .site-footer-mini-actions a:focus {
    background: #fff;
    color: #0b3149;
    text-decoration: none;
}

.site-footer-redesign .site-footer-bottom {
    background: rgba(0, 0, 0, .18);
    padding: 14px 0;
}

.site-footer-redesign .site-footer-bottom-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    justify-content: space-between;
}

.site-footer-redesign .site-footer-bottom-row p {
    font-size: 14px;
    margin: 0;
}

.site-footer-redesign .site-footer-bottom-row ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    justify-content: flex-end;
}

.site-footer-redesign .site-footer-bottom-row li {
    margin: 0;
}

.site-footer-redesign .site-footer-bottom-row a {
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
}

.site-footer-redesign .site-footer-bottom-row a:hover,
.site-footer-redesign .site-footer-bottom-row a:focus {
    color: #8be7d6;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .site-footer-redesign .site-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    body.contact-page-redesign .contact-hero {
        min-height: 500px;
        padding: 128px 0 74px;
    }

    body.contact-page-redesign .contact-hero h1 {
        font-size: 40px;
    }

    body.contact-page-redesign .contact-clinic-grid,
    body.contact-page-redesign .contact-booking-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.contact-page-redesign .contact-hero {
        background-position: center;
        min-height: 0;
        padding: 104px 0 58px;
    }

    body.contact-page-redesign .contact-hero h1 {
        font-size: 34px;
    }

    body.contact-page-redesign .contact-hero p {
        font-size: 16px;
    }

    body.contact-page-redesign .contact-action,
    body.contact-page-redesign .contact-card-actions a,
    body.contact-page-redesign .contact-booking-links a {
        width: 100%;
    }

    body.contact-page-redesign .contact-hero__trust span {
        border-radius: 8px;
        width: 100%;
    }

    body.contact-page-redesign .contact-locations-section,
    body.contact-page-redesign .contact-booking-section {
        padding: 52px 0;
    }

    body.contact-page-redesign .contact-clinic-card,
    body.contact-page-redesign .contact-booking-card,
    body.contact-page-redesign .contact-whatsapp-form {
        padding: 20px;
    }

    body.contact-page-redesign .contact-card-top {
        align-items: flex-start;
    }

    body.contact-page-redesign .contact-clinic-card h2,
    body.contact-page-redesign .contact-booking-copy h2 {
        font-size: 24px;
    }

    body.contact-page-redesign .contact-submit-column {
        display: block;
    }

    .site-footer-redesign .footer-top {
        padding: 28px 0 10px;
    }

    .site-footer-redesign .site-footer-grid {
        display: block;
    }

    .site-footer-redesign .site-footer-brand {
        margin-bottom: 18px;
    }

    .site-footer-redesign .site-footer-desktop-panel {
        display: none;
    }

    .site-footer-redesign .site-footer-mobile-panel {
        display: block;
    }

    .site-footer-redesign .site-footer-logo img {
        max-width: 206px;
    }

    .site-footer-redesign .site-footer-cta {
        justify-content: center;
        width: 100%;
    }

    .site-footer-redesign .site-footer-panel {
        border-top: 1px solid rgba(255, 255, 255, .14);
        padding: 13px 0;
    }

    .site-footer-redesign .site-footer-panel summary {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 0;
    }

    .site-footer-redesign .site-footer-panel summary::after {
        content: "+";
        font-size: 20px;
        line-height: 1;
    }

    .site-footer-redesign .site-footer-panel[open] summary::after {
        content: "-";
    }

    .site-footer-redesign .site-footer-link-list--two-col {
        grid-template-columns: 1fr;
    }

    .site-footer-redesign .site-footer-bottom-row,
    .site-footer-redesign .site-footer-bottom-row ul {
        justify-content: center;
        text-align: center;
    }

    .site-footer-redesign .site-footer-bottom {
        padding-bottom: 98px;
    }
}

@media (max-width: 420px) {
    body.contact-page-redesign .contact-hero h1 {
        font-size: 30px;
    }

    body.contact-page-redesign .contact-clinic-card,
    body.contact-page-redesign .contact-booking-card,
    body.contact-page-redesign .contact-whatsapp-form {
        padding: 18px;
    }
}
