/*
Theme Name: Dr. Romaniuc
Theme URI: https://min-code.com
Author: MinCode Group
Author URI: https://min-code.com
Version: 1.0
Text Domain: dr-romaniuc.md
*/

* {
    margin: 0;
    padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 62.5%;
}

:root {
  --blue: #009afa;
  --dark-blue: #082f49;
}

body {
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  color: var(--dark-blue);
}

.sticky_position {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  align-self: flex-start;
}

.d-flex {
  flex-wrap: wrap;
}

.h1,
h1 {
    font-size: 4.8rem;
    line-height: 67px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
}

.h2,
h2 {
    font-size: 4rem;
    line-height: 120%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
}

.h3,
h3 {
    font-size: 3.2rem;
    line-height: 140%;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.h4,
h4 {
    font-size: 2.8rem;
    line-height: 140%;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.h5,
h5 {
    font-size: 2.4rem;
    line-height: 140%;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.h6,
h6 {
    font-size: 2.0rem;
    line-height: 140%;
    font-weight: 600;
    font-family: "Inter", 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.8rem;
    line-height: 150%;
    margin-bottom: 26px;
    color: var(--dark-blue);
}

a {
    color: var(--dark-blue);
    font-size: 1.8rem;
    line-height: 150%;
    transition: 0.3s;
    text-decoration: none;
}

a:hover {
    color: var(--blue);
    transition: 0.3s;
}

ul {
    margin-bottom: 0;
}

li {
    font-size: 1.8rem;
    line-height: 150%;
    color: var(--dark-blue);
}

img {
    width: 100%;
    height: auto;
}

.container {
    width: 100%;
    max-width: 1600px;
    padding: 0 15px;
    margin: auto;
}

.mg-10 {
    margin: 10rem 0;
}

.mt-10 {
    margin-top: 10rem;
}

.mb-10 {
    margin-bottom: 10rem;
}

.mg-8 {
    margin: 8rem 0;
}

.mt-8 {
    margin-top: 8rem;
}

.mb-8 {
    margin-bottom: 8rem;
}

.mg-4 {
  margin: 40px 0;
}

.main_button {
  font-size: 14px;
  line-height: 21px;
  background: var(--dark-blue);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--dark-blue);
  border-radius: 8px 8px 8px 8px;
  padding: 16px 40px 16px 40px;
  transition: 0.3s;
  color: white;
  display: inline-block;
}

.transparent_button {
  font-size: 14px;
  line-height: 21px;
  background-color: #0000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--dark-blue);
  border-radius: 8px 8px 8px 8px;
  padding: 16px 40px 16px 40px;
  transition: 0.3s;
  color: var(--dark-blue);
  display: inline-block;
}

.transparent_button:hover {
  color: white;
  background-color: var(--dark-blue);
}

.whatsapp_df_btn{
    background: #59BD3A;
    display: flex;
    gap: 5px;
    border-color: #59BD3A !important;
    transition: 0.3s;
}

.whatsapp_df_btn:hover{
    color: black !important;
    background: transparent !important;
    border-color: #59BD3A !important;
}

.whatsapp_df_btn svg{
    width: 20px;
    height: 20px;
    fill: white;
    transition: 0.3s;
}

.whatsapp_df_btn:hover svg{
    fill: black;
}

.main_menu li a {
  font-size: 14px;
  line-height: 21px;
  padding: 8px 10px;
  transition: 0.3s;
  display: inline-block;
  position: relative;
}

.main_menu li {
  margin: 0 8px;
  position: relative;
}

.main_menu .header_popup a {
  font-weight: 600;
  color: white;
  background: var(--dark-blue);
  border-radius: 8px;
  border: 1px solid var(--dark-blue);
  padding: 12px 5px;
  transition: 0.3s;
  width: 180px;
  text-align: center;
}

.main_menu .phone_header a {
  border: 1px solid var(--dark-blue);
  transition: 0.3s;
  padding: 12px 5px;
  width: 180px;
  text-align: center;
  border-radius: 8px;
  font-weight: 600
}

.main_menu .kids_header a {
  width: 180px;
  height: 48px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #d2e8f3;
  border-radius: 8px;
}

.main_menu .adult_header a {
    width: 168px;
    height: 48px;
    padding: 0 48px 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
    background: #d2e8f3;
    border-radius: 8px;
}

.header {
  background: white;
  padding: 16px 0;
  position: sticky;
  z-index: 99;
  top: 0;
}

.menu-item-has-children > a:before {
  content: '';
  background: url('/wp-content/uploads/2026/01/arrow.svg');
  position: absolute;
  background-position: center;
  background-size: cover;
  height: 10px;
  width: 10px;
  top: 14px;
  right: 0;
}

.main_menu li .sub-menu li {
  margin: 0;
}

.main_menu .menu-item-has-children a {
  padding-right: 18px;
}

.menu-second-menu-container {
  padding-right: 10px;
}

.main_menu .kids_header a:before {
  content: '';
  background: url('/wp-content/uploads/2026/01/Group.svg');
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: cover;
  height: 24px;
  width: 73.5px;
}

.main_menu .adult_header a:after {
    content: '';
    background: url('/wp-content/uploads/2026/01/Favicon.png');
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-size: cover;
    width: 18px;
    height: 18px;
}

.main_menu li a:hover {
  background-color: #d2e8f3;
  border-radius: 4px;
  color: var(--dark-blue);
  transition: 0.3s
}

.main_menu li.current_page_item a {
  background-color: #d2e8f3;
  border-radius: 4px;
}

.main_menu li.trp-language-switcher-container a span {
  font-weight: 600;
}

.main_button:hover {
    background: var(--blue);
    border-color: var(--blue);
    color: white;
}

.main_menu {
    display: flex;
    align-items: center;
    width: calc(100% - 200px);
    justify-content: flex-end;
    flex-wrap: wrap;
}

.logo_site {
  width: 200px;
  height: auto;
}

@media only screen and (max-width: 1650px) {
  .main_menu {
    flex-direction: column-reverse;
  }
  .menu-main-menu-container,
  .menu-second-menu-container {
    width: 100%;
  }
  .menu-second-menu-container {
    margin-bottom: 10px;
  }
  .logo_site {
    width: 260px;
  }
  .main_menu {
    width: calc(100% - 260px);
  }
}

.main_menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
    justify-content: flex-end;
}

.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);
}

/* Mobile nav logo */
.mobile__nav__logo {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.mobile__nav__logo img {
    max-width: 180px;
    height: auto;
}

/* Mobile nav CTA button */
.mobile__nav__cta {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    text-align: center;
}

.mobile__nav__cta .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 15px 25px;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
}

.mobile__nav__cta .btn-green {
    background: var(--green);
    color: white;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
}

.mobile__nav__cta .btn-green:hover {
    background: var(--dark);
    transform: scale(1.02);
}

.mobile__nav__cta .btn-green svg {
    flex-shrink: 0;
}

.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;
}

.header_menu.d-flex {
  align-items: center;
  max-width: 1920px;
  padding-right: 0;
}

.main_menu ul.sub-menu {
    background-color: #fff;
    z-index: 999;
    visibility: hidden;
    position: absolute;
    width: 50px;
    opacity: 0;
    transition: .3s;
    margin-top: 0;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 16%);
    display: block;
    padding: 0;
    top: 32px;
    left: 0;
}

.main_menu .menu-item-has-children:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
}

.main_menu ul.sub-menu li a {
  color: #000;
  font-size: 1.4rem;
  padding: 10px;
  display: block;
  text-align: center;
}

.main_menu ul.sub-menu li:hover {
  background: #F7F7F7;
}

.main_menu ul.sub-menu li:hover a {
  color: var(--green);
  display: inline-block;
  width: 100%;
}

@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: 4px;
        width: 30px;
        border-radius: 8px;
        background: var(--dark-blue);
        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: var(--dark-blue);
  padding: 80px 0;
}

.footer_logo {
  width: 240px;
  margin-bottom: 24px;
}

.footer_col1 p {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.footer_col2 h6 {
  color: white;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 24px;
}

.footer_col2 a,
.footer_col2 p {
  color: white;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.footer_col2 ul {
  list-style: none;
  padding-left: 0;
}

.footer_col2 ul li {
  margin-bottom: 5px;
}

.footer_col2 p {
  margin: 12px 0;
}

.footer_col2 {
  display: flex;
}

.footer_cols {
  display: flex;
}

.footer_col1 {
  padding-right: 12%;
}

.subcol2 {
  transform: translateX(-10%);
}

.copyrights p,
.copyrights a {
  color: white;
  font-size: 12px;
  line-height: 18px;
}

.copyrights p {
  margin-bottom: 0;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.socials_footer {
  display: flex;
  gap: 14px;
  align-items: center;
}

.socials_footer a:hover {
  opacity: 0.8
}

footer a:hover {
  color: var(--blue);
}

.copyrights {
  margin-top: 50px;
}

.fs {
  font-size: 1.6rem;
  line-height: 150%;
}

.content-contact {
  background: #eceef2;
  padding: 25px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .content-contact  {
      flex: 0 0 auto;
      width: calc(50% - 30px);
      margin-left: 30px;
  }
}

.content-contact h2 {
  margin-bottom: 30px;
  font-size: 3.2rem
}

.serv_bg {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  align-self: flex-start;
}

.bg-contact {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.content-contact a {
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 16px 10px;
}

.phone_button {
  width: 100%;
  color: white;
  background: #4484C7;
}

.phone_button svg {
  width: 22px;
  color: white;
  fill: white;
  display: flex;
  justify-content: center;
}

.phone_button:hover {
  background: #155DA7
}

.contact_buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.whatsapp_button {
  background: #59BD3A;
  width: calc(50% - 10px)
}

.whatsapp_button:hover {
  background: #4bac2d
}

.viber_button {
  background: #7E64CB;
  width: calc(50% - 10px)
}

.viber_button:hover {
  background: #674fad
}

.form_intro {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.form_content {
  margin-top: 40px;
}

.form1 input,
.form1 textarea {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  border-radius: 8px;
  padding: 17px 24px 17px 24px;
  background: white;
  border: 0;
}

.phone {
  padding-left: 10px;
}

.form1 p {
  margin-bottom: 16px;
}

.form1 .send_message input {
  padding: 20px 0 20px 0;
  color: #FFF;
  background-color: #082F49;
  border-style: none;
  border-radius: 8px 8px 8px 8px;
  transition: 0.3s;
  font-weight: 600;
}

.form1 .send_message input:hover {
  background: var(--blue)
}

.form1 ::placeholder {
  color: #152A3C66
}

.wpcf7-spinner {
  position: absolute;
  left: 10px;
  top: 16px;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
}

.map_footer iframe {
  border-radius: 8px;
}

.contact_items > div {
  background: var(--dark-blue);
  border-radius: 8px;
  padding: 20px;
}

.contact_items h5 {
  color: white;
  margin-bottom: 16px;
}

.contact_items a {
  color: white;
  display: block;
  margin: 5px 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.contact_socials {
  display: flex;
  gap: 10px;
}

.contact_items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.contact_items .phone_footer {
  width: calc(50% - 15px)
}

.map_footer {
  margin-bottom: -6px;
}

.contact_items a:hover {
  color: var(--blue);
}

.template_simple {
  background: #eceef2;
  padding: 60px 0 80px;
}

.template_simple .container {
  background: white;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / .2);
  padding: 30px;
  width: 87.87vw;
}

.template_simple h1 {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 30px;
  font-weight: 700;
}

.simple_page_content p {
  margin-bottom: 15px;
}

.simple_page_content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 40px;
  font-weight: 700;
}

.page_intro p {
  margin-top: 15px;
  font-weight: 300;
}

.page_intro {
  margin-top: 40px;
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}

.explore_item img {
  height: 320px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.single_serv_content h2 {
  min-height: 102px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 15px;
  transition: 0.3s
}

.single_serv_content p {
  margin-bottom: 0;
}

.single_serv_content a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: underline;
  font-size: 1.6rem;
}

.blog_link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.explore_item:hover h2 {
  color: var(--blue)
}

.post-data {
  font-size: 15px;
  line-height: 18px;
  margin-top: 15px;
}

.featured_img img {
  border-radius: 8px;
  height: 480px;
  object-fit: cover;
}

.featured_content {
  background: #ECEEF2;
  border-radius: 8px;
  padding: 30px;
  transition: 0.3s;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.featured_img .explore_img {
  margin-right: 30px;
}

.featured_content:hover {
  background: #d1e8f3;
}

.featured_content h2 {
  transition: 0.3s
}

.read_more {
  color: var(--blue);
  font-weight: 600;
  text-decoration: underline;
  font-size: 1.6rem;
}

.post_excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured_post {
  margin-top: 50px;
}

.blog_items {
  margin-top: 40px;
}

.post_excerpt {
  margin-top: 40px;
}

.featured_content:hover h2 {
  color: var(--blue)
}

.blog_content {
  margin-top: 40px;
}

.post_title {
  margin-bottom: 40px;
}

.post_bg img {
  border-radius: 8px;
  height: 600px;
  object-fit: cover;
}

.post_bg {
  padding-left: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  align-self: flex-start;
}

.post_content {
  padding: 20px;
  background: #eceef2;
  border-radius: 8px;
}

.post_content p {
  margin-bottom: 12px;
}

.post_content p:last-child {
  margin-bottom: 0;
}

.post_content h2,
.post_content h3,
.post_content h4 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 12px;
}

.team_slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}

.back_thanks {
  background: var(--dark-blue);
  border-radius: 8px;
  padding: 30px;
}

.content_tks {
  padding: 40px;
  background: #d1e8f3;
  border-radius: 8px;
}

.serv_content ul {
  margin-bottom: 20px;
}

.content_tks h1 {
  font-size: 4rem;
  line-height: 130%;
}

.thank_content {
  margin-top: 80px;
  padding-bottom: 100px;
}

.post_content h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.block_title {
  padding-left: 32px;
}

.block_title:before {
  background: url('/wp-content/uploads/2026/01/Favicon.png');
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  content: '';
  background-position: center;
  background-size: cover;
}

.block_title.text-center:before {
  display: none
}

.block_title span:before {
  background: url('/wp-content/uploads/2026/01/Favicon.png');
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  content: '';
  background-position: center;
  background-size: cover;
}

.block_title span {
  position: relative;
  padding-left: 32px;
}

.related_posts .posts_items {
  margin-top: 30px;
}

.contacts_page {
  margin-top: 0px;
  margin-bottom: 100px;
}

.single_video svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  opacity: 0.8
}

.single_video img {
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

.contact_page {
  padding-left: 30px;
}

.contact_page iframe {
  border-radius: 8px;
  margin-bottom: 30px;
}

.contacts_page .content-contact {
  padding: 40px;
  width: 50%;
  margin: 0;
}

.floating-buttons {
    position: fixed;
    bottom: 70px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 98;
}

.floating-buttons a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007bff;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    transition: transform .3s ease, box-shadow .3s ease;
}

.floating-buttons .phone {
    background: #082f49;
}

.floating-buttons a img {
    width: 20px;
    height: 20px;
}

.floating-buttons .mail {
    background: #7e64cb;
}

.floating-buttons .whatupp {
    background: #25d366;
}

.floating-buttons .messenger {
    background: #006aff;
}

.floating-buttons a.mail img {
    width: 27px;
    height: 27px;
}

.floating-buttons a.whatupp img {
    width: 24px;
    height: 24px;
}

.floating-buttons a.messenger img {
    width: 24px;
    height: 24px;
}

.floating-buttons .phone img {
  margin-left: -10px;
}

.grid4 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
}

.single_nr {
  text-align: center;
}

.single_nr h2 {
  font-size: 56px;
  line-height: 85px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}

.single_nr svg {
  width: 48px;
  height: 48px;
}

.single_nr p {
  margin-bottom: 0;
}

.short_form_cta {
  background: var(--dark-blue);
  border-radius: 8px;
  padding: 80px;
}

.short_form_cta h2 {
  color: white;
  margin-bottom: 30px;
}

.short_form_cta input,
.short_form_cta textarea {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  border-radius: 8px;
  padding: 20px 24px 20px 24px;
  background: white;
  border: 0;
}

.short_form_cta ::placeholder {
  color: #082F4966
}

.short_form_cta .col-12.message {
  display: none;
}

.short_form_cta .col-md-6,
.short_form_cta .send_message {
  width: 33.3333%;
}

.short_form_cta .phone {
  padding-right: 10px;
}

.short_form_cta .send_message {
  padding-left: 10px;
}

.name,
.surname,
.telephone {
  padding-right: 10px;
}

.short_form_cta p {
  margin-bottom: 16px;
}

.send_message p {
  margin-bottom: 0;
}

.short_form_cta .send_message input {
  padding: 21px 0 21px 0;
  color: #FFF;
  background-color: var(--blue);
  border-style: none;
  border-radius: 8px 8px 8px 8px;
  transition: 0.3s;
  font-weight: 600;
  border: 1px solid var(--blue);
}

.short_form_cta .send_message input:hover {
  background: var(--dark-blue);
  border-color: white;
}

.single_choose {
  text-align: center;
  background: #eceef2;
  padding: 30px;
  border-radius: 8px;
}

.single_choose img {
  width: 48px;
}

.single_choose h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 26px;
}

.single_choose p {
  margin-bottom: 0;
  font-weight: 300;
}

.block_title {
  margin-bottom: 35px;
}

.advantages p {
  font-size: 1.6rem;
  font-weight: 300;
}

.block_description {
  font-size: 16px;
  font-weight: 300;
}

.team_intro .block_title {
  margin-bottom: 20px;
}

.full_team_slider img {
  margin-bottom: 20px;
  object-fit: cover;
  border-radius: 8px;
}

.team_slider {
  padding-left: 50px
}

.transformation .dots_slider {
  margin-top: 25px;
}

.home .team_member .dots_slider {
  margin-top: 20px;
}

.team_member .dots_slider {
  margin-top: 40px;
}

.health_banner .logo_cta {
  width: auto;
  height: 40px;
  margin-bottom: 30px;
}

.swiper-pagination-bullet-active {
  background: var(--dark-blue)
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}

.full_team_slider .text-center p {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 0;
}

.patient_img {
  padding-right: 50px;
}

.patient_img img {
  border-radius: 8px;
}

.about_problem .client_name {
  color: var(--blue);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0;
}

.align-center {
  align-items: center;
}

.about_problem p {
  font-weight: 300;
  margin-top: 25px;
}

.single_service h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.single_service svg {
  height: 50px;
  width: 50px;
}

.single_service p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single_service a {
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
  color: var(--blue)
}

.single_service {
  padding: 40px 30px;
  border-radius: 8px;
}

.bg-gray.single_service {
  background: #edeef2;
}

.service_link {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.single_service.bg-blue {
  background: #d2e8f3
}

.single_service:hover {

}

#service1:hover {
  background: url('/wp-content/uploads/2026/01/AnyConv.com__Frame-1459.webp');
  background-position: center;
  background-size: cover;
}

#service2:hover {
  background: url('/wp-content/uploads/2026/01/AnyConv.com__Implantologie.webp');
  background-position: center;
  background-size: cover;
}

#service3:hover {
  background: url('/wp-content/uploads/2026/01/AnyConv.com__Estetica-Dentara.webp');
  background-position: center;
  background-size: cover;
}

#service4:hover {
  background: url('/wp-content/uploads/2026/01/AnyConv.com__Ortodontie.webp');
  background-position: center;
  background-size: cover;
}

#service5:hover {
  background: url('/wp-content/uploads/2026/01/AnyConv.com__Servicii-Generale-Stomatologice.webp');
  background-position: center;
  background-size: cover;
}

#service6:hover {
  background: url('/wp-content/uploads/2026/01/AnyConv.com__Anestezie-Generala.webp');
  background-position: center;
  background-size: cover;
}

#service1:hover:after,
#service3:hover:after,
#service6:hover:after {
  background: #edeef2;
  opacity: 0.8;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  left: 0;
  top: 0;
}

#service2:hover:after,
#service4:hover:after,
#service5:hover:after {
  background: #d2e8f3;
  opacity: 0.8;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  left: 0;
  top: 0;
}

.content_serv {
  position: relative;
  z-index: 1
}

.services_list {
  margin-top: 40px;
}

.service-card-contact {
  background: url('/wp-content/uploads/2026/01/2block.webp');
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  display: flex;
  align-items: end;
  padding-bottom: 30px;
  padding-left: 30px;
}

.serv_bg {
  padding-left: 40px;
}

.serv_bg .single_serv_img {
  height: 680px;
  object-fit: cover;
  border-radius: 8px;
}

.serv_content {
    padding: 20px;
    background: #eceef2;
    border-radius: 8px;
}

.serv_content h1 {
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 25px
}

.serv_content p,
.serv_content a,
.serv_content li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.serv_bg .content-contact {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    background: #d1e8f3;
}

.serv_bg .content-contact p {
  margin-bottom: 15px;
}

.service_slider {
  margin-top: 60px;
}

.service_slider img {
  border-radius: 8px;
  object-fit: cover;
  height: 320px;
}

.service_breadcrumbs ul {
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
  padding-left: 0;
}

.service_slider .dots_slider {
  margin-top: 20px;
}

.service_breadcrumbs ul li a,
.service_breadcrumbs ul li {
  font-size: 16px;
}

.service_breadcrumbs {
  margin-bottom: 50px;
}

.service_breadcrumbs ul li {
  font-weight: 600;
  position: relative;
}

.service_breadcrumbs ul li:after {
  content: '>';
  font-weight: 300;
  margin-left: 15px;
}

.service_breadcrumbs ul li:last-child:after {
  display: none;
}

.service_breadcrumbs ul li a {
  font-weight: 400
}

.cases_photos3 img {
  border-radius: 8px;
}

.case_slider3 .dots_slider {
  margin-top: 25px;
}

.ba_photos.grid2 {
  gap: 20px;
}

.ba_photos.grid2 > div {
  position: relative;
}

.ba_photos.grid2 > div span {
  background: var(--blue);
  color: white;
  position: absolute;
  padding: 12px 24px;
  bottom: 0px;
  border-radius: 8px;
  font-size: 14px;
  left: 0;
}

.ba_photos.grid2 img {
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
}

.single_ba p {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 15px;
}

.grid2.gap5 {
  row-gap: 50px;
}

.before_after_case {
  margin-top: 40px;
}

.page-template-dantura-fixa .before_after_case {
  margin-top: 10rem;
}

.justify-center {
  justify-content: center;
}

.mt-6 {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .our_mission .col-md-6 {
      flex: 0 0 auto;
      width: calc(50% - 32px);
  }
  .mission_content {
    margin-right: 16px;
  }
  .mission_bg {
    margin-left: 16px;
  }
}

.mission_content {
  background: #eceef2;
  padding: 60px 40px;
  border-radius: 8px;
}

.mission_bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.mission_content p,
.mission_content li {
  font-size: 16px;
}

.mission_content li {
  margin-bottom: 12px;
}

.mission_content li:last-child {
  margin-bottom: 0;
}

.mission_content ul {
  padding-left: 30px;
}

.transformation1 img {
  height: 440px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.video-layout {
    display: flex;
    overflow: hidden;
}

.main-video {
    position: relative;
    width: 65%;
}

.related-videos {
    overflow-y: auto;
    max-height: 600px;
    width: 35%;
    height: 600px;
    overflow-y: scroll;
}

.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;
    position: relative;
}

.video_text {
    width: calc(100% - 75px);
}

.thumb_img {
    margin-right: 10px;
}

.sidebar_video img {
  width: 75px;
    height: 42px;
    object-fit: cover;
}

.sidebar_video {
  border-top: 1px solid #d5dadf;
  margin-top: 30px;
}

.video_text h4 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sidebar_video .active {
  background: #f1f3f5
}

.related-videos svg {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 3px;
    right: 3px;
    margin-left: 0;
}

.main-video-doctor {
  height: 600px;
  object-fit: cover;
}

.table {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}

.table p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.table .problem_name {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--blue);
  width: 150px;
}

.problem_content {
  width: calc(100% - 150px);
  padding-left: 15px;
}

.patient_info {
  margin-top: 50px;
  padding-left: 50px;
}

.patient_info h2 {
  margin-bottom: 30px;
}

.client_descp .dots_slider {
    margin-top: 20px;
    text-align: center;
}

.slider_client img {
  border-radius: 8px;
}

.main_img {
  height: 450px;
  border-radius: 8px;
  object-fit: cover;
}

.gallery-block h4 {
  margin-top: 12px;
}

.single_video iframe {
  width: 100%;
  height: 360px;
}

.single_video p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}

.testimoniale_grid .grid3 {
  row-gap: 60px;
}

.mt-4 {
  margin-top: 40px!important
}

.testimoniale_grid .single_video svg {
  margin-top: -30px;
}

.cta_content_info {
  background: url('/wp-content/uploads/2026/01/bg.webp');
  border-radius: 8px;
  padding: 100px 15px;
  background-position: center;
  background-size: cover;
}

.cta_content_info {
  position: relative;
  text-align: center;
  color: white;
}

.cta_content_info:before {
  content: '';
  background: #082F4966;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
}

.cta_content_info h3,
.cta_content_info p {
  position: relative;
}

.cta_content_info p {
  color: white;
  margin-top: 15px;
  font-weight: 300;
  font-size: 16px;
}

.cta_bg_buttons {
  gap: 15px;
  justify-content: center;
  position: relative;
}

.cta_bg_buttons a {
  background: var(--blue);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: white;
  padding: 20px;
  width: 30%;
}

.cta_bg_buttons a:hover {
  background: var(--dark-blue);
}

.client_img {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.client_img img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.client_img p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.stars {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.stars p {
  margin-bottom: 0;
  font-size: 16px;
}

.stars svg {
  width: 22px;
  height: 22px;
}

.testimonials_slider .swiper-slide {
  border-radius: 8px;
  background: #d1e8f3;
  padding: 30px 40px;
}

.review_content {
  margin-bottom: 0;
  font-size: 16px;
}

.testimonials_slider .swiper-slide {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}

.reviews-pagination {
  text-align: center;
}

.testimonials_slider .dots_slider {
  margin-top: 25px;
}

.testimonials_general {
  background: #082f49;
  padding: 80px 0;
}

.testimonials_general h2 {
  color: white;
}

.testimonials_general .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: white;
}

.fav_white.block_title:before {
  background: url('/wp-content/uploads/2026/01/fav-white.png');
  background-position: center!important;
  background-size: cover!important;
}

.fb_title img {
  height: 25px;
  width: auto;
}

.fb_logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fb_logo p {
  margin-bottom: -7px;
}

.fb_intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.fb_raiting img {
  height: 16px;
  margin-top: -5px;
  margin-left: 8px;
  margin-right: 8px;
}

.fb_raiting p {
  margin-bottom: 0;
  font-size: 14px;
}

.fb_raiting p span {
  font-size: 16px;
  font-weight: 600;
}

.fb_raiting {
  margin-top: 10px;
}

.fb_button a {
  color: white;
  background: var(--dark-blue);
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 30px;
}

.fb_button a:hover {
  background: var(--blue);
}

.fb_intro {
  padding: 20px;
  border-radius: 8px;
  background: #ECEEF2;
}

.review_content img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.review_content h6 {
  margin-top: 10px;
  font-size: 17px;
  margin-bottom: 5px;
}

.review_text {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
  height: 70px;
  overflow-y: scroll;
  padding-right: 15px;
}

.recommends {
  font-size: 14px;
}

.facebook_slider .swiper-slide {
  padding: 20px 15px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2px 8px 20px 2px rgba(0, 0, 0, .07);
}

.facebook_slider .dots_slider {
  margin-top: 25px;
  text-align: center;
}

.facebook_slider {
  margin-top: 30px;
  margin-bottom: 60px;
}

.c_img {
  display: flex;
  align-items: center;
  gap: 10px;
}

.client_g_name h6 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 3px;
}

.client_g_name p {
  font-size: 14px;
  margin-bottom: 0;
  color: #9d9d9d;
}

.c_img img {
  width: 50px;
  height: 50px;
}

.review_content .gl_rating {
  width: auto;
  height: 15px;
  border-radius: 0;
  margin: 20px 0 15px;
}

.gl_content {
  margin-bottom: 0;
  font-size: 14px;
  height: 86px;
  overflow-y: scroll;
  padding-right: 15px;
}

.google_slider .swiper-slide {
  padding: 20px;
  background: #f4f4f4;
  border-radius: 8px;
}

.gl_icon {
  position: absolute;
  right: 20px;
  top: 26px;
  width: 24px;
  height: 24px;
}

.google_slider .dots_slider {
  text-align: center;
  margin-top: 25px;
}

.hero_slider .swiper-slide {
  height: 700px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.hero_slide_content {
  position: absolute;
  width: 56%;
  left: 50px;
  bottom: 50px;
  background: #EDEFF3E6;
  border-radius: 8px;
  padding: 40px;
}

.hero_slide_content h2 {
  font-size: 4.4rem;
}

.hero_slide_content p {
  margin-top: 20px;
  margin-bottom: 40px;
}

.hero_buttons {
  gap: 15px;
  display: flex;
  align-items: center;
}

.hero_slider .dots_slider {
  position: absolute;
  z-index: 9999;
  margin: 0;
  width: 100%;
  right: 40px;
  bottom: 50px;
  text-align: right;
}

.hero_slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: auto;
  right: 0;
  text-align: right;
}

.hero_slider .swiper-pagination-bullet {
  background: white;
}

.why_single h3 {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 2.8rem
}

.why_single img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.why_single p {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 0;
}

.why_single {
  background: #eceef2;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
}

.why_single:last-child {
  margin-bottom: 0;
}

.why_bg {
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service_home .d-flex {
  gap: 30px;
}

@media (min-width: 768px) {
  .service_home .d-flex .col-md-6 {
      flex: 0 0 auto;
      width: calc(50% - 60px);
  }
}

.service_home .single_service p {
  -webkit-line-clamp: initial;
  font-size: 1.6rem;
  line-height: 24px;
}

.service_home .block_title p {
  margin-top: 30px;
}

.service_home .block_title {
  margin-top: 50px;
}

.team_member .block_description {
  font-size: 15px;
}

.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;
    margin-top: 10px;
    margin-bottom: 0;
}

.modal-content .close {
    color: white;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background: var(--dark-blue);
    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 {
    width: 100%;
    font-size: 15px;
    background: #F3F3F3;
    border-radius: 8px;
    padding: 20px;
}

.modal-content ::placeholder {
  color: #1E354996
}

.modal-content textarea {
    width: 100%;
    height: 100px;
    padding: 20px;
}

.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%;
}

.modal-content .form_flex label {
  margin-bottom: 5px;
  font-size: 14px;
  margin-left: 10px;
}

.client_descp {
  scroll-margin-top: 40vh;
}

.diploma4 a:before {
  background: url('/wp-content/uploads/2026/02/Certificatele-noastreb.webp');
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.diploma4 h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 48px;
  font-weight: 700;
}

.fancybox__thumbs {
  display: none;
}

.hero_video video {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  border-radius: 8px;
}

.df_hero_intro {
  background-color: #D1E8F3;
  border-radius: 8px;
  padding: 30px
}

.df_hero_intro h1 {
  margin-bottom: 60px;
  font-size: 48px;
}

/* Price list */

.sidebar_item{
    background: #ECEEF2;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 16px 24px;
}

.sidebar_item:last-child{
    margin-bottom: 0;
}

.sidebar_item span{
    display: none;
}

.sidebar_item h3{
    font-size: 1.8rem;
}

.price_right{
    padding-left: 40px;
}

.price_block{
    background: #ECEEF2;
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 40px;
}

.price_block:last-child{
    margin-bottom: 0;
}

.price_block h3{
    margin-bottom: 30px;
    font-size: 3.2rem;
}

.price_block .price_desc{
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: -10px;
}

.price_block ul{
    list-style: none;
    padding-left: 0;
}

.price_block ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 18px;
    border-bottom: 2px solid white;
}

.price_block ul li:last-child{
    margin-bottom: 0;
}

.price_block ul li h4{
    font-size: 2.4rem;
    width: calc(100% - 200px);
    padding-right: 20px;
}

.price_block ul li h4 span {
  font-weight: 600;
}

.price_block ul li span{
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 140%;
    text-align: right;
    width: 200px;
}

.price_block ul li.no-price {
  border-bottom: 0;
    padding-bottom: 0;
    margin-top: 25px;
}

.button_contact a {
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.button_contact .main_button {
  padding: 17px 40px;
}

.price_list_desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.price_block ul li.no-price h4  {
  width: 100%;
  font-weight: 600;
}

.price_right .notification{
    margin-top: 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 0;
}

/* End Price */

.more_information{
    margin-top: 40px;
    background: #eceef2;
    padding: 56px;
    border-radius: 8px;
    text-align: center;
}

.more_details {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.4s ease;
}

.more_details.active {
    max-height: 500px;
    opacity: 1;
}

.centered_content{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.fast_fixed_left{
    background: #D1E8F3;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.fast_fixed_left p{
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
}

.fast_fixed_right{
    padding-left: 20px;
}

.fast_fixed_right .single_video img{
    height: 100%;
}

.fast_fixed_right .single_video{
    display: flex;
    height: 100%;
}

.prosthesis_left{
    display: flex;
    height: auto
}

.prosthesis_left img{
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.steps_single{
    background: #eceef2;
    padding: 40px;
    border-radius: 8px;
}

.steps_single h3{
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 20px;
}

.steps_single p{
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 0;
}

.steps_single span{
    color: #009afa;
    font-size: 6.4rem;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 30px;
}

.prosthesis_left{
    padding-right: 20px;
    border-radius: 8px;
}

.prosthesis_right{
    background: #082F49;
    padding: 40px;
    color: white;
    border-radius: 8px;
}

.prosthesis_right p{
    color: white;
}

.prosthesis_right a{
    background: white;
    color: black;
}

.prosthesis_right a:hover{
    background: transparent;
    color: white;
    border-color: white;
}

.prosthesis_right .block_title:before{
    filter: brightness(0) invert(1);
}

.bg_pain{
    background: #eceef2;
    padding: 40px;
    border-radius: 8px;
}

.pain_video{
    padding-right: 20px;
}

.df_team_slider .swiper-slide img{
    border-radius: 8px;
}

.df_team_slider .swiper-slide h2{
    margin-top: 20px;
}

.df_team_slider .text-center p {
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 0;
}

.price_slider .swiper-slide{
    padding: 25px;
    background: #d1e8f3;
    color: #082f49;
    transition: 0.3s;
    border-radius: 10px;
    height: auto;
}

.price_slider .swiper-slide:hover{
    background: #082f49;
    color: white;
}

.price_slider .swiper-slide .d-flex{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.price_box {
    display: flex;
    gap: 20px;
}

.price_box .new_price{
    font-size: 2.4rem;
    font-weight: 600;
}

.price_box .old_price{
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: line-through;
}

.not_content {
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 60px 40px;
    background: #d1e8f3;
    border-radius: 8px;
    text-align: center;
}

.text_not {
  font-size: 8rem;
  font-weight: 900;
}

.img_box{
    padding: 10px;
    background-color: #082F491A;
    border-radius: 8px;
}

.price_slider .swiper-slide:hover .img_box{
    background: #d1e8f31a;
}

.img_box{
    width: 120px;
    height: 120px;
}

.price__row h2{
    font-size: 3.2rem;
    margin-top: 20px;
}

.price_slider .swiper-slide ul{
    width: 100%;
    padding-left: 0;
    list-style: none;
}

.price_slider .swiper-slide ul li{
    display: flex;
    gap: 10px;
    color: black;
    margin-bottom: 3px;
    font-weight: 300;
}

.price_slider .swiper-slide ul li svg{
    flex-shrink: 0;
}

.price_slider .swiper-slide ul li:last-child{
    margin-bottom: 0;
}

.price_slider .swiper-slide:hover ul li{
    color: white;
}

.health_banner{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.health_banner img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.health_banner::before{
    background: #082f4966;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
}

.health_banner .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 70%;
}

.block_title.text-center {
  padding-left: 0;
}

.health_banner .content p{
    margin-top: 15px;
    color: #FFF;
    font-size: 4rem;
    font-weight: 600;
    line-height: 100%;
}

/* Question Section / FAQ */
.question_section {
    background: #eceef2;
    padding: 80px 0;
}

.question_section_wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 80px;
}

.question_header {
    flex: 0 0 40%;
    max-width: 40%;
}

.question_header_icon {
    margin-bottom: 20px;
}

.question_header h2 {
    margin-bottom: 20px;
    color: var(--dark-blue);
}

.question_header p {
    color: #475569;
    margin-bottom: 30px;
}

.question_cta {
    display: inline-block;
    color: var(--blue);
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.question_cta:hover {
    color: var(--dark-blue);
}

.question_cta:hover::after {
    background-color: var(--dark-blue);
}

.question_accordion {
    flex: 1;
}

.accordion_item {
    background: #FFF;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.accordion_item:last-child {
    margin-bottom: 0;
}

.accordion_item:hover,
.accordion_item.active {
    background: #c0dfee;
}

.accordion_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    gap: 20px;
}

.accordion_title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 150%;
    color: var(--dark-blue);
    flex: 1;
}

.accordion_icon {
    flex-shrink: 0;
}

.accordion_icon svg {
    display: block;
}

.accordion_icon .icon_open {
    display: none;
}

.accordion_icon .icon_closed {
    display: block;
}

.accordion_item.active .accordion_icon .icon_open {
    display: block;
}

.accordion_item.active .accordion_icon .icon_closed {
    display: none;
}

.accordion_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion_item.active .accordion_content {
    max-height: 500px;
}

.accordion_content p {
    padding: 0 24px 20px;
    margin: 0;
    color: #475569;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
}

.kids_faq .accordion_content p {
  padding: 0 40px 20px
}

.page-template-dantura-fixa .content-contact,
.page-template-turism-dentar .content-contact{
    background: #082f49;
}

.page-template-dantura-fixa .content-contact h2,
.page-template-turism-dentar .content-contact h2{
    color: white;
}

.page-template-dantura-fixa .content-contact p,
.page-template-turism-dentar .content-contact p{
    color: white;
}

.page-template-turism-dentar .question_section_wrapper {
  margin-bottom: 0;
}

.page-template-dantura-fixa .content-contact .form1 .send_message input,
.page-template-turism-dentar .content-contact .form1 .send_message input{
    background: #C0DFEE;
    color: #082f49;
}

.page-template-dantura-fixa .content-contact .form1 .send_message input:hover,
.page-template-turism-dentar .content-contact .form1 .send_message input:hover{
    background: #7FCBF0;
    color: #082f49;
}

@media (max-width: 991px) {
    .question_section_wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .question_header {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .question_header_icon {
        display: flex;
        justify-content: center;
    }
}

.tourism_bg {
  background: url('/wp-content/uploads/2026/02/1block-1.webp');
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  width: calc(50% - 30px);
  margin-right: 30px;
}

.step_slider .swiper-slide {
  background: #eceef2;
  border-radius: 8px;
  padding: 50px 30px;
  min-height: 500px;
}

.nr_step {
  color: #009afa;
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 70px;
}

.step_slider .swiper-slide h2 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}

.steps_tourism .dots_slider {
  margin-top: 30px;
}

.step_video {
  padding-left: 30px;
}

.step_video img {
  border-radius: 8px;
  height: 500px;
}

.s1,
.s3 {
  background: #eceef2
}

.s2,
.s4 {
  background: #D1E8F3
}

.single__nr {
  border-radius: 8px;
  padding: 30px;
  width: calc(25% - 30px);
  margin: 0 15px;
  display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.tourism_nr .d-flex {
  margin: 0 -15px;
}

.single__nr h3 {
  font-size: 40px;
}

.single__nr img {
  width: 70%;
}

.tourism_nr {
  margin-top: 80px;
}

.step_slider .swiper-slide p {
  margin-bottom: 0;
}

.tourism_content {
  padding: 50px 30px;
  background: #eceef2;
  border-radius: 8px;
}

.tourism_content h1 {
  margin-bottom: 40px;
}

/* 4Kids Page */

.grid_benefits{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.grid_benefits .benefits_kids_item{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    min-height: 500px;
    padding-top: 100px;
}

.benefits_kids .block_title_kids {
  margin-bottom: 0;
}

.grid_benefits .benefits_kids_item .icon{
    height: 65px;
    object-fit: contain;
}

.grid_benefits .benefits_kids_item h3{
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px;
}

.grid_benefits .benefits_kids_item .content{
    max-width: 78%;
    margin: 5px 26px;
}

.grid_benefits .benefits_kids_item p{
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
}

.hero_4kids h1{
    margin-bottom: 30px;
}

.hero_4kids p{
    font-weight: 300;
}

.hero_4kids_left{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.hero_4kids_right{
    padding: 5.2vw 0vw 5.2vw 5.2vw;
}

.block_title_kids{
    width: 75%;
    margin: 0 auto;
    margin-bottom: 35px;
}

.block_title_kids img{
    width: 105px;
    height: auto;
    margin-bottom: 20px;
}

.block_title_kids h2{
    font-size: 4.8rem;
    font-weight: 600;
}

.block_title_kids p{
    margin-top: 15px;
    font-weight: 300;
}

.block_title_kids span{
    font-size: 4.8rem;
    font-weight: 600;
    font-family: 'kindergarten', sans-serif;
    color: #009AFA;
}

/* Steps 4Kids */
.steps_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.step_item {
    background-color: #F5F5F5;
    border-radius: 20px;
    padding: 50px 30px;
    transition: 0.3s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.step_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    transition: 0.3s;
    border-radius: 20px;
    z-index: 0;
}

.step_item:hover::before {
    opacity: 1;
}

.step_header,
.step_description {
    position: relative;
    z-index: 1;
}

.step_item:nth-child(1):hover {
    background-image: url('/wp-content/uploads/2026/02/1-1.webp');
   background-position: 0 -111px;
    background-repeat: no-repeat;
    background-size: cover;
}

.step_item:nth-child(2):hover {
    background-image: url('/wp-content/uploads/2026/02/AnyConv.com__6242a6021c54189089b4a347a5d77ab01.webp');
    background-position: 0 -111px;
    background-size: cover;
}

.step_item:nth-child(3):hover {
    background-image: url('/wp-content/uploads/2026/02/AnyConv.com__13e105cacfd7b9e242f7b73eb5bba9201.webp');
    background-position: 0 -111px;
    background-size: cover;
}

.step_header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.step_number {
    font-size: 4rem;
    font-weight: 700;
    color: #009AFA;
    font-family: 'kindergarten', sans-serif;
}

.step_title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--dark-blue);
}

.step_description {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: 0;
}

.kids_team_slider .swiper-slide img{
    height: 422px;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}

.kids_team_slider .swiper-slide h3{
    margin-top: 30px;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
}

.kids_team_slider .swiper-slide p{
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 150%;
    text-align: center;
}

.kids_team_slider .swiper-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.kids_team_slider .swiper-button-prev,
.kids_team_slider .swiper-button-next{
    position: static;
    width: 32px;
    height: 27px;
    margin: 0;
    background: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.kids_team_slider .swiper-button-prev:hover,
.kids_team_slider .swiper-button-next:hover{
    opacity: 0.7;
}

.kids_team_slider .swiper-button-prev::after,
.kids_team_slider .swiper-button-next::after{
    display: none;
}

.kids_team_slider .swiper-button-prev svg,
.kids_team_slider .swiper-button-next svg{
    width: 32px;
    height: 27px;
    display: block;
}

.kids_team_slider .swiper-button-prev svg path,
.kids_team_slider .swiper-button-next svg path{
    fill: #009AFA;
}

.kids_team_slider .swiper-pagination{
    position: static;
    width: auto;
    font-size: 1.8rem;
    font-weight: 500;
    color: #222;
}

.kids_team_slider .swiper-pagination-current{
    color: #009AFA;
    font-weight: 600;
}

.kids_slider_reviews .swiper-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.kids_slider_reviews .swiper-button-prev,
.kids_slider_reviews .swiper-button-next{
    position: static;
    width: 32px;
    height: 27px;
    margin: 0;
    background: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.kids_slider_reviews .swiper-button-prev:hover,
.kids_slider_reviews .swiper-button-next:hover{
    opacity: 0.7;
}

.kids_slider_reviews .swiper-button-prev::after,
.kids_slider_reviews .swiper-button-next::after{
    display: none;
}

.kids_slider_reviews .swiper-button-prev svg,
.kids_slider_reviews .swiper-button-next svg{
    width: 32px;
    height: 27px;
    display: block;
}

.kids_slider_reviews .swiper-button-prev svg path,
.kids_slider_reviews .swiper-button-next svg path{
    fill: #009AFA;
}

.kids_slider_reviews .swiper-pagination{
    position: static;
    width: auto;
    font-size: 1.8rem;
    font-weight: 500;
    color: #222;
}

.kids_slider_reviews .swiper-pagination-current{
    color: #009AFA;
    font-weight: 600;
}

.happy_slider_kids .swiper-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.happy_slider_kids .swiper-button-prev,
.happy_slider_kids .swiper-button-next{
    position: static;
    width: 32px;
    height: 27px;
    margin: 0;
    background: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.happy_slider_kids .swiper-button-prev:hover,
.happy_slider_kids .swiper-button-next:hover{
    opacity: 0.7;
}

.happy_slider_kids .swiper-button-prev::after,
.happy_slider_kids .swiper-button-next::after{
    display: none;
}

.happy_slider_kids .swiper-button-prev svg,
.happy_slider_kids .swiper-button-next svg{
    width: 32px;
    height: 27px;
    display: block;
}

.happy_slider_kids .swiper-button-prev svg path,
.happy_slider_kids .swiper-button-next svg path{
    fill: #009AFA;
}

.happy_slider_kids .swiper-pagination{
    position: static;
    width: auto;
    font-size: 1.8rem;
    font-weight: 500;
    color: #222;
}

.happy_slider_kids .swiper-pagination-current{
    color: #009AFA;
    font-weight: 600;
}

.kids_slider_reviews .swiper-slide .rating{
    vertical-align: middle;
    display: inline-block;
    width: 176px;
}

.kids_slider_reviews .swiper-slide{
    padding: 30px;
    border-radius: 8px;
    height: auto;
}

.kids_slider_reviews .swiper-slide p{
    margin-top: 40px;
    font-weight: 300;
    margin-bottom: 0;
}

.kids_slider_reviews .swiper-slide:first-child{
    background-color: #F3D1D1;
}

.kids_slider_reviews .swiper-slide:nth-child(2){
    background-color: #F3EED1;
}

.kids_slider_reviews .swiper-slide:nth-child(3){
    background-color: #D1F3D6;
}

.kids_slider_reviews .swiper-slide:nth-child(4){
    background-color: #D1F3F3;
}

.kids_slider_reviews .swiper-slide:nth-child(5){
    background-color: #F3D1D1;
}

.kids_slider_reviews .swiper-slide:nth-child(6){
    background-color: #F3EED1;
}

.profile_kids_reviews{
    margin-bottom: 40px;
}

.profile_kids_reviews img{
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 100%;
    flex-shrink: 0;
}

.profile_kids_reviews h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
}

.profile_kids_reviews .profile_info{
    margin-left: 10px;
}

.profile_kids_reviews .profile_info p{
    margin: 0;
}

.page-id-311 .question_accordion{
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px;
    background: #d1e8f3;
    border-radius: 8px;
}

.page-id-311 .accordion_item:hover, .page-id-311 .accordion_item.active{
background: white;
}

.page-id-311 .accordion_header{
    padding: 32px 40px 32px 40px;
}

.page-id-311 .bg_contact_kids {
    background: #eceef2;
    padding: 40px;
    border-radius: 8px;
}

.page-id-311 .content_contact_kids{
    padding-left: 30px;
}

.page-id-311 .content_contact_kids h2 {
    margin-bottom: 40px;
}

.page-id-311 .content_contact_kids .bg-contact {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.page-id-311 .content_contact_kids a {
    color: white;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    justify-content: center;
    padding: 16px 10px;
}

.page-id-311 .menu-kids-menu-container li a {
    position: relative;
    transition: background 0.3s ease;
}

.page-id-311 .menu-kids-menu-container li a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 10px;
    background-image: url('/wp-content/uploads/2026/02/wave.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.page-id-311 .menu-kids-menu-container li a:hover {
    background: white;
}

.page-id-311 .menu-kids-menu-container li a:hover::before {
    opacity: 1;
}

.footer_kids{
    background: #eceef2;
    padding: 40px 0;
}

.footer_grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.footer_kids .copyrights p,
.footer_kids .copyrights p a {
  color: #082f49
}

.copyrights p a {
  margin-left: 3px;
}

.copyrights img {
  margin: 0 3px!important
}

.footer_item{
    background: #082f49;
    color: white;
    border-radius: 8px;
    padding: 24px;
}

.footer_item:last-child{
    background: #d1e8f3;
    color: #082f49;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer_item:last-child p,
.footer_item:last-child a{
    color: #082f49;
}

.footer_item h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 20px;
}

.page-template-4kids .main_menu {
    align-items: flex-end;
}

.menu-kids-menu-container {
  margin-top: 10px;
}

.page-template-4kids section {
  scroll-margin-top: 100px;
}

.footer_item p,
.footer_item a{
    font-weight: 300;
    color: white;
}

.footer_item p{
    margin-bottom: 5px;
}

.footer_line span{
    color: #082f49;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.footer_line:first-child{
    margin-top: 0;
}

.footer_line{
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.terms{
    display: flex;
    gap: 40px;
}

.terms a{
    color: var(--dark-blue);
    text-decoration: underline;
}

.happy_slider_kids .swiper-slide img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 991px) {
    .steps_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .steps_grid {
        grid-template-columns: 1fr;
    }

    .steps_4kids {
        padding: 5rem 0;
    }

    .block_title_kids {
        width: 90%;
    }
}
