/********** Template CSS **********/
:root {
    --primary: #13C5DD;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
     color: #2C6242;
}
.site-logo {
    margin-right: 15px;
    width: 60px;
    height: 70px;
    object-fit: cover;
    background: transparent;
    background:#fff;
   border-radius: 10%; 
}
.clinic_name{
    color: #2C6242;
    font-size: 40px;
    
}
.site-logo{
    width: 70px;
    height: auto;
}

.clinic_name{
    font-size: 32px;
    font-weight: 700;
    color: #0d6efd;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}

/* Mobile View */
@media (max-width: 768px){

    .navbar-brand{
        display: flex;
        align-items: center;
    }

    .site-logo{
        width: 50px;
    }

    .clinic_name{
        font-size: 18px;
        line-height: 1.2;
        white-space: normal;
        display: inline-block;
        max-width: 140px;   /* Isse name 2 line me aa jayega */
        margin-left: 8px;
    }
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

.my-header{
    background: #fff;
    transition: all 0.4s ease;
}

.my-header.sticky-active{
    background: #0b2f5b !important;
}

.my-header.sticky-active .navbar{
    background: transparent !important;
}

.my-header.sticky-active .nav-link,
.my-header.sticky-active .clinic_name{
    color: #fff !important;
}

.my-header.sticky-active .nav-link.active{
    color: #ffd700 !important;
}
.my-header.sticky-active .navbar{
    background:#0b2f5b!important;
}
@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.hero-header {
    position: relative;
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: cover;
    overflow: hidden;
}

.hero-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
}

.hero-header .container {
    position: relative;
    z-index: 1;
}
.service-item {
    position: relative;
    height: 350px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2C6242;
    border-radius: 50%;
    transform: rotate(-14deg);
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}
.navbar .dropdown-menu {
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
    padding: 8px 0;
}

.navbar .dropdown-item {
    padding: 10px 20px;
    font-size: 15px;
}

.navbar .dropdown-item:hover {
    background: #f1f8ff;
}
.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}
.service-title {
    white-space: nowrap;
}
/* FAQ Section */
.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.accordion-button {
    background: #fff;
    color: #1f2b6c;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 25px;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: #0d6efd;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-body {
    background: #f8f9fa;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    padding: 20px 25px;
}

/* Arrow Color */
.accordion-button::after {
    filter: brightness(0);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

/* Hover Effect */
.accordion-item:hover {
    transform: translateY(-3px);
    transition: .3s;
}
.footer{
    background:#0b2f5b;
}

.footer h3,
.footer h4{
    color:#fff;
    font-weight:700;
}

.footer p{
    color:#d7d7d7;
    line-height:1.8;
}

.footer-link{
    display:block;
    color:#d7d7d7;
    text-decoration:none;
    margin-bottom:12px;
    transition:.3s;
}

.footer-link:hover{
    color:#4db8ff;
    padding-left:8px;
}

.btn-square{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.btn-square:hover{
    background:#4db8ff;
    border-color:#4db8ff;
    color:#fff;
}

.copyright{
    border-top:1px solid rgba(255,255,255,.15);
    color:#ccc;
}
.footer-logo{
    width:100px;
    max-width:100%;
    height:auto;
    background:#fff;
    padding:8px 12px;
    border-radius:10px;
}
.service-item{
    transition: .4s;
    border: none;
}

.service-item img{
    transition: .5s;
}

.service-item:hover{
    transform: translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.service-item:hover img{
    transform: scale(1.05);
}
.service-item{
    text-align:center;
   
}
/* ==========================
   Appointment Process CSS
========================== */

.bg-white.shadow.rounded{
    transition: all .4s ease;
    border: none;
}

.bg-white.shadow.rounded:hover{
    transform: translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15)!important;
}


/* Circle Icon */

.d-inline-flex.align-items-center.justify-content-center{
    transition:.4s;
}

.bg-white.shadow.rounded:hover 
.d-inline-flex{
    transform:rotateY(360deg);
}


/* Heading */

.bg-white.shadow.rounded h4{
    font-size:22px;
    font-weight:600;
    color:#222;
    margin-bottom:15px;
}


.bg-white.shadow.rounded p{
    color:#666;
    line-height:1.7;
    font-size:15px;
}



/* ==========================
   Conditions We Treat CSS
========================== */

.container-fluid.py-5 .p-4.bg-light.rounded{
    transition:.4s;
    cursor:pointer;
    border:1px solid transparent;
}


.container-fluid.py-5 .p-4.bg-light.rounded:hover{
    background:#fff!important;
    transform:translateY(-8px);
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    border-color:#0d6efd;
}


.p-4.bg-light.rounded i{
    transition:.3s;
}


.p-4.bg-light.rounded:hover i{
    transform:scale(1.2);
}


.p-4.bg-light.rounded h5{
    font-size:18px;
    font-weight:600;
    margin-top:10px;
}


/* Responsive */

@media(max-width:768px){

    .bg-white.shadow.rounded{
        margin-bottom:20px;
    }

}
.step-icon{
    width:80px;
    height:80px;
    background:#0d6efd;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin:auto;
    margin-bottom:20px;
    transition:.4s;
}

.step-icon:hover{
    transform:scale(1.1);
}
/* Legal Page */

.legal-box{
    transition:.4s;
    border:1px solid transparent;
}


.legal-box:hover{
    background:#fff!important;
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
    border-color:#0d6efd;
}


.icon-box{
    width:65px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#e8f1ff;
    border-radius:50%;
}


.legal-box h3{
    font-size:24px;
    font-weight:600;
    margin-bottom:15px;
}


.legal-box p{
    color:#666;
    line-height:1.8;
    font-size:15px;
}
.contact-box{
    transition:.3s;
}


.contact-box:hover{
    transform:translateY(-5px);
}


.form-control{
    border-radius:10px;
    padding-left:20px;
}


textarea.form-control{
    padding-top:15px;
}


.btn-primary{
    border-radius:50px;
    font-weight:600;
}


.bg-light{
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}
.bg-light.rounded{
    line-height:1.8;
}


.bg-light.rounded h3{
    color:#0d6efd;
    font-size:24px;
    margin-top:30px;
    margin-bottom:15px;
}


.bg-light.rounded p,
.bg-light.rounded li{
    color:#666;
    font-size:16px;
}


.bg-light.rounded ul{
    padding-left:25px;
}


.bg-light.rounded li{
    margin-bottom:8px;
}
.page-header 
{ background: linear-gradient(135deg, #eaf7ff, #ffffff); 
    padding: 90px 20px 70px; 
    text-align: center; 
    position: relative; 
    overflow: hidden; 
} 
.page-header::before { 
    content: ""; 
    position: absolute; 
    width: 300px; 
    height: 300px; 
    border-radius: 50%; 
    background: rgba(13, 110, 253, 0.06); 
    top: -120px; 
    left: -80px; 
} 
.page-header::after 
{ content: ""; 
    position: absolute; 
    width: 250px; 
    height: 250px; 
    border-radius: 50%; 
    background: rgba(13, 110, 253, 0.05); 
    bottom: -120px; right: -70px; 
} 
.page-header .content { 
    position: relative; 
    z-index: 2; 
} 
.page-header span { 
    display: inline-block; 
    color: #0d6efd; 
    font-size: 14px; 
    font-weight: 600; 
    letter-spacing: 1px; 
    text-transform: uppercase; 
    margin-bottom: 10px; 
} 
.page-header h1 { 
    font-size: 46px; 
    font-weight: 700; 
    margin-bottom: 15px; 
} 
.page-header p { 
    max-width: 650px;
    margin: auto; 
    color: #6c757d; 
    font-size: 16px; 
    line-height: 1.7;
}
.gallery-section {
 padding: 80px 0; 
} 
.gallery-title{
 text-align: center; 
    margin-bottom: 45px;
} 
 .gallery-title h2 
 { font-size: 34px; 
    font-weight: 700; 
    margin-bottom: 12px; 
} 
.gallery-title p { 
    color: #777; 
    max-width: 600px; 
    margin: auto; 
} .gallery-item 
{ 
    position: relative; 
    overflow: hidden; 
    border-radius: 12px; 
    margin-bottom: 25px; 
    background: #fff; 
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07); 
} 
.gallery-item img { 
    width: 100%; 
    height: 260px; 
    object-fit: cover; 
    display: block; 
    transition: 0.5s ease; 
} 
.gallery-item:hover img { 
    transform: scale(1.08); 
} 
.gallery-overlay {
     position: absolute; 
     inset: 0; 
     background: rgba(0, 73, 122, 0.72); 
     display: flex; 
     align-items: center; 
     justify-content: 
     center; opacity: 0; 
     transition: 0.35s ease; 
} 
    .gallery-item:hover .gallery-overlay { 
        opacity: 1; 
} 
.gallery-overlay a 
{ width: 50px; 
    height: 50px; 
    border-radius: 50%; 
    background: #fff; 
    color: #0d6efd; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    text-decoration: none; 
    font-size: 18px;
 } 
 /* ========================= CATEGORY BUTTONS ========================= */ 
 .gallery-filter 
 { text-align: center; 
    margin-bottom: 40px; 
} .gallery-filter button 
{ 
    border: 1px solid #dbe9f5; 
    background: #fff; 
    color: #555; 
    padding: 9px 20px; 
    margin: 4px; 
    border-radius: 30px; 
    transition: 0.3s; 
} .gallery-filter button:hover, 
.gallery-filter button.active { 
    background: #0d6efd; 
    color: #fff; 
    border-color: #0d6efd; 
} 