*{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }

    body{
      font-family:Arial, Helvetica, sans-serif;
      color:#222;
    }

    .topbar{
      background:#0a4b78;
      color:#fff;
      padding:10px 0;
      font-size:14px;
    }
.navbar {
    --bs-navbar-padding-y: -0.5rem;
   
}
    .navbar{
      background:#fff;
      box-shadow:0 2px 10px rgba(0,0,0,0.08);
    }

    .navbar-brand{
      font-size:30px;
      font-weight:700;
      color:#0a4b78 !important;
    }

    .nav-link{
      font-weight:600;
      color:#222 !important;
      margin:0 8px;
    }

    .hero{
      background:linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('https://images.unsplash.com/photo-1587351021759-3e566b6af7cc?q=80&w=2070&auto=format&fit=crop');
      background-size:cover;
      background-position:center;
      height:90vh;
      display:flex;
      align-items:center;
      color:#fff;
    }

    .hero h1{
      font-size:60px;
      font-weight:700;
      margin-bottom:20px;
    }

    .hero p{
      font-size:18px;
      max-width:700px;
      margin-bottom:30px;
    }

    .btn-main{
      background:#0a4b78;
      color:#fff;
      padding:14px 35px;
      border:none;
      border-radius:6px;
      text-decoration:none;
      font-weight:600;
    }

    .section-padding{
      padding:80px 0;
    }

    .section-title{
      text-align:center;
      margin-bottom:50px;
    }

    .section-title h2{
      font-size:40px;
      color:#0a4b78;
      font-weight:700;
    }

    .about-img img{
      width:100%;
      border-radius:12px;
    }

.service-card{
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    transition:all .4s ease;
    position:relative;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    cursor:pointer;
}

.service-card i{
    font-size:50px;
    color:#0a4b78;
    margin-bottom:20px;
    transition:.4s;
}

.service-card h4{
    font-weight:700;
    color:#05253e;
    margin-bottom:15px;
    transition:.4s;
}

.service-card p{
    color:#6c757d;
    margin-bottom:0;
    transition:.4s;
}

/* Hover Effect */
.service-card:hover{
    background:linear-gradient(135deg,#0a4b78,#0a4b78);
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(10,75,120,.25);
}

.service-card:hover i,
.service-card:hover h4,
.service-card:hover p{
    color:#fff;
}

/* Optional Glow Effect */
.service-card::before{
    content:'';
    position:absolute;
    top:-100%;
    left:-100%;
    width:200%;
    height:200%;
    background:rgba(255,255,255,.08);
    transform:rotate(45deg);
    transition:.6s;
}

.service-card:hover::before{
    top:100%;
    left:100%;
}
.service-card i{
    width:90px;
    height:90px;
    line-height:90px;
    border-radius:50%;
    background:#eef6ff;
    display:inline-block;
    text-align:center;
    font-size:38px;
    color:#0a4b78;
    transition:.4s;
}

.service-card:hover i{
    background:rgba(255,255,255,.15);
    color:#fff;
}


/* Owl Carousel Shadow Fix */
.owl-stage-outer{
    padding:20px 10px 30px;
}

    .service-card:hover{
      transform:translateY(-10px);
    }

    .service-card i{
      font-size:45px;
      color:#0a4b78;
      margin-bottom:20px;
    }

    .doctor-card{
      background:#fff;
      border-radius:12px;
      overflow:hidden;
      box-shadow:0 5px 20px rgba(0,0,0,0.08);
      text-align:center;
    }

    .doctor-card img{
      width:100%;
      height:320px;
      object-fit:cover;
    }

    .doctor-card h4{
      margin-top:20px;
      font-weight:700;
    }

    .stats{
      background:#0a4b78;
      color:#fff;
    }

    .stats-box h2{
      font-size:48px;
      font-weight:700;
    }
.stats{
    background:
    linear-gradient(rgba(5,37,62,0.85), rgba(5,37,62,0.85)),
    url('https://images.unsplash.com/photo-1586773860418-d37222d8fce3?q=80&w=2070&auto=format&fit=crop');

    background-size:cover;
    background-position:center;
    background-attachment:fixed;
    color:#fff;
    position:relative;
}

.stats-box{
    padding:30px 20px;
}

.stats-box h2{
    font-size:55px;
    font-weight:700;
    margin-bottom:10px;
    color:#fff;
}

.stats-box p{
    font-size:18px;
    margin:0;
    color:#dcdcdc;
}
    .appointment{
      background:#f4f8fb;
    }

    .form-control{
      padding:14px;
      border-radius:8px;
    }

    .testimonial-box{
      padding:35px;
      background:#fff;
      border-radius:12px;
      box-shadow:0 5px 20px rgba(0,0,0,0.08);
    }

    footer{
      background:#05253e;
      color:#fff;
      padding:60px 0 20px;
    }

    footer h5{
      margin-bottom:20px;
      font-weight:700;
    }

    footer ul{
      padding:0;
      list-style:none;
    }

    footer ul li{
      margin-bottom:10px;
    }

    footer ul li a{
      color:#ddd;
      text-decoration:none;
    }

    .copyright{
      border-top:1px solid rgba(255,255,255,0.1);
      margin-top:40px;
      padding-top:20px;
      text-align:center;
    }

    @media(max-width:768px){
      .hero h1{
        font-size:38px;
      }

      .hero{
        height:70vh;
      }
    }

    .top-social a{
    width:36px;
    height:36px;
    border-radius:50%;
    background:rgba(255,255,255,0.1);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:0.3s;
}

.top-social a:hover{
    background:#fff;
    color:#05253e;
}


 /* TOPBAR */
.topbar{
    background:#05253e;
    color:#fff;
    font-size:15px;
}

.top-contact span{
    color:#fff;
}

.top-contact i{
    color:#2eb7ff;
    margin-right:8px;
}

.appointment-top-btn{
    background:#0a4b78;
    color:#fff;
    padding:10px 22px;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.appointment-top-btn:hover{
    background:#fff;
    color:#05253e;
}

/* NAVBAR */
.custom-navbar{
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,0.06);
    /* padding:18px 0; */
}

.navbar-brand{
    font-size:32px;
    color:#05253e !important;
}

.navbar-nav .nav-link{
    color:#05253e;
    font-weight:600;
    margin-left:18px;
    transition:0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
    color:#0a4b78;
}

.main-appointment-btn{
    background:#0a4b78;
    color:#fff;
    padding:14px 28px;
    border-radius:35px;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
    display:inline-block;
}

.main-appointment-btn:hover{
    background:#05253e;
    color:#fff;
}

@media(max-width:991px){

    .navbar-nav{
        padding-top:20px;
    }

    .navbar-nav .nav-link{
        margin-left:0;
        padding:12px 0;
    }

    .main-appointment-btn{
        width:100%;
        text-align:center;
    }

}


.appointment-section{
    padding:100px 0;
    background:
    linear-gradient(rgba(5,37,62,0.92), rgba(5,37,62,0.92)),
    url('https://images.unsplash.com/photo-1586773860418-d37222d8fce3?q=80&w=2070&auto=format&fit=crop');

    background-size:cover;
    background-position:center;
    color:#fff;
}

.sub-title{
    color:#2eb7ff;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    display:block;
    margin-bottom:15px;
}

.main-title{
    font-size:52px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:25px;
}

.appointment-text{
    color:#d7d7d7;
    line-height:1.9;
    font-size:17px;
}

.appoint-info-box{
    display:flex;
    align-items:flex-start;
    gap:18px;
}

.appoint-icon{
    width:70px;
    height:70px;
    min-width:70px;
    border-radius:50%;
    background:#0a4b78;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.appoint-info-box h5{
    font-weight:700;
    margin-bottom:8px;
}

.appoint-info-box p{
    margin:0;
    color:#d7d7d7;
}

.appointment-form-box{
    background:#fff;
    padding:45px;
    border-radius:25px;
    box-shadow:0 10px 40px rgba(0,0,0,0.2);
}

.appointment-form-box h3{
    color:#05253e;
    font-weight:700;
}

.appointment-form-box .form-control,
.appointment-form-box .form-select{
    height:58px;
    border-radius:12px;
    border:1px solid #dcdcdc;
    padding:12px 18px;
    box-shadow:none;
}

.appointment-form-box textarea.form-control{
    height:auto;
}

.appointment-btn{
    width:100%;
    border:none;
    background:#0a4b78;
    color:#fff;
    height:58px;
    border-radius:12px;
    font-weight:700;
    transition:0.3s;
}

.appointment-btn:hover{
    background:#05253e;
}

@media(max-width:768px){

    .main-title{
        font-size:38px;
    }

    .appointment-form-box{
        padding:30px;
    }

}


.testimonial-box{
    position:relative;
    background:#fff;
    padding:80px 30px 35px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    text-align:center;
    margin-top:60px;
    margin-bottom:20px;
}

.testimonial-img{
    width:110px;
    height:110px;
    border-radius:50%;
    overflow:hidden;
    border:5px solid #fff;
    position:absolute;
    top:-55px;
    left:50%;
    transform:translateX(-50%);
    box-shadow:0 5px 20px rgba(0,0,0,0.15);
    background:#fff;
}

.testimonial-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.owl-stage-outer{
    padding-top:20px;
    padding-bottom:20px;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    color:#0a4b78;
    font-size:18px;
    font-weight:700;
    display:block;
    margin-bottom:15px;
}

.section-title h2{
    font-size:32px;
    font-weight:700;
    color:#000;
    position:relative;
    display:inline-block;
    padding-bottom:25px;
}

/* Bottom Border */
.section-title h2::after{
    content:'';
    position:absolute;
    width:60px;
    height:5px;
    background:#0a4b78;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    border-radius:10px;
}

.footer-section{
    background:#05253e;
    color:#fff;
    padding:90px 0 25px;
    position:relative;
}

.footer-title{
    font-size:24px;
    font-weight:700;
    margin-bottom:30px;
    position:relative;
    padding-bottom:15px;
}

.footer-title::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:50px;
    height:3px;
    background:#0a4b78;
}

.footer-text{
    color:#cfcfcf;
    line-height:1.9;
    margin-bottom:25px;
}

.footer-social{
    display:flex;
    gap:12px;
}

.footer-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#0a4b78;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    transition:0.3s;
}

.footer-social a:hover{
    background:#fff;
    color:#05253e;
}

.footer-links{
    padding:0;
    margin:0;
    list-style:none;
}

.footer-links li{
    margin-bottom:15px;
}

.footer-links li a{
    color:#cfcfcf;
    text-decoration:none;
    transition:0.3s;
}

.footer-links li a:hover{
    color:#fff;
    padding-left:5px;
}

.footer-contact p{
    color:#cfcfcf;
    margin-bottom:18px;
    display:flex;
    align-items:flex-start;
    gap:12px;
    line-height:1.7;
}

.footer-contact i{
    color:#0a4b78;
    margin-top:5px;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.1);
    margin-top:60px;
    padding-top:25px;
    text-align:center;
}

.footer-bottom p{
    margin:0;
    color:#cfcfcf;
}

@media(max-width:768px){

    .footer-section{
        padding:70px 0 20px;
    }

}