.elementor-10 .elementor-element.elementor-element-2aa8ff7{--display:flex;}.elementor-10 .elementor-element.elementor-element-2bb3bcc{padding:20px 20px 20px 20px;}/* Start custom CSS for html, class: .elementor-element-2bb3bcc */:root {
    --red: #de1f26;
    --blue: #0d6efd;
    --green: #16a34a;
    --ink: #1a2332;
    --muted: #5b6472;
    --line: #e2e8f0;
    --bg-light: #fafbfc;
}




/* Hero Header Section */
.hero {
    max-width: 1150px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 50px;
    align-items: center;
}

.badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--line);
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 20px;
}

.badge-pill .dot { 
    width: 7px; 
    height: 7px; 
    border-radius: 50%; 
    background: var(--green); 
}

h1 {
    font-size: 44px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 10px;
    line-height: 1.15;
}

.workplace { 
    font-size: 21px; 
    font-weight: 600; 
    color: var(--red); 
    margin-bottom: 10px; 
}

.credential-line { 
    font-size: 15px; 
    color: var(--blue); 
    font-weight: 600; 
    margin-bottom: 4px; 
}

.credential-line .sep { 
    color: #94a3b8; 
    margin: 0 6px; 
    font-weight: 400; 
}

.hospital-line { 
    font-size: 15px; 
    color: var(--ink); 
    font-weight: 600; 
    margin-bottom: 4px; 
}

.reg-line { 
    font-size: 13px; 
    color: var(--muted); 
    margin-bottom: 18px; 
}

.desc { 
    font-size: 15px; 
    color: #3d4756; 
    max-width: 580px; 
    margin-bottom: 26px; 
    line-height: 1.7; 
}

/* Buttons and CTA */
.cta-row { 
    display: flex; 
    align-items: center; 
    gap: 14px; 
    flex-wrap: wrap; 
    margin-bottom: 26px; 
}

.btn-primary {
    display: inline-flex; 
    align-items: center; 
    gap: 8px;
    background: var(--blue); 
    color: #fff; 
    padding: 13px 26px;
    border-radius: 8px; 
    text-decoration: none; 
    font-weight: 600; 
    font-size: 15px;
    box-shadow: 0 4px 6px -1px rgba(13, 110, 253, 0.2);
    transition: all 0.3s;
}

.btn-primary:hover { 
    background: #0b5ed7; 
    transform: translateY(-2px); 
}

.btn-outline {
    display: inline-flex; 
    align-items: center; 
    gap: 8px;
    background: #fff; 
    color: var(--ink); 
    padding: 13px 24px;
    border-radius: 8px; 
    text-decoration: none; 
    font-weight: 600; 
    font-size: 15px;
    border: 1px solid var(--line);
    transition: all 0.3s;
}

.btn-outline:hover { 
    background: #f8f9fa; 
    transform: translateY(-2px); 
}

.btn-primary svg, .btn-outline svg { 
    width: 18px; 
    height: 18px; 
    flex-shrink: 0; 
}

/* Features and Stats */
.feature-row { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 22px; 
    margin-bottom: 30px; 
}

.feature-item { 
    display: flex; 
    align-items: center; 
    gap: 7px; 
    font-size: 14px; 
    font-weight: 500; 
    color: #334155; 
}

.feature-item svg { 
    width: 17px; 
    height: 17px; 
    color: var(--green); 
    flex-shrink: 0; 
}

.stat-row { 
    display: flex; 
    gap: 40px; 
}

.stat-item .num { 
    font-size: 24px; 
    font-weight: 700; 
    color: var(--ink); 
}

.stat-item .label { 
    font-size: 13px; 
    color: var(--muted); 
}

/* Photo and Floating Cards */
.photo-col { 
    position: relative; 
}

.photo-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4/5;
    background: #dfe7e5;
}

.photo-frame::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0; height: 40%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(242,251,246,0.9) 100%);
}

.photo-placeholder-note {
    position: absolute;
    bottom: 10px; left: 0; right: 0;
    text-align: center; font-size: 12px; color: #8a8f80; z-index: 2;
}

.float-card {
    position: absolute;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(15,23,42,0.08);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.float-card .icon-box {
    width: 34px; height: 34px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; flex-shrink: 0;
}

.float-card .num { 
    font-size: 15px; 
    font-weight: 700; 
    color: var(--ink); 
}

.float-card .label { 
    font-size: 12px; 
    color: var(--muted); 
}

.card-1 { top: -18px; left: -10px; }
.card-1 .icon-box { background: var(--blue); }
.card-2 { top: 45%; right: -20px; }
.card-2 .icon-box { background: var(--green); }
.card-3 { bottom: 30px; right: -18px; }
.card-3 .icon-box { background: #f59e0b; }

/* General Sections Layout */
.container { 
    max-width: 1150px; 
    margin: 0 auto; 
    padding: 0 24px; 
}

.section { 
    padding: 80px 0; 
}

.services-section {
    background-color: #f8fafc;
}

.section-title { 
    text-align: center; 
    font-size: 28px; 
    margin-bottom: 48px; 
    position: relative; 
    color: #0f172a; 
    font-weight: 700; 
}

.section-title::after {
    content: ''; 
    position: absolute; 
    bottom: -10px; 
    left: 50%; 
    transform: translateX(-50%);
    width: 50px; 
    height: 3px; 
    background-color: var(--blue); 
    border-radius: 2px;
}

/* Services Grid Section */
.grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); 
    gap: 25px; 
}

.card { 
    background: white; 
    padding: 30px; 
    border-radius: 12px; 
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02); 
    border: 1px solid #e2e8f0; 
    transition: transform 0.3s, box-shadow 0.3s; 
}

.card:hover { 
    transform: translateY(-4px); 
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.05); 
}

.card h3 { 
    font-size: 19px; 
    color: #0f172a; 
    margin-bottom: 12px; 
    font-weight: 700; 
}

.card p { 
    color: #475569; 
    font-size: 15px; 
    line-height: 1.6; 
}

/* Chamber & Appointment Section Grid */
.appointment-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: start;
}

/* Chamber Info Card */
.chamber-card {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    border: 1px solid var(--line);
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.01);
}

.info-group { 
    margin-bottom: 24px; 
}

.info-group:last-child { 
    margin-bottom: 0; 
}

.info-label { 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    font-weight: 700; 
    color: #0f172a; 
    font-size: 17px; 
    margin-bottom: 8px; 
}

.info-value { 
    color: #475569; 
    font-size: 15px; 
    padding-left: 26px; 
}

.time-table-wrapper {
    padding-left: 0; 
    margin-top: 10px;
}

.time-table { 
    width: 100%; 
    border-collapse: collapse; 
    margin-top: 10px; 
}

.time-table td { 
    padding: 10px 0; 
    border-bottom: 1px dashed #e2e8f0; 
    font-size: 15px; 
}

.time-table tr:last-child td { 
    border-bottom: none; 
}

.time-slot {
    text-align: right; 
    color: #1e293b; 
    font-weight: 500;
}

/* Serial Booking Card */
.booking-card {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: #fff;
    padding: 40px 35px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 25px -5px rgba(15,23,42,0.15);
}

.booking-card h3 { 
    font-size: 22px; 
    font-weight: 700; 
    margin-bottom: 12px; 
    color: #fff; 
}

.booking-card p { 
    color: #94a3b8; 
    font-size: 15px; 
    margin-bottom: 26px; 
}

.phone-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.phone-label { 
    font-size: 13px; 
    color: #cbd5e1; 
    text-transform: uppercase; 
    letter-spacing: 0.5px; 
    margin-bottom: 4px; 
}

.phone-highlight { 
    font-size: 26px; 
    color: #38bdf8; 
    font-weight: 700; 
    display: block; 
    text-decoration: none; 
}

.full-width {
    width: 100%; 
    justify-content: center; 
    padding: 15px; 
    font-size: 16px; 
}

.booking-card .btn-primary:hover { 
    background: #1d4ed8; 
}

/* Responsive Design */
@media (max-width: 900px) {
    .hero { 
        grid-template-columns: 1fr; 
        gap: 30px; 
    }
    .photo-col { 
        order: -1; 
        max-width: 340px; 
        margin: 0 auto 20px; 
    }
    h1 { 
        font-size: 34px; 
    }
    .float-card { 
        display: none; 
    }
    .section { 
        padding: 60px 0; 
    }
    .appointment-layout { 
        grid-template-columns: 1fr; 
        gap: 30px; 
    }
}/* End custom CSS */