html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body.bcc-specialists-page .elementor-location-header,
body.bcc-specialists-page .elementor-location-footer,
body.bcc-specialists-page #masthead,
body.bcc-specialists-page #site-header,
body.bcc-specialists-page .site-header,
body.bcc-specialists-page .custom-header,
body.bcc-specialists-page .site-header-main,
body.bcc-specialists-page .site-branding,
body.bcc-specialists-page .header-media,
body.bcc-specialists-page .header-top,
body.bcc-specialists-page .header-top-bar,
body.bcc-specialists-page .main-navigation,
body.bcc-specialists-page .site-header-menu,
body.bcc-specialists-page .primary-menu-wrapper,
body.bcc-specialists-page .menu-toggle-wrapper,
body.bcc-specialists-page .navigation-classic,
body.bcc-specialists-page .search-container,
body.bcc-specialists-page .search-toggle,
body.bcc-specialists-page .site-search,
body.bcc-specialists-page #colophon,
body.bcc-specialists-page #site-footer,
body.bcc-specialists-page .site-footer,
body.bcc-specialists-page .site-info,
body.bcc-specialists-page .footer-widget-area,
body.bcc-specialists-page .footer-navigation,
body.bcc-specialists-page .scrollup,
body.bcc-specialists-page #scrollup,
body.bcc-specialists-page .backtotop,
body.bcc-specialists-page .back-to-top,
body.bcc-specialists-page .go-to-top,
body.bcc-specialists-page .scroll-top,
body.bcc-specialists-page .author-info,
body.bcc-specialists-page .entry-header,
body.bcc-specialists-page .entry-meta,
body.bcc-specialists-page .byline,
body.bcc-specialists-page .posted-on,
body.bcc-specialists-page .cat-links,
body.bcc-specialists-page .tags-links,
body.bcc-specialists-page .entry-footer,
body.bcc-specialists-page .sharedaddy,
body.bcc-specialists-page .sd-sharing-enabled,
body.bcc-specialists-page .share-this,
body.bcc-specialists-page .post-share,
body.bcc-specialists-page .post-navigation,
body.bcc-specialists-page #jp-relatedposts {
    display: none !important;
}

body.bcc-specialists-page .entry-title,
body.bcc-specialists-page .page-title {
    display: none !important;
}

body.bcc-specialists-page .entry-content,
body.bcc-specialists-page .site-content,
body.bcc-specialists-page .content-area,
body.bcc-specialists-page .site-main,
body.bcc-specialists-page .hentry,
body.bcc-specialists-page article.page,
body.bcc-specialists-page article.post,
body.bcc-specialists-page .wrapper,
body.bcc-specialists-page .container,
body.bcc-specialists-page .singular-content-wrap,
body.bcc-specialists-page .content-wrapper,
body.bcc-specialists-page main {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

body.bcc-specialists-page {
    background: #fff !important;
}

.bcc-site {
    --bcc-ink: #132320;
    --bcc-muted: #546460;
    --bcc-soft: #f6faf8;
    --bcc-paper: #ffffff;
    --bcc-line: rgba(19, 35, 32, 0.12);
    --bcc-teal: #087a73;
    --bcc-green: #2f8b57;
    --bcc-gold: #b58a3c;
    --bcc-deep: #0d302d;
    --bcc-shadow: 0 22px 60px rgba(11, 40, 36, 0.12);
    --bcc-radius: 8px;
    color: var(--bcc-ink);
    background: var(--bcc-paper);
    font-family: "Noto Sans Arabic", "Tajawal", "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
    line-height: 1.8;
    overflow-x: clip;
    max-width: 100vw;
}

.bcc-site *,
.bcc-site *::before,
.bcc-site *::after {
    box-sizing: border-box;
    letter-spacing: 0;
}

.bcc-site a {
    color: inherit;
    text-decoration: none;
}

.bcc-site img {
    display: block;
    max-width: 100%;
}

.bcc-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.bcc-nav {
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border: 0;
    border-bottom: 1px solid var(--bcc-line);
    border-radius: 0;
    box-shadow: 0 16px 45px rgba(19, 35, 32, 0.08);
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr auto;
    inset-inline: 0;
    margin: 0 auto;
    max-width: none;
    padding: 10px clamp(14px, 3vw, 34px);
    position: fixed;
    top: 0;
    transform: translateY(0);
    transition: transform 280ms ease, box-shadow 220ms ease, background 220ms ease;
    width: 100%;
    z-index: 999;
    backdrop-filter: blur(14px);
    will-change: transform;
}

body.admin-bar .bcc-nav {
    top: 32px;
}

.bcc-nav.bcc-nav-hidden {
    transform: translateY(calc(-100% - 10px));
}

.bcc-nav.bcc-nav-visible {
    transform: translateY(0);
}

.bcc-brand {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 0;
}

.bcc-brand img {
    height: 42px;
    object-fit: contain;
    width: 104px;
}

.bcc-brand span {
    color: var(--bcc-muted);
    display: none;
    font-size: 0.86rem;
    line-height: 1.4;
}

.bcc-nav nav {
    display: none;
}

.bcc-nav nav a {
    border-radius: 999px;
    color: var(--bcc-muted);
    font-size: 0.9rem;
    padding: 8px 11px;
    transition: background 180ms ease, color 180ms ease;
}

.bcc-nav nav a:hover,
.bcc-nav nav a:focus-visible {
    background: rgba(8, 122, 115, 0.08);
    color: var(--bcc-teal);
}

.bcc-nav-actions {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    min-width: 0;
}

.bcc-language-switch {
    align-items: center;
    border: 1px solid var(--bcc-line);
    border-radius: 999px;
    color: var(--bcc-teal);
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
    min-width: 82px;
    padding: 8px 12px;
    white-space: nowrap;
}

.bcc-language-switch:hover,
.bcc-language-switch:focus-visible {
    background: rgba(8, 122, 115, 0.08);
}

.bcc-nav-cta {
    align-items: center;
    background: var(--bcc-ink);
    border-radius: 999px;
    color: #fff !important;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 800;
    justify-content: center;
    min-height: 42px;
    min-width: 156px;
    padding: 9px 16px;
    white-space: nowrap;
}

.bcc-hero {
    background:
        linear-gradient(90deg, rgba(8, 122, 115, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(8, 122, 115, 0.08) 1px, transparent 1px),
        linear-gradient(135deg, #f7fbfa 0%, #ffffff 45%, #eef7f2 100%);
    background-size: 64px 64px, 64px 64px, auto;
    border-bottom: 1px solid var(--bcc-line);
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr);
    justify-content: center;
    margin-top: 0;
    min-height: 780px;
    overflow: hidden;
    padding: 130px 18px 58px;
    position: relative;
}

.bcc-hero::before {
    background: linear-gradient(90deg, transparent, rgba(8, 122, 115, 0.22), transparent);
    content: "";
    height: 1px;
    inset-inline: 0;
    opacity: 0.8;
    position: absolute;
    top: 33%;
    transform: translateX(-100%);
    animation: bcc-scan 7s ease-in-out infinite;
}

.bcc-hero-line {
    background: linear-gradient(90deg, transparent, rgba(181, 138, 60, 0.36), transparent);
    height: 2px;
    opacity: 0.8;
    pointer-events: none;
    position: absolute;
    transform: rotate(-18deg);
    width: 54%;
}

.bcc-hero-line-one {
    inset-inline-start: -12%;
    top: 28%;
    animation: bcc-line-drift 9s ease-in-out infinite;
}

.bcc-hero-line-two {
    bottom: 18%;
    inset-inline-end: -16%;
    animation: bcc-line-drift 11s ease-in-out infinite reverse;
}

.bcc-section,
.bcc-signal-strip {
    margin-inline: auto;
    max-width: 1180px;
    width: 100%;
}

.bcc-hero-copy,
.bcc-hero-stage {
    min-width: 0;
    width: 100%;
}

.bcc-hero-copy {
    align-self: end;
    position: relative;
    z-index: 2;
}

.bcc-kicker {
    color: var(--bcc-teal);
    font-size: 0.86rem;
    font-weight: 900;
    margin: 0 0 8px;
    text-transform: none;
}

.bcc-site h1,
.bcc-site h2,
.bcc-site h3,
.bcc-site p,
.bcc-site dd {
    margin-top: 0;
    overflow-wrap: break-word;
}

.bcc-site h1 {
    color: var(--bcc-ink);
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 18px;
    max-width: 800px;
}

.bcc-site h2 {
    color: var(--bcc-ink);
    font-size: 1.82rem;
    font-weight: 900;
    line-height: 1.28;
    margin-bottom: 12px;
}

.bcc-site h3 {
    color: var(--bcc-ink);
    font-size: 1.28rem;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 10px;
}

.bcc-lead {
    color: var(--bcc-muted);
    font-size: 1.08rem;
    line-height: 1.9;
    margin-bottom: 24px;
    max-width: 700px;
}

.bcc-hero-actions,
.bcc-card-actions,
.bcc-booking-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bcc-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.96rem;
    font-weight: 900;
    justify-content: center;
    line-height: 1.35;
    min-height: 48px;
    padding: 12px 20px;
    position: relative;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.bcc-button::after {
    background: currentColor;
    border-radius: 50%;
    content: "";
    height: 5px;
    opacity: 0.35;
    width: 5px;
}

.bcc-site[dir="rtl"] .bcc-button::after {
    margin-right: 10px;
}

.bcc-site[dir="ltr"] .bcc-button::after {
    margin-left: 10px;
}

.bcc-button:hover,
.bcc-button:focus-visible {
    box-shadow: 0 18px 42px rgba(8, 122, 115, 0.18);
    transform: translateY(-2px);
}

.bcc-site .bcc-button-primary {
    background: var(--bcc-teal);
    color: #fff !important;
}

.bcc-site .bcc-button-secondary {
    background: rgba(255, 255, 255, 0.72);
    border-color: var(--bcc-line);
    color: var(--bcc-ink) !important;
}

.bcc-site .bcc-button-contrast {
    background: var(--bcc-gold);
    color: #fff !important;
}

.bcc-site .bcc-text-link {
    color: var(--bcc-teal);
    font-weight: 900;
}

.bcc-site .bcc-social-link {
    align-items: center;
    border: 1px solid rgba(8, 122, 115, 0.2);
    border-radius: 50%;
    color: var(--bcc-teal);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    min-width: 44px;
    padding: 0;
    width: 44px;
}

.bcc-site .bcc-social-link:hover,
.bcc-site .bcc-social-link:focus-visible {
    background: rgba(8, 122, 115, 0.08);
}

.bcc-instagram-mark {
    border: 2px solid currentColor;
    border-radius: 9px;
    display: block;
    height: 19px;
    position: relative;
    width: 19px;
}

.bcc-instagram-mark::before {
    border: 2px solid currentColor;
    border-radius: 50%;
    content: "";
    height: 7px;
    inset: 4px;
    position: absolute;
    width: 7px;
}

.bcc-instagram-mark::after {
    background: currentColor;
    border-radius: 50%;
    content: "";
    height: 3px;
    inset-inline-end: 3px;
    position: absolute;
    top: 3px;
    width: 3px;
}

.bcc-hero-stage {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    justify-items: start;
    position: relative;
    z-index: 2;
}

.bcc-portrait {
    align-items: end;
    background: var(--bcc-paper);
    border: 1px solid var(--bcc-line);
    border-radius: var(--bcc-radius);
    box-shadow: var(--bcc-shadow);
    display: grid;
    grid-template-columns: 112px 1fr;
    min-height: 164px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    transition: transform 220ms ease, box-shadow 220ms ease;
    width: 100%;
}

.bcc-hero-stage .bcc-portrait {
    max-width: 440px;
}

.bcc-portrait:hover {
    box-shadow: 0 28px 78px rgba(11, 40, 36, 0.18);
    transform: translateY(-4px);
}

.bcc-portrait img {
    align-self: stretch;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 112px;
}

.bcc-portrait div {
    padding: 18px;
}

.bcc-portrait strong,
.bcc-portrait span {
    display: block;
}

.bcc-portrait strong {
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1.35;
}

.bcc-portrait span {
    color: var(--bcc-muted);
    font-weight: 800;
    margin-top: 4px;
}

.bcc-portrait .bcc-portrait-proof {
    color: var(--bcc-teal);
    font-size: 0.9rem;
    font-weight: 900;
    margin-top: 8px;
}

.bcc-hero-badge {
    background: var(--bcc-deep);
    border-radius: var(--bcc-radius);
    box-shadow: 0 16px 45px rgba(13, 48, 45, 0.22);
    color: #fff;
    font-weight: 900;
    justify-self: start;
    padding: 12px 16px;
}

.bcc-signal-strip {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    padding: 22px 18px;
}

.bcc-signal-strip article {
    border-bottom: 1px solid var(--bcc-line);
    padding: 12px 0;
}

.bcc-signal-strip strong,
.bcc-signal-strip span {
    display: block;
}

.bcc-signal-strip strong {
    font-size: 1.05rem;
    font-weight: 900;
}

.bcc-signal-strip span {
    color: var(--bcc-muted);
    font-size: 0.94rem;
    margin-top: 2px;
}

.bcc-section {
    padding: 62px 18px;
}

.bcc-section-head {
    margin-bottom: 28px;
    max-width: 760px;
}

.bcc-section-head p:not(.bcc-kicker) {
    color: var(--bcc-muted);
    font-size: 1rem;
}

.bcc-doctor-grid,
.bcc-service-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr);
}

.bcc-doctor-card {
    background:
        linear-gradient(90deg, rgba(8, 122, 115, 0.07) 1px, transparent 1px),
        linear-gradient(0deg, rgba(8, 122, 115, 0.07) 1px, transparent 1px),
        var(--bcc-paper);
    background-size: 44px 44px, 44px 44px, auto;
    border: 1px solid var(--bcc-line);
    border-radius: var(--bcc-radius);
    box-shadow: 0 18px 55px rgba(19, 35, 32, 0.09);
    display: grid;
    overflow: hidden;
    position: relative;
    transition: box-shadow 220ms ease, transform 220ms ease;
}

.bcc-doctor-card::before {
    background: linear-gradient(180deg, var(--bcc-teal), var(--bcc-green));
    content: "";
    inset-block: 0;
    inset-inline-start: 0;
    position: absolute;
    width: 5px;
}

.bcc-doctor-card:hover {
    box-shadow: 0 28px 80px rgba(19, 35, 32, 0.14);
    transform: translateY(-4px);
}

.bcc-doctor-copy {
    padding: 28px;
    position: relative;
    z-index: 1;
}

.bcc-doctor-copy p:not(.bcc-kicker) {
    color: var(--bcc-muted);
}

.bcc-proof-stat {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(13, 48, 45, 0.98), rgba(8, 122, 115, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: var(--bcc-radius);
    box-shadow: 0 18px 42px rgba(13, 48, 45, 0.16);
    color: #fff;
    display: inline-grid;
    gap: 2px;
    margin: 2px 0 16px;
    max-width: 100%;
    min-width: min(100%, 260px);
    padding: 12px 15px;
}

.bcc-proof-stat strong,
.bcc-proof-stat span {
    display: block;
}

.bcc-proof-stat strong {
    color: #fff;
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1.25;
}

.bcc-proof-stat span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.45;
}

.bcc-doctor-ahmed .bcc-proof-stat,
.bcc-profile-row-ahmed .bcc-proof-stat {
    background:
        linear-gradient(135deg, rgba(130, 94, 31, 0.98), rgba(181, 138, 60, 0.96));
}

.bcc-doctor-copy ul,
.bcc-service-panel ul {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 18px 0 22px;
    padding: 0;
}

.bcc-doctor-copy li,
.bcc-service-panel li {
    color: var(--bcc-ink);
    padding-inline-start: 20px;
    position: relative;
}

.bcc-site[dir="rtl"] .bcc-doctor-copy li,
.bcc-site[dir="rtl"] .bcc-service-panel li {
    padding-inline-end: 0;
    padding-inline-start: 20px;
}

.bcc-doctor-copy li::before,
.bcc-service-panel li::before {
    background: var(--bcc-green);
    border-radius: 50%;
    content: "";
    height: 7px;
    inset-inline-start: 0;
    position: absolute;
    top: 0.74em;
    width: 7px;
}

.bcc-site[dir="rtl"] .bcc-doctor-copy li::before,
.bcc-site[dir="rtl"] .bcc-service-panel li::before {
    inset-inline-end: auto;
    inset-inline-start: 0;
}

.bcc-profiles {
    display: grid;
    gap: 20px;
}

.bcc-profile-row {
    align-items: stretch;
    background:
        linear-gradient(90deg, rgba(181, 138, 60, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(8, 122, 115, 0.06) 1px, transparent 1px),
        var(--bcc-paper);
    background-size: 52px 52px, 52px 52px, auto;
    border: 1px solid var(--bcc-line);
    border-radius: var(--bcc-radius);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
}

.bcc-profile-row-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
}

.bcc-profile-row-copy p:not(.bcc-kicker) {
    color: var(--bcc-muted);
    max-width: 760px;
}

.bcc-profile-services {
    display: grid;
    gap: 10px;
    margin: 18px 0 22px;
}

.bcc-profile-services div {
    border-top: 1px solid var(--bcc-line);
    padding-top: 10px;
}

.bcc-profile-services strong,
.bcc-profile-services span {
    display: block;
}

.bcc-profile-services strong {
    color: var(--bcc-ink);
    font-weight: 900;
}

.bcc-profile-services span {
    color: var(--bcc-muted);
    font-size: 0.94rem;
}

.bcc-services {
    background: linear-gradient(180deg, var(--bcc-soft), #fff);
    max-width: none;
}

.bcc-services > * {
    margin-inline: auto;
    max-width: 1180px;
}

.bcc-service-panel {
    background: var(--bcc-paper);
    border: 1px solid var(--bcc-line);
    border-radius: var(--bcc-radius);
    padding: 24px;
    transition: border-color 180ms ease, transform 180ms ease;
}

.bcc-service-panel:hover {
    border-color: rgba(8, 122, 115, 0.36);
    transform: translateY(-3px);
}

.bcc-service-panel p {
    color: var(--bcc-muted);
}

.bcc-booking {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        var(--bcc-deep);
    background-size: 58px 58px, 58px 58px, auto;
    color: #fff;
    max-width: none;
}

.bcc-booking-panel {
    margin-inline: auto;
    max-width: 920px;
    width: min(100%, 920px);
}

.bcc-booking .bcc-kicker,
.bcc-booking h2,
.bcc-booking p {
    color: #fff;
}

.bcc-booking p {
    max-width: 760px;
    opacity: 0.84;
}

.bcc-booking h2 {
    max-width: 760px;
}

.bcc-booking-rules {
    display: grid;
    gap: 12px;
    margin: 24px 0;
    max-width: 960px;
}

.bcc-booking-rules div {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--bcc-radius);
    padding: 16px;
}

.bcc-booking-rules dt {
    color: #fff;
    font-weight: 900;
    margin-bottom: 4px;
}

.bcc-booking-rules dd {
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
}

.bcc-booking .bcc-button {
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.bcc-care-note {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    margin-top: 22px;
    padding-top: 16px;
}

.bcc-location {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr);
}

.bcc-location-copy p {
    color: var(--bcc-muted);
}

.bcc-location dl {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
}

.bcc-location dl div {
    border-top: 1px solid var(--bcc-line);
    padding-top: 12px;
}

.bcc-location dt {
    color: var(--bcc-teal);
    font-weight: 900;
}

.bcc-location dd {
    color: var(--bcc-ink);
    margin: 0;
}

.bcc-map {
    border: 1px solid var(--bcc-line);
    border-radius: var(--bcc-radius);
    min-height: 360px;
    overflow: hidden;
}

.bcc-map iframe {
    border: 0;
    display: block;
    height: 100%;
    min-height: 360px;
    width: 100%;
}

.bcc-doctor-profile {
    background: var(--bcc-paper);
}

.bcc-profile-hero {
    background:
        linear-gradient(90deg, rgba(8, 122, 115, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(8, 122, 115, 0.08) 1px, transparent 1px),
        var(--bcc-soft);
    background-size: 64px 64px, 64px 64px, auto;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr);
    margin-inline: auto;
    max-width: 1180px;
    padding: 46px 18px;
}

.bcc-profile-image {
    border: 1px solid var(--bcc-line);
    border-radius: var(--bcc-radius);
    max-width: 430px;
    overflow: hidden;
}

.bcc-profile-image img {
    aspect-ratio: 5 / 6;
    height: auto;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

[data-bcc-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 580ms ease, transform 580ms ease;
}

.bcc-is-visible {
    opacity: 1;
    transform: translateY(0);
}

.bcc-site[data-ready="true"] .bcc-button-primary {
    animation: bcc-soft-pulse 3.2s ease-in-out infinite;
}

@keyframes bcc-scan {
    0%,
    22% {
        transform: translateX(-100%);
    }
    58%,
    100% {
        transform: translateX(100%);
    }
}

@keyframes bcc-line-drift {
    0%,
    100% {
        transform: rotate(-18deg) translateX(0);
    }
    50% {
        transform: rotate(-18deg) translateX(28px);
    }
}

@keyframes bcc-soft-pulse {
    0%,
    100% {
        box-shadow: 0 14px 32px rgba(8, 122, 115, 0.14);
    }
    50% {
        box-shadow: 0 18px 42px rgba(8, 122, 115, 0.26);
    }
}

@media (min-width: 720px) {
    .bcc-nav {
        grid-template-columns: auto 1fr auto;
        padding: 12px 16px;
    }

    .bcc-brand span,
    .bcc-nav nav {
        display: flex;
    }

    .bcc-nav nav {
        gap: 4px;
        justify-content: center;
    }

    .bcc-hero {
        column-gap: 42px;
        grid-template-columns: minmax(0, min(100%, 900px));
        min-height: 760px;
        padding-inline: 28px;
    }

    .bcc-site h1 {
        font-size: 3.05rem;
    }

    .bcc-site h2 {
        font-size: 2.25rem;
    }

    .bcc-hero-stage {
        align-content: center;
        max-width: 620px;
        justify-self: start;
    }

    .bcc-portrait {
        grid-template-columns: 150px 1fr;
        min-height: 214px;
    }

    .bcc-portrait img {
        width: 150px;
    }

    .bcc-portrait-ahmed {
        margin-inline-start: 46px;
    }

    .bcc-hero-badge {
        margin-inline-start: 92px;
    }

    .bcc-signal-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-inline: 28px;
    }

    .bcc-signal-strip article {
        border-bottom: 0;
        border-inline-start: 1px solid var(--bcc-line);
        padding: 18px;
    }

    .bcc-signal-strip article:first-child {
        border-inline-start: 0;
    }

    .bcc-section {
        padding: 76px 28px;
    }

    .bcc-doctor-grid,
    .bcc-service-grid,
    .bcc-booking-rules {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bcc-profile-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .bcc-location {
        grid-template-columns: minmax(0, 0.75fr) minmax(340px, 1fr);
        align-items: stretch;
    }

    .bcc-profile-hero {
        align-items: center;
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
        padding: 58px 28px;
    }
}

@media (min-width: 1020px) {
    .bcc-site h1 {
        font-size: 3.15rem;
    }

    .bcc-site h2 {
        font-size: 2.55rem;
    }

    .bcc-hero {
        padding-top: 150px;
    }

    .bcc-profile-hero {
        border-radius: var(--bcc-radius);
        margin-top: 28px;
    }
}

@media (min-width: 1500px) {
    .bcc-site h1 {
        font-size: 3.55rem;
    }

    .bcc-hero {
        column-gap: 56px;
        grid-template-columns: minmax(0, 620px) minmax(340px, 500px);
    }

    .bcc-hero-stage {
        max-width: none;
    }
}

@media (max-width: 420px) {
    .bcc-site h1 {
        font-size: 2rem;
    }

    .bcc-site h2 {
        font-size: 1.56rem;
    }

    .bcc-nav-cta {
        font-size: 0.8rem;
        min-width: 132px;
        padding-inline: 12px;
    }

    .bcc-language-switch {
        font-size: 0.76rem;
        min-width: 70px;
        padding-inline: 10px;
    }

    .bcc-brand img {
        width: 78px;
    }

    .bcc-button {
        width: 100%;
    }

    .bcc-portrait {
        grid-template-columns: 96px 1fr;
    }

    .bcc-portrait img {
        width: 96px;
    }
}

@media (max-width: 782px) {
    body.admin-bar .bcc-nav {
        top: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bcc-site *,
    .bcc-site *::before,
    .bcc-site *::after {
        animation: none !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    [data-bcc-reveal] {
        opacity: 1;
        transform: none;
    }
}
