.custom-navbar {
    background-color: #316db4 !important;
}

.custom-navbar .navbar-brand,
.custom-navbar .navbar-nav .nav-link,
.custom-navbar .logout {
    color: #ffffff !important;
}

.custom-navbar .navbar-nav .nav-link:hover,
.custom-navbar .logout:hover {
    color: #facc15 !important;
}
.custom-navbar .navbar-toggler {
    border: 1px solid #ffffff !important;
    padding: 6px 10px;
}

.custom-navbar .navbar-toggler-icon {
    background-image: none !important;
    position: relative;
    width: 22px;
    height: 18px;
    display: inline-block;
}

.custom-navbar .navbar-toggler-icon::before,
.custom-navbar .navbar-toggler-icon::after,
.custom-navbar .navbar-toggler-icon {
    background-color: transparent;
}

/* Hamburger lines */
.custom-navbar .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 2px;
    background-color: #ffffff;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}

.hero-section {
    padding: 30px 0 55px;
    background: #fff;
    overflow: hidden;
}

.hero-badge {
    display: inline-block;
    padding: 7px 16px;
    border: 1px solid #a9c9ec;
    border-radius: 30px;
    color: #2868b4;
    font-size: 15px;
    margin-bottom: 38px;
    background: #f8fbff;
}

.hero-title {
    font-size: 62px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -2px;
    color: #171d25;
    margin-bottom: 32px;
}

.hero-title span {
    color: #316db4;
}

.hero-description {
    max-width: 650px;
    font-size: 18px;
    line-height: 1.65;
    color: #527396;
    margin-bottom: 32px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.hero-buttons .btn {
    height: 41px;
    padding: 8px 30px;
    border-radius: 25px;
    font-size: 16px;
}

.btn-consult {
    background: #316db4;
    color: #fff;
    border: 1px solid #316db4;
    box-shadow: 0 4px 8px rgba(49, 109, 180, .2);
}

.btn-consult:hover {
    background: #285e9e;
    color: #fff;
}

.btn-outline-custom {
    color: #2464ae;
    border: 1px solid #b8d2ed;
    background: #fff;
}

.btn-outline-custom:hover {
    background: #f4f8fc;
    color: #2464ae;
}

.bmi-btn {
    flex-basis: auto;
}

.hero-features {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 38px;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #31699f;
    font-size: 14px;
}

.feature-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #edf5fc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2870bc;
}


/* RIGHT SIDE */

.healing-card-wrapper {
    position: relative;
    padding: 18px 0 15px;
}

.healing-card {
    margin-left: 25px;
    padding: 32px;
    min-height: 500px;
    border-radius: 23px;
    background: linear-gradient(
        135deg,
        #fff9eb 0%,
        #fffdf4 50%,
        #ecfff7 100%
    );
    box-shadow: 0 15px 35px rgba(0, 0, 0, .10);
    text-align: center;
}

.healing-icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #3175c4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    box-shadow: 0 8px 15px rgba(49, 117, 196, .25);
}

.healing-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #111820;
}

.healing-card > p {
    color: #557696;
    font-size: 14px;
    margin-bottom: 24px;
}

.healing-step {
    height: 55px;
    margin-bottom: 12px;
    padding: 8px 13px;
    background: #fff;
    border: 1px solid #e6ebef;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .07);
    font-size: 14px;
}

.step-number {
    width: 29px;
    height: 29px;
    min-width: 29px;
    border-radius: 50%;
    background: #3175c4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.step-arrow {
    margin-left: auto;
    color: #1767b7;
    font-size: 20px;
}

.get-started {
    display: block;
    margin-top: 22px;
    height: 39px;
    line-height: 39px;
    border-radius: 22px;
    background: #316db4;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.get-started:hover {
    color: #fff;
    text-decoration: none;
}


/* FLOATING CARDS */

.rating-card {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 13px 18px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .10);
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-star {
    color: #f2ad00;
    font-size: 21px;
}

.rating-card strong,
.support-card strong {
    display: block;
    font-size: 14px;
    color: #111820;
}

.rating-card small,
.support-card small {
    display: block;
    color: #6a7e92;
    font-size: 11px;
}

.support-card {
    position: absolute;
    z-index: 2;
    right: -15px;
    bottom: 0;
    padding: 13px 18px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .10);
    display: flex;
    align-items: center;
    gap: 10px;
}

.support-icon {
    color: #2671bb;
    font-size: 22px;
}

@media (max-width: 991px) {

    .hero-section {
        padding-top: 20px;
    }

    .hero-title {
        font-size: 44px;
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-features {
        flex-wrap: wrap;
        gap: 15px;
    }

    .healing-card-wrapper {
        margin-top: 60px;
    }

    .healing-card {
        margin-left: 0;
    }

    .rating-card {
        left: 10px;
    }

    .support-card {
        right: 5px;
    }
}

@media (max-width: 575px) {

    .hero-title {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .hero-features {
        flex-direction: column;
        align-items: flex-start;
    }

    .healing-card {
        padding: 25px 18px;
    }
}

.counts{
	background-color: #209882;
	padding: 20px;
	margin: 20px 0px 20px; 
}
.count-values{
	color: #fff;
	font-weight: 800;
	font-size: 30px;
}
.count-labels{
	color: #fff;
	font-weight: 400;
	font-size: 18px;
}

/* =========================================
   OUR SPECIALTIES
========================================= */

.specialties-section {
    padding: 55px 0 90px;
    background: #ffffff;
}

.specialties-header {
    text-align: center;
    margin-bottom: 48px;
}

.specialties-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    color: #1768b5;
    font-size: 14px;
    font-weight: 500;

    margin-bottom: 12px;
}

.specialties-label-icon {
    font-size: 18px;
}

.specialties-header h2 {
    margin: 0 0 10px;

    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;

    color: #111820;
}

.specialties-header p {
    margin: 0;

    font-size: 16px;
    line-height: 1.5;

    color: #5a7898;
}


/* GRID */

.specialties-grid {
   
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}


/* CARD */

.specialty-card {
    min-height: 325px;

    padding: 32px;

    border-radius: 15px;

    position: relative;

    transition: all .25s ease;
}

.specialty-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
}


/* CARD BACKGROUNDS */

.specialty-ayush {
    background: linear-gradient(
        135deg,
        #e7fbf1 0%,
        #d8f8e8 100%
    );
}

.specialty-skin {
    background: linear-gradient(
        135deg,
        #fff8e8 0%,
        #fff0d6 100%
    );
}

.specialty-general {
    background: linear-gradient(
        135deg,
        #edf6ff 0%,
        #dcecff 100%
    );
}

.specialty-unani {
    background: linear-gradient(
        135deg,
        #edf6ff 0%,
        #dcecff 100%
    );
}


/* ICON */

.specialty-icon {
    width: 56px;
    height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 15px;

    margin-bottom: 22px;

    color: #fff;

    font-size: 28px;

    box-shadow: 0 4px 7px rgba(0, 0, 0, .12);
}

.specialty-ayush .specialty-icon {
    background: #00a56a;
}

.specialty-skin .specialty-icon {
    background: #ff9800;
}

.specialty-general .specialty-icon,
.specialty-unani .specialty-icon {
    background: #0787cf;
}


/* TITLE */

.specialty-card h3 {
    margin: 0 0 10px;

    font-size: 19px;
    line-height: 1.3;

    font-weight: 700;

    color: #111820;
}


/* DESCRIPTION */

.specialty-card p {
    margin: 0 0 16px;

    font-size: 14px;
    line-height: 1.55;

    color: #527393;
}


/* DOCTOR BADGE */

.doctor-available {
    display: inline-block;

    padding: 6px 12px;

    border-radius: 20px;

    font-size: 12px;
    line-height: 1;

    color: #006f4b;

    background: rgba(255, 255, 255, .38);

    margin-bottom: 15px;
}

.specialty-skin .doctor-available {
    color: #d27600;
}

.specialty-general .doctor-available,
.specialty-unani .doctor-available {
    color: #0072b5;
}


/* BOOK NOW */

.specialty-book {
    display: block;

    color: #0864b5;

    font-size: 14px;
    font-weight: 500;

    text-decoration: none;
}

.specialty-book span {
    margin-left: 4px;
    font-size: 18px;
}

.specialty-book:hover {
    color: #064f8d;
    text-decoration: none;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .specialties-grid {
        max-width: 700px;

        grid-template-columns: repeat(2, 1fr);

        gap: 24px;
    }

}

@media (max-width: 575px) {

    .specialties-section {
        padding: 45px 15px 60px;
    }

    .specialties-header {
        margin-bottom: 30px;
    }

    .specialties-header h2 {
        font-size: 26px;
    }

    .specialties-header p {
        font-size: 14px;
    }

    .desktop-only {
        display: none;
    }

    .specialties-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .specialty-card {
        min-height: auto;
        padding: 26px;
    }

}


/* =========================================
   LATEST HEALTH BLOGS
========================================= */

.health-blogs-section {
    padding: 80px 0 78px;
    background: #f4f8fc;
}


/* HEADER */

.health-blogs-header {
    text-align: center;
    margin-bottom: 48px;
}

.health-blogs-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    color: #1768b5;
    font-size: 14px;
    font-weight: 500;

    margin-bottom: 12px;
}

.health-blogs-label span {
    font-size: 18px;
}

.health-blogs-header h2 {
    margin: 0 0 10px;

    color: #101820;

    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
}

.health-blogs-header p {
    margin: 0;

    color: #5a7898;

    font-size: 16px;
    line-height: 1.5;
}


/* BLOG GRID */

.health-blogs-grid {
    max-width: 1025px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 24px;
}


/* CARD */

.health-blog-card {
    overflow: hidden;

    background: #fff;

    border: 1px solid #e1e7ed;
    border-radius: 16px;

    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);

    transition: all .25s ease;
}

.health-blog-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 10px 25px rgba(0, 0, 0, .10);
}


/* CARD TOP */

.blog-card-top {
    padding: 20px 21px 0;
}

.blog-liver {
    background: #e4faef;
}

.blog-heart {
    background: #fff0f5;
}

.blog-diabetes {
    background: #e8f4ff;
}


/* META */

.blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 12px;
}

.blog-category {
    display: inline-flex;
    align-items: center;

    padding: 5px 10px;

    border-radius: 20px;

    font-size: 12px;
    line-height: 1;

    font-weight: 500;
}

.liver-category {
    background: #cdf6e1;
    color: #00764d;
}

.heart-category {
    background: #ffd9e3;
    color: #c60024;
}

.diabetes-category {
    background: #d6e9ff;
    color: #005dc4;
}

.blog-read-time {
    color: #657c94;
    font-size: 12px;
}


/* IMAGE */

.blog-image {
    display: block;

    width: 100%;
    height: 128px;

    object-fit: cover;

    border-radius: 9px;
}


/* BLOG TITLE */

.blog-card-top h3 {
    margin: 8px 0 17px;

    color: #101820;

    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}


/* CONTENT */

.blog-card-content {
    padding: 16px 21px 17px;

    background: #fff;
}

.blog-card-content p {
    min-height: 72px;

    margin: 0 0 14px;

    color: #557493;

    font-size: 14px;
    line-height: 1.6;
}


/* READ MORE */

.blog-read-more {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 32px;

    border: 1px solid #b9d3ec;
    border-radius: 20px;

    color: #075faf;

    font-size: 12px;
    font-weight: 500;

    text-decoration: none;

    background: #fff;
}

.blog-read-more:hover {
    color: #075faf;
    text-decoration: none;
    background: #f5faff;
}


/* VIEW ALL */

.view-all-blogs {
    text-align: center;

    margin-top: 31px;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-width: 185px;
    height: 39px;

    padding: 0 22px;

    border: 1px solid #b7d2ec;
    border-radius: 22px;

    color: #1768b5;

    font-size: 14px;
    font-weight: 500;

    text-decoration: none;

    background: transparent;
}

.view-all-btn span {
    font-size: 20px;
    line-height: 1;
}

.view-all-btn:hover {
    color: #1768b5;
    text-decoration: none;

    background: #fff;
}

@media (max-width: 991px) {

    .health-blogs-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 575px) {

    .health-blogs-section {
        padding: 55px 15px 60px;
    }

    .health-blogs-header h2 {
        font-size: 26px;
    }

    .health-blogs-header p {
        font-size: 14px;
    }

    .health-blogs-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .blog-image {
        height: 180px;
    }

}


/* ========================================
   Doctors Section
======================================== */

.doctors-section {
    
    padding: 30px 20px 60px;
    
}

.doctors-container {
    max-width: 1310px;
    margin: 0 auto;
}


/* ========================================
   Header
======================================== */

.doctors-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}

.doctors-heading {
    max-width: 600px;
}

.top-rated {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #2467b8;
    font-size: 14px;
    margin-bottom: 14px;
}

.star-icon {
    font-size: 17px;
    color: #2868b5;
}

.doctors-heading h2 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #071b31;
}

.doctors-heading p {
    margin: 0;
    color: #55718f;
    font-size: 16px;
    line-height: 1.6;
}


/* ========================================
   View All Button
======================================== */

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 22px;

    height: 40px;
    padding: 0 17px;

    border: 1px solid #a9c8e9;
    border-radius: 22px;

    color: #1760ae;
    background: transparent;

    font-size: 14px;
    text-decoration: none;

    transition: all .2s ease;
}

.view-all-btn span {
    font-size: 22px;
    line-height: 1;
}

.view-all-btn:hover {
    background: #eaf3fc;
    border-color: #1768ba;
}


/* ========================================
   Grid
======================================== */

.doctors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
}


/* ========================================
   Doctor Card
======================================== */

.doctor-card {
    background: #fff;

    border: 1px solid #dfe6ed;
    border-radius: 16px;

    padding: 20px;

    box-shadow: 0 2px 5px rgba(20, 55, 90, .08);

    min-width: 0;
    box-sizing: border-box;

    transition: transform .2s ease, box-shadow .2s ease;
}

.doctor-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgba(30, 70, 110, .12);
}


/* ========================================
   Badge
======================================== */

.speciality-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 5px 12px;

    border-radius: 20px;

    font-size: 12px;
    font-weight: 600;

    margin-bottom: 17px;
}

.speciality-badge.ayush {
    color: #00875a;
    background: #d9faeb;
    border: 1px solid #a6efd0;
}

.speciality-badge.dermatology {
    color: #bd6900;
    background: #fff1c9;
    border: 1px solid #f6d77d;
}

.speciality-badge.physician {
    color: #006cae;
    background: #e1f3ff;
    border: 1px solid #adddf7;
}

.speciality-badge.unani {
    color: #7534d1;
    background: #eee5ff;
    border: 1px solid #d6c1ff;
}


/* ========================================
   Doctor Info
======================================== */

.doctor-info {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 18px;
}

.doctor-image {
    width: 54px;
    height: 54px;

    flex: 0 0 54px;

    border-radius: 50%;
    overflow: hidden;

    border: 2px solid #e9eef3;
}

.doctor-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    display: block;
}

.doctor-details {
    min-width: 0;
}

.doctor-details h3 {
    margin: 0 0 4px;

    font-size: 16px;
    line-height: 1.25;

    font-weight: 700;
    color: #071b31;
}

.qualification {
    font-size: 12px;
    color: #4e6d8d;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    margin-bottom: 4px;
}

.rating {
    display: flex;
    align-items: center;
    gap: 5px;

    font-size: 12px;
}

.rating span {
    color: #f5a900;
    font-size: 15px;
}

.rating strong {
    color: #d38c00;
    font-weight: 500;
}

.rating small {
    color: #66819c;
    font-size: 12px;
}


/* ========================================
   Meta
======================================== */

.doctor-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;

    margin-bottom: 12px;
}

.doctor-meta > div {
    height: 32px;

    display: flex;
    align-items: center;

    padding: 0 12px;

    box-sizing: border-box;

    background: #f5f7fa;
    border-radius: 10px;

    color: #426785;
    font-size: 12px;
}

.meta-icon {
    color: #116fc4;
    margin-right: 7px;
    font-size: 16px;
}


/* ========================================
   Languages & Speciality
======================================== */

.languages {
    color: #52708d;
    font-size: 12px;
    line-height: 1.55;

    margin-bottom: 5px;
}

.doctor-speciality {
    color: #007c69;
    font-size: 12px;
    line-height: 1.55;

    min-height: 37px;
}


/* ========================================
   Buttons
======================================== */

.doctor-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;

    margin-top: 17px;
}

.profile-btn,
.book-btn {
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;

    font-size: 12px;
    text-decoration: none;

    box-sizing: border-box;

    transition: all .2s ease;
}

.profile-btn {
    color: #1764b4;
    background: #fff;
    border: 1px solid #a9c9ea;
}

.profile-btn:hover {
    background: #f0f7ff;
}

.book-btn {
    color: #fff;
    background: #286bb2;
    border: 1px solid #286bb2;

    box-shadow: 0 2px 4px rgba(20, 90, 160, .2);
}

.book-btn:hover {
    background: #1d5d9f;
}

.book-btn span {
    margin-right: 6px;
    font-size: 14px;
}


/* ========================================
   Tablet
======================================== */

@media (max-width: 1100px) {

    .doctors-container {
        max-width: 900px;
    }

    .doctors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ========================================
   Mobile
======================================== */

@media (max-width: 700px) {

    .doctors-section {
        padding: 25px 15px 45px;
    }

    .doctors-header {
        display: block;
        margin-bottom: 30px;
    }

    .doctors-heading h2 {
        font-size: 25px;
    }

    .doctors-heading p {
        font-size: 14px;
    }

    .view-all-btn {
        margin-top: 18px;
    }

    .doctors-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .doctor-card {
        padding: 18px;
    }
}


/* ========================================
   Small Mobile
======================================== */

@media (max-width: 400px) {

    .doctors-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .doctor-card {
        padding: 15px;
        border-radius: 13px;
    }

    .doctor-meta {
        grid-template-columns: 1fr;
    }

    .doctor-actions {
        grid-template-columns: 1fr;
    }

    .qualification {
        max-width: 180px;
    }
}


/* =========================================
   PATIENT TESTIMONIALS
========================================= */

.patient-testimonials-section {
    
    padding: 80px 0 78px;
    background: #f4f8fc;


}


/* HEADER */

.patient-testimonials-section .health-blogs-header {
    margin-bottom: 45px;
}

.patient-testimonials-section .health-blogs-label {
    margin-bottom: 11px;
}


/* GRID */

.patient-testimonials-grid {
    max-width: 1025px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 24px;
}


/* CARD */

.patient-testimonial-card {
    position: relative;

    padding: 27px 27px 25px;

    background: #ffffff;

    border: 1px solid #e1e9f1;
    border-radius: 18px;

    box-shadow: 0 5px 18px rgba(28, 73, 112, .07);

    transition: all .25s ease;
}

.patient-testimonial-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 14px 30px rgba(28, 73, 112, .12);
}


/* TOP */

.testimonial-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 17px;
}


/* STARS */

.testimonial-stars {
    color: #f5b301;

    font-size: 17px;
    letter-spacing: 2px;

    line-height: 1;
}


/* QUOTE */

.testimonial-quote {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #edf6ff;

    color: #2f70b8;

    font-family: Georgia, serif;
    font-size: 31px;
    line-height: 1;

    padding-top: 7px;
}


/* TESTIMONIAL TEXT */

.testimonial-text {
    min-height: 112px;

    margin: 0 0 25px;

    color: #536f8b;

    font-size: 15px;
    line-height: 1.65;
}


/* PATIENT */

.testimonial-patient {
    display: flex;
    align-items: center;

    padding-top: 18px;

    border-top: 1px solid #edf1f5;
}


/* AVATAR */

.patient-avatar {
    width: 44px;
    height: 44px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #3175c4,
        #5c96d2
    );

    color: #ffffff;

    font-size: 17px;
    font-weight: 600;

    box-shadow: 0 4px 9px rgba(49, 117, 196, .20);
}


/* PATIENT INFO */

.patient-info {
    margin-left: 12px;

    display: flex;
    flex-direction: column;

    gap: 3px;
}

.patient-info strong {
    color: #17202a;

    font-size: 14px;
    font-weight: 700;
}

.patient-info span {
    color: #7890a6;

    font-size: 12px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .patient-testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 575px) {

    .patient-testimonials-section {
        padding: 55px 15px 65px;
    }

    .patient-testimonials-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .patient-testimonial-card {
        padding: 24px;
    }

    .testimonial-text {
        min-height: auto;
    }

}

/* =========================================
   FOOTER
========================================= */

.main-footer {
    background: #102a43;
    color: #d7e5f2;
    padding: 60px 0 0;
}


/* FOOTER CONTENT */

.footer-content {
    display: grid;
    grid-template-columns: 1.5fr 1.2fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 45px;
}


/* COLUMN */

.footer-column h4 {
    margin: 0 0 22px;

    color: #ffffff;

    font-size: 16px;
    font-weight: 700;
}


/* BRAND */

.footer-brand h3 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 25px;
    font-weight: 700;
}

.footer-brand h3 span {
    color: #4c91d1;
}

.footer-brand p {
    max-width: 330px;

    margin: 0;

    color: #a9bfd3;

    font-size: 14px;
    line-height: 1.7;
}


/* CONTACT ITEM */

.footer-contact-item {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin-bottom: 20px;
}

.footer-contact-icon {
    width: 36px;
    height: 36px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: rgba(255, 255, 255, .08);

    color: #65a5dc;
}

.footer-contact-item a {
    display: block;

    color: #ffffff;

    font-size: 14px;
    font-weight: 500;

    text-decoration: none;

    margin-bottom: 3px;
}

.footer-contact-item a:hover {
    color: #65a5dc;
}

.footer-contact-item span {
    display: block;

    color: #9db5ca;

    font-size: 12px;
}

.footer-contact-item strong {
    display: block;

    color: #ffffff;

    font-size: 14px;
    font-weight: 500;

    margin-bottom: 3px;
}


/* LEGAL LINKS */

.footer-links {
    list-style: none;

    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 13px;
}

.footer-links a {
    color: #a9bfd3;

    font-size: 14px;

    text-decoration: none;

    transition: color .2s ease;
}

.footer-links a:hover {
    color: #ffffff;
}


/* BOTTOM */

.footer-bottom {
    min-height: 65px;

    border-top: 1px solid rgba(255, 255, 255, .10);

    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #8fa9bf;

    font-size: 12px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }

}


@media (max-width: 575px) {

    .main-footer {
        padding: 45px 20px 0;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-brand p {
        max-width: 100%;
    }

    .footer-bottom {
        min-height: auto;

        padding: 20px 0;

        flex-direction: column;
        align-items: flex-start;

        gap: 8px;
    }

}

.footer-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    margin-top: 4px;

    padding: 10px 17px;

    border-radius: 8px;

    background: #25d366;

    color: #ffffff !important;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none !important;

    transition: all .2s ease;
}

.footer-whatsapp-btn:hover {
    background: #1ebe5d;

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow: 0 5px 14px rgba(37, 211, 102, .25);
}

.footer-whatsapp-btn svg {
    flex-shrink: 0;
}


/* =========================================
   LEGAL PAGES
========================================= */

.legal-page {
    padding: 65px 0 80px;

    background: #f5f9fd;

    min-height: calc(100vh - 70px);
}


/* HEADER */

.legal-header {
    max-width: 850px;

    margin: 0 auto 40px;

    text-align: center;
}

.legal-label {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    margin-bottom: 10px;

    color: #1768b5;

    font-size: 13px;
    font-weight: 500;
}

.legal-header h1 {
    margin: 0 0 10px;

    color: #142536;

    font-size: 34px;
    font-weight: 700;
}

.legal-header p {
    max-width: 700px;

    margin: 0 auto;

    color: #678199;

    font-size: 15px;
    line-height: 1.6;
}


/* CONTENT */

.legal-content {
    max-width: 900px;

    margin: 0 auto;
}


/* CARD */

.legal-card {
    margin-bottom: 25px;

    padding: 32px 38px;

    background: #ffffff;

    border: 1px solid #e1e9f1;

    border-radius: 17px;

    box-shadow: 0 5px 20px rgba(28, 73, 112, .06);
}


/* CARD HEADER */

.legal-card-header {
    display: flex;
    align-items: center;

    gap: 15px;

    padding-bottom: 23px;

    margin-bottom: 25px;

    border-bottom: 1px solid #edf1f5;
}

.legal-icon {
    width: 46px;
    height: 46px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #edf6ff;

    color: #1768b5;

    font-size: 20px;
}

.legal-card-header h2 {
    margin: 0 0 4px;

    color: #172432;

    font-size: 21px;
    font-weight: 700;
}

.legal-card-header span {
    color: #8195a8;

    font-size: 12px;
}


/* SECTION */

.legal-section {
    margin-bottom: 28px;
}

.legal-section:last-child {
    margin-bottom: 0;
}

.legal-section h3 {
    margin: 0 0 11px;

    color: #20394f;

    font-size: 16px;
    font-weight: 700;
}

.legal-section p {
    margin: 0;

    color: #5b7187;

    font-size: 14px;
    line-height: 1.75;
}


/* LIST */

.legal-section ul,
.legal-section ol {
    margin: 8px 0 0;

    padding-left: 23px;

    color: #5b7187;

    font-size: 14px;

    line-height: 1.75;
}

.legal-section li {
    margin-bottom: 7px;

    padding-left: 4px;
}

.legal-section ol li {
    padding-left: 7px;
}


/* CONTACT */

.legal-contact {
    padding: 17px 20px;

    border-radius: 10px;

    background: #f5f9fd;

    border: 1px solid #e6eef5;
}

.legal-contact p {
    margin-bottom: 7px;
}

.legal-contact p:last-child {
    margin-bottom: 0;
}

.legal-contact a {
    color: #1768b5;

    text-decoration: none;
}

.legal-contact a:hover {
    text-decoration: underline;
}


/* BACK */

.legal-back {
    max-width: 900px;

    margin: 25px auto 0;
}

.legal-back a {
    display: inline-flex;
    align-items: center;

    color: #1768b5;

    font-size: 13px;
    font-weight: 500;

    text-decoration: none;
}

.legal-back a:hover {
    color: #0d4f8d;

    text-decoration: none;
}


/* RESPONSIVE */

@media (max-width: 767px) {

    .legal-page {
        padding: 50px 15px 60px;
    }

    .legal-header h1 {
        font-size: 28px;
    }

    .legal-card {
        padding: 25px 22px;
    }

    .legal-card-header h2 {
        font-size: 18px;
    }

    .legal-section p,
    .legal-section ul,
    .legal-section ol {
        font-size: 13px;
    }

}