body {
    background-color: #ffffff !important;
}

body, button, input, select, textarea {
    font-family: "Montserrat", sans-serif !important;
}

* {
    font-family: "Montserrat", sans-serif !important;
}

.copyright-bar{
    display: none;
}

body{
  overflow-x: hidden!important;
  font-family: "Montserrat", sans-serif !important;
} 


h1, h2{
 /* margin-bottom: 0px!important;*/
}

.row{
   /* max-width: 1120px; */
   max-width: 1280px;
	margin: 0 auto;
}

@media (max-width: 1119px) {
	.row{
		padding-left: 18px;
        padding-right: 18px;
	}
}

@media (min-width: 766px) {
.mobile{
display: none!important;
}
}

@media (max-width: 766px) {
.desktop{
display: none!important;
}
}


/* Header */

.top-header{
	background-color: #013936;
	padding-top: 12px;
	padding-bottom: 12px;
}


@media (max-width: 1145px) {
	.top-header{
		display: none;
	}
} 

.top-header-flex{
	display: flex;
	max-width: 1280px;
	margin: 0 auto;
  align-items: center;
}

.top-header-text, .top-header-text a, .top-header-text a:hover, .top-header-text a:active {
font-weight: 500;
font-size: 13px;
line-height: 24px;
color: #FAFAFA!important;
text-decoration: none!important;
}


.header-patient{
	border-right: 1px solid rgba(250, 250, 250, 0.2);
	padding-right: 43px;
}

.header-patient::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 13px;
    background-image: url('/wp-content/uploads/2026/03/patient.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-top: -1px;
    vertical-align: middle;
}

.header-location, .header-email{
	padding-right: 43px;
	padding-left: 43px;
	border-right: 1px solid rgba(250, 250, 250, 0.2);
}

.header-location::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 13px;
    background-image: url('/wp-content/uploads/2026/03/location.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-top: -1px;
    vertical-align: middle;
}

/*
.header-email::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 13px;
    background-image: url('/wp-content/uploads/2026/03/mail.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-top: -1px;
    vertical-align: middle;
} */

.header-phone{
	padding-left: 43px;
}

.header-phone::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 13px;
    background-image: url('/wp-content/uploads/2026/03/phone-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-top: -1px;
    vertical-align: middle;
}


.site-header {
	background: #fff;
  position: sticky!important;
   top: 0!important;
  z-index: 1000!important;
}

.header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 30px;
    padding-bottom: 30px;
}

.header-logo img {
  object-fit: cover;
  object-position: center;
  max-width: 200px;
}

.header-menu {
	flex: 1;
	text-align: center;
}

.header-menu .main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	gap: 30px;
}

.header-menu .main-menu li a {
	text-decoration: none;
	color: #0F1719;
	font-weight: 500;
  font-size: 16px;
	transition: color 0.3s;
}

.header-button .book-now-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 145%;
    text-transform: uppercase;
    color: #013936;
    background-color: #E6F1F1;
    border-radius: 45px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding-right: 25px; /* тільки правий падінг */
    padding-left: 0; /* без падінгу зліва */
    height: 40px; 
    overflow: hidden;
    transition: all 1s ease;  
}

.book-now-btn:hover {
background-color: #018A83;
color: white;
}

.header-button .book-now-btn::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 45px; /* закруглення тільки ліворуч */
    background: #018A83 url('/wp-content/uploads/2026/03/phone.svg') center center no-repeat;
    background-size: 16px 16px;
    flex-shrink: 0;
}

.header-button .book-now-btn span {
    padding-left: 15px; 
}

@media (max-width: 879px) {
    .header-logo, .header-menu, .header-button{
        display: none;
    }
}

@media (min-width:879px){
  .mobile-header-contaner{
    display: none
  }
}

@media (max-width:879px){
.mobile-header-contaner{
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}
}

  .mobile-header{
    display: flex;
    justify-content: space-between;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 25px;
    background-color: #013936;
    border-radius: 8px;
    position: relative;
    align-items: center;
  }

  .mobile-logo{
    width: 88px;
    height: auto;
    position: relative;
    top: 4px;
  }

  .mobile-phone{
    position: absolute;
    top: 20px;
    right: 70px;
    width: 24px!important;
    height: 24px!important;
  }

  .top-logo{
    max-width: 200px;
  }

  .mobile-menu {
  display: none;
  background-color:#013936;
  position: absolute;
  top: 90px; 
  left: 0;
  width: 100%;
  margin: 0 18px; 
  z-index: 999;
  text-align: left;
    padding-top: 12px;
  padding-left: 20px;
  padding-bottom: 20px; 
  width: calc(100% - 36px);
  border-radius: 8px;
}

.mobile-menu.active {
  display: block;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu li {
  margin: 8px 0;
}

.mobile-menu a {
font-weight: 500;
font-size: 12px;
line-height: 100%;
color: white;
text-decoration: none;
}

.mobile-menu a:focus, .mobile-menu a:active  {
color: white!important;
}

.burger {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/* === Dropdown menu === */
.header-menu .main-menu li {
  position: relative;
}

/* Підменю (початково приховане) */
.header-menu .main-menu li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 12px 0;
  min-width: 180px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  border-radius: 8px;
  z-index: 999;
}

/* Показуємо підменю при наведенні */
.header-menu .main-menu li:hover > ul.sub-menu {
  display: block;
}

/* Стиль пунктів підменю */
.header-menu .main-menu li ul.sub-menu li {
  display: block;
  padding: 0;
  margin: 0;
}

.header-menu .main-menu li ul.sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: #0F1719;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.header-menu .main-menu li ul.sub-menu li a:hover {
  background-color: #E6F1F1;
}

/* Каретка для пунктів з підменю */
.header-menu .main-menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #0F1719;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

/* Повертаємо карет при наведенні */
.header-menu .main-menu > li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}


/* === MOBILE SUBMENU (спрощений варіант) === */
@media (max-width: 879px) {
  .mobile-menu .sub-menu {
    padding-left: 20px; /* відступ зліва */
    margin-top: 6px;
  }

  .mobile-menu .sub-menu li a {
    font-size: 12px;
    color: #fafafa;
    opacity: 0.9;
    display: block;
    padding: 8px 0;
  }

  /* додаємо тонку роздільну лінію між підпунктами */
  .mobile-menu .sub-menu li:not(:last-child) a {
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  /* прибираємо каретку — не потрібна, бо все завжди видно */
  .mobile-menu .menu-item-has-children > a::after {
    display: none;
  }
}


/* Footer */

.footer-container{
  max-width: 1280px;
	margin: 0 auto;
}

@media (max-width: 1119px) {
	.footer-container{
		padding-left: 18px;
    padding-right: 18px;
	}
}

.top-footer-container{
  background-color: #013936;
  padding: 40px;
  border-radius: 10px;
  display: flex;
  gap: 106px;
  align-items: flex-start;
  margin-top: 80px;
}

@media (max-width: 980px) {
  .top-footer-container{
    flex-direction: column;
    gap: 30px;
    padding: 40px 20px;
  }
}

.soc-footer-flex{
  display: flex;
  gap: 10px;
  margin-top: 24px;
}


.footer-menu{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 980px) {
  .footer-menu{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
}

.footer-menu-item, .footer-menu-item:hover{
font-weight: 600;
font-size: 13px;
line-height: 145%;
color: white;
text-decoration: none;
}

@media (max-width: 980px) {
  .footer-menu-item{
    text-decoration: underline;
  }
}


.footer-button{
font-weight: 400;
font-size: 13px;
line-height: 145%;
color: white;
padding: 6px 15px;
background-color: #FFFFFF4D;
border-radius: 8px;
display: inline-flex;
}

.footer-contact{
  margin-top: 25px;
}

.footer-adrees::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2026/03/footer-adress.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}

.footer-contact::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2026/03/footer-contact.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 1px;
    vertical-align: middle;
}

.footer-hours::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2026/03/footer-work.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 1px;
    vertical-align: middle;
}

.footer-text, .footer-text a, .footer-text a:hover {
font-weight: 400;
font-size: 13px;
line-height: 24px;
color: white;
margin-top: 15px;
text-decoration: none;
}

.once{
  font-size: 10px;
}

.bottom-footer-container{
  margin-top: 10px;
  padding: 16px 40px;
  background-color: #F0F5F5;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 766px) {
.bottom-footer-container{
  flex-direction: column;
  gap: 20px;
  padding: 16px 25px;
}
}

.bottom-footer-text, .bottom-footer-text a, .bottom-footer-text a:hover{
font-weight: 400;
font-size: 10px;
line-height: 140%;
color: #0F1719;
text-decoration: none;
}

.bottom-footer-menu{
  display: flex;
}

.bottom-footer-menu-item{
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #0F1719;
}

.bottom-footer-menu-item:last-child {
  border-right: none;
}

@media (max-width: 766px) {
.bottom-footer-menu-item:first-child{
  padding-left: 0px;
}
}

/* Main block*/

@media (min-width: 766px) {
  .main-block-container {
    position: relative;
    padding: 40px 30px;
    border-radius: 15px;
    overflow: hidden;
  }

  .main-block-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/wp-content/uploads/2026/05/Fotoosnova-2.jpg') center/cover no-repeat;
    filter: blur(5px); 
   filter: brightness(0.4);
    z-index: -1;
  }
}

.voted{
font-weight: 400;
font-size: 13px;
line-height: 145%;
background-color: white;
color: #0F1719;
padding: 10.5px 15px;
border-radius: 8px;
display: inline-flex;
}

.voted::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2026/03/medal.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}

.main-heading{
  margin-top: 60px;
font-weight: 600;
font-size: 50px;
line-height: 120%;
color: #0F1719;
max-width: 536px;
color: white;
}

@media (max-width: 766px) {
.main-heading{
font-size: 30px;
margin-top: 0px;
color: black;
}
}

.main-content{
font-weight: 400;
font-size: 15px;
line-height: 120%;
margin-top: 12px;
color: white;
}

@media (max-width: 766px) {
.main-content{
font-size: 13px;
color: black;
}
}

.shedule-button {
    margin-top: 40px;
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    text-transform: uppercase;
    color: white;
    background-color: #018A83;
    border-radius: 45px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding-right: 25px; /* тільки правий падінг */
    padding-left: 0; /* без падінгу зліва */
    overflow: hidden; 
    transition: all 1s ease; 
}

@media (max-width: 766px) {
.shedule-button {
margin-top: 20px;
font-size: 16px;
}
}

.shedule-button:hover {
color: white;
 background-color: #013936;
}

.shedule-button::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 45px; 
    background: #013936 url('/wp-content/uploads/2026/03/shedule.svg') center center no-repeat;
    background-size: 16px 16px;
    flex-shrink: 0;
}

.shedule-button span {
    padding-left: 15px; 
}

.notice-container{
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.under-button-notice{
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  margin-top: 16px;
}

.main-general-flex{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 766px) {
  .main-general-flex {
    position: relative;
    flex-direction: column;
    padding: 15px 12px;
    border-radius: 15px;
    gap: 142px;
    margin-top: 25px;
    overflow: hidden;
  }

  .main-general-flex::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/wp-content/uploads/2026/05/Fotoosnova-2.jpg') center/cover no-repeat;
    /*filter: blur(4px);
    transform: scale(1.1); */
    z-index: -1;
  }
}

.main-flex-left{
    padding: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex; 
  flex-wrap: wrap;
  gap: 12px; 
  padding: 20px;
  max-width: 330px;
  max-height: 190px;
  box-sizing: border-box;
  align-items: flex-start;
  border-radius: 10px;
  visibility: hidden;
  
}

.main-flex-left > *{
  flex: 0 0 calc(50% - 6px); 
  max-width: calc(50% - 6px);
  box-sizing: border-box;
}

/* картинки як вище */
.main-flex-left img {
  max-width: 100%;
  height: auto;
  display: block;
}

.main-k{
font-weight: 400;
font-size: 65px;
line-height: 120%;
color: #0F1719;
}

.main-patient{
font-weight: 500;
font-size: 13px;
line-height: 130%;
color: #0F1719;
}

.google-under{
font-weight: 400;
font-size: 10px;
line-height: 16px;
color: #0F1719;
margin-top: 7px;
}

.main-flex-right{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 307px;
}

@media (max-width: 766px) {
.main-flex-right{
display: none;
}
}

.main-flex-right-item{
font-weight: 400;
font-size: 13px;
line-height: 145%;
background-color: rgba(255, 255, 255, 0.8);;
color: #0F1719;
padding: 10.5px 15px;
border-radius: 8px;
}

/* Logo block*/

.picture-flex{
  margin-top: 10px;
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
}

.picture-item{
 /* background-color: #F0F5F5; */
  border-radius: 8px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center; 
}

.picture-item img{
border-radius: 8px;
}


@media (max-width: 768px) {

  .picture-item {
  flex: 0 0 calc(50% - 6px); 
  max-width: calc(50% - 6px); 
  box-sizing: border-box;
  }

  .picture-item:last-child {
    padding: 24px 0;
  }

  .picture-item img {
    height: auto;
    border-radius: 8px;
  }


}

/* Dental option block*/


.dental-option-container{
  margin-top: 90px;
}

@media (max-width: 768px) {
  .dental-option-container{
     margin-top: 55px;
     padding-bottom: 55px;
  }
}

.subtitle{
font-weight: 600;
font-size: 35px;
line-height: 120%;
text-align: center;
color: #0F1719;
}

@media (max-width: 768px) {
  .subtitle{
    font-size: 24px;
  }
}

@media (min-width: 768px) {
.tab-container{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  background-color: #E6F1F1;
  border-radius: 50px;
}
}

.tab-button{
font-weight: 500;
font-size: 16px;
line-height: 120%;
text-align: center;
color: #0F1719;
padding-top: 15px;
padding-bottom: 15px;
width: 100%;
cursor: pointer;
}

@media (max-width: 768px) {
.tab-button{
display: none;
}
}

@media (min-width: 768px) {
.tab-button-mobile{
display: none;
}
}

.tab-button.active, .tab-button-mobile.active {
  background-color: #013936;
  color: white;
  border-radius: 50px;
}

@media (max-width: 768px) {
  .tab-button-mobile {
    position: relative;
    padding-right: 40px; 
      background-color: #E6F1F1;
  border-radius: 50px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #0F1719;
  padding-top: 15px;
padding-bottom: 15px;
  }

  .tab-button-mobile::after {
    content: "";
    position: absolute;
    right: 28px;
    top: 17px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%) rotate(0deg);
    border-right: 2px solid #0F1719;
    border-bottom: 2px solid #0F1719;
    transform-origin: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
    rotate: 45deg; 
  }

  .tab-button-mobile.active::after {
    border-color: #fff;
    rotate: -135deg;
    transform: translateX(-8px);
  }

 
  .tab-content-container {
    display: block !important;
  }

  .inner-tab {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
.dental.mobile{
margin-top: 15px;
}

.care-button-mobile-container{
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  top: -60px;
    z-index: 1000;
}

.care-button.mobile{
  background-color: rgba(255, 255, 255, 0.8);
  padding: 6px;
  width: 100%;
  display: flex;
  justify-content: center;
}
}

.tab-content-container{
  margin-top: 25px;
}

.inner-tab{
  display: flex;
  gap: 60px;
  /*align-items: flex-start;*/
  margin-bottom: 24px;
}

@media (max-width: 766px) {
.inner-tab{
flex-direction: column;
gap: 28px;
}
}

.dental{
  max-width: 495px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 8px;
}

@media (max-width: 766px) {
.dental{
max-width: 100%;
}
}

.care-button{
font-weight: 400;
font-size: 13px;
line-height: 145%;
color: #0F1719;
border: 1px solid #A1B5B6;
padding: 6px 15px;
border-radius: 8px;
display: inline-flex;
}

/*
.care-button::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('/wp-content/uploads/2025/10/tooth.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 2px;
    vertical-align: middle;
} */

@media (max-width: 766px) {
  .care-button{
    padding: 6px;
  }

  .care-button::before {
     margin-right: 4px;
  }
}

.inner-tab-right{
  padding-bottom: 0px;
}

.tab-title{
  margin-top: 40px;
font-weight: 600;
font-size: 20px;
line-height: 120%;
color: #0F1719;
}

.tab-content{
font-weight: 400;
font-size: 16px;
line-height: 120%;
color: #0F1719;
margin-top: 20px;
}

.tab-item-container{
  margin-top: 30px;
  display: flex;
justify-content: space-between;
flex-wrap: wrap;
}


@media (max-width: 766px) {
.tab-item-container{
margin-top: -15px;
flex-wrap: wrap;
justify-content: left;
gap: 8px;
}
}

@media (min-width: 766px) {
.tab-item{
font-weight: 600;
font-size: 16px;
line-height: 120%;
color: #0F1719;
  flex: 0 0 50%; 
  max-width: 50%;
  margin-bottom: 13px;
}
}

@media (max-width: 766px) {
.tab-item{
 font-size: 13px;
 line-height: 120%;
 font-weight: 600;
 border: 1px solid #A1B5B6;
 padding: 6px 15px;
 border-radius: 8px;
}
}

@media (min-width: 766px) {
.tab-item::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2026/03/chekc.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}
}

.learn-button {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 145%;
    text-transform: uppercase;
    color: #013936;
    background-color: #E6F1F1;
    border-radius: 45px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding-right: 25px; 
    padding-left: 0; 
    height: 40px; 
    overflow: hidden;
    transition: all 1s ease;  
    margin-top: 27px;
}

.learn-button:hover {
background-color: #018A83;
color: white;
}

 .learn-button::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 45px;
    background: #018A83 url('/wp-content/uploads/2026/03/arrow.svg') center center no-repeat;
    background-size: 16px 16px;
    flex-shrink: 0;
}

.learn-button span {
    padding-left: 15px; 
}

/* Doctor section */

.doctor-container {
  background-color: #E6F1F1;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  right: auto;
  margin-right: 0;
}

.doctor-container-inner {
  /*max-width: 1120px;*/
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1; 
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 766px) {
.doctor-container-inner {
    padding-top: 40px;
  padding-bottom: 40px;
}
}

@media (max-width: 1119px) {
  .doctor-container-inner {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.doctor-heading{
font-weight: 600;
font-size: 35px;
line-height: 120%;
color: #0F1719;
text-align: left;
}

@media (max-width: 766px) {
.doctor-heading{
font-size: 24px;
text-align: center;
}
}

.doctor-title-flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}


@media (max-width: 766px) {
.doctor-title-flex{
  flex-direction: column;
justify-content: center;
}
}

.all-doctor-button{
    font-weight: 600;
    font-size: 13px;
    line-height: 145%;
    text-transform: uppercase;
    color: white;
    background-color: #018A83;
    border-radius: 45px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding-right: 25px; /* тільки правий падінг */
    padding-left: 0; /* без падінгу зліва */
    height: 40px; 
    overflow: hidden; 
    transition: all 1s ease; 
}


.all-doctor-button:hover {
color: white;
 background-color: #013936;
}

.all-doctor-button::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 45px; 
    background: #013936 url('/wp-content/uploads/2026/03/arrow.svg') center center no-repeat;
    background-size: 16px 16px;
    flex-shrink: 0;
}

.all-doctor-button span {
    padding-left: 15px; 
}

.doctor-slider{
  display: flex;
  /*gap: 20px*/
  gap: 36px;
  margin-top: 35px;
}

@media (min-width: 766px) {
.doctor-slider{
  justify-content: center;
}
}

.doctor-item{
  background-color: white;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
  border-radius: 8px;
}

.doctor-name{
  margin-top: 25px;
}

.doctor-name, .doctor-name a, .doctor-name a:hover{
font-weight: 500;
font-size: 18px;
line-height: 120%;
color: #0F1719;
text-decoration: none;
}

@media (max-width: 766px) {
  .doctor-name, .doctor-name a, .doctor-name a:hover{
    font-size: 18px;
  }
}

.doctor-speciality{
font-weight: 400;
font-size: 16px;
line-height: 155%;
color: #0F1719;
margin-top: 12px;
}

.doctor-image{
  background-color: #E6F1F1;
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 766px) {
  .doctor-slider {
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* ===== ДОКТОР СЕКЦІЯ ===== */

@media (max-width: 766px) {

  .doctor-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding-bottom: 25px; /* для крапочок */
    scrollbar-width: none; 
  }

  .doctor-slider::-webkit-scrollbar {
    display: none;
  }

  .doctor-item {
    flex: 0 0 86%; /* ширина одного слайда */
    scroll-snap-align: center;
    transition: all 0.3s ease;
    align-self: center; /* центрування по вертикалі */
  }

    .doctor-item img {
    height: 190px; 
    width: auto;
  }


  .doctor-item.active img {
    width: 100%;
    height: 230px!important;  
  }

  /* Контейнер для крапочок */
  .doctor-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .doctor-dot {
    width: 8.7px;
    height: 8.7px;
    border-radius: 4.36px;
    background: #cfd8d8;
    opacity: 1;
    transition: all 0.3s ease;
  }

.doctor-dot.active {
  width: 14.67px;
  height: 14.67px;
  border-radius: 50%;
  background: #013936; /* зовнішнє коло */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5px; /* товщина темного бордера */
  box-sizing: border-box;
}

/* внутрішнє світле коло */
.doctor-dot.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #E6F1F1;
}
}

/* Expiriance section */

.experiance-container{
  margin-top: 80px;
}

.expiriance-subcontent{
font-weight: 400;
font-size: 15px;
line-height: 120%;
text-align: center;
color: #0F1719;
max-width: 902px;
display: block;
margin: 12px auto 0;
}

.expiriance-flex{
  margin-top: 40px;
  display: flex;
  gap: 11px;
}

@media (max-width: 766px) {
  .expiriance-flex{
    flex-direction: column;
    gap: 5.5px;
  }
}

.expiriance-flex-column{
  flex: 1;
  display: flex;
  gap: 11px;
  flex-direction: column;
}

.expiriance-item{
  padding: 25px 30px;
  background-color: #E6F1F1;
  border-radius: 10px;
}

@media (min-width: 766px) {
  .expiriance-item{
  min-height: 246px;
}
}


@media (max-width: 766px) {
  .expiriance-item{
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid  #A1B5B6;
}
}

.expiriance-title{
font-weight: 600;
font-size: 18px;
line-height: 120%;
color: #0F1719;
margin-top: 30px;
}

@media (max-width: 766px) {
  .expiriance-title{
    margin-top: 0px;
font-weight: 500;
font-size: 13px;
line-height: 145%;
background-color: #E6F1F1;
padding: 6px 15px;
border-radius: 8px;
display: inline-flex;
  }
}

.expiriance-content{
font-weight: 400;
font-size: 16px;
line-height: 130%;
color: #0F1719;
margin-top: 18px;
}

@media (max-width: 766px) {
  .expiriance-content{
    margin-top: 15px;
  }
}

.exp-image{
  border-radius: 10px;
  height: 93.5%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 766px) {
  .exp-image{
    width: 100%;
    height: auto;
  }
  
}

@media (max-width: 766px) {
  .ex-icon{
    display: none;
  }
}

@media (max-width: 766px) {

.ex-icon1::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/10/exp-icon-mob1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}

.ex-icon2::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/10/exp-icon-mob2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}

.ex-icon3::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/10/exp-icon-mob3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}

.ex-icon4::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/10/exp-icon-mob4.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}

}

/* CTA section */

@media (min-width: 1260px) {
.cta-container{
  margin-top: 80px;
  background-color: #013936;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  right: auto;
  margin-right: 0;
}
}

@media (max-width: 1260px) {
.cta-container{
  margin-top: 55px;
  background-color: #013936;
  position: relative;
  border-radius: 16px;
}
}


.cta-inner-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1; 
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 1260px) {
  .cta-inner-container {
      padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.cta-top-text{
font-weight: 400;
font-size: 18px;
line-height: 130%;
color: white;
}

.cta-title{
font-weight: 700;
font-size: 40px;
line-height: 130%;
color: white;
margin-top: 16px;
}

@media (max-width: 766px) {
  .cta-title{
    font-size: 30px;
    margin-top: 16px;
  }
}

.cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 145%;
    text-transform: uppercase;
    color: #013936;
    background-color: #E6F1F1;
    border-radius: 45px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding-right: 25px; /* тільки правий падінг */
    padding-left: 0; /* без падінгу зліва */
    height: 40px; 
    overflow: hidden;
    transition: all 1s ease; 
    margin-top: 60px; 
}

@media (max-width: 766px) {
  .cta-btn {
    margin-top: 28px;
  }
}

.cta-btn:hover {
background-color: #018A83;
color: white;
}

.cta-btn::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 45px; /* закруглення тільки ліворуч */
    background: #018A83 url('/wp-content/uploads/2026/03/phone.svg') center center no-repeat;
    background-size: 16px 16px;
    flex-shrink: 0;
}

.cta-btn span {
    padding-left: 15px; 
}

.cta-undertext{
  margin-top: 15px;
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: white;
}


.cta-image{
  position: absolute;
  bottom: 0;
  right: -80px;
}

@media (max-width: 1260px) {
  .cta-image{
    right: 4px;
    max-width: 180px;
    z-index: -1;
  }
}

/* Testimonial section */

.testimonial-container {
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 766px) {
  .testimonial-container {
    margin-top: 55px;
  }
}

.testimonial-title {
  font-weight: 600;
  font-size: 35px;
  color: #0F1719;
}

@media (max-width: 766px) {
  .testimonial-title {
    font-size: 24px;
    text-align: center;
  }
}

.testimonial-slider-wrapper {
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
}

.testimonial-slider {
  display: flex;
  transition: transform 0.5s ease;
  gap: 20px;
}

.testimonial-item {
  flex: 0 0 calc((100% - 40px) / 3); /* 3 на десктопі */
  background-color: #F0F5F5;
  padding: 25px;
  border-radius: 10px;
  box-sizing: border-box;
}

.testimonial-top-flex {
  display: flex;
  justify-content: space-between;
}

.testimonial-content-container {
  margin-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #A1B5B680;
}

.testimonial-content {
  font-size: 16px;
  line-height: 130%;
  color: #0F1719;
}

.testimonial-read-more{
  margin-top: 12px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  color: #000000;
}

.testimonial-bottom-flex {
  margin-top: 21px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .testimonial-item {
    flex: 0 0 calc(100% - 40px); 
    margin: 0 20px; 
    box-sizing: border-box; 
  }
}

/* Кнопки */

@media (min-width: 768px) {
.testimonial-buttons {
  position: absolute;
  top: 30px;
  right: 4px;
  width: 100px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}


.testimonial-buttons img {
  pointer-events: all;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prev-btn {
  margin-left: -1px;
  transition: transform 0.25s ease;
}


.next-btn {
  margin-right: -1px;
  transition: transform 0.25s ease;
}

.prev-btn:hover, .next-btn:hover{
    transform: scale(1.15); 
}
}
 
@media (max-width: 768px) {
.testimonial-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}


.testimonial-buttons img {
  pointer-events: all;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prev-btn {
  margin-left: -1px;
}


.next-btn {
  margin-right: -1px;
}
}

@media (max-width: 768px) {
  .testimonial-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
  }

  .testimonial-dot {
    width: 8.7px;
    height: 8.7px;
    border-radius: 4.36px;
    background: #cfd8d8;
    opacity: 1;
    transition: all 0.3s ease;
  }

.testimonial-dot.active {
  width: 14.67px;
  height: 14.67px;
  border-radius: 50%;
  background: #013936; 
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5px; 
  box-sizing: border-box;
}


.testimonial-dot.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #E6F1F1;
}
}

/* About section */

.about-container{
  display: flex;
  gap: 45px;
  text-align: flex-start;
}

@media (min-width: 1040px) {
.about-mobile{
display: none!important;
}
}

@media (max-width: 1040px) {
.about-desktop{
display: none!important;
}
}

@media (max-width: 766px) {
  .about-container{
    flex-direction: column;
    gap: 25px;
  }
}

@media (max-width: 1040px) {
  .about-right-column3{
   display: none;
  }
}

.about-top-text{
font-weight: 500;
font-size: 13px;
line-height: 120%;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-thickness: 6%;
text-decoration-skip-ink: auto;
color: #A1B5B6;
}

.about-heading{
font-weight: 600;
font-size: 33px;
line-height: 120%;
margin-top: 60px;
}

@media (max-width: 766px) {
  .about-heading{
   font-size: 25px;
   margin-top: 20px;
  }
}

.about-subtext{
font-weight: 400;
font-size: 15px;
line-height: 120%;
}

.about-left-inner-flex{
  margin-top: 30px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 766px) {
  .about-left-inner-flex{
    justify-content: center;
  }
}

.book-button {
    margin-top: 60px;
    font-weight: 600;
    font-size: 13px;
    line-height: 145%;
    text-transform: uppercase;
    color: white;
    background-color: #018A83;
    border-radius: 45px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding-right: 25px; /* тільки правий падінг */
    padding-left: 0; /* без падінгу зліва */
    height: 40px; 
    overflow: hidden; 
    transition: all 1s ease; 
}

@media (max-width: 766px) {
.book-button {
margin-top: 25px;
}
}

.book-button:hover {
color: white;
 background-color: #013936;
}

.book-button::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 45px; 
    background: #013936 url('/wp-content/uploads/2026/03/shedule-1.svg') center center no-repeat;
    background-size: 16px 16px;
    flex-shrink: 0;
}

.book-button span {
    padding-left: 15px; 
}

.about-undertext{
font-weight: 400;
font-style: Italic;
font-size: 13px;
line-height: 120%;
margin-top: 8px;
}

.about-left, .about-right{
  flex: 1;
}

.about-left{
  max-width: 455px;
}

.about-right{
  display: flex;
  gap: 10px;
}

.about-right-column{
  flex: 1;
}

.about-right-container{
  padding: 40px 14px;
  border-radius: 15px;
  position: relative;
}

.about-right-container1{
  padding-top: 200px;
  background: url('/wp-content/uploads/2026/05/Foto-osnovna.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 766px) {
  .about-right-container1{
    padding-top: 120px;
  }
}

.about-right-label{
  background-color: white;
  padding: 10px 8px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  position: absolute;
  left: 0;
  bottom: 30px;
}

.about-label-text{
font-weight: 600;
font-size: 12px;
line-height: 120%;
}

.about-right-container2{
  background-color: #829D9E;
  display: flex;
  flex-direction: column;
  gap: 65px;
  margin-top: 10px;
}

@media (max-width: 766px) {
  .about-right-container2{
    gap: 65px;
  }
}

.about-image2{
  position: absolute;
  right: 0;
  top: 16px;
}

.white{
  color: white!important;
}

.about-right-top-text{
font-weight: 600;
font-size: 16px;
line-height: 120%;
position: relative;
z-index: 5;
}

.about-right-bottom-text{
font-weight: 400;
font-size: 13px;
line-height: 120%;
position: relative;
z-index: 5;
}

.about-right-container3{
  display: flex;
  flex-direction: column;
  gap: 120px;
  background-color: #F0F0F0;
}

@media (max-width: 766px) {
.about-right-container3{
  gap: 40px;
}
}

.about-right-container3.about-mobile, .about-right-container5.about-mobile {
  margin-top: 10px;
}

.about-image3{
  position: absolute;
  top: 0;
  right: 0;
}

.about-right-container4 {
    min-height: 186px!important;
    margin-top: 10px;
    background: #AAD6D7 url(/wp-content/uploads/2026/05/Fotoosnova-3.jpg) no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 766px) {
  .about-right-container4{
background-size: cover;
  }
}


.about-doctor-name{
font-weight: 500;
font-size: 15px;
line-height: 120%;
}

.about-doctor-speciality{
font-weight: 400;
font-size: 12px;
line-height: 155%;
}


.about-right-label2{
  background-color: white;
  opacity: 80%;
  padding: 10px 8px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.about-right-container5{
  padding-top: 150px;
  background: url('/wp-content/uploads/2026/05/Fotoosnova-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 766px) {
.about-right-container5{
 padding-top: 100px; 
}
}


.about-right-container6{
  display: flex;
  flex-direction: column;
  gap: 116px;
  background-color: #E6F1F1;
  margin-top: 10px;
}

@media (max-width: 766px) {
.about-right-container6{
  gap: 50px;
}
}

@media (max-width: 766px) {
.mh-78{
  min-height: 78px;
}

.mh-63{
  min-height: 63px;
}

.about-right-top-text{
  min-height: 39px;
}
}

.about-image6{
  position: absolute;
  right: 0;
  top: 30px;
}

/* Apart section */

.apart-container{
  margin-top: 90px;
}

@media (max-width: 766px) {
  .apart-container{
    margin-top: 55px;
  }
}

.apart-title{
font-weight: 600;
font-size: 35px;
line-height: 120%;
text-align: center;
}

@media (max-width: 766px) {
  .apart-title{
    font-size: 24px;
  }
}

.apart-flex{
  margin-top: 40px;
  display: flex;
  gap: 35px;
  align-items: stretch; 
}

@media (max-width: 766px) {
  .apart-flex{
    flex-direction: column;
  }
}

.apart-column{
  flex: 1;
      display: flex;
    flex-direction: column;
}

.apart-top{
font-weight: 500;
font-size: 13px;
line-height: 145%;
color: white;
padding: 6px 15px;
background-color: #013936;
border-radius: 8px;
}


/*
.apart-top1::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2026/03/apart1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}

.apart-top2::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
   background-image: url('/wp-content/uploads/2026/03/apart2.svg'); 
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle; 
}

.apart-top3::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2026/03/apart3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}

.apart-top4::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2026/03/apart4.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
} */

.apart-bottom{
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  padding: 25px 15px;
  border: 1px solid #A1B5B6;
  border-radius: 10px;
}

@media (min-width: 766px) {
  .apart-bottom{
    flex: 1;
  }
}

/* Team section */

.team-container {
  background-color: #E8EEEE;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  right: auto;
  margin-right: 0;
  margin-top: 90px;
}

@media (max-width: 766px) {
  .team-container {
    margin-top: 55px;
  }
}

.team-inner-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1; 
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 766px) {
.team-inner-container {
  padding-top: 45px;
  padding-bottom: 45px;
}
}

@media (max-width: 1119px) {
  .team-inner-container{
    padding-left: 18px;
    padding-right: 18px;
  }
}

.team-title{
font-weight: 600;
font-size: 35px;
line-height: 120%;
text-align: center;
margin-bottom: 40px;
}

@media (max-width: 766px) {
  .team-title{
    font-size: 24px;
  }
}


.team-image{
  border-radius: 8px;
}

@media (max-width: 766px) {
.team-image{
	width: 100%;
  height: auto;
}
}

.team-item{
  padding: 20px 30px;
  background-color: white;
  border-radius: 15px;
  /*display: flex;*/
  gap: 65px;
  margin-bottom: 20px;
  display: none;
}

@media (min-width: 766px) {
  .team-item{
  align-items: flex-start;
  }
}

@media (max-width: 766px) {
  .team-item{
    flex-direction: column;
    gap: 30px;
    padding: 25px 15px;
  }
}



@media (min-width: 768px) {
  .team-inner-container .team-item:nth-of-type(-n+2) {
    display: flex;
  }
}

/* --- Мобільний: показати лише перший елемент --- */
@media (max-width: 767px) {
  .team-inner-container .team-item:nth-of-type(1) {
    display: flex;
  }
}

/* --- При натисканні "Show all" показати всі --- */
.team-container.show-all .team-item {
  display: flex;
}




.team-left{
  background: #E6F1F1;
  border-radius: 6px;
  position: relative;
}

@media (min-width: 766px) {
  .team-left{
  min-width: 345px;
  max-width: 345px;
  }
}

.team-left-content-container{
  padding: 12px 25px;
  background: #FFFFFFCC;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
}

.team-doctor-name{
font-weight: 500;
font-size: 16px;
line-height: 120%;
}

.team-doctor-specialty{
font-weight: 400;
font-size: 12px;
line-height: 155%;
margin-top: 11px;
}

.team-right{
  display: flex;
  gap: 25px;
}

@media (max-width: 766px) {
  .team-right{
    flex-direction: column;
  }
}

.team-right-column{
  flex: 1;
}

.team-button{
font-weight: 500;
font-size: 13px;
line-height: 145%;
padding: 6px 15px;
background-color: #87A1A2;
color: white;
border-radius: 8px;
display: inline-flex;
}

/*
.team-education::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2026/03/team-education.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 3px;
    vertical-align: middle;
}

.team-expiriance::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2026/03/team-expiriance.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}


.team-dentistry::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2026/03/team-dentistry.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
} 

.team-certification::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2026/03/team-certification.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}
 */

.team-content-container{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.team-content{
font-weight: 400;
font-size: 16px;
line-height: 130%;
}

.team-content::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url('/wp-content/uploads/2026/03/team-check.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}


.team-expiriance, .team-certification{
margin-top: 25px;
}

.team-button-container{
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}

/* Legacy section */

.leagacy-container{
  margin-top: 90px;
  gap: 54px;
  display: flex;
}

@media (max-width: 766px) {
  .leagacy-container{
  margin-top: 40px;
  flex-direction: column;
  gap: 30px;
}
}

@media (min-width: 766px) {
  .legacy-left{
  max-width: 456px;
}

.legacy-right-flex{
  max-width: 610px;
}

.legacy-mobile-image-container{
  display: none;
}
}

@media (max-width: 766px) {
.legacy-mobile-image-container{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
}

.legay-title{
font-weight: 600;
font-size: 35px;
line-height: 120%;
margin-top: 44px;
}

@media (max-width: 766px) {
  .legay-title{
    font-size: 26px;
    text-align: center;
  }
}

.legacy-content{
font-weight: 400;
font-size: 16px;
line-height: 125%;
margin-top: 8px;
}

.legacy-left-flex{
  margin-top: 70px;
  display: flex;
  gap: 26px;
}

@media (max-width: 766px) {
 .legacy-left-flex{
    margin-top: 30px;
  }
}


.leagacy-left-column{
  flex: 1;
}

.legacy-subtitle{
font-weight: 600;
font-size: 18px;
line-height: 120%;
margin-top: 30px;
}

@media (max-width: 766px) {
  .legacy-subtitle{
    font-size: 16px;
  }
}

.legacy-left-content{
font-weight: 400;
font-size: 16px;
line-height: 125%;
margin-top: 18px;
}


.legacy-right{
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.legacy-image1{
  margin-top: 70px;
  cursor: pointer;
}


.video-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
}

.video-popup-content {
  position: relative;
  max-width: 90%;
  width: 800px;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.video-popup video {
  width: 100%;
  height: auto;
  display: block;
}

.video-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
}

/* Blog intro section */

.blog-intro-container{
  margin-top: 90px;
}

@media (max-width: 766px) {
 .blog-intro-container{
    margin-top: 60px;
  }
}

.blog-into-top-button-container{
  display: flex;
  justify-content: center;
}

.blog-into-button{
font-weight: 400;
font-size: 13px;
line-height: 145%;
padding: 6px 15px;
border: 1px solid #A1B5B6;
border-radius: 8px;
}

.blog-into-button::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2026/03/blog-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}

.blog-intro-title{
font-weight: 600;
font-size: 35px;
line-height: 120%;
text-align: center;
margin-top: 30px;
}

@media (max-width: 766px) {
 .blog-intro-title{
    font-size: 22px;
    margin-top: 20px;
  }
}

.blog-intro-subtext{
font-weight: 400;
font-size: 15px;
line-height: 120%;
text-align: center;
max-width: 816px;
margin: 12px auto 0;
}

.blog-intro-flex{
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

.blog-intro-left, .blog-intro-right{
  flex: 1;
}


.blog-intro-right{
  max-width: 455px;
}

@media (max-width: 766px) {
 .blog-intro-right{
    display: none;
  }

  .blog-intro-left{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

}

  .blog-intro-left-container{
    position: relative;
  }

.blog-intro-left{
  position: relative;
}

.blog-into-left-content-container{
  position: absolute;
  left: 0;
  bottom: 0;
  backdrop-filter: blur(7px);
  background: #FFFFFFB2;
  padding: 40px 25px;
  border-radius: 15px;
  width: 100%;
}

@media (max-width: 766px) {
  .blog-into-left-content-container{
    padding: 16px;
  }
}

.blog-intro-meta-left{
font-weight: 400;
font-size: 12px;
line-height: 120%;
text-transform: uppercase;
}

@media (max-width: 766px) {
  .blog-intro-meta-left{
    font-size: 10px;
  }
}

.blog-intro-article-title-left{
font-weight: 600;
font-size: 30px;
line-height: 125%;
text-transform: capitalize;
margin-top: 18px;
}

@media (max-width: 766px) {
  .blog-intro-article-title-left{
    font-size: 16px;
    margin-top: 12px;
  }
}

.blog-intro-read-more{
  margin-top: 24px;
font-weight: 400;
font-size: 13px;
line-height: 120%;
color: #0F1719;
text-decoration: none;
}


.blog-intro-read-more::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url('/wp-content/uploads/2026/03/read-more.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
    margin-top: -1px;
    vertical-align: middle;
}

@media (min-width: 766px) {
.blog-intro-right{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
}

.blog-intro-meta-right{
font-weight: 400;
font-size: 10px;
line-height: 120%;
text-transform: uppercase;
margin-top: 21px;
}

.blog-intro-article-title-right{
font-weight: 600;
font-size: 20px;
line-height: 125%;
text-transform: capitalize;
margin-top: 15px;
}

@media (min-width: 766px) {
.blog-intro-main-image {
  width: 100%;
  height: 100%;
  min-height: 496px;
  object-fit: cover;
  border-radius: 16px;
}
}

@media (max-width: 766px) {
.blog-intro-main-image {
  width: 100%;
  height: auto;
  min-height: 268px;
  border-radius: 16px;
}
}

.blog-intro-image {
  width: 100%;
  height: 139px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

/* Solution section */

.solution-container{
  margin-top: 60px;
}

.solution-top-flex{
  display: flex;
  gap: 83px;
}

@media (max-width: 766px) {
  .solution-top-flex{
    flex-direction: column;
    gap: 15px;
  }
}

.solution-top-left, .solution-top-right{
  flex: 1;
}

.solution-top-text{
font-weight: 500;
font-size: 13px;
line-height: 120%;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 25%;
text-decoration-thickness: 6%;
text-decoration-skip-ink: auto;
color: #A1B5B6;
}

.solution-title{
font-weight: 600;
font-size: 40px;
line-height: 125%;
margin-top: 57px;
}

@media (max-width: 766px) {
.solution-title{
font-size: 25px;
margin-top: 30px;
}
}

.solution-top-content{
font-weight: 400;
font-size: 15px;
line-height: 130%;
}

.solution-bottom-flex{
  margin-top: 50px;
  display: flex;
  gap: 20px;
}

@media (max-width: 766px) {
  .solution-bottom-flex{
  flex-direction: column;
  gap: 10px;
}
}

.solution-bottom-item{
  flex: 1;
  border-radius: 15px;
}

.solution-bottom-item1 {
  padding: 60px 30px;
  background: #E6F1F1 url('/wp-content/uploads/2026/03/icons.svg') no-repeat center center;
  background-size: 265px;
  background-repeat: no-repeat;
  background-position: center;
}

.solution-bottom-item3{
  padding: 60px 30px;
  background: #F0F0F0 url('/wp-content/uploads/2026/03/icon2.svg') no-repeat center center;
  background-size: 265px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 766px) {
  .solution-bottom-item1, .solution-bottom-item3{
    padding: 50px 20px;
}
}

.solution-bottom-item2{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 189px;
  padding-bottom: 15px;
  background-color: #829D9E;
  position: relative;
}

.solution-tooth1{
  position: absolute;
  top: 0;
  left: 15px;
}

.solution-tooth2{
  position: absolute;
  top: 19px;
  right: 22px;
}

.solution-tooth3{
  position: absolute;
  bottom: 0;
  right: 0;
}


@media (max-width: 766px) {
  .solution-tooth1{
    max-height: 100%;
    max-width: 100px;
}

.solution-tooth2{
    display: none;
}

  .solution-tooth3{
    max-height: 100%;
    max-width: 150px;
}
}


@media (max-width: 766px) {
  .solution-bottom-item2{
    padding-top: 75px;
}
}

.solution-bottom-inner-flex{
  display: flex;
  justify-content: space-between;
}

.solution-bottom-title{
font-weight: 600;
font-size: 20px;
line-height: 120%;
position: relative;
z-index: 5;
}

.solution-bottom-price{
font-weight: 500;
font-size: 50px;
line-height: 130%;
position: relative;
z-index: 5;
}

.solution-bottom-under-text{
  margin-top: 90px;
  padding-top: 20px;
  border-top: 1px solid #829D9E;
font-weight: 400;
font-size: 16px;
line-height: 130%;
position: relative;
z-index: 5;
}

.solution-bottom-inner-flex2{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
}

.solution-bottom-inner-flex-item{
font-weight: 400;
font-size: 13px;
line-height: 145%;
background-color: #FFFFFFCC;
padding: 6px 15px;
border-radius: 8px;
}

/* Approach section */

.approach-container{
  margin-top: 90px;
  margin-bottom: 90px;
}

@media (max-width: 766px) {
  .approach-container{
    margin-top: 55px;
    margin-bottom: 55px;
}
}

.approach-top-button-container{
  display: flex;
  justify-content: center;
}

.approach-top-button{
font-weight: 400;
font-size: 13px;
line-height: 145%;
padding: 6px 15px;
border: 1px solid #A1B5B6;
border-radius: 8px;
}

.approach-top-button::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/10/exp-icon-mob3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}

.approach-flex{
  margin-top: 40px;
  display: flex;
  gap: 54px;
  
}

@media (max-width: 766px) {
  .approach-flex{
    flex-direction: column-reverse;
    gap: 10px;
}
}

/* desktop reverse via ACF */
@media (min-width: 767px) {
  .approach-flex.reverse-desktop{
    flex-direction: row-reverse;
  }
}

.approach-left, .approach-right{
  flex: 1;
}

.approach-image{
  border-radius: 15px;
  cursor: pointer;
}

.approach-button{
  margin-bottom: 20px;
}

.approach-repeater{
  margin-top: 20px;
}

.approach-comfort::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2026/03/approach-icon1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}

.approach-technology::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2026/03/approach-icon2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}


.approach-lifetime::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2026/03/approach-icon3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}

.approach-video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    justify-content: center;
    align-items: center;
}
.approach-video-modal.active {
    display: flex;
}
.approach-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(3px);
}
.approach-video-content {
    position: relative;
    background: #000;
    border-radius: 16px;
    max-width: 800px;
    width: 90%;
    z-index: 10;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0,0,0,0.4);
}
.approach-video-player {
    width: 100%;
    height: auto;
    display: block;
}
.approach-video-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    color: #fff;
    font-size: 32px;
    border: none;
    cursor: pointer;
    z-index: 11;
}
.approach-video-close:hover {
    color: #ddd;
}

.approach-top-text{
font-weight: 600;
font-size: 16px;
line-height: 130%;
}

.approach-bottom-list-container{
  display: flex;
  gap: 8px;
  flex-direction: column;
  margin-top: 20px;
}

/* Service section */

.service-container {
  background-color: #E6F1F1;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.service-inner-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 60px 18px;
}

.service-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.service-item {
  flex: 0 0 calc(33.333% - 20px);
  box-sizing: border-box;
  padding: 20px 20px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  transition: all 1s ease;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  position: relative;
}

@media (min-width: 766px) {
.service-item {
  min-height: 170px;
}
  
.service-item:hover {
  background-color: #829D9E;

}
}

.service-item .service-subtitle{
  color: #0F1719;
}

.service-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  transition: all 1s ease;
}

@media (max-width: 766px) {
.service-subtitle {
margin-top: 30px;
min-height: 48px;
}
}

@media (min-width: 766px) {
.service-item:hover .service-subtitle{
  font-size: 18px;
  color: white;
  margin-right: 60px;
}
}

.service-content {
  font-size: 16px;
  margin-top: 20px;
}

@media (min-width: 766px) {
  .service-content {
    display: none; 
    opacity: 0;
    transition: opacity 0.4s ease;
    margin-right: 60px;

  }
}

@media (max-width: 766px) {
  .service-content {
    color: #0F1719;
  }
}

@media (min-width: 766px) {
.service-item-right{
min-width: 60px;
}
}

.service-item:hover .service-content {
      display: block;
    opacity: 1;
  color: white;
}

.service-item:hover .service-icon {
transform: rotate(30deg);
flex-shrink: 0;
} 

@media (min-width: 766px) {
.service-icon {
  position: absolute;
  top: 16px;
  right: 16px;
}
}

.service-icon {
  transition: transform 0.3s ease;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center;
}

/* ===== МОБАЙЛЬНИЙ СЛАЙДЕР ===== */
@media (max-width: 766px) {
  .service-flex {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 14px;
    scrollbar-width: none;
    padding-bottom: 25px;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .service-flex::-webkit-scrollbar {
    display: none;
  }

  .service-item {
    flex: 0 0 86%;
    scroll-snap-align: center;
    padding: 28px 14px;
    align-self: center;
  }

  .service-item.active {
    /*transform: scale(1.03);*/
    padding: 40px 14px;
  }

  /* Крапочки */
  .service-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .service-dot {
    width: 8.7px;
    height: 8.7px;
    border-radius: 4.36px;
    background: #cfd8d8;
    transition: all 0.3s ease;
  }

  .service-dot.active {
    width: 14.67px;
    height: 14.67px;
    border-radius: 50%;
    background: #013936;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5px;
    box-sizing: border-box;
  }

  .service-dot.active::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #E6F1F1;
  }
}

/* Contact section */

.contact-container{
  margin-top: 70px;
}

.contact-flex{
  margin-top: 40px;
  display: flex;
  gap: 10px;
  position: relative;
}

@media (max-width: 1090px) {
  .contact-flex{
flex-direction: column;
  }

  .contact-left{
    display: none;
  }
}

.contact-left, .contact-right{
  flex: 1;
}

@media (min-width: 1090px) {
.contact-left{
  display: flex;
  gap: 10px;
}
}

.contact-image, .contact-left-inner{
  flex: 1;
  /*max-width: 258px;*/
}

.c-title{
font-weight: 600;
font-size: 16px;
line-height: 120%;
}

.contact-left-inner{
  padding: 111px 20px;
  background-color: #829D9E;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 310px!important;
}

@media (min-width: 1090px) {
.contact-right{
  padding: 40px 20px;
  border: 1px solid  #A1B5B6;
  border-radius: 10px;
  /*max-height: 594px; */
}

.special-choise .wpforms-container-full .wpforms-field.wpforms-field-checkbox.wpforms-list-inline ul, div.wpforms-container-full .wpforms-field.wpforms-field-radio.wpforms-list-inline ul, div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox.wpforms-list-inline ul, div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple.wpforms-list-inline ul, div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox.wpforms-list-inline ul {
    display: flex!important;
    flex-wrap: nowrap!important;
    padding: 0px!important;
}
}

.wpforms-container .wpforms-image-choices-classic .wpforms-image-choices-label {
  font-size: 12px!important;
  font-weight: 600!important;
  margin-top: 4px!important;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page:not(.active) .wpforms-page-indicator-page-number {
    background: #CDD8D9!important;
    color: #013936!important;
  }

  .wpforms-container .wpforms-page-indicator.circles .active .wpforms-page-indicator-page-number {
    color: #013936!important;
  }

@media (min-width: 1090px) {
.wpforms-container .wpforms-page-indicator.circles {
  flex-direction: column!important;
  gap: 40px!important;
  border: none!important;
  padding: 0px!important;
  position: absolute!important;
  top: 110px;
  /*left: 270px; */
  left: 320px;

}

.wpforms-page-indicator-page-title{
color: white!important;
font-size: 16px!important;
}

 .wpforms-page-indicator-page-number::after {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  background-color: #CDD8D9;
  margin: 8px auto;
  margin-top: 4px; /* відступ зверху, щоб не прилипало до кружечка */
}
}


@media (max-width: 1090px) {
.wpforms-container .wpforms-page-indicator.circles {
  border: none!important;
  padding: 0px!important;
  background: #829D9E!important;
  padding: 8px!important;
  border-radius: 10px!important;
  gap: 20px!important;
}

.wpforms-page-indicator-page-title{
  font-weight: 500!important;
font-size: 11px!important;
line-height: 120%!important;
color: white!important;
text-align: center!important;
}

.wpforms-container .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page{
  display: flex!important;
  flex-direction: column!important;
  gap: 18px!important;
  align-items: center!important;
}

.wpforms-page-indicator-page-number {
  font-size: 12px!important;
  position: relative!important;
  left: 4px!important;
}

  .wpforms-page-indicator-page:not(:last-child) .wpforms-page-indicator-page-number::after {
    content: "";
    display: block;            
    position: absolute;   
    top: 50%;      
    left: calc(100% + 14px);          
    transform: translateY(-50%); 
    width: 28px;
    height: 1px;
    background-color: #CDD8D9;
    margin: 0;                 /* прибираємо зовнішні відступи (не потрібні при абсолютній позиції) */
    pointer-events: none;      /* щоб лінія не заважала клікам */
  }
}

.wpforms-page-indicator-page .wpforms-page-indicator-page-number {
  position: relative!important;      
}

.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="tel"],
.wpforms-field input[type="number"],
.wpforms-field input[type="date"],
.wpforms-field textarea,
.wpforms-field select {
  background: #E6F1F1 !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  padding: 10px !important;
  width: 100% !important;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

/* Стиль для всіх плейсхолдерів у WPForms */
.wpforms-field input::placeholder,
.wpforms-field textarea::placeholder,
.wpforms-field select::placeholder {
  font-weight: 400!important;
  font-size: 12px!important;
  line-height: 120%!important;
  color: #0F1719!important;
  opacity: 1; /* Щоб колір був повністю видимим у різних браузерах */
}

/* Для сумісності з усіма браузерами */
.wpforms-field input::-webkit-input-placeholder,
.wpforms-field textarea::-webkit-input-placeholder {
  font-weight: 400!important;
  font-size: 12px!important;
  line-height: 120%!important;
  color: #0F1719!important;
}

.wpforms-field input::-moz-placeholder,
.wpforms-field textarea::-moz-placeholder {
  font-weight: 400!important;
  font-size: 12px!important;
  line-height: 120%!important;
  color: #0F1719!important;
}

.wpforms-field input:-ms-input-placeholder,
.wpforms-field textarea:-ms-input-placeholder {
  font-weight: 400!important;
  font-size: 12px!important;
  line-height: 120%!important;
  color: #0F1719!important;
}

.wpforms-field-label{
font-weight: 500!important;
font-size: 16px!important;
line-height: 120%!important;
}

/* Ваші поточні стилі (об'єднані) */
.wpforms-submit, .wpforms-page-next, .wpcf7-submit {
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: 145% !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background-color: #018A83 !important;
  border-radius: 45px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  /* Залишаємо правий падінг тільки — ви просили */
  padding-right: 25px !important;
  padding-left: 25px !important;
  height: 40px !important;
  overflow: hidden !important;
  transition: all 1s ease !important;

  /* === Додаємо відступ між іконкою (::before) і текстом === */
  gap: 15px !important;         /* рекомендовано: сучасні браузери */
  -webkit-column-gap: 15px !important;
  column-gap: 15px !important;
}



.wpforms-page-prev  {
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: 145% !important;
  text-transform: uppercase !important;
  color: #013936!important;
  background-color: #fff !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  overflow: hidden !important;
  transition: all 1s ease !important;
  padding-left: 0px!important;

  /* === Додаємо відступ між іконкою (::before) і текстом === */
  gap: 7px !important;         /* рекомендовано: сучасні браузери */
  -webkit-column-gap: 7px !important;
  column-gap: 7px !important;
}


/* Ховер */
.wpforms-submit:hover, .wpforms-page-next:hover, .wpcf7-submit:hover  {
  color: #fff !important;
  background-color: #013936 !important;
}

.wpforms-page-prev:hover  {
  color: #018A83 !important;
  background: #fff !important;
}


/* Іконка всередині круга (ліворуч) */
.wpforms-submit::before,
.wpforms-page-next::before, 
.wpcf7-submit::before
 {
  content: "" !important;
  display: inline-block !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 45px !important;
  background: #013936 url('/wp-content/uploads/2026/03/arrow.svg') center center no-repeat !important;
  background-size: 16px 16px !important;
  flex-shrink: 0 !important;

  /* Резервний відступ для старих браузерів, якщо gap не підтримується */
  margin-right: 1px !important;
}

.wpforms-page-prev::before {
    content: "" !important;
  display: inline-block !important;
  width: 12px !important;
  height: 12px !important;
  background: url('/wp-content/uploads/2025/12/back-arrow.svg') center center no-repeat !important;

  /* Резервний відступ для старих браузерів, якщо gap не підтримується */
  margin-right: 1px !important;
}


.wpforms-page-prev:hover::before {
background: url('/wp-content/uploads/2025/12/back-arrow2.svg') center center no-repeat !important;
}


/* === Контейнер для тоглу === */

/*
#wpforms-673-field_19 {
  position: relative !important;
 display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 80px !important;
  height: 40px !important;
  border-radius: 30px !important;
  background:  #018A83 !important;
  padding: 2px !important;
  list-style: none !important;
  cursor: pointer !important;
  margin-left: auto!important;
  top: -40px!important;
}


#wpforms-673-field_19 li {
  list-style: none !important;
  flex: 1 1 50% !important;
  text-align: center !important;
  position: relative !important;
}

#wpforms-673-field_19 input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#wpforms-673-field_19 label {
  display: inline-block !important;
  font-size: 10px !important;
  color: white !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  z-index: 2 !important;
  position: relative !important;
  user-select: none !important;
  line-height: 1 !important;
}

#wpforms-673-field_19 .toggle-knob {
  position: absolute !important;
  top: 2px !important;
  left: 2px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 30px !important;
  background: var(--dark, #013936) !important;
  transition: transform 0.3s ease !important;
  z-index: 1 !important;
}
 */

/* Dentistry block*/

.dentistry-container{
  display: flex;
  gap: 91px;
  align-items: center;
}

@media (max-width: 940px) {
.dentistry-container{
  flex-direction: column-reverse;
  gap: 30px;
}
}

.dentistry-left, .dentistry-right{
  flex: 1;
}

.dentistry-left{
  position: relative;
}

@media (min-width: 940px) {
.dentistry-bottom-container{
  position: absolute;
  right: 36px;
  bottom: 20px;
}
}

@media (max-width: 940px) {
.dentistry-bottom-container{
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 20px;
}
}


.dentistry-image{
  border-radius: 15px;
    object-fit: cover;
    height: 100%;

}

.dentistry-top-text{
font-weight: 500;
font-size: 13px;
line-height: 120%;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 25%;
text-decoration-thickness: 6%;
text-decoration-skip-ink: auto;
color: #A1B5B6;
}

.dentistry-heading{
font-weight: 600;
font-size: 33px;
line-height: 120%;
margin-top: 50px;
margin-bottom: 0px!important;
}

@media (max-width: 766px) {
.dentistry-heading{
  font-size: 25px;
  margin-top: 30px;
}
}

.dentisty-right-flex-top{
  margin-top: 30px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

@media (max-width: 766px) {
  .dentisty-right-flex-top{
    flex-direction: column;
  }
}


.dentisty-right-flex-top-item {
    display: flex;
    align-items: center;
    gap: 13px;

    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    flex: 1 1 calc(50% - 24px);
}

.dentisty-right-flex-top-item::before {
    content: '';
    flex: 0 0 20px;

    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/10/d-check.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 766px) {
.dentisty-right-flex-top-item::before {
margin-right: 8px;
}
}

.dentisty-under-button{
font-weight: 400;
font-style: Italic;
font-size: 13px;
line-height: 120%;
margin-top: 8px;
}

.dentisty-right-flex-bottom{
margin-top: 51px;
display: flex;
gap: 16px;
}

.dentisty-right-flex-bottom-item{
  flex: 1;
  padding: 13px 25px;
  background-color: #F4F8F8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dentisty-right-subtitle{
font-weight: 600;
font-size: 25px;
line-height: 120%;
}

.dentisty-right-subcontent{
font-weight: 400;
font-size: 13px;
line-height: 120%;
}

@media (min-width: 766px) {
.dentistry-mobile {
display: none;
}
}

.dentistry-mobile{
  margin-top: 10px;
}

.dentistry-mobile-flex{
  display: flex;
  gap: 10px;
}

.dentisty-right-flex-mobile-item{
  padding: 15px 13px;
  background-color: #F4F8F8;
  border-radius: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mar-10{
  margin-top: 10px;
}

/* Tab section */

.tb-container{
  margin-top: 90px;
}

.top-tb-button-flex{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.tb-button{
font-weight: 500;
font-size: 16px;
line-height: 120%;
color: white;
background-color: #018A83;
padding: 11px 30px;
border-radius: 40px;
cursor: pointer;
transition: all 0.7s ease; 
}

.tb-button:hover, .tb-button.active {
background-color: #013936;
}

.tb-button::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('/wp-content/uploads/2025/10/arrow-r.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-top: -1px;
  vertical-align: middle;
  clip-path: inset(0 0 0 7px); 
  transition: clip-path 0.4s ease;
}

.tb-button:hover::after,
.tb-button.active::after {
  clip-path: inset(0 0 0 0); /* показуємо повністю */
}

.tb-content-container{
  margin-top: 40px;
  background-color: #F4F8F8;
  padding: 50px 30px;
  border-radius: 15px;
}

@media (max-width: 766px) {
.tb-content-container{
  margin-top: 20px;
  padding: 16px;
}
}

.tb-top-button{
font-weight: 400;
font-size: 13px;
line-height: 145%;
padding: 6px 15px;
border: 1px solid #A1B5B6;
border-radius: 8px;
display: inline-flex;
margin: 0 auto;
text-align: center;
}

/*
.tb-top-button::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/10/exp-icon-mob3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
} */

.tb-top-flex{
  display: flex;
  /*gap: 88px;*/
  flex-direction: column;
  justify-content: center;
  
}

@media (max-width: 766px) {
.tb-top-flex{
flex-direction: column;
gap: 16px;
}
}


.tb-top-left, .tb-top-right{
  flex: 1;
}

.tb-tite{
font-weight: 600;
font-size: 22px;
line-height: 120%;
margin-top: 16px;
text-align: center;
}

@media (max-width: 766px) {
.tb-tite{
font-size: 16px;
}
}

.tb-text{
font-weight: 400;
font-size: 16px;
line-height: 120%;
text-align: center;
margin-top: 16px;
}


.tb-middle-flex-title{
font-weight: 600;
font-size: 18px;
line-height: 120%;
margin-top: 60px;
margin-bottom: -40px;
}

@media (max-width: 766px) {
.tb-middle-flex-title{
margin-top: 20px;
margin-bottom: 0px;
}
}


.tb-middle-flex{
  margin-top: 60px;
  display: flex;
  gap: 10px;
}

@media (max-width: 766px) {
.tb-middle-flex{
flex-direction: column;
margin-top: 20px;
}
}


.tb-middle-flex-item{
  flex: 1;
  padding: 27px 20px;
  background-color: white;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 81px;
}

.tb-icon{
  position: absolute;
  top: 16px;
  right: 13px;
  max-height: 60px;
  width: auto;
}

.tb-midle-flex-text{
font-weight: 500;
font-size: 16px;
line-height: 20px;
position: relative;
z-index: 5;
max-width: 420px;
}

.tb-bottom-flex{
  margin-top: 60px;
  display: flex;
  gap: 60px;
}

@media (max-width: 766px) {
.tb-bottom-flex{
flex-direction: column;
margin-top: 20px;
gap: 20px;
}
}

.tb-bottom-right{
  flex: 1;
}

@media (min-width: 766px) {
  .tab-image{
    
  }
}

.tab-image{
  border-radius: 15px;
}

.tb-bottom-text{
font-weight: 600;
font-size: 16px;
line-height: 120%;
margin-top: 30px;
}

.tb-bottom-list-container{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}


.tb-bottom-list-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 10px; /* замість margin-right у ::before */
}

.tb-bottom-list-item::before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/10/chekc.svg');
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 1px; /* легке вирівнювання іконки по вісі тексту */
}


.tb-bottom-sublist-item{
font-weight: 300;
font-size: 16px;
line-height: 120%;
margin-left: 30px;
}

.tb-bottom-sublist-item::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url('/wp-content/uploads/2025/10/point.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}


.tub-top-under-text{
font-weight: 400;
font-style: Italic;
font-size: 13px;
line-height: 120%;
margin-top: 30px;
}

.tb-button-flex{
  margin-top: 40px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media (max-width: 766px) {
  .tb-button-flex{
    gap: 10px;
    margin-top: 20px;
  }
}

.tb-shedule-button {
    font-weight: 600;
    font-size: 13px;
    line-height: 145%;
    text-transform: uppercase;
    color: white;
    background-color: #018A83;
    border-radius: 45px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding-right: 25px; /* тільки правий падінг */
    padding-left: 0; /* без падінгу зліва */
    height: 40px; 
    overflow: hidden; 
    transition: all 1s ease; 
}

@media (max-width: 766px) {
  .tb-shedule-button {
font-size: 10px;
padding-right: 12px;
}
}

.tb-shedule-button:hover {
color: white;
 background-color: #013936;
}

.tb-shedule-button::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 45px; 
    background: #013936 url('/wp-content/uploads/2025/10/shedule.svg') center center no-repeat;
    background-size: 16px 16px;
    flex-shrink: 0;
}

.tb-shedule-button span {
    padding-left: 15px; 
}

@media (max-width: 766px) {
  .tb-shedule-button span {
padding-left: 8px; 
}
}

.tb-learn-button {
    font-weight: 600;
    font-size: 13px;
    line-height: 145%;
    text-transform: uppercase;
    color: #013936;
    background-color: #F4F8F8;
    border-radius: 45px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding-right: 25px; /* тільки правий падінг */
    padding-left: 0; /* без падінгу зліва */
    height: 40px; 
    overflow: hidden; 
    transition: all 1s ease; 
    border: 1px solid  #A1B5B6;
}

@media (max-width: 766px) {
  .tb-learn-button {
    font-size: 10px;
    padding-right: 12px;
  }
}

.tb-learn-button:hover {
color: white;
 background-color: #013936;
}

.tb-learn-button::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 45px; 
    background: #013936 url('/wp-content/uploads/2025/10/arrow-r.svg') center center no-repeat;
    background-size: 16px 16px;
    flex-shrink: 0;
}

.tb-learn-button span {
    padding-left: 15px; 
}

@media (max-width: 766px) {
.tb-learn-button span {
padding-left: 8px; 
}
}

.call-button {
    font-weight: 600;
    font-size: 13px;
    line-height: 145%;
    text-transform: uppercase;
    color: #013936;
    background-color: #F4F8F8;
    border-radius: 45px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding-right: 25px; /* тільки правий падінг */
    padding-left: 0; /* без падінгу зліва */
    height: 40px; 
    overflow: hidden; 
    transition: all 1s ease; 
    border: 1px solid  #A1B5B6;
}

@media (max-width: 766px) {
  .call-button {
    font-size: 10px;
    padding-right: 12px;
  }
}

.call-button:hover {
color: white;
 background-color: #013936;
}

.call-button::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 45px; 
    background: #013936 url('/wp-content/uploads/2026/01/phone.svg') center center no-repeat;
    background-size: 16px 16px;
    flex-shrink: 0;
}

.call-button span {
    padding-left: 15px; 
}

@media (max-width: 766px) {
.call-button span {
padding-left: 8px; 
}
}



/* === МОБІЛЬНА ВЕРСІЯ: АКОРДЕОН З НОВИМ СТИЛЕМ КНОПОК === */
@media (max-width: 768px) {

  /* Ховаємо контент за замовчуванням */
  .tb-content-container {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    transition: max-height 0.5s ease, opacity 0.4s ease, padding 0.4s ease, margin 0.4s ease;
  }

  /* Коли відкрито */
  .tb-content-container.open { /* достатньо для великого контенту */
    opacity: 1;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 20px;
    max-height: none!important;
  }

  /* Твій новий стиль кнопки */
  .tab-button-mobile {
    position: relative;
    padding-right: 40px;
    background-color: #E6F1F1;
    border-radius: 50px;
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    /*text-align: center;*/
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #0F1719;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  /* Стрілка */
  .tab-button-mobile::after {
    content: "";
    position: absolute;
    right: 28px;
    top: 50%;
    width: 12px;
    height: 12px;
    /*transform: translateY(-50%) rotate(45deg);*/
    border-right: 2px solid #0F1719;
    border-bottom: 2px solid #0F1719;
    transform-origin: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
    margin-top: -2px;
  }

  /* Активна кнопка */
  .tab-button-mobile.active {
    background-color: #018A83;
    color: #fff;
  }

  .tab-button-mobile.active::after {
    border-color: #fff;
    margin-top: -8px;

  }
}

.mar-20{
  margin-top: 20px;
}




.tb-bottom-table {
  margin-top: 60px;
  display: flex;
  gap: 16px;
  align-items: stretch; /* усі колонки однакової висоти */
}

@media (max-width: 768px) {
  .tb-bottom-table {
    flex-direction: column;
  }
}

.tb-table-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: stretch; /* вирівнює заголовок і контейнер по висоті */
}

.tb-table-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  padding: 14px 12px; /* залишаємо як є */
  color: white;
  background-color: #013936;
  border-radius: 10px;
  display: flex;
  align-items: flex-start; /* текст зверху */
  justify-content: flex-start;
  flex: 0 0 auto; /* фіксована висота по контенту */
  min-height: var(--tb-table-heading-height, auto); /* динамічна змінна для вирівнювання */
}

.tb-table-conttent-container {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 30px 15px;
  border: 1px solid #A1B5B6;
  border-radius: 10px;
  flex: 1;          /* контейнер займає решту висоти */
  height: 100%;
}

.tb-table-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tb-table-item::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/2025/10/round.svg');
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 2px;
}



.main-bottom-text{
font-weight: 400;
font-style: Italic;
font-size: 13px;
line-height: 120%;
text-align: center;
margin-top: 20px;
}

.tb-top-text{
font-weight: 600;
font-size: 16px;
line-height: 120%;
margin-top: 30px;
}

/* Patient section */

.patient-top-flex{
  display: flex;
  /*gap: 100px; */
  justify-content: space-between;
}

@media (max-width: 768px) {
  .patient-top-flex{
    flex-direction: column;
    gap: 35px;
  }
}

.patient-top-left{
  max-width: 801px;
}

@media (min-width: 768px) {
.patient-top-right{
  padding-top: 24px;
}
}

.patient-title{
font-weight: 600;
font-size: 33px;
line-height: 120%;
margin-top: 40px;
}

@media (max-width: 768px) {
.patient-title{
    font-size: 25px;
    margin-top: 20px;
  }
}

.patient-content{
font-weight: 400;
font-size: 15px;
line-height: 120%;
margin-top: 18px;
}

@media (max-width: 768px) {
.patient-content{
    margin-bottom: -30px;
  }
}


.patient-inner-flex{
  margin-top: 30px;
  display: flex;
  gap: 10px;
}

@media (max-width: 768px) {
.patient-inner-flex{
justify-content: center;
  }
}

.patient-button{
font-weight: 400;
font-size: 13px;
line-height: 145%;
padding: 6px 15px;
border: 1px solid #A1B5B6;
border-radius: 8px;
}

@media (max-width: 768px) {
.patient-button{
    font-size: 12px;
    padding: 6px 8px;
  }
}

.patient-button::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('/wp-content/uploads/2025/10/tooth.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -2px;
    vertical-align: middle;
}

.patient-image{
  margin-top: 56px;
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
}


@media (max-width: 768px) {
.patient-image{
    margin-top: 10px;
  }
}

.patient-right-container{
  padding: 20px;
  background-color: #F0F0F0;
  border-radius: 10px;
  display: flex;
  gap: 14px;
  margin-top: 15px;
  align-items: flex-start;
}

@media (max-width: 768px) {
.patient-right-container{
    justify-content: space-between;
  }
}

/* Comfort section */

.comfort-container {
  background-color: #E6F1F1;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  right: auto;
  margin-right: 0;
  margin-top: 70px;
}

.comfort-container-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1; 
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 766px) {
.comfort-container-inner {
    padding-top: 50px;
  padding-bottom: 50px;
}
}

@media (max-width: 1119px) {
  .comfort-container-inner {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.comfort-top-flex{
  display: flex;
  gap: 70px;
}

@media (max-width: 768px) {
.comfort-top-flex{
flex-direction: column;
 gap: 25px;
  }

}

.comfort-top-flex-left, .comfort-top-flex-right{
  flex: 1;
}

.comfort-top-flex-left{
  display: flex;
  gap: 10px;
}

.comfort-top-flex-left-column{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.comfort-image{
  border-radius: 10px;
}

@media (min-width: 768px) {
.comfort-image{
  max-height: 340px;
  object-fit: cover;
  object-position: center;
  }
}

@media (max-width: 768px) {
.comfort-image{
  height: 100%;
  }
}

.comfort-top-flex-left-container{
  padding: 16px;
  background-color: white;
  border-radius: 10px;
}

@media (max-width: 768px) {
.comfort-top-flex-left-container{
padding: 23px 10px;
  }
}

.comfort-subtitle{
font-weight: 600;
font-size: 16px;
line-height: 120%;
margin-top: 4px;
}

@media (max-width: 768px) {
.comfort-subtitle{
font-size: 15px;
  }
}

.comfort-content{
font-weight: 400;
font-size: 13px;;
line-height: 130%;
margin-top: 8px;
}

.comfort-top-title{
font-weight: 600;
font-size: 35px;
line-height: 120%;
margin-top: 8px;
}

@media (max-width: 768px) {
.comfort-top-title{
font-size: 22px;
  }
}

.comfort-right-text{
font-weight: 600;
font-size: 16px;
line-height: 120%;
margin-top: 20px;
}

.comfort-button {
    margin-top: 60px;
    font-weight: 600;
    font-size: 13px;
    line-height: 145%;
    text-transform: uppercase;
    color: white;
    background-color: #018A83;
    border-radius: 45px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding-right: 25px; /* тільки правий падінг */
    padding-left: 0; /* без падінгу зліва */
    height: 40px; 
    overflow: hidden; 
    transition: all 1s ease; 
}

@media (max-width: 766px) {
.comfort-button {
margin-top: 40px;
}
}

.comfort-button:hover {
color: white;
 background-color: #013936;
}

.comfort-button::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 45px; 
    background: #013936 url('/wp-content/uploads/2025/10/arrow-r.svg') center center no-repeat;
    background-size: 16px 16px;
    flex-shrink: 0;
}

.comfort-button span {
    padding-left: 15px; 
}

.comfort-middle-title{
font-weight: 600;
font-size: 35px;
line-height: 120%;
text-align: center;
margin-top: 90px;
}

.comfort-middle-flex{
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

.comfort-middle-item{
  flex: 1;
  border: 1px solid #A1B5B6;
  padding: 20px;
  position: relative;
  border-radius: 10px;
}

.comfort-middle-item2{
  background-color: #829D9E;
}

@media (max-width: 768px) {
  .comfort-middle-flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .comfort-middle-item {
    flex: 0 0 calc(50% - 10px); 
  }
}

.comfort-middle-text{
font-weight: 500;
font-size: 15px;
line-height: 120%;
position: relative;
z-index: 99;
}

.white{
  color: white;
}

.comfort-middle-icon1{
  position: absolute;
  top: 20px;
  right: 20px;
}

.comfort-middle-icon2{
  position: absolute;
  bottom: 30px;
  right: 20px;
}

.mar-sp{
  margin-top: 90px;
}

.comfort-bottom-container{
  margin-top: 20px;
  background-color: white;
  padding: 40px 22px;
  border-radius: 15px;
}

.comfort-bottom-title{
font-weight: 600;
font-size: 28px;
line-height: 120%;
text-align: center;
}

.comfort-bottom-flex{
  margin-top: 30px;
  display: flex;
  gap: 20px;
}

@media (max-width: 768px) {
  .comfort-bottom-flex{
    flex-direction: column;
  }
}

.comfort-bottom-item{
  flex: 1;
  padding: 26px 30px 26px 20px;
  background-color: #F4F8F8;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comfort-bottom-form{
font-weight: 400;
font-size: 16px;
line-height: 120%;
}

.comfort-bottom-pdf{
font-weight: 700;
font-size: 16px;
line-height: 120%;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
}

.comfort-bottom-under-text{
font-weight: 400;
font-size: 13px;
line-height: 120%;
text-align: center;
margin-top: 15px;
}

/* Finance section */

.finance-container{
  margin-top: 90px;
}

@media (max-width: 768px) {
  .finance-container{
 margin-top: 55px;
  }
}

.finance-flex{
  display: flex;
  gap: 78px;
}

@media (max-width: 768px) {
  .finance-flex{
  flex-direction: column-reverse;
  gap: 0px;
  }
}

.finance-left, .finance-image{
  flex: 1;
}

.finance-image{
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .finance-image{
    margin-top: 12px;
  }
}

.finance-content{
font-weight: 400;
font-size: 16px;
line-height: 120%;
margin-top: 25px;
}

.finance-under-text{
font-weight: 400;
font-size: 12px;
line-height: 120%;
margin-top: 20px;
}

/* Price section */

.price-container{
  margin-top: 90px;
}

@media (max-width: 768px) {
  .price-container{
  margin-top: 55px;
  }
}

.price-title{
font-weight: 600;
font-size: 35px;
line-height: 120%;
text-align: center;
margin-top: 25px;
}

@media (max-width: 768px) {
  .price-title{
  font-size: 24px;
  }
}


.price-flex{
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

@media (max-width: 768px) {
  .price-flex{
  flex-direction: column;
  }
}

.price-column{
  flex: 1;
  background-color: #F4F8F8;
  border-radius: 10px;
    position: relative;
      display: flex;
  flex-direction: column;
}

.price-heading{
  flex: 1;
  padding: 40px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  max-height: 222px;
}

.price-heading1{
background: #013936;
}

.price-heading2{
background: #018A83;
}

.price-heading3{
background: #829D9E;
}

.price-subtitle{
font-weight: 600;
font-size: 20px;
line-height: 120%;
color: white;
}

.price-content{
font-weight: 400;
font-size: 16px;
line-height: 120%;
color: white;
}

.price-inner-button{
font-weight: 400;
font-size: 13px;
line-height: 145%;
text-transform: capitalize;
color: #AAD6D7;
background-color: #165652;
padding: 6px 15px;
border-radius: 8px;
display: inline-flex;
display: table;
justify-content: right;
text-align: right;
margin-top: 13px;
margin-left: auto;
}

.price-inner-button::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('/wp-content/uploads/2025/10/white-tooth.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 2px;
    vertical-align: middle;
}

.price{
font-weight: 400;
font-size: 20px;
color: white;
margin-top: auto;
}

.price-bottom{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 110px;
}

.price-bottom-list-container{
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.price-bottom-list {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 10px; /* замість margin-right у ::before */
}

.price-bottom-list::before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/10/light-check.svg');
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 1px; 
}


.price-button {
    font-weight: 600;
    font-size: 13px;
    line-height: 145%;
    text-transform: uppercase;
    color: white;
    background-color: #018A83;
    border-radius: 45px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding-right: 25px; /* тільки правий падінг */
    padding-left: 0; /* без падінгу зліва */
    height: 40px; 
    overflow: hidden; 
    transition: all 1s ease; 
    margin-top: 40px;
    position: absolute;
    bottom: 40px;
    left: 20px;
}

@media (max-width: 766px) {
.price-button {
margin-top: 40px;
}
}

.price-button:hover {
color: white;
 background-color: #013936;
}

.price-button::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 45px; 
    background: #013936 url('/wp-content/uploads/2025/10/arrow-r.svg') center center no-repeat;
    background-size: 16px 16px;
    flex-shrink: 0;
}

.price-button span {
    padding-left: 15px; 
}

/* CTA2 section */

.cta-title2{
font-weight: 700;
font-size: 30px;
line-height: 130%;
color: white;
}

.cta-flex{
  margin-top: 35px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cta-flex-item{
font-weight: 400;
font-size: 13px;
line-height: 145%;
color: white;
padding: 6px 15px;
border-radius: 8px;
border: 1px solid #018A83;
}

.under-flex{
font-weight: 400;
font-style: Italic;
font-size: 16px;
line-height: 120%;
color: white;
margin-top: 15px;
}

/* FAQ section */

.faq-container{
  margin-top: 90px;
}

@media (max-width: 768px) {
  .faq-container{
  margin-top: 55px;
  }
}

.faq-flex{
  display: flex;
  gap: 75px;
}

@media (max-width: 768px) {
 .faq-flex{
  flex-direction: column-reverse;
  gap: 28px;
  margin-top: 28px;
  }
}

@media (min-width: 768px) {
.faq-left{
max-width: 380px;
min-width: 380px;
}
}

.faq-title{
font-weight: 600;
font-size: 35px;
line-height: 120%;
margin-top: 25px;
}

@media (max-width: 768px) {
.faq-title{
font-size: 22px;
text-align: center;
}
}

.faq-left-container{
  margin-top: 46px;
  background: linear-gradient(90deg, #E6F1F1 0%, #A1B5B6 100%);
  padding: 20px;
  border-radius: 10px;
}

@media (max-width: 768px) {
.faq-left-container{
margin-top: 0px;
}
}

.faq-subtitle{
font-weight: 600;
font-size: 20px;
line-height: 120%;
}

.faq-text{
font-weight: 400;
font-size: 16px;
line-height: 120%;
margin-top: 12px;
}

.faq-center-button{
  display: table;
  margin: 0 auto;
}

.faq-button {
    margin-top: 24px;
    font-weight: 600;
    font-size: 13px;
    line-height: 145%;
    text-transform: uppercase;
    color: white;
    background-color: #018A83;
    border-radius: 45px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding-right: 25px; /* тільки правий падінг */
    padding-left: 0; /* без падінгу зліва */
    height: 40px; 
    overflow: hidden; 
    transition: all 1s ease; 
}

@media (max-width: 766px) {
.faq-button {
margin-top: 30px;
}
}

.faq-button:hover {
color: white;
 background-color: #013936;
}

.faq-button::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 45px; 
    background: #013936 url('/wp-content/uploads/2026/03/arrow.svg') center center no-repeat;
    background-size: 16px 16px;
    flex-shrink: 0;
}

.faq-button span {
    padding-left: 15px; 
}


.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid #d9e0df;
  border-radius: 10px;
  overflow: hidden;
  background-color: #F0F0F0;
  transition: box-shadow 0.3s ease;
}

.faq-question {
  width: 100%;
  border: none;
  text-align: left;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease;
}

.faq-caret {
  width: 29px;
  height: 29px;
  border-radius: 5px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-caret {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  background-color: #f5f9f8;
  padding: 0;
    
}

.faq-answer p {
  padding: 15px 20px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-top: 8px;
  padding-bottom: 16px;
}

/* Contact main section */

.contact-main-container{
  display: flex;
  gap: 60px;
}

@media (max-width: 1070px) {
.contact-main-container{
flex-direction: column;
gap: 25px;
}
}

.contact-main-title{
font-weight: 600;
font-size: 33px;
line-height: 120%;
margin-top: 40px;
}

@media (max-width: 766px) {
.contact-main-title{
margin-top: 30px;
}
}

.contact-main-right{
  display: flex;
  gap: 10px;
}

@media (max-width: 766px) {
.contact-main-right{
flex-direction: column;
}
}

.contact-main-column{
  padding: 35px 15px;
  border-radius: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-main-subtitle{
font-weight: 600;
font-size: 16px;
line-height: 120%;
position: relative;
z-index: 999;
}

.contact-main-text, .contact-main-text a {
font-weight: 400;
font-size: 16px;
line-height: 24px;
position: relative;
z-index: 999;
color: #0F1719;
text-decoration: none;
}


.contact-main-column1{
  background: #E6F1F1;
}

@media (min-width: 766px) {
.contact-main-column1{
width: 174px;
}
}

.contact-main-column2{
  border: 1px solid #A1B5B6;
}

@media (min-width: 766px) {
.contact-main-column2 {
width: 269px;
}
}

.contact-main-column3{
  background: #829D9E;
}

@media (min-width: 766px) {
.contact-main-column3 {
width: 325px;
}
}


.contact-main-icon1{
  position: absolute;
  bottom: 0;
  right: 0;
}

.contact-main-icon2, .contact-main-icon3{
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 766px) {
.mar-sp-desktop{
  margin-top: 90px;
}
}

/* Gallery section */

.gallery-container{
  margin-top: 90px;
}

@media (max-width: 766px) {
.gallery-container{
  margin-top: 60px;
}
}

@media (min-width: 766px) {
.gallery-flex{
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

.gallery-column{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gallery-image{
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

}


@media (max-width: 766px) {
  .gallery-flex {
    display: none; /* ховаємо десктопну сітку */
  }

  .gallery-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 25px; 
    scrollbar-width: none;
    margin-top: 30px;
    align-items: center; /* вирівнювання по вертикалі для “peeking” */
  }

  .gallery-slider::-webkit-scrollbar {
    display: none;
  }

  .gallery-slide {
    flex: 0 0 80%; /* ширина слайда, щоб були видні частини сусідніх */
    scroll-snap-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.9); /* неактивні трохи менші */
    opacity: 0.95;
  }

  .gallery-slide.active {
    transform: scale(1); /* активний більший */
    opacity: 1;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(1, 57, 54, 0.12);
  }

  .gallery-slide img {
    width: 100%;
    height: auto; /* висота автоматично, щоб займати весь слайд */
    display: block;
    border-radius: 15px;
    object-fit: cover; /* щоб картинка не стискалась */
    transition: transform 0.3s ease;
  }

  /* Dots */
  .gallery-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
  }

  .gallery-dot {
    width: 8.7px;
    height: 8.7px;
    border-radius: 4.36px;
    background: #cfd8d8;
    transition: all 0.3s ease;
  }

  .gallery-dot.active {
    width: 14.67px;
    height: 14.67px;
    border-radius: 50%;
    background: #013936;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5px;
    box-sizing: border-box;
  }

  .gallery-dot.active::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #E6F1F1;
  }
}

/* Smile section */

.smiling-container {
  background-color: #E6F1F1;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  right: auto;
  margin-right: 0;
  margin-top: 90px;
}

@media (max-width: 766px) {
.smiling-container {
margin-top: 40px;
}
}

.smiling-inner-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1; 
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 766px) {
.smiling-inner-container {
    padding-top: 40px;
  padding-bottom: 40px;
}
}

@media (max-width: 1119px) {
  .smiling-inner-container {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.smiling-bottom-item1 {
  position: relative;
  padding: 60px 30px;
  background-color: #fff;
  overflow: hidden;
}

.smiling-bottom-item1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/wp-content/uploads/2025/10/smiling-icon.svg') no-repeat center;
  background-size: 265px;
  opacity: 0.5;
  pointer-events: none;
}

.smiling-button {
    font-weight: 600;
    font-size: 13px;
    line-height: 145%;
    text-transform: uppercase;
    color: white;
    background-color: #018A83;
    border-radius: 45px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding-right: 25px; /* тільки правий падінг */
    padding-left: 0; /* без падінгу зліва */
    height: 40px; 
    overflow: hidden; 
    transition: all 1s ease; 
}

@media (max-width: 766px) {
  .smiling-button {
    font-size: 10px;
  }
}

.smiling-button:hover {
color: white;
 background-color: #013936;
}

.smiling-button::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 45px; 
    background: #013936 url('/wp-content/uploads/2025/10/shedule.svg') center center no-repeat;
    background-size: 16px 16px;
    flex-shrink: 0;
}

.smiling-button span {
    padding-left: 15px; 
}

.smile-undertext{
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  font-style: italic;
  margin-top: 15px;
  text-align: center;
}

/* Chekup section */

.checkup-container{
  margin-top: 90px;
}

@media (max-width: 766px) {
  .checkup-container{
  margin-top: 55px;
}
}

.checkup-text{
font-weight: 400;
font-size: 15px;
line-height: 120%;
text-align: center;
margin-top: 20px;
}

.checkup-flex{
  margin-top: 30px;
  display: flex;
  gap: 17px;
}

.checkup-item{
  padding: 30px 25px;
  border: 1px solid #A1B5B6;
  border-radius: 10px;
  flex: 1;
}

.checkup-subtitle{
font-weight: 600;
font-size: 18px;
line-height: 120%;
margin-top: 30px;
}

.checkup-content{
font-weight: 400;
font-size: 16px;
line-height: 130%;
margin-top: 18px;
}

@media (max-width: 766px) {
  .checkup-flex {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding-bottom: 25px;
    scrollbar-width: none;
  }

  .checkup-flex::-webkit-scrollbar {
    display: none;
  }

  .checkup-item {
    flex: 0 0 86%;
    scroll-snap-align: center;
    transition: all 0.3s ease;
    align-self: center;
    padding: 16px 25px;
  }

    .checkup-item.active {
    flex: 0 0 86%;
    scroll-snap-align: center;
    transition: all 0.3s ease;
    align-self: center;
    padding: 30px 25px;
  }

  /* Крапочки */
  .checkup-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
  }

  .checkup-dot {
    width: 8.7px;
    height: 8.7px;
    border-radius: 4.36px;
    background: #cfd8d8;
    transition: all 0.3s ease;
  }

  .checkup-dot.active {
    width: 14.67px;
    height: 14.67px;
    border-radius: 50%;
    background: #013936;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5px;
    box-sizing: border-box;
  }

  .checkup-dot.active::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #E6F1F1;
  }
}

/* Blog main section */

.blog-main-container{
  display: flex;
  gap: 90px;
  padding-bottom: 60px;
}

@media (min-width: 766px) and (max-width: 1200px)  {
  .blog-main-container{
    gap: 20px;
  }

}

@media (max-width: 766px) {
  .blog-main-container{
    flex-direction: column;
    gap: 40px;
    padding-bottom: 40px;
  }
}

.blog-main-container img{
  border-radius: 16px;
}

.blog-left-inner-flex{
  margin-top: 30px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 766px) {
  .blog-left-inner-flex{
    justify-content: left;
  }
}


.blog-main-left, .blog-main-right{
  flex: 1;
}

.blog-main-right{
  display: flex;
  gap: 10px;
}

@media (max-width: 766px) {
  .blog-main-right{
    flex-direction: column;
  }
}

.blog-main-right-column{
  flex: 1;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

@media (max-width: 766px) {
  .blog-main-right-column {
   /* flex-direction: row; */
    width: 100%;
    justify-content: space-between;
  }

  .blog-main-item1,
  .blog-main-item2 {
    flex: 1;
    width: 100%;
  }

}

.blog-main-item1, .blog-main-item3{
  position: relative;
}

.blog-subtitle1{
font-weight: 600;
font-size: 20px;
line-height: 120%;
color: black;
position: absolute;
bottom: 25px;
left: 20px;
}


.blog-main-item2{
  position: relative;
 /* background: #E6F1F1; */
 /* padding-top: 38px;
  padding-left: 13px;
  padding-right: 24px;
  border-radius: 15px; 
  min-height: 258px; */
} 

.blog-subtitle2{
font-weight: 600;
font-size: 20px;
line-height: 120%;
color: #000;
position: relative;
z-index: 999;
}

/*
.blog-main-image3{
  position: absolute;
  bottom: 19px;
  right: 25px;
} */

.blog-subtitle3{
font-weight: 600;
font-size: 20px;
line-height: 120%;
color: black;
position: absolute;
top: 20px;
left: 10px;
}

@media (max-width: 766px) {
  .blog-subtitle1, .blog-subtitle2, .blog-subtitle3{
    font-size: 16px;
}
}

@media (max-width: 766px) {
  .blog-main-image1{
    width: 100%;
  }


  .blog-main-image2{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
  }

  .blog-subtitle1{
    max-width: 146px;
  }

  /*
  .blog-main-image3{
    max-width: 89px;
    bottom: 15px;
    right: 15px;
  } */

  .blog-main-item3 {
    width: 100%;
  }

  .blog-main-right-column{
    width: 100%;
  }

   .blog-main-image4 {
    width: 100%;
    height: auto;
    display: block;
  }
}


/* Single section */

.single-top-container{
  display: flex;
  gap: 60px;
}

@media (max-width: 766px) {
  .single-top-container{
    flex-direction: column;
    gap: 25px;
  }
}

.single-date{
font-weight: 400;
font-size: 13px;
line-height: 145%;
border: 1px solid #A1B5B6;
padding: 6px 15px;
border-radius: 8px;
margin-top: 62px;
display: inline-flex;
}

.single-title{
font-weight: 600;
font-size: 33px;
line-height: 120%;
margin-top: 20px;
}

.single-feature-image{
  border-radius: 25px;
  max-height: 213px;
  width: 100%;
  object-fit: cover;
}

.single-main-container{
  margin-top: 70px;
    background-color: #F4F8F8;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  right: auto;
  margin-right: 0;

}

.single-main-container-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1; 
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  gap: 70px;
}

@media (max-width: 766px) {
.single-main-container-inner {
    padding-top: 40px;
  padding-bottom: 40px;
  flex-direction: column;
  gap: 50px;
}
}

@media (max-width: 1119px) {
  .single-main-container-inner{
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (min-width: 766px) {
.single-main-left{
  min-width: 360px;
}
}

.outline{
font-weight: 400;
font-size: 22px;
line-height: 120%;
}

.single-content-container{
  margin-top: 25px;
  padding: 30px 20px;
  background-color: white;
  border-radius: 20px;
}

.content-top-flex{
  display: flex;
  justify-content: space-between;
}

.time-to-read{
font-weight: 400;
font-size: 12px;
line-height: 120%;
text-align: right;
text-transform: uppercase;
}

.table-of-content{
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 40px;
}

.content-item{
font-weight: 500;
font-size: 16px;
line-height: 125%;
padding-bottom: 20px;
border-bottom: 1px solid #E6F1F1;
}

@media (max-width: 766px) {
  .content-item{
    padding-top: 20px;
  }
}

.content-item a{
  color: #000000;
text-decoration: none;
}

.content-item:last-child{
border-bottom: none;
}

.single-main-right h2{
font-weight: 500;
font-size: 20px;
line-height: 110%;
}

.single-main-right p, .single-main-right ul li, .single-main-right ol li{
font-weight: 400;
font-size: 16px;
line-height: 135%;
}

.single-main-right img{
  margin-bottom: 20px;
}

@media (min-width: 766px) {
.single-main-right{
 padding-top: 48px;
}
}

html {
  scroll-behavior: smooth;
}

.table-of-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.table-of-content a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease, font-weight 0.3s ease;
  cursor: pointer;
}

/*
h2[id] {
  scroll-margin-top: 400px; 
}*/

@media (min-width: 1024px) {
  .single-post .single-main-left {
    position: sticky;
    top: 180px; 
    align-self: flex-start;
    max-height: calc(100vh - 200px); 
    overflow-y: auto; 
  }
}

/* Attention section */

.attention-container{
  margin-top: 35px;
  margin-bottom: 35px;
  background: #E6F1F1;
  padding: 40px 30px;
  border-radius: 20px;
}

.attention-title{
font-weight: 400;
font-size: 13px;
line-height: 145%;
padding: 6px 15px;
border: 1px solid #A1B5B6;
border-radius: 8px;
display: inline-flex;
margin: 0 auto;
text-align: center;
}

.attention-title::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/10/exp-icon-mob3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
}


.attention-repeater{
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 40px;
}

.attention-item{
font-weight: 500;
font-size: 16px;
line-height: 125%;
padding-bottom: 20px;
border-bottom: 1px solid #A1B5B6;
}

@media (max-width: 766px) {
  .attention-item{
    padding-top: 20px;
  }
}

.attention-item:last-child{
border-bottom: none;
}

.custom-margin{
  margin-top: -40px;
}

/* Blog category section */

.blog-category-container {
  background-color: #E6F1F1;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.blog-category-inner-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 60px 18px;
}

.blog-category-flex{
  display: flex;
   column-gap: 20px;
  row-gap: 30px; 
  flex-wrap: wrap;
  margin-top: 50px;
}

@media (max-width: 766px) {
.blog-category-flex{
  flex-direction: column;
}
}

.blog-category-item{
  flex: 0 0 calc(33.33% - 20px); 
}

.blog-category-top-flex{
  display: flex;
  justify-content: space-between;
}

@media (max-width: 766px) {
.blog-category-top-flex{
  flex-direction: column-reverse;
  gap: 40px;
}
}


.blog-category-button-container{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.blog-category-button-all{
  font-weight: 400;
font-size: 13px;
line-height: 145%;
padding: 6px 15px;
background: #829D9E;
color: white;
border-radius: 8px;
cursor: pointer;
}

/*
.blog-category-button-all::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('/wp-content/uploads/2025/11/white-tooth.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -2px;
    vertical-align: middle;
} */


.blog-category-button{
font-weight: 400;
font-size: 13px;
line-height: 145%;
padding: 6px 15px;
border: 1px solid #A1B5B6;
border-radius: 8px;
cursor: pointer;
}

/*
.blog-category-button::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('/wp-content/uploads/2025/10/tooth.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -2px;
    vertical-align: middle;
} */

.pagination-container{
  margin-top: 55px;
  display: flex;
  gap: 7px;
  justify-content: center;
}

.pagination{
font-weight: 500;
font-size: 12px;
line-height: 125%;
text-transform: capitalize;
padding: 7px 8px;
border: 1px solid #C5D3D4;
border-radius: 5px;
cursor: pointer;
 color: black; 
  text-decoration: none;
}

.pagination a{
  color: black; 
  text-decoration: none;
}

.pagination.active{
  background: white;
  border: none;
}

/* Search*/

.search-item__title, .search-item__title a {
  text-decoration: none;
  color: black;
}

/* Video block*/

.video-container{
  padding: 90px 0 0 0;
}

@media (max-width: 766px) {
  .video-container{
  padding: 50px 0 0 0;
}
}

.video-image{
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
}


.video-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0,0,0,0.8);
    align-items: center;
    justify-content: center;
}

.video-popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.video-popup video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.video-close {
    position: absolute;
    top: -4px;
    right: 8px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    
}

.wpcf7-textarea{
  height: 80px;
}

.contact-image{
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

/* New Price block*/

.price-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media (max-width: 768px) {
    .price-section {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

.price-container {
    margin-top: 40px;
    background: #ffffff; /* Змінив на чистий білий, щоб виділити на фоні сайту */
    border-radius: 15px;
    padding: 20px 40px 40px 40px;
    border: 1px solid #E6F1F1;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

@media (max-width: 768px) {
    .price-container {
        padding: 15px 20px 25px 20px;
        margin-top: 25px;
        margin: 0 auto;
        display: block;
    }
}

/* Категорії */
.price-category-group {
    margin-top: 35px;
}

.price-category-group:first-child {
    margin-top: 15px;
}

.price-category-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #013936;
    background-color: #E6F1F1;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: inline-block;
}

@media (max-width: 768px) {
    .price-category-title {
        font-size: 18px;
        width: 100%;
        box-sizing: border-box;
    }
}

.price-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 18px;
    gap: 12px;
    padding-left: 10px;
}

.price-item:last-child {
    margin-bottom: 0;
}

.price-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #0F1719;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .price-name {
        font-size: 16px;
        max-width: 60%;
    }
}

.price-dots {
    flex-grow: 1;
    border-bottom: 1px dotted #A1B5B6;
    position: relative;
    top: -4px;
    opacity: 0.6;
}

.price-value {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #013936;
    flex-shrink: 0;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .price-value {
        font-size: 15px;
    }
}