@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Questrial&display=swap");

html {
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
}
:root {
    --body-background: #fff7f4;
    --primary-color: #07332f;
    --text-color: #000000;
    --accent-color: #f7a582;
    --secondry-color: #ffffff;
    --transparent-color: #ffffff80;
    --transparent-secondry-color: #00000080;
    --light-Background: #1f3f37;
    --light-accent-color: #feefe9;
    --default-font: "Poppins", sans-serif;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

.hero__section_acl {
    background: url("../../images/acl.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Questrial", sans-serif;
    padding: 80px 0px;
}

.hero__section_acl.knee_replacement {
    background: url("../../images/acl-1.jpg");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero__section_acl form {
    background: white;
    padding: 15px;
    border-radius: 5px;
}

.hero__section_acl form span {
    font-family: "Questrial", sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.hero__section_acl h1 {
    font-family: "Questrial", sans-serif;
    font-size: 35px;
    font-weight: 600;
}
.why_chose_vsh_acl {
    padding: 0px 0px;
}
.why_chose_vsh_acl .left_section h3 {
    font-family: "Questrial", sans-serif;
    font-size: 28px;
    font-weight: 600;
}
.why_chose_vsh_acl .left_section h5 {
    font-family: "Questrial", sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 8px;
}
.why_chose_vsh_acl .left_section p {
    font-family: "Questrial", sans-serif;
    font-size: 19px;
}
.why_chose_vsh_acl .left_section ul {
    padding-left: 0px;
    list-style: none;
}
.why_chose_vsh_acl .left_section ul li {
    list-style: none;
    font-family: "Questrial", sans-serif;
    font-size: 18px;
    padding-left: 35px;
    margin-bottom: 4px;
    position: relative;
}
.why_chose_vsh_acl .left_section ul li::before {
    content: "";
    background: url("../../images/icons/check-mark.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.why_chose_vsh_acl .right_section {
    background: #0056b3;
    padding: 5px;
    border-radius: 5px;
}
.why_chose_vsh_acl .right_section .bx_card {
    padding: 15px;
    border-bottom: 1px solid white;
}
.why_chose_vsh_acl .right_section .bx_card span {
    font-weight: 600;
    font-size: 25px;
    font-family: "Questrial", sans-serif;
    color: white;
}
.why_chose_vsh_acl .right_section .bx_card p {
    font-size: 18px;
    font-family: "Questrial", sans-serif;
    color: white;
    margin-bottom: 0px;
}

.meet-our-team {
    padding: 100px 0 70px;
}

.team-member-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.team-member-item .team-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}

.team-member-item .team-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
    object-position: top;
    transition: all 0.5s ease-in-out;
}

.team-member-item:hover .team-image img {
    transform: scale(1.1);
}

.team-image .team-social-list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    opacity: 0;
    transition: all 0.3s ease-out;
    z-index: 2;
}

.team-member-item:hover .team-image .team-social-list {
    bottom: 0;
    opacity: 1;
}

.team-social-list ul {
    list-style-type: none;
    padding: 0 20px 20px;
    margin: 0;
    text-align: center;
}

.team-social-list ul li {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.team-social-list ul li a {
    display: block;
}

.team-social-list ul li a i {
    background: var(--primary-color);
    border-radius: 8px;
    color: var(--secondry-color);
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
}

.team-social-list ul li a i:hover {
    background: var(--secondry-color);
    color: var(--primary-color);
}

.team-content h3 {
    font-size: 16px;
    color: #b6202e;
    font-family: "Questrial", sans-serif;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.team-content h2 {
    font-size: 22px;
    color: #164d92;
    text-transform: capitalize;
    font-family: "Questrial", sans-serif;
    font-family: "Questrial", sans-serif;
    margin-bottom: 10px;
}

.team-member-item .team-social-list {
    padding: 20px;
    background: #416fa621;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-member-item .team-social-list a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-member-item .team-social-list button {
    padding: 9px 15px;
    border-radius: 5px;
    width: 75%;
    border: none !important;
    outline: none;
    background-color: #b6202e;
    color: white;
    font-family: "Questrial", sans-serif;
}
.team-content h2 a {
    color: inherit;
}

.team-content p {
    color: var(--transparent-secondry-color);
    font-size: 15px;
    font-family: "Questrial", sans-serif;
}

.meet-our-team {
    padding: 100px 0 70px;
}

.team-member-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.team-member-item .team-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}

.team-member-item .team-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
    object-position: top;
    transition: all 0.5s ease-in-out;
}

.team-member-item:hover .team-image img {
    transform: scale(1.1);
}

.team-image .team-social-list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    opacity: 0;
    transition: all 0.3s ease-out;
    z-index: 2;
}

.team-member-item:hover .team-image .team-social-list {
    bottom: 0;
    opacity: 1;
}

.team-social-list ul {
    list-style-type: none;
    padding: 0 20px 20px;
    margin: 0;
    text-align: center;
}

.team-social-list ul li {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.team-social-list ul li a {
    display: block;
}

.team-social-list ul li a i {
    background: var(--primary-color);
    border-radius: 8px;
    color: var(--secondry-color);
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
}

.team-social-list ul li a i:hover {
    background: var(--secondry-color);
    color: var(--primary-color);
}

.team-content h3 {
    font-size: 16px;
    color: #b6202e;
    font-family: "Questrial", sans-serif;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.team-content h2 {
    font-size: 22px;
    color: #164d92;
    text-transform: capitalize;
    font-family: "Questrial", sans-serif;
    font-family: "Questrial", sans-serif;
    margin-bottom: 10px;
}

.team-member-item .team-social-list {
    padding: 20px;
    background: #416fa621;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-member-item .team-social-list a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-member-item .team-social-list button {
    padding: 9px 15px;
    border-radius: 5px;
    width: 75%;
    border: none !important;
    outline: none;
    background-color: #b6202e;
    color: white;
    font-family: "Questrial", sans-serif;
}
.team-content h2 a {
    color: inherit;
}

.team-content p {
    color: var(--transparent-secondry-color);
    font-size: 15px;
    font-family: "Questrial", sans-serif;
}

.team-body {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.team-body button {
    width: fit-content !important;
    padding: 9px 28px !important;
}

.facilities___services_section {
    padding: 70px 0px;
}
.facilities___services_section h3 {
    font-size: 32px;
    font-family: "Questrial", sans-serif;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
}
.facilities___services_section p {
    font-size: 18px;
    width: 70%;
    margin: auto;
    font-family: "Questrial", sans-serif;
    text-align: center;
}
.facilities___services_section .flex___box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 25px;
    flex-wrap: wrap;
}
.facilities___services_section .flex___box .bx___icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.facilities___services_section .flex___box .bx___icon .img___box {
    padding: 20px;
    background: #0056b3;
    border-radius: 5px;
    display: flex;
    max-width: 235px;
    min-width: 235px;
    flex-direction: column;
    min-height: 175px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
}

.facilities___services_section .flex___box .bx___icon .img___box img {
    width: 70px;
    margin-bottom: 15px;
}
.facilities___services_section .flex___box .bx___icon .img___box span {
    color: white;
    font-size: 16px;
    text-align: center;
}
.pear__colonospcpy {
    width: 100% !important;
}
.colo___boxmdel {
    width: 100% !important;
}

/* General styling for the section */
.treatment_procedure_section {
    padding: 50px 0;
    background-color: #f8f9fa;
}

/* Tabs section */
.treatment_procedure_section {
    padding: 70px 0px;
}
.treatment_procedure_section .tabs_section {
    display: flex;
    flex-direction: column;
}

.treatment_procedure_section .tab_button {
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    font-family: "Questrial", sans-serif;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    transition:
        background-color 0.3s,
        color 0.3s;
    font-weight: 500;
}

.treatment_procedure_section .tab_button:hover {
    background-color: #0056b3;
    color: #fff;
}

.treatment_procedure_section .tab_button.active {
    background-color: #0056b3;
    color: #fff;
    border-color: #0056b3;
}

/* Tab content */
.treatment_procedure_section .tab__contents {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.treatment_procedure_section .tab__content {
    display: none;
}

.treatment_procedure_section .tab__content.active {
    display: block;
}

.treatment_procedure_section .tab__content img.tab-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background-color: #eee; /* Placeholder for missing images */
}

.treatment_procedure_section .tab__content p {
    font-family: "Questrial", sans-serif;
    margin-bottom: 15px;
    line-height: 1.6;
    color: #333;
}

.treatment_procedure_section .tab__content a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #0056b3;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.treatment_procedure_section .tab__content a:hover {
    background-color: #0056b3;
}
.treatment_procedure_section h3 {
    font-size: 32px;
    font-family: "Questrial", sans-serif;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
}
.fx_bottom {
    background: #0066a1;
    position: fixed;
    bottom: 0px;
    z-index: 111;
    left: 0px;
    padding: 15px 0px 12px;
    width: 100%;
}
.fx_bottom .bott_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.fx_bottom .bott_flex button {
    background: white;
    border: none;
    outline: none;
    font-family: "Questrial", sans-serif;
    font-size: 18px;
    color: black;
    padding: 8px 29px;
    border-radius: 5px;
    min-width: 175px;
}

.about__bg_urology {
    margin-bottom: 80px;
    padding: 150px 0px;
    background: url("../landing/about-bg.png");
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.types-hip-procedures {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    padding-top: -8px;
    margin-top: 43px;
}
.hip__span {
    font-weight: 500;
}
.types-hip-procedures h3 {
    font-size: 28px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
}

.types-hip-procedures p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px;
}

.types-hip-procedures ol {
    counter-reset: custom-counter;
    padding-left: 20px;
}

.types-hip-procedures li {
    counter-increment: custom-counter;
    margin-bottom: 18px;
    padding-left: 10px;
    position: relative;
    font-size: 16px;
    color: #333;
}

.types-hip-procedures li b,
.types-hip-procedures li strong {
    color: #000;
    font-weight: 600;
}

.about__bg_urology ul {
    padding-left: 20px;
    list-style: circle;
}
.about__bg_urology h5 {
    font-size: 32px;
    font-weight: 600;
    color: white;
    font-family: "Questrial", sans-serif;
    margin-bottom: 20px;
}
.about__bg_urology ul li {
    list-style: circle;
    font-size: 20px;
    font-family: "Questrial", sans-serif;
    margin-bottom: 15px;
    color: white;
}

.cta____section {
    background: #0056b3;
    padding: 60px 0px;
}
.cta____section .cta_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cta____section .cta_content h4 {
    font-size: 40px;
    font-family: "Questrial", sans-serif;
    font-weight: 600;
    color: white;
}
.cta____section .cta_content button {
    margin-top: 15px;
    padding: 10px 30px;
    background-color: white;
    color: #0056b3;
    border: 1px solid white;
    outline: none;
    border-radius: 5px;
    transition: 0.5s ease;
}
.cta____section .cta_content button:hover {
    background: transparent;
    color: white;
}

/* FAQ Section Styling */
.faq_____section {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.faq_____section h2 {
    font-size: 28px;
    font-family: "Questrial", sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.faq_____section .faq_item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    font-family: "Questrial", sans-serif;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 20px;
}

.faq_____section .faq_question {
    padding: 15px 20px;
    font-size: 19px;
    font-weight: 500;
    color: #333;
    font-family: "Questrial", sans-serif;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
}

.faq_____section .faq_question:hover {
    background-color: #f1f1f1;
}

.faq_____section .faq_question::after {
    content: "\25BC"; /* Down arrow */
    font-size: 0.9rem;
    color: #007bff;
    transition: transform 0.3s;
}

.faq_____section .faq_question.active::after {
    transform: rotate(180deg); /* Up arrow when active */
}

.faq_____section .faq_answer {
    display: none;
    padding: 20px;
    font-family: "Questrial", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    border-top: 1px solid #ddd;
}

.faq_____section .faq_answer.active {
    display: block;
}

.faq_____section .faq_answer ul {
    padding-left: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}

.faq_____section .faq_answer li {
    margin-bottom: 5px;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .request_banner {
        height: unset !important;
    }
    .types-hip-procedures {
        background-color: #f8f9fa;
        border-radius: 12px;
        padding: 6px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        margin-bottom: 40px;
        padding-top: -8px;
        margin-top: 43px;
    }
    .request_banner .container {
        padding: 20px;
    }
    .fx_bottom .bott_flex {
        gap: 10px;
    }
    .fx_bottom .bott_flex button {
        width: 100%;
        padding: 8px 10px;
        min-width: unset;
        font-size: 15px;
    }
    .fx_bottom .bott_flex a {
        width: 49%;
    }

    .why_chose_vsh_acl {
        padding: 30px 0px;
    }
    .why_chose_vsh_acl .right_section {
        margin-top: 20px;
    }
    .why_chose_vsh_acl .right_section .bx_card {
        padding: 15px;
        border-bottom: 1px solid white;
    }

    /* General styling for the section */
    .treatment_procedure_section {
        padding: 30px 0;
    }

    .treatment_procedure_section h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .facilities___services_section {
        padding: 40px 0px;
    }
    .facilities___services_section h3 {
        font-size: 25px;
    }
    .facilities___services_section p {
        width: 100%;
        font-size: 16px;
    }
    .facilities___services_section .flex___box {
        gap: 2%;
        justify-content: space-between;
    }
    .facilities___services_section .flex___box .bx___icon {
        width: 49%;
    }
    .facilities___services_section .flex___box .bx___icon .img___box {
        padding: 12px;
        max-width: 100%;
        min-width: 100%;
    }
    .facilities___services_section .flex___box .bx___icon .img___box img {
        width: 55px;
    }

    .cta____section {
        padding: 50px 0px;
    }
    .cta____section .cta_content h4 {
        font-size: 30px;
        text-align: center;
    }

    .hero__section_acl {
        background: rgb(228, 228, 228);
        padding: 40px 0px;
    }

    .hero__section_acl h1 {
        font-size: 28px;
    }
    .faq_____section h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .about__bg_urology {
        margin-bottom: 50px;
        padding: 40px 0px;
    }

    .about__bg_urology h5 {
        font-size: 23px;
        margin-bottom: 15px;
    }
    .about__bg_urology ul li {
        font-size: 16px;
    }

    .faq_____section .faq_answer {
        font-size: 0.9rem;
        padding: 15px;
    }
    .head___desc__txt {
        background: #0056b3;
        color: white;
        border: none;
        outline: none;
        border-radius: 5px;
        font-size: 17px;
        padding: 9px 25px;
    }
    .navbar_logo.acl .logo {
        width: 180px;
    }
    .navbar__mobile .emergency {
        display: flex;
        gap: 0px;
        justify-content: center;
        align-items: center;
    }
    .navbar__mobile .emergency .lottie_icon {
        width: 30px;
    }
    .navbar__mobile .emergency span {
        font-size: 15px;
        margin-top: 5px;
        display: block;
    }
}
/* Responsive adjustments */
@media (max-width: 767px) {
    .treatment_procedure_section .tabs_section {
        margin-bottom: 20px;
    }
    .treatment_procedure_section .tab_button {
        font-size: 17px;
        padding: 12px 15px;
    }
    .treatment_procedure_section .tab__contents {
        padding: 15px;
    }
}
.staron__conent {
    font-size: 20px !important;
}
.btn-cardiloge:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color) !important;
}
.conditions-ultra-clean {
    background: #ffffff;
}

.ultra-title {
    font-size: 32px !important;
    font-weight: 400 !important;
    color: #07332f !important;
}

.ultra-subtitle {
    font-size: 17px;
    color: #4a4a4a;
    max-width: 650px;
    margin: 0 auto;
}

.ultra-item {
    padding: 28px 0;
    border-bottom: 1px solid #e8eef4;
}

.ultra-item:last-child {
    border-bottom: none;
}

.ultra-item h4 {
    margin-bottom: 8px;
    font-weight: 700 !important;
    font-family: "Questrial" !important;
    font-size: 17px;
}

.ultra-item p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.procedure-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 250px;
    cursor: pointer;
    transition: 0.3s ease;
}

.procedure-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(60%);
    transition: 0.3s ease;
}

.procedure-card:hover img {
    filter: brightness(40%);
    transform: scale(1.06);
}

/* Heading always visible */
.title-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    /* margin-bottom: 8px; */
    font-weight: 100 !important;
    font-family: "Questrial" !important;
    font-size: 17px;
}

.title-bar h5 {
    color: #fff;
    font-weight: 700;
    margin: 0;
}

/* Hidden description */
.overlay {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    padding: 20px;
    opacity: 0;
    transition: 0.3s ease;
    transform: translateY(20px);
    color: #fff;
}

.procedure-card:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

.overlay p {
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
}
.conditions-ultra-clean .ultra-item {
    position: relative;
    padding-left: 85px;
    margin-bottom: 25px;
    background: #d1d1d157;
    border-radius: 12px;
}

.ultra-icon {
    font-size: 30px;
    color: #164d92;
    position: absolute;
    left: 0;
    top: 25%;
    padding: 10px;
}

.main_perg {
    margin-top: 0.5rem !important;
    font-weight: 600 !important;
}
.ultra-item {
    position: relative;
    padding-left: 65px;
    margin-bottom: 30px;
}

.ultra-item .ultra-icon {
    width: 64px;
    height: 78px;
    position: absolute;
    left: 0;
    object-fit: contain;
}
.proctology_main_section {
    background: url(../../frontend/general_dp/banner.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    font-family: "Questrial", sans-serif;
    padding: 80px 0px;
}

.body {
    font-family: "Poppins", sans-serif;
}
.neurology-hero {
    position: relative;
    padding: 100px 0 90px;
    background: linear-gradient(rgba(0, 40, 85, 0.65), rgba(0, 40, 85, 0.65)),
        url("../../images/departments/nerology_banner.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    color: #ffffff;
    overflow: hidden;
}

/* Typography */
.neurology-hero h1 {
    font-family: "Questrial", sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
}

.neurology-hero p {
    font-size: 18px;
    line-height: 1.7;
    color: #e6eef7;
    max-width: 520px;
}

/* CTA buttons */
.neurology-btn-primary {
    width: 100%;
    background: #164d92;
    color: white;
    font-family: "Questrial", sans-serif;
    font-size: 17px;
    border: 1px solid #164d92;
    transition: 0.6s ease;
    outline: none;
    border-radius: 5px;
    padding: 11px 28px;
    font-weight: 500;
}
.call_to_action_btn {
    padding: 11px 28px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #b6202e;
    color: white;
    font-weight: 500;
    outline: none;
    transition: 0.6s ease;
    border-radius: 5px;
}

.neurology-btn-outline {
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
}

.neurology-btn-outline:hover {
    background: #ffffff;
    color: #0b5ed7;
}

/* Trust indicators */
.neurology-hero-trust span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14.5px;
    font-weight: 500;
    color: rgb(43, 43, 43);
    background: #ffffff;
    padding: 8px 16px;
    border-radius: 5px;
}

/* Mobile optimisation */
@media (max-width: 768px) {
    .neurology-hero {
        padding: 70px 0;
        background-position: center;
    }

    .neurology-hero h1 {
        font-size: 32px;
    }

    .neurology-hero p {
        font-size: 16px;
    }

    .neurology-hero-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

.neurology-why-vsh {
    padding: 30px 0;
    background: #f8fafd;
}
.neurology-card p {
    margin-top: 0px !important;
}

.neurology-card {
    height: 100%;
    background: #4d67845c;
    border-radius: 16px;
    padding: 20px 16px;

    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: all 0.3s ease;
        display: flex;
    justify-content: center;
    align-items: center;
}

.neurology-card:hover {
    transform: translateY(-6px);
}

.neurology-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
  
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-top: 0px !important;
}

.neurology-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 0px !important;
}

/* Mobile */
@media (max-width: 768px) {
    .neurology-why-title {
        font-size: 26px;
    }
}

.neurology-conditions-bg {
    margin-top: 30px;
    padding-bottom: 25px;
}
.neurology-condition-card{
     position: relative;
    height: 100%;
    min-height: 220px;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    padding: 28px 26px;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
}
.background_img1 { background-image: url("/static/images/departments/nerology1.jpg"); }
.background_img2 { background-image: url("/static/images/departments/nerology2.jpg"); }
.background_img3 { background-image: url("/static/images/departments/nerology3.jpg"); }
.background_img4 { background-image: url("/static/images/departments/nerology4.jpg"); }
.background_img5 { background-image: url("/static/images/departments/nerology5.jpg"); }
.background_img6 { background-image: url("/static/images/departments/nerology6.jpg"); }
.background_img7 { background-image: url("/static/images/departments/nerology7.jpg"); }
.background_img8 { background-image: url("/static/images/departments/nerology8.jpg"); }

/* Solid black overlay */
.neurology-condition-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65); /* 👈 BLACK OVERLAY */
    z-index: 1;
}

/* Content stays above overlay */
.neurology-condition-card h3,
.neurology-condition-card p {
    position: relative;
    z-index: 2;
}
/* Heading – always visible */
.neurology-condition-card h3 {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
    transition: margin-bottom 0.3s ease;
}

/* Content – hidden by default */
.neurology-condition-card p {
    position: relative;
    z-index: 2;
    margin-top: 12px;
    font-size: 15.5px;
    line-height: 1.6;
    color: #e6eef7 !important;
    opacity: 0;
    max-height: 0;
    transition: all 0.4s ease;
}

/* Hover state – reveal content */
.neurology-condition-card:hover p {
    opacity: 1;
    max-height: 300px;
}

.neurology-condition-card:hover h3 {
    margin-bottom: 12px;
}

/* Hover lift */
.neurology-condition-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

/* Mobile: show content by default (no hover UX issue) */
@media (max-width: 768px) {
    .neurology-condition-card p {
        opacity: 1;
        max-height: none;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .neurology-conditions-title {
        font-size: 28px;
    }

    .neurology-conditions-wrapper {
        padding: 30px 20px;
    }
}

.neurology-departments {
    padding: 0px 0;
}

/* GRID */
.neurology-tile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

/* TILE */
.neurology-tile {
    background: #f7f8f9;
    border-radius: 22px;
    padding: 26px 24px;

    transition:
        transform 0.5s ease,
        box-shadow 0s ease;
}

.neurology-tile:hover {
    transform: translateY(-4px);
}

/* TILE HEADING */
.neurology-tile h3 {
    font-size: 18.5px;
    font-weight: 600;
    color: #102a43;
    margin-bottom: 14px;
}

/* POINT LIST */
.neurology-tile ul {
    padding-left: 0px !important;
    margin: 0;
}

.neurology-tile ul li {
    font-size: 15.5px;
    color: #4b5563;
    margin-bottom: 8px;
}

/* MOBILE */
@media (max-width: 768px) {
    .section-title {
        font-size: 26px;
    }
}

.neurology-care-journey {
    background: #ffffff;
}

/* Layout */
.care-journey {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 60px;
}

/* LEFT STEPS */
.care-steps {
    position: relative;
    padding-left: 30px;
}

.care-steps::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e5edf5;
}

.care-step {
    position: relative;
    display: flex;
    gap: 16px;
    margin-bottom: 36px;
    cursor: pointer;
}

.care-step span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f6fc;
    color: #0d6efd;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.care-step p {
    font-size: 16.5px;
    font-weight: 600;
    color: #4b5563;
    margin: 0;
}

.care-step.active span {
    background: #0d6efd;
    color: #ffffff;
}

.care-step.active p {
    color: #102a43;
}

/* RIGHT CONTENT */
.care-content {
    background: #f9fbff;
    border-radius: 20px;
    padding: 42px;
}

.care-panel {
    display: none;
}

.care-panel.active {
    display: block;
}

.care-panel h2 {
    font-size: 28px;
    font-weight: 700;
    color: #102a43;
    margin-bottom: 20px;
}

.care-panel ul {
    list-style: none;
    padding: 0;
}

.care-panel ul li {
    padding: 12px 0;
    border-bottom: 1px solid #e5edf5;
    font-size: 16.5px;
    color: #4b5563;
}

/* Mobile */
@media (max-width: 768px) {
    .care-journey {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .care-steps {
        padding-left: 0;
    }

    .care-steps::before {
        display: none;
    }
}

.neurology-guided-journey {
    background: #ffffff;
}

/* Layout */
.journey-layout {
    display: grid;
    grid-template-columns: 1.5fr 3fr;
    gap: 14px;
    align-items: flex-start;
}

/* LEFT BUTTONS */
.journey-tabs {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.journey-tab {
    background: #f1f6fc;
    border: solid 1px #164d92;
    padding: 18px 20px;
    border-radius: 5px;
    text-align: left;
    font-size: 16px;

    color: #4b5563;
    cursor: pointer;
    transition: all 0.25s ease;
}

.journey-tab:hover {
    background: #eaf2ff;
}

.journey-tab.active {
    background: #164d92;
    color: #ffffff;
}

/* RIGHT CONTENT */
.journey-content {
    background: #c3cad74a;
    border-radius: 5px;
    padding: 30px 28px;
}

.journey-panel {
    display: none;
}

.journey-panel.active {
    display: block;
}

.journey-panel h2 {
    font-size: 28px;
    font-weight: 700;
    color: #102a43;
    margin-bottom: 20px;
}

/* List styling */
.journey-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0px !important;
}

/* ===============================
   MOBILE AUTO-SCROLL (CSS ONLY)
   =============================== */
@media (max-width: 768px) {

    /* Stack layout */
    .journey-layout {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .book_btn {
    background: #164d92 !important;
    border: none !important;
    margin-top: 0px !important;
    padding: 10px 20px !important;
    margin-bottom: 20px;
}

    /* Horizontal tabs with snap */
    .journey-tabs {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .journey-tabs::-webkit-scrollbar {
        display: none;
    }

    .journey-tab {
        flex-shrink: 0;
        scroll-snap-align: start;
        padding: 12px 14px;
        white-space: nowrap;
    }

    /* Content snapping */
    .journey-content {
        scroll-snap-type: y mandatory;
        overflow-y: auto;
        max-height: 60vh; /* important for scroll snapping */
        scroll-behavior: smooth;
    }

    .journey-panel {
        scroll-snap-align: start;
        padding: 16px 14px;
    }

    /* Improve readability */
    .journey-panel ul li {
        font-size: 14.5px;
        line-height: 1.6;
    }
}


.book_btn {
    background: #164d92 !important;
    border: none !important;
    margin-top: 0px !important;
    padding: 10px 20px !important;
}

.neurology-departments{
        background: #bbc5d2;
            padding: 5px;
}

.doctor_sec{
    padding: 20px 0px 20px !important;
}
.faq_nerology{
    padding: 10px 0px !important;
}

