/*
Theme Name: Dr Ungureanu
Theme URI: https://min-code.com
Author: Mincode Group
Author URI: https://min-code.com
Version: 1.0
Text Domain: Dr Ungureanu
*/

/* Regular */
@font-face {
    font-family: 'Novela';
    src: url('assets/fonts/Novela/Novela-Regular.eot');
    src: url('assets/fonts/Novela/Novela-Regular.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Novela/Novela-Regular.woff2') format('woff2'),
    url('assets/fonts/Novela/Novela-Regular.woff') format('woff'),
    url('assets/fonts/Novela/Novela-Regular.ttf') format('truetype'),
    url('assets/fonts/Novela/Novela-Regular.otf') format('opentype'),
    url('assets/fonts/Novela/Novela-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Novela';
    src: url('assets/fonts/Novela/Novela-Bold.eot');
    src: url('assets/fonts/Novela/Novela-Bold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Novela/Novela-Bold.woff2') format('woff2'),
    url('assets/fonts/Novela/Novela-Bold.woff') format('woff'),
    url('assets/fonts/Novela/Novela-Bold.ttf') format('truetype'),
    url('assets/fonts/Novela/Novela-Bold.otf') format('opentype'),
    url('assets/fonts/Novela/Novela-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Italic */
@font-face {
    font-family: 'Novela';
    src: url('assets/fonts/Novela/Novela-DisplayItalic.eot');
    src: url('assets/fonts/Novela/Novela-DisplayItalic.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Novela/Novela-DisplayItalic.woff2') format('woff2'),
    url('assets/fonts/Novela/Novela-DisplayItalic.woff') format('woff'),
    url('assets/fonts/Novela/Novela-DisplayItalic.ttf') format('truetype'),
    url('assets/fonts/Novela/Novela-DisplayItalic.otf') format('opentype'),
    url('assets/fonts/Novela/Novela-DisplayItalic.svg') format('svg');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Strawford Font Regular */
@font-face {
    font-family: 'Strawford';
    src: url('assets/fonts/Strawford/Strawford-Regular.eot');
    src: url('assets/fonts/Strawford/Strawford-Regular.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Strawford/Strawford-Regular.woff2') format('woff2'),
    url('assets/fonts/Strawford/Strawford-Regular.woff') format('woff'),
    url('assets/fonts/Strawford/Strawford-Regular.ttf') format('truetype'),
    url('assets/fonts/Strawford/Strawford-Regular.otf') format('opentype'),
    url('assets/fonts/Strawford/Strawford-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Additional weights and styles for Strawford */
@font-face {
    font-family: 'Strawford';
    src: url('assets/fonts/Strawford/Strawford-Bold.eot');
    src: url('assets/fonts/Strawford/Strawford-Bold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Strawford/Strawford-Bold.woff2') format('woff2'),
    url('assets/fonts/Strawford/Strawford-Bold.woff') format('woff'),
    url('assets/fonts/Strawford/Strawford-Bold.ttf') format('truetype'),
    url('assets/fonts/Strawford/Strawford-Bold.otf') format('opentype'),
    url('assets/fonts/Strawford/Strawford-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Strawford';
    src: url('assets/fonts/Strawford/Strawford-Light.eot');
    src: url('assets/fonts/Strawford/Strawford-Light.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Strawford/Strawford-Light.woff2') format('woff2'),
    url('assets/fonts/Strawford/Strawford-Light.woff') format('woff'),
    url('assets/fonts/Strawford/Strawford-Light.ttf') format('truetype'),
    url('assets/fonts/Strawford/Strawford-Light.otf') format('opentype'),
    url('assets/fonts/Strawford/Strawford-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Strawford';
    src: url('assets/fonts/Strawford/Strawford-Medium.eot');
    src: url('assets/fonts/Strawford/Strawford-Medium.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Strawford/Strawford-Medium.woff2') format('woff2'),
    url('assets/fonts/Strawford/Strawford-Medium.woff') format('woff'),
    url('assets/fonts/Strawford/Strawford-Medium.ttf') format('truetype'),
    url('assets/fonts/Strawford/Strawford-Medium.otf') format('opentype'),
    url('assets/fonts/Strawford/Strawford-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}

:root {
    --blue: #002C57;
    --orange: #FFB13A;
    --font-base: "Strawford", sans-serif;
    --font-heading: "Novela", sans-serif;
}

html.translatepress-ru_RU,
body.translatepress-ru_RU {
    --font-base: "Nunito", sans-serif;
    --font-heading: "Playfair Display", serif;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a {
    color: #111111;
}

h1 {
    font-family: var(--font-heading);
    font-size: 5.5rem;
    margin: 0;
    color: #111111;
}

h2 {
    font-family: var(--font-heading);
    font-size: 4rem;
    margin: 0;
    color: #111111;
    line-height: 150%;
}

h3 {
    font-size: 3rem;
    margin: 0;
    color: #111111;
}

h4 {
    font-size: 2rem;
    margin: 0;
    font-family: var(--font-base);
    color: #111111;
}

h5 {
    font-size: 1.4rem;
    margin: 0;
    color: #111111;
}

p {
    font-family: var(--font-base);
    font-size: 2rem;
    margin: 0;
    line-height: 150%;
    color: #111111;
}

.subtitle {
    margin-top: 15px;
    margin-bottom: 15px
}

h2 span {
    color: var(--orange);
}

body {
    font-family: var(--font-base);
    font-size: 1.6rem;
    color: #111111;
}

.d-flex {
    flex-wrap: wrap;
}

.mg-150 {
    margin-top: 150px;
}

.container {
    max-width: 1470px;
    padding: 0 15px;
}

.line-custom {
    line-height: 2.8rem;
    font-weight: 400;
}

.img_gallery img {
  width: 100%;
  border-radius: 20px;
  height: 50rem;
  object-fit: cover
}

.img_gallery {
  padding: 15px
}

/* Dividers */
.divider-20 {
    height: 2rem;
}

.divider-40 {
    height: 4rem;
}

.divider-50 {
    height: 5rem;
}

.divider-60 {
    height: 6rem;
}

.divider-70 {
    height: 7rem;
}

.divider-80 {
    height: 8rem;
}

.divider-90 {
    height: 9rem;
}

.divider-100 {
    height: 10rem;
}

.divider-120 {
    height: 12rem;
}

.divider-150 {
    height: 15rem;
}

.divider-180 {
    height: 18rem;
}

#dantura_fixa .container {
    padding: 0;
}

/* End Dividers */

/* Hero Section */

.header.scrolled {
    background: #022e58;
    border-bottom: 1px solid #022e58;
}

.header.scrolled .sticky-top.active{
    border-bottom: 1px solid #022e58;
}

.header.scrolled .header_navContent ul li.button_menu a{
    color: black;
}

.header.scrolled .menu-item-has-children:after {
    content: '';
    background: url(/wp-content/uploads/2025/10/arrow-down.svg);
    right: 5px;
    top: 15px;
    width: 11px;
    height: 11px;
    background-size: contain;
    position: absolute;
    transition: 0.2s;
    filter: brightness(0) invert(1); /* 🔥 face imaginea albă */
}

.header_navContent ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px
}

.header_navContent ul li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px
}

.header_navContent ul li.button_menu a {
    border: 1px solid;
    border-radius: 12px;
    padding: 10px 20px;
    background: white;
    transition: 0.3s;
    color: #000000;
    font-weight: 400;
}

.header_navContent ul li a:hover {
    color: var(--orange);
    transition: 0.3s
}

/* pagina activă */
.header_navContent ul li.current_page_item > a {
    color: var(--orange);
}

/* părintele activ (când ești într-o subpagină) */
.header_navContent ul li.current_page_parent > a,
.header_navContent ul li.current-menu-ancestor > a {
    color: var(--orange);
}

/* restul rămân normale */
.header_navContent ul li a {
    color: #fff;
    text-decoration: none;
}


.header_navContent ul li.button_menu a:hover {
    background: var(--orange);
    color: white;
    border-color: var(--orange);
}

body.admin-bar .site-header,
body.admin-bar header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .site-header,
    body.admin-bar header {
        top: 0;
    }
}

.navbar {
    margin-top: 15px;
}

.header {
    background: var(--blue);
    padding-bottom: 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header_logo {
    height: 5.5rem;
}

.header_backDrop {
    display: none;
}

.border_line {
    margin-top: 16px;
    border-bottom: 1px solid #E9E9E9;
    display: none;
}

.home .border_line {
    display: block
}

@media (min-width: 1301px) {
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
	.menu-item.button_menu {
		margin-top: 15px;
	}
	.menu-item.button_menu a {
		border-radius: 5px!important;
		padding: 10px 30px;
	}
  .header_navContent ul{
      display: flex;
      flex-direction: column;
  }
  .header_navContent ul#menu-language {
    margin-top: 40px;
  }
  .header_navContent ul {
    gap: 5px;
  }
  .service_menu.menu-item {
    padding-right: 10px!important;
  }
  .service_menu.menu-item-has-children:after {
    display: none;
  }
  .service_menu.menu-item .sub-menu {
    display: none;
  }
  .header_navContent ul li a{
      color: white;
  }
  .header_navContent {
        flex-direction: column;
    }
  .header_navContent ul {
    flex-direction: column;
}
  .navbar-expand-xl .navbar-toggler {
      display: block;
  }
    .header {
        /* padding: 16px 0px; */
    }

    .header_logo {
        height: 40px;
    }

    .header_navContent {
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #002C57;
        width: 300px;
        padding: 1.25rem 1rem;
    }

    .header .header_navContent {
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        overflow-y: auto;
        justify-content: center;
        overflow-x: hidden;
    }

    .active_header .navbar-toggler {
      border-color: white;
    }
    .active_header .fa-bars {
      color: white
    }

    .header.active_header .header_navContent {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .header_navContent .navbar-toggler {
        display: block;
        margin-left: auto;
        border: 1px solid white;
        z-index: 9999;
    }

    .header.scrolled .navbar-toggler{
        border: 1px solid rgba(255, 255, 255, 0.47);
    }

    .navbar-toggler {
        border: 1px solid white;
        font-size: 20px;
        box-shadow: none;
        z-index: 9999;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .header.scrolled .fa-bars{
        color: white;
    }

    .fa-bars {
        color: #fff;
    }

    .fa-xmark {
        color: rgb(0, 0, 0);
    }

    .header .nav-item {
        margin-left: 0;
        margin-bottom: 0.75rem;
        width: 100%;
    }

    .header .nav-link {
        margin-left: 0;
        padding: 0.5rem;
        border-radius: 50rem;
        text-align: center;
        color: white;
    }

    .header .nav-link:hover {
        color: white;
        background-color: rgba(21, 21, 21, 0.63);
    }

    .header .nav-item .btn {
        width: 100%;
    }

    .header.active_header .header_backDrop {
        display: block;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #00000080;
    }
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.28);
}

.dropdown-item {
    display: inline-flex;
    padding: 1rem 2.5rem 1rem 1.25rem;
    align-items: flex-start;
    color: white;
    gap: 10px;
    border-radius: 8px;
}

.dropdown-item:hover {
    background: rgba(255, 255, 255, 0.32);
    color: #FDDF78;
}

.contact-menu {
    display: block;
    margin: 0 auto;
    width: max-content;
}

.contact-btn {
    background-color: #83286C; /* Replace with desired button color */
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    padding: 11px 26px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-btn:hover {
    background-color: #672355; /* Replace with desired button color */
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    padding: 11px 26px;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.hero {
    margin-top: 21rem;
}

.hero_section {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.hero_title {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.hero_title h1 {
    font-family: var(--font-heading);
    font-weight: bold;
    line-height: 8.2rem;
    color: #000000;
    margin-bottom: -10px;
}

.star-icon {
    width: 54px;
    height: 54px;
    margin-top: -10px;
    margin-left: 20px;
}

.hero_description {
    position: relative;
    padding-left: 3rem;
}

.hero_description ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hero_description li {
    position: relative;
    font-family: var(--font-base);
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.hero_description li:last-child {
    margin-bottom: 0
}

.hero_description li::before {
    content: '';
    background-image: url('./assets/images/check-hero.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: 6px;
    width: 2rem;
    height: 2rem;
}

.hero_flow {
    position: relative;
    width: 100%;
    height: 64rem;
    padding-left: 40px;
}

.hero_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
}

.hero_flow::before {
    content: '';
    position: absolute;
    width: 8rem;
    height: 8rem;
    background: url('./assets/images/play-button.svg');
    background-repeat: no-repeat;
    top: 50%;
    left: 55%;
    background-size: contain;
    transition: 0.3s;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.hero_flow:hover::before {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
}

.btn-hero {
    font-family: var(--font-base);
    font-weight: bold;
    font-size: 18px;
    background: var(--orange);
    color: white;
    padding: 1rem 5rem;
    border-radius: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: fit-content;
}

.btn-hero:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: var(--blue);
    color: white;
}

.btn-hero:focus-visible {
    font-family: var(--font-base);
    font-weight: bold;
    font-size: 2rem;
    background: #83286C;
    color: white;
    padding: 10px 40px;
    border-radius: 20px;
}

/* End Hero Section */


/* Promo Section */

.promo {
    position: relative;
    background: #FCFCFC;
    border-radius: 20px;
    border: 1px solid #EEEEEE;
    padding: 60px 20px;
    background-image: url('/wp-content/uploads/2025/08/5-copy.jpg');
    background-position: center;
    background-size: cover;
}

.promo h2 {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 150%;
}

.promo h3 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 150%;
    font-family: var(--font-heading);
    margin-top: 10px
}

.promo_button {
    margin-top: 5rem;
}

.banner_container {
    padding-left: 60px;
    max-width: 50%;
}

.service_reviews .container {
    max-width: 1440px;
    background: #FFFBF8;
    padding: 80px 30px;
    border-radius: 20px;
}

.service_reviews .review_carousel .swiper-slide {
    background: white;
}

/* End Promo Section */

/* Before and after */

.before_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    row-gap: 60px;
}

.before_description {
    text-align: center;
}

.before_description h2 {
    font-weight: bold;
}

.before_description p {
    font-family: var(--font-base);
    margin-top: 15px;
}

/* Slider Before and After */

.comparison-slider {
    position: relative;
    width: 100%;
    height: 38rem;
    margin: 0 auto;
    overflow: hidden;
}

.comparison-slider img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.image-before, .image-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.label-before, .label-after {
    position: absolute;
    bottom: 0;
    padding: 3px 20px;
    background-color: var(--orange);
    color: white;
    font-size: 1.4rem;
}

.label-before {
    left: 0;
    margin: 0;
}

.label-after {
    right: 0;
    margin: 0;
}

.image-after {
    clip-path: inset(0 50% 0 0);
    transition: clip-path 0.3s ease;
}

.slider-handle {
    height: 5.2rem;
    width: 5.2rem;
    border: 0.48rem solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.slider-handle::before,
.slider-handle::after {
    position: absolute;
    content: "";
    top: 50%;
    border: 1.6rem solid transparent;
    border-bottom-width: 0;
    border-right-width: 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.slider-handle::before {
    border-left-color: #fff;
    left: 40%;
}

.slider-handle::after {
    left: 60%;
    border-top-color: #fff;
}

.line-top, .line-bottom {
    position: absolute;
    width: 4px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.line-top {
    top: 0;
    height: calc(49% - 2.1rem);
}

.line-bottom {
    bottom: 0;
    height: calc(49% - 2.1rem);
}

.comparison_item .before_title {
    margin-top: 2rem;
}

.cta_button {
    font-family: var(--font-base);
    display: flex;
    justify-content: center;
}

.btn-contact {
    font-size: 2rem;
    margin-top: 6rem;
    font-weight: bold;
    background: black;
    color: white;
    padding: 12px 50px;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.header.sticky-top.active {
    /*border-bottom: 1px solid #E8E8E8;*/
    padding-bottom: 15px
}

.btn-contact:hover {
    margin-top: 6rem;
    font-weight: bold;
    background: black;
    color: white;
    border-radius: 20px;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* End Before And After */

.about_title {
    font-family: var(--font-heading);
    text-align: center;
    font-weight: bold;
    line-height: 4.8rem;
}

.title_wrapper {
    margin-top: 2rem;
}

.start_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}

.space_sec {
    margin-bottom: 10rem;
}

.space-x {
    margin-bottom: 6rem;
}

.start-icon img {
    width: 200px;
    height: auto;
    margin-top: 10px;
}

.question_section {
    background: #83286C;
    color: white;
    border-radius: 20px;
    padding: 60px 0;
}

.question_section h2 {
    font-weight: bold;
    font-size: 6.4rem;
    margin-bottom: 30px;
    color: white
}

.question_section p {
    font-family: var(--font-base);
    font-size: 3rem;
    font-weight: bold;
    line-height: 5rem;
}

.question_section .btn-contact {
    font-family: var(--font-base);
    margin-top: 50px;
    font-size: 2rem;
    background: white;
    color: black;
    margin-bottom: 10px;
}

.solution_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    justify-content: center;
    text-align: center;
}

.solution h2 {
    font-family: var(--font-heading);
    font-weight: bold;
}

.solution_description {
    margin-top: 30px;
}

.solution_icon img {
    height: 70px;
    width: auto;
}

.reason_description h3 {
    font-family: var(--font-heading);
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 10px;
}

.review_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.slider_video .swiper {
    position: relative;
}

.slider_video .swiper-wrapper:focus-visible {
    border: none;
    outline: 0;
}

.review_video h2 {
    font-family: var(--font-heading);
    font-weight: bold;
    text-align: center;
}

.review_video p {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.video_details {
    position: relative;
}

/* Video Play Button */

.video_details::before {
    content: '';
    position: absolute;
    width: 53px;
    height: 53px;
    background: url('./assets/images/play-button.svg');
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    background-size: contain;
    transition: 0.3s;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.video_details:hover::before {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
}

/* End Button */

.video_image {
    width: 100%;
    height: 38rem;
    object-fit: cover;
    border-radius: 20px;
}

.video_title {
    text-align: center;
    background: white;
    position: absolute;
    padding: 20px 30px;
    border-radius: 20px;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
    width: 91%;
}

.video_title h4 {
    font-size: 2rem;
    font-weight: 500;
}

.video_title h4:hover {
    color: #5e1f4e;
}

.steps h2 {
    font-family: var(--font-heading);
    font-weight: bold;
    line-height: 5.5rem;
}

.steps span {
    color: #83286C;
    text-decoration: underline;
}

.steps .btn-contact {
    margin-top: 80px;
    padding: 17px 61px;
    background: #83286C;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.steps .btn-contact:hover {
    margin-top: 80px;
    background: #5e1f4e;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.steps_left {
    position: sticky;
    top: 150px;
    align-self: start;
}

.steps_right {
    padding-left: 170px;
}

.step_item h2 {
    font-family: var(--font-heading);
    color: #004851;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 6.5rem;
    line-height: 130%;
}

.steps p {
    font-size: 2.2rem;
    margin-bottom: 50px;
}

.step_item:last-child p {
    margin-bottom: 0
}

.prosthesis_details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.prosthesis_details h2 {
    font-family: var(--font-heading);
    font-weight: bold;
    margin-bottom: 20px;
}

.prosthesis_table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 60px 0 0;
}

.prosthesis_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    background: #FCFCFC;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    padding: 50px 50px;
}

.prosthesis_flow {
    width: 100%;
    height: 241px;
    margin-bottom: 50px;
}

.prosthesis_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prosthesis_details ul {
    padding: 0;
}

.prosthesis_details li {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 30px;
    list-style: none;
}

.prosthesis_details li:last-child {
    margin-bottom: 0;
}

.prosthesis_wrong li {
    position: relative;
    padding-left: 30px;
}

.prosthesis_wrong li::before {
    content: url("./assets/images/icon-wrong.svg");
    position: absolute;
    left: 0;
    top: 20%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
}

.prosthesis_right li {
    position: relative;
    padding-left: 30px;
}

/*.prosthesis_right li:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

.prosthesis_right li::before {
    content: url("./assets/images/icon-right.svg");
    position: absolute;
    left: 0;
    top: 20%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
}

.btn-cta {
    padding: 17px 64px;
    background: black;
    color: white;
    margin-top: 60px;
    border-radius: 10px;
    font-size: 2rem;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-cta:hover {
    padding: 17px 64px;
    background: black;
    color: white;
    font-size: 18px;
    font-weight: bold;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.clinical_video {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    row-gap: 95px;
}

.video_item a:focus-visible {
    outline: 0;
}

.image_dantures {
    width: 100%;
    height: 660px;
}

.image_dantures img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media_row {
    position: relative;
}

.media_row::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: url('./assets/images/play-button.svg');
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    background-size: contain;
    transition: 0.3s;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.media_row:hover::before {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
}

.hero_text {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    padding: 30px 45px;
    border-radius: 0 0 20px;
}

.hero_text h2 {
    font-family: var(--font-heading);
    font-weight: bold;
    font-size: 3.5rem;
    color: black;
}

.hero_text span {
    color: #83286C;
}

.price_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 72px;
    row-gap: 104px;
}

.price_premium {
    display: flex;
    position: relative;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    border: 1px solid #83286C;
    border-radius: 20px;
    padding: 5px;
}

.price_premium::after {
    content: "";
    position: absolute;
    background-image: url('./assets/images/Group 87.svg');
    top: -5%;
    left: 3%;
    width: 68px;
    height: 68px;
    transition: transform 0.5s ease;
}

.price_premium:hover::after {
    transform: rotate(360deg);
}

.price_premium .bg_item {
    background: rgba(254, 128, 222, 0.06);
    width: 100%;
    /*padding: 47px 88px;*/
    border-radius: 20px 20px 0 0;
}

.price_premium .bg_item h3 {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 47px;
    padding: 0 20px;
    font-family: var(--font-base);
    margin-bottom: 30px;
}

.price_premium .bg_item h4 {
    font-size: 2.8rem;
    color: #83286C;
    font-weight: bold;
    margin-bottom: 5px;
}

.price_premium .bg_item p {
    font-size: 1.5rem;
    color: black;
}

.price_premium .bg_item .btn-cta {
    background: #83286C;
    color: #ffffff;
    padding: 17px 87px;
    margin-top: 40px;
    margin-bottom: 55px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price_premium .bg_item .btn-cta:hover {
    background: #5e1f4e;
    color: #ffffff;
    margin-top: 40px;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Price Item */

.price_classic {
    display: flex;
    position: relative;
    flex-direction: column;
    /*justify-content: center;*/
    text-align: center;
    align-items: center;
    width: 100%;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 5px;
}

.price_classic .bg_item {
    background: #F9F9F9;
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.price_classic .bg_item h3 {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 47px;
    padding: 0 20px;
    margin-bottom: 30px;
    font-family: var(--font-base);
}

.price_classic .bg_item h4 {
    font-size: 2.8rem;
    color: #004851;
    font-weight: bold;
    margin-bottom: 5px;
}

.price_classic .bg_item p {
    font-size: 1.5rem;
    color: black;
}

.price_classic .bg_item .btn-cta {
    background: rgba(131, 40, 108, 0);
    padding: 17px 87px;
    margin-top: 40px;
    margin-bottom: 55px;
    color: black;
    border: 1px solid #000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price_classic .bg_item .btn-cta:hover {
    background: rgba(131, 40, 108, 0);
    margin-top: 40px;
    color: black;
    border: 1px solid #000;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.nota_bene {
    margin-top: 50px;
    margin-bottom: 25px;
}

.price_details ul {
    font-size: 2rem;
    list-style: none;
    margin-top: 50px;
    text-align: left;
}

.price_details li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.price_details li::before {
    content: url("./assets/images/check-table.svg");
    position: absolute;
    left: 0;
    top: 36%;
    transform: translateY(-50%);
    width: 15.95px;
    height: 15.95px;
}

.price_details .nota_bene {
    font-size: 1.4rem;
    color: black;
}

.reason_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 70px;
    margin-top: 50px
}

.reason_icon img {
    width: 100px;
    height: auto;
}

.reason_description {
    margin-top: 30px;
}

.cta_content {
    background: var(--blue);
    border-radius: 20px;
}

.cta_content h2 {
    font-weight: bold;
    color: #111;
    font-size: 3.3rem;
    margin-bottom: 5px;
}

.cta_content .start-icon {
    margin-bottom: 40px
}

.contact_list table {
    font-size: 18px;
    color: white;
    width: 100%;
}

.contact_list table td.table_title {
    font-weight: 600;
    width: 14%
}

.contact_list table td {
    width: 86%
}

.contact_list table a {
    color: white;
    transition: 0.3s;
    display: block
}

.contact_list table a:hover {
    color: var(--orange)
}

.contact_list {
    margin-top: 30px;
    margin-bottom: 10px
}

.contact_list table tr {
    vertical-align: baseline;
    display: flex;
    margin-bottom: 20px
}

.contacts_section h2 {
    font-weight: bold;
    color: white;
    font-size: 3.3rem;
    margin-bottom: 5px;
}

.col-12.map_iframe {
    padding-left: 50px;
}

.form_consultation h3 {
    font-family: var(--font-heading);
    color: white;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 50px
}

.form_consultation .send_button .wpcf7-submit {
    background-color: #FAF2EC;
    color: #111;
    padding: 12px;
}

.form_consultation .send_button .wpcf7-submit:hover {
    background-color: #ffe6d3
}

.form_consultation .wpcf7-list-item-label {
    color: white;
}

.form_consultation ::placeholder {
    color: #111;
}

.form_consultation .consultation_form input {
    background: #e9f4ff;
    border-color: #e9f4ff;
}

.consultation_form input:focus-visible {
    box-shadow: none;
    outline: none;
}

.contact_descr {
    color: white;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 26px
}

.contact_form_desc {
    color: white;
    margin-top: 50px;
    margin-bottom: 20px;
    line-height: 26px
}

.consultation_form input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 16px;
    background: #ffffff;
    border-radius: 5px;
}

.contact_info {
    background: var(--blue);
    color: white;
    border-radius: 20px;
    padding: 40px;
    padding-top: 55px;
}

.contact_info iframe {
    border-radius: 10px
}

.send_button p {
    margin-bottom: 0
}

.consultation_form .col-12 {
    margin-bottom: 15px;
    padding: 0 7px;
}

.consultation_form .col-12.consultation_button {
    margin-bottom: 0;
    width: 50%;
}

.modal .consultation_form .col-12.consultation_button {
  width: 100%;
  margin-top: 10px;
}

.modal .consultation_form .d-flex {
  text-align: center;
  justify-content: center;
}

.contact_page_form .recaptcha {
  margin-left: 5px;
  margin-top: -15px
}

.recaptcha {
  width: 50%;
}

.consultation_form .d-flex {
  align-items: center;
}

.consultation_form {
    margin: 0 -7px
}

.consultation_form .col-12.acceptance {
    margin-top: -6px;
    margin-bottom: 15px;
    font-size: 12px;
}

.cta_item.col-12 {
    padding: 40px 50px 50px;
}

.contact_form {
    padding: 0 40px;
}

.contact_form h2 {
    margin-bottom: 0px;
    color: white
}

.cta_bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.form-control {
    font-size: 1.6rem;
}

.contact_form .custom_form {
    background: transparent;
    width: 100%;
    border: none;
    padding-left: 0;
    font-size: 1.6rem;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    box-shadow: none;
    transition: border-color 0.3s ease;
}

.contact_form .custom_form:focus-within {
    border-bottom: 2px solid #fdfdfd;
}

.contact_form input::placeholder {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.contact_form input {
    color: white;
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 10px 0;
}

.contact_form .wpcf7-list-item-label {
    color: white;
}

.contact_form input:focus-visible {
    color: white;
}

.contact_form input::placeholder {
    transition: color 0.3s ease;
}

.contact_form input:focus::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.contact_form .form-check {
    margin-top: 30px;
    font-size: 1.2rem;
    color: white;
}

.contact_form .form-check span {
    color: white;
    text-decoration: underline;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
    box-shadow: none;
}

.contact_form .send_button .wpcf7-submit {
    background: #FAF2EC;
    color: var(--blue);
    padding: 12px 50px;
    margin-top: 14px;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 0;
    line-height: 24px;
    border: none;
    transition: 0.3s;
    border-radius: 10px;
    width: fit-content;
}

.contact_form .send_button .wpcf7-submit:hover {
    opacity: 0.8
}

.cta_contain {
    width: 100%;
    height: 388px;
}

@media (max-width: 780px) {
    .cta_contain {
        width: 100%;
        height: auto;
    }
}

.cta_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}

.team_members .btn-cta {
    background: #83286C;
    padding: 17px 64px;
    margin-top: 45px;
    color: white;
}

.team_members .btn-cta:hover {
    background: #5c1f4e;
    padding: 17px 64px;
    margin-top: 45px;
}

.team_slider {
    width: 100%;
    overflow: hidden;
    margin-top: 18px;
}

.team_slider .swiper-wrapper,
.patients_content .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.team_slider .swiper-slide,
.patients_content .swiper-slide {
    flex-shrink: 0;
    width: auto;
}

.team_slider .swiper-pagination,
.patients_content .swiper-pagination {
    margin-top: 30px;
    position: relative;
}

.team_slider .swiper-pagination-bullet,
.patients_content .swiper-pagination-bullet {
    width: 65px;
    height: 5px;
    border-radius: 0;
    background-color: #DCDCDC;
    opacity: 1;
    margin: 0 4px;
}

@media (max-width: 780px) {
    .team_slider .swiper-pagination-bullet,
    .patients_content .swiper-pagination-bullet {
        width: 35px;
        height: 5px;
    }
}

.team_slider .swiper-pagination-bullet-active,
.patients_content .swiper-pagination-bullet-active {
    background-color: #2A3439;
}

.team_item {
    /*margin: 0 15px;*/
}

.team_img {
    width: 100%;
    height: 52rem;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.team_item h4 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.team_item h5 {
    color: var(--orange);
    margin-bottom: 20px;
    font-family: var(--font-base);
    font-style: italic;
}

.team_description {
    border-top: 1px solid #D5D5D5;
    padding: 20px 0;
    border-bottom: 1px solid #D5D5D5;
    line-height: 26px;
}

.team_description p {
    font-size: 2rem;
    line-height: 2.6rem;
    /*height: 84px;*/
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.team_item .btn_more {
    position: relative;
    font-size: 2rem;
    margin-top: 25px;
    padding-right: 15px;
    /*padding-left: 0;*/
    color: #83286C;
    border: none;
}

.team_item .btn_more::after {
    content: "";
    background-image: url('./assets/images/arrow-item.png');
    position: absolute;
    top: 33%;
    right: -9%;
    width: 14px;
    height: 13px;
    transition: transform .2s ease-in-out;
}

.team_item .btn_more:hover::after {
    transform: translatex(5px);
}

.treatment_text {
    padding: 30px 15px 30px 30px
}

.treatment_content h3 {
    margin-top: 4rem;
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-family: var(--font-base);
    font-weight: bold;
}

.treatment_content ul {
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 30px;
}

.treatment_content li {
    position: relative;
    font-size: 2rem;
    list-style: none;
    margin-top: 25px;
    line-height: 2.8rem;
}

.treatment_content li::before {
    content: '';
    background-image: url('./assets/images/check-dantures.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: 4px;
    width: 19px;
    height: 19px;
}

.treatment_content .btn-cta {
    background: #83286C;
    color: white;
    padding: 12px 50px;
    margin-top: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.treatment_content .btn-cta:hover {
    background: #5e1f4e;
    color: white;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.cover_image {
    background-size: cover;
    background-position: center;
}

.video-layout {
    display: flex;
}

.main-video {
    flex: 2;
    position: relative;
}

.main-video iframe {
    width: 100%;
    height: 520px;
}

.main-video img {
    width: 100%;
    border-radius: 8px;
}

.main-video p {
    margin-top: 20px;
    font-size: 25px;
    color: #333;
}

.related-videos {
    flex: 1;
    overflow-y: auto;
    max-height: 520px;
    background: #FFFBF8;
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 20px
}

.related-videos h3 {
    font-size: 2rem;
    font-family: var(--font-base);
}

.related-videos .title {
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    align-items: center;
    justify-content: space-between;
}

.related-videos ul {
    list-style: none;
    padding: 0;
}

.related-videos ul li {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.related-videos ul li img {
    width: 143px;
    height: 90px;
    object-fit: cover;
    margin-right: 20px;
    flex-shrink: 0;
}

.related-videos ul li p {
    font-size: 1.6rem;
    color: #333;
    line-height: 28px;
}

.related-videos ul li p:hover {
    color: var(--blue);
}

.related-videos ul li.active p {
    color: var(--blue);
    font-weight: bold;
}

.related-videos ul li {
    cursor: pointer;
}

.related-videos ul li:hover {
    background-color: #f0f0f0;
    color: var(--blue);
}

.related-videos ul li.active {
    font-weight: bold;
    color: var(--blue);
}

.statistic_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.statistic_item {
    background: #FFF8FD;
    text-align: center;
}

.statistic_item h2 {
    margin-top: 24px;
    font-weight: bold;
    color: #83286C;
    margin-bottom: 10px;
    font-family: var(--font-heading);
    font-size: 8rem;
}

.statistic_item p {
    font-size: 2.2rem;
    margin-bottom: 52px;
}

.title_certification {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.certification .container {*/
/*    max-width: 1695px;*/
/*    padding: 0 0 0 15px;*/
/*    margin-left: auto;*/
/*    margin-right: 0;*/
/*}*/

.certificates-carousel .certificate_item:nth-child(1) a,
.certificates-carousel .certificate_item:nth-child(2) a {
    pointer-events: none;
    cursor: default;
}

.certification .title_certification {
    margin-bottom: 50px;
    max-width: 1470px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}

.certificates-carousel{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.certificates-carousel .certificate_item {
    width: 100%;
}

.certificates-carousel .certificate_item:nth-child(3) {
    position: relative;
    overflow: hidden;
    cursor: pointer; /* Adaugă asta */
}

.certificate_item:nth-child(n+4) {
    display: none;
}

.certificates-carousel .certificate_item:nth-child(3)::after {
  line-height: 1;
  content: "5+";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  background: #f5a326;
  margin-bottom: 0;
  padding: 10px;
}

.certificates-carousel .certificate_item:nth-child(3):hover::before {
    transform: scale(1.05);
}

.certificates-carousel .certificate_image {
    width: 100%;
    height: 642px;
    object-fit: cover;
}

.certification .custom-nav {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 50px;
    height: 20px;
    z-index: 10;
}

.certification .swiper-button-prev,
.certification .swiper-button-next {
    display: block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 26px;
}

.certification .swiper-button-prev::after,
.certification .swiper-button-next::after {
    content: none;
}

.certification .swiper-button-prev {
    background-image: url(./assets/images/btn-next.svg);
    transform: rotate(180deg);
}

.certification .swiper-button-next {
    background-image: url('./assets/images/btn-next.svg');
}

.faq-item {
    display: flex;
    justify-content: space-between;
    background-color: #f9f9fc;
    border-radius: 20px;
    margin-bottom: 30px;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-question {
    flex-basis: 40%;
    font-size: 2rem;
    font-weight: bold;
    color: #7d2163;
    padding: 40px 0 40px 40px;
    margin-right: 100px;
}

.faq-question h3 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 35px;
    font-family: var(--font-base);
}

.faq-answer {
    flex-basis: 60%;
    font-size: 1.6rem;
    color: #333;
    /*line-height: 1.6rem;*/
    padding: 40px 40px 40px 0;
}

.faq-answer p {
    font-size: 2rem;
    margin-bottom: 25px;
}

.faq-answer p:last-child {
    margin: 0;
}

.review_item {
    width: 100%;
    height: 316px;
    border: 1px solid #E8E8E8;
    padding: 20px 20px;
}

.review_profile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}

.review_item p {
    margin: 0;
}

.profile_user {
    display: flex;
    flex-direction: row;
}

.cover_profile {
    width: 45px;
    height: 45px;
}

.image_profile {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details_profile {
    margin-left: 1.2rem;
}

.details_profile h4 {
    font-size: 1.6rem;
}

.details_profile p {
    font-size: 1.2rem;
    color: var(--blue);
}

.review_carousel .swiper {
    position: relative;
}

.review_carousel .swiper-wrapper {
    width: 100%;
    height: auto;
    margin: 30px auto 50px;
}

.review_carousel .swiper-slide {
    /*height: 316px;*/
    height: auto;
    text-align: left;
    padding: 20px;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
}

.social-review .review_carousel .swiper-slide {
    background: #FBFBFB;
    border: none;
}

.review_carousel .review_description p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review_carousel .start_slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review_carousel .start_slider h2 {
    margin-bottom: 20px;
}

.review_carousel .custom-nav {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 50px;
    height: 20px;
    z-index: 10;
}

.review_carousel .swiper-button-prev,
.review_carousel .swiper-button-next {
    display: block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 26px;
}

.review_carousel .swiper-button-prev::after,
.review_carousel .swiper-button-next::after {
    content: none;
}

.review_carousel .swiper-button-prev {
    background-image: url('./assets/images/btn-next.svg');
    transform: rotate(180deg);
    margin-top: -23px;
}

.review_carousel .swiper-button-next {
    background-image: url('./assets/images/btn-next.svg');
}

.buttons {
    display: flex;
    justify-content: center;
}

.buttons .btn_cta {
    background: white;
    color: black;
    font-size: 2rem;
    line-height: 30px;
    padding: 10px 40px;
    border: 1px solid #000000;
    border-radius: 20px;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.buttons .btn_cta:hover {
    background: white;
    color: black;
    border: 1px solid #000000;
    border-radius: 20px;
    font-weight: bold;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.service_reviews .buttons .btn_cta {
    background: var(--orange);
    color: white;
    border: 0;
}

/* Slider Swiper */

.changes_slider .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.changes_slider .swiper-wrapper {
    position: relative;
}

.changes_slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 60%;
    height: 400px;
}

.changes_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.changes_slider .swiper-slide-prev,
.changes_slider .swiper-slide-next {
    opacity: 0.5;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.changes_slider .custom-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    gap: 10px;
    transform: translateY(-50%);
    z-index: 10;
}

.changes_slider .swiper-button-prev,
.changes_slider .swiper-button-next {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 51px;
}

.changes_slider .swiper-button-prev::after,
.changes_slider .swiper-button-next::after {
    content: none;
}

.changes_slider .swiper-button-prev {
    left: 8%;
    background-image: url('./assets/images/previous-slide.svg');
}

.changes_slider .swiper-button-next {
    right: 8%;
    background-image: url('./assets/images/next-slide.svg');
}

/* End Slider */

.discover_slider .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.discover_slider .swiper-wrapper {
    position: relative;
}

.discover_slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 60%;
    height: 400px;
    /*margin: 0 20px;*/
}

.discover_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.discover_slider .swiper-slide-prev,
.discover_slider .swiper-slide-next {
    opacity: 0.5;
    transform: scale(1);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.discover_slider .custom-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    gap: 10px;
    transform: translateY(-50%);
    z-index: 10;
}

.discover_slider .swiper-button-prev,
.discover_slider .swiper-button-next {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 51px;
}

.discover_slider .swiper-button-prev::after,
.discover_slider .swiper-button-next::after {
    content: none;
}

.discover_slider .swiper-button-prev {
    left: 18.2%;
    background-image: url('./assets/images/previous-slide.svg');
}

.discover_slider .swiper-button-next {
    right: 18.2%;
    background-image: url('./assets/images/next-slide.svg');
}

.thumbnail-slider {
    width: 100%;
    margin-top: 40px;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
}

.thumbnail-slider .swiper-wrapper {
    display: flex;
}

.thumbnail-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 96px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease;
    margin: 0 5px;
}

.thumbnail-slider .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #83286C;
}

.thumbnail-slider .swiper-button-next {
    transform: scale(1);
}

.discover-clinic .btn-cta {
    background: #83286C;
    color: white;
    padding: 12px 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 20px;
}

.discover-clinic .btn-cta:hover {
    background: #5e1f4e;
    color: white;
    padding: 12px 50px;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.map_container {
    width: 100%;
    height: 502px;
}

/* Modal */

.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: 50px;
    border: 1px solid #888;
    border-radius: 8px;
    width: 80%;
    max-width: 760px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s;
}

.modal-content .close {
    color: white;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background: #f5a326;
    position: absolute;
    right: -19px;
    top: -17px;
}

.modal-content .gform_title {
    display: none;
}

.modal-content .close:hover,
.modal-content .close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.modal-content .ginput_container_consent {
    display: flex;
    align-items: center;
}

.modal-content .form_two {
    display: flex;
    column-gap: 20px;
}

.modal-content .form_two .form-group {
    width: 50%;
}

.modal-content .ginput_container_consent label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 3px;
    margin-left: 9px;
}

.modal-content input,
.modal-content textarea {
    border-color: #ccc
}

.modal-content textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
}

.message_form {
    margin-top: 20px;
}

.modal-content .gform_button {
    background: #83286C;
    color: white;
    border-color: #83286C;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    transition: 0.3s;
    margin-bottom: 0
}

.modal-content .gform_button:hover {
    background: #83286C;
    color: white;
    border-color: #83286C;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    transition: 0.3s;
    margin-bottom: 0
}

.modal-content h2 {
    margin-bottom: 20px;
    font-weight: 600
}

.modal-content .modal_line {
    margin-bottom: 15px;
}

.modal-content label {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.modal-content input[type="text"],
.modal-content input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 1.6rem;
    border-radius: 4px;
    transition: border-color 0.3s;
}

.modal-content input[type="text"]:focus,
input[type="email"]:focus {
    border-color: #007BFF;
}

/* Button Styles */
.modal-content button {
    width: 100%;
    background-color: #83286C;
    color: white;
    border: none;
    font-size: 2rem;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.modal-content button:hover {
    background-color: #531c45;
}

/* Wpcf7 Styles */

.wpcf7-list-item {
    margin: 0;
}

.col-12.acceptance {
    margin-top: -10px
}

.header_form {
    margin-bottom: 30px
}

.header_form h2 {
    margin-bottom: 15px
}

.wpcf7-list-item-label {
    color: black;
    font-size: 1.2rem;
    line-height: 20px
}

.wpcf7-not-valid-tip {
    font-size: 1.4rem;
    margin-top: 5px;
}

.send_button .wpcf7-submit {
    width: 100%;
    background-color: var(--blue);
    color: white;
    border: none;
    font-size: 2rem;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.wpcf7-submit:hover {
    background: var(--orange);
    color: #111
}

.social-links p {
    display: flex;
    align-items: center;
    gap: 20px
}

.map_container iframe {
    border-radius: 20px
}

.info .info_item.social-links {
    margin-bottom: 25px
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.price-container {
    display: flex;
    gap: 50px;
    margin-top: 60px
}

.cta_price_section .cta_content {
    background: #FFFBF8;
    border: 1px solid #e5e5e5
}

.cta_price_section .contact_form .custom_form {
    color: #111
}

.cta_price_section .contact_form h2 {
    color: var(--blue)
}

.sidebar {
    position: sticky;
    top: 100px;
    height: max-content;
    margin-bottom: 116px;
}

.sidebar .category {
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
    border: 1px solid #838383;
}

.sidebar .category a {
  display: block;
  padding: 15px;
  text-decoration: none;
  font-size: 2rem;
  transition: 0.3s;
}

.sidebar .category.active a {
  color: white;
}

.sidebar .category:hover {
    background-color: var(--blue);
}

.sidebar .category:hover a {
  color: white;
}

.header.sticky-top.active .second_header {
  display: none;
}

.header.sticky-top.active .navbar {
    margin-top: 15px;
}

.sidebar .category:hover p {
    color: white;
}

.sidebar .category.active {
    background-color: var(--blue);
    color: #fff;
    border-color: #002c57;
}

.price_hero.header_section p {
  margin-bottom: 10px;
  font-size: 2rem
}

.price_important {
  margin-top: 50px;
}

.price_important h4 {
  margin-bottom: 20px;
  color: #002c57
}

.price_important h4:last-child {
  margin-bottom: 0;
}

.price_hero.header_section h5 {
  font-style: italic;
  font-size: 1.7rem;
}

.sidebar .category.active p {
    color: white;
}

.content-price {
    flex: 1;
}

.content-price h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold;
}

.service-list {
    display: flex;
    flex-direction: column;
}

.service-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.service-item p {
    font-size: 2rem;
    line-height: 150%;
    color: black;
    margin-bottom: 0;
    width: calc(100% - 250px);
    background: #f0f0f0;
    padding: 12px 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.service-item .price-button {
  margin-bottom: 0;
  background-color: var(--orange);
  color: white;
  font-weight: 600;
  padding: 8px;
  border: none;
  font-size: 1.9rem;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.service-item p.no-price {
  font-weight: 600;
  width: 100%;
  border-radius: 10px;
  background: transparent;
  padding: 0;
  margin-top: 20px;
  margin-bottom: -8px;
  font-size: 2.2rem;
}

.price-button.empty {
  display: none;
}

.service-item:last-child {
    margin-bottom: 55px;
}

.item_price {
    margin-top: 4rem;
    border-bottom: 1px solid #E9E9E9;
}

.item_price:first-child {
    margin-top: 0;
    border-bottom: 1px solid #E9E9E9;
}

.record_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.record_item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.record_item h3 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 4rem
}

.record_item img {
    width: 100px
}

.header_section {
    margin-top: 136px;
}

.header_section h1 {
    margin-top: 50px;
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 150%
}

.header_section p {
    margin-bottom: 40px;
    max-width: 80%;
}

.single-service .contacts_section .container {
  padding: 0;
  max-width: 100%;
}

.home .header_section p {
    max-width: 100%;
}

.header_section .breadcrumb-header {
    display: flex;
    gap: 20px;
    background: #fff9f5;
    padding: 8px 20px;
    font-size: 14px;
}

.header_section span.last_title {
    color: var(--blue);
    font-weight: 500
}

.header_section span {
    color: #111;
}

.header_section a {
    text-decoration: none;
}

.happy_patients {
    margin-top: 2.5rem;
}

.patient_item {
    position: relative;
}

.patient_item::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: url('./assets/images/icons/play_patient.svg');
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    background-size: contain;
    transition: 0.3s;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.patient_item:hover::before {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
}

.patient_item .patient_name {
    position: absolute;
    top: 2rem;
    left: 2rem;
    background: var(--orange);
    color: white;
    border-radius: 2rem;
    padding: 10px 20px 8px
}

.patient_name h3 {
    font-size: 16px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}

.patient_item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

/*.contact-page .list_item {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    margin-bottom: 20px;*/
/*    margin-top: 10px;*/
/*}*/

/*.contact-page .list_item:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

/*.contact-page .list_item h6 {*/
/*    color: #000;*/
/*    font-family: var(--font-base);*/
/*    font-size: 16px;*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*    line-height: 24px;*/
/*}*/

/*.contact-page .list_item p {*/
/*    color: #000;*/
/*    font-family: var(--font-base);*/
/*    font-size: 18px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 24px;*/
/*}*/

/*.contact-page .contact_item {*/
/*    padding: 10px 20px 20px;*/
/*    background: rgba(249, 249, 249, 0.90);*/
/*    margin-bottom: 20px;*/
/*    border-radius: 0 0 0 20px;*/
/*}*/

/*.contact-page .tabs {*/
/*    width: 30%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.contact-page .tab-button {*/
/*    background-color: #9B397E;*/
/*    color: #fff;*/
/*    border: none;*/
/*    padding: 15px;*/
/*    cursor: pointer;*/
/*    text-align: left;*/
/*    font-size: 2.4rem;*/
/*    margin-bottom: 1.5rem;*/
/*    border-radius: 20px 0 0 20px;*/
/*    transition: background-color 0.3s;*/
/*}*/

/*.contact-page .tab-button:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

/*.contact-page .tab-button.active {*/
/*    border-radius: 20px 0 0 0;*/
/*    margin: 0;*/
/*}*/

/*.contact-page .tab-button:hover, .tab-button.active {*/
/*    background-color: #8C336F;*/
/*}*/

/*.contact-page .map-container {*/
/*    width: 70%;*/
/*    background-color: #fff;*/
/*    border-radius: 20px;*/
/*    position: relative;*/
/*}*/

/*.contact-page .contact-info {*/
/*    height: 100%;*/
/*    display: none;*/
/*    color: #333;*/
/*    font-size: 14px;*/
/*    border-radius: 5px;*/
/*}*/

/*.contact-page .contact-info.active {*/
/*    display: block;*/
/*}*/

/*.contact-page .social-links {*/
/*    display: flex;*/
/*    gap: 10px;*/
/*    padding: 0 0 9px;*/
/*}*/

/*.contact-page .social-links a {*/
/*    color: #7A2A68;*/
/*    text-decoration: none;*/
/*    font-size: 20px;*/
/*}*/

/*.contact-page iframe {*/
/*    width: 100%;*/
/*    height: 656px;*/
/*    border: none;*/
/*    border-radius: 0 20px 0 20px;*/
/*}*/

.services_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.service_item {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    transition: 0.3s
}

.service_item:hover {
    background: #f9f9f9;
    transition: 0.3s
}

.service_item h3 {
    color: var(--blue);
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
    padding-right: 15px;
    transition: 0.3s
}

.service_item:hover h3 {
    color: var(--orange);
    transition: 0.3s
}

.services .buttons {
    margin-top: 40px;
}

.service_item .description_service {
  margin-bottom: 40px;
}

.service_item p {
    font-family: Strawford, sans-serif;;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service_item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 13px;
}

.service_item {
    position: relative;
}

.service_link {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 13px;
    top: 0;
    left: 0;
}

.suzi_text {
    display: flex;
    justify-content: space-between;
    height: auto;
}

.suzi_text img {
    width: 35px;
    height: 35px;
    transition: 0.3s;
}

.service_item:hover .suzi_text img {
    transform: rotate(45deg);
}

.services_content a {
    text-decoration: none;
}

.cases_category {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.cases_category .category_item {
    position: relative;
    width: 100%;
    height: 500px;
}

.cases_category .category_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.cases_category .category_name {
    width: 90%;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    background: rgba(131, 40, 108, 0.90);
    color: white;
    padding: 1rem 3rem;
    border-radius: 2rem;
    text-align: center;
    cursor: pointer;
}

.google-rating {
    display: flex;
    gap: 24px;
    align-items: center;
}

.score {
    display: flex;
    flex-direction: row;
    gap: 7px;
}

.score_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.score_container p {
    color: black;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.score span {
    display: flex;
    padding: 0 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #FFFFFF;
    background: #002c57;
}

.social-review .swiper {
    position: relative;
}

.social-review .swiper-wrapper {
    width: 100%;
    height: auto;
    margin: 30px auto 0px;
}

.facebook_reviews {
    margin-top: 70px;
}

/*.test_class{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

.test_class {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.start_slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-review .swiper-slide {
    /*height: 316px;*/
    height: auto;
    text-align: left;
    padding: 20px;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 10px
}


.social-review .custom-nav {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 50px;
    height: 20px;
    z-index: 10;
}

.social-review .swiper-button-prev,
.social-review .swiper-button-next {
    position: relative;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 26px;
}

.social-review .swiper-button-prev::after,
.social-review .swiper-button-next::after {
    content: none;
}

.social-review .swiper-button-prev {
    background-image: url('./assets/images/btn-next.svg');
    transform: rotate(180deg);
}

.social-review .swiper-button-next {
    background-image: url('./assets/images/btn-next.svg');
}

.slider_cta {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider_cta img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 0 0 16px;
}

.slider_item {
    position: relative;
}

.slider_cta .content_slide .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider_cta .content_slide .swiper-wrapper {
    transition: transform 0.3s ease;
}

.slider_cta .content_slide {
    position: absolute;
    z-index: 2;
    bottom: 10%;
    left: 30px;
    right: 30px;
    color: white;
}

.slider_cta .content_slide .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
}

.slider_cta .title_slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.slider_cta .content_slide p {
    text-align: left;
}

.slider_cta .slider_details {
    margin-top: 38px;
}

.slider_cta .title_slide img {
    width: 31px;
    height: 30px;
}

.slider_details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.slider_cta .slider_rating {
    display: flex;
    gap: 3px;
}

.slider_cta .slider_rating img {
    width: 20px;
    height: 20px;
}

.slider_cta .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 24px;
}

.slider_cta .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: white;
}

.contact_form_page {
    padding: 40px;
}

.contact_page_form textarea {
  height: 80px;
}

.contact_bg {
    background-position: center;
    background-size: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #FFFBF8;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    border-right: 1px solid #e5e5e5;
}

.contact_bg .social_buttons {
    flex-wrap: nowrap;
}

.contact_fixed img {
    width: 34px;
}

.contact_fixed {
    position: fixed;
    bottom: 70px;
    z-index: 9999;
    right: 20px;
}

.phone_fixed {
  background-color: var(--orange)
}

.whatsapp_fixed {
  background: #25d366
}

.viber_fixed {
  background: #8f5db7
}

.messenger_fixed {
  background: #168aff
}

.contact_fixed a {
    display: block;
    margin: 5px 0;
    padding: 7px;
    border-radius: 4px;
}

.send_button {
    position: relative;
}

.send_button .wpcf7-spinner {
    position: absolute;
    left: 10px;
    top: 18px;
}

.info .info_item h2 {
    color: var(--blue);
    font-family: Strawford, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px
}

.info .info_item {
    margin-bottom: 30px
}

.info_item a {
    display: block;
    transition: 0.2s;
}

.info_item a:hover {
    color: var(--orange)
}

.social_buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.button_social {
    width: calc(50% - 8px);
    text-align: center;
    padding: 12px;
    text-decoration: none;
    transition: 0.3s;
    color: white;
    border-radius: 10px;
}

.button_social img {
    width: 24px;
    margin-right: 6px;
    margin-top: -2px;
}

.button_social.whatsapp_button {
    background: #1cc95d;
}

.button_social.whatsapp_button:hover {
    background: #15ad4e
}

.button_social.viber_button {
    background: #7E64CB;
}

.button_social.viber_button:hover {
    background: #6951b0;
}

.button_social.messenger_button {
    background: #186AE6;
}

.button_social.messenger_button:hover {
    background: #1156bd;
}

.button_social.phone_button {
    background: #de9c37;
}

.button_social.phone_button:hover {
    background: #bb7b18;
}

.acceptance label {
    display: flex;
    align-items: flex-start
}

.acceptance label input {
    width: 20px;
    margin-right: 5px;
    margin-top: 2px
}

.btn-send {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    padding: 17px 64px;
    border-radius: 5px;
    background: #83286C;
    font-size: 18px;
    color: white;
    transition: 0.3s;
}

.btn-send:hover {
    background: #591c49;
    color: white;
}

.mest {
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 20px;
}

.single_content h2 {
    font-size: 4.5rem;
    background: #83286c;
    border-radius: 20px;
    padding: 40px;
    color: white;
}

.single_content img {
    width: 100%;
    height: 100%;
}

.second_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #002C57;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 1000; /* Asigură-te că rămâne deasupra */
}

.second_header.hidden {
    transform: translateY(-100%);
    opacity: 0;
}

.second_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 49px;
}

.second_header .left_items {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 50px;
    color: white;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.right_items {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 8px;
    color: white;
    list-style: none;
    margin: 0;
}

.second_header .left_items li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--font-base);
    color: white;
}

.second_header .left_items li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--font-base);
    color: white;
    text-decoration: none;
    transition: 0.3s
}

.second_header .left_items li a:hover {
    color: var(--orange)
}

.home_header {
    margin-top: 60px;
}

.menu-item {
    position: relative;
    padding: 7px 10px;
}

.header_navContent ul.sub-menu li a {
    font-size: 18px;
    color: var(--blue);
    transition: 0.3s
}

.header_navContent ul.sub-menu li a:hover {
  color: var(--orange)
}

.header_navContent ul.sub-menu li.current-menu-item a {
  color: #ffb13a
}

.sub-menu .menu-item {
    padding-top: 4px;
    padding-bottom: 4px;
}

.menu-item .sub-menu {
    position: absolute;
    border-top: 2px solid #002c57;
    border-radius: 0;
    z-index: 1;
    visibility: hidden;
    left: 0;
    top: 48px;
    margin: 0;
    display: block;
    text-align: left;
    padding: 0;
    background-color: #fffbf8;
    min-width: 250px;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    transform-origin: 10% top;
    transition: 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
    opacity: 0;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.menu-item:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 40px;
    padding: 10px;
    left: 5px;
}

.menu-item-has-children:after {
    content: '';
    background: url('/wp-content/uploads/2025/10/arrow-down.svg');
    right: 5px;
    top: 15px;
    width: 11px;
    height: 11px;
    background-size: contain;
    position: absolute;
    transition: 0.2s;
    filter: invert(1);
}

.service_menu.menu-item {
    padding-right: 28px
}

.menu-item-has-children:hover:after {
    transform: rotate(-90deg)
}

.home_header h1 {
    font-family: Strawford, sans-serif;
    font-size: 6.5rem;
    margin-bottom: 45px;
}

.home_header h3 {
    font-family: Strawford, sans-serif;
    font-size: 3.6rem;
    margin-bottom: 26px;
}

.home_header p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 86px;
}

.home_header .home_slide {
    width: 100%;
    height: 532px;
}

.home_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.cta_home {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.client_history {
    display: flex;
    align-items: center;
    gap: 13px;
}

.profile_list {
    display: flex;
    position: relative;
}

.profile_client {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -10px;
    z-index: 1;
    border: 1px solid white;
}

.profile_client img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile_client:hover {
    z-index: 2;
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

.profile_client:last-child {
    position: relative;
}

.profile_client:last-child::before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.37);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.hero_home {
    padding-left: 35px;
}


.client_history a {
    font-family: Strawford, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.home_slider .custom-nav {
    width: 27%;
    position: absolute;
    bottom: 40px;
    right: 22px;
    display: flex;
    gap: 10px;
    transform: translateY(-50%);
    z-index: 10;
}

.home_slider .swiper-button-prev,
.home_slider .swiper-button-next {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 58px;
    height: 34px;
}

.home_slider .swiper-button-prev::after,
.home_slider .swiper-button-next::after {
    content: none;
}

.home_slider .swiper-button-prev {
    background-image: url('./assets/images/icons/Frame 217.svg');
}

.home_slider .swiper-button-next {
    background-image: url('./assets/images/icons/Frame 216.svg');
}

.all_team {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.cover_team {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.cover_team img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.button_team {
    position: relative;
    margin-top: -52px;
    z-index: 2;
}

.button_team .border-round {
    background: white;
    padding: 20px;
    border-radius: 20px;
    max-width: max-content;
    margin: 0 auto; /* Centrează border-round */
}

.button_team .btn-cta {
    background: var(--blue);
    padding: 15px 50px;
    gap: 10px;
    margin-top: 0;
    color: white;
}

.button_team .btn-cta:hover {
    background: #034688;
    padding: 15px 50px;
    gap: 10px;
    margin-top: 0;
    color: white;
}

.cover-team img {
    width: 100%;
    height: auto;
    display: block;
}

.our-mission img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.our-mission .start-icon img {
    width: 200px;
}

.mission_item img {
    height: 230px;
}

.our-mission ul {
    padding-left: 30px
}

.our-mission {
    background: #FFFBF8;
    padding: 100px 0
}

.mission_left {
    padding-left: 70px;
}

.d-start {
    margin-bottom: 50px;
}

.our-mission p {
    line-height: 30px;
    margin-bottom: 37px;
}

.our-mission li {
    font-size: 2rem;
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    line-height: 150%;
}

.our-mission li:last-child {
    margin-bottom: 0;
}

.our-mission .row {
    align-items: center;
}

.our-mission li::before {
    content: '';
    background-image: url('/wp-content/uploads/2025/08/out.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: 6px;
    width: 2rem;
    height: 2rem;
}

.mission-column {
    margin-bottom: 21px;
}

.mission-column img {
    height: 450px;
}

.mission-row {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, 1fr);
}

.icon_mt-0 {
    margin-top: 0;
}

.vision_dental {
    background: #f9f9f9;
    padding: 80px 0
}

.vision_dental h2 {
    font-size: 5rem;
    line-height: 7rem;
    margin-top: 20px
}

.fixed-bar {
    position: sticky;
    top: 150px;
    align-self: start;
}

.vision_item:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.vision_item {
    display: flex;
    align-items: bottom;
    padding: 25px 0;
    border-bottom: 1px solid #000;
}

.vision_item:first-child {
    padding: 0 0 20px;
}

.vision_item h3 {
    font-family: Novela, sans-serif;
    color: #002c57;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    padding-right: 10px;
    line-height: 20px;
}

.socialItem {
    font-size: 2rem;
    margin-left: 1.2em;
}

.socialLink {
    color: black;
    background-color: white;
    text-decoration: none;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.socialLink i {
    font-size: 16px;
}

.socialLink:hover {
    background-color: var(--orange);
    color: white;
}

.socialLink:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.dantures_banner {
    width: 100%;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url('/wp-content/uploads/2025/08/banner.jpg');
    background-size: cover;
}

.banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

.banner_content h2 {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 20px;
}

.banner_content p {
    text-align: center;
    font-family: Novela, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.banner_content .btn-cta {
    margin-top: 50px;
    border-radius: 20px;
    padding: 17px 60px;
    background: var(--orange);
    font-weight: 700;
    color: white;
    text-decoration: none;
}

/* Footer */
.footer_logo img {
    width: 360px;
}

.copywrite {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 60px;
    justify-content: space-between;
    position: relative;
}

.copywrite .author p,
.privacy a, .privacy p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
}

.privacy {
    display: flex;
    align-items: center;
    gap: 20px
}

.mincode {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    left: 0;
    top: 0
}

.footer_socials a {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    text-decoration: none;
    transition: 0.3s;
    padding-left: 5px
}

.footer_socials a:hover,
.footer_menu1 a:hover {
    color: var(--orange)
}

.footer_menu1 a {
    text-decoration: none;
    transition: 0.3s
}

.footer_socials {
    margin-top: 40px
}

.footer_social {
    width: 40px;
    margin-right: 8px;
}

.footer_title {
    font-size: 22px;
    color: var(--blue);
    line-height: 32px;
    margin-bottom: 20px;
    font-family: var(--font-heading);
    font-weight: 600
}

.footer_menu1 p {
    margin-bottom: 8px
}

.footer_menu1.col-md-4 p:last-child {
  margin-bottom: 0
}

.main_footer > .col-md-3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.second_section .col-md-4:nth-child(1) {
    padding-left: 10%
}

.second_section .col-md-4:nth-child(2) {
    padding-left: 2%
}

.second_section .col-md-4:nth-child(3) {
    padding-left: 8%
}


.footer_program span {
    font-weight: 500;
    color: var(--orange)
}

.icon_location {
    width: 17px;
    margin-top: -5px;
    margin-right: 2px
}

.icon_location.address {
    width: 20px;
}

.content-price h2 {
  scroll-margin-top: 100px; /* adjust as needed */
}

/* Contact Page */

.contact-page .locations-section {
    font-family: Novela, sans-serif;
}

.contact-page .tabs {
    display: flex;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.10);
}

.contact-page .tab {
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #000000;
    /*padding: 10px 20px;*/
    padding: 10px 10px 10px 0;
    margin-right: 60px;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
}

.contact-page .tab.active {
    margin-bottom: -2px;
    color: #540c6e;
    border-bottom: 2px solid #83286C;
}

.contact-page .location-details {
    display: flex;
    justify-content: space-between;
}

.contact-page .location {
    display: none;
    flex: 1;
}

.contact-page .location.active {
    display: flex;
}

.contact-page .info {
    width: 39%;
    padding-right: 40px;
}

.contact-page .info_item {
    margin-bottom: 20px;
}

.contact-page .program p {
    font-family: var(--font-base);
    color: #000;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 24px;
}

.contact-page .program span {
    font-family: var(--font-base);
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.contact-page .info h2 {
    color: #83286C;
    font-family: Strawford, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.contact-page .info p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.contact-page .map {
    width: 100%;
    height: 517px;
    border-radius: 20px;
}

.contact-page .map iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.contact-page .social-links {
    display: flex;
    flex-direction: column;
    padding: 80px 0 0;
}

.contact-page .social_media {
    display: flex !important;
    gap: 17px !important;
}

.contact-page .social-links a {
    color: #7A2A68;
    text-decoration: none;
    font-size: 20px;
}

.contact-page .social-Link img {
    width: 30px;
    height: 30px;
}

.contact-page .social-links h4 {
    color: #000;
    font-family: var(--font-base);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 10px;
}

.btn_service {
    background: white;
    color: black;
    font-size: 1.6rem;
    line-height: 26px;
    padding: 14px 50px;
    border: 1px solid #000000;
    border-radius: 20px;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn_service:hover {
    background: white;
    color: black;
    border: 1px solid #000000;
    font-weight: bold;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.home .item_btn .btn-cta {
    margin-top: 40px;
}

.item_btn .btn-cta {
    background: var(--blue);
    color: white;
    border: 1px solid var(--blue);
    margin-top: 60px;
    position: relative;
}

.item_btn .btn-cta img {
    width: 34px;
    padding: 4px;
    background: #d0e6fc;
    border-radius: 8px;
    margin-right: 15px
}

.service_page_btn .btn-cta {
    background: transparent;
    padding: 17px 50px;
    color: black;
    border: 1px solid #83286C;
}

.contact_page_form input,
.contact_page_form textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 16px
}

.contact_page_form p {
    padding-bottom: 0;
    margin-bottom: 15px
}

.contact_page_form .col-md-6,
.contact_page_form .col-12 {
    padding: 0 7px;
}

.contact_page_form {
    margin: 0 -7px
}

.hero_section1 h1 {
    font-size: 3.5rem;
}

.hero_section1 h1 span {
    font-size: 6rem;
    line-height: 120%;
    color: #002c57
}

.hero_section1 h4 {
    font-size: 2.6rem;
    margin-bottom: 25px;
    margin-top: 25px;
    font-family: var(--font-heading);
    line-height: 150%;
    font-weight: 600
}

.hero_right1 {
    padding-left: 30px;
}

.hero_buttons {
    display: flex;
    gap: 30px;
    margin-bottom: 63px;
}

.icon_button {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 8px;
    margin-right: 10px;
}

.hero_button {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #002C57;
    border-radius: 10px;
    color: white;
    font-size: 2rem;
    padding: 6px 27px;
    padding-left: 6px;
}

.hero_button:hover {
    background-color: #001F3A;
    color: white;
}

.bg-programare {
    background-color: #FFB13A;
}

.bg-programare:hover {
    background-color: #E68A00;
    color: white;
}

.inverted-radius {
    --r: 50px;
    --s: 79px;
    --x: -5px;
    --y: 19px;

    width: 85%;
    height: 442px;
    object-fit: cover;
    aspect-ratio: 1;
    background: #3FB8AF;
    border-radius: var(--r);
    --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%);
    --_g: conic-gradient(at var(--r) var(--r), #000 75%, #0000 0);
    --_d:(var(--s) + var(--r));
    mask: calc(var(--_d) + var(--x)) 0 var(--_m),
    0 calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 0 0, #0000 99%, #000 calc(100% + 1px)) calc(var(--r) + var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(var(--_d) + var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
    mask-repeat: no-repeat;
}

.inverted-hero {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.single_why img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    margin-bottom: 32px;
    border-radius: 10px;
}

.single_why h3 {
    margin-bottom: 32px;
    color: white;
}

.single_why {
    width: calc(33.33333333% - 32px);
    margin: 0 16px;
    background: var(--blue);
    color: white;
    padding: 58px 40px 40px;
    border-radius: 10px;
}

.single_why p {
    margin-bottom: 0;
    color: white;
}

.why_us_list {
    margin-top: 30px;
}

.single__cont {
    max-width: 100%;
}

.content_service1 {
    padding-left: 30px;
}

/* single page */

.page-layout {
    display: flex;
    margin-top: 120px;
}

.sidebar {
    flex-shrink: 0;
    position: sticky;
    top: 100px;
    height: fit-content;
}

.price-container .sidebar {
  margin-bottom: -8px;
}

.cta_section.cta_price_section .container {
  padding: 0;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    margin-bottom: 15px;
}

.sidebar ul li a {
    text-decoration: none;
    font-weight: 600;
    color: #333;
}

.sidebar ul li a:hover {
    color: #0073aa;
}

.content-block {
    margin-bottom: 80px;
}

#informatii.content-block {
  margin-bottom: 0;
  margin-top: 60px;
}

#whyus.content-block {
  margin-top: 80px;
}

.description_all blockquote p {
  margin-bottom: 0;
}

.content-block h2 {
    margin-bottom: 20px;
}

.sidebar ul li a.active {
    color: #0073aa;
    font-weight: bold;
    border-left: 3px solid #0073aa;
    padding-left: 8px;
}

.logo-container {
    position: absolute;
    bottom: 22px;
    right: 22px;
    z-index: 99;
    /*bottom: 93px;*/
    /*right: 0;*/
}

.hero__image {
    position: relative;
}


/* hero single */

.breadcrumbs {
    margin-top: 40px;
    color: black;
}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
}

.breadcrumbs ul li, .breadcrumbs ul li a {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}

.breadcrumbs ul li a {
    text-decoration: none;
    color: #00000050;
    position: relative;
    margin-right: 40px;
    transition: 0.3s
}

.breadcrumbs ul li a:hover {
    text-decoration: underline;
}

.breadcrumbs li a:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: #002C57;
    border-radius: 100%;
    opacity: 1;
    right: -24px;
    top: 4px;
}

.m-test {
    margin-top: 133px;
}

#serviciu.content-block {
    margin-bottom: 00px
}

.service_intro {
    color: white;
    background: #fff8ec;
    padding-left: 40px;
    padding-right: 80px;
}

.service_background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 720px;
}

.service_content {
    margin-top: 190px;
    margin-bottom: 80px;
}

.service_content p {
    margin-top: 32px;
    margin-bottom: 32px;
}

/* hero single end */

/* arrow single */

.content-block .review_carousel .custom-nav1 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 70px;
    height: 20px;
    z-index: 10;
}

.content-block .review_carousel .swiper-button-prev,
.content-block .review_carousel .swiper-button-next {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 26px;
}

.content-block .review_carousel .swiper-button-prev::after,
.content-block .review_carousel .swiper-button-next::after {
    content: none;
}

.content-block .review_carousel .swiper-button-prev {
    position: relative;
    background-image: url('./assets/images/btn-next.svg');
    transform: rotate(180deg);
}

.content-block .review_carousel .swiper-button-next {
    position: relative;
    background-image: url('./assets/images/btn-next.svg');
}

.loyal_slider {
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.loyal_slider .swiper-slide {
    width: calc(100% / 3);
    height: 600px;
    overflow: hidden;
    flex-shrink: 0;
}

.loyal_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.logo-container {
    width: 150px; /* ajustează dimensiunea după caz */
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rotating-text {
    width: 100%;
    height: auto;
}

.description_all {
    color: black;
    font-size: 1.6rem;
    line-height: 1.8;
}

/* Titluri */
.description_all h1,
.description_all h2,
.description_all h4,
.description_all h5,
.description_all h6 {
    color: black;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.description_all h3 {
  color: black;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 2.5rem
}

/* Paragrafe */
.description_all p {
    margin-bottom: 15px;
    color: black;
}

.description_all ul p {
  margin-bottom: 0
}

/* Liste neordonate */
.description_all ul {
    padding-left: 25px;
    margin-bottom: 0px;
}

.description_all ul li {
    margin-bottom: 5px;
    line-height: 1.6;
    position: relative;
    color: black;
    font-size: 2rem;
}

.single-service .why_us_list {
  margin-left: -15px;
  margin-right: -15px;
}

/* Liste ordonate */
.description_all ol {
    padding-left: 25px;
    margin-bottom: 20px;
}

.description_all ol li {
    margin-bottom: 10px;
    line-height: 1.6;
    color: black;
}

/* Linkuri */
.description_all a {
    color: black;
    text-decoration: underline;
    transition: color 0.3s;
}

.description_all a:hover {
    color: #555;
}

/* Imagini */
.description_all img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 6px;
}

/* Citări / blockquote */
.description_all blockquote {
    margin: 20px 0;
    padding: 15px 20px;
    border-left: 4px solid #000;
    background-color: #f9f9f9;
    color: #333;
    font-style: italic;
}

/* Tabele */
.description_all table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.description_all table th,
.description_all table td {
    border: 1px solid #ccc;
    padding: 10px 15px;
    text-align: left;
    color: black;
}

.description_all hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 30px 0;
}

.single_page {
  margin-bottom: 80px;
}

.single_page h1 {
    margin-bottom: 50px;
}

.single_page h2 {
    font-size: 32px;
    padding-bottom: 8px;
}

.single_page h3 {
    font-size: 26px;
    color: #333;
}

.single_page h4 {
    font-size: 22px;
    color: #444;
}

.single_page h5 {
    font-size: 18px;
    color: #555;
}

.single_page h6 {
    font-size: 16px;
    color: #666;
}

/* Paragrafe */
.single_page p {
    margin-bottom: 24px;
}

/* Liste */
.single_page ul,
.single_page ol {
    margin: 24px 0;
    padding-left: 28px;
}

.single_page ul li,
.single_page ol li {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 26px;
}

.single_page ul li::marker {
    color: #6437E3;
}

/* Citări */
.single_page blockquote {
    margin: 40px 0;
    padding: 24px 32px;
    border-left: 4px solid #6437E3;
    background: #f9f9ff;
    font-style: italic;
    border-radius: 8px;
}

/* Imagini */
.single_page img {
    max-width: 100%;
    border-radius: 12px;
    margin: 32px 0;
}

/* Linkuri */
.single_page a {
    color: #6437E3;
    text-decoration: none;
    transition: 0.3s;
}

.single_page a:hover {
    text-decoration: underline;
}

/* Tabele */
.single_page table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
}

.single_page th,
.single_page td {
    padding: 12px 16px;
}

.single_page th {
    background: #f2f2f2;
    text-align: left;
}

.header_navContent {
    display: flex;
}

.header_navContent .trp-flag-image {
    display: none !important;
}

.language_menu .menu-item {
    padding-right: 28px;
}

.language_menu .sub-menu {
    min-width: 120px;
}

.plyr audio, .plyr iframe, .plyr video{
    height: 500px !important;
}

.recaptcha{
	margin-bottom: 10px;
}

.contact_socials {
  display: flex;
  margin-top: 15px;
}

/* Error page */

.error-404 {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f9f9f9;
    padding: 60px 20px;
	margin-bottom: 60px;
}

.error-404 .error-title {
    font-size: 8rem;
    font-weight: 800;
    color: #222;
    margin-bottom: 10px;
    animation: float 4s ease-in-out infinite;
}

.error-404 .error-subtitle {
    font-size: 4rem;
    margin-bottom: 15px;
    color: #333;
}

.error-404 .error-text {
    color: #555;
    max-width: 500px;
    margin: 0 auto 30px;
}

.error-actions .btn-primary {
    display: inline-block;
    background: #222;
    color: #fff;
    font-size: 1.6rem;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    transition: background 0.3s ease;
}
.error-actions .btn-primary:hover {
    background: #444;
}

.error-search {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.error-search input {
    padding: 10px;
    width: 240px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.error-search button {
    padding: 10px 20px;
    background: #222;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

@keyframes float {
    0%,100% { transform: translateY(0); }
    50%     { transform: translateY(-10px); }
}

.grid_cases{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.grid_cases .case_item .img-container{
    position: relative;
}

.grid_cases .case_item .numbers_photo{
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f5a326;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 20px;
    z-index: 2;
}

.grid_cases .case_item h2{
    font-family: Strawford, sans-serif;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.grid_cases .case_item img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.tabs_cases {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 40px;
}

.tabs_cases .tab {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tabs_cases .tab.active {
    background: #022e58;
    color: #fff;
    border-color: #022e58;
}

.tabs_cases .tab:hover {
    background: #f5f5f5;
    color: #022e58;
}

.fadeIn {
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}
