/********** Template CSS **********/
:root {
    --primary: #1977cc;
    --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;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

.py-10 {
    padding-top: 13rem;
    padding-bottom: 13rem;
}

@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 {
    background: url(../img/hero6.jpg) top right no-repeat;
    background-size: cover;
} */

/* .hero-header {
    position: relative;
    overflow: hidden;
}

.hero-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/hero6.jpg) top right no-repeat;
    background-size: cover;
    opacity: 0.8;
    z-index: -1;
} */

.hero-header {
    position: relative;
    background: url(../img/hero6.jpg) top right no-repeat;
    background-size: cover;
    overflow: hidden;
}

.hero-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.137);
    /* 🖤 black transparent layer */
    z-index: 0;
}

/* Make sure content stays above overlay */
.hero-header>* {
    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: var(--primary);
    border-radius: 50%;
    transform: rotate(-14deg);
}

.service-item .service-icon img {
    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;
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}

.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;
}

.vamsa {
    color: #fd0d91;
}

.overview_logo {
    height: 80px;
}

.logo {
    height: 80px;
}

@media (max-width: 500px) {
    .logo {
        height: 50px;
    }

    .hero-header {
        background: url(../img/hero-mobile-6.jpg) top right no-repeat;
        background-size: cover;
        height: 100vh;

    }

    .mpb {
        padding-top: 13rem !important;
    }
}

body {
    background-color: #f8fafc;
}

.service-hero {
    background: linear-gradient(135deg, #e91e63, #f48fb1);
    color: white;
    padding: 80px 0;
}

.service-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: #fce4ec;
    color: #e91e63;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 15px;
}

.section-title {
    font-weight: 700;
    color: #e91e63;
}

.service-card h5 {
    font-weight: 600;
}

body {
    background: #f8fafc;
}

.hero-about {
    background: linear-gradient(135deg, #e91e63, #f8a1c4);
    color: white;
    padding: 90px 0;
}

.section-title {
    color: #e91e63;
    font-weight: 700;
}

.card-soft {
    border: none;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.card-soft:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.icon-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #fde7ef;
    color: #e91e63;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 15px;
}

.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.9s ease;
}

.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

.highlight-box {
    background: linear-gradient(135deg, #fff, #fff5f9);
    border-left: 6px solid #e91e63;
    padding: 25px;
    border-radius: 12px;
}

.timeline-step {
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
}

.timeline-step::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    background: #e91e63;
    color: white;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.why-box {
    background: white;
    border-radius: 18px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
}

.why-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.counter-section {
    background: linear-gradient(135deg, #e91e63, #f48fb1);
    color: white;
}

.counter-box {
    text-align: center;
    padding: 30px;
}

.counter-number {
    font-size: 48px;
    font-weight: 800;
}

body {
    background-color: #f6f8fb;
    font-family: Arial, sans-serif;
}

.hero {
    background: linear-gradient(135deg, #e91e63, #f48fb1);
    color: white;
    padding: 60px 20px;
    text-align: center;
}

.card-custom {
    border: none;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    padding: 30px;
    background: white;
}

.doctor-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 6px solid #fde2ec;
    object-fit: cover;
}

.badge-soft {
    background: #fde2ec;
    color: #e91e63;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 13px;
}

.timing-box {
    background: linear-gradient(135deg, #e91e63, #f48fb1);
    color: white;
    border-radius: 18px;
    padding: 30px;
    height: 100%;
}

.footer {
    background: #1b1f2a;
    color: #cfd8dc;
    padding: 60px 0 20px;
}

.footer h5 {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer a {
    color: #cfd8dc;
    text-decoration: none;
    transition: 0.3s;
}

.footer a:hover {
    color: #f48fb1;
}

.footer-logo {
    font-size: 26px;
    font-weight: bold;
    color: #f48fb1;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding-top: 15px;
    font-size: 14px;
}

.social-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: 0.3s;
}

.social-icon:hover {
    background: #f48fb1;
    color: #1b1f2a;
}