body{
    background:
    linear-gradient(
    135deg,
    #052e16,
    #14532d,
    #166534,
    #15803d);

    color:#fff;
}
body::before{
    content:'';
    position:fixed;
    inset:0;
    z-index:-1;

    background-image:

    radial-gradient(
    rgba(255,255,255,.06) 2px,
    transparent 2px),

    radial-gradient(
    rgba(255,255,255,.04) 2px,
    transparent 2px);

    background-size:80px 80px;
    background-position:0 0,40px 40px;
}

.navbar{
    background:#fff!important;
    backdrop-filter:blur(10px);
}

.nav-link{
    color:#030250 !important;
}

.nav-link:hover{
    color:#d1fae5 !important;
}

.hero-section{
    padding:100px 0;

    background:linear-gradient(to right,#d6d383,#b4a4a4);
}

.hero-section h1{
    font-size:55px;
    font-weight:700;
    margin-bottom:20px;
}

.hero-section p{
    font-size:20px;
    margin-bottom:30px;
}

.hero-img{
    max-width:400px;
}

.btn-main{
    background:#2ca24c;
    color:#fff;
    padding:12px 30px;
    border:none;
    border-radius:12px;
    text-decoration:none;
    transition:.3s;
}

.btn-main:hover{
    background:#198754;
    color:#fff;
}

.search-section{
    margin-top:-40px;
}

.filter-box{
    background:#fff;
    padding:25px;
    border-radius:18px;
    box-shadow:0 0 20px rgba(0,0,0,.05);
}

.doctor-section{
    padding:80px 0;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.doctor-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 0 15px rgba(0,0,0,.05);
    transition:.3s;
    height:100%;
}

.doctor-card:hover{
    transform:translateY(-8px);
}

.doctor-img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.doctor-info{
    padding:20px;
}

.page-header{
    background:#0f172a;
    color:#fff;
    padding:70px 0;
    text-align:center;
}

.detail-img{
    border-radius:20px;
    width:100%;
}

.detail-box{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 0 20px rgba(0,0,0,.05);
}



.footer{
    background:#052e16;
    color:#fff;
     padding:70px 0 20px;
}

.footer-links{
    padding:0;
    list-style:none;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#fff;
    text-decoration:none;
}

.form-control,
.form-select{
    height:50px;
    border-radius:10px;
}

textarea.form-control{
    height:auto;
}

@media(max-width:991px){

    .hero-section{
        text-align:center;
        padding:70px 0;
    }

    .hero-section h1{
        font-size:38px;
    }

    .hero-img{
        margin-top:40px;
        max-width:280px;
    }

}

@media(max-width:767px){

    .hero-section h1{
        font-size:30px;
    }

    .filter-box{
        padding:20px;
    }

    .doctor-img{
        height:220px;
    }

    .footer{
        text-align:center;
    }

}

.category-card{
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 0 20px rgba(0,0,0,.05);
    transition:.3s;
    height:100%;
}

.category-card:hover{
    transform:translateY(-8px);
}

.category-icon{
    width:80px;
    height:80px;
    background:#eefaf1;
    color:#2ca24c;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    margin-bottom:20px;
}

.contact-box,
.contact-info{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 0 20px rgba(0,0,0,.05);
    height:100%;
}

.info-box{
    display:flex;
    gap:20px;
    margin-bottom:25px;
}

.info-box i{
    width:60px;
    height:60px;
    background:#eefaf1;
    color:#2ca24c;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.about-img{
    border-radius:25px;
}

.about-content{
    padding-left:20px;
}

.counter-box{
    background:#fff;
    padding:25px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 0 20px rgba(0,0,0,.05);
}

.counter-box h3{
    font-size:40px;
    color:#2ca24c;
    font-weight:700;
}

@media(max-width:767px){

    .contact-box,
    .contact-info,
    .detail-box{
        padding:25px;
    }

    .about-content{
        padding-left:0;
        text-align:center;
    }

}

.search-section{
    margin-top:-70px;
    position:relative;
    z-index:10;
}

.search-card{
    background:#fff;
    border-radius:28px;
    padding:35px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.search-title{
    font-size:32px;
    font-weight:700;
}

.search-subtitle{
    color:#64748b;
}

.input-group-custom{
    position:relative;
}

.input-group-custom i{
    position:absolute;
    top:18px;
    left:18px;
    color:#16a34a;
    z-index:2;
}

.input-group-custom .form-control,
.input-group-custom .form-select{
    height:58px;
    padding-left:50px;
    border-radius:14px;
    border:1px solid #e2e8f0;
}

.search-btn{
    height:58px;
}

.section-heading{
    margin-bottom:60px;
}

.section-badge{
    background:#dcfce7;
    color:#15803d;
    padding:10px 18px;
    border-radius:50px;
    font-weight:600;
    display:inline-block;
    margin-bottom:20px;
}

.doctor-section{
    padding:100px 0;
}

.doctor-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.4s;
    height:100%;
}

.doctor-card:hover{
    transform:translateY(-10px);
}

.doctor-image-wrapper{
    position:relative;
    overflow:hidden;
}

.doctor-img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.4s;
}

.doctor-card:hover .doctor-img{
    transform:scale(1.08);
}

.doctor-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.4);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.4s;
}

.doctor-card:hover .doctor-overlay{
    opacity:1;
}

.view-btn{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#fff;
    color:#16a34a;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:20px;
}

.doctor-info{
    padding:25px;
}

.doctor-category{
    background:#dcfce7;
    color:#15803d;
    padding:7px 15px;
    border-radius:50px;
    display:inline-block;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.qualification{
    color:#64748b;
}

.doctor-location{
    display:flex;
    align-items:center;
    gap:10px;
    color:#475569;
}

.cta-section{
    padding-bottom:100px;
}

.cta-box{
    background:linear-gradient(135deg,#16a34a,#15803d);
    padding:60px;
    border-radius:30px;
    color:#fff;
}

.btn-light-custom{
    background:#fff;
    color:#16a34a;
    padding:15px 35px;
    border-radius:14px;
    font-weight:700;
    text-decoration:none;
}

@media(max-width:991px){

    .hero-section{
        padding:90px 0 140px;
        text-align:center;
    }

    .hero-title{
        font-size:48px;
    }

    .hero-buttons,
    .hero-stats{
        justify-content:center;
    }

    .hero-img{
        margin-top:50px;
        max-width:300px;
    }

}

@media(max-width:767px){

    .hero-title{
        font-size:36px;
    }

    .hero-text{
        font-size:16px;
    }

    .search-card{
        padding:25px;
    }

    .cta-box{
        padding:35px 25px;
        text-align:center;
    }

    .doctor-img{
        height:240px;
    }

}


.bg-leaf{
    position:fixed;
    z-index:-1;
    opacity:.05;
    pointer-events:none;
}

.leaf-1{
    width:300px;
    height:300px;
    background:#16a34a;
    border-radius:0 100% 0 100%;
    top:100px;
    left:-100px;
    transform:rotate(-25deg);
}

.leaf-2{
    width:250px;
    height:250px;
    background:#22c55e;
    border-radius:100% 0 100% 0;
    top:50%;
    right:-80px;
}

.leaf-3{
    width:200px;
    height:200px;
    background:#16a34a;
    border-radius:0 100% 0 100%;
    bottom:50px;
    left:30%;
}

.doctor-card{
    background:#ffffff;
    border-radius:24px;
    overflow:hidden;
    border:1px solid #dcfce7;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.35s;
    height:100%;
}

.doctor-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(22,163,74,.15);
}

.doctor-img{
    width:100%;
    height:280px;
    object-fit:cover;
}

.doctor-info{
    padding:25px;
    background:linear-gradient(
    to bottom,
    #ffffff,
    #f7fff9);
}

.doctor-info h5{
    font-size:22px;
    font-weight:700;
    color:#166534;
    margin-bottom:10px;
}

.doctor-info p{
    color:#64748b;
    margin-bottom:10px;
}

.doctor-info i{
    color:#22c55e;
}


.doctor-badge{
    position:absolute;
    top:15px;
    right:15px;

    background:#dcfce7;
    color:#166534;

    padding:8px 16px;
    border-radius:30px;
    font-size:12px;
    font-weight:700;

    border:1px solid #bbf7d0;
}

/* ===============================
   DOCTOR DETAILS PAGE
================================= */

.doctor-detail-section{
    background:#f7fff9;
}

.doctor-profile-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    border:1px solid #dcfce7;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.doctor-profile-img{
    width:100%;
    height:420px;
    object-fit:cover;
}

.profile-content{
    padding:25px;
    text-align:center;
}

.doctor-category{
    background:#dcfce7;
    color:#166534;
    padding:8px 18px;
    border-radius:30px;
    display:inline-block;
    font-size:13px;
    font-weight:700;
    margin-bottom:15px;
}

.profile-content h3{
    color:#166534;
    font-weight:700;
    margin-bottom:10px;
}

.qualification{
    color:#64748b;
}

.doctor-detail-card{
    background:#fff;
    border-radius:25px;
    padding:35px;
    border:1px solid #dcfce7;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.detail-header h2{
    font-weight:800;
    color:#166534;
}

.detail-header p{
    color:#64748b;
}

.info-item{
    display:flex;
    gap:15px;
    align-items:flex-start;
    background:#f8fff9;
    border:1px solid #dcfce7;
    border-radius:15px;
    padding:18px;
    height:100%;
}

.info-item i{
    width:50px;
    height:50px;
    background:#dcfce7;
    color:#16a34a;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.info-item strong{
    display:block;
    color:#166534;
    margin-bottom:4px;
}

.info-item span{
    color:#64748b;
}

.info-item a{
    color:#16a34a;
    text-decoration:none;
    font-weight:600;
}

.about-title{
    color:#166534;
    margin-bottom:15px;
    font-weight:700;
}

.about-text{
    color:#475569;
    line-height:1.9;
}

@media(max-width:768px){

    .doctor-profile-img{
        height:320px;
    }

    .doctor-detail-card{
        padding:25px;
    }

}

.back-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;

    background:#ffffff;
    color:#166534;

    padding:12px 22px;

    border-radius:12px;

    text-decoration:none;
    font-weight:600;

    border:1px solid #dcfce7;

    box-shadow:0 5px 15px rgba(0,0,0,.05);

    transition:.3s;
}

.back-btn:hover{
    background:#dcfce7;
    color:#166534;
    transform:translateX(-3px);
}

.back-btn i{
    font-size:14px;
}