body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f3f2;
    margin: 0;
}

h1 {
    margin: 2rem 0 1.5rem;
    text-align: center;
    font-size: 3.8rem;
    line-height: 0.95;
    color: #f8f3f2;
    background: none;
    letter-spacing: 0.5px;
}

h1 span {
    display: inline-block;
    background-color: #5d7466;
    padding: 0.2rem 0.6rem;
    margin-bottom: 0.3rem;
}

h2 {
    margin: 2rem 0 1.5rem;
    font-size: 3.8rem;
    line-height: 0.95;
    color: #f8f3f2;
    background: none;
    letter-spacing: 0.5px;
}

h2 span {
    display: inline-block;
    background-color: #223d4c;
    padding: 0.2rem 0.6rem;
    margin-bottom: 0.3rem;
}

h3 {
    margin: 0;
    font-size: 3rem;
    line-height: 0.95;
    color: #f8f3f2;
    background: none;
    letter-spacing: 0.5px;
}

h3 span {
    display: inline-block;
    background-color: #1e607a;
    padding: 0.2rem 0.6rem;
    margin-bottom: 0.3rem;
}

h4 {
    margin: 0;
    font-size: 1rem;
    line-height: 0.95;
    color: #f8f3f2;
    background: none;
    letter-spacing: 0.5px;
}

h4 span {
    display: inline-block;
    background-color: #1e607a;
    padding: 0.2rem 0.6rem;
    margin-bottom: 0.3rem;
}

p {
    color: #050505
}

/** HEADER **/
.site-header {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    gap: 2rem;
    align-items: stretch;
}

.menu-toggle {
    display: none;
}

.site-header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-header nav li {
    border-bottom: 1px solid rgba(248, 243, 242, 0.35);
}

.site-header .header-left{
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.site-header .header-left img{
    width: 100%;
    display: block;
    border-radius: 24px;
    margin-top: auto;
}

.site-header .header-right{
    background-color: #5d7466;
    flex: 1;
    padding: 2rem 2.5rem;
    display: flex;
    flex-direction: column;
}

.site-header .header-right a{
    color: #f8f3f2;
    text-align: center;
    display: block;
    text-decoration: none;
    font-weight: 600;
    padding: 1.5rem 0;
    transition: background-color 0.3s ease, letter-spacing 0.3s ease;
}

.site-header .header-right a:hover {
    background-color: rgba(248, 243, 242, 0.08);
    letter-spacing: 1px;
}

.site-header .header-right img{
    max-width: 170px;
    margin: auto auto 0;
    display: block;
    border-radius: 20px;
}


/** ABOUT **/
.about-us {
    display: flex;
    max-width: 1100px;
    margin: 4rem auto 0;
    gap: 2rem;
    align-items: center;
}

.about-us-left {
    flex: 1.25;
}

.about-us-right {
    flex: 0.9;
}

.about-us p {
    font-size: 1.05rem;
    line-height: 1.45;
    letter-spacing: 0.5px;
    text-align: justify;
    margin-bottom: 1.8rem;
}

.about-us img{
    width: 100%;
    display: block;
    border-radius: 24px;
}

/** SERVICES **/
.our-services {
    max-width: 1100px;
    margin: 4rem auto 0;
}

.our-services h2 {
    text-align: right;
    margin-bottom: 1.5rem;
}

.our-services-container {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.our-services-left,
.our-services-right {
    flex: 1;
}

.our-services ul {
    margin: 0;
    padding-left: 1.5rem;
    list-style-image: url("images/stethoscope.png");
}

.our-services > .our-services-container > div > ul {
    margin-bottom: 1.2rem;
}

.our-services li {
    font-size: 1.15rem;
    line-height: 1.35;
    margin-bottom: 0.45rem;
}

.our-services li > ul {
    margin-top: 0.25rem;
    padding-left: 1.3rem;
}

.our-services li li {
    font-size: 0.85rem;
    line-height: 1.25;
    margin-bottom: 0.15rem;
}

/** MEET THE TEAM **/
.meet-the-team {
    max-width: 1100px;
    margin: 4rem auto 0;
}

.meet-the-team .meet-the-team-container {
    margin-top: 5rem;
}

.meet-the-team .meet-the-team-container:first-of-type {
    margin-top: 0;
}

.meet-the-team h2 {
    margin-bottom: 0;
}

.meet-the-team h2 span {
    background-color: #1e607a;
}

.meet-the-team h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
}

.meet-the-team .team-card {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2rem;
    align-items: start;
    margin-top: 0;
}

.meet-the-team .team-columns {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 2rem;
    margin-top: 1.5rem;
}

.meet-the-team .team-columns ul {
    margin-top: 0.4rem;
    padding-left: 1.3rem;
}

.meet-the-team .team-columns li {
    line-height: 1.35;
}

.meet-the-team .team-image img {
    width: 100%;
    display: block;
    border: 5px solid #1e607a;
    border-radius: 0 80px 0 80px;
}

.meet-the-team .team-content {
    padding: 1rem 0;
}

.meet-the-team .team-content p {
    font-size: 1.1rem;
    line-height: 1.45;
    text-align: justify;
    margin: 0 0 2rem;
}

.meet-the-team .team-card-alt-one h3 span,
.meet-the-team .team-card-alt-one h4 span {
    background-color: #0a4b39; 
}

.meet-the-team .team-card-alt-one .team-image img {
    border-color: #0a4b39;
}

.meet-the-team .team-card-alt-two h3 span,
.meet-the-team .team-card-alt-two h4 span {
    background-color: #c79a99; 
}

.meet-the-team .team-card-alt-two .team-image img {
    border-color: #c79a99;
}

.meet-the-team .team-card-alt-three h3 span,
.meet-the-team .team-card-alt-three h4 span {
    background-color: #e1bf38; 
}

.meet-the-team .team-card-alt-three .team-image img {
    border-color: #e1bf38;
}


/** CONTACT **/
.contact-us {
    max-width: 1100px;
    margin: 4rem auto 0;
    min-height: 520px;
    background-image:
        linear-gradient(rgba(248, 243, 242, 0.5), rgba(248, 243, 242, 0.5)),
        url("images/practice.png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
}

.contact-us-left {
    flex: 0 0 300px;
}

.contact-us-left img {
    width: 100%;
    display: block;
}

.contact-us-right {
    flex: 1;
    text-align: center;
}

.contact-us-right h2 {
    color: #050505;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 3rem;
}

.contact-us-right-inner-entry {
    display: flex;
    align-items: center;
    /**justify-content: center;**/
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-us-right-inner-entry-left img {
    width: 52px;
    display: block;
}

.contact-us-right-inner-entry-right p,
.contact-us-right-inner-entry-right a {
    color: #050505;
    font-size: 1.7rem;
    font-weight: 700;
    text-decoration: none;
}

/** RESPONSIVE **/

@media (max-width: 768px) {
    /** HEADER **/
    .site-header {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1rem;
    }

    .site-header .header-right {
        order: -1;
        position: relative;
        padding: 1.5rem;
    }

    .menu-toggle {
        display: block;
        margin-left: auto;
        background: none;
        border: 2px solid #f8f3f2;
        color: #f8f3f2;
        font-size: 1.8rem;
        padding: 0.4rem 0.8rem;
        border-radius: 8px;
        cursor: pointer;
    }

    .main-nav {
        display: none;
        margin-top: 1.5rem;
    }

    .main-nav.is-open {
        display: block;
    }

    h1 {
        font-size: 2.5rem;
    }

    /** ABOUT **/
    .about-us {
        flex-direction: column;
        padding: 1rem;
        margin-top: 2rem;
    }

    h2 {
        font-size: 2.8rem;
    }

    .about-us p {
        text-align: left;
        font-size: 1rem;
    }

    /** SERVICES **/
    .our-services {
        padding: 1rem;
        margin-top: 2rem;
    }

    .our-services h2 {
        text-align: left;
    }

    .our-services-container {
        flex-direction: column;
        gap: 1rem;
    }

    /** TEAM **/
    .meet-the-team {
        padding: 1rem;
        margin-top: 2rem;
    }

    .meet-the-team .team-card {
        grid-template-columns: 1fr;
    }

    .meet-the-team .team-columns {
        grid-template-columns: 1fr;
    }

    .meet-the-team h3 {
        font-size: 1.8rem;
    }

    .meet-the-team .team-image img {
        max-height: 330px;
        width: auto;
        margin: 0 auto;
    }

    /** CONTACT **/
    .contact-us {
        flex-direction: column;
        padding: 1rem;
        margin-top: 2rem;
    }

    .contact-us-left {
        flex: unset;
        max-width: 260px;
    }

    .contact-us-right h2 {
        font-size: 2rem;
    }

    .contact-us-right-inner-entry-right p,
    .contact-us-right-inner-entry-right a {
        font-size: 1.1rem;
    }
}