.elementor-914 .elementor-element.elementor-element-cd5f41f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-914 .elementor-element.elementor-element-8249b21{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7fd1a1b *//* CSS VARIABLES & BASE */
:root {
    --primary: #00ffa3;
    --gold: #c5a368;
    --dark: #020808;
    --glass: rgba(255, 255, 255, 0.03);
    --border: rgba(255, 255, 255, 0.08);
}

.dr-elite-profile {
    background: var(--dark);
    color: #fff;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
    padding-left:70px;
}
h2{
    color:white;
}
h4{
    color:white;
}
.st{
    color:white;
}
h3{
    color:white;
}
.glow-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 10% 20%, rgba(0, 255, 163, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

/* HERO SECTION */
.dr-hero-wrap {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    min-height: 100vh;
}

.hero-left {
    flex: 1;
    padding: 100px 50px;
    display: flex;
    align-items: center;
}

.hero-sticky { position: sticky; top: 100px; }

.dr-badge {
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px;
    font-weight: 700;
}

.dr-title-flow {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 900;
    line-height: 1.1;
    margin: 20px 0;
    background: linear-gradient(to right, #fff, var(--primary), var(--gold), #fff);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textFlow 6s linear infinite;
}
.consult-timing {
    margin-top: 80px;
    text-align: center;
}

.timing-box {
    display: inline-block;
    padding: 30px 40px;
    border: 1px solid rgba(0,255,163,0.2);
    border-radius: 20px;
    background: rgba(255,255,255,0.02);
}

.time-label {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}

.timing-box strong {
    font-size: 22px;
    color: #00ffa3;
}
@keyframes textFlow { to { background-position: 200% center; } }

/* STAT LOOP */
.hero-stats { display: flex; gap: 40px; margin: 40px 0; }
.h-stat { position: relative; padding-bottom: 12px; transition: 0.5s; opacity: 0.4; }
.h-stat.active { opacity: 1; transform: translateY(-5px); }
.h-stat strong { font-size: 38px; color: var(--primary); display: block; }
.h-stat span { font-size: 11px; color: #888; text-transform: uppercase; letter-spacing: 1px; }

.stat-progress {
    position: absolute; bottom: 0; left: 0; width: 0%; height: 2px;
    background: var(--primary); transition: width 3.5s linear;
}
.h-stat.active .stat-progress { width: 100%; }

/* IMAGE & HOSPITAL BAR */
.hero-right { flex: 1; display: flex; align-items: center; justify-content: center; position: relative; }
.dr-image-container { position: relative; width: 100%; max-width: 550px; }
.dr-image-container img { width: 80%; filter: drop-shadow(0 20px 50px rgba(0,0,0,0.8)); }

.hospital-bottom-bar {
    position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%);
    width: 90%; background: rgba(10, 20, 20, 0.7);
    backdrop-filter: blur(15px); border: 1px solid var(--border);
    border-radius: 20px; padding: 20px; overflow: hidden;
}

.h-bar-content { position: relative; z-index: 2; display: flex; flex-direction: column; }
.h-tag { font-size: 10px; color: var(--primary); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 4px; }
.h-name { font-size: 18px; font-weight: 800; color: #fff; }

.h-bar-glow {
    position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 163, 0.1), transparent);
    animation: barShine 4s infinite;
}

@keyframes barShine { 0% { left: -100%; } 40% { left: 100%; } 100% { left: 100%; } }

/* BUTTONS */
.btn-main-glow {
    background: var(--primary); color: #000; padding: 18px 40px; border-radius: 12px;
    text-decoration: none; font-weight: 800; display: inline-block; transition: 0.3s;
}

.btn-main-glow:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0, 255, 163, 0.4); }

.btn-ghost {
    border: 1px solid var(--border); color: #fff; padding: 18px 40px; border-radius: 12px;
    text-decoration: none; font-weight: 600; margin-left: 15px; transition: 0.3s;
}

.btn-ghost:hover { border-color: var(--primary); background: var(--glass); }

/* BLUEPRINT SECTIONS */
.dr-content-blueprint { max-width: 1100px; margin: 0 auto; padding: 100px 20px; }

.about-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; margin-bottom: 120px; }
.line-decor { width: 50px; height: 4px; background: var(--primary); margin-bottom: 20px; 
    color:white;
}
.about-title h2 { font-size: 48px; line-height: 1; }
.about-text p { font-size: 20px; line-height: 1.8; color: #ccc; }

.expertise-bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 120px; }
.bento-item { background: var(--glass); border: 1px solid var(--border); border-radius: 30px; padding: 30px; transition: 0.4s; }
.main-bento { grid-column: span 2; grid-row: span 2; display: flex; flex-direction: column; justify-content: center; }
.bento-item:hover { border-color: var(--primary); transform: scale(1.02); }

.glass-list { display: flex; flex-direction: column; gap: 10px; margin-top: 30px; }
.glass-row { background: var(--glass); border: 1px solid var(--border); padding: 20px 40px; border-radius: 100px; display: flex; justify-content: space-between; align-items: center; transition: 0.3s; }
.glass-row:hover { transform: translateX(10px); background: rgba(255,255,255,0.06); }
.qual-abbr { color: var(--primary); font-weight: 900; }

.cta-pulse-btn {
    display: inline-block; background: var(--primary); color: #000; padding: 20px 50px;
    border-radius: 50px; font-weight: 900; text-decoration: none; animation: ctaPulse 2s infinite;
}

@keyframes ctaPulse {
    0% { box-shadow: 0 0 0 0 rgba(0, 255, 163, 0.4); }
    70% { box-shadow: 0 0 0 20px rgba(0, 255, 163, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 255, 163, 0); }
}

/* REVEAL */
.reveal { opacity: 0; transform: translateY(40px); transition: 0.8s ease-out; }
.reveal.active { opacity: 1; transform: translateY(0); }

/* MOBILE RESPONSIVE */
@media (max-width: 991px) {
    .dr-hero-wrap { flex-direction: column; }
    .hero-left { padding: 80px 20px; }
    .hero-right { order: -1; min-height: 50vh; }
    .about-grid { grid-template-columns: 1fr; }
    .expertise-bento { grid-template-columns: repeat(2, 1fr); }
    .hospital-bottom-bar { width: 95%; bottom: 20px; }
}
/* EXTRA MOBILE RESPONSIVE CSS */

@media (max-width: 767px) {

    .dr-elite-profile{
        padding-left: 0;
        overflow-x: hidden;
    }

    .dr-hero-wrap{
        flex-direction: column;
        min-height: auto;
    }

    .hero-left{
        padding: 40px 20px;
        text-align: center;
    }

    .hero-sticky{
        position: relative;
        top: 0;
    }

    .dr-title-flow{
        font-size: 2.3rem;
        line-height: 1.2;
    }

    .hero-stats{
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .h-stat strong{
        font-size: 28px;
    }

    .hero-right{
        min-height: auto;
        padding: 20px;
    }

    .dr-image-container{
        max-width: 320px;
        margin: auto;
    }

    .dr-image-container img{
        width: 100%;
    }

    .hospital-bottom-bar{
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        width: 100%;
        margin-top: 20px;
        border-radius: 15px;
        padding: 15px;
    }

    .h-name{
        font-size: 15px;
    }

    .about-title h2{
        font-size: 32px;
    }

    .about-text p{
        font-size: 16px;
        line-height: 1.7;
    }

    .expertise-bento{
        grid-template-columns: 1fr;
    }

    .main-bento{
        grid-column: span 1;
        grid-row: span 1;
    }

    .bento-item{
        padding: 20px;
    }

    .glass-row{
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding: 18px 20px;
        border-radius: 20px;
    }

    .btn-main-glow,
    .btn-ghost{
        display: block;
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    .consult-timing{
        margin-top: 40px;
    }

    .timing-box{
        width: 100%;
        padding: 20px;
    }

    .cta-pulse-btn{
        width: 100%;
        text-align: center;
        padding: 18px 25px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a8d9468 *//* ===== LAYOUT ===== */
.dr-hero-v2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    max-width: 1400px;
    margin: auto;
    min-height: 100vh;
    flex-wrap: wrap;
    
}

.dr-left-v2 { flex: 1; min-width: 300px; }
.dr-right-v2 { flex: 1; display: flex; justify-content: center; }

/* ===== TITLE ===== */
.dr-title-v2 {
    font-size: clamp(32px,5vw,55px);
    font-weight: 900;
    margin: 20px 0;
    line-height: 1.1;

    background: linear-gradient(120deg,#fff,#00ffa3,#c5a368,#fff);
    background-size: 200% auto;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    animation: drFlow 6s linear infinite;
}

.dr-title-v2 span {
    font-size: 0.6em;
}

@keyframes drFlow {
    to { background-position: 200% center; }
}

/* ===== BADGE ===== */
.dr-badge-v2 {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 20px;
    background: rgba(0,255,163,0.08);
    border: 1px solid rgba(0,255,163,0.3);
}

/* ===== ROLE ===== */
.dr-role-v2 {
    color: #ccc;
}

/* ===== STATS ===== */
.dr-stats-v2 {
    display: flex;
    gap: 20px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.dr-stat-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 18px;
    border-radius: 14px;
    min-width: 150px;
}

.dr-stat-card strong {
    color: #00ffa3;
    font-size: 26px;
}

/* ===== BUTTONS ===== */
.dr-actions-v2 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.dr-btn-primary,
.dr-btn-outline {
    height: 48px;
    padding: 0 28px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
}

/* PRIMARY */
.dr-btn-primary {
    background: linear-gradient(135deg,#00ffa3,#00c97f);
    color: #000;
    position: relative;
    overflow: hidden;
}

.dr-btn-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, #fff, transparent);
    transform: translateX(-100%);
    animation: drShine 3s infinite;
}

@keyframes drShine {
    to { transform: translateX(100%); }
}

/* OUTLINE */
.dr-btn-outline {
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
}
.dr-badge-floating {
    position: absolute;
    top: 15px;
    right: 15px;

    z-index: 10; /* IMPORTANT */

    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;

    color: black;

    background: rgba(0, 255, 163, 0.08);
    border: 1px solid rgba(0, 255, 163, 0.4);

    border-radius: 25px;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
/* ===== IMAGE ===== */
.dr-image-box-v2 {
    position: relative;
    width: 100%;
    max-width: 420px;
    border-radius: 30px;
    background: linear-gradient(145deg,#0a2f2b,#021b18);
    padding: 20px;
    overflow: hidden;
}

/* IMAGE CENTER + SIZE FIX */
.dr-image-box-v2 img {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;

}

/* SOFT INNER CIRCLE BG (premium look) */
.dr-image-box-v2::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(255,255,255,0.08), transparent);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* OUTER GLOW */
.dr-image-box-v2::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 30px;
    background: linear-gradient(120deg,transparent,#00ffa3,transparent);
    opacity: 0.15;
    z-index:-1;
}
.dr-hospital-bar {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;

    background: linear-gradient(
        90deg,
        rgba(10,20,20,0.6),
        rgba(10,20,20,0.95)
    );

    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 14px;
    text-align: center;
}

/* TEXT FIX */
.dr-h-name {
    color: #fff;
    font-weight: 700;
}

.dr-h-tag {
    color: #00ffa3;
    font-size: 11px;
}

/* ===== MOBILE ===== */
@media(max-width:991px){
    .dr-hero-v2 {
        flex-direction: column;
        text-align: center;
    }

    .dr-actions-v2,
    .dr-stats-v2 {
        justify-content: center;
    }
}

<style>
:root {
    --primary: #00ffa3;
    --gold: #c5a368;
    --dark: #020808;
    --glass: rgba(255, 255, 255, 0.03);
    --border: rgba(255, 255, 255, 0.08);
}

.dr-elite-profile { background: var(--dark); color: #fff; font-family: 'Inter', sans-serif; position: relative; overflow: hidden; }

/* AMBIENT GLOW */
.glow-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 10% 20%, rgba(0, 255, 163, 0.05) 0%, transparent 50%); pointer-events: none; }

/* HERO LAYOUT */
.dr-hero-wrap { display: flex; max-width: 1400px; margin: 0 auto; min-height: 100vh; }
.hero-left { flex: 1; padding: 100px 50px; display: flex; align-items: center; }
.hero-sticky { position: sticky; top: 100px; }

.dr-title-flow { font-size: clamp(3rem, 6vw, 5rem); font-weight: 900; line-height: 1.1; margin: 20px 0; background: linear-gradient(to right, #fff, var(--primary), var(--gold), #fff); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: textFlow 6s linear infinite; }
@keyframes textFlow { to { background-position: 200% center; } }

/* STAT LOOP */
.hero-stats { display: flex; gap: 40px; margin: 40px 0; }
.h-stat { position: relative; padding-bottom: 12px; transition: 0.5s; opacity: 0.4; }
.h-stat.active { opacity: 1; transform: translateY(-5px); }
.h-stat strong { font-size: 38px; color: var(--primary); display: block; }
.stat-progress { position: absolute; bottom: 0; left: 0; width: 0%; height: 2px; background: var(--primary); transition: width 3.5s linear; }
.h-stat.active .stat-progress { width: 100%; }

/* IMAGE & BOTTOM HOSPITAL BAR */
.hero-right { flex: 1; display: flex; align-items: center; justify-content: center; position: relative; }
.dr-image-container { position: relative; width: 100%; max-width: 550px; }
.dr-image-container img { width: 100%; filter: drop-shadow(0 20px 50px rgba(0,0,0,0.8)); }

.hospital-bottom-bar { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); width: 90%; background: rgba(10, 20, 20, 0.7); backdrop-filter: blur(15px); border: 1px solid var(--border); border-radius: 20px; padding: 20px; overflow: hidden; }
.h-tag { font-size: 10px; color: var(--primary); text-transform: uppercase; letter-spacing: 2px; display: block; }
.h-name { font-size: 18px; font-weight: 800; color: #fff; }
.h-bar-glow { position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(0, 255, 163, 0.1), transparent); animation: barShine 4s infinite; }
@keyframes barShine { 0% { left: -100%; } 40% { left: 100%; } 100% { left: 100%; } }

/* CONTENT & BENTO */
.dr-content-blueprint { max-width: 1100px; margin: 0 auto; padding: 100px 20px; }
.about-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; margin-bottom: 120px; }
.expertise-bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 120px; }
.bento-item { background: var(--glass); border: 1px solid var(--border); border-radius: 30px; padding: 30px; transition: 0.4s; }
.main-bento { grid-column: span 2; grid-row: span 2; display: flex; flex-direction: column; justify-content: center; }

/* QUAL & TIMING SPLIT */
.blueprint-split { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; margin-bottom: 120px; }
.timing-glass { background: rgba(0, 255, 163, 0.03); border: 1px solid rgba(0, 255, 163, 0.15); padding: 40px; border-radius: 30px; text-align: center; }
.timing-tag { color: var(--primary); font-size: 11px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; }
.timing-glass h3 { font-size: 32px; margin: 15px 0; font-weight: 800; }
.timing-divider { border: 0; height: 1px; background: var(--border); margin: 25px 0; }

/* FINAL CTA */
.final-cta-section { margin-bottom: 100px; }
.cta-card { background: linear-gradient(145deg, #0a1111, #020808); border: 1px solid var(--border); border-radius: 40px; padding: 60px; display: flex; align-items: center; gap: 50px; position: relative; overflow: hidden; }
.cta-card h2 span { color: var(--primary); }
.cta-card h2 { font-size: 42px; margin-bottom: 15px; }
.btn-pulse-primary { background: var(--primary); color: #000; padding: 20px 45px; border-radius: 12px; text-decoration: none; font-weight: 800; animation: ctaPulse 2s infinite; }
.btn-whatsapp { border: 1px solid #25D366; color: #25D366; padding: 20px 45px; border-radius: 12px; text-decoration: none; font-weight: 700; }

@keyframes ctaPulse { 0% { box-shadow: 0 0 0 0 rgba(0, 255, 163, 0.4); } 70% { box-shadow: 0 0 0 20px rgba(0, 255, 163, 0); } 100% { box-shadow: 0 0 0 0 rgba(0, 255, 163, 0); } }

.glass-row { background: var(--glass); border: 1px solid var(--border); padding: 20px 40px; border-radius: 100px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; transition: 0.3s; }
.qual-abbr { color: var(--primary); font-weight: 900; }

.btn-main-glow { background: var(--primary); color: #000; padding: 18px 40px; border-radius: 12px; text-decoration: none; font-weight: 800; display: inline-block; transition: 0.3s; }
.btn-ghost { border: 1px solid var(--border); color: #fff; padding: 18px 40px; border-radius: 12px; text-decoration: none; margin-left: 15px; }

.reveal { opacity: 0; transform: translateY(40px); transition: 0.8s ease-out; }
.reveal.active { opacity: 1; transform: translateY(0); }

@media (max-width: 991px) { 
    .dr-hero-wrap { flex-direction: column; } 
    .hero-left { padding: 80px 20px; } 
    .hero-right { order: -1; min-height: 50vh; } 
    .about-grid, .expertise-bento, .blueprint-split, .cta-card { grid-template-columns: 1fr; flex-direction: column; text-align: center; } 
    .cta-btns { justify-content: center; flex-direction: column; gap: 15px; }
}
</style>/* End custom CSS */