

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;

}


.hero h1 {
    font-size: 55px;
    font-weight: bold;

    .hero {
        background: #111;
    }

    .slider-img {
        max-height: 350px;
        animation: zoom 4s infinite;
    }

    h1 {
        color: white;
    }

    p {
        color: #f5f5f5;
    }

    color: #333;
}

.hero span {
    color: #d38b66;
}

.hero p {
    color: #555;
}

.btn-shop {
    background: #d38b66;
    color: white;
    padding: 12px 35px;
    border-radius: 30px;
}

.container1 {
    background: #caeccd;

}

#heroSlider {
    border-radius: 40px;
}

.row {
    border-radius: 10px;


}

.navbar {
    background:#caeccd;
}

.icon-box {
    width: 70px;
    height: 70px;
    background: #f5b6a5;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.card {
    border-radius: 15px;
    transition: .3s;
}

.card:hover {
    transform: translateY(-8px);
}

.btn-success {
    background: #f5b6a5;
    border: none;
}

.btn-success:hover {
    background: #e89c8a;
}

.doctor-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    gap: 25px;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    transition: .3s;
    height: 100%;
}

.doctor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, .15);
}

.doctor-card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.doctor-info h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
}

.doctor-info h6 {
    color: #0d6efd;
    font-weight: 600;
    margin-bottom: 15px;
}

.doctor-info p {
    color: #666;
    margin-bottom: 18px;
}

.social-icons a {
    color: #555;
    margin-right: 15px;
    font-size: 18px;
    transition: .3s;
}

.social-icons a:hover {
    color: #0d6efd;
}

@media(max-width:768px) {

    .doctor-card {
        flex-direction: column;
        text-align: center;
    }
}

.services {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #2e7d32;
}

.section-title p {
    max-width: 700px;
    margin: 15px auto 0;
    color: #666;
}

.service-card {
    background: #fff;
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    transition: .4s;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
}

.icon-box {
    width: 80px;
    height: 80px;
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.service-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.service-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

.whychoose {
    font-size: 2.6rem;
    padding-bottom: 70px;
}

.box4 {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.contact:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(11, 224, 7, 0.15);
}

.container {
    max-width: 100%;
}

.meditation-yoga:nth-child(even) {
  flex-direction: row-reverse;
}
    

