a {
    color: #000;
}

.btn {
    color: #fff;
    font-size: 12px;
    background: #10808e;
}

.btn-bg {
    color: #10808e;
    font-size: 12px;
    background: #ffff;
}

p {
    font-size: 16px !important;
    font-weight: 500 !important;
}

ul#menu-policy {
    list-style: none;
    text-decoration: none;
    margin: 0px;
    padding: 10px;
}
.hero-content h1 {
    text-shadow: none;
}
#service h2 .text-success {
    color: #10808e !important;
}

#about .btn-success {
    background: #10808e;
}

#about .text-success {
    color: #03346f !important;
}

.reel-box {
    width: 100%;
    height: 380px;
    overflow: hidden;
    border-radius: 10px;
}

.reel-box iframe {
    width: 100%;
    height: 100%;
    margin-top: -55px;
}

.soap-blog-title {
    display: inline-block;
    font-size: 42px;
    font-weight: 700;
    color: #7f97a1;
    letter-spacing: 0.6px;
    position: relative;
    padding-bottom: 18px;
}

/* Soft bubble underline (soap feel) */
.soap-blog-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 70px;
    height: 6px;
    border-radius: 20px;
    background: linear-gradient(135deg, #7f97a1, #f1f1f1);
}

/* Very light shine */
.soap-blog-title {
    text-shadow: 0 3px 10px rgba(55, 108, 95, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .soap-blog-title {
        font-size: 30px;
    }
}

/*-------------------------------- top header  ---------------------------------*/
#top-header {
    background: #03346f;
}

#top-header a {
    transition: .3s;
}

#top-header a:hover {
    color: #d8f3ec !important;
}

#top-header i:not(.fa-brands) {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#top-header i:not(.fa-solid) {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-box {
    width: 22%;
}

.logo-box img {
    width: 100%;
}

.appointment-box {
    background: #10808e;
    border-radius: 10px;
    font-size: 14px !important;
}

/*----------------------------------------------- slider css  ------------------------*/
.badge {
    background: #f1f3f4;
}

#slider .card {
    border-radius: 20px;
}

.hero {
    background: #e1efff;
    overflow: hidden
}

.doctor {
    position: relative;
    z-index: 2
}

.info {
    position: absolute;
    width: 50%;
    bottom: 0px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    border-radius: 18px;
    color: #fff;
    background: rgb(3 52 111);
}

.hero-content h1 span {
    color: #10808e;
}

.support {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 100px;
    height: 100px;
    background: #03346f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
    animation: pulse 2s infinite
}

/* Text Animation */
#slider .hero-content {
    animation: slideUp 1.2s ease;
}

#slider .img-content {
    animation: slideUp 1.2s ease;
}

#slider .hero-btn {
    animation: slideUp 1.2s ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    50% {
        transform: scale(1.08)
    }
}

/*----------------------------------------------- service css  ------------------------*/
.service-card {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    transition: .4s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
}

.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
}

.service-img {
    /* height: 260px; */
    width: 100%;
    object-fit: cover;
    transition: .6s;
}

.service-card:hover .service-img {
    transform: scale(1.08);
}

.service-content {
    background: #fff;
    margin: -40px 10px 10px;
    border-radius: 20px;
    padding: 0px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: #e1efff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 28px;
    border: 6px solid #fff;
}

.service-card:hover .service-icon {
    transform: rotate(360deg);
    transition: .8s;
}

.service-content a {
    transition: .3s;
}

.service-content a:hover {
    letter-spacing: 1px;
}


/*----------------------------------------------- about css  ------------------------*/
#about {
    position: relative;
    background: #f7f9fb;
}

/* #about .about-img {
    width: 34%;
    position: absolute;
    top: 65px;
    left: 1%;
    bottom: 0px;
} */

.experience-card {
    position: absolute;
    left: 75px;
    bottom: 0px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #e1efff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card {
    border-radius: 25px;
}

.about-box {
    background: #fff;
}

.btn-success {
    border-radius: 50px;
    padding: 14px 35px;
}

/*----------------------------------------------- counter css  ------------------------*/
#counter {
    position: relative;
}

#counter .counter-wrapper {
    background: #03346f;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

#counter .counter-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 22px 20px;
    position: relative;
    transition: .4s;
}

#counter .counter-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .18);
}

#counter .counter-item:hover {
    background: rgba(255, 255, 255, .08);
}

#counter .counter-icon {
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    background-color: #10808e;
    display: flex;
    align-items: center;
    justify-content: center;
}

#counter .counter-icon i {
    color: #fff;
    font-size: 28px;
}

#counter .counter-content h3 {
    margin: 0;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

#counter .counter-content span {
    display: block;
    margin-top: 4px;
    color: #d8f4ef;
    font-size: 14px;
    font-weight: 500;
}

@media(max-width:991px) {
    #counter .counter-wrapper {
        flex-wrap: wrap;
    }

    #counter .counter-item {
        width: 50%;
        flex: unset;
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }

    #counter .counter-item:nth-child(2n) {
        border-left: 1px solid rgba(255, 255, 255, .15);
    }

    #counter .counter-item:last-child,
    #counter .counter-item:nth-last-child(2) {
        border-bottom: none;
    }
}

@media(max-width:575px) {
    #counter .counter-item {
        width: 100%;
        border-left: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
        justify-content: flex-start;
        padding: 18px;
    }

    #counter .counter-item:last-child {
        border-bottom: none;
    }

    #counter .counter-content h3 {
        font-size: 28px;
    }
}

/*----------------------------------------------- promo-card css  ------------------------*/
.promo-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Card hover lift effect */
.promo-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* Image styling */
.promo-card img {
    border-radius: 20px;
    transition: transform 0.6s ease;
}

/* Image zoom on hover */
.promo-card:hover img {
    transform: scale(1.08);
}

/* Text content */
.promo-card2 {
    position: absolute;
    top: 10%;
    left: 4%;
    z-index: 2;
    animation: slideUpFade 1s ease forwards;
    opacity: 0;
}

/* Keyframe animation */
@keyframes slideUpFade {
    from {
        transform: translateY(40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/*----------------------------------------------- appointment css  ------------------------*/
.appointment-section {
    background: #03346f;
}

.icon-box {
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}

.appointment-section .form-control,
.appointment-section .form-select {
    border-radius: 8px;
    border: 0;
    min-height: 42px;
}

.appointment-section .btn-light {
    background: #d8f3ef;
    border: 0;
    color: #006d68;
}

.appointment-section .btn-light:hover {
    background: #fff;
}

.appointment-section .border-end {
    border-color: rgba(255, 255, 255, .25) !important;
}

@media(max-width:991px) {
    .appointment-section .border-end {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

/*----------------------------------------------- team css  ------------------------*/
.doctor-card {
    border-radius: 20px;
    overflow: hidden;
    transition: .4s;
}

.doctor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12) !important;
}

.doctor-img {
    height: 280px;
    object-fit: cover;
}

.doctor-card .btn-outline-success {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.doctor-card .btn-outline-success:hover {
    background: #198754;
    color: #fff;
}

.card.bg-success {
    border-radius: 20px;
    background-color: #03346f!important;
}

.card.bg-success .btn-light {
    font-weight: 600;
}

.card.bg-success .btn-light:hover {
    background: #fff;
    color: #198754;
}
/*----------------------------------------------- gallery css  ------------------------*/
.gallery-section {
         background: #f8fafc;
     }

     .gallery-badge {
         background: #e7f8f2;
         color: #03346f;
         padding: 8px 18px;
         border-radius: 50px;
         font-weight: 600;
     }

     .gallery-title {
         font-size: 42px;
         font-weight: 700;
         color: #000;
     }

     .gallery-title span {
         color: #10808e;
     }

     .gallery-card {
         border-radius: 18px;
         overflow: hidden;
         background: #fff;
         box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
         transition: .35s;
     }

     .gallery-card:hover {
         transform: translateY(-8px);
     }

     .gallery-link {
         display: block;
         position: relative;
     }

     .gallery-img {
         width: 100%;
         height: 240px;
         object-fit: cover;
         transition: .4s;
     }

     .gallery-card:hover .gallery-img {
         transform: scale(1.08);
     }

     .gallery-link::after {
         content: "";
         position: absolute;
         inset: 0;
         background: linear-gradient(to top, rgba(0, 0, 0, .55), transparent 55%);
     }

     .play-btn {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         width: 70px;
         height: 70px;
         background: #ff0000;
         color: #fff;
         border-radius: 50%;
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 34px;
         z-index: 2;
         transition: .3s;
     }

     .gallery-card:hover .play-btn {
         transform: translate(-50%, -50%) scale(1.12);
     }

     .gallery-type {
         position: absolute;
         bottom: 15px;
         left: 15px;
         background: rgba(255, 255, 255, .95);
         color: #222;
         padding: 5px 12px;
         border-radius: 30px;
         font-size: 13px;
         font-weight: 600;
         z-index: 2;
     }

     @media(max-width:768px) {

         .gallery-title {
             font-size: 30px;
         }

         .gallery-img {
             height: 170px;
         }

         .play-btn {
             width: 50px;
             height: 50px;
             font-size: 24px;
         }

     }
     
/*----------------------------------------------- testimonial css  ------------------------*/
#testimonial {
    background: #e4effb;
}

#testimonial .card {
    background: #f1f1f1;
}

.testimonial-carousel .owl-stage {
    display: flex;
}

.testimonial-carousel .owl-item {
    display: flex;
}

.testimonial-carousel .item {
    width: 100%;
    display: flex;
}

.testimonial-carousel .card {
    width: 100%;
    height: 100%;
}

#testimonial .rating {
    font-size: 10px;
}

/*----------------------------------------------- contact-section css  ------------------------*/
.contact-info {
    background: #f8fbfa;
}

.contact-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    transition: .4s;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.icon-box {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #10808e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto 20px;
    font-size: 28px;
}

.contact-main {
    background: #ffffff;
}

.contact-form-box {
    background: #fff;
    padding: 45px;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.section-tag {
    display: inline-block;
    background: #e9f7f4;
    color: #0d6b5d;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form-box .form-control {
    height: 55px;
    border-radius: 12px;
}

textarea.form-control {
    height: auto;
}

.form-control:focus {
    border-color: #0d6b5d;
    box-shadow: none;
}
.dropdown-item:hover {
    background: #10808e !important;
}
.btn-success {
    background: #10808e;
    border: none;
}
#blog h2 .text-success, 
#testimonial h2 .text-success,
#team h2 .text-success{
    
    color: #10808e!important;
}
#service .text-success,
#slider .text-success,
#blog .text-success,
#testimonial .text-success,
#team .text-success {
    color: #03346f !important;
}
#message .text-success {
    color: #03346f !important;
}
.btn-success:hover {
    background: #095145;
}

.map-box {
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}

.map-box iframe {
    width: 100%;
    height: 550px;
    border: 0;
}

.why-contact {
    background: #f7fbfa;
}

.feature-box {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    text-align: center;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.feature-box i {
    font-size: 40px;
    color: #0d6b5d;
    margin-bottom: 15px;
}

.feature-box:hover {
    transform: translateY(-8px);
}



/*----------------------------------------------- explore css  ------------------------*/
#explore {
    position: relative;
}

.explore-text-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}

#explore h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #7f97a1;
    text-transform: capitalize;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
    max-width: 700px;
}

/* Highlight second line */
#explore h2 span {
    color: #ffd700;
    /* gold highlight */
}


/*----------------------------------------------- blog css  ------------------------*/
.blog-box {
    background: #f1f1f1;
    border-radius: 20px;
}

/*----------------------------------------------- message css  ------------------------*/
#message .messageimg-box {
    position: relative;
}

#message .messageimg-box .info {
    position: absolute;
    bottom: -25px;
    width: 60%;
}

/*----------------------------------------------- footer css  ------------------------*/
.footer-section {
    background: #f0f6f7;
}

.footer-title {
    color: #005d59;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-links {
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #555;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: #00897b;
    padding-left: 6px;
}

.footer-section p {
    color: #555;
}

.footer-bottom {
    background: #03346f;
    border-top: 1px solid #ddd;
    color: #ffffff;
}

.footer-section .border-end {
    border-color: #e7e7e7 !important;
}

.footer-section .fa-whatsapp:hover {
    color: #25D366;
}

.footer-section .fa-facebook:hover {
    color: #1877F2;
}

.footer-section .fa-instagram:hover {
    color: #E4405F;
}

.footer-section .fa-youtube:hover {
    color: #FF0000;
}

.footer-section i {
    transition: .3s;
}

.footer-section i:hover {
    transform: scale(1.2);
}

/*----------------------------------------------- inner gallery css  ------------------------*/
#galleryspage #gallery::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 0px;
    background: url(../img/pattern.webp) repeat;
}

#galleryspage #gallery {
    background: #fff;
}

#galleryspage #gallery .image-gallery__col {
    position: relative;
}

#galleryspage #gallery .image-gallery__col .gallery_title {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: #fff0e3;
    padding: 2px 98px;
}

#galleryspage #gallery .image-gallery__col .gallery_title h2 {
    font-size: 20px;
}

/*----------------------------------------------- inner product css  ------------------------*/
#productpage #product {
    background: #fff;
}

#productpage #product::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 0px;
    background: url(../img/pattern.webp) repeat;
}

#productpage #product .card {
    box-shadow: 0px 0px 5px 0px;
}
.service-icon img {
    width: 45px;
    height: 45px;
}

/* Responsive */
@media (max-width: 768px) {
    #explore h2 {
        font-size: 15px;
    }

    #slider .owl-carousel .owl-item img {
        border-radius: 0px 0px 0px 0px;
    }

    #gallery .video-size {
        width: 405px;
        height: 250px;
        border-radius: 20px;
    }
}


.sticky-sidebar {
    position: sticky;
    top: 100px;
    /* Header ki height ke according adjust kare */
}

@media(max-width:991px) {
    .sticky-sidebar {
        position: static;
        top: auto;
        margin-top: 30px;
    }
}