/*
Theme Name: Dentone
Theme URI: www.min-code.com
Author: MinCode
Author URI: https://www.min-code.com
Version: 1.0
Text Domain: www.dentone.ro
*/

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

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

:root {
    --dark: #454443;
    --gold: #C3A76B;
    --gradient: linear-gradient(90deg, #726851 0%, #dbbf87 56%, #C3A76B 100%);
    --gradient2: linear-gradient(90deg, #B79A5E 0%, #E2C88F 56%, #C3A76B 100%);
}

body {
    font-size: 1.8rem;
    line-height: 150%;
    font-family: 'NotoSans';
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    color: #454443;
    background: #F4F3EF;
}

.sticky_position {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    align-self: flex-start;
}

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

.h1,
h1 {
    font-size: 6.4rem;
    line-height: 120%;
    font-family: 'NotoSerif';
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
}

.h2,
h2 {
    font-size: 4.2rem;
    line-height: 130%;
    font-family: 'NotoSerif';
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
}

.h3,
h3 {
    font-size: 3.6rem;
    line-height: 130%;
    font-weight: 500;
    font-family: 'NotoSerif';
    font-optical-sizing: auto;
    font-style: normal;
}

.h4,
h4 {
    font-size: 3rem;
    line-height: 140%;
    font-weight: 500;
    font-family: 'NotoSerif';
    font-optical-sizing: auto;
    font-style: normal;
}

.h5,
h5 {
    font-size: 2.4rem;
    line-height: 140%;
    font-weight: 500;
    font-family: 'NotoSerif';
    font-optical-sizing: auto;
    font-style: normal;
}

.h6,
h6 {
    font-size: 2.2rem;
    line-height: 140%;
    font-weight: 500;
    font-family: 'NotoSerif';
    font-optical-sizing: auto;
    font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0
}

p {
    font-size: 1.8rem;
    line-height: 150%;
    margin-bottom: 24px;
    color: #454443;
}

a {
    color: var(--dark);
    font-size: 1.8rem;
    line-height: 150%;
    transition: 0.3s;
    text-decoration: none;
}

a:hover {
    color: var(--gold);
    transition: 0.3s;
}

ul {
    margin-bottom: 0;
}

li {
    font-size: 1.8rem;
    line-height: 150%;
    color: var(--dark);
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.container {
    width: 100%;
    max-width: 1920px;
    padding: 0 50px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.mg-12 {
  margin: 12rem 0;
}

.mg-10 {
    margin: 10rem 0;
}

.mg-8 {
  margin: 8rem 0;
}

.mt-12 {
  margin-top: 12rem;
}

.mb-12 {
  margin-bottom: 12rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mt-5 {
  margin-top: 5rem!important;
}

.mb-5 {
  margin-bottom: 5rem!important;
}

.mb-4 {
  margin-bottom: 4rem!important
}

.mt-4 {
  margin-top: 4rem!important
}

.mb-3 {
  margin-bottom: 3rem!important
}

.mt-3 {
  margin-top: 3rem!important
}

.hero_home .hero_buttons .main_button {
  background: var(--gradient2);
}

.hero_home .hero_buttons .main_button.white_button {
  background: white;
}

.hero_home .hero_buttons .main_button.white_button:hover {
  background: var(--gold);
}

.main_button {
  display: inline-block;
  background: var(--gradient);
  width: fit-content;
  font-size: 1.8rem;
  line-height: 1;
  border-radius: 0px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: all 200ms linear;
  color: white;
  padding: 18px 50px;
}

.main_button:hover {
  transition: 0.3s;
  transform: scale(1.07);
  color: var(--dark)
}

.main_button.white_button {
  background: white;
  color: var(--dark);
}

.main_button.white_button:hover {
  background: var(--gold);
  color: white;
}

.main_button.btn_dark {
  color: white;
  background: var(--dark);
}

.main_button.btn_dark:hover {
  transform: none;
  background: var(--gold)
}

.menu_button .main_button {
  font-size: 17px;
  line-height: 1;
  padding: 14px 30px;
  font-family: 'NotoSerif';
}

.our_mission .justify-center .main_button,
.why_cta .main_button {
  background: var(--gradient2)
}

.menu_button {
  margin-left: 30px;
}

.main_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main_menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
    gap: 30px;
}

.main_menu ul li.current_page_item a {
  color: var(--gold);
}

.main_menu ul li a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  transition: 0.3s;
  position: relative;
  padding: 6px 0;
  font-family: 'NotoSerif';
}

.main_menu ul li a:hover {
  color: var(--gold);
}

.mobile__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 85%;
    height: 100vh;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    transition: right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow-y: auto;
    padding: 80px 30px 30px;
}

.mobile__nav.active {
    right: 0;
}

.mobile__nav .menu {
    list-style: none;
    padding: 0;
    justify-content: center;
    flex-direction: column;
    margin: 0;
}

.mobile__nav .menu li {
    margin-bottom: 0;
    border-bottom: 1px solid #f0f0f0;
}

.mobile__nav .menu li:last-child {
    border-bottom: none;
}

.mobile__nav .menu a {
    display: block;
    padding: 15px 0;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    color: #3F3F3F;
    text-decoration: none;
    transition: color 0.3s, padding-left 0.3s;
}

.mobile__nav .menu a:hover {
    color: var(--gold);
    padding-left: 10px;
}


.close__mobile {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    transition: background 0.3s, transform 0.3s;
    color: var(--gradient);
}

.close__mobile:hover {
    background: var(--dark);
    color: white;
    transform: rotate(90deg);
}

/* Mobile overlay */
.mobile__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.mobile__overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ===== 404 PAGE ===== */

.not_found_page {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 130px;
}

.not_found_page .not_content {
    max-width: 650px;
    margin: 0 auto;
}

.not_content h2 {
  color: var(--gold);
  margin-bottom: 40px;
  font-style: italic;
}

/* 404 TEXT */
.text_not {
    font-size: 160px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    position: relative;
    color: var(--dark-blue);
}

/* TITLES & TEXT */

.not_content h1 {
    font-size: 34px;
    font-weight: 700;
    margin: 20px 0 10px;
}

.not_content p {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 35px;
}

.thank-you {
  padding-top: 300px;
  padding-bottom: 220px;
}

.thank-you .container {
  width: 960px;
  background: var(--dark);
  padding: 50px;
  padding-bottom: 60px;
}

.thank-you h1 {
  color: #E5E3D2;
  margin-bottom: 30px;
}

.thank-you p {
  font-size: 24px;
  color: white;
  margin-bottom: 50px;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 1101px) {
    .mobile__menu {
        display: none;
    }
    .mobile__nav {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .header_menu .col-md-9 {
        display: none !important
    }
    .header {
      display: flex;
      align-items: center;
      padding-right: 15px!important
    }
    .mobile__nav__cta {
      display: flex;
      justify-content: center;
      margin-top: 30px;
    }
    .sub-menu {
      list-style: none;
    }
    .mobile__nav .menu a {
      font-size: 24px;
      font-weight: 500;
    }
    .mobile__nav .menu .sub-menu a {
      font-size: 15px;
      padding: 10px 0;
      font-weight: 500;
    }
    .mobile__nav .phone_menu {
      text-align: center;
      margin-top: 30px
    }

    .mobile__nav .phone_menu a {
      font-size: 24px;
      font-weight: 500;
    }

    .header_menu .main_menu,
    .header_menu .right_menu {
        display: none;
    }

    .header_menu {
        position: relative;
    }

    .header_menu .logo_site {
        flex: 1;
    }

    .mobile__menu {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 46px;
        width: 46px;
        background: var(--gradient);
        flex-shrink: 0;
        cursor: pointer;
        z-index: 99;
        transition: 0.3s;
        font-size: 0;
        gap: 4px;
        border-radius: 0;
        margin-left: 20px;
    }

    .menu-second-menu-container{
        border-top: 1px solid #f0f0f0;
    }

    .mobile__nav .menu li{
        width: 100%;
    }

    .menu-second-menu-container ul{
        gap: 0;
    }

    .mobile__menu:hover {
        background: red;
    }

    .mobile__menu span {
        display: block;
        height: 1px;
        width: 16px;
        background: white;
        transition: 0.3s;
    }

    .mobile__menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .mobile__menu.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile__menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .header_icons {
        position: relative;
        padding-right: 52px;
        margin-top: -8px;
    }

    .menu__primary {
        display: none;
    }

    .header_menu > .d-flex {
        justify-content: space-between;
    }

    /* Mobile nav visible */
    .mobile__nav {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .mobile__nav {
        width: 100%;
        max-width: 100%;
    }
}

.header {
  box-sizing: border-box;
  padding: 12px 50px;
  background: #ffffffc2;
  position: fixed;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);

  width: 100%;
}

.header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.logo_site img {
  width: auto;
  height: 56px;
}

.header.is-hidden {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}

.logo_site a {
  display: flex;
}

.align-center {
  align-items: center;
}

.header_menu {
  justify-content: space-between;
}

/* 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: #F4F3EF;
    margin: 15% auto;
    padding: 50px 30px 60px;
    border: 1px solid #888;
    width: 80%;
    max-width: 940px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s;
    position: relative;
    overflow: visible;
}

.modal-content h2 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 46px;
}

.modal-content .acceptance p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.modal-content .close {
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: var(--gold);
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-content .close svg {
    stroke: white;
    width: 18px;
    height: 18px;
}

.modal-content .close:hover,
.modal-content .close:focus {
    background: var(--dark);
    text-decoration: none;
    cursor: pointer;
}

.modal-content .contact_form .wpcf7-form-control.wpcf7-text,
.modal-content .contact_form .wpcf7-form-control.wpcf7-tel {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.hero_home {
  height: 96vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_home .container {
  background: var(--dark);
  width: fit-content;
  padding: 40px 60px 50px;
  color: #E5E3D2;
  bottom: 50px;
  left: 50px;
  position: absolute;
}

.hero_home .hero_buttons {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.hero_home .hero_buttons a {
  min-width: 270px;
  text-align: center;
}

.cta_style1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta_style1 .d-flex {
  align-items: flex-end;
}

.cta_style1 h2 {
  color: white;
  font-size: 4.6rem;
}

.cta_style1 p {
  color: white;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.cta_content {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.our_mission .grid2 {
  gap: 60px;
}

.mission_text {
  margin-top: 30px;
  margin-bottom: 50px;
}

.mission_text p b {
  font-weight: 600;
  color: var(--gold)
}

.mission_cta {
  background: url('/wp-content/uploads/2026/04/dc2.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  position: relative;
}

.mission_cta:before {
  content: '';
  background: #454443;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.mission_cta p {
  margin-top: 20px;
  margin-bottom: 40px;
  color: white;
  position: relative;
}

.justify-center {
  justify-content: center;
}

.mission_cta h4 {
  color: white;
  position: relative;
}

.mission_cta a {
  position: relative;
}

.mission_content {
  padding-top: 40px;
}

.mission_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}

.why_us {
  background: white;
  padding: 80px 0 80px;
}

.mission_blur_text {
  background: #4544435e;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 30px 20px;
}

.mission_blur_text p {
  margin-bottom: 0;
  text-align: center;
  color: white;
  font-size: 20px;
  line-height: 160%;
}

.section_title h2 span {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.home_services .section_title,
.gallery_images .section_title,
.before_after_img .section_title {
  align-items: flex-end;
  margin-bottom: 40px;
}

.d-flex.section_title p {
  margin-bottom: 0;
}

.home_services .main_button {
  margin-bottom: 10px;
}

.title_button {
  text-align: left;
  display: flex;
  justify-content: flex-end;
}

.my_services {
  overflow-x: hidden;
}

.my_services .swiper-container {
  width: 100%;
  padding: 50px 0;
  background-color: #f4f3ef;
}

.card-content {
  background: #e9e6de;
  padding: 30px;
  text-align: left;
  transition: opacity 0.4s ease;
}

.card-content:hover .icon-title h5 {
  color: var(--gold)
}

.card-img,
.serviciu-item .img_link img {
  width: 100%;
  height: 235px;
  margin: 20px 0 30px;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: #A7A7A3;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #C3A76B;
  width: 40px;
}

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

.icon-title img {
  width: 24px;
}

.card-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-details {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gold);
  font-family: 'NotoSerif';
}

.btn-details:hover {
  color: var(--dark)
}

.btn-details img {
  width: 8px;
  margin-top: 1px;
  transition: 0.2s;
}

.btn-details:hover img {
  transform: translateX(3px);
}

.my_services .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.4s ease;
}

@media (min-width: 1024px) and (max-width: 1599px) {
  .my_services .swiper-slide-next {
    opacity: 1 !important;
  }
  .my_services .swiper-slide-next + .service_swiper.swiper-slide {
    opacity: 0.5;
  }
}

@media (min-width: 1600px) {
  .my_services .swiper-slide-next,
  .my_services .swiper-slide-next + .service_swiper.swiper-slide {
    opacity: 1 !important;
  }
  .my_services .swiper-slide-active,
  .swiper-slide-next + .service_swiper.swiper-slide + .service_swiper.swiper-slide {
    opacity: 0.5 !important;
  }
}

.dots_slider {
  margin-top: 40px;
}

.why_title img {
  height: 45px;
  width: auto;
  margin-bottom: 40px;
}

.my_about_slider .swiper-slide {
  height: auto;
}

.footer_logo img {
  height: 85px;
  width: auto;
  margin-bottom: 40px;
}

.footer_logo p {
  margin-bottom: 40px;
  color: white;
  font-size: 16px;
  line-height: 26px;
}

.footer_logo a {
  font-size: 3.6rem;
  line-height: 140%;
  font-weight: 500;
  font-family: 'NotoSerif';
  background: linear-gradient(90deg, #C3A76B 0%, #E2C88F 56%, #C3A76B 100%);;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transition: 0.3s
}

.footer {
  background: url('/wp-content/uploads/2026/04/bg-copy.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  position: relative;
}

.footer:before {
  content: '';
  background: #454443;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.4;
}

.footer .container {
  position: relative;
  z-index: 99;
  padding-bottom: 60px;
}

.copyrights {
  background: #454443
}

.copy {
  justify-content: space-between;
  align-items: center;
}

.copy p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  color: white;
}

.footer .copyrights .container {
  padding: 20px 50px;
}

.copy_links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.copy_links a {
  color: white;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}

.copy_links a:after {
  position: absolute;
  width: 4px;
  height: 4px;
  background: white;
  border-radius: 50px;
  right: -17px;
  top: 8px;
  content: '';
}

.copy_links a:last-child:after {
  display: none;
}

.footer_logo {
  padding-right: 100px;
}

.footer_menu h6 {
  color: white;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 30px;
}

.copy_links a:hover {
  color: var(--gold);
}

.footer_menu ul {
  list-style: none;
  padding-left: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 20px;
}

.footer_menu ul li {
  margin-bottom: 12px;
  position: relative;
}

.footer_menu {
  padding-left: 100px;
}

.footer_menu ul li:before {
  content: '';
  background: var(--gold);
  border-radius: 100%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -18px;
  top: 10px;
}

.footer_menu ul li a {
  color: white;
  position: relative;
}

.footer_menu ul li a:hover {
  color: var(--gold);
}

.contact_info {
  border: 1px solid #E8E8E6;
  padding: 40px;
}

.info_contact {
  margin-top: 40px;
}

.single_contact img {
  width: 34px;
  height: 34px;
}

.single_contact.address img,
.single_contact.socials img {
  width: 36px;
  height: 36px;
}

.contact h6 {
  font-family: 'NotoSans';
  font-size: 20px;
  margin-bottom: 5px;
}

.contact p {
  margin-bottom: 0;
}

.single_contact {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}

.single_contact:last-child {
  margin-bottom: 0;
}

.contact_img {
  background: linear-gradient(90deg, #C3A76B 0%, #E2C88F 56%, #C3A76B 100%);;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.general_cta {
  background: white;
  padding-bottom: 90px;
  padding-top: 90px
}

.form_bottom {
  background: var(--dark)
}

.contact {
  width: calc(100% - 60px)
}

.form_bottom h2 {
  color: white;
  margin-bottom: 40px;
}

.form_bottom {
  padding: 40px;
}

.form_bottom .form7 .col-md-6 {
  width: 100%;
  margin-bottom: 25px;
}

.form_bottom .form7 .col-md-6 label {
  display: block;
  color: white;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px;
}

.form_bottom input {
  padding: 15px 20px;
  width: 100%;
  color: var(--dark)
}

.form_bottom ::placeholder {
  color: #B5B5B5;
}

.form_bottom .acceptance_field p {
  color: white;
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.submit_button input {
  background: var(--gradient2);
  border: 0;
  color: white;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
}

.submit_button input:hover {
  transform: scale(1.04);
  color: var(--dark)
}

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

.bottom_img img {
  height: 240px;
  object-fit: cover;
}

iframe {
  display: block;
}

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

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

.single_why img {
  height: 480px;
  object-fit: cover;
}

.why_content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  background: rgb(69, 68, 67, 0.3);
  text-align: center;
  color: white;
  padding: 30px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.why_content h5 {
  font-weight: 600;
}

.why_content p {
  color: white;
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 16px;
}

.section_title {
  margin-bottom: 40px;
}

.why_title {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  padding-right: 70px;
}

.card-why img {
  height: 430px;
  object-fit: cover;
  margin-top: 0px;
  margin-bottom: 25px;
}

.card-why p {
  margin-bottom: 0;
}

.card-why h5 {
  font-size: 22px;
  color: var(--gold);
  margin-bottom: 10px;
}

.card-why {
  text-align: center;
}

.my_about_slider {
  overflow: hidden;
}

.section_title p {
  margin-top: 15px;
  font-size: 20px;
  line-height: 32px;
}

.section_title h6 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  color: white;
  background: var(--dark);
  margin-bottom: 20px;
  padding: 12px 40px;
}

.why_item {
  background: white;
  padding: 20px;
  display: flex;
  align-items: center;
}

.why_item img {
  height: 190px;
  object-fit: cover;
}

.why_item p {
  margin-bottom: 0;
  font-size: 16px;
}

.why_item h6 {
  color: var(--gold);
  margin-bottom: 15px;
  font-family: 'NotoSans';
  font-size: 20px;
}

.why_item .col-md-8 {
  padding-left: 20px;
}

.section_title h6 img {
  width: 17px;
}

.why_cta {
  margin-top: 30px;
  padding: 50px 15px 60px;
}

.why_cta:before {
  content: '';
  background: #454443;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.why_cta_content {
  z-index: 9;
}

.why_cta_content h2 {
  color: var(--gold);
  font-weight: 400;
}

.why_cta_content p {
  margin-bottom: 40px;
  margin-top: 15px;
  font-size: 24px;
  color: white;
  font-family: 'NotoSerif';
  font-weight: 400;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  line-height: 38px;
}

.card-team img {
  height: 370px;
  object-fit: cover;
  object-position: center top;
}

.card-team h5 {
  color: var(--gold);
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 22px;
}

.card-team p {
  margin-bottom: 0;
  font-size: 16px;
}

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

.team_section .col-md-3 div {
  position: initial;
  width: 50px;
  height: 50px;
}

.team_section .col-md-3 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 10px;
}

.team_section .col-md-3 img {
  width: 50px;
  height: 50px;
}

.button_mg {
  margin-top: 40px;
}

.diplomas_section {
  background: var(--dark);
  padding: 90px 0 110px;
}

.diplomas_section h2 {
  color: white;
}

.diplomas_section .section_title h2 span {
  background: var(--gradient2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.diplomas_slider {
  padding: 0 15px;
}

.gallery_images .section_title p {
  margin-bottom: 0;
}

.single_gallery_img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.single_gallery_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(8px);
  transform: scale(1.1);
  z-index: -1;
}

.single_gallery_img img {
  position: relative;
  z-index: 2;
  height: auto;
  height: 380px;
  object-fit: cover;
  border: 1px solid white;
}

.gallery_images .section_title .title_button {
  margin-bottom: 5px;
}

.video-layout {
    display: flex;
    overflow: hidden;
}

.main-video {
    position: relative;
    width: calc(70% - 20px);
    margin-right: 20px;
}

.related-videos {
    max-height: 600px;
    width: 30%;
    overflow-y: auto;
    background: white;
}

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

.related-videos::-webkit-scrollbar {
    width: 10px;
}

.related-videos::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 10px;
}

.related-videos::-webkit-scrollbar-thumb {
    background: #174e77;
    border-radius: 10px;
}

.related-videos::-webkit-scrollbar-thumb:hover {
    background: #174e77;
}

.sidebar_img {
  width: 120px;
  height: 70px;
  object-fit: cover;
}

.video_text {
  width: calc(100% - 110px);
  padding-left: 12px;
}

.sidebar_video:last-child {
  border-bottom: 0;
}

.sidebar_video:first-child {
  border-top: 1px solid #D0D4D6;
}

.video_text h4 {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  transition: 0.3s;
  font-family: 'NotoSans';
}

.sidebar_video {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #D0D4D6;
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-top: 12px;
}

.sidebar_video.active {
  background: var(--gold)
}

.sidebar_video.active .video_text h4 {
  color: white;
}

.video_list {
  width: calc(100% - 10px);
  margin-right: 10px;
}

.sidebar_video.active:before {
  content: '';
  background: url('/wp-content/uploads/2026/04/play-info.svg');
  width: 20px;
  height: 20px;
  position: absolute;
  left: 62px;
  background-position: center;
  background-size: cover;
}

.related-videos::-webkit-scrollbar {
    width: 10px;
}

.related-videos::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 10px;
}

.related-videos::-webkit-scrollbar-thumb {
    background: #574B31;
    border-radius: 10px;
}

.related-videos::-webkit-scrollbar-thumb:hover {
    background: #174e77;
}

.sdebar_title {
  padding: 20px;
  padding-top: 15px;
}

.sdebar_title h6 {
  font-family: 'NotoSans';
  font-size: 20px;
  font-weight: 500;
}

.sdebar_title p {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 3px;
}

.reviews_stats h4 {
  font-size: 30px;
  color: var(--gold);
}

.reviews_stats img {
  height: 22px;
  margin-bottom: 10px;
}

.section_title .reviews_stats p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 5px;
  margin-bottom: 0;
}

.reviews_stats {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.reviews_section .section_title p {
  margin-bottom: 0;
}

.reviews_nr {
  border-left: 1px solid #BCBCBC;
  border-right: 1px solid #BCBCBC;
  padding: 0 30px
}

.reviews_section .service_title {
  padding-right: 50px;
}

.reviews_section .section_title {
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 40px;
  align-items: flex-end;
  margin-bottom: 50px;
}

.review_card {
  background: white;
  padding: 30px;
  border: 1px solid #E8E8E6
}

.review_card img {
  height: 18px;
  width: auto;
  margin-bottom: 20px;
}

.reviews_slider {
  overflow: hidden;
}

.review_text p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}

.review_text {
  height: 150px;
  overflow-y: auto;
  padding-right: 12px;
  margin-bottom: 40px;
}

.review_text::-webkit-scrollbar {
    width: 6px;
}

.review_text::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 10px;
}

.review_text::-webkit-scrollbar-thumb {
    background: #c3a76b;
    border-radius: 10px;
}

.review_text::-webkit-scrollbar-thumb:hover {
    background: #174e77;
}

.name_review h6 {
  font-size: 15px;
  font-weight: 600;
}

.name_review p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  color: #acacac
}

.about_reviews {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}

.review_card .review_social img {
  margin-bottom: 0;
  height: 25px;
}

.hero_page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 155px;
  padding-bottom: 75px;
  background-size: cover;
  background-position: center;
}

.hero_page h1 {
  width: fit-content;
  color: #e4e2d3;
  background: var(--dark);
  padding: 16px 50px 20px;
  font-size: 5.2rem;
  margin: auto;
}

.happy_img {
  background: white;
  padding: 90px 0;
}

.buttons_flex {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.textarea_field textarea {
  padding: 15px 20px;
  width: 100%;
  color: var(--dark);
  height: 100px;
}

.page-template-contact .form_bottom .form7 .col-md-6.textarea_field {
  margin-bottom: 0px;
}

.page-template-contact .form_bottom .form7 .col-md-6 {
  margin-bottom: 15px;
}

.page-template-contact .form_bottom h2 {
  margin-bottom: 20px;
}

.page-template-contact .general_cta {
  background: #F4F3EF;
  padding-bottom: 110px;
}

.page-template-contact .contact_info {
  background: white;
}

.page-template-contact .bottom_img img,
.page-template-contact .bottom_map iframe {
  height: 500px;
}

.modal-content .form7 .col-md-6 label {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
}

.modal-content .form7 input {
  padding: 15px 20px;
  width: 100%;
  color: var(--dark);
  background: white;
  border: 1px solid #BCBCBC;
}

.modal-content .form7 .col-md-6,
.modal-content .form7 .col-md-12 {
  padding: 0 10px;
}

.modal-content .acceptance_field p {
  margin-bottom: 12px;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

.modal-content .form7 .submit_button input {
  background: var(--gradient);
  color: white;
  border: 0;
}

.modal-content .form7 .submit_button input:hover {
  color: var(--dark)
}

.floating-buttons {
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.floating-buttons a {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient);
  border-radius: 50%;
  box-shadow: 0 4px 6px rgb(0 0 0 / .1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-buttons a:hover {
  transform: scale(1.06);
}

.floating-buttons a img {
  width: 28px;
  height: 28px;
}

.single_b_a {
  background: white;
  box-shadow: 0 3px 10px #00000010;
  position: relative;
}

.single_b_a > div {
  position: relative;
}

.single_b_a p {
  position: absolute;
  background: var(--dark);
  color: white;
  padding: 6px 20px;
  font-size: 14px;
  bottom: 12px;
  margin-bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.single_b_a img {
  height: 260px;
  object-fit: cover;
}

.single_b_a .before_img p {
  top: 12px;
  left: 12px;
  transform: none;
  bottom: auto;
}

.single_b_a .before_img {
  border-bottom: 10px solid var(--gold);
}

.single_b_a .after_img p {
  background: var(--gradient);
  left: 12px;
  transform: none;
}

.serv_content p {
  font-style: italic;
  font-family: 'NotoSerif';
  font-size: 22px;
  line-height: 32px;
}

.main_service {
  padding-left: 70px;
}

.main_content h2 {
  color: var(--gold);
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 40px;
}

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

.main_content li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}

.main_content li:before {
  content: '';
  background: var(--gold);
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

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

.sidebar_service img {
  height: 280px;
  object-fit: cover;
  margin-top: 5px;
}

.serv_buttons {
  margin-top: 50px;
}

.sidebar_service .main_button {
  width: 100%;
  text-align: center;
}

.sidebar_service .whatsapp_button {
  margin-top: 12px;
  background: #4eb55e
}

.sidebar_service .whatsapp_button:hover {
  color: white;
  background: #3e9b4c
}

.price_tabs {
  margin-top: 40px;
}

ul.tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #BCBCBC;
  margin-bottom: 40px;
}

ul.tabs li {
	margin: 0 10px;
	cursor: pointer;
	padding: 13px 34px;
	overflow: hidden;
	position: relative;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  background: white;
  color: var(--dark);
  font-family: 'NotoSerif';
}

ul.tabs li span {
  font-size: 22px;
  color: var(--brown);
  font-weight: 500;
}

ul.tabs li.active span {
  color: #000;
}

ul.tabs li:hover {
	background: var(--gold);
  color: white;
}

ul.tabs li.active {
	display: block;
  background: var(--gradient2);
  color: white;
}

.single_package h4 {
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 10px;
  font-size: 32px;
}

.single_package h2 {
  font-size: 24px;
  margin-bottom: 25px;
}

.single_package a {
  text-align: center;
  width: 100%;
}

.include {
  margin-top: 50px;
}

.includes {
  position: relative;
  font-weight: 500;
  padding-left: 40px;
  margin-bottom: 20px;
}

.includes:before {
  position: absolute;
  right: 0;
  width: 77%;
  height: 1px;
  background: #BCBCBC;
  content: '';
  top: 14px;
}

.includes:after {
  position: absolute;
  left: 0;
  width: 5%;
  height: 1px;
  background: #BCBCBC;
  content: '';
  top: 14px;
}

.tab_content {
	display: none;
}

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

.tab_drawer_heading {
  display: none;
}

.single_package {
  background: white;
  padding: 40px 30px;
}

.page-template-incomings .header {
  position: initial;
  transform: none;
}

.imgs_logos {
  display: flex;
  align-items: center;
  gap: 10px;
}

.imgs_logos img {
  width: 100px
}

.simple_page_content {
  max-width: 1200px;
  margin: auto;
  background: white;
  padding: 50px;
  margin-bottom: 80px;
}

.simple_page_content h2 {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 2.8rem;
}

.simple_page_content h2:first-child {
  margin-top: 0;
}

.simple_page_content ul {
  padding-left: 20px;
  list-style: none;
  margin-top: -10px;
  margin-bottom: 20px;
}

.simple_page_content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 6px;
}

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

.simple_page_content ul li:before {
  content: '';
  background: url('/wp-content/uploads/2026/04/SVGRepo_iconCarrier.svg');
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: cover;
}

.page-template-dantura-fixa .header {
  position: relative;
  background: var(--gradient)
}

.page-template-dantura-fixa .header.is-hidden {
  position: fixed;
    top: 0;
    left: 0;
    transform: none;
}

.page-template-dantura-fixa .main_menu ul li.current_page_item a {
  color: var(--dark)
}

.page-template-dantura-fixa .main_menu ul li a {
  color: white;
}

.page-template-dantura-fixa .main_menu ul li a:hover{
  color: var(--dark)
}

.page-template-dantura-fixa .menu_button .main_button {
  background: white;
  color: var(--dark)
}

.page-template-dantura-fixa .logo_site img {
  filter: brightness(0) invert(1);
}

.content1_df {
  background: #454443;
  padding: 20px;
}

.content1_df h1 {
  color: white;
}

.content1_df h1 span {
  color: var(--gold);
  font-weight: 600;
}

.content1_df p {
  color: white;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 50px;
}

.border_inside {
  border: 3px solid #D1B784;
  padding: 40px;
  padding-top: 30px;
}

.df_hero {
  margin-top: 30px;
}

.df_hero .main_button {
  background: var(--gradient2);
}

.df_hero .main_button.whatsapp_button {
  background: #4FA74C;
}

.df_hero .main_button {
  padding: 18px 30px;
}

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

.single_nr {
  background: white;
  text-align: center;
}

.single_nr h4 {
  padding: 0 10px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 40px;
  color: var(--gold);
}

.single_nr p {
  margin-bottom: 0;
  padding: 0 10px;
  margin-bottom: 20px;
}

.single_nr img {
  height: 130px;
  object-fit: cover;
}

.content_df .grid3 {
  gap: 20px;
  margin-top: 30px;
}

.content2_df {
  background: linear-gradient(to top, #000000 0%, rgb(23 23 23) 100%);
  padding: 20px;
}

.content2_df a .feat_video_img {
  max-height: 736px;
  object-fit: contain;
  object-position: center;
}

.content2_df a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #D1B784;
  height: 100%;
}

.content2_df .play_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
}

.for_whom {
  background: white;
  padding: 90px 0 120px;
}

.for_whom .dots_slider {
  text-align: right;
  margin-bottom: -15px;
}

.whom_bg {
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 30px;
}

.whom_bg a {
  background: var(--gradient2);
  width: 100%;
  text-align: center;
}

.col-md-9.whom_list {
  padding-right: 30px;
}

.for_whom_slider .swiper-slide {
  background: #F4F3EF;
  padding: 30px;
}

.nr_whom {
  font-size: 50px;
  color: #C3A76B;
  font-family: 'NotoSerif';
  font-weight: 600;
}

.for_whom_slider .swiper-slide h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 40px;
}

.for_whom_slider .swiper-slide p {
  margin-bottom: 0;
}

.whom_bg .d-flex {
  width: 100%;
  padding: 0 30px;
}

.cta_style2 .why_cta {
  margin-top: 0;
}

.proteza {
  background: #454443;
  padding: 30px;
  color: white;
  text-align: center;
}

.proteza h3 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  text-align: center;
  background: #4544435e;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 12px 20px;
  font-size: 28px;
}

.proteza p {
  color: white;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
}

.proteza p:last-child {
  margin-bottom: 5px;
}

.img_proteza img {
  height: 300px;
  object-fit: cover;
}

.img_proteza {
  margin-bottom: 30px;
}

.dantura_fixa {
  background: var(--gradient);
  padding: 30px;
  text-align: center;
}

.proteze_dantura .grid2 {
  gap: 40px
}

.df_steps .section_title {
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 40px;
}

.single_step {
  background: white;
  padding: 30px;
}

.single_step p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 50px;
}

.single_step h5 {
  font-size: 22px;
  color: #C3A76B;
  margin-bottom: 20px;
}

.single_step h6 {
  font-size: 18px;
  font-weight: 400;
  font-family: 'NotoSans';
}

.cta_style3 .form_short input {
  padding: 15px 20px;
  width: 100%;
  color: var(--dark);
  background: #FBFBF9;
  border: 1px solid #BCBCBC;
}

.cta_style3 {
  padding: 70px 0 90px;
  position: relative;
  color: white;
  background-position: center;
  background-size: cover;
}

.cta_style3:before {
  content: '';
  background: #454443;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cta_style3 .form7 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.cta_style3 .container {
  position: relative;
  z-index: 9;
}

.cta_style3 .form7 label {
  width: 100%;
  margin-left: 0;
  display: block;
  margin-bottom: 5px;
  text-align: left;
  font-size: 18px;
}

.cta_style3 .form7 .col-12 {
  padding: 0 10px;
}

.cta_style3 .acceptance_field p {
  color: white;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 16px;
}

.cta_style3 .submit_button input {
  background: var(--gradient2);
  border: 0;
  color: white;
  font-size: 20px;
  line-height: 30px;
}

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

.single_package ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 32px;
}

.single_package ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  background: url('/wp-content/uploads/2026/04/SVGRepo_iconCarrier.svg');
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: cover;
}

.clinic_gallery .single_gallery_img {
  background: var(--dark);
}

.clinic_gallery .single_gallery_img img {
  border: 2px solid var(--gold);
}

.reviews_navigation {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.reviews_section .dots_slider {
  margin-top: 15px;
}

.faq-accordion {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.faq-accordion .faq-item {
    border-bottom: 1px solid #BCBCBC;
}

.faq-accordion .faq-item:first-child {
    border-top: 1px solid #BCBCBC;
}

.faq-accordion .faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.faq-accordion .faq-header h3 {
    font-family: NotoSerif;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.faq-item.active .faq-header {
  background: white;
  margin-bottom: 30px;
}

.faq-accordion .faq-item.active {
  border-top: 0;
}

.faq-accordion .faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.faq-accordion .faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-accordion .faq-icon svg {
    width: 24px;
    height: 24px;
}

.faq-accordion .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-accordion .faq-content p {
    margin-bottom: 40px;
    padding: 0 20px;
}

.faq_icon {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  background: white;
  transition: 0.3s;
}

.faq_icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #454443;
  content: '';
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.faq_icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: #454443;
  content: '';
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.faq-item.active .faq_icon {
  background: var(--gold)
}

.faq-item.active .faq_icon:before,
.faq-item.active .faq_icon:after {
  background: white;
}

.faq-item.active .faq_icon:after {
  width: 0;
  height: 0;
}

.prices_section .faq-content  {
  padding: 0 20px;
  padding-right: 0;
}

.subserv_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.subserv_price p {
  margin-bottom: 0!important;
  color: var(--gold);
  font-weight: 600;
  font-size: 24px;
}

.prices_section .faq-item.active .faq-content {
  margin-bottom: 20px;
}
