body {
    padding-top: 95px; /* Navbar ki height ke according adjust karein */
}

/* Global Styles */
.btn-appointment {
    background: linear-gradient(135deg, #ef5491 0%, #d9437e 100%);
    color: #fff;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(239, 84, 145, 0.3);
}

.btn-appointment:hover {
    background: linear-gradient(135deg, #d9437e 0%, #c23567 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(239, 84, 145, 0.4);
}

.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ef5491 0%, #d9437e 100%);
    color: white;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(239, 84, 145, 0.25);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #333;
    /* margin-bottom: 15px; */
}

.section-description {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto 20px;
}

/* Banner Carousel */
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

.carousel-inner {
    position: relative;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    z-index: 1;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators button.active {
    background-color: #ef5491;
}

/* CTA Banner */
.cta-banner {
    background: linear-gradient(135deg, #ef5491 0%, #d9437e 100%);
    padding: 30px 0;
    box-shadow: 0 10px 40px rgba(239, 84, 145, 0.3);
}

.cta-content {
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
}

.cta-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cta-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: white;
}

.cta-phone {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0;
    color: white;
    letter-spacing: 1px;
}

.btn-cta {
    background: white;
    color: #ef5491;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.btn-cta:hover {
    background: #fff;
    color: #d9437e;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

/* About Section */
.about-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #fff 0%, #fff5f9 100%);
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, rgba(239, 84, 145, 0.05), rgba(217, 67, 126, 0.05));
    border-radius: 50%;
    z-index: 0;
}

.about-image-wrapper {
    position: relative;
    z-index: 2;
}

.image-decoration-circle {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ef5491 0%, #d9437e 100%);
    border-radius: 50%;
    opacity: 0.1;
    animation: pulse-circle 3s ease-in-out infinite;
}

@keyframes pulse-circle {

    0%,
    100% {
        transform: scale(0.95);
    }

    50% {
        transform: scale(1.05);
    }
}

.about-doctor-img {
    position: relative;
    z-index: 2;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(239, 84, 145, 0.3);
}

.experience-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #ef5491 0%, #d9437e 100%);
    color: white;
    padding: 20px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(239, 84, 145, 0.4);
    z-index: 3;
}

.experience-badge h3 {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0;
    line-height: 1;
}

.experience-badge p {
    font-size: 0.9rem;
    margin: 5px 0 0;
    font-weight: 600;
}

.about-content {
    position: relative;
    z-index: 2;
}

.about-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ef5491 0%, #d9437e 100%);
    color: white;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-title {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ef5491 0%, #d9437e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.about-subtitle {
    font-size: 1.3rem;
    color: #666;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-description {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
}

.about-highlights {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #555;
    font-size: 1rem;
}

.highlight-item svg {
    color: #ef5491;
    flex-shrink: 0;
}

.btn-about {
    background: linear-gradient(135deg, #ef5491 0%, #d9437e 100%);
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-about:hover {
    background: linear-gradient(135deg, #d9437e 0%, #c23567 100%);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(239, 84, 145, 0.4);
}

/* Treatment Section */
.treatment-section {
    padding: 100px 0;
    background: white;
}

.treatment-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.treatment-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(239, 84, 145, 0.2);
}

.treatment-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.treatment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.treatment-card:hover .treatment-image img {
    transform: scale(1.1);
}

.treatment-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(239, 84, 145, 0.3));
}

.treatment-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.treatment-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #ef5491 0%, #d9437e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.treatment-description {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
    flex: 1;
}

.btn-treatment {
    background: linear-gradient(135deg, #ef5491 0%, #d9437e 100%);
    color: white;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    transition: all 0.3s ease;
}

.btn-treatment:hover {
    background: linear-gradient(135deg, #d9437e 0%, #c23567 100%);
    color: white;
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(239, 84, 145, 0.3);
}

/* Video Section */
.video-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
}

.video-card {
    background: white;
    padding: 12px;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    overflow: hidden;
}

.video-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(239, 84, 145, 0.2);
}

.video-card iframe {
    border-radius: 12px;
    border: none;
}

/* Footer Section */
.footer-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #000 100%);
    color: #cfcfcf;
    padding: 80px 0 40px;
    position: relative;
}

.footer-about p {
    font-size: 0.95rem;
    line-height: 1.8;
}

.footer-title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, #ef5491 0%, #d9437e 100%);
    border-radius: 2px;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.footer-links a {
    color: #cfcfcf;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 15px;
}

.footer-links a::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #ef5491;
    font-weight: bold;
}

.footer-links a:hover {
    color: #ef5491;
    padding-left: 20px;
}

.footer-contact i {
    color: #ef5491;
    margin-right: 10px;
    width: 20px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: linear-gradient(135deg, #ef5491 0%, #d9437e 100%);
    transform: translateY(-3px);
}

.footer-bottom {
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    font-size: 0.9rem;
    color: #999;
    text-align: center;
}

/* Floating Call Button */
.call-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #7ac943 0%, #5da834 100%);
    color: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(122, 201, 67, 0.4);
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    animation: pulse-button 2s infinite;
}

/* contact */
.contact-details-container {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}


.icon-box {
    width: 45px;
    height: 45px;
    min-width: 45px;   /* 👈 important */
    min-height: 45px;  /* 👈 important */
    background: #ff6b9d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;    /* 👈 icon ko dabne se rokta hai */
}

/* contact */


@keyframes pulse-button {

    0%,
    100% {
        box-shadow: 0 10px 30px rgba(122, 201, 67, 0.4);
    }

    50% {
        box-shadow: 0 10px 40px rgba(122, 201, 67, 0.6);
    }
}

.call-btn:hover {
    background: linear-gradient(135deg, #5da834 0%, #4a8829 100%);
    color: white;
    transform: translateY(-3px);
}

.call-btn i {
    font-size: 1.2rem;
}

/* Responsive Design */
@media (max-width: 991px) {
    .section-title {
        font-size: 2rem;
    }

    .about-title {
        font-size: 2.5rem;
    }

    .about-section {
        padding: 80px 0;
    }

    .treatment-section,
    .video-section {
        padding: 80px 0;
    }

    .experience-badge {
        bottom: 20px;
        right: 20px;
        padding: 15px 20px;
    }

    .experience-badge h3 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .cta-banner {
        padding: 25px 0;
    }

    .cta-content {
        flex-direction: column;
        text-align: center;
    }

    .cta-phone {
        font-size: 1.5rem;
    }

    .btn-cta {
        width: 100%;
        justify-content: center;
    }

    .about-title {
        font-size: 2rem;
    }

    .about-subtitle {
        font-size: 1.1rem;
    }

    .about-description {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .treatment-image {
        height: 220px;
    }

    .experience-badge {
        position: static;
        display: inline-block;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {

    .about-section,
    .treatment-section,
    .video-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .about-title {
        font-size: 1.75rem;
    }

    .treatment-title {
        font-size: 1.2rem;
    }

    .call-btn {
        bottom: 20px;
        right: 20px;
        padding: 12px 20px;
        font-size: 0.9rem;
    }
}