:root {
    --primary-blue: #1F3A5F;
    --secondary-blue: #3A6EA5;
    --kidney-red: #8B2E2E;
    --kidney-light: #C97A6B;
    --artery-red: #D63C3C;
    --vein-blue: #2F6FB5;
    --background: #FFFFFF;
}

body {
    padding-top: 90px;
    font-family: 'Lato', sans-serif;
}



.logo {
    height: 240px;
    margin-left: -50px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.navbar {
    z-index: 999;
    height: 100px;
}

.nav-link {
    color: var(--primary-blue);
    font-weight: 500;
    position: relative;
}

a.nav-link {
    font-weight: 700;
}

@media (min-width: 992px) {
    .nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 0;
        height: 2px;
        background: var(--artery-red);
        transition: 0.3s;
    }

    .nav-link:hover::after,
    .nav-link.active::after {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .nav-link::after {
        display: none;
    }
}

.nav-link:hover,
.nav-link.active {
    color: var(--artery-red);
}

.appoint-btn {
    background: var(--kidney-red);
    color: #fff;
    border-radius: 30px;
    padding: 10px 22px;
    margin-top: 0px;
    margin-bottom: 24px;
}

a {
    text-decoration: none !important;
}
.appoint-btn:hover {
    background: #1F3A5F;
    color: #FFFFFF;
}

.services-menu {
    display: none;
}

/* DESKTOP */
@media (min-width: 992px) {

    .services-dropdown {
        position: relative;
        padding-bottom: 20px;
    }

    .services-menu {
        position: absolute;
        top: 133%;
        left: 180%;
        transform: translateX(-50%);
        width: 1100px;
        background: #fff;
        border-radius: 15px;
        padding: 25px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .services-dropdown.open .services-menu {
        display: block;
    }
}

.service-item {
    display: block;
    padding: 14px 0;
    color: var(--primary-blue);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 16px;
}

.service-item:hover {
    color: var(--artery-red);
    padding-left: 6px;
}

@media (max-width: 991px) {

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 75%;
        height: 100%;
        background: #fff;
        padding: 20px;
        transition: 0.3s;
        z-index: 9999;
        overflow-y: auto;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .desktop-btn {
        display: none;
    }

    .services-menu {
        position: static;
        width: 100%;
        display: none;
        max-height: 220px;
        overflow-y: auto;
        padding: 10px;
        border: 1px solid #eee;
        border-radius: 10px;
    }

    .services-dropdown.open .services-menu {
        display: block;
    }

    .services-menu .col-md-3 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .logo {
        height: 185px;
        margin-left: -16px;
        margin-top: -74px;
    }

    button.navbar-toggler {
        margin-top: -72px;
        margin-right: 45px;
    }

    .navbar {
        z-index: 999;
        height: 87px;
    }
}

/* ===== HERO SLIDER ===== */
.hero-slider {
    position: relative;
}

.hero-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.mobile-img {
    display: none;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;

}

.hero-content {
    max-width: 600px;
    color: #fff;
    padding-top: 90px;
    padding-left: 35px;
    pointer-events: auto;
    user-select: text;
    z-index: 2;
    position: relative;


}

.hero-content h5 {
    color: #d63c3c;
    margin-bottom: 10px;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
}

.hero-content p {
    margin-top: 10px;
    font-size: 16px;
}

.hero-reviews {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 25px;
}

.glass-box {
    background: rgb(255 255 255 / 99%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 15px;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
}

.hero-reviews {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}


.review-item img {
    height: 60px;
    margin-bottom: 5px;
}

.review-item p {
    color: #fff;
    font-size: 13px;
    margin-top: 5px;
}

.doctor-badge {
    display: inline-block;
    background: #fff;
    color: var(--kidney-red);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {

    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }

    .hero-img {
        height: 500px;
    }

    .hero-content {
        text-align: left;
        padding: 30px 0px 0;
    }

    .hero-content h1 {
        font-size: 26px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .hero-reviews {
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
    }

    .review-item img {
        height: 35px;
    }

    .review-item p {
        font-size: 12px;
    }
}

.swiper-button-prev,
.swiper-button-next {
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    color: #fff;
}

/* ICON SIZE */
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 18px;
}

/* HOVER EFFECT */
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #d63c3c;
}

.hero-content,
.hero-content * {
    user-select: text !important;
    -webkit-user-select: text !important;
}

@media (max-width: 768px) {

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

/* ===== SECTION ===== */
.stats-section {
    background: #ffffff;
    padding: 40px 0;
}

.stat-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    border: 2px solid #d63c3c;
    transition: 0.3s;
    cursor: pointer;
}

.icon-box {
    width: 65px;
    height: 65px;
    /* background: rgba(214, 60, 60, 0.1); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

/* ICON */
.icon-box img {
    width: 35px;
    transition: 0.3s;
}

.stat-text h4 {
    margin: 0;
    font-weight: 700;
    color: #1f3a5f;
}

.stat-text p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.stat-card:hover {
    background: #1f3a5f;
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-color: #1f3a5f;
}

.stat-card:hover .icon-box {
    background: #fff;
}

.stat-card:hover h4,
.stat-card:hover p {
    color: #fff;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

    .stat-card {
        padding: 18px;
        gap: 15px;
    }

    .icon-box {
        width: 50px;
        height: 50px;
    }

    .icon-box img {
        width: 28px;
    }

    .stat-text h4 {
        font-size: 18px;
    }

    .stat-text p {
        font-size: 13px;
    }
}

/* ===== SECTION ===== */
.about-dr {
    padding: 70px 0;
    background: #ffffff;
}

/* ===== IMAGE ===== */
.about-img {
    position: relative;
}

.about-img img {
    width: 100%;
    border-radius: 20px;
}

.exp-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #1f3a5f;
    color: #fff;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: floatY 4s ease-in-out infinite;
}

/* Fold effect */
.exp-badge::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 20px;
    width: 30px;
    height: 30px;
    /* background: #b52d2d; */
    transform: rotate(45deg);
    border-radius: 4px;
}

.exp-badge h3 {
    font-size: 32px;
    margin: 0;
    font-weight: 700;
}

.exp-badge p {
    font-size: 13px;
    margin: 0;
}

@keyframes floatY {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0px);
    }
}

.about-content {
    padding-left: 30px;
}

.about-content h5 {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 8px;
    text-transform: uppercase;
}

.about-content h5 span {
    color: var(--primary-blue);
}

.about-content h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
}

.about-content h2 span {
    color: var(--primary-blue);
}

.about-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0;
    text-align: justify;
}

.about-list {
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
}

.about-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
}

.about-list i {
    /* background: rgba(214, 60, 60, 0.1); */
    color: #fbfbfb;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 10px;
    background: #1f3a5f;
}

/* ===== BUTTON ===== */
.about-btn {
    display: inline-block;
    margin-top: 25px;

    background: var(--primary-blue);
    color: #fff;

    padding: 12px 28px;
    border-radius: 30px;

    text-decoration: none;
    font-weight: 600;

    transition: 0.3s;
}

.about-btn:hover {
    background: var(--artery-red);
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {

    .about-content {
        padding-left: 0;
        margin-top: 25px;
    }

    .about-content h2 {
        font-size: 28px;
    }

    .about-content p {
        text-align: justify;
        line-height: 1.8;
    }


    .about-list li {
        text-align: justify;
    }

    .exp-badge {
        width: 100px;
        height: 100px;
        bottom: 15px;
        right: 15px;
    }

    .exp-badge h3 {
        font-size: 20px;
    }
}


/* ===== SECTION ===== */
.uro-services {
    padding: 70px 0;
    background: #f5f7fb;
}

.section-title h2 {
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 40px;
}

.uro-card {
    display: block;
    background: #fff;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #eee;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);

    transition: all 0.3s ease;
}

.uro-card .icon img {
    width: 60px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.uro-card h4 {
    color: var(--primary-blue);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}

.uro-card p {
    font-size: 14px;
    color: #666;
}

/* ===== HOVER EFFECT ===== */
.uro-card:hover {
    transform: translateY(-10px);

    border: 2px solid var(--kidney-red);

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* ICON HOVER */
.uro-card:hover .icon img {
    transform: scale(1.1);
}

/* TEXT COLOR */
.uro-card:hover h4 {
    color: var(--kidney-red);
}

/* ===== VIEW MORE BUTTON ===== */
.view-more-wrapper {
    text-align: center;
    margin-top: 40px;
}

.view-more-btn {
    display: inline-block;

    background: var(--primary-blue);
    color: #fff;

    padding: 12px 28px;
    border-radius: 50px;
    /* full rounded */

    font-weight: 600;
    text-decoration: none;

    transition: 0.3s;
}

/* HOVER */
.view-more-btn:hover {
    background: var(--kidney-red);
    color: #fff;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

    .uro-card {
        padding: 25px 15px;
    }

    .uro-card h4 {
        font-size: 16px;
    }

    .uro-card p {
        font-size: 13px;
    }

    .view-more-btn {
        padding: 12px 28px;
        font-size: 14px;
    }
}

/* SECTION */
.membership-section {
    padding: 60px 0;
    background: #fff;

}

.membership-title {
    font-size: 35px;
    font-weight: 700;
    color: #1f3a5f;
    margin-bottom: 40px;
}


.membership-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 20px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.membership-card img {
    max-height: 60px;
}

.membership-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;

}

.membership-slider {
    display: none;

}

@media(max-width:991px) {
    .membership-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}


@media(max-width:576px) {
    .membership-grid {
        display: none;
    }

    .membership-slider {
        display: block;
        overflow: hidden;
    }

    .membership-track {
        display: flex;
        gap: 15px;
        width: max-content;
        animation: scrollMembership 25s linear infinite;
    }

    .membership-card {
        min-width: 130px;
        height: 85px;
        padding: 15px;

    }

    .membership-card img {
        max-height: 45px;
    }

}


/* INFINITE SMOOTH SCROLL */
@keyframes scrollMembership {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}

/* About Section */
.about-section {
    padding: 80px 0;
    background: #f4f5f7;
    overflow: hidden;
}

.about-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 60px;
}

.about-small {
    color: #7a2d91;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 16px;
}

.about-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 18px;
    line-height: 1.8;
    text-align: justify;

}

.about-btn {
    display: inline-block;
    margin-top: 15px;
    background: linear-gradient(135deg, #1F3A5F, #1F3A5F);
    color: #fff;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
}

.about-images {
    position: relative;
    padding-left: 60px;
}

.about-img-big {
    position: relative;
    z-index: 1;
}

.about-img-big img {
    width: 100%;
    border-radius: 40px;
}

.about-img-small {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 55%;
    z-index: 2;
}

.about-img-small img {
    width: 100%;
    border-radius: 30px;
    border: 8px solid #fff;
}

.about-badge {
    position: absolute;
    top: 80px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: #1f3a5f;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.about-badge span {
    font-size: 28px;
    font-weight: 700;
}

.about-badge p {
    margin: 0;
    font-size: 14px;
}

@media(max-width:991px) {

    .about-wrapper {
        grid-template-columns: 1fr;
    }

    .about-images {
        margin-top: 50px;
        padding-left: 40px;
    }

    .about-img-small {
        width: 60%;
    }

    .about-badge {
        width: 120px;
        height: 120px;
        left: 0;
    }

}

@media(max-width:576px) {

    .about-title {
        font-size: 30px;
    }

    .about-img-small {
        width: 70%;
        bottom: -20px;
    }

    .about-badge {
        width: 90px;
        height: 90px;
        top: -20px;
    }

    .about-badge span {
        font-size: 18px;
    }

    .about-badge p {
        font-size: 12px;
    }

}

:root {
    --primary-blue: #1F3A5F;
    --kidney-red: #8B2E2E;
}

/* SECTION */
.moments-section {
    padding: 80px 0;
    background: #ffffff;
}

.moments-content h2 {
    font-size: 38px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 15px;
}

.moments-content h2 span {
    color: var(--kidney-red);
}

.moments-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 10px;
}

.moments-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 28px;
    background: var(--primary-blue);
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
}

.moments-btn:hover {
    background: var(--kidney-red);
}

.moments-gallery {
    display: flex;
    gap: 20px;
}

.col-scroll {
    width: 33.33%;
    height: 520px;
    overflow: hidden;
    position: relative;
}

.track {
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: scrollUp 12s linear infinite;
}

.track img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    transition: 0.3s;
}

.track img:hover {
    transform: scale(1.05);
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

@media (max-width: 991px) {
    .moments-content {
        text-align: center;
        margin-bottom: 30px;
    }

    .moments-content h2 {
        font-size: 26px;
    }

    .moments-gallery {
        gap: 10px;
    }

    .col-scroll {
        height: 300px;
    }

    .track {
        gap: 10px;
    }

    .track img {
        border-radius: 12px;
    }
}

@media (max-width: 576px) {

    .moments-gallery {
        flex-direction: row;
    }

    .col-scroll {
        height: 220px;
    }
}


/* Journey SECTION */
.journey-section {
    background: #1f3a5f;
    padding: 80px 20px;
    color: #fff;
    width: 100%;
    padding-bottom: 20px;
}


.journey-container {
    width: 100%;
    max-width: 1300px;
    margin: auto;
}


.journey-main-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 80px;
}

.journey-timeline {
    position: relative;
}

.journey-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    transform: translateX(-50%);
}

.journey-item {
    display: grid;
    grid-template-columns: 1fr 120px 1fr;
    align-items: center;
    margin-bottom: 80px;
}

.journey-left {
    text-align: right;
    padding-right: 40px;
}

.journey-left h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.journey-center {
    display: flex;
    justify-content: center;
    position: relative;
}

.journey-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.journey-icon::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    z-index: -1;
}

.journey-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.journey-right {
    padding-left: 40px;
}

.journey-right p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}


.journey-mobile-title {
    display: none;
}

@media(max-width:991px) {

    .journey-main-title {
        font-size: 26px;
        text-align: left;
        margin-bottom: 40px;
    }

    .journey-timeline::before {
        display: none;
    }

    .journey-item {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 30px;
    }

    .journey-left {
        display: none;
    }

    .journey-center {
        flex-shrink: 0;
    }

    .journey-icon {
        width: 60px;
        height: 60px;
    }

    .journey-icon::before {
        width: 90px;
        height: 90px;
    }

    .journey-right {
        padding-left: 0;
    }

    .journey-mobile-title {
        display: block;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .journey-right p {
        font-size: 15px;
    }
}



/* ================= SECTION ================= */
.testimonial-section {
    background: #f4f5f7;
    padding: 100px 0;
    overflow: hidden;
}

.testimonial-title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1F3A5F;
}

.testimonial-subtitle {
    max-width: 750px;
    margin: auto;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

/* ================= GOOGLE RATING ================= */
.google-stars {
    color: #f4b400;
    font-size: 22px;
    margin: 10px 0;
}

/* ================= SWIPER ================= */
.testimonialSwiper {
    width: 100%;
    padding: 20px 0;
}

.testimonialSwiper .swiper-wrapper {
    align-items: center;
}

.testimonialSwiper .swiper-slide {
    display: flex;
    justify-content: center;
}

/* ================= CARD ================= */
.testimonial-card {
    width: 420px;
    max-width: 100%;
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    text-align: left;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
    opacity: 0.4;
    transform: scale(0.85);
}

/* ACTIVE CARD */
.swiper-slide-active .testimonial-card {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

/* SIDE CARDS */
.swiper-slide-prev .testimonial-card,
.swiper-slide-next .testimonial-card {
    opacity: 0.6;
}

/* ================= HEADER ================= */
.testimonial-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #6ab04c;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-header h6 {
    font-size: 18px;
    margin: 0;
    color: #222;
}

.stars {
    color: #f4b400;
    font-size: 14px;
}

/* ================= TEXT ================= */
.testimonial-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-top: 20px;
}

/* ================= FOOTER ================= */
.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #777;
}

/* ================= NAV BUTTONS ================= */
.testimonial-nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.testimonial-swiper-button-prev,
.testimonial-swiper-button-next {
    width: 55px;
    height: 55px;
    background: #1F3A5F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


.testimonial-swiper-button-prev::after,
.testimonial-swiper-button-next::after {
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
}



/* ================= MOBILE ================= */
@media (max-width: 768px) {

    .testimonial-section {
        padding: 60px 0;
    }

    .testimonial-title {
        font-size: 26px;
    }

    .testimonial-card {
        width: 90%;
        padding: 22px;
        transform: scale(1) !important;
        opacity: 1 !important;
    }

    .user-avatar {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .testimonial-card p {
        font-size: 14px;
    }

    .testimonial-swiper-button-prev,
    .testimonial-swiper-button-next {
        width: 42px;
        height: 42px;
    }
}

.uro-care-section {
    padding: 80px 0;
    background: #ffffff;
}

.uro-care-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* LEFT */
.uro-care-left {
    width: 48%;
}

.uro-care-left img {
    width: 100%;
    border-radius: 20px;
    margin-left: 40px;
}

/* RIGHT */
.uro-care-right {
    width: 52%;
    background: #1f3a5f;
    padding: 50px;
    border-radius: 10px;
    color: #fff;
}

.uro-care-right h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.uro-care-right p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #fff;
}

/* STATS */
.uro-stats {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

.uro-stat {
    flex: 1;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 20px;
    border-radius: 12px;
}

.uro-stat .num {
    font-size: 26px;
    font-weight: 700;
    display: block;
}

.uro-stat .label {
    font-size: 13px;
    margin-top: 5px;
}

/* RESPONSIVE */
@media (max-width: 992px) {

    .uro-care-wrapper {
        flex-direction: column;
    }

    .uro-care-left,
    .uro-care-right {
        width: 100%;
    }

    .uro-care-right {
        padding: 30px;
    }

    .uro-stats {
        flex-direction: column;
    }
}

/* SECTION */
.consult-section {
    padding: 80px 0;
    background: #f5f6f8;
}

.consult-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* LEFT FORM */
.consult-form-box {
    width: 50%;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.consult-form-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1f3a5f;
}

/* INPUTS */
.consult-form-box input,
.consult-form-box select {
    width: 100%;
    padding: 14px 15px;
    margin-bottom: 15px;
    border-radius: 12px;
    border: 1px solid #ddd;
    font-size: 14px;
    outline: none;
}

.consult-form-box input:focus,
.consult-form-box select:focus {
    border-color: #1f3a5f;
}

/* ACTION ROW */
.consult-action {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.send-btn {
    background: #1f3a5f;
    color: #fff;
    border: none;
    padding: 12px 26px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.send-btn:hover {
    background: #d63c3c;
}

.contact-inline {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-inline a {
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact-inline .whatsapp {
    color: #25D366;
    font-weight: 600;
    font-size: 16px;
}

.contact-inline .call {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.divider {
    color: #aaa;
}

.consult-content {
    width: 60%;
}

.consult-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1f3a5f;
    margin-bottom: 20px;
    line-height: 1.2;
}

.consult-content h2 span {
    color: #d63c3c;
}

.consult-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* LIST */
.consult-content ul {
    list-style: none;
    padding: 0;
}

.consult-content ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
    color: #555;
}

.consult-content ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #1f3a5f;
    font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 992px) {

    .consult-wrapper {
        flex-direction: column;
    }

    .consult-form-box,
    .consult-content {
        width: 100%;
    }

    .consult-content h2 {
        font-size: 26px;
    }
}

@media (max-width: 576px) {

    .consult-action {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ================= FAQ SECTION ================= */
.section.faq {
    background: #1f3a5f;
    padding: 80px 0;
}

.section.faq .container {
    /* max-width: 1100px; */
}

.accordion {
    margin-top: 40px;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #e2e8f0;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
}

.accordion-button {
    background-color: #ffffff;
    color: #1a365d;
    font-size: 1.05rem;
    font-weight: 500;
    padding: 18px 20px;
    border-radius: 0;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

/* Hover */
.accordion-button:hover {
    background-color: #dfe3e8;
}

.accordion-button:not(.collapsed) {
    background-color: #d63c3c !important;
    color: #ffffff !important;
}

/* Arrow icon */
.accordion-button::after {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
}

.accordion-body {
    background-color: #ffffff;
    color: #444;
    font-size: 0.95rem;
    padding: 16px 20px;
    line-height: 1.6;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
    .section.faq {
        padding: 60px 0;
    }

    .accordion-button {
        font-size: 0.95rem;
        padding: 14px 16px;
    }

    .accordion-body {
        padding: 14px 16px;
    }
}


/* SECTION */
.blog-section {
    padding: 80px 0;
    background: #fff;
}

/* TITLE */
.blog-title {
    font-size: 36px;
    font-weight: 700;
    color: #1f3a5f;
    margin-bottom: 40px;
}

/* CARD FULL CLICK */
.blog-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* IMAGE */
.blog-img {
    overflow: hidden;
    border-radius: 15px;
}

.blog-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: 0.4s;
}

/* 🔥 HOVER ZOOM */
.blog-card:hover img {
    transform: scale(1.1);
}

/* CONTENT */
.blog-content {
    padding-top: 15px;
}

.blog-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.4;
}

.read-more {
    display: inline-block;
    background: #1f3a5f;
    color: #fff;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 14px;
}

.view-all-btn {
    display: inline-block;
    background: #1f3a5f;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}



/* RESPONSIVE */
@media (max-width: 768px) {

    .blog-title {
        font-size: 24px;
    }

    .blog-img img {
        height: 180px;
    }

    .blog-content h4 {
        font-size: 16px;
    }
}


/* ================= FOOTER ================= */

.main-footer {
    background: #0b0b0b;
    color: #fff;
    padding: 60px 0 0;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #222;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.footer-links a {
    color: #bdbdbd;
    margin-right: 20px;
    text-decoration: none;
    font-size: 14px;
}

.footer-quick-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #fff;
}

.footer-quick-links a {
    color: #fff;
    text-decoration: none;
}

.footer-quick-links a:hover {
    color: #e69a2e;
}

.quick-title {
    font-weight: 600;
    margin-right: 10px;
}


.footer-links a:hover {
    color: #fff;
}

.footer-social a {
    width: 38px;
    height: 38px;
    background: #fff;
    color: #1f3a5f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px;
    text-decoration: none;
}


.footer-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}


.footer-box img {
    width: 170px;
    margin-bottom: 0px;
}

.footer-box p {
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
    margin-top: 15px;
}

.footer-box h5 {
    font-size: 18px;
    margin-bottom: 18px;
    position: relative;
}

.footer-box h5::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -6px;
    left: 0;
}


.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    margin-bottom: 10px;
}

.footer-box ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-box ul li a:hover {
    color: #fff;
}


.footer-box iframe {
    width: 100%;
    border: 0;
    margin-top: 10px;
    border-radius: 6px;
}


.footer-bottom {
    background: #000;
    margin-top: 50px;
    border-top: 1px solid #222;
}

.footer-bottom-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 20px 0;
}

.footer-developed {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.footer-developed a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.footer-bottom p {
    margin: 0;
    color: #bdbdbd;
    font-size: 14px;
}

.footer-bottom a {
    color: #bdbdbd;
    text-decoration: none;
}

.footer-policy {
    text-align: right;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin-right: 40px;
}

.footer-policy:hover {
    color: #1f3a5f;
}



@media(max-width:992px) {

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

}

@media (max-width:768px) {


    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }


    .footer-quick-links {
        justify-content: center;
        flex-wrap: wrap;
        font-size: 14px;
        gap: 8px;
    }


    .footer-quick-links span {
        margin: 0 4px;
    }


    .footer-social {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 5px;
    }


    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }


    .logo-box img {
        margin: auto;
        display: block;
    }

    .footer-box p {
        text-align: center;
    }


    .footer-box h5 {
        text-align: center;
    }


    .footer-box h5::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-box iframe {
        height: 150px;
    }

    .footer-bottom-wrap {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 8px;
    }


}



/* ===========================
   ABOUT DR ANKIT SECTION
=========================== */

.ankit-about-section {
    background: #1F3A5F;
    padding: 100px 0;
    color: #fff;
}

.ankit-about-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    gap: 60px;
}

.ankit-about-content h2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 25px;
}

.ankit-about-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #e0e8f7;
    margin-bottom: 18px;
}

.ankit-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: var(--kidney-red);
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.ankit-about-btn:hover {
    opacity: 0.85;
}

.ankit-about-image {
    position: relative;
    min-height: 420px;
}

.ankit-about-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 561 / 420;
    border-radius: 20px;
    display: block;
}

.ankit-stat {
    position: absolute;
    background: #fff;
    color: #1F3A5F;
    padding: 14px 18px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.ankit-stat h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.ankit-stat p {
    font-size: 12px;
    margin: 0;
}

.stat-1 {
    top: 10%;
    left: -40px;
}

.stat-2 {
    bottom: 20%;
    right: -30px;
}

.stat-3 {
    bottom: -20px;
    left: 20%;
}

@media (max-width: 992px) {
    .ankit-about-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ankit-about-content h2 {
        font-size: 26px;
    }

    .ankit-about-content p {
        font-size: 15px;
        text-align: justify;
    }

    .ankit-about-image {
        margin-top: 30px;
    }

    .ankit-stat {
        position: relative;
        margin: 10px auto;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        width: 80%;
    }
}

/* ===========================
   MISSION VISION SECTION
=========================== */
.mv-section {
    padding: 80px 0;
    background: #f4f7fb;
}

.mv-heading {
    text-align: center;
    margin-bottom: 50px;
}

.mv-heading h2 {
    font-size: 34px;
    font-weight: 800;
    color: #1F3A5F;
}

.mv-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.mv-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.mv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.mv-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1F3A5F;
    margin-bottom: 15px;
}

.mv-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.mv-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--kidney-red);
}


@media (max-width: 768px) {

    .mv-wrapper {
        grid-template-columns: 1fr;
    }

    .mv-card {
        text-align: justify;
    }

    .mv-heading h2 {
        font-size: 26px;
    }
}

/* ===========================
   EXPERTISE SECTION
=========================== */

.expertise-section {
    background: #ffffff;
    padding: 100px 0;
}

.expertise-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 70px;
    align-items: center;
}

.expertise-content h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1f3a5f;
}

.expertise-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
}

.expertise-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 35px;
}

.expertise-tags span {
    padding: 8px 16px;
    border: 1px solid #1f3a5f;
    border-radius: 30px;
    font-size: 14px;
    color: #1f3a5f;
    transition: 0.3s ease;
}

.expertise-tags span:hover {
    background: var(--primary-blue);
    color: #fff;
}

.skill-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1f3a5f;
}

.expertise-list {
    padding-left: 20px;
}

.expertise-list li {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.expertise-image img {
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

@media (max-width: 992px) {

    .expertise-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .expertise-image {
        order: -1;
    }

    .expertise-content h2 {
        font-size: 28px;
    }

    .expertise-image img {
        border-radius: 18px;
    }

    .center-logo {
        position: absolute;
        left: 40%;
        transform: translateX(-50%);
    }
}


/* ===============================
   DOCTOR CHOOSE SECTION
================================ */

.doctor-choose-section {
    background: var(--primary-blue);
    padding: 100px 0;
    color: #fff;
}

.doctor-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

/* ===============================
   LEFT CONTENT
================================ */

.doctor-content h2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 30px;
}

.doctor-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: justify;
}

.doctor-points,
.doctor-points ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.doctor-points li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #ffffff;
}

.doctor-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 50%;
}

.doctor-points li::after {
    content: "✔";
    position: absolute;
    left: 4px;
    top: 1px;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-blue);
}


.doctor-form-box {
    background: #ffffff;
    padding: 45px;
    border-radius: 20px;
    color: #000;
}

.doctor-form-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    color: var(--primary-blue);
}

.doctor-form-box input,
.doctor-form-box select,
.doctor-form-box textarea {
    width: 100%;
    padding: 14px 18px;
    margin-bottom: 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 15px;
    outline: none;
}

.doctor-form-box textarea {
    height: 120px;
    resize: none;
}

.doctor-form-box form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.doctor-form-box form input,
.doctor-form-box form select,
.doctor-form-box form textarea {
    width: 100%;
}

.doctor-form-box form button {
    width: auto;
    padding: 12px 25px;
    background: var(--kidney-red);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s ease;
}

.doctor-form-box form button:hover {
    background: var(--primary-blue);
}

.doctor-form-box form a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 5px;
}

.doctor-form-box form a[href*="whatsapp"] {
    color: #25D366;
}

.doctor-form-box form a[href*="tel"] {
    color: #000;
}

.doctor-form-box form a[href*="whatsapp"]::after {
    content: "|";
    margin: 0 8px;
    color: #aaa;
}

.doctor-form-box form button,
.doctor-form-box form a {
    align-self: center;
}

@media (max-width: 992px) {
    .doctor-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .doctor-content h2 {
        font-size: 30px;
    }

    .doctor-form-box {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .doctor-form-box form {
        flex-direction: column;
    }

    .doctor-form-box form button {
        width: 100%;
    }
}


/* ===============================
   GLIMPSE  SECTION
================================ */

.glimpse-section {
    background: #ffffff;
    padding: 90px 0;
    text-align: center;
    overflow: hidden;
}

.glimpse-subtitle {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1f3a5f;
    margin-bottom: 20px;
}

.glimpse-heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    color: #1f3a5f;
}

.glimpse-slider {
    overflow: hidden;
    position: relative;
    cursor: grab;
}

.glimpse-slider:active {
    cursor: grabbing;
}

.glimpse-track {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: autoScroll 60s linear infinite;
    will-change: transform;
}

.glimpse-slider:hover .glimpse-track {
    animation-play-state: paused;
}

.glimpse-track:hover {
    animation-play-state: paused;
}

.glimpse-card {
    min-width: 300px;
    border-radius: 22px;
    overflow: hidden;
    flex-shrink: 0;
}

.glimpse-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 22px;
    transition: 0.4s ease;
}

.glimpse-card:hover img {
    transform: scale(1.05);
}

/* Smooth Infinite Scroll */
@keyframes autoScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Responsive */

@media (max-width: 992px) {
    .glimpse-heading {
        font-size: 30px;
    }

    .glimpse-card {
        min-width: 250px;
    }

    .glimpse-card img {
        height: 260px;
    }
}

@media (max-width: 600px) {

    .glimpse-slider {
        overflow: hidden;
    }

    .glimpse-track {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        animation: autoScroll 60s linear infinite;
    }

    .glimpse-card {
        min-width: 250px;
        flex-shrink: 0;
    }

    .glimpse-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

}

/* ===============================
   RIRS HERO SECTION
================================ */

.rirs-hero {
    position: relative;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    padding: 120px 0;
    color: #fff;
    overflow: hidden;
}

.rirs-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgb(31 58 95) 0%, rgb(31 58 95) 40%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
}

.rirs-hero-content {
    position: relative;
    max-width: 650px;
    z-index: 2;
}

.rirs-hero-content h1 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}

.rirs-hero-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .rirs-hero {
        padding: 100px 0;
        background-position: center;
    }

    .rirs-hero-content h1 {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .rirs-hero {
        padding: 80px 0;
    }

    .rirs-hero-content h1 {
        font-size: 28px;
    }

    .rirs-hero-content p {
        font-size: 15px;
    }
}

/* ===============================
   RIRS ABOUT SECTION
================================ */

.rirs-about-section {
    padding: 80px 0;
    background: #f8f9fb;
}

.rirs-about-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.rirs-about-content h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--primary-blue);
}

.rirs-about-content h2 span {
    color: var(--kidney-red);
}

.rirs-about-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px;
}

.rirs-points {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.rirs-points li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #333;
}

.rirs-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-blue);
    font-weight: bold;
}


.doctor-form-box,
.rirs-form-box {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.doctor-form-box h3,
.rirs-form-box h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--primary-blue);
    text-align: center;
}

.doctor-form-box input,
.doctor-form-box select,
.doctor-form-box textarea,
.rirs-form-box input,
.rirs-form-box select,
.rirs-form-box textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 15px;
    outline: none;
}



.doctor-form-box form,
.rirs-form-box form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.doctor-form-box form input,
.doctor-form-box form select,
.doctor-form-box form textarea,
.rirs-form-box form input,
.rirs-form-box form select,
.rirs-form-box form textarea {
    width: 100%;
}

.doctor-form-box form .btn-group,
.rirs-form-box form .btn-group {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.doctor-form-box form button,
.rirs-form-box form button {
    width: auto;
    padding: 12px 24px;
    background: var(--primary-blue);
    color: #fff;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.doctor-form-box form button:hover,
.rirs-form-box form button:hover {
    background: var(--kidney-red);
}

.doctor-form-box form a,
.rirs-form-box form a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
}

.doctor-form-box form a[href*="whatsapp"],
.rirs-form-box form a[href*="whatsapp"] {
    color: #25D366;
}

.doctor-form-box form a[href*="whatsapp"]::after,
.rirs-form-box form a[href*="whatsapp"]::after {
    content: "|";
    margin: 0 8px;
    color: #aaa;
}

.doctor-form-box form a[href*="tel"],
.rirs-form-box form a[href*="tel"] {
    color: #000;
}

.doctor-form-box form button,
.doctor-form-box form a,
.rirs-form-box form button,
.rirs-form-box form a {
    align-self: center;
}

@media (max-width: 992px) {
    .rirs-about-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .rirs-about-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {

    .doctor-form-box form .btn-group,
    .rirs-form-box form .btn-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .doctor-form-box form button,
    .rirs-form-box form button {
        width: 100%;
    }
}


/* ===============================
   RIRS INFO SECTION
================================ */

.rirs-info-section {
    background: var(--primary-blue);
    padding: 80px 0;
}

.rirs-info-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

/* IMAGE */

.rirs-info-image img {
    width: 100%;
    border-radius: 20px;
}

/* CONTENT */

.rirs-info-content h2 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.rirs-info-content h2 span {
    color: var(--kidney-red);
}

.rirs-info-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .rirs-info-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .rirs-info-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .rirs-info-section {
        padding: 60px 0;
    }

    .rirs-info-content h2 {
        font-size: 24px;
    }

    .rirs-info-content p {
        font-size: 15px;
    }
}

/* ===============================
   FANS RIRS SECTION
================================ */

.fans-rirs-section {
    background: #ffffff;
    padding: 80px 0;
}

.fans-rirs-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

/* TEXT */

.fans-rirs-content h2 {
    font-size: 34px;
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 20px;
}

.fans-rirs-content h2 span {
    color: var(--kidney-red);
}

.fans-rirs-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 15px;
}

.fans-rirs-image img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .fans-rirs-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .fans-rirs-image {
        order: -1;
    }

    .fans-rirs-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .fans-rirs-section {
        padding: 60px 0;
    }

    .fans-rirs-content h2 {
        font-size: 24px;
    }

    .fans-rirs-content p {
        font-size: 15px;
        text-align: justify;
    }
}

/* ===============================
   RIRS VS FANS SECTION
================================ */

.rirs-vs-section {
    background: var(--primary-blue);
    padding: 80px 0;
}

/* HEADING */

.rirs-vs-heading {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 40px;
}

.rirs-vs-heading span {
    color: var(--kidney-red);
}

.rirs-table-wrapper {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.rirs-table {
    width: 100%;
    border-collapse: collapse;
}

.rirs-table thead {
    background: var(--kidney-red);
}

.rirs-table th {
    padding: 18px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.rirs-table td {
    padding: 16px;
    font-size: 15px;
    color: #000000;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.rirs-table td:first-child {
    font-weight: 600;
    color: #222;
}

.rirs-table tbody tr:hover {
    background: #fafafa;
}


@media (max-width: 768px) {

    .rirs-vs-heading {
        font-size: 26px;
    }

    .rirs-table-wrapper {
        overflow-x: auto;
    }

    .rirs-table {
        min-width: 600px;
    }

    .rirs-table th,
    .rirs-table td {
        padding: 12px;
        font-size: 14px;
    }
}

/* ===============================
   WHO NEEDS RIRS SECTION
================================ */

.who-rirs-section {
    background: #ffffff;
    padding: 80px 0;
}

/* WRAPPER FIX (MAIN GAP ISSUE SOLVED HERE) */
.who-rirs-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* balanced */
    gap: 40px;
    /* reduced gap */
    align-items: center;
}

/* ===============================
   LEFT CONTENT
================================ */

.who-rirs-content {
    width: 100%;
}

.who-rirs-content h2 {
    font-size: 34px;
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 25px;
    line-height: 1.3;
}

/* HIGHLIGHT TEXT */
.who-rirs-content h2 span {
    color: var(--kidney-red);
}

/* ===============================
   LIST
================================ */

.who-rirs-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.who-rirs-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
}

/* BULLET */
.who-rirs-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: var(--primary-blue);
    border-radius: 50%;
}

/* ===============================
   RIGHT IMAGE
================================ */

.who-rirs-image {
    width: 100%;
    height: 100%;
}

.who-rirs-image img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
    .who-rirs-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    /* IMAGE FIRST */
    .who-rirs-image {
        order: -1;
    }

    .who-rirs-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .who-rirs-section {
        padding: 60px 0;
    }

    .who-rirs-content h2 {
        font-size: 24px;
    }

    .who-rirs-points li {
        font-size: 15px;
    }

    .who-rirs-image img {
        min-height: 220px;
    }
}

/* ===============================
   RIRS STEPS SECTION
================================ */

.rirs-steps-section {
    background: var(--primary-blue);
    padding: 80px 0;
    color: #fff;
}

.rirs-steps-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: center;
}

/* IMAGE */

.rirs-steps-image img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

/* CONTENT */

.rirs-steps-content h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #fff;
}

.rirs-steps-content h2 span {
    color: var(--kidney-red);
}

/* LIST */

.rirs-steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rirs-steps-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
}

.rirs-steps-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

@media (max-width: 992px) {
    .rirs-steps-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .rirs-steps-image {
        order: -1;
    }

    .rirs-steps-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .rirs-steps-section {
        padding: 60px 0;
    }

    .rirs-steps-content h2 {
        font-size: 24px;
    }

    .rirs-steps-list li {
        font-size: 15px;
    }

    .rirs-steps-image img {
        min-height: 220px;
    }
}

/* ===============================
   RIRS BENEFITS SECTION
================================ */

.rirs-benefits-section {
    background: #ffffff;
    padding: 80px 0;
}

.rirs-benefits-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
}

.rirs-benefits-content h2 {
    font-size: 34px;
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 20px;
}

.rirs-benefits-content h2 span {
    color: var(--kidney-red);
}

.rirs-benefits-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 15px;
}

.rirs-benefits-image img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

@media (max-width: 992px) {
    .rirs-benefits-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .rirs-benefits-image {
        order: -1;
    }

    .rirs-benefits-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .rirs-benefits-section {
        padding: 60px 0;
    }

    .rirs-benefits-content h2 {
        font-size: 24px;
    }

    .rirs-benefits-content p {
        font-size: 15px;
    }

    .rirs-benefits-image img {
        min-height: 220px;
    }
}

/* ===============================
   RIRS RECOVERY SECTION
================================ */
.rirs-recovery-section {
    background: var(--primary-blue);
    padding: 80px 0;
    color: #fff;
}

.rirs-recovery-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: center;
}

.rirs-recovery-image img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.rirs-recovery-content h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #fff;
}

.rirs-recovery-content h2 span {
    color: var(--kidney-red);
}

.rirs-recovery-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rirs-recovery-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
}

.rirs-recovery-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

@media (max-width: 992px) {
    .rirs-recovery-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .rirs-recovery-image {
        order: -1;
    }

    .rirs-recovery-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .rirs-recovery-section {
        padding: 60px 0;
    }

    .rirs-recovery-content h2 {
        font-size: 24px;
    }

    .rirs-recovery-list li {
        font-size: 15px;
    }

    .rirs-recovery-image img {
        min-height: 220px;
    }
}

/* ===============================
   WHY CHOOSE SECTION
================================ */

.rirs-choose-section {
    background: #ffffff;
    padding: 80px 0;
}

.rirs-choose-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: start;
}

.rirs-choose-content h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 20px;
    line-height: 1.3;
}

.rirs-choose-content h2 span {
    color: var(--kidney-red);
}

.rirs-choose-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 15px;
}

.rirs-choose-points {
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
}

.rirs-choose-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #000000;
}

.rirs-choose-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--primary-blue);
    font-size: 14px;
    font-weight: bold;
}

.rirs-choose-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 4px 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.rirs-choose-form:hover {
    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.12),
        0 5px 15px rgba(0, 0, 0, 0.08);
}

.rirs-choose-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.rirs-choose-form form .row,
.rirs-choose-form form .col,
.rirs-choose-form form .col-md-6,
.rirs-choose-form form .col-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
}

.rirs-choose-form input,
.rirs-choose-form select,
.rirs-choose-form textarea {
    width: 100% !important;
    display: block;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #ddd;
    font-size: 15px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: 0.3s;
}

.rirs-choose-form input:focus,
.rirs-choose-form select:focus,
.rirs-choose-form textarea:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.rirs-choose-form textarea {
    height: 120px;
    resize: none;
}

.rirs-choose-form .btn-group {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.rirs-choose-form button {
    background: var(--primary-blue);
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.rirs-choose-form button:hover {
    background: var(--kidney-red);
}

.rirs-choose-form a {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
}

.rirs-choose-form a[href*="whatsapp"] {
    color: #25D366;
}

.rirs-choose-form a[href*="whatsapp"]::after {
    content: "|";
    margin: 0 10px;
    color: #aaa;
}

.rirs-choose-form a[href*="tel"] {
    color: #000;
}

@media (max-width: 992px) {

    .rirs-choose-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .rirs-choose-form {
        order: -1;
    }
}

@media (max-width: 576px) {

    .rirs-choose-section {
        padding: 60px 0;
    }

    .rirs-choose-content h2 {
        font-size: 24px;
    }

    .rirs-choose-form {
        padding: 25px;
    }

    .rirs-choose-form .btn-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .rirs-choose-form button {
        width: 100%;
    }
}


/* ================= MODAL MAIN ================= */
.custom-modal {
    max-width: 600px;
    margin: auto;
    padding: 30px;
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
}

.modal-heading {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a2b4c;
}

.custom-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: var(--kidney-red);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.custom-close:hover {
    background: var(--primary-blue);
}

.custom-modal form {
    display: flex;
    flex-direction: column;
}

.custom-modal .row {
    display: block !important;
}

.custom-modal [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
}

.custom-modal input,
.custom-modal select,
.custom-modal textarea {
    width: 100% !important;
    height: 50px;
    border-radius: 15px;
    border: 1px solid #ddd;
    padding: 0 18px;
    margin-bottom: 15px;
    background: #fff;
    font-size: 15px;
    transition: 0.3s;
}

/* Focus Effect */
.custom-modal input:focus,
.custom-modal select:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    outline: none;
}

.custom-modal button,
.custom-modal .btn {
    background: var(--kidney-red);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 17px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
}

.custom-modal button:hover,
.custom-modal .btn:hover {
    background: var(--primary-blue);
}

.custom-modal .d-flex,
.custom-modal .contact-actions {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    margin-top: 10px;
}

.custom-modal .whatsapp-link,
.custom-modal a[href*="wa.me"] {
    color: #25D366;
    font-weight: 500;
}

.custom-modal .call-link {
    color: #000;
}

@media (max-width: 768px) {
    .custom-modal {
        padding: 20px;
        max-width: 95%;
    }

    .modal-heading {
        font-size: 22px;
    }

    .custom-modal input,
    .custom-modal select {
        height: 45px;
    }
}


.fixed-appointment-btn {
    position: fixed;
    right: -87px;
    top: 50%;
    transform: rotate(-90deg) translateY(-50%);
    background: var(--kidney-red);
    color: #fff;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px 8px 0 0;
    z-index: 99999;
    display: block !important;
}

.fixed-appointment-btn:hover {
    background: var(--primary-blue);
    color: #fff;
}


/* COMMON STYLE */
.floating-call,
.floating-whatsapp {
    position: fixed;
    bottom: 20px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    text-decoration: none;
}

.floating-call {
    left: 20px;
    background: var(--kidney-red);
}

.floating-call:hover {
    background: var(--primary-blue);
}

.floating-whatsapp {
    right: 20px;
    background: #25D366;
}

.floating-whatsapp:hover {
    background: #1ebe5d;
}

.floating-call i,
.floating-whatsapp i {
    line-height: 0;
}



/* ===============================
   CONTACT HERO SECTION
================================ */

.contact-hero {
    position: relative;
    background-size: cover;
    padding: 155px 0 80px;
    color: #fff;
    overflow: hidden;
}

.contact-overlay {
    position: absolute;
    inset: 0;
    background: rgb(30 56 88 / 50%);
}

.contact-content {
    position: relative;
    z-index: 2;
}

.contact-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.breadcrumb-contact {
    font-size: 16px;
}

.breadcrumb-contact a {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.breadcrumb-contact span {
    margin: 0 8px;
    opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-hero {
        padding: 80px 0;
    }

    .contact-content h1 {
        font-size: 32px;
    }
}




/* ===============================
   CONTACT SECTION
================================ */

.contact-section {
    padding: 100px 0;
    background: #f7f7f7;
}

.contact-left {
    padding-right: 40px;
}

.contact-subtitle {
    font-weight: 600;
    color: var(--kidney-red);
    display: inline-block;
    margin-bottom: 10px;
}

.contact-left h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
}

.contact-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    padding-left: 15px;
    border-left: 3px solid var(--primary-blue);
}

.contact-form-wrapper input,
.contact-form-wrapper select,
.contact-form-wrapper textarea {
    width: 100%;
    padding: 14px 18px;
    margin-bottom: 18px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
}

.contact-form-wrapper button {
    width: 100%;
    padding: 15px;
    background: var(--kidney-red);
    color: #fff;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.3s;
}

.contact-form-wrapper button:hover {
    background: var(--primary-blue);
}

/* RIGHT BOX */
.contact-info-box {
    background: var(--primary-blue);
    color: #fff;
    padding: 50px;
    border-radius: 4px;
    height: 100%;
}

.contact-info-box h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.info-label {
    font-size: 17px;
    /* opacity: 0.8; */
    font-weight: 700;
}

.info-value {
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-info-box hr {
    border: none;
    height: 2px;
    background: rgba(255, 255, 255, 0.7);
    margin: 25px 0;
}

.social-icons {
    margin-top: 30px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #fff;
    color: var(--primary-blue);
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 992px) {
    .contact-left {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .contact-left h2 {
        font-size: 30px;
    }

    .contact-info-box {
        padding: 30px;
    }
}


/* ================= FULL WIDTH MAP ================= */

.contact-map-section {
    width: 100%;
    /*margin-top: 60px;*/
}

.contact-map-section iframe {
    width: 100%;
    height: 450px;
    border: 0;
    display: block;
}

/* Mobile */
@media (max-width: 768px) {
    .contact-map-section iframe {
        height: 300px;
    }
}



/* ================= INNER PAGE VIDEOS ================= */

.inner-videos-section {
    background: #ffffff;
}

.inner-section-title {
    font-size: 38px;
    font-weight: 700;
    color: var(--primary-blue);
}

.inner-video-card {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 20px;
    overflow: hidden;
}

.inner-video-card iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.inner-view-more-btn {
    display: inline-block;
    padding: 12px 30px;
    background: var(--kidney-red);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.inner-view-more-btn:hover {
    background: var(--primary-blue);
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .inner-section-title {
        font-size: 28px;
    }
}



.news-logos-section {
    background: #f5f7fb;
}

.news-title {
    font-size: 26px;
    font-weight: 600;
}

.news-logos-wrapper {
    row-gap: 40px;
}

.news-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    transition: 0.3s ease;
}

.news-logo-box img {
    max-height: auto;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.news-logo-box:hover {
    transform: translateY(-5px);
}

@media (max-width: 991px) {
    .news-logo-box {
        height: 90px;
    }
}

@media (max-width: 576px) {
    .news-title {
        font-size: 20px;
        line-height: 1.4;
    }

    .news-logo-box {
        height: 80px;
        padding: 8px;
    }

    .news-logo-box img {
        max-height: 50px;
    }
}
