/**
=====================================================
SERVICES PAGE
=====================================================
*/

/* ==================================================
   HERO
   ================================================== */
#hero {
    overflow: hidden;
    padding: 120px 0px 120px 0px;
    margin-top: 110px;
    height: 540px;
    position: relative;
}

#hero h1 {
    font-weight: 700;
    color: var(--color-white);
}

#hero .supporting-title {
    font-weight: 600;
    font-size: var(--fs-md);
    line-height: var(--lh-normal);
    color: var(--color-text);
    margin-bottom: 0.5rem;
}

.hero .hero-background {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero .hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero .hero-background .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            color-mix(in srgb, #ffffff00, transparent 20%) 0%,
            color-mix(in srgb, #ededed00, transparent 10%) 100%);
}

.hero .container {
    z-index: 2;
}

#hero .row {
    height: 100%;
    align-items: center;
}




/* ==================================================
   SERGICAL SERVICES
   ================================================== */
#surgical-services {
    position: relative;
}

#surgical-services .background {
    position: absolute;
    inset: 0;
    z-index: 1;
}

#surgical-services .background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#surgical-services .background .overlay {
    position: absolute;
    inset: 0;
    background: var(--color-primary);
}

#surgical-services .container {
    position: relative;
    z-index: 2;
    padding-bottom: 40px;
}

#surgical-services h2,
#surgical-services .supporting-title {
    color: var(--color-white);
}

#surgical-services .list h3 {
    font-weight: 900;
    color: var(--color-primary);
}

#surgical-services .list .link {
    font-weight: 700;
    color: var(--color-text);
}

#surgical-services .list .link .link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: var(--color-accent);
    color: var(--color-white);
    font-size: 0.75rem;
    margin-left: 5px;
}

#surgical-services .list article {
    overflow: hidden;
}

#surgical-services .list .card-decorative {
    position: absolute;
    top: 50%;
    right: -65px;
    z-index: 2;
}

#surgical-services .list .card-decorative img {
    width: 220px;
    opacity: 0.08;
    filter: grayscale(100%);
    pointer-events: none;
}