/* Container */
.about-area-modern {
    background: #f8f9fc;
    font-family: 'Poppins', sans-serif;
}

/* Tagline */
.about-tagline {
    display: block;
    font-weight: 500;
    color: #1a83a1;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/* Title */
.about-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #222;
}

/* Paragraph */
.about-content-modern p {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Button */
.btn-about {
    display: inline-block;
    background: #1a83a1;
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    margin-top: 20px;
}

.btn-about:hover {
    background: #1a83a1;
    transform: translateY(-3px);
}

/* Image Section */
.about-img-modern {
    position: relative;
}

.about-img-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease;
}

.about-img-wrapper:hover {
    transform: scale(1.05);
}

.about-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

/* Experience Badge */
.experience-badge {
    position: absolute;
    bottom: -20px;
    left: 20px;
    background: #1a83a1;
    color: #fff;
    padding: 20px 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.experience-badge h5 {
    font-size: 24px;
    color: white;
    margin: 0;
}

.experience-badge p {
    margin: 0;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
    .about-title {
        font-size: 28px;
    }

    .experience-badge {
        bottom: 15px;
        left: 15px;
        padding: 15px 20px;
    }
}

.unique-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    padding-bottom: 15px;
    height: 450px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transition: 0.4s ease;
    position: relative;
    transform-style: preserve-3d;
}

.unique-card:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.card-top {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.card-top img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 12px;
    transform: rotate(-3deg) scale(1.08);
    transition: 0.4s ease;
}

.unique-card:hover .card-top img {
    transform: rotate(0deg) scale(1.15);
}

.badge-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #1a83a1;
    color: #fff;
    width: 38px;
    height: 38px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(255, 62, 133, 0.4);
}

.card-content {
    padding: 18px;
    text-align: left;
}

.card-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.card-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.5;
}

.btn-card {
    margin-top: 12px;
    display: inline-block;
    padding: 6px 14px;
    font-size: 14px;
    background: #1a83a1;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-card:hover {
    background: #1a83a1;
    transform: translateX(5px);
}



            .counter-area-modern {
                background: #1a83a1;
                font-family: 'Poppins', sans-serif;
            }

            .counter-box-modern {
                background: #fff;
                border-radius: 20px;
                padding: 40px 20px;
                text-align: center;
                box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
                transition: 0.4s;
            }

            .counter-box-modern:hover {
                transform: translateY(-8px);
                box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
            }

            .counter-icon {
                font-size: 40px;
                color: #1a83a1;
                margin-bottom: 15px;
                transition: 0.3s;
            }

            .counter-box-modern:hover .counter-icon {
                color: #1a83a1;
            }

            .counter-number {
                font-size: 36px;
                font-weight: 700;
                background: linear-gradient(90deg, #1a83a1, #135264);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                margin-bottom: 10px;
            }

            .counter-title {
                font-size: 16px;
                font-weight: 500;
                color: #555;
            }

            /* Responsive */
            @media (max-width: 991px) {
                .counter-box-modern {
                    padding: 30px 15px;
                }

                .counter-number {
                    font-size: 30px;
                }
            }
   
    .doctors-section {
        padding: 100px 0;
        background: #ffffff;
    }
    .doctor-card {
        background: #fff;
        border-radius: 18px;
        padding: 30px;
        text-align: center;
        box-shadow: 0 6px 20px rgba(0,0,0,0.08);
        transition: 0.3s;
        border: 1px solid #eef2f7;
    }
    .doctor-card:hover {
            border: 2px solid #e3872d;
        transform: translateY(-8px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    }
    .doctor-icon {
        font-size: 60px;
        color: #00779c;
        margin-bottom: 15px;
    }
    .doctor-name {
        font-size: 22px;
        font-weight: 700;
        color: #111;
        margin-bottom: 5px;
    }
    .doctor-speciality {
        font-size: 15px;
        font-weight: 600;
        color: #00779c;
        margin-bottom: 10px;
    }
    .doctor-qualification {
        font-size: 14px;
        color: #444;
        margin-bottom: 8px;
    }
    .doctor-exp {
        font-size: 14px;
        font-weight: 600;
        color: #111;
    }
    .doctors-title span {
        color: #00779c;
        font-weight: 700;
    }

            .choose-area-modern {
                background: #f8f9fc;
                font-family: 'Poppins', sans-serif;
            }

            .choose-title {
                font-size: 32px;
                font-weight: 700;
                margin-bottom: 30px;
                color: #222;
            }

            .choose-title .dancing-script {
                color: #1a83a1;
            }

            .choose-list {
                list-style: none;
                padding: 0;
                margin: 0;
            }

            .choose-list li {
                background: #fff;
                border-radius: 15px;
                padding: 15px 20px;
                margin-bottom: 15px;
                /* display: flex;
                align-items: flex-start; */
                gap: 15px;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
                transition: transform 0.3s, box-shadow 0.3s;
            }

            .choose-list li i {
                font-size: 22px;
                color: #1a83a1;
                margin-top: 3px;
                flex-shrink: 0;
            }

            .choose-list li strong {
                color: #222;
            }

            .choose-list li:hover {
                transform: translateY(-5px);
                box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
            }

            .choose-img-modern img {
                border-radius: 20px;
                box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
                transition: transform 0.3s ease;
            }

            .choose-img-modern img:hover {
                transform: scale(1.05);
            }

            /* Responsive */
            @media (max-width: 991px) {
                .choose-title {
                    font-size: 28px;
                }

                .choose-list li {
                    padding: 12px 15px;
                }
            }

            .testimonial-area-modern {
                background: #f7f9fc;
                padding: 80px 0;
                margin-top: -50px;
            }

            .testimonial-heading span {
                /* font-size: 16px; */
                font-weight: 600;
                color: #00779c;

                letter-spacing: 1px;
            }

            .testimonial-heading h2 {
                font-size: 36px;
                font-weight: 700;
                color: #111;
                margin-top: 10px;
            }

            .testimonial-heading h2 span {
                color: #00779c;
            }

            .testimonial-single-modern {
                background: rgba(255, 255, 255, 0.85);
                border-radius: 20px;
                padding: 35px;
                margin: 20px;
                backdrop-filter: blur(12px);
                -webkit-backdrop-filter: blur(12px);
                box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
                border: 1px solid rgba(255, 255, 255, 0.3);
                transition: all 0.3s ease-in-out;
            }

            .testimonial-single-modern:hover {
                transform: translateY(-8px);
                box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
            }

            .testimonial-quote-icon-modern {
                font-size: 50px;
                color: #00779c;
                opacity: 0.3;
                margin-bottom: 15px;
                display: block;
            }

            .testimonial-single-modern p {
                font-size: 16px;
                color: #444;
                line-height: 1.7;
                margin-bottom: 25px;
            }

            .testimonial-author-modern {
                display: flex;
                align-items: center;
                gap: 15px;
            }

            .testimonial-author-modern img {
                width: 42px;
                height: 42px;
                border-radius: 6px;
            }

            .testimonial-author-modern h4 {
                font-size: 18px;
                font-weight: 700;
                margin: 0;
                color: #111;
            }

            .testimonial-rate-modern i {
                color: #f7c30f;
                margin-right: 3px;
            }
     
        /* Mobile Bottom Nav */
        .mobile-bottom-nav {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: #fff;
            display: flex;
            justify-content: space-around;
            align-items: center;
            border-top: 1px solid #ddd;
            box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
            z-index: 1000;
        }

        .mobile-bottom-nav .nav-item {
            flex: 1;
            text-align: center;
            padding: 10px 0;
            font-size: 13px;
            font-weight: 600;
            color: #333;
            text-decoration: none;
        }

        .mobile-bottom-nav .nav-item i {
            display: block;
            font-size: 18px;
            margin-bottom: 2px;
        }

        /* Icon Colors */
        .mobile-bottom-nav .fa-envelope {
            color: #d4af37;
        }

        /* Gold */
        .mobile-bottom-nav .fa-phone {
            color: #d61349;
        }

        /* Red */
        .mobile-bottom-nav .fa-whatsapp {
            color: #25D366;
        }


                .gallery-img {
                    cursor: pointer;
                    transition: transform 0.3s ease, box-shadow 0.3s ease;
                }

                .gallery-img:hover {
                    transform: scale(1.03);
                    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
                }

                /* Overlay styling */
                .image-overlay {
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0, 0.8);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    visibility: hidden;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                    z-index: 9999;
                }

                .image-overlay img {
                    max-width: 90%;
                    max-height: 90%;
                    border-radius: 10px;
                    box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
                    transform: scale(0.9);
                    transition: transform 0.3s ease;
                }

                .image-overlay.active {
                    visibility: visible;
                    opacity: 1;
                }

                .image-overlay.active img {
                    transform: scale(1);
                }
         
  