/* dr profile  */

.drp-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 0% 0%, rgba(174, 224, 240, .35) 0%, transparent 20%),
        radial-gradient(circle at 100% 100%, rgba(174, 224, 240, .35) 0%, transparent 20%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    padding: 60px 0;
}

.drp-hero::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 16px;
    width: 110px;
    height: 110px;
    background-image: radial-gradient(circle, rgba(29, 149, 138, .28) 2px, transparent 2.5px);
    background-size: 15px 15px;
    opacity: .55;
    pointer-events: none;
}

.drp-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 360px;
    height: 180px;
    background: linear-gradient(135deg, rgba(174, 224, 240, .65) 0%, rgba(42, 79, 192, .10) 70%, transparent 100%);
    border-radius: 100% 0 0 0;
    pointer-events: none;
}

.drp-left-pill {
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 999px;
    background: linear-gradient(90deg, #158d82 0%, #3aa996 100%);
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
    box-shadow: 0 10px 20px rgba(29, 149, 138, .18);
    margin-bottom: 15px;
}

.drp-hero-title {
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.05;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 14px;
    letter-spacing: -0.03em;
}

.drp-hero-subtitle {
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    line-height: 1.15;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 4px;
}

.drp-hero-location {
    color: var(--secondary-color);
    font-size: 1.18rem;
    font-weight: 500;
    margin-bottom: 6px;
}

.drp-hero-dot {
    width: 8px;
    height: 8px;
    background: var(--secondary-color);
    border-radius: 50%;
    margin: 12px 0 14px;
    position: relative;
}

.drp-hero-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(29, 149, 138, .15);
    transform: translate(-50%, -50%);
}

.drp-hero-dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 2%;
    width: 200px;
    height: 2px;
    border-radius: 50%;
    background: linear-gradient(to right, var(--secondary-color), var(--secondary-soft));
    transform: translateY(-50%);
}

.drp-hero-desc {
    font-size: 1rem;
    line-height: 1.55;
    color: var(--text);
    margin-bottom: 12px;
}

.drp-expertise-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.drp-expertise-badge {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: linear-gradient(135deg, #148e83 0%, #29b3a8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 10px 18px rgba(29, 149, 138, .22);
}

.drp-expertise-head h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
}

.drp-expertise-line {
    flex: 1;
    height: 2px;
    background: var(--secondary-soft);
}

.drp-expertise-list {
    margin-top: 8px;
}

.drp-expertise-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 7px;
    font-size: 1rem;
    line-height: 1.2;
}

.drp-expertise-item .drp-mini-icon {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #178d84;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .72rem;
    flex: 0 0 18px;
}

.drp-expertise-item strong {
    color: var(--primary-color);
    font-weight: 700;
}

.drp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
}

.drp-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 168px;
    padding: 14px 24px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 10px 18px rgba(13, 34, 90, .12);
    transition: .2s ease;
}

.drp-action-btn:hover {
    color: #fff;
    transform: translateY(-1px);
}

.drp-action-btn.read {
    background: linear-gradient(90deg, #2a4fc0 0%, #2140a7 100%);
}

.drp-action-btn.book {
    background: linear-gradient(90deg, #15917f 0%, #23a997 100%);
}

.drp-right-visual {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drp-circle-base {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
    border: 6px solid #fff;
    box-shadow: 0 18px 36px rgba(13, 34, 90, .10);
    z-index: 1;
}

.drp-circle-ring {
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    border: 18px solid transparent;
    border-left-color: var(--primary-dark);
    border-top-color: #2d55d1;
    transform: rotate(-18deg);
    z-index: 0;
}

.drp-circle-ring::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #2d55d1;
    top: 50px;
    right: 60px;
}

.drp-circle-ring::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #31b7a4;
    top: 166px;
    right: -10px;
}

.drp-circle-accent {
    position: absolute;
    width: 545px;
    height: 545px;
    border-radius: 50%;
    border: 12px solid transparent;
    border-right-color: #31b7a4;
    transform: rotate(12deg);
    z-index: 0;
}

.drp-doctor-photo {
    position: relative;
    z-index: 2;
    max-width: 490px;
    object-position: center top;
    border-radius: 999px;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
}

.drp-experience-card {
    position: absolute;
    right: 25px;
    bottom: 66px;
    z-index: 4;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 18px 30px rgba(13, 34, 90, .12);
    padding: 18px 22px;
    min-width: 320px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.drp-exp-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid #bfe5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d958a;
    font-size: 1.4rem;
    flex: 0 0 54px;
}

.drp-exp-years {
    font-size: 3rem;
    font-weight: 800;
    line-height: .9;
    color: var(--primary-color);
}

.drp-exp-text {
    font-size: 1.15rem;
    line-height: 1.1;
    color: #111;
    font-weight: 500;
}

@media (max-width: 1199px) {

    .drp-circle-ring,
    .drp-circle-accent,
    .drp-circle-base {
        width: 460px;
        height: 460px;
    }

    .drp-right-visual {
        min-height: 560px;
    }

    .drp-doctor-photo {
        max-height: 470px;
    }

    .drp-experience-card {
        min-width: 290px;
        right: 14px;
        bottom: 54px;
    }
}

@media (max-width: 991px) {
    .drp-right-visual {
        min-height: 500px;
        margin-top: 26px;
    }

    .drp-circle-ring,
    .drp-circle-accent,
    .drp-circle-base {
        width: 400px;
        height: 400px;
    }

    .drp-experience-card {
        right: 50%;
        transform: translateX(50%);
    }
}

@media (max-width: 767px) {
    .drp-hero {
        padding: 30px 0;
    }

    .drp-hero-desc {
        max-width: 100%;
    }

    .drp-expertise-head h3 {
        font-size: 1.25rem;
    }

    .drp-right-visual {
        min-height: 430px;
    }

    .drp-circle-ring,
    .drp-circle-accent,
    .drp-circle-base {
        width: 330px;
        height: 330px;
    }

    .drp-doctor-photo {
        max-height: 360px;
    }

    .drp-experience-card {
        min-width: 260px;
        padding: 14px 16px;
        gap: 12px;
        bottom: 28px;
    }

    .drp-exp-years {
        font-size: 2.2rem;
    }

    .drp-exp-text {
        font-size: 1rem;
    }

    .drp-actions {
        gap: 12px;
    }

    .drp-action-btn {
        min-width: 100%;
    }
}



/* counter */

.counter-section {
    width: 100%;
    padding: 30px 0;
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
}

.counter-item {
    color: var(--white);
}

.counter-number {
    display: block;
    margin: 0 0 5px;
    color: var(--white);
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
}

.counter-label {
    display: block;
    color: var(--white);
    font-size: 27px;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.4px;
}

@media (max-width: 767px) {
    .counter-section {
        min-height: auto;
        padding: 28px 0;
    }

    .counter-item {
        padding: 12px 0;
        text-align: center;
    }

    .counter-number {
        font-size: 30px;
    }

    .counter-label {
        font-size: 20px;
    }
}


/* membership */

/* ================================
   MEMBERSHIPS SECTION
================================ */

.memberships-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background:
        linear-gradient(135deg,
            #f9fdff 0%,
            #eefaff 50%,
            #ffffff 100%);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    color: #09265c;
}

/* Background decoration */

.memberships-bg::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    left: -250px;
    top: 30px;
    border-radius: 50%;
    background: rgba(53, 182, 180, 0.06);
    filter: blur(10px);
}

.memberships-bg::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -250px;
    top: 100px;
    border-radius: 50%;
    background: rgba(0, 58, 112, 0.05);
    filter: blur(20px);
}

/* Header */

.memberships-header {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 850px;
    margin: 0 auto 30px;
}

.brain-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #35b6b4;
}

.memberships-header h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3.5vw, 3.5rem);
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #09265c;
    font-weight: 700;
}

.memberships-header p {
    margin: 24px auto 0;
    max-width: 760px;
    color: #000;
    font-size: 20px;
    line-height: 1.6;
}

/* Cards */

.membership-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.membership-card {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(10, 45, 95, 0.06);
    border-radius: 18px;
    box-shadow:
        0 12px 35px rgba(0, 45, 95, 0.08),
        0 2px 8px rgba(0, 45, 95, 0.03);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.membership-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 20px 45px rgba(0, 45, 95, 0.14);
}

.membership-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.3;
    object-fit: contain;
}

/* ================================
   TABLET
================================ */

@media (max-width: 1100px) {

    .membership-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .membership-card {
        min-height: 390px;
    }

}


/* ================================
   MOBILE
================================ */

@media (max-width: 700px) {

    .memberships-section {
        padding: 55px 15px 0;
    }

    .memberships-header {
        margin-bottom: 35px;
    }

    .memberships-header h2 {
        font-size: 38px;
    }

    .memberships-header p {
        font-size: 16px;
        line-height: 1.5;
    }

    .membership-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .membership-card {
        min-height: auto;
        padding: 30px 20px;
    }

}




/* SECTION WRAPPER */
.stroke-section {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(135deg, rgba(174, 224, 240, .65) 0%, #f7fbff 100%);
    overflow: hidden;
}


.stroke-section::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 18px;
    width: 140px;
    height: 140px;
    background-image: radial-gradient(circle, rgba(29, 149, 138, .35) 2px, transparent 2.5px);
    background-size: 16px 16px;
    opacity: .6;
}


.stroke-section::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 420px;
    height: 260px;
    background: radial-gradient(circle, rgba(174, 224, 240, .65) 0%, transparent 65%);
}

/* LEFT CONTENT */
.stroke-left-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 16px;
    border-radius: 999px;
    border: 1px solid rgba(29, 149, 138, .45);
    background: rgba(255, 255, 255, 1);
    color: var(--secondary-color);
    font-size: .95rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.stroke-left-badge .badge-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(29, 149, 138, .10);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
}

.stroke-left-badge span.line {
    flex: 0 0 50px;
    height: 1px;
    background: #b9dde1;
}

.stroke-title-main {
    font-size: clamp(2rem, 3.4vw, 3.8rem);
    font-weight: 800;
    color: #132341;
    line-height: 1.25;
    margin-bottom: 4px;
}

.stroke-title-highlight {
    font-size: clamp(2rem, 3.4vw, 3.8rem);
    font-weight: 800;
    color: var(--secondary-color);
    line-height: 1.1;
    margin-bottom: 18px;
}

.stroke-desc {
    /* max-width: 600px; */
    font-size: 1.1rem;
    line-height: 1.95;
    color: #415069;
    margin-bottom: 22px;
}

.stroke-desc strong {
    color: var(--primary-dark);
}

/* ICON POINTS */
.stroke-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 26px;
}

.stroke-point {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stroke-point-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, #eef6fb 0%, #e3f5f7 100%);
    border: 1px solid rgba(174, 224, 240, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    font-size: 1.5rem;
    flex-shrink: 0;
}

.stroke-point-label {
    font-size: 1.05rem;
    color: #213046;
    font-weight: 500;
}

/* responsive */
@media (max-width: 991px) {
    .stroke-video-card {
        margin: 24px auto 0;
    }

    .stroke-points {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .stroke-section {
        padding: 26px 0 24px;
    }

    .stroke-title-main,
    .stroke-title-highlight {
        font-size: 2.2rem;
    }

    .stroke-points {
        grid-template-columns: 1fr;
    }
}




/* faq */


.faq-wrap {
    position: relative;
    padding: 60px 0 70px;
    background:
        radial-gradient(circle at 0% 0%, rgba(174, 224, 240, .30) 0%, transparent 25%),
        radial-gradient(circle at 100% 100%, rgba(174, 224, 240, .25) 0%, transparent 25%),
        var(--bg);
    overflow: hidden;
}

.faq-wrap::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 24px;
    width: 130px;
    height: 130px;
    background-image: radial-gradient(circle, rgba(29, 149, 138, .28) 2px, transparent 2.5px);
    background-size: 16px 16px;
    opacity: .5;
}

.faq-heading {
    font-size: clamp(1.9rem, 3vw, 2.7rem);
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 10px;
}

.faq-heading span {
    color: var(--secondary-color);
}

.faq-sub {
    color: var(--muted);
    font-size: 1rem;
    max-width: 560px;
    margin: 0 auto 34px;
}

/* ACCORDION */
.faq-list {
    max-width: 1000px;
    margin: 0 auto;
}

.faq-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    margin-bottom: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(22, 52, 91, .05);
    transition: box-shadow .25s ease, border-color .25s ease;
}

.faq-card.open {
    border-color: rgba(29, 149, 138, .35);
    box-shadow: 0 14px 30px rgba(22, 52, 91, .10);
}

.faq-q {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    cursor: pointer;
    user-select: none;
}

.faq-num {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-soft);
    color: var(--primary-color);
    font-weight: 700;
    font-size: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
}

.faq-card.open .faq-num {
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    color: #fff;
}

.faq-q-text {
    flex: 1;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary-dark);
    line-height: 1.4;
}

.faq-toggle-icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    font-size: .8rem;
    transition: transform .3s ease, background .3s ease;
}

.faq-card.open .faq-toggle-icon {
    transform: rotate(45deg);
    background: var(--secondary-color);
    color: #fff;
    border-color: transparent;
}

.faq-a {
    display: none;
    padding: 0 20px 20px 76px;
    font-size: 1rem;
    color: #4d596a;
    line-height: 1.65;
}

.faq-a strong {
    color: var(--primary-dark);
}


@media (max-width: 576px) {
    .faq-q {
        gap: 10px;
        padding: 15px;
    }

    .faq-num {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        font-size: .8rem;
    }

    .faq-a {
        padding-left: 20px;
    }

}



/*==================================================
Blog
==================================================*/

.pq-blog-post {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
    -moz-box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
    box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
}

.pq-light-bg .pq-blog-post {
    background: #eee;
}

.pq-blog-img {
    position: relative;
}

.pq-blog-img img {
    transform: scale(1);
    aspect-ratio: 3/2;
    object-fit: cover;
    transition: 0.5s ease-in-out;
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.pq-blog-img span {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #182d6d;
    padding: 8px 20px;
    line-height: normal;
    text-transform: capitalize;
    font-size: 17px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px 0 0 0;
}

.pq-blog-post:hover .pq-post-media img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pq-post-media .pq-post-date {
    background: #68acb6;
    padding: 4px 8px;
    line-height: normal;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pq-blog-contain {
    padding: 15px;
    display: inline-block;
    position: relative;
    width: 100%;
}

.pq-blog-contain .pq-blog-title {
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 25px;
    overflow: hidden;
    min-height: 50px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.pq-blog-info p {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    z-index: 9;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.pq-post-meta ul {
    padding: 0 0 15px;
    margin: 0 0 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
}

.pq-post-meta ul li {
    list-style: none;
    float: left;
    display: inline-block;
    margin-right: 20px;
    letter-spacing: 0.04em;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.pq-post-meta ul li:last-child {
    margin-right: 0;
}

.pq-post-meta ul li a {
    color: #016f75;
    text-decoration: none;
}

.pq-post-meta ul li a:hover {
    color: #013c47;
}

.pq-post-meta ul li i {
    margin-right: 10px;
    color: #013c47;
}


.pq-button .pq-button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px;
}


/* services  */

.neuro-section {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(174, 224, 240, .35) 0%, transparent 22%),
        radial-gradient(circle at bottom right, rgba(174, 224, 240, .25) 0%, transparent 18%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 60px 0 60px;
    overflow: hidden;
}

.neuro-section::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 18px;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(circle, rgba(29, 149, 138, .35) 2px, transparent 2.5px);
    background-size: 16px 16px;
    opacity: .65;
    pointer-events: none;
}

.neuro-section::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(circle, rgba(29, 149, 138, .25) 2px, transparent 2.5px);
    background-size: 16px 16px;
    opacity: .65;
    pointer-events: none;
}

.neuro-title {
    font-size: clamp(2rem, 3.3vw, 4rem);
    font-weight: 800;
    color: var(--primary-dark);
    letter-spacing: -0.03em;
    margin-bottom: 6px;
}

.neuro-subtitle {
    font-size: 1.08rem;
    color: #4a5568;
    margin-bottom: 18px;
}

.center-decor {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 14px;
}

.center-decor::before,
.center-decor::after {
    content: "";
    width: 82px;
    height: 1px;
    background: #b7dfe3;
}

.center-decor i {
    color: var(--secondary-color);
    font-size: 1.05rem;
}

.grid-card {
    background: var(--white);
    border: 1px solid rgba(228, 233, 243, .8);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(13, 34, 90, .08);
    padding: 15px;
    height: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: .25s ease;
}

.grid-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(13, 34, 90, .12);
}

.grid-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    flex: 0 0 78px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef7fb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(29, 149, 138, .08);
}

.grid-icon i {
    font-size: 2rem;
    color: var(--secondary-color);
}

.grid-content h5 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-dark);
    line-height: 1.18;
    margin-bottom: 10px;
}

.grid-content p {
    font-size: .9rem;
    color: #4d596a;
    line-height: 1.55;
    margin-bottom: 10px;
}

.arrow-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-dark);
    font-size: 1.35rem;
    text-decoration: none;
}

.hero-center {
    text-align: center;
    padding: 8px 18px 0;
}

.brain-wrap {
    width: 320px;
    height: 320px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(180deg, #133b8e 0%, #0f2d71 100%);
    position: relative;
    box-shadow: 0 20px 50px rgba(15, 34, 90, .22);
    border: 4px solid rgba(174, 224, 240, .95);
    overflow: hidden;
}

.brain-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.brain-wrap::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .35);
    pointer-events: none;
}

.mid-title {
    font-size: 1.22rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 8px;
}

.mid-text {
    font-size: 1rem;
    color: #4d596a;
    line-height: 1.6;
    max-width: 340px;
    margin: 0 auto 18px;
}

.btn-appointment {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--secondary-color), var(--primary-color));
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 25px rgba(29, 149, 138, .25);
}

.btn-appointment:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .brain-wrap {
        width: 270px;
        height: 270px;
    }

    .grid-card {
        min-height: auto;
    }

    .neuro-title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {

    .grid-card {
        padding: 16px;
    }

    .hero-center {
        margin: 10px 0 16px;
    }

    .neuro-section {
        padding: 30px 0;
    }
}



/* gallery */

.gal-img {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
}

.gal-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: transform 0.5s ease;
}












/* ============ BREADCRUMB (redesigned, no icons) ============ */
.breadcrumb-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, var(--primary-dark) 0%, #1a3a7a 50%, var(--secondary-dark) 100%);
    padding: 0;
}

.breadcrumb-inner {
    display: flex;
    align-items: center;
    min-height: 220px;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.breadcrumb-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 46%;
    background:
        repeating-linear-gradient(120deg, rgba(255, 255, 255, .05) 0px, rgba(255, 255, 255, .05) 1px, transparent 1px, transparent 46px);
    opacity: .5;
}

.breadcrumb-section::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -140px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(174, 224, 240, .16) 0%, transparent 70%);
}

.breadcrumb-eyebrow {
    display: inline-block;
    color: var(--accent);
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(174, 224, 240, .4);
}

.breadcrumb-title {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: clamp(2rem, 3.6vw, 3rem);
    margin-bottom: 18px;
    letter-spacing: -.01em;
}

.breadcrumb-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: .86rem;
}

.breadcrumb-nav a {
    color: rgba(255, 255, 255, .62);
    font-weight: 500;
}

.breadcrumb-nav a:hover {
    color: #fff;
}

.breadcrumb-nav .sep {
    color: rgba(255, 255, 255, .35);
}

.breadcrumb-nav .current {
    color: var(--accent);
    font-weight: 600;
    position: relative;
    padding-left: 14px;
}

.breadcrumb-nav .current::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
}

/* ============ SERVICE SECTION ============ */
.service-section {
    padding: 56px 0 70px;
}

.service-hero-wrap {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--shadow);
    margin-bottom: 34px;
}

.service-hero-wrap img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
}

.service-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(15, 34, 90, .78) 0%, rgba(15, 34, 90, .05) 55%);
}

.service-hero-caption {
    position: absolute;
    left: 28px;
    bottom: 24px;
    right: 28px;
    color: #fff;
}

.service-hero-caption .tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .35);
    padding: 5px 14px;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .8px;
    margin-bottom: 10px;
}

.service-hero-caption h2 {
    font-size: clamp(1.3rem, 2.4vw, 1.9rem);
    font-weight: 700;
    margin: 0;
}

.service-content .lead-text {
    font-size: 1.04rem;
    line-height: 1.8;
    color: #33415c;
}

.service-content h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin: 42px 0 16px;
}

.service-content h2::before {
    content: "";
    width: 6px;
    height: 26px;
    border-radius: 4px;
    background: linear-gradient(180deg, var(--secondary-color), var(--primary-color));
    flex-shrink: 0;
}

.service-content h2:first-of-type {
    margin-top: 0;
}

.service-content h3 {
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--secondary-dark);
    margin: 22px 0 8px;
}

.service-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #3c4a63;
    margin-bottom: 14px;
}

.symptom-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 18px 0 24px;
}

.symptom-chip {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text);
    box-shadow: 0 4px 14px rgba(22, 52, 91, .04);
}

.symptom-chip .s-ico {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--primary-soft);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.type-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 18px 0 10px;
}

.type-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(22, 52, 91, .05);
    transition: .2s ease;
}

.type-card:hover {
    border-color: rgba(29, 149, 138, .35);
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(22, 52, 91, .09);
}

.type-card .t-ico {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.type-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 6px;
}

.type-card p {
    font-size: 1rem;
    color: var(--muted);
    margin: 0;
    line-height: 1.6;
}

.callout-box {
    display: flex;
    gap: 14px;
    background: var(--primary-soft);
    border-left: 4px solid var(--primary-color);
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 1rem;
    color: var(--primary-dark);
    margin: 22px 0;
    line-height: 1.6;
}

.callout-box .c-ico {
    font-size: 1.2rem;
    color: var(--primary-color);
    flex-shrink: 0;
    margin-top: 2px;
}

.callout-box.warn {
    background: #fff3e6;
    border-left-color: #e08a2c;
    color: #7a4b0c;
}

.callout-box.warn .c-ico {
    color: #e08a2c;
}

.step-row {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
}

.step-num {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    color: #fff;
    font-weight: 700;
    font-size: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-text h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 4px;
}

.step-text p {
    font-size: 1rem;
    color: var(--muted);
    margin: 0;
    line-height: 1.6;
}

.content-cta {
    margin-top: 40px;
    background: linear-gradient(120deg, var(--primary-dark), var(--secondary-dark));
    border-radius: 18px;
    padding: 26px 28px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    box-shadow: var(--shadow);
}

.content-cta h5 {
    font-weight: 700;
    margin-bottom: 4px;
}

.content-cta p {
    margin: 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, .82);
}

.content-cta .cta-btn {
    background: #fff;
    color: var(--primary-dark);
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.content-cta .cta-btn:hover {
    background: var(--accent);
    color: var(--primary-dark);
}


.sidebar-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 16px;
    margin-bottom: 22px;
}

/* Doctor card */
.doc-card {
    text-align: left;
    padding: 0;
    overflow: hidden;
}

.doc-card-top {
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
    padding: 20px 20px 0;
    position: relative;
}

.doc-card-top::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 40px;
    background: #fff;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    transform: scale(1.5);
}

.doc-eyebrow {
    color: #1a3a7a;
    font-size: .68rem;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
}

.doc-profile-name {
    color: #1a3a7a;
    font-size: 1.48rem;
    font-weight: 800;
    margin-bottom: 3px;
}

.doc-profile-role {
    color: rgba(51, 51, 51, .82);
    font-size: .95rem;
    font-weight: 500;
}

.doc-card-body {
    padding: 4px 12px 20px;
    position: relative;
}

.doc-profile-loc {
    font-size: .92rem;
    color: var(--muted);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--line);
}

.doc-profile-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 16px;
    border-radius: 10px;
    background: var(--secondary-color);
    color: #fff;
    font-weight: 600;
    font-size: .88rem;
    margin-bottom: 10px;
}

.doc-profile-btn:hover {
    color: #fff;
    background: var(--secondary-dark);
}

.doc-call-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid var(--line);
    color: var(--primary-dark);
    font-weight: 600;
    font-size: .88rem;
}

.doc-call-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}


.sidebar-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--line);
}

/* services list, numbered, no icons */
.service-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: svc;
}

.service-nav li {
    counter-increment: svc;
    border-bottom: 1px solid var(--line);
}

.service-nav li:last-child {
    border-bottom: none;
}

.service-nav a {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 12px 12px;
    font-size: .95rem;
    color: var(--text);
    font-weight: 500;
    transition: .2s;
}

.service-nav a::before {
    content: counter(svc, decimal-leading-zero);
    font-size: .74rem;
    font-weight: 700;
    color: var(--muted);
    flex-shrink: 0;
    width: 15px;
}

.service-nav a:hover {
    color: var(--secondary-color);
    padding-left: 8px;
}

.service-nav a:hover::before {
    color: var(--secondary-color);
}

.service-nav a.active {
    color: var(--secondary-color);
    font-weight: 700;
    padding-left: 8px;
}

.service-nav a.active::before {
    color: var(--secondary-color);
}

/* contact info, no icon circles */
.contact-item {
    padding: 12px;
    border-bottom: 1px solid var(--line);
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item:first-child {
    padding-top: 0;
}

.contact-label {
    font-size: .72rem;
    color: var(--muted);
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.contact-value {
    font-size: .93rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.5;
}

.contact-value a {
    color: var(--text);
}

.contact-value a:hover {
    color: var(--secondary-color);
}

/* query form */
.query-card {
    background: var(--primary-dark);
    color: #fff;
}

.query-card .sidebar-heading {
    color: var(--accent);
}

.query-card .sidebar-title {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .18);
}

.query-form label {
    font-size: .8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 6px;
    display: block;
}

.query-form .form-control {
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .07);
    border-radius: 10px;
    font-size: .87rem;
    padding: 10px 14px;
    margin-bottom: 14px;
    color: #fff;
}

.query-form .form-control::placeholder {
    color: rgba(255, 255, 255, .5);
}

.query-form .form-control:focus {
    border-color: var(--accent);
    background: rgba(255, 255, 255, .1);
    box-shadow: none;
    color: #fff;
}

.query-form textarea.form-control {
    resize: none;
    min-height: 90px;
}

.query-submit-btn {
    width: 100%;
    border: none;
    padding: 12px 16px;
    border-radius: 10px;
    background: var(--secondary-color);
    color: #fff;
    font-weight: 700;
    font-size: .89rem;
}

.query-submit-btn:hover {
    background: var(--secondary-dark);
}

@media (max-width: 991px) {
    .sidebar {
        position: static;
        margin-top: 34px;
    }

    .symptom-grid,
    .type-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .breadcrumb-inner {
        min-height: auto;
        padding: 34px 12px;
    }
}

@media (max-width: 576px) {
    .service-hero-wrap img {
        height: 240px;
    }

    .content-cta {
        flex-direction: column;
        text-align: center;
    }
}





/* ============ INTRO SECTION ============ */
.drp-intro-section {
    padding: 60px 0 20px;
}

.drp-intro-photo-wrap {
    position: relative;
}

.drp-intro-photo-frame {
    border-radius: 26px;
    overflow: hidden;
    box-shadow: var(--shadow);
    position: relative;
}

.drp-intro-photo-frame img {
    width: 100%;
    display: block;
    min-height: 420px;
    object-fit: cover;
}

.drp-intro-badge {
    position: absolute;
    left: -20px;
    bottom: -20px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(15, 34, 90, .16);
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 230px;
}

.drp-intro-badge .num {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
}

.drp-intro-badge .drp-lbl {
    font-size: .82rem;
    color: var(--muted);
    font-weight: 600;
    line-height: 1.3;
}

.drp-intro-dots {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 90px;
    height: 90px;
    background-image: radial-gradient(circle, var(--secondary-color) 2.5px, transparent 3px);
    background-size: 14px 14px;
    opacity: .5;
    z-index: -1;
}

.drp-intro-eyebrow {
    color: var(--secondary-color);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.drp-intro-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 2.6vw, 2.5rem);
    color: var(--primary-dark);
    line-height: 1.2;
    margin-bottom: 18px;
}

.drp-intro-text {
    font-size: 1rem;
    line-height: 1.85;
    color: #3c4a63;
    margin-bottom: 16px;
}

.drp-intro-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.drp-intro-tag {
    padding: 7px 16px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: var(--primary-soft);
    color: var(--primary-dark);
    font-size: .82rem;
    font-weight: 600;
}

/* ============ CURRENT ROLE BANNER ============ */
.drp-role-banner {
    margin: 50px 0;
    background: linear-gradient(120deg, var(--primary-dark), var(--secondary-dark));
    border-radius: 22px;
    color: #fff;
    padding: 34px 36px;
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.drp-role-banner::before {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(174, 224, 240, .10);
}

.drp-role-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    flex-shrink: 0;
}

.drp-role-content {
    flex: 1;
    min-width: 240px;
}

.drp-role-eyebrow {
    color: var(--accent);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.drp-role-title {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.drp-role-sub {
    font-size: .88rem;
    color: rgba(255, 255, 255, .82);
}

/* ============ SECTION HEADERS (shared) ============ */
.drp-section-block {
    padding: 20px 0 40px;
}

.drp-section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.drp-section-eyebrow {
    color: var(--secondary-color);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.drp-section-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    color: var(--primary-dark);
}

/* ============ CAREER TIMELINE ============ */
.drp-timeline {
    position: relative;
}

.drp-tl-item {
    position: relative;
    margin-bottom: 16px;
}

.drp-tl-item:last-child {
    margin-bottom: 0;
}


.drp-tl-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 22px 15px;
    box-shadow: 0 8px 22px rgba(22, 52, 91, .05);
}

.drp-tl-period {
    display: inline-block;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .8px;
    color: var(--secondary-color);
    background: var(--secondary-soft);
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.drp-tl-role {
    font-size: 1.08rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 4px;
}

.drp-tl-place {
    font-size: .86rem;
    color: var(--muted);
    margin-bottom: 12px;
}

.drp-tl-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.drp-tl-points li {
    position: relative;
    padding-left: 20px;
    font-size: .89rem;
    line-height: 1.65;
    color: #3c4a63;
    margin-bottom: 8px;
}

.drp-tl-points li:last-child {
    margin-bottom: 0;
}

.drp-tl-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary-color);
}

.drp-tl-points li strong {
    color: var(--primary-dark);
}

/* ============ AREAS OF EXPERTISE ============ */
.drp-expertise-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 26px 22px;
    height: 100%;
    box-shadow: 0 6px 18px rgba(22, 52, 91, .05);
    transition: .22s;
}

.drp-expertise-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(22, 52, 91, .1);
    border-color: rgba(29, 149, 138, .3);
}

.drp-expertise-num {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-soft);
    -webkit-text-stroke: 1px var(--primary-color);
    margin-bottom: 10px;
    line-height: 1;
}

.drp-expertise-title {
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 8px;
}

.drp-expertise-desc {
    font-size: .87rem;
    color: var(--muted);
    line-height: 1.65;
    margin: 0;
}

/* ============ RESEARCH ============ */
.drp-research-section {
    background: linear-gradient(160deg, var(--primary-dark), var(--secondary-dark));
    border-radius: 26px;
    padding: 30px 30px 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.drp-research-section::before {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(174, 224, 240, .08);
}

.drp-research-section .drp-section-eyebrow {
    color: var(--accent);
}

.drp-research-section .drp-section-title {
    color: #fff;
}

.drp-conf-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.drp-conf-badge {
    padding: 8px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .08);
    font-size: .85rem;
    font-weight: 600;
}

.drp-research-list {
    max-width: 1100px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.drp-research-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, .92);
}

.drp-research-list li:last-child {
    border-bottom: none;
}

.drp-research-list .r-ico {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ============ MEMBERSHIPS ============ */
.drp-membership-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1050px;
    margin: 0 auto;
}

.drp-membership-card {
    text-align: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 30px 20px;
    box-shadow: 0 8px 22px rgba(22, 52, 91, .05);
}

.drp-membership-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0 auto 16px;
}

.drp-membership-name {
    font-size: .95rem;
    font-weight: 700;
    color: var(--primary-dark);
    line-height: 1.4;
}

/* ============ PHILOSOPHY ============ */
.drp-philosophy-section {
    background: #fff;
}

.drp-philosophy-quote {
    margin: 0 auto;
    position: relative;
    padding: 10px 20px 0;
}

.drp-philosophy-quote .drp-quote-mark {
    font-family: 'Playfair Display', serif;
    font-size: 4.5rem;
    color: var(--secondary-color);
    line-height: 1;
    margin-bottom: -30px;
}

.drp-philosophy-quote p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(1.15rem, 1.8vw, 1.4rem);
    color: var(--primary-dark);
    line-height: 1.7;
    text-align: start;
    margin-bottom: 24px;
}

.drp-philosophy-quote .drp-attribution {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: .9rem;
    font-weight: 700;
    text-align: end;
    color: var(--secondary-color);
}

.drp-philosophy-close {
    margin: 30px auto 0;
    font-size: 1rem;
    line-height: 1.8;
    color: #3c4a63;
    text-align: start;
}

/* ============ CTA ============ */
.drp-about-cta {
    margin: 20px auto 60px;
    background: linear-gradient(120deg, var(--secondary-color), var(--primary-color));
    border-radius: 22px;
    padding: 25px 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    box-shadow: var(--shadow);
}

.drp-about-cta h4 {
    font-weight: 800;
    margin-bottom: 4px;
}

.drp-about-cta p {
    margin: 0;
    font-size: .88rem;
    color: rgba(255, 255, 255, .88);
}

.drp-about-cta .drp-cta-btn {
    background: #fff;
    color: var(--primary-dark);
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 999px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.drp-about-cta .drp-cta-btn:hover {
    background: var(--accent);
    color: var(--primary-dark);
}

@media (max-width: 991px) {
    .drp-intro-photo-wrap {
        margin-bottom: 60px;
    }

    .drp-membership-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .drp-role-banner {
        padding: 26px;
    }

    .drp-research-section {
        padding: 34px 22px;
    }
}

@media (max-width: 576px) {
    .drp-timeline {
        padding-left: 30px;
    }

    .drp-tl-dot {
        left: -30px;
    }

    .drp-about-cta {
        flex-direction: column;
        text-align: center;
    }
}



.rs-research-section {
    position: relative;
    background: #faf6f1;
    padding: 60px 0;
    overflow: hidden;
}

.rs-research-section .rs-hex-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    opacity: 0.5;
    z-index: 0;
}

.rs-research-section .container {
    position: relative;
    z-index: 2;
}

.rs-section-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.rs-section-tag .rs-tag-number {
    font-weight: 800;
    color: #0d5bd1;
    font-size: 1rem;
}

.rs-section-tag .rs-tag-line {
    width: 35px;
    height: 2px;
    background: #c7c2ba;
}

.rs-section-tag .rs-tag-text {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 0.85rem;
    color: #9a938a;
}

.rs-research-heading {
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.15;
    color: #1a1a2e;
    margin-bottom: 30px;
}

.rs-research-heading span {
    color: #0b776f;
}

.rs-lab-image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e7e1d8;
    background: #ffffff;
    padding: 14px;
}

.rs-lab-image-wrap img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.rs-badge-overlay {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    gap: 12px;
    z-index: 3;
    flex-wrap: wrap;
}

.rs-badge-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.85rem;
    color: #ffffff;
}

.rs-badge-pill.dark {
    background: #0b776f;
}

.rs-badge-pill.light {
    background: #0d5bd1;
}

.rs-info-card {
    padding: 25px 15px 5px;
}

.rs-info-card-top {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.rs-info-icon-circle {
    width: 64px;
    height: 64px;
    min-width: 64px;
    padding: 15px;
    border-radius: 50%;
    background: #0b776f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;
}

.rs-info-card h3 {
    font-weight: 800;
    font-size: 1.4rem;
    color: #1a1a2e;
    margin-bottom: 0;
}

.rs-info-card .rs-info-underline {
    width: 45px;
    height: 3px;
    background: #0d5bd1;
    margin: 0 0 15px 84px;
    border-radius: 2px;
}

.rs-info-card p {
    color: #5a5a5a;
    font-size: 0.98rem;
    line-height: 1.7;
    margin-left: 84px;
    margin-bottom: 0;
}

.rs-timeline-list {
    padding-left: 20px;
    position: relative;
}

.rs-timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #e7e1d8;
    position: relative;
    padding-left: 80px;

}

.rs-timeline-item::before {
    content: "";
    height: 100%;
    width: 1px;
    background: #e7e1d8;
    position: absolute;
    top: 0;
    left: 53px;
}

.rs-timeline-item .rs-item-number {
    font-weight: 800;
    font-size: 1.6rem;
    color: #c7c2ba;
    min-width: 50px;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);

}

.rs-timeline-item .rs-item-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #0d5bd1;
    position: absolute;
    left: 50px;
    top: 45%;
    transform: translateY(-50%);
}

.rs-timeline-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    color: #ffffff;
    font-weight: 700;
    font-size: 50px;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.rs-timeline-icon.theme-blue {
    background: #0d5bd1;
}

.rs-timeline-icon.theme-teal {
    background: #0b776f;
}

.rs-timeline-content {
    flex: 1;
}

.rs-timeline-content .rs-item-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rs-timeline-content h4 {
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.rs-timeline-content h4.rs-theme-blue {
    color: #0d5bd1;
}

.rs-timeline-content h4.rs-theme-teal {
    color: #0b776f;
}

.rs-timeline-content p {
    color: #5a5a5a;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.rs-timeline-content .rs-arrow-icon {
    color: #1a1a2e;
    font-size: 1.1rem;
    transform: rotate(-45deg);
}


@media (max-width:991px) {
    .rs-research-heading {
        font-size: 2.2rem;
    }

    .rs-badge-overlay {
        position: static;
        margin-bottom: 15px;
    }

    .rs-info-underline,
    .rs-info-card p {
        margin-left: 0;
    }

    .rs-info-card-top {
        flex-direction: column;
    }
}



/* ============ CONTACT INFO STRIP ============ */
.ctp-contact-strip {
    padding: 50px 0 10px;
}

.ctp-info-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 30px 26px;
    height: 100%;
    transition: .25s ease;
    position: relative;
    overflow: hidden;
}

.ctp-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(22, 52, 91, .12);
}

.ctp-info-card::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--secondary-soft);
    opacity: .5;
}

.ctp-info-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.ctp-info-label {
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.ctp-info-value {
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--primary-dark);
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.ctp-info-value a {
    color: var(--primary-dark);
}

.ctp-info-value a:hover {
    color: var(--secondary-color);
}

.ctp-info-sub {
    font-size: .82rem;
    color: var(--muted);
    margin-top: 6px;
    position: relative;
    z-index: 1;
}

/* ============ FORM + MAP SECTION ============ */
.ctp-contact-main {
    padding: 40px 0 70px;
}

.ctp-form-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
    padding: 40px;
}

.ctp-panel-eyebrow {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.ctp-panel-title {
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 10px;
}

.ctp-panel-desc {
    font-size: .93rem;
    color: var(--muted);
    margin-bottom: 28px;
    max-width: 500px;
}

.form-label {
    font-size: .82rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 6px;
}

.form-control,
.form-select {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 12px 16px;
    font-size: .9rem;
    margin-bottom: 20px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(29, 149, 138, .12);
}

textarea.form-control {
    resize: none;
    min-height: 120px;
}

.ctp-submit-btn {
    border: none;
    padding: 14px 34px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--secondary-color), var(--primary-color));
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    box-shadow: 0 12px 24px rgba(29, 149, 138, .24);
}

.ctp-submit-btn:hover {
    opacity: .92;
    color: #fff;
}

/* right column: hospital card + map */
.ctp-hospital-card {
    background: linear-gradient(150deg, var(--primary-dark), var(--secondary-dark));
    border-radius: 22px;
    padding: 34px 30px;
    color: #fff;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.ctp-hospital-card::before {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(174, 224, 240, .12);
}

.ctp-hospital-eyebrow {
    color: var(--accent);
    font-size: .74rem;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.ctp-hospital-name {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.ctp-hospital-detail {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    position: relative;
    z-index: 1;
}

.ctp-hospital-detail:first-of-type {
    border-top: none;
    padding-top: 0;
}

.hd-ico {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    flex-shrink: 0;
}

.hd-label {
    font-size: .72rem;
    color: rgba(255, 255, 255, .65);
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 3px;
}

.hd-value {
    font-size: .93rem;
    font-weight: 600;
}

.hd-value a {
    color: #fff;
}

.hd-value a:hover {
    color: var(--accent);
}

.map-wrap {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
}

.map-wrap iframe {
    width: 100%;
    height: 260px;
    border: 0;
    display: block;
    filter: grayscale(.15);
}

@media (max-width: 991px) {
    .form-panel {
        padding: 28px;
        margin-bottom: 24px;
    }

    .ctp-form-panel {
        padding: 18px;
    }
}

@media (max-width: 576px) {

    .ctp-info-card {
        text-align: left;
        padding: 20px;
    }
}



/* footer  */


/* Footer */
.footer {
    background-color: var(--primary-dark);
    color: var(--black);
    padding: 60px 0 0;
    font-size: 14px;
}

.footer-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 12px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 0.7fr 1fr 1.1fr;
    gap: 20px;
    margin-bottom: 30px;
}

/* Footer Column Headings */
.footer-heading {
    color: var(--white);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
}

/* About Section */
.footer-about p {
    color: var(--white);
    line-height: 1.8;
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 16px;
}

.footer-info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--white);
    font-size: 15px;
    line-height: 1.6;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.footer-info-item:last-child {
    border-bottom: none;
}

.footer-info-item i {
    color: var(--white);
    font-size: 16px;
    margin-top: 2px;
    opacity: 0.8;
}

.footer-info-item a {
    color: var(--white);
    text-decoration: none;
    transition: color 0.2s ease;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links a {
    color: var(--white);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 8px 0;
    font-weight: 400;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
}

.footer-links.service a {
    color: var(--white);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 4px 0;
    font-weight: 400;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
}

.footer-links li:last-child a {
    border-bottom: none;
}


/* Social Links */
.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.social-icon {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: var(--white);
    transform: translateY(-2px);
}


/* Copyright */
.footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

@media (max-width: 576px) {
    .footer-bottom {
        padding-bottom: 50px;
    }
}

.copyright {
    text-align: center;
    color: var(--white);
    font-size: 16px;
    margin: 0;
}

.copyright a {
    color: var(--white);
    text-decoration: none;
    transition: color 0.2s ease;
}

.copyright a:hover {
    color: var(--white);
}

/* WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    background: linear-gradient(135deg, #25d366 0%, #1ebe57 100%);
    color: white;
    padding: 14px 26px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
    transition: all 0.3s ease;
    z-index: 1000;
}

.whatsapp-float:hover {
    background: linear-gradient(135deg, #1ebe57 0%, #1aa84e 100%);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
}

.whatsapp-float i {
    font-size: 20px;
}

/* Responsive */
@media (max-width: 1200px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 50px 0 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .brand-banner {
        flex-direction: column;
        text-align: center;
        padding: 22px 25px;
        border-radius: 20px;
    }

    .whatsapp-float {
        padding: 12px 20px;
        font-size: 13px;
        bottom: 20px;
        right: 20px;
    }
}