html, body, h1, h2, h3, h4, h5, h6, .blog #main h1 a {
    color: black;
}

.main-btn.green {
    background-color: #3a9d91 !important;
}
.main-btn.green:hover {
    background-color: black !important;
}

/* Header */
.headerarea {
    position: unset;
}
.headerarea.sticky {
    position: sticky;
    top: 0;
}

/* Banner */
.page-id-3904 .bannerarea {
    margin-top: 0;
    background-image: url(../images/implant_banner.webp);
    background-size: cover;
    background-position: top;
    min-height: unset;
    height: 60vh;
    max-height: 600px;
}
.page-header.internal {
    top: unset !important;
    bottom: 10px;
}
.page-header.internal h1.page-title {
    font-size: clamp(28px, 6vw, 56px);
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 1px 1px 4px #ffffffa2;
}
.page-header .banner_buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.page-header .banner_buttons .main-btn {
    margin: 0;
}

@media screen and (max-width: 1000px) {
    .page-id-3904 .bannerarea {
        background-image: url(../images/implant_banner_t.webp);
        background-position: center;
    }
}
@media screen and (max-width: 600px) {
    .page-id-3904 .bannerarea {
        background-image: url(../images/implant_banner_m.webp);
    }
}

/* Opening Section */
.main-container {
    background-color: #edf2ed ;
}
.opening_section {
    padding: 100px 0;
}
.opening_section .opening_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(40px, 4vw, 120px);
    justify-content: center;
}
.opening_section .opening_content {
    max-width: 800px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(20px, 2vw, 40px);
}
.opening_section .opening_content h2 {
    font-size: clamp(28px, 6vw, 56px);
    line-height: 1.2;
    margin-bottom: 10px;
}
.opening_section .opening_content p {
    font-size: clamp(16px, 2vw, 20px);
    margin: 0;
}
.opening_section .opening_video {
    padding-left: 20px;
    place-self: flex-end;
}
.opening_section .video_box {
    background-color: #eae8e7;
    border-radius: 60px 0 0 60px;
    border: 2px solid #000;
    overflow: clip;
    box-shadow: 15px 15px 0 0 #3a9d91;
    position: relative;
    max-width: 400px;
}
.opening_section .video_box::before {
    content: url(../images/playicon.webp);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.opening_section .video_box img {
    display: block;
}

@media screen and (min-width: 1400px) {
    .opening_section .opening_wrap {
        flex-wrap: nowrap;
        /*justify-content: flex-end;*/
    }
}

/* Implant Types Section */
.types_section {
    padding: 60px 20px;
}
.types_section .types_container {
    max-width: 1650px;
    margin: 0 auto;
}
.types_section .types_title {
    text-align: center;
    margin-bottom: clamp(40px, 6vw, 80px);
}
.types_section .types_title h2 {
    font-size: clamp(32px, 4vw, 60px);
    line-height: 1.2;
}
.types_section .types_wrap {
    display: flex;
    gap: clamp(40px, 5vw, 80px);
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.types_section .types_box_image img {
    display: block;
    border-radius: 40px;
}
.types_section .types_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 900px;
}
.types_section .types_box_title {
    max-width: 200px;
    background-color: #fff;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 40px;
    width: 100%;
    text-align: center;
    position: relative;
}
.types_section .types_box_title h3 {
    font-size: clamp(24px, 4vw, 28px);
    font-weight: 700;
    font-family: 'Open Sans';
    letter-spacing: 2px;
}
.types_section .types_bottom {
    margin-top: clamp(40px, 6vw, 60px);
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    align-items: center;
}
.types_section .types_bottom p {
    margin: 0;
    font-size: clamp(18px, 4vw, 26px);
    font-weight: 700;
}
.types_section .types_bottom .types_buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.types_section .types_bottom .types_buttons .main-btn {
    margin: 0;
}

@media screen and (min-width: 1200px) {
    .types_section .types_box {
        flex: 1;
    }
    .types_section .types_wrap .types_box:not(:last-of-type) .types_box_title::before {
        content: "";
        height: 2px;
        width: clamp(200px, 24vw, 400px);
        background-color: #000;
        position: absolute;
        top: 50%;
        right: clamp(-100%, -11vw, -20%);
        transform: translate(50%, -50%);
        z-index: -1;
    }
}

/* Why Choose Section */
.choose_section {
    padding: 40px 0;
}
.choose_section .choose_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(20px, 6vw, 80px);
    justify-content: center;
}
.choose_section .choose_photo {
    max-width: clamp(400px, 40vw, 800px);
}
.choose_section .choose_photo img {
    display: block;
}
.choose_section .choose_content {
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.choose_section .choose_opener {
    margin-bottom: 20px;
}
.choose_section .choose_opener h2 {
    font-size: clamp(28px, 5vw, 58px);
    line-height: 1.2;
    margin-bottom: 10px;
}
.choose_section .choose_content_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.choose_section .choose_content h3 {
    color: #3a9d91;
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: clamp(24px, 5vw, 32px);
}

@media screen and (min-width: 1300px) {
    .choose_section .choose_wrap {
        justify-content: unset;
    }
    .choose_section .choose_photo {
        margin-left: -60px;
        flex: 1;
    }
    .choose_section .choose_content {
        flex: 1;
        max-width: 820px;
    }
    .choose_section .choose_opener {
        margin-bottom: 10px;
        position: relative;
        left: -180px;
        width: calc(100% + 180px);
    }
}

/* FAQ Section */
.faq_section {
    padding: 60px 0 100px;
}
.faq_section .faq_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(40px, 6vw, 80px);
    justify-content: center;
}
.faq_section .faq_title {
    font-size: clamp(34px, 5vw, 78px);
    line-height: 1.2;
    color: #3a9d91;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.faq_section .faq_img {
    background-color: #eae8e7;
    border-radius: 0 60px 60px 0;
    border: 2px solid #000;
    overflow: clip;
    box-shadow: 15px 15px 0 0 #3a9d91;
    max-width: fit-content;
    margin-right: 20px;
}
.faq_section .faq_img img {
    display: block;
}
.faq_section .faq_content {
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.faq_section .faq_list {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq_section .faq_item {
    margin-bottom: 10px;
}
.faq_section .faq_item_header {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
}
.faq_section .faq_item_header p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq_section .faq_item_title {
    display: flex;
    border: 3px solid #3a9d91;
    border-radius: 30px;
    padding: 16px 26px;
    align-items: center;
}
.faq_section .faq_item_title h3 {
    color: #3a9d91;
    font-size: clamp(16px, 4vw, 24px);
    font-family: 'Open Sans';
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 600;
}
.faq_section .faq-item-icon {
    margin-left: auto;
    position: relative;
    display: block;
    text-align: center;
    color: #3a9d91;
    font-size: 38px;
    margin: 0 10px;
}
.faq_section .faq_item_content {
    padding: 20px 35px;
    display: none;
    border: 3px solid #3a9d91;
    border-top: 0;
    border-radius: 0 0 30px 30px;
}

.testimonial-section{
    padding: clamp(40px, 6vw, 100px);
}
.testimonial-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}
.testimonial-section h2{
    color: black;
    text-align: center;
    font-family: "Open Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%; /* 79.36px */
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 50px;
    
}
.testimonial-video {
    display: flex;
    justify-content: center;
}
.testimonial-video,
.testimonial-reviews {
    flex: 1 1 500px; /* grow, shrink, base width */
    min-width: 0;    /* IMPORTANT: allows shrinking below content width */
}
.testimonial-reviews{
    background-color: #3a9d91;
    border-radius: 60px;
    padding: 30px;
    box-sizing: border-box;
}
.testimonial-reviews h3{
    color: var(--white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Desktop/Heading 3 */
    font-family: "Open Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%; /* 33px */
    text-transform: uppercase;
    margin: 35px 0 50px;
    text-align: center;
}
.testimonial-reviews p{
    color: var(--white, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    /* Desktop/Body Large */
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.slick-slide img {
    display: block;
    margin: 0 auto;
}
.slide{
    width: 100%;
    max-width: 700px;
    padding: 50px 50px 0 50px;
    box-sizing: border-box;
}
.review-slider{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

@media screen and (max-width: 1750px) and (min-width: 1200px) {
    .faq_section .faq_left {
        flex: 1;
    }
    .faq_section .faq_content {
        flex: 1;
    }
}
@media screen and (min-width: 1200px) {
    .faq_section .faq_wrap {
        justify-content: unset;
    }
}

@media (max-width: 768px) {
    .faq_section {
        padding-bottom: 0;
    }
    .testimonial-section h2 {
        font-size: 32px;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    .testimonial-reviews {
        border-radius: 30px;
        padding: 20px;
    }

    .slide {
        padding: 20px 15px 0 15px;
    }

    .testimonial-reviews h3 {
        font-size: 20px;
        margin: 20px 0 25px;
    }

    .testimonial-reviews p {
        font-size: 18px;
    }
}
