@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.section-header {
    background: #F5F4EA;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 80px 20px 40px;
}

.section-header .section-inner {
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
}

.section-header .section-inner .date {
    color: #004E61;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.section-header .section-inner h1 {
    margin: 0;
    color: #000;
    font-family: "Nanum Myeongjo", serif;
    font-size: 44px;
    font-style: normal;
    font-weight:600;
    line-height: 54px;
    text-transform: capitalize;
}

@media (max-width: 1439px) {
    .section-header {
        padding: 80px 20px;
    }
}

@media (max-width: 1279px) {
    .section-header {
        padding: 60px 20px;
    }
}

@media (max-width: 767px) {
    .section-header {
        padding: 40px 20px;
    }
}

.section-featured-image {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    position: relative;
    z-index: 1;
}

.section-featured-image:before {
    content: '';
    width: 100%;
    height: 50%;
    background: #F5F4EA;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.section-featured-image .section-inner {
    width: 100%;
    max-width: 1040px;
}

.section-featured-image .section-inner img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

section.single-post {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 100px 20px;
}

section.single-post .section-inner {
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-flow: row nowrap;
    gap: 65px;
}

section.single-post .section-inner .post-sharer {
    width: 100%;
    max-width: 35px;
}

section.single-post .section-inner .post-sharer .social-share-buttons {
    display: flex;
    flex-flow: column nowrap;
    gap: 6px;
}

section.single-post .section-inner .post-sharer .social-share-buttons a,
section.single-post .section-inner .post-sharer .social-share-buttons button {
    width: 100%;
    max-width: 35px;
    height: 35px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    outline: none;
}

section.single-post .section-inner .post-content {
    width: 100%;
}

section.single-post .section-inner .post-content blockquote {
    margin-left: 0;
    margin-right: 0;
    background: #F5F4EA;
    padding: 12px 16px 12px 38px;
    position: relative;
    border-radius: 2px;
}

section.single-post .section-inner .post-content blockquote:before {
    content: '';
    width: 4px;
    height: calc(100% - 24px);
    background: #000;
    position: absolute;
    top: 12px;
    left: 16px;
}

section.single-post .section-inner .post-content blockquote :first-child {
    margin-top: 0;
}

section.single-post .section-inner .post-content * {
    color: #3A3A3B;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;

}

#ez-toc-container a,
section.single-post .section-inner .post-content a {
    color: #9C534B !important;
}

section.single-post .section-inner .post-content>* {
    margin-top: 12px;
}

section.single-post .section-inner .post-content>*:first-child {
    margin-top: 0;
}

section.single-post .section-inner .post-content ul,
section.single-post .section-inner .post-content ol {
    margin-left: 0;
    padding-left: 25px;
}

section.single-post .section-inner .post-content h2 {
    color: #000;
    font-family: "Nanum Myeongjo", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase;
    margin-top: 32px;
}

section.single-post .section-inner .post-content h3 {
    color: #000;
    font-family: "Nanum Myeongjo", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
    margin-top: 32px;
}

section.single-post .section-inner .post-content h4 {
    color: #000;
    font-family: "Nanum Myeongjo", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    margin-top: 32px;
}

section.single-post .section-inner .post-content h5 {
    color: #000;
    font-family: "Nanum Myeongjo", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 32px;
}

section.single-post .section-inner .post-content h6 {
    color: #000;
    font-family: "Nanum Myeongjo", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 32px;
}

section.single-post .section-inner .post-content .ez-toc-counter {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 40px !important;
    padding: 16px 20px !important;
    border-radius: 12px !important;
    background: #F5F5F5 !important;
    border: 0 !important;
}

section.single-post .section-inner .post-content .ez-toc-counter .ez-toc-title-container {
    color: #000;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    text-transform: uppercase;
}

section.single-post .section-inner .post-content .ez-toc-counter nav .ez-toc-list li {
    color: #067EC1;
    font-family: "Mulish", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 30px;
    /* 187.5% */
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

section.single-post .section-inner .post-content .ez-toc-counter nav .ez-toc-list li a {
    color: inherit !important;
}

.single-post .section-contact-form .section-inner .column-form .wpcf7 form .form__footer .whatsapp-phone-wrap .whatsapp-phone-icon p .whatsapp-phone-icon-wrap svg circle {
    fill: #fff;
}


.single-post .section-contact-form .section-inner .column-form .wpcf7 form .form__footer .whatsapp-phone-wrap .whatsapp-phone-icon p .whatsapp-phone-icon-wrap svg path {
    fill: #00313E;
}

.section-contact-form .section-inner .column-form .wpcf7 form .form__footer .button-wrap p .wpcf7-submit {
    background: #fff;
    color: #00313E;
    border-color: #fff;
}

.section-related-posts {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 80px 20px;
    background: #FFFCF6;
}

.section-related-posts .section-inner {
    width: 100%;
    max-width: 1240px;
    display: flex;
    flex-flow: column nowrap;
    gap: 40px;
}

.section-related-posts .section-inner .column {
    width: 100%;
}

.section-related-posts .section-inner .column-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.section-related-posts .section-inner .column-header h2 {
    margin: 0;
    color: #000;
    font-family: "Nanum Myeongjo", serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    /* 125% */
    text-transform: uppercase;
    text-align: center;
}

.section-related-posts .section-inner .column-header .button {
    border-radius: 200px;
    border: 1px solid #023538;
    padding: 16px 32px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 10px;
    color: #023538;
    text-align: center;

    /* Button */
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 100% */
    text-transform: uppercase;
    text-decoration: none;
}

.section-related-posts .section-inner .column-header .button .icon {
    width: 100%;
    max-width: 20px;
    height: 20px;
}

.section-related-posts .section-inner .column-header .button .icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.section-related-posts .section-inner .column-posts .related-posts {
    display: flex;
    flex-flow: row wrap;
    gap: 35px;
    align-items: stretch;
}

.section-related-posts .section-inner .column-posts .related-posts .related-post {
    width: 100%;
    max-width: calc(33.33% - (35px * 2 / 3));
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
    text-decoration: none;
}

.section-related-posts .section-inner .column-posts .related-posts .related-post .related-post-image {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    height: 240px;
    overflow: hidden;
    border-radius: 16px;
}

.section-related-posts .section-inner .column-posts .related-posts .related-post .related-post-image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: transform 0.3s ease-in-out;
}

.section-related-posts .section-inner .column-posts .related-posts .related-post .related-post-image img:hover {
    transform: scale(1.05);
}

.section-related-posts .section-inner .column-posts .related-posts .related-post .related-post-content {
    display: flex;
    flex-flow: column nowrap;
    gap: 6px;
}

.section-related-posts .section-inner .column-posts .related-posts .related-post .related-post-content .article-category {
    display: flex;
    flex-flow: row nowrap;
    gap: 8px;
    align-items: center;
    font-family: "Noto Sans", sans-serif;
    letter-spacing: 0.6px;
    color: #000000;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.section-related-posts .section-inner .column-posts .related-posts .related-post .related-post-content h3 {
    margin: 0;
    text-decoration: none;
    color: #000;
    /* Desktop/H6 */
    font-family: "Nanum Myeongjo", serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 133.333% */
    text-transform: capitalize;
}

.section-related-posts .section-inner .column-posts .related-posts .related-post .related-post-content h3 a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
}

.section-related-posts .section-inner .column-posts .related-posts .related-post .related-post-content .related-post-excerpt {
    color: #6A6A6A;
    /* Desktop/Par */
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 144.444% */
}

.section-related-posts .section-inner .column-posts .related-posts .related-post .related-post-content .button {
    margin-top: 20px;
    color: #023538;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
    -webkit-text-decoration-color: #023538;
    text-decoration-color: #023538;
}

@media (max-width: 1439px) {
    .section-related-posts {
        padding: 80px 20px 40px;
    }
}

@media (max-width: 1279px) {
    .section-related-posts {
        padding: 60px 20px 40px;
    }

    .section-related-posts .section-inner {
        gap: 32px;
    }
}

@media (max-width: 767px) {
    .site-main {
        display: flex;
        flex-flow: column nowrap;
    }

    .section-related-posts {
        padding: 40px 20px 40px;
    }

    .section-related-posts .section-inner .column-header {
        flex-flow: column nowrap;
        gap: 12px;
    }

    .section-related-posts .section-inner .column-header h2 {
        text-align: center;
        font-size: 30px;
        line-height: 42px;
    }

    .section-related-posts .section-inner .column-header .button {
        width: 100%;
        justify-content: center;
    }

    .section-related-posts .section-inner .column-posts .related-posts .related-post {
        max-width: 100%;
    }

    .section-header {
        order: 2;
    }

    .section-featured-image {
        order: 1;
    }

    .site-main .single-post {
        order: 3;
    }

    .section-contact-form {
        order: 4;
    }

    .section-related-posts {
        order: 5;
    }

    .section-header .section-inner h1 {
        font-size: 35px;
        line-height: 43px;
    }

    .site-main .single-post {
        padding: 40px 20px;
    }

    section.single-post .section-inner {
        flex-flow: column nowrap;
        gap: 24px;
    }

    section.single-post .section-inner .post-sharer {
        max-width: 100%;
    }

    section.single-post .section-inner .post-sharer .social-share-buttons {
        flex-flow: row wrap;
        gap: 6px;
    }

    #ez-toc-container {
        margin-bottom: 20px;
    }

    section.single-post .section-inner .post-content * {
        font-size: 16px;
        line-height: 24px;
    }

    section.single-post .section-inner .post-content h2 {
        font-size: 28px;
        line-height: 36px;
    }

    section.single-post .section-inner .post-content h3 {
        font-size: 24px;
        line-height: 32px;
    }

    section.single-post .section-inner .post-content h4 {
        font-size: 22px;
        line-height: 30px;
    }

    section.single-post .section-inner .post-content h5 {
        font-size: 18px;
        line-height: 28px;
    }

    section.single-post .section-inner .post-content h6 {
        font-size: 16px;
        line-height: 26px;
    }

    section.single-post .section-inner .post-content h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .section-related-posts .section-inner .column-header h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .section-related-posts .section-inner .column-header .button {
        padding: 16px 40px;
    }

    .section-related-posts .section-inner {
        gap: 40px;
    }
}

.section-header .section-inner .doctor-section {
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    align-items: center;
    margin-top: 12px;
}

.section-header .section-inner .doctor-section .doctor-img-wrap {
    width: 100%;
    max-width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
}

.section-header .section-inner .doctor-section .doctor-img-wrap img {
    padding: 4px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-header .section-inner .doctor-section .doctor-details {
    display: flex;
    flex-flow: column nowrap;
    gap: 8px;
}

.section-header .section-inner .doctor-section .doctor-details h6 {
    margin: 0;
    color: #141414;
    font-family: "Mulish", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 127.273% */
}

.section-header .section-inner .doctor-section .doctor-details h6 a {
    font-weight: 700;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: inherit;
    line-height: inherit;
    font-size: inherit;
}

.section-header .section-inner .doctor-section .doctor-details label {
    margin: 0;
    color: #000;
    opacity: 0.6;
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 1.4px;
    text-transform: uppercase;
    opacity: 0.6;
}

@media (max-width: 767px) {
    .section-header .section-inner .doctor-section .doctor-details h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .section-header .section-inner .doctor-section .doctor-details h6 span {
        display: block;
    }

    .section-related-posts .section-inner .column-posts .related-posts .related-post .related-post-content h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .section-featured-image .section-inner img {
        border-radius: 0;
    }
}