/*
Theme Name: Finess Dental
Theme URI: https://min-code.com
Author: MinCode Group
Author URI: https://min-code.com
Version: 1.0
Text Domain: finess-dental.ro
*/

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-size: 62.5%;
}

:root {
    --green: #136F63;
    --dark: #061B18;
}

body {
    font-size: 1.8rem;
    line-height: 150%;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    width: 100%;
    color: var(--dark);
}

.sticky_position {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    align-self: flex-start;
}

.d-flex {
    flex-wrap: wrap;
}

.h1,
h1 {
    font-size: 5.6rem;
    line-height: 120%;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
}

.h2,
h2 {
    font-size: 4.2rem;
    line-height: 120%;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
}

.h3,
h3 {
    font-size: 3.2rem;
    line-height: 140%;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.h4,
h4 {
    font-size: 2.8rem;
    line-height: 140%;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.h5,
h5 {
    font-size: 2rem;
    line-height: 140%;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.h6,
h6 {
    font-size: 1.8rem;
    line-height: 140%;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0
}

p {
    font-size: 1.6rem;
    line-height: 150%;
    margin-bottom: 25px;
    color: var(--dark);
}

a {
    color: var(--dark);
    font-size: 1.6rem;
    line-height: 150%;
    transition: 0.3s;
    text-decoration: none;
}

a:hover {
    color: var(--green);
    transition: 0.3s;
}

ul {
    margin-bottom: 0;
}

li {
    font-size: 1.6rem;
    line-height: 150%;
    color: var(--dark);
}

img {
    width: 100%;
    height: auto;
}

.container {
    width: 100%;
    max-width: 1470px;
    padding: 0 15px;
    margin: auto;
}

.mg-12 {
    margin: 12rem 0;
}

.mg-10 {
    margin: 10rem 0;
}

.mg-8 {
    margin: 8rem 0;
}

.mt-12 {
    margin-top: 12rem;
}

.mb-12 {
    margin-bottom: 12rem;
}

.mt-8 {
    margin-top: 8rem;
}

.mb-8 {
    margin-bottom: 8rem;
}

.main_button {
    background: var(--green);
    color: white;
    padding: 13px 36px;
    font-size: 1.6rem;
    font-weight: 400;
    width: fit-content;
    line-height: 1;
    display: flex;
    border: 1px solid var(--green);
    align-items: center;
    gap: 10px;
    border-radius: 40px;
}

.main_button:hover {
    background: #25a796;
    border-color: #25a796;
    color: white;
}

.main_button img {
    width: 22px !important;
    height: 22px !important;
}

.logo_site img {
    width: 214px;
    height: 59px;
}

.main_menu {
    display: flex;
    align-items: center;
}

.main_menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
    gap: 25px;
}

.main_menu ul li a {
    color: #030303;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}

.main_menu ul li a:hover {
    color: var(--green)
}

.right_menu {
    display: flex;
    align-items: center;
}

.menu-second-menu-container ul {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
}

.menu-second-menu-container li a {
    color: #030303;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}

.appoitment_menu {
    margin-left: 30px;
}

.appoitment_menu a {
    color: #030303;
    font-size: 1.8rem;
    padding: 10px 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 95px;
    border: 1px solid #030303;
}

.mobile__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 85%;
    height: 100vh;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    transition: right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow-y: auto;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    padding: 80px 30px 30px;
}

.mobile__nav.active {
    right: 0;
}

.mobile__nav .menu {
    list-style: none;
    padding: 0;
    justify-content: center;
    flex-direction: column;
    margin: 0;
}

.mobile__nav .menu li {
    margin-bottom: 0;
    border-bottom: 1px solid #f0f0f0;
}

.mobile__nav .menu li:last-child {
    border-bottom: none;
}

.mobile__nav .menu a {
    display: block;
    padding: 15px 0;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    color: var(--dark);
    text-decoration: none;
    transition: color 0.3s, padding-left 0.3s;
}

.mobile__nav .menu a:hover {
    color: var(--green);
    padding-left: 10px;
}

.mobile__nav .menu .sub-menu {
    padding-left: 20px;
    display: none;
}

.mobile__nav .menu li.menu-item-has-children > a {
    position: relative;
}

.mobile__nav .menu li.menu-item-has-children > a::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    color: var(--green);
}

.close__mobile {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    transition: background 0.3s, transform 0.3s;
    color: var(--dark);
}

.close__mobile:hover {
    background: var(--green);
    color: white;
    transform: rotate(90deg);
}

/* Mobile overlay */
.mobile__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.mobile__overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile nav CTA button */
.mobile__nav__cta {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
}

.mobile__nav__cta .main_button {
    width: 100%;
    justify-content: center;
}

/* Second menu in mobile nav */
.mobile__nav > .menu:nth-of-type(2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}


@media (min-width: 1101px) {
    .mobile__menu {
        display: none;
    }
    .mobile__nav {
        display: none;
    }
}

@media only screen and (max-width: 1256px) {
    .header_menu .col-md-9 {
        display: none !important
    }

    .header_menu .main_menu,
    .header_menu .right_menu {
        display: none;
    }

    .header_menu {
        position: relative;
    }

    .header_menu .logo_site {
        flex: 1;
    }

    .mobile__menu {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 54px;
        width: 54px;
        background: var(--green);
        flex-shrink: 0;
        border-radius: 100%;
        cursor: pointer;
        z-index: 99;
        transition: 0.3s;
        font-size: 0;
        gap: 6px;
    }

    .menu-second-menu-container{
        border-top: 1px solid #f0f0f0;
    }

    .mobile__nav .menu li{
        width: 100%;
    }

    .menu-second-menu-container ul{
        gap: 0;
    }

    .mobile__nav__cta{
        margin-top: 0;
    }

    .mobile__menu:hover {
        background: var(--dark);
    }

    .mobile__menu span {
        display: block;
        height: 2px;
        width: 20px;
        background: white;
        border-radius: 2px;
        transition: 0.3s;
    }

    .mobile__menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .mobile__menu.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile__menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .header_icons {
        position: relative;
        padding-right: 52px;
        margin-top: -8px;
    }

    .menu__primary {
        display: none;
    }

    .header_menu > .d-flex {
        justify-content: space-between;
    }

    /* Mobile nav visible */
    .mobile__nav {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .mobile__nav {
        width: 100%;
        max-width: 100%;
    }

    .header_menu {
        padding: 15px;
    }

    .header_menu .logo_site img {
        max-width: 150px;
        object-fit: contain;
    }
}

footer {
    background: #F8F8F8;
    padding-top: 50px;
    padding-bottom: 30px;
}

.social_icons {
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

.social_icons img {
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.social_icons img:hover {
    opacity: 0.7
}

.footer-col .social_icons a {
    margin-bottom: 0;
}

.big_text h2 {
    font-size: 8vw;
    text-transform: uppercase;
    text-align: center;
}

.footer-col a,
.footer-col p {
    font-size: 16px;
}

.footer-col p {
    margin-bottom: 0;
}

.footer-col h6 {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-col a {
    display: block;
    margin-bottom: 5px;
}

.footer_content {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.mincode {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    visibility: hidden;
}

.copyrights {
    border-top: 1px solid #061B18;
    margin-top: 60px;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyrights p {
    margin-bottom: 0;
    font-size: 14px;
}

.footer_menu #menu-footer-menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.footer_menu #menu-footer-menu a {
    font-size: 14px;
}

.block_title {
    max-width: 80%;
    border-bottom: 1px solid #136F63;
    padding-bottom: 22px;
    padding-left: 200px;
    margin-bottom: 55px;
}

.why_choose {
    display: flex;
}

.why_content {
    position: absolute;
    bottom: 40px;
    width: calc(100% - 80px);
    background: #FFFFFFD9;
    text-align: center;
    border-radius: 30px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}

.big_why {
    width: 40%;
    height: 550px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

.big_why img {
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.why_content h5 {
    padding: 30px;
}

.small_why {
    width: 30%;
    margin: 0 2%;
}

.bg_img1 {
    border-radius: 30px;
    position: relative;
    height: 260px;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.bg_img1 h5 {
    color: white;
    position: absolute;
    padding: 30px;
}

.bg_img1:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 30px;
    position: absolute;
}

.bg_img2 {
    height: 260px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    background: #136F63;
    border-radius: 30px;
    padding: 40px;
}

.bg_img2 h5 {
    color: white;
    margin-top: 0px;
}

.bg_img2 img {
    width: 80%;
    margin: auto;
}

.medium_why {
    width: 30%;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    border-radius: 30px;
    height: 550px;
    padding: 40px;
}

.medium_why:after {
    content: '';
    background: #FFFFFFD9;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    left: 40px;
    top: 40px;
    border-radius: 30px;
    position: absolute;
}

.why_content1 {
    position: relative;
    z-index: 9;
    padding: 30px;
}

.why_content1 img {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}

.title_arrow {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.title_arrow .block_title {
    margin-bottom: 0;
}

.title_arrow {
    margin-bottom: 55px;
}

.slider_navigation img {
    width: 40px;
    height: 40px;
}

.slider_navigation .clients-prev,
.slider_navigation .reviews-prev,
.slider_navigation .team-prev,
.slider_navigation .cert-prev,
.google-prev {
    transform: rotate(-180deg);
}

.sliders_arrow {
    gap: 12px;
}

.happy_clients img {
    border-radius: 30px;
    height: 400px;
    object-fit: cover;
}

.df_bg {
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}

.main_button img {
    width: 22px;
    height: 22px;
    transition: .3s;
}

.main_button:hover img {
    transform: translateX(10px);
}

.second_button {
    border-radius: 53px;
    background: #D0E2E0;
    color: #136F63;
    border: #D0E2E0;
    font-weight: 700;
}

.list_buttons .main_button {
    font-weight: 700;
}

.cta_hero p {
    width: 48%;
    margin-bottom: 0;
    font-size: 15px;
}

.cta_hero {
    gap: 10px;
    margin-top: 8rem;
    justify-content: space-between;
}

.df_intro_row1 {
    background: #F7F7F7;
    border-radius: 30px;
    padding: 30px;
}

.df_intro {
    padding-right: 30px;
}

ul.breadcrumbs {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
    padding-left: 0;
    margin-bottom: 30px;
}

.breadcrumbs li,
.breadcrumbs li a {
    font-size: 14px;
}

.breadcrumbs li a {
    color: #949494CC;
}

.breadcrumbs li a:hover {
    color: var(--green)
}

.breadcrumbs li {
    position: relative;
}

.breadcrumbs li:after {
    content: '';
    width: 5px;
    height: 5px;
    top: 8px;
    right: -15px;
    position: absolute;
    background: var(--green);
    border-radius: 100%;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.header {
    background: white;
    position: sticky;
    top: 0;
    border-bottom: 1px solid #F2F2F2;
    z-index: 9999;
}

.header_menu {
    max-width: 1820px;
    padding: 21px 15px;
    justify-content: space-between;
    align-items: center;
}

.header_menu .main_menu {
    flex: 1;
}

.header_menu .right_menu {
    flex: 1;
    justify-content: flex-end;
}

.df_section1 {
    margin-top: 40px;
}

.df_intro_row2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.df_intro_row2 img {
    height: 160px;
    object-fit: cover;
}

.df_intro_row2 .before_img {
    border-radius: 30px 30px 0 0;
}

.df_intro_row2 .after_img {
    border-radius: 0 0 30px 30px;
}

.nr_implants {
    border-radius: 30px;
    padding: 30px;
    background: #E3EAE8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nr_implants p {
    margin-bottom: 0;
    font-size: 6rem;
    font-weight: 600;
    width: 100%;
}

.nr_implants h2 {
    font-size: 20px;
    width: 100%;
}

.testimonials_imgs {
    display: flex;
    align-items: center;
}

.testimonials_imgs img {
    height: 180px;
    object-fit: cover;
}

.testimonials_imgs img:nth-child(1) {
    border-radius: 30px 0 0px 30px;
}

.testimonials_imgs img:nth-child(2) {
    border-radius: 0 30px 30px 0;
}

.df_section4 .d-flex,
.df_section11 .d-flex {
    background: #F7F7F7;
    border-radius: 30px;
    padding: 40px;
    padding-bottom: 0;
    align-items: flex-end;
}

.testimonial_content {
    background: white;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 40px;
}

.testimonial_content h5 {
    margin-top: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.testimonial_content p {
    padding-right: 50px;
    margin-bottom: 50px;
}

.testimonal_img {
    transform: translateX(-60px);
}

.df_section11 .testimonal_img {
    transform: translateX(0px);
}

.df_section11 .testimonial_content p {
    padding-right: 0;
}

.block_title p {
    margin-bottom: 0;
    margin-top: 15px;
}

.for_whom {
    background: #136F630D;
    border-radius: 30px;
    padding: 60px 30px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.for_whom .d-flex {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.df_img {
    width: 70%;
    margin: auto;
}

.single_whom {
    flex-wrap: nowrap;
    align-items: center;
    background: #F7F7F7;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 10px;
}

.single_whom img {
    width: 250px;
    height: 155px;
    border-radius: 30px;
    object-fit: cover;
    margin-right: 20px;
}

.whom_items {
    padding-left: 30px;
}

.single_whom:last-child {
    margin-bottom: 0;
}

.whom_content {
    width: calc(100% - 250px);
}

.whom_content p {
    margin-bottom: 0;
    margin-top: 15px;
}

.form_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    row-gap: 0;
}

.form_flex input {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #136F63;
    font-size: 16px;
    padding: 12px 15px;
}

.form_flex .send_button {
    position: relative;
}

.form_flex .send_button input {
    background: var(--green);
    color: white;
    transition: 0.3s;
}

.form_flex .send_button input:hover {
    background: #25a796;
    border-color: #25a796;
}

.form_flex p {
    margin-bottom: 0;
}

.form_cf7 {
    padding-left: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.acceptance p {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.form_cf7 label {
    font-size: 16px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .form_cf7 .col-md-6 {
        flex: 0 0 auto;
        width: calc(50% - 7px);
    }
}

.wpcf7-spinner {
    position: absolute;
    left: 10px;
    top: 12px;
}

.form_contacts {
    border-top: 1px solid #D0E2E0;
    margin-top: 40px;
    padding-top: 30px;
}

.form_phone h6,
.form_socials h6 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--green);
    width: 100%;
}

.form_phone a {
    font-size: 26px;
    font-weight: 600;
}

.form_phone p {
    margin-bottom: 0;
    margin-top: 20px;
    color: var(--green)
}

.form_socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    row-gap: 0;
}

.form_socials img {
    width: 48px;
    height: 48px;
    transition: 0.3s
}

.form_socials img:hover {
    opacity: 0.7
}

.form_bg {
    border-radius: 30px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}

.about_bg,
.df_section8 .col-md-8 .bg-img {
    border-radius: 30px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}

.about_content {
    padding-left: 30px;
}

.about_content a {
    margin-top: 40px;
}

.grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.about_content .grid3 {
    margin-top: 30px;
}

.about_content .grid3 img {
    border-radius: 16px;
    height: 160px;
    object-fit: cover;
    margin-top: 30px;
}

.icon_check {
    width: 34px;
    height: 34px;
}

.df_section8 .col-md-4 h6 {
    color: white;
    margin-top: 30px;
    margin-bottom: 30px;
}

.df_section8 .col-md-4 {
    border-radius: 30px;
    padding: 30px;
    display: flex;
}

.df_section8 .col-md-4:before,
.df_section8 .col-md-8 #adv1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 30px;
}

#adv1 h6 {
    color: white;
}

.df_section8 .col-md-8 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-right: 30px;
}

.df_section8 .col-md-8 img {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.single_adv,
.df_section8 .col-md-8 h6 {
    position: relative;
    z-index: 9;
}

.df_section8 .col-md-8 .single_adv {
    height: 240px;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    border-radius: 30px;
}

.color-white {
    color: white;
}

#adv2,
#adv3 {
    border: 1px solid #D9D9D9
}

#adv4 {
    background: #D0E2E0
}

.df_section8 .col-md-4 .single_adv {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}

.grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.step_nr {
    font-size: 24px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 100%;
    border: 1px solid #136F63;
    color: #136F63;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 30px;
}

.step_content h5 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 86px;
}

.step_content {
    padding-right: 30px;
    z-index: 9;
}

.step_bg {
    border-radius: 30px;
    background-repeat: center;
    background-size: cover;
}

.single_step {
    padding: 30px;
    min-height: 310px;
}

#step1,
#step4 {
    background: #D0E2E0B2;
    border-radius: 30px;
}

#step2 .step_bg,
#step3 .step_bg {
    display: none;
}

#step2 .step_content,
#step3 .step_content {
    width: 100%;
    padding-right: 0;
    color: white;
}

#step2,
#step3 {
    border-radius: 30px;
    background-position: center;
    background-size: cover;
}

#step2:before,
#step3:before {
    content: '';
    background: #136f63c7;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    width: 100%;
    height: 100%;
}

.step_content p {
    margin-bottom: 0;
}

.single_step .d-flex {
    height: 100%;
    align-content: flex-end;
}

#step2 .step_content p,
#step3 .step_content p {
    color: white;
    border-color: white;
}

.single_df_price {
    border-radius: 30px;
    padding: 30px 30px 20px;
}

.package_name {
    text-transform: uppercase;
}

.package_service {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.package_price {
    font-size: 22px;
    color: var(--green);
    margin-bottom: 20px;
}

.single_df_price img {
    width: 60%;
    margin-bottom: 10px;
}

.package_list {
    padding-left: 0;
    list-style: none;
}

.package_list li {
    position: relative;
    padding-left: 34px;
    margin: 10px 0;
}

.package_list li:before {
    content: '';
    background: url('/wp-content/uploads/2026/01/check-color.svg');
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    position: absolute;
    background-position: center;
    background-size: cover;
}

#price3 .package_list li:before {
    content: '';
    background: url('/wp-content/uploads/2026/01/check.svg');
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    position: absolute;
    background-position: center;
    background-size: cover;
}

#price1 {
    background: #F7F7F7
}

#price2 {
    background: #D0E2E0
}

#price3 {
    background: #136F63;
    color: white;
}

#price3 .package_price,
#price3 ul li {
    color: white;
}

.price_button {
    justify-content: center;
    margin-top: 40px;
}

.single_review {
    background: white;
    border-radius: 30px;
    padding: 20px;
    border: 1px solid #D0E2E0;
}

.client_img {
    border-radius: 30px;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}

.ba_review {
    display: flex;
    gap: 16px;
    position: relative;
    margin-bottom: 30px;
}

.ba_review img {
    height: 100px;
    object-fit: cover;
    border-radius: 20px;
}

.ba_review > div {
    width: calc(50% - 8px);
    position: relative;
}

.ba_review p {
    margin-bottom: 0;
    margin-top: -14px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    font-size: 14px;
}

.b_img p {
    background: #ddd;
    padding: 5px 20px;
    z-index: 9;
    position: relative;
}

.a_img p {
    background: var(--green);
    padding: 3px 20px;
    z-index: 9;
    position: relative;
    color: white;
}

.single_review h6 {
    font-weight: 500;
    margin-bottom: 10px;
}

.single_review p {
    margin-bottom: 0;
}

.member_img {
    height: 55rem;
    border-radius: 30px;
    margin-bottom: 20px;
    object-fit: cover;
}

.single_team h6 {
    color: var(--green);
    font-size: 20px;
    margin-bottom: 10px;
}

.single_team p {
    margin-bottom: 0;
}

.df_section15 {
    background: #f7f7f7;
    padding: 90px 0;
}

.bg_form {
    background: var(--green);
    border-radius: 30px;
    padding: 30px;
    align-items: flex-end;
}

.bg_form .form_cf7 {
    background: white;
    border-radius: 30px;
    padding: 30px;
}

.df_section22 .form_bg img {
    margin-left: -30px;
    margin-bottom: -30px;
}

.swiper-button-disabled {
    opacity: 0.2
}

.video-layout {
    display: flex;
    overflow: hidden;
}

.main-video {
    position: relative;
    width: 65%;
}

.related-videos {
    overflow-y: auto;
    max-height: 600px;
    width: 35%;
    padding-left: 40px;
    height: 520px;
    overflow-y: scroll;
}

.main-video iframe {
    height: 520px;
    border-radius: 36px;
}

.sidebar_video > div {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    transition: background-color .3s ease, border-color .3s ease;
    padding-right: 30px;
    border-radius: 36px;
    position: relative;
}

.sidebar_video h4 {
    font-size: 1.6rem;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
}

.sidebar_video img {
    width: 140px;
    height: auto;
    border-radius: 20px;
}

.related-videos img.faq_play {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0;
}

.video_text {
    width: calc(100% - 140px)
}

.duration {
    font-size: 1.4rem;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 10px;
}

.sidebar_video .active h4,
.sidebar_video > div:hover h4 {
    color: var(--green);
    text-decoration: underline;
}

.thumb_img {
    margin-left: 20px;
}

.sidebar_video .thumb_img:before {
    content: '';
    background: #136f63a6;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    width: 0%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
}

.sidebar_video .active .thumb_img:before,
.sidebar_video > div:hover .thumb_img:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.certifications .swiper-slide img {
    border-radius: 10px;
    height: 323px;
    object-fit: cover;
    border: 1px solid #D0E2E0
}

.single_technology {
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px;
    height: 50rem;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    position: relative;
}

.single_technology:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 36px;
}

.single_technology h5,
.single_technology p {
    color: white;
    position: relative;
}

.single_technology p {
    margin-bottom: 0;
    margin-top: 12px;
}

.faq_title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.faq_info h3 {
    color: #000;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 13px;
}

.faq_info .d-flex {
    gap: 56px;
    margin-bottom: 15px;
}

.faq_info span {
    color: #136F63;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.faq_title span {
    color: #136F63;
}

.faq_info img {
    width: 22px;
    height: 22px;
}

.ask_btn {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 44px;
    border: 1px solid #136F63;
}

.accordion-dental {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 24px;
    padding: 12px;
    background: rgba(19, 111, 99, 0.10);
}

.accordion-item {
    background: #FFF;
    border-radius: 24px !important;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item:hover {
    border-color: rgba(19, 111, 99, 0.3);
}

.accordion-item.active {
    background: #FFF;
}

.accordion-header {
    padding: 24px 28px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.accordion-header:hover {
    background: rgba(19, 111, 99, 0.03);
}

.quest {
    flex: 1;
}

.quest h4 {
    color: #061B18;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.accordion-header .toggle-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border: 1px solid #061B18;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

.accordion-header .toggle-icon::before,
.accordion-header .toggle-icon::after {
    content: '';
    position: absolute;
    background: #061B18;
    transition: all 0.3s ease;
}

.accordion-header .toggle-icon::before {
    width: 12px;
    height: 2px;
}

.accordion-header .toggle-icon::after {
    width: 2px;
    height: 12px;
}

.accordion-item.active .accordion-header .toggle-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
}

.accordion-content p {
    padding: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
    margin: 0;
}

.faq_left {
    padding-right: 54px;
}

.google_reviews {
    margin-bottom: 56px;
}

.google_reviews .d-flex img {
    width: 48px;
    height: 48px;
}

.google_reviews .stars,
.slider_content .stars {
    display: flex;
    align-items: center;
    gap: 6px;
}

.slider_content {
    justify-content: center;
}

.google_reviews .content,
.slider_content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.number_reviews {
    color: #47474E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.google_reviews .verified,
.slider_content .verified {
    width: 16px !important;
    height: 16px !important;
}

.google_reviews .stars span {
    color: #1A1A1A;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.google_reviews .stars img {
    width: 16px;
    height: 15px;
}

.df_section21 .reviews_row {
    padding: 56px;
    border-radius: 34px;
    background: #F7F7F7;
}

.df_section21 .col-md-9{
    padding-left: 40px;
}

.google_slider .swiper-slide {
    background: white;
    border-radius: 34px;
    padding: 40px 67px 67px 67px;
    margin-top: 40px;
    position: relative;
    height: auto;
}

.google_slider .profile_img {
    width: 48px;
    height: 48px;
    z-index: 10;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
}

.google_slider h3 {
    color: #136F63;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.google_slider {
    color: #1A1A1A;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.reviews_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slider_container {
    margin-top: 56px;
    max-width: 1680px;
    padding: 0 15px;
    margin-right: 0;
    margin-left: auto;
}

.gallery_slider .swiper-slide img {
    height: 453px;
    object-fit: cover;
    border-radius: 20px;
}

.hero_section {
    position: relative;
    background: linear-gradient(80deg, rgba(19, 111, 99, 0.63) 59.52%, rgba(19, 111, 99, 0.63) 88.17%);
}

.hero_section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 46.05%, #000 142.77%);
    z-index: 1;
}

.hero_img {
    width: 100%;
    height: 772px;
    object-fit: cover;
}

.hero_section h1 {
    padding-top: 112px;
    color: #FFF;
    text-align: center;
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 94px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.hero_statistics {
    display: flex;
}

.hero_statistics .hero_item {
    position: relative;
    padding: 0 27px;
}

.hero_statistics .hero_item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-image: url('/wp-content/uploads/2026/01/Vector-19.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.hero_statistics .hero_item:last-child::after {
    display: none;
}

.hero_statistics .hero_item h3 {
    color: #FFF;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 57px;
}

.hero_statistics .hero_item p {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.images_hero {
    display: flex;
    justify-content: center;
}

.hero_section .hero_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    gap: 64px;
    bottom: 54px;
    z-index: 999;
}

.hero_item::before {
    background-image: url('/wp-content/uploads/2026/01/Vector-19.svg');
}

.list_buttons {
    display: flex;
    margin-top: 34px;
}

.reasons_slider .swiper-slide .d-flex {
    margin-bottom: 15px;
}


.reasons_slider .img_reason {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
}

.reasons_slider .img_reason img {
    width: 100%;
    height: 506px;
    border-radius: 34px;
    display: block;
    object-fit: cover;
}

.reasons_slider .img_reason::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    border-radius: 0 0 34px 34px;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.15) 100%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
    z-index: 2;
}

.reasons_slider .reasons_content {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    z-index: 3;
}

.reasons_slider .reasons_content p {
    color: white;
    margin-bottom: 0;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.explore_item img {
    height: 256px;
    object-fit: cover;
    border-radius: 34px;
}

.explore_item h3 {
    margin-top: 24px;
    margin-bottom: 12px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.explore_item p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

.hero_page_image img {
    object-fit: cover;
    height: 506px;
    width: 100%;
    border-radius: 34px;
}

.hero_page_image::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    border-radius: 0 0 34px 34px;
    background: linear-gradient(180deg, rgb(26 26 26 / 76%) 47.83%, rgb(76 76 76 / 65%) 100%);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
    z-index: 1;
}

.hero_content_page {
    position: absolute;
    bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    left: 24px;
    right: 24px;
    z-index: 3;
}

.hero_content_page .part_hero {
    max-width: 45%;
}

.hero_content_page span,
.part_hero p {
    color: white;
}

.hero_page h1 {
    color: #000;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 88px;
    margin-bottom: 15px;
}

.breadcrumbs {
    margin-bottom: 24px;
}

.part_item {
    margin-bottom: 12px;
}

.part_item:last-child {
    margin-bottom: 0;
}

.breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 1.6rem;
}

.breadcrumbs a {
    color: #808080;
    text-decoration: none;
}

.breadcrumbs .separator {
    opacity: 0.7;
}

.block_header .col-md-4 {
    display: flex;
    align-items: center;
}

.block_header {
    margin-bottom: 56px;
}

.price_implants .price_item {
    padding: 24px;
    border-radius: 34px;
    border: 1px solid #D9D9D9;
    background: #F7F7F7;
}

.price_implants .price_item h3 {
    color: #000;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 57px;
}

.price_implants .price_item p {
    margin-top: 12px;
    color: #030303;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 28px;
}

.price_implants .price_item span {
    color: #136F63;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.price_implants2 .price_item {
    border-radius: 34px;
    background: #D0E2E0;
    border: none;
}

.price_implants2 .price_item h3 {
    color: #030303;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 28px;
}

.equipment_right {
    padding-left: 40px;
}

.equipment_right h3 {
    color: #1A1A1A;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}

.equipment_right .description_equipment {
    margin-bottom: 34px;
}

.equipment_left img {
    border-radius: 34px;
}

.images_lab img {
    height: 624px;
    object-fit: cover;
    border-radius: 34px;
}

.images_lab::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    border-radius: 0 0 34px 34px;
    background: linear-gradient(180deg, rgb(26 26 26 / 76%) 47.83%, rgb(76 76 76 / 65%) 100%);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
    z-index: 1;
}

.lab_content {
    position: absolute;
    bottom: 34px;
    left: 34px;
    right: 34px;
    z-index: 3;
}

.lab_content p {
    color: white;
    margin-bottom: 0;
}

.lab_right {
    padding-left: 20px;
}

.dent_item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 302px;
    padding: 34px;
    border-radius: 34px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}

.lab_section {
    background: #F7F7F7;
    padding: 56px 0;
}

.lab_img img {
    width: 100%;
    height: 302px;
    object-fit: cover;
    border-radius: 34px;
}

.dent_item h3 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

.dent_item h3 span{
    font-weight: 600;
}

.benefits_content {
    margin-top: 56px;
}

.benefits_content h4 {
    margin-bottom: 60px;
}

.benefits_item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    padding: 39px 24px;
    border-radius: 34px;
}

.benefits_item p {
    margin-bottom: 0;
}

.benefits_item img {
    position: absolute;
    top: -24px;
    width: 48px;
    height: 48px;
}

.quality_materials .quality_right {
    padding-left: 40px;
}

.quality_materials .d-flex {
    border-radius: 34px;
    background: #D0E2E0;
    padding: 24px;
}

.quality_bg {
    padding: 24px;
    border-radius: 34px;
    background: #F7F7F7;
}

.quality_materials .quality_left h2 {
    margin-bottom: 20px;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 57px;
}

.border_icon {
    margin: 0 0 0 auto;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 44px;
    border: 1px solid #136F63;
}

.quality_item {
    padding: 26px;
    display: flex;
    height: 255px;
    flex-direction: column;
    justify-content: space-between;
    background: white;
    border-radius: 34px;
    border: 1px solid #D9D9D9;
}

.quality_item h3 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

.quality_bg img {
    border-radius: 34px;
    margin-bottom: 24px;
}

.contact_logo {
    width: 124px;
    height: 34px;
    margin-bottom: 85px;
}

.contact__section .d-flex {
    border-radius: 34px;
    border: 1px solid #D9D9D9;
    padding: 34px;
}

.contact__section h2 {
    color: #000;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 57px;
    margin-bottom: 20px;
}

.contact__section h2 span {
    color: #136F63;
}

.contact_page_form p {
    margin-top: 0;
    margin-bottom: 16px;
}

.contact_page_form p label {
    color: rgba(148, 148, 148, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.info_contact_map {
    position: absolute;
    display: flex;
    flex-direction: column;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.77);
    backdrop-filter: blur(2px);
    bottom: 24px;
    left: 24px;
    padding: 24px;
}

.info_contact_map h3{
    margin-bottom: 20px;
    color: #030303;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.map_content {
    position: relative;
}

.map_content iframe {
    width: 100%;
    height: 600px;
    border-radius: 34px;
}

.info_contact_map a {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.info_contact_map a span {
    word-break: break-word;
    overflow-wrap: break-word;
}

@media only screen and (max-width: 768px) {
    .info_contact_map {
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 20px;
    }

    .info_contact_map h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .info_contact_map a {
        flex-wrap: wrap;
    }

    .info_contact_map a svg {
        flex-shrink: 0;
    }

    .info_contact_map a span {
        flex: 1;
        min-width: 0;
    }
}


.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 30px;
    border: 1px solid #888;
    border-radius: 8px;
    width: 80%;
    max-width: 860px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s;
}

.modal-content .acceptance p {
    text-align: center;
}

.modal-content .close {
    color: white;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    border-radius: 100%;
    background: var(--green);
    position: absolute;
    right: -19px;
    top: -17px;
}

.modal-content .close:hover,
.modal-content .close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.modal-content .contact_form {
    display: flex;
    flex-wrap: wrap;
}

.modal-content .contact_form .input_name,
.modal-content .contact_form .input_phone {
    width: 50%;
    padding: 0 8px;
}

.modal-content .contact_form .acceptance,
.modal-content .contact_form .send_button {
    width: 100%;
    padding: 0 16px
}


.modal-content input,
.modal-content textarea {
    border-color: #ccc;
    width: 100%;
    font-size: 16px;
    background: white;
    border-radius: 36px;
    padding: 12px 20px;
    border: 1px solid #EDF1F3;
}

.modal-content textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
}

.modal-content .form_short {
    padding-left: 0;
    margin-top: 30px;
}

.modal-content .form_short .form_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.modal-content .form_short .form_flex > .col-md-6 {
    flex: 1 1 calc(50% - 15px);
    min-width: 200px;
}

.modal-content .form_short .form_flex > .col-12:not(.col-md-6) {
    flex: 1 1 100%;
}

.services_content_left img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.services_content_right{
    padding-left: 40px;
}

/* Services Format Styling */
.services_format h2 {
    font-size: 2.8rem;
    line-height: 140%;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 20px;
}

.services_format p {
    font-size: 1.6rem;
    line-height: 170%;
    color: var(--dark);
    margin-bottom: 20px;
}

.services_format ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.services_format ul li {
    font-size: 1.6rem;
    line-height: 170%;
    color: var(--dark);
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.services_format ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: var(--green);
    border-radius: 50%;
}

/* Modal Mobile Responsive */
@media only screen and (max-width: 768px) {
    .modal[style*="display: block"],
    .modal.show,
    .modal.active {
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }

    .modal-content {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 25px 20px;
        border-radius: 20px;
        max-height: 90vh;
        overflow-y: auto;
        position: relative;
    }

    .modal-content .close {
        width: 32px;
        height: 32px;
        font-size: 20px;
        line-height: 32px;
        right: 10px;
        top: 10px;
        position: absolute;
    }

    .modal-content .contact_form {
        flex-direction: column;
    }

    .modal-content .contact_form .input_name,
    .modal-content .contact_form .input_phone {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .modal-content .contact_form .acceptance,
    .modal-content .contact_form .send_button {
        padding: 0;
        width: 100%;
    }

    .modal-content input,
    .modal-content textarea {
        padding: 12px 15px;
        font-size: 16px;
        border-radius: 12px;
    }

    .modal-content textarea {
        height: 100px;
        border-radius: 12px;
    }

    .modal-content .form_short {
        margin-top: 20px;
    }

    .modal-content .form_short .form_flex {
        gap: 12px;
    }

    .modal-content .form_short .form_flex > .col-md-6 {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .modal-content .form_short .form_flex > .col-12 {
        width: 100%;
    }

    .modal-content h2 {
        font-size: 2.2rem;
        text-align: center;
        padding-right: 30px;
        margin-bottom: 15px;
    }

    .modal-content .acceptance p {
        font-size: 12px;
        line-height: 1.4;
    }

    .modal-content .send_button input {
        width: 100%;
        padding: 14px 20px;
    }
}