* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Red Hat Display", sans-serif;
    /* background-color: hwb(44 9% 12% / 0.949); */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 600;
}

p {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
}

a {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
}

.custom-header {
    /* border-bottom: 3px solid #007273; */
    /* Thin green line at bottom */
    background-color: #fff;
    padding: 10px 0;
}

.navbar-nav {
    gap: 2rem;
    margin: 0 auto;
}

.navbar .nav-link {
    font-weight: 600;
    color: #333;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: #fdc732;
}

.btn-special {
    background-color: #ffc31ee0;
    color: #050505;
    font-weight: 600;
    border-radius: 20px;
    padding: 8px 20px;
}

.navbar-brand img {
    height: 60px;
}

@media (max-width: 992px) {
    .navbar-collapse {
        text-align: center;
    }

    .navbar-nav {
        margin: 1rem 0;
    }

    .btn-special {
        margin-top: 10px;
    }
}

.hero-section {
    background: #fec833f2;
    padding: 60px 0;
    border-radius: 30px;
}

.badge-custom {
    background-color: #e6f4ff;
    color: #0a558c;
    font-weight: 600;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #00324d;
}

.rating-box {
    background: white;
    border-radius: 15px;
    padding: 10px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.rating-box img {
    width: 25px;
    margin-right: 8px;
}

.btn-custom {
    background-color: #ffffff;
    color: #000000;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
}

.btn-custom:hover {
    background-color: #007e84;
}

.stats-section {
    padding: 60px 20px;
    background-color: #ffffff;
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.stats-card {
    background-color: #f2b2006b;
    border-radius: 20px;
    flex: 1 1 calc(25% - 20px);
    min-width: 250px;
    padding: 30px 20px;
    text-align: center;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.btn-special:hover {
    background-color: #cccccc;
    color: #fff;
}

.stats-card:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-size: 34px;
    font-weight: 700;
    color: #0b3250;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}

.stat-icon {
    width: 40px;
    margin: 10px 0;
}

.stat-link {
    font-size: 15px;
    font-weight: 600;
    color: #00a3ad;
    text-decoration: none;
}

.stat-link:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
    .stats-container {
        flex-direction: column;
        align-items: center;
    }

    .stats-card {
        width: 100%;
        max-width: 400px;
    }
}

.stats-card img {
    width: 100px;
}

/* ABOUT US SECTION START */
.about-section {
    padding: 60px 0;
}

.about-title {
    font-weight: 800;
    font-size: 2.8rem;
    color: #1d1d4f;
}

.degree {
    font-size: 1.25rem;
    color: #4d4d4d;
}

.degree i {
    color: #00bcd4;
    margin-right: 10px;
}

.about-text {
    font-size: 1.1rem;
    color: #222;
    line-height: 1.8;
}

.learn-btn {
    margin-top: 30px;
    background-color: #f4cd63;
    border: none;
    padding: 12px 25px;
    border-radius: 15px;
    color: #604c13;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

.learn-btn:hover {
    background-color: #fdc732;
    color: #fff;
}

.about-image img {
    border-radius: 30px;
    object-fit: cover;
    width: 100%;
}



/* 
SERVICES SECTION CSS START HERE */
.services-section {
    padding: 60px 0;
}

.services-section h2 {
    margin: 20px 0px;
    font-size: 40px;
}

.custom-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    font-family: Arial, sans-serif;
    background-color: white;
    padding: 15px;
    margin-top: 20px;
}

.custom-card img {
    border-radius: 14px;
    margin-bottom: 12px;
    height: 120px;
    object-fit: cover;
}

.custom-card .card-img-top {
    border-radius: 15px 15px 0 0;
}

.custom-card h3 {
    font-size: 18px;
    margin: 15px 0px;
    font-weight: 600;
    text-align: center;


}

.custom-card a {
    text-decoration: none;
    color: #000000;
}

.custom-btn {
    background-color: #edaf049e;
    color: #00a0c6;
    padding: 5px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border-top: 1px solid #c0e6ef;
    transition: background-color 0.3s ease;
    border-radius: 0 0 15px 15px;

}

.custom-btn:hover {
    background-color: #cccccc;
    color: #000;
}

.arrow {
    font-size: 18px;
}

.section-desc {
    max-width: 700px;
    width: 693px;
    text-align: center;
    margin: auto;
    margin: 20px auto;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
}

.serv-btn button {
    margin-top: 30px;
    background-color: #f4cd63;
    border: none;
    padding: 12px 25px;
    border-radius: 15px;
    color: #604c13;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    width: 200px !important;
}

/* TESTIMONIAL section START */
.testimonial-section {
    padding: 60px 15px;
    text-align: center;
}

.testimonial-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1b2c4f;
    margin-bottom: 20px;
}

.testimonial-section p {
    color: #1b2c4f;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 30px;
}

.testimonial-section .btn-primary {
    background-color: #f4cd63;
    border: none;
    padding: 10px 30px;
    font-size: 1rem;
    border-radius: 25px;
    font-weight: 500;
}

.testimonial-card {
    background-color: #e9edf3;
    border-radius: 20px;
    padding: 25px;
    height: 100%;
    border: 1px solid #e0e6ed;
    text-align: left;
    margin: 15px;
}

.testimonial-card i.fa-star {
    color: #f4cd63;
}

.testimonial-text {
    font-style: italic;
    color: #1b2c4f;
    margin: 15px 0;
    font-size: 1rem;
}

.testimonial-author {
    font-weight: bold;
    color: #1b2c4f;
}

.owl-nav button {
    position: absolute;
    top: 35%;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #f4cd63;
}

.owl-nav .owl-prev {
    left: -35px;
}

.owl-nav .owl-next {
    right: -35px;
}

@media (max-width: 767px) {
    .owl-nav button {
        top: 40%;
        font-size: 1.5rem;
    }

    .owl-nav .owl-prev {
        left: -20px;
    }

    .owl-nav .owl-next {
        right: -20px;
    }
}

/* FOOTER SECTION START HERE */
.custom-footer {
    background-color: #fec833f2;
    color: #000;
    padding: 50px 20px 20px;
}

.custom-footer h5 {
    font-weight: 700;
    margin-bottom: 20px;
}

.custom-footer p,
.custom-footer a {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    text-decoration: none;
}

.custom-footer i {
    margin-right: 10px;
    color: #000000;
    ;
}

.read-more-btn {
    background-color: #e63946;
    color: white;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    margin-top: 20px;
}

.read-more-btn:hover {
    background-color: #c92c3b;
}

.footer-bottom {
    border-top: 1px solid #999;
    margin-top: 40px;
    padding-top: 15px;
    text-align: center;
    font-size: 15px;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.social-icons a {
    background-color: #ffebed;
    color: white;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    width: 40px;
    height: 40px;
}

.social-icons a:hover {
    background-color: #cccccc;
    color: #fec833f2;

}

@media (max-width: 767px) {
    .social-icons {
        justify-content: center;
        margin-top: 30px;
    }
}

.iframe {
    border-radius: 20px;
}

.custom-footer ul {
    list-style: none;
    padding: 0;
}

.about-banner {
    background-color: #fdc732;
    color: #fdc732;
    font-weight: 500;
    border: none;
    border-radius: 15px;
    padding: 12px 25px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    width: 100%;
}

.about-banner .content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #03252e;
}

.about-banner .content p {
    font-size: 1.1rem;
    color: #000;
    margin-bottom: 30px;
}

.about-banner .btn-custom {
    background-color: #8c9192;
    color: #fdc732;
    font-weight: 500;
    border: none;
    border-radius: 15px;
    padding: 12px 25px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.about-banner .btn-custom i {
    font-size: 18px;
}

.about-banner .doctor-img {
    max-height: 420px;
    width: auto;
}

.rating-badge {
    position: absolute;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.google-rating {
    top: 50px;
    right: 180px;
}

.star-rating {
    bottom: 50px;
    right: 140px;
}

@media (max-width: 768px) {
    .about-banner {
        text-align: center;
    }

    .google-rating,
    .star-rating {
        position: static;
        display: inline-flex;
        margin: 10px auto;
    }

    .about-banner .doctor-img {
        margin-top: 30px;
        max-height: 350px;
    }
}

.our-vision-card h3 {
    color: #000000;
    font-size: 25px;
}

.our-vision-card p {
    color: #000000;
    font-size: 18px;
}

.our-mission-card h3 {
    color: #000000;
    font-size: 25px;
}

.our-mission-card p {
    color: #000000;
    font-size: 18px;
}

.blog-card {
    border: none;
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: transform 0.3s ease;
    height: 100%;
    border-radius: 8px;

}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-img {
    width: 100%;
    height: 220px;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
    border-radius: 20px;
}

.blog-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 15px;
}

.blog-text {
    color: #444;
    font-size: 0.95rem;
}

.read-more {
    color: #fecb3d;
    font-weight: 500;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

.map-sec iframe {
    width: 100%;
    height: 450px;
}

.contact-section {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.contact-heading {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    color: #03252e;
}

.info-cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.info-card {
    flex: 1;
    min-width: 280px;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    text-align: center;
    transition: transform 0.3s ease;
    animation: slideUp 0.6s ease forwards;
}

.info-card:hover {
    transform: translateY(-10px);
}

.info-card i {
    font-size: 2rem;
    color: #fdc732;
    margin-bottom: 10px;
}

.info-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.info-text {
    font-size: 1rem;
}

.form-wrapper {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.form-btn {
    display: inline-block;
    padding: 10px 30px;
    font-size: 1rem;
    background-color: #03252e;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

.form-btn:hover {
    background-color: #fdc732;
    color: #03252e;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .info-cards-container {
        flex-direction: column;
    }
}

.gallery-section {
    padding: 60px 20px;
    background-color: #f8f9fa;
}

.gallery-title {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 2rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fdc732;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.gallery-item:hover .gallery-img {
    transform: scale(1.05);
}

.gallery-item:hover .gallery-overlay {
    opacity: 0.5;
}

/* Hero Banner */
.breadcumb-hero-banner {
    background-size: cover;
    height: 280px;
    position: relative;
}

/* .breadcumb-hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 202 57 / 11%);
    z-index: 1;
} */

.breadcrumb-path {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Sidebar Links */
.list-group-item.active {
    background-color: #ffca39;
    border-color: #ffca39;
    color: #fff;
}

.list-group-item {
    background-color: #cccccc;
}

/* Visit Card */
.card-title {
    color: #ffca39;
}

.list-group-item:hover {
    background-color: #ffca39;
    border-bottom: 1px solid #ffca39;
    color: #fff;
}

.doctor-time {
    font-size: 0.9rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .iframe {
        border-radius: 20px;
        width: 100%;
    }

    .section-desc {
        width: 100%;
    }

    .custom-card {
        border: none;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        font-family: Arial, sans-serif;
        background-color: white;
        padding: 15px;
        margin-top: 20px;
        height: 260px;
    }

    .custom-card h3 {
        font-size: 12px;
        margin: 15px 0px;
        font-weight: 600;
        text-align: center;
    }
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 85px;
    background-color: #72726e;
}

.btn-floating.phone:hover {
    background-color: #fecb3d;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #72726e;
    bottom: 25px;
}

.btn-floating.whatsapp:hover {
    background-color: #fecb3d;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}