@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Quantico:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Share+Tech&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    list-style-type: none;
    text-decoration: none !important;
}
body{
    scroll-behavior: smooth !important;
    background: #f8f9fa;
    font-family: 'Roboto', sans-serif;
}

/* start css library */
.position-relative{
    position:relative;
}
.position-sticky{
    position:sticky;
    z-index:1001 !important;
    top:0;
}
figure{
    margin:0 0 0 !important;
}
.z-index{
    z-index:5;
}
.dis-block{
    display:block !important;
}
.display-none{
    display: none;
}
.text-black{
    color:black;
}
.text-red{
    color:#cd0808 !important;
}
.text-oklch{
    color:#0b3b91 !important;
}
.light-green{
    color:#348735;
}
.text-justify{
    text-align:justify;
}
.bg-oklch{
    background: linear-gradient(135deg, #3be3c1, #5a8dee);
}
.margin-top{
    margin-top:100px !important;
}
.f-size{
    font-size:23px;
}
.font-s{
    font-size:18px;
}
.cursor-pointer{
    cursor:pointer;
}
.h2-sections{
    font-family: "Oswald", sans-serif;
    /* font-optical-sizing: auto; */
    font-style: normal;
}
.margin-bottom{
    margin-bottom:0px !important;
}
ul{
    padding-left: 0 !important;
}
.bg-lightblue{
    background-color: #486db2 !important;
}
.btns-hover:hover{
    color:white !important;
    background-color: #0b3b91 !important;
}
.blue-border:hover{
    transition: all ease-in-out 0.6s;
    border:2px solid rgba(255, 0, 0, 0.822)!important;
}


/* Navbar-section */
nav{
    background-color:#fafafa;
    box-shadow: 0px 4px 20px 0px gray;
}
.nav-inner>.logo img{
    width:100%;
    height:60px;
}
.nav-inner .nav-list>ul>li>a{
    color:black;
    position:relative;
}
.nav-inner .nav-list li{
    position:relative;
}
.nav-inner ul>li>.appoint-btn{
    border: 3px solid #0b3b91;
    border-radius:25rem;
    color:#0b3b91;
}
.nav-inner ul>li>.appoint-btn:hover{
    background-color:#0b3b91 ;
    color:white;
}
.nav-inner .nav-list a{
    transition:all 0.8s ease;
}
.nav-list>ul a:hover{
    background-color:oklch(64.9% 0.13931 248.229 / 0.17);
}
.nav-inner .sm-list a{
    transition:all 0.8s ease;
}
.sm-list>ul a:hover{
    background-color:oklch(64.9% 0.13931 248.229 / 0.17);
}
.login-btn:hover{
    background-color:oklch(64.9% 0.13931 248.229 / 0.17);
}
.login-btn:hover i{
    color:#0b3b91 ;
}
/* Dissmiss icon */
.dissmiss-icon{
    position: relative;
    display: block;
    padding: 12px;
    text-align:center;
}
.dissmiss-icon>.close{
    position:absolute;
    top:0;
    left:0;
    right:0;
    padding:5px 10px;
}

/* dissmiss-icon animation */
@keyframes rotate-vert-center{
    0%{transform:rotateY(0)}
    100%{transform:rotateY(360deg)}
}
.dissmiss-icon>:hover{
    animation:rotate-vert-center .5s cubic-bezier(.455,.03,.515,.955) both !important;
    color:#0b3b91;
}

/* Access service-section */
.show-serviceList>a{
    display:block;
    color:black;
    padding:10px 10px;
}
/* service anchor animation */
@keyframes tracking-in-expand-fwd{0%{letter-spacing:-.5em;transform:translateZ(-700px);opacity:0}40%{opacity:.6}100%{transform:translateZ(0);opacity:1}}


/* About Seperate Page */
.about-banner{
    background:linear-gradient(rgba(0,0,0,0.60), rgba(0,0,0,0.60)),
    url('../img/about_hero.avif');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    min-height:70vh;
    padding:120px 0;
}
.book-btn:hover{
    background:oklch(57.847% 0.14005 154.245) !important;
}
.theme-text{
    color:#0b3b91 !important;
}
.theme-bg{
    background:#0b3b91 !important;
}
.theme-border{
    border-color:#0b3b91 !important;
}
.about-img{
    width:100%;
    border-radius:25px;
    object-fit:cover;
    height:100%;
}
.section-padding{
    padding:90px 0;
}
.service-card{
    transition:0.4s;
    border-radius:20px;
}
.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0px 10px 30px rgba(0,0,0,0.1);
}
.icon-box{
    width:80px;
    height:80px;
    background:#0b3b91;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;
}
.doctor-section{
    background:#eefdfd;
}
.doctor-img{
    width:100%;
    border-radius:30px;
}
.counter-box{
    border-radius:20px;
    transition:0.4s;
}
.counter-box:hover{
    transform:translateY(-8px);
}
.cta-section{
    background:linear-gradient(135deg, #0b3b91, #1d5fbf);
    border-radius:40px;
}

/* Gallery Section */
.theme-bg{
    background:#0b3b91;
}
.theme-text{
    color:#0b3b91;
}
.gallery-banner{
    min-height:65vh;
    background:
    linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
    url('../img/gallery_hero.jpeg');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
}
.section-padding{
    padding:90px 0;
}
.gallery-page-card{
    transition:0.4s ease;
}

.gallery-page-card:hover{
    transform:translateY(-10px);
    border:3px solid red;
    box-shadow:0 20px 45px rgba(0,0,0,0.15)!important;
}

.gallery-img{
    height:280px;
    object-fit:cover;
    transition:0.4s ease;
    cursor:pointer;
}

.video-section{
    background:#ecffff;
}
.video-box{
    border-radius:30px;
    overflow:hidden;
}
.cta-section{
    background:linear-gradient(135deg, #0b3b91, #1d5fbf);
    border-radius:40px;
}

/* Contact-page */
.theme-bg{
    background:#0b3b91;
}
.theme-text{
    color:#0b3b91;
}
.theme-border{
    border:2px solid #0b3b91;
}
.contact-banner{
    min-height:65vh;
    background:
    linear-gradient(rgba(0,0,0,0.70), rgba(0,0,0,0.70)),
    url('../img/contact_hero.avif');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
}
.section-padding{
    padding:90px 0;
}
.contact-card{
    border-radius:25px;
    transition:0.4s;
}
.contact-card:hover{
    transform:translateY(-10px);
}
.icon-box{
    width:80px;
    height:80px;
    border-radius:50%;
    background:#0b3b91;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
}
.contact-form{
    border-radius:30px;
}
.form-control{
    height:60px;
    border-radius:15px;
    border:1px solid #d7d7d7;
    box-shadow:none !important;
}
textarea.form-control{
    height:150px;
    resize:none;
}
.map-section iframe{
    width:100%;
    height:650px;
    border:0;
    border-radius:30px;
}


/* Caraousel-Section */
.hero-slider{
    position:relative;
}
.carousel-item{
    height:100vh;
    min-height:650px;
    position:relative;
}
.carousel-item img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to right,
    rgba(0,45,55,0.90),
    rgba(0,65,70,0.55),
    rgba(0,0,0,0.20));
    z-index:1;
}
.slider-content{
    position:absolute;
    top:50%;
    left:8%;
    transform:translateY(-50%);
    z-index:2;
    max-width:700px;
    color:#fff;
}
.slider-content span{
    background:#b92e33;
    color:#003b43;
    padding:10px 22px;
    border-radius:50px;
    display:inline-block;
    margin-bottom:25px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
}
.slider-content h1{
    font-size:70px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
}
.slider-content p{
    font-size:18px;
    line-height:1.9;
    color:#e6f8f7;
    margin-bottom:35px;
    max-width:600px;
}
.hero-btns{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}
.btn-main{
    background:#ee0000;
    color:#00363d;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
    text-decoration:none;
    transition:0.4s;
    border:2px solid #d91c23;
}
.btn-main:hover{
    background:transparent;
    color:#fff;
}
.btn-outline-custom{
    border:2px solid #fff;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:0.4s;
}
.btn-outline-custom:hover{
    background:#fff;
    color:#00363d;
}

/* FLOATING BOX */

.floating-box{
    position:absolute;
    right:8%;
    bottom:10%;
    z-index:2;
    background:rgba(255,255,255,0.12);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,0.15);
    padding:30px;
    border-radius:25px;
    width:320px;
    color:#fff;
}
.floating-box h4{
    font-weight:700;
    margin-bottom:15px;
}
.floating-box p{
    color:#e9f8f6;
    margin-bottom:20px;
    line-height:1.8;
}
.floating-box .info{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:18px;
}
.floating-box .info i{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#d91c23;
    color:#00363d;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

/* CONTROLS */
.carousel-control-prev,
.carousel-control-next{
    width:70px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color:#d91c23;
    border-radius:50%;
    width:60px;
    height:60px;
    background-size:40%;
}
.carousel-indicators [data-bs-target]{
    width:14px;
    height:14px;
    border-radius:50%;
    background-color:#d91c23;
}

/* End-caraousel */

/* About Section */
img{
    width:100%;
    border-radius:20px;
    /* object-fit: content; */
}
.about-section{
    background: linear-gradient(135deg,#eef4ff,#ffffff);
    position: relative;
    overflow: hidden;
}
.about-section::before{
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: oklch(0.78 0.13 185.05 / 0.3)!important;
    border-radius: 50%;
    top: -120px;
    left: -120px;
}
.about-section::after{
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: oklch(0.78 0.13 185.05 / 0.3);
    border-radius: 50%;
    bottom: -100px;
    right: -100px;
}
.about-image{
    position: relative;
    z-index: 2;
}
.about-image img{
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    border: 8px solid #fff;
}
.read-more:hover{
    transition: all 0.3s ease;
    color:white !important;
    background-color: oklch(79.347% 0.14335 179.408 / 0.969) !important;
    font-weight: bold;
}

/* Floating Cards */
.experience-box{
    position: absolute;
    top: 20px;
    left: -40px;
    background: #fff;
    padding: 18px 22px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.experience-box h3{
    color: #009dff;
    font-weight: 700;
    margin-bottom: 0;
}
.experience-box p{
    font-size: 14px;
    margin-bottom: 0;
    color: #666;
}
.success-box{
    position: absolute;
    bottom: 25px;
    right: -30px;
    color: white;
    padding: 18px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.success-box h4{
    margin: 0;
    font-weight: bold;
}
.success-box small{
    font-size: 13px;
}

/* Doctor-section */
.doctor-box{
    background: #eef4ff;
    border-radius: 30px;
    padding: 50px;
}
.doctor-img{
    border-radius: 20px;
}
.clinic-btn:hover{
    color:white !important;
}

/* Our clinic */
.about-clinic {
    background: #ffffff;
    padding: 80px 0;
}
.clinic-badge {
    display: inline-block;
    background: #e8f2ff;
    color: #3a7bd5;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 18px;
}
.clinic-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.9rem, 3.5vw, 2.7rem);
    font-weight: 700;
    color: #0d1b3e;
    line-height: 1.2;
    margin-bottom: 16px;
}
.clinic-desc {
    font-size: 0.95rem;
    color: #7a8aa0;
    font-weight: 400;
    line-height: 1.75;
    max-width: 420px;
    margin-bottom: 32px;
}
.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}
.feature-icon-wrap {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background: #eef4ff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-icon-wrap svg {
    width: 26px;
    height: 26px;
    stroke: #3a7bd5;
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.feature-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0d1b3e;
    margin-bottom: 5px;
}
.feature-text {
    font-size: 0.85rem;
    color: #7a8aa0;
    line-height: 1.65;
}

/* Image composite */
.image-composite {
    position: relative;
    height: 480px;
}
.img-main {
    position: absolute;
    left: 20px;
    top: 0;
    width: 75%;
    height: 99.76%;
    /* object-fit: cover; */
    border-radius: 18px 18px 18px 18px;
    z-index: 2;
    box-shadow: 0 20px 50px rgba(58,123,213,0.13);
}
.shape-blob {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52%;
    height: 62%;
    background: linear-gradient(135deg, #0b3b91, #067e96);
    border-radius: 58% 0 58% 0;
    z-index: 1;
}
.shape-blob-light {
    position: absolute;
    right: 0;
    top: 10px;
    width: 34%;
    height: 34%;
    background: #6fa8f5;
    border-radius: 0 18px 0 60%;
    z-index: 1;
    opacity: 0.55;
}

/* ── COUNTER ── */
.counter-section {
    background: #eef4ff;
    padding: 60px 0;
}
.stat-item {
    text-align: center;
    padding: 20px 10px;
    position: relative;
}
.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #c5d8f8;
}
.stat-icon-box {
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
    background: #ddeaff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stat-icon-box svg {
    width: 28px;
    height: 28px;
    stroke: #3a7bd5;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #0d1b3e;
    line-height: 1;
    margin-bottom: 8px;
}
.stat-number .suffix {
    font-family: 'Nunito', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #3a7bd5;
}
.stat-label {
    font-size: 0.85rem;
    color: #7a8aa0;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.call-icon{
    width: 80px;
    height: 80px;
    background: white;
    color: #19c5be;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
}

/* Contact section */
.main-box{
    background:#edf9f9;
    border-radius:40px;
}
.contact-card{
    background:#0b3b91;
    border-radius:25px;
    min-height:500px;
    position:relative;
    overflow:hidden;
}
.contact-card::after{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    background:rgba(255,255,255,0.35);
    border-radius:50%;
    bottom:-70px;
    right:-50px;
}
.form-box{
    border-radius:25px;
    background:white;
}
.custom-input{
    border:none;
    border-bottom:2px solid #d9d9d9;
    border-radius:0;
    box-shadow:none !important;
    padding-left:0;
}
.custom-input:focus{
    border-color:#528338ab !important;
}
.send-btn{
    background:#0b3b91;
    border:none;
    padding:12px 35px;
}
.send-btn:hover{
    background:#0fb3ad;
}
.nav-link{
    color:#222 !important;
    font-weight:500;
}
.contact-btn{
    background:#0b3b91;
    color:white !important;
    border-radius:8px;
    padding:10px 28px !important;
}
.social-icon{
    width:35px;
    height:35px;
    background:#0b3b91;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}

/* testimonial sections */

.review-section{
    padding:80px 0;
}

.review-card{
    border:none;
    border-radius:25px;
    overflow:hidden;
    transition:0.4s;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    height:100%;
}

.review-card:hover{
    transform:translateY(-10px);
}

.review-user-img{
    width:70px;
    height:70px;
    object-fit:cover;
    border-radius:50%;
    border:4px solid #0b3b91 !important;
}

.google-icon{
    width:35px;
    height:35px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.star-icon{
    color:#ffc107;
}

.review-text{
    color:#666;
    line-height:1.8;
    font-size:15px;
}

.review-btn{
    background:oklch(0.78 0.13 185.05);
    color:#fff;
    border:none;
    border-radius:50px;
    padding:14px 35px;
    transition:0.4s;
    font-weight:600;
}

.review-btn:hover{
    background:#111;
    color:#fff;
    transform:translateY(-3px);
}

.section-badge{
    background:rgba(0,0,0,0.05);
    color:oklch(0.45 0.10 185.05);
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
}

.review-top{
    border-bottom:1px solid rgba(0,0,0,0.08);
}

/* Footer-section */

.footer-section{
    background: #eef4ff;
}
/* Text */
.text-#d91c23{
    color: #d91c23;
}
/* Logo */
.logo-circle{
    width: 18px;
    height: 18px;
    background: #d91c23;
    border-radius: 50%;
    box-shadow: 0 0 10px #d91c23;
}
footer .logo>img{
    width:100%;
    height:60px;
}
/* Titles */
.footer-title{
    font-weight: 700;
    color: #111;
}
/* Links */
.footer-link{
    text-decoration: none;
    color: #666;
    transition: 0.3s;
}
.footer-link:hover{
    color: #d91c23;
    padding-left: 5px;
}
/* Social */
.social-icon{
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f4f7;
    border-radius: 10px;
    text-decoration: none;
    color: #111;
    transition: 0.3s;
}
.active-icon{
    background: #0b3b91 ;
    color: #000;
}
.social-icon:hover{
    color:white;
    background: #0b3b91 ;
    transform: translateY(-5px);
}

/* Contact */
.contact-icon{
    color: #0b3b91 ;
    font-size: 1.1rem;
    margin-top: 2px;
}

/* Bottom Bar */
.bottom-bar{
    background-color: #0b3b91;
}

/* Scroll Button */
.scroll-btn{
    width: 50px;
    height: 50px;
    border: none;
    background: #0b3b91 ;
    color: #000;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    z-index: 999;
    transition: 0.3s;
    align-items:center;
    justify-content: center;
}
.scroll-btn:hover{
    transform: scale(1.1);
    color:#3cc632 !important;
}

/* end css */