/*
Theme Name: Avadh Multispeciality
Theme URI: https://pickcelmedia.com/
Author: Khushal Rathod
Author URI: https://pickcelmedia.com/
Description: Modern Custom Avadh Multispeciality WordPress Theme
Version: 1.0
Template: hello-elementor
License: GPL v2 or later
Text Domain: avadh-multispeciality
*/

a.custom-logo-link{
    max-width:  200px !important;
}
a.custom-logo-link img{
    width: 100%;
    height: auto;
}
header.main-header{
    position: sticky !important;
    top: 0px;
    box-shadow: 1px 1px 13px -3px #2b6136;
}
header.main-header .header-sticky{
    top:0px;
    background: #fff;
}
.custom-card{
    background-color: var(--white-color);
    border-radius: 20px;
    gap: 15px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    padding: 15px 20px;
}
.custom-card .about-us-item{
    width: 100%;
}
.service-entry ul{
    margin-bottom: 20px !important;
}
.page-category-list ul li a.active{
    color: var(--accent-color);
}
.page-category-list ul li a.active::before
 {
    transform: translateY(-50%) rotate(45deg);
}
.team-sidebar-cta-item .icon-box svg{
    fill: #fff;
}
.team-sidebar-cta-item .icon-box svg{
    fill: #fff;
}
.team-sidebar-cta-item:hover .icon-box svg{
    fill: var(--accent-color);
    z-index: 1;
}

.main-menu ul li.current-menu-item a{
    color: var(--accent-color);
}

.hero-slider{
    position:relative;
    overflow:hidden;
}

.heroSwiper{
    width:100%;
    height:100%;
}

.heroSwiper .swiper-slide{
    min-height:720px;
    display:flex;
    align-items:center;
}

.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev{

    width:60px;
    height:60px;
    border-radius:50%;
    background: #e67e22;
    color: #ffffff;
    transition:.3s;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.heroSwiper .swiper-button-next:hover,
.heroSwiper .swiper-button-prev:hover{
    background:#e67e22;
    color:#fff;
}

.heroSwiper .swiper-button-next:after,
.heroSwiper .swiper-button-prev:after{
    font-size:22px;
    font-weight:bold;
}

.heroSwiper .swiper-pagination{
    bottom:40px !important;
}

.heroSwiper .swiper-pagination-bullet{
    width:14px;
    height:14px;
    background:#fff;
    opacity:.4;
}

.heroSwiper .swiper-pagination-bullet-active{
    opacity:1;
    width:40px;
    border-radius:20px;
    background:#e67e22;
    transition:.4s;
}

/* Text Animation */

.swiper-slide-active h1{
    animation:fadeUp .8s;
}

.swiper-slide-active p{
    animation:fadeUp .9s;
}

.swiper-slide-active .hero-btn{
    animation:fadeUp 1s;
}

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@media(max-width:991px){
    .heroSwiper .swiper-slide{
        min-height:600px;
    }

    .heroSwiper .swiper-button-next,
    .heroSwiper .swiper-button-prev{
        display:none;
    }
}

.hospital-branches{
    background:#f7f9fc;
}

.branch-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
    border:1px solid #edf2f7;
}

.branch-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.branch-image{
    height:260px;
    overflow:hidden;
    display: block;
}

.branch-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.branch-card:hover img{
    transform:scale(1.08);
}

.branch-title{
    background:#d8e9ff;
    color:#0a4ea3;
    font-size:24px;
    font-weight:700;
    text-align:center;
    padding:15px;
    position:relative;
}

.branch-title:after{
    content:"";
    position:absolute;
    right:-18px;
    top:50%;
    transform:translateY(-50%);
    width:0;
    height:0;
    border-top:18px solid transparent;
    border-bottom:18px solid transparent;
    border-left:18px solid #d8e9ff;
}

.branch-body{
    padding:28px;
}

.branch-info{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:22px;
    color:#555;
    font-size:16px;
    line-height:1.6;
}
.branch-info a{
    color: #2b6136;
    font-weight: 700;
}
.branch-info:last-child{
    margin-bottom:0;
}

.branch-info i{
    color:#ff7a00;
    font-size:18px;
    width:20px;
    margin-top:5px;
}

@media(max-width:991px){
    .branch-image{
        height:220px;
    }
    .branch-title{
        font-size:20px;
    }
}

@media(max-width:767px){
    .branch-title:after{
        display:none;
    }
    .branch-body{
        padding:22px;
    }
}


.custom-hero{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.custom-hero::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(8, 54, 59, 0.50) 0%, transparent 12.88%), linear-gradient(270deg, transparent 37.22%, rgba(8, 54, 59, 0.63) 58.83%, rgba(8, 54, 59, 0.90) 100%);
	border-radius: 30px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.service-hidden {
    display: none;
}
.branch-appointment.dark-section, .branch-appointment.btn-default{
    background: var(--accent-color) !important;
}

.branch-appointment .btn-default, .branch-appointment .section-title .section-sub-title::before{
    background: var(--primary-color) !important;
}

.service-item{
    padding: 10px !important;
    margin-bottom: 0px !important;
}

.custom-checkmark-ul {
    margin-top: 30px;
}
.custom-checkmark-ul li{
    position: relative;
    font-size: 20px;
    list-style: none;
    padding-left: 30px;
    padding-bottom: 15px;   
    color: #fff;
    line-height: normal;
}

.custom-checkmark-ul li::before {
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 20px;
    font-weight: 900;
    color: var(--accent-color);
    top: 0;
    left: 0;
}

.custom-why-choose .about-us-item h3{
    padding: 0px !important;
}
.custom-why-choose .about-us-item h3::before{
    display: none;
}
.custom-why-choose .about-us-item{
    width: 100% !important;
    background: var(--primary-color);
    border-radius: 20px;
    padding: 20px;
    height: 100%;
}
.custom-why-choose .about-us-item h3, .custom-why-choose .about-us-item p{
    color: #fff;
}
.custom-why-choose .about-us-item i{
    color: var(--accent-color) !important; 
}
.footer-logo{
    max-width: 220px;
    width: 220px;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}
.footer-logo img{
    width: 100%;
    max-width: 100%;
}
.footer-logo a.custom-logo-link img{
    width: 100% !important;
    max-width: 100% !important;
}
.google-map-iframe{
    position:relative;
    overflow:hidden;
    border-radius:20px;
}
.google-map-iframe iframe{
    width:100%;
    height:500px;
    border:0;
    border-radius:20px;
}
/* Floating Direction Button */
.map-direction-btn{
    position:absolute;
    top:50px;
    right:20px;
    transform:translateY(-50%);
    display:flex;
    align-items:center;
    gap:10px;
    padding:14px 18px;
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    box-shadow:0 10px 30px rgba(13,110,253,.35);
    transition:.35s ease;
    z-index:10;
}

.map-direction-btn i{
    width:42px;
    height:42px;
    background:#fff;
    color:#0d6efd;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.map-direction-btn:hover{
    background:#084298;
    color:#fff;
    transform:translateY(-50%) translateX(-5px);
}
.map-direction-btn:hover i{
    transform:rotate(45deg);
    transition:.3s;
}

/* Mobile */
@media(max-width:767px){
    .map-direction-btn{
        right:10px;
        bottom:15px;
        top:auto;
        transform:none;
        padding:12px;
    }
    .map-direction-btn span{
        display:none;
    }

}

.vision-mission-section{
    padding:100px 0;
    background:#f8fbfd;
}

.vm-card{
    background:#fff;
    border-radius:20px;
    padding:40px 35px;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 35px rgba(0,0,0,.07);
    position:relative;
    overflow:hidden;
}

.vm-card:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:linear-gradient(90deg,#08b3c8,#2eb872);
}

.vm-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 45px rgba(0,0,0,.12);
}

.vm-icon{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#0fb8c8,#35c58a);
    color:#fff;
    font-size:34px;
    margin-bottom:25px;
}

.vm-card h3{
    text-align:center;
    margin-bottom:20px;
    font-weight:700;
}

.vm-card p{
    text-align:center;
    line-height:30px;
    color:#666;
}

.mission-card ul{
    padding-left:18px;
    margin:0;
}

.mission-card li{
    margin-bottom:16px;
    line-height:28px;
    color:#555;
}

.value-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:20px;
}

.value-item{
    background:#f5f9fb;
    border-radius:15px;
    padding:15px;
    text-align:center;
    transition:.3s;
}

.value-item:hover{
    background:#0bb8c6;
    color:#fff;
}

.value-item i{
    font-size:24px;
    margin:0px auto 10px;
    display:block;
}

.vm-bottom{
    margin-top:60px;
    text-align:center;
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.07);
}

.vm-bottom i{
    font-size:45px;
    color:#0db6c7;
    margin-bottom:15px;
}

.vm-bottom h4{
    font-size:30px;
    font-weight:700;
    margin-bottom:10px;
}

.vm-bottom p{
    color:#666;
    margin:0;
}

@media(max-width:991px){

.vm-card{
margin-bottom:30px;
}

.value-grid{
grid-template-columns:1fr 1fr;
}

}

.hospital-information-section{
    padding:100px 0;
    background:#f8fbfd;
}

.hospital-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border:2px solid #e67e22;
    display:flex;
    flex-direction:column;
}

.hospital-card-title{
    background: linear-gradient(90deg, #026136, #e67e22);
    color:#fff;
    padding:14px 25px;
    border-radius:40px;
    text-align:center;
    font-size:22px;
    font-weight:700;
    margin-bottom:35px;
}

.hospital-card-title i{
    margin-right:10px;
}

.about-service-section .service-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.about-service-section .service-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:15px;
    border:1px dashed #b8dce0;
    border-radius:15px;
    transition:.3s;
}

.about-service-section .service-item:hover{
    background:#e67e22;
    color:#fff;
}

.about-service-section .service-item i{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#eefafb;
    color:#e67e22;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.about-service-section .service-item:hover i{
    background:#fff;
}

.insurance-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
}

.insurance-grid span{
    background:#f4f9fb;
    border-radius:12px;
    padding:14px;
    text-align:center;
    font-weight:600;
    font-size:14px;
    transition:.3s;
}

.insurance-grid span:hover{
    background:#e67e22;
    color:#fff;
}

.insurance-footer{
    margin-top:30px;
    display:flex;
    justify-content:space-between;
    border-top:1px solid #eee;
    padding-top:20px;
    font-weight:600;
}

.insurance-footer i{
    color:#e67e22;
    margin-right:8px;
}

@media(max-width:991px){

.service-list{
grid-template-columns:1fr;
}

.insurance-grid{
grid-template-columns:repeat(2,1fr);
}

.insurance-footer{
flex-direction:column;
gap:15px;
}

}
.custom-service-list .service-item{
    min-height: max-content !important;
}
.expertise-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    gap: 15px;
    margin-bottom: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
}
.verified-badge{
    display: none !important;
}

@media(max-width:454px){
    .w-65{
        width: 64%;
    }
}
@media(max-width:390px){
    .w-65{
        width: 70%;
    }
}
@media(max-width:357px){
    .w-65{
        width: 80%;
    }
}
.hospital-counter-section{
    position: relative;
    z-index: 10;
}

.hospital-counter-wrapper{
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
}

.counter-item{
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
}

.counter-icon{
    width: 70px;
    height: 70px;
    border: 2px solid #f47c20;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.counter-icon i{
    font-size: 34px;
    color: #f47c20;
}

.counter-content h2{
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
}

.counter-content p{
    margin: 6px 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

@media(max-width:991px){
    .hospital-counter-wrapper{
        flex-wrap: wrap;
    }

    .counter-item{
        width: calc(50% - 15px);
        flex: auto;
    }
}

@media(max-width:767px){

    .hospital-counter-wrapper{
        padding: 25px;
    }

    .counter-item{
        width: 100%;
    }

    .counter-content h2{
        font-size: 40px;
    }

    .counter-content p{
        font-size: 17px;
    }

    .counter-icon{
        width: 60px;
        height: 60px;
    }

    .counter-icon i{
        font-size: 28px;
    }
}
.branch-card-footer{
    padding: 15px 28px;
    border-top: 1px solid #e9ecef
}

.branch-read-more{
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-decoration:none;
    color:var(--primary-color);
    font-size:16px;
    font-weight:700;
    transition:.3s;
}

.branch-arrow{
    width:38px;
    height:38px;
    background:#f58220;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.branch-read-more:hover{
    color:#f58220;
}

.branch-read-more:hover .branch-arrow{
    transform:translateX(6px);
    background:var(--accent-color);
}

.service-doctors{
    padding:80px 0;
    background:#f8fbfd;
}

.service-doctors .section-title{
    margin-bottom:50px;
}

.service-doctors .section-sub-title{
    display:inline-block;
    color:var(--accent-color,#0d9a6b);
    font-weight:600;
    margin-bottom:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.service-doctors h2{
    margin-bottom:15px;
}

.service-doctors p{
    color:#6c757d;
}

/* Card */

.doctor-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    text-align:center;
    padding:35px 25px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s ease;
    border:1px solid #eef2f5;
}

.doctor-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

/* Image */

.doctor-image{
    width:150px;
    height:150px;
    margin:0 auto 25px;
    border-radius:50%;
    overflow:hidden;
    border:5px solid #f4f7fb;
}

.doctor-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

.doctor-card:hover .doctor-image img{
    transform:scale(1.08);
}

/* Content */

.doctor-content h3{
    font-size:24px;
    margin-bottom:8px;
}

.doctor-content h3 a{
    color:#1d3557;
    text-decoration:none;
    transition:.3s;
}

.doctor-content h3 a:hover{
    color:var(--accent-color,#0d9a6b);
}

.doctor-degree{
    color:#6c757d;
    font-size:15px;
    margin-bottom:15px;
}

/* Expertise Badge */

.doctor-speciality{
    display:inline-block;
    background:#e8f7f2;
    color:#0d9a6b;
    font-size:14px;
    font-weight:600;
    padding:8px 18px;
    border-radius:30px;
    margin-bottom:25px;
}

/* Buttons */

.doctor-buttons{
    display:flex;
    gap:12px;
    justify-content:center;
    flex-wrap:wrap;
}

.doctor-buttons a{
    flex:1;
    min-width:140px;
    text-align:center;
    padding:12px 18px;
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

/* View Profile */

.doctor-buttons .btn-default{
    background:#fff;
    color:#0d9a6b;
    border:2px solid #0d9a6b;
}

.doctor-buttons .btn-default:hover{
    background:#0d9a6b;
    color:#fff;
}

/* Appointment */

.doctor-buttons .btn-highlight{
    background:#0d9a6b;
    color:#fff;
    border:2px solid #0d9a6b;
}

.doctor-buttons .btn-highlight:hover{
    background:#087453;
    border-color:#087453;
}

/* Responsive */

@media(max-width:991px){

    .doctor-card{
        margin-bottom:30px;
    }

}

@media(max-width:575px){

    .doctor-image{
        width:120px;
        height:120px;
    }

    .doctor-content h3{
        font-size:20px;
    }

    .doctor-buttons{
        flex-direction:column;
    }

    .doctor-buttons a{
        width:100%;
    }

}