@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;

}