#hero {
    background: #131313;
    display: flex;
    min-height: clamp(500px, 36vw, 754px);
}
#hero .left, #hero .right {
    width: 50%;
    padding-top: clamp(40px, 3vw, 60px);
}
#hero .left {
    background-image: url(/wp-content/uploads/2025/05/pattern.png);
    padding-left: clamp(40px, 4.2vw, 85px);
}
#hero .left-wrapper {
    padding: clamp(40px, 3vw, 60px) clamp(70px, 7vw, 140px) 0 clamp(40px, 4vw, 75px);
}
nav.breadcrumbs {
    font-size: clamp(12px, 0.73vw, 14px);
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    gap: 15px;
    margin-bottom: clamp(30px, 2vw, 40px);
}
span.breadcrumb-current {
    opacity: 0.4;
}
h1 {
    font-family: 'Marcellus';
    color: #fff;
    font-size: clamp(32px, 2.3vw, 46px);
    line-height: 124%;
    font-weight: 400;
    margin-bottom: clamp(10px, 1vw, 20px);
}
p.hero-desc {
    font-family: 'Figtree', sans-serif;
    font-size: clamp(16px, 1vw, 20px);
    color: #fff;
    margin-bottom: clamp(20px, 2vw, 40px);
}
.book-links {
    display: flex;
    gap: clamp(16px, 1.25vw, 24px);
    margin-bottom: clamp(26px, 2.5vw, 50px);
}
a:hover, a:focus, a:active {
    color: inherit;
}
.hero-btns {
    display: flex;
    gap: clamp(25px, 2.5vw, 50px);
}
.consult-btn {
    width: clamp(200px, 17.5vw, 348px);
    height: 61px;
    color: #212121;
    background-color: #B0B9D3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s;
    text-transform: uppercase;
}
.consult-btn:hover{
    background-color: #fff;
    color:#212121;
}
a.phone {
    font-family: "Figtree", sans-serif;
    font-size: clamp(14px, 1vw, 20px);
    line-height: 157%;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: clamp(20px, 2vw, 40px);
    display: flex;
    align-items: center;
    gap: 10px;
}
a.phone:hover svg {
    transition: all 0.5s;
}
a.phone:hover svg {
    transform: scale(0.95);
}
.hero-reviews {
    display: flex;
    justify-content: flex-start;
    margin-top: auto;
}
.review-item {
    padding: clamp(25px, 2.2vw, 45px);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1);
}
.review-item:nth-child(2n+1) {
    background-color: rgba(255, 255, 255, 0.06);
}
.review-item .summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
img.r-sum-img {
    height: 34px;
    object-fit: contain;
}
.review-item p.score {
    font-family: "Figtree", sans-serif;
    font-size: clamp(32px, 2vw, 40px);
    color: #fff;
    line-height: 110%;
}
.right-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    gap: clamp(20px, 2vw, 40px);
}
.adr-links {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}
.address, .phone-link{
    color: #fff;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin:0;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
p.address:before {
    content: '';
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/uploads/2025/05/pin.svg);
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-right: 10px;
}
a.phone-link:before {
    content: '';
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/uploads/2025/05/phone.svg);
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-right: 10px;
}
a.phone-link:hover{
    color: #B0B9D3;
}
.visit-btn{
    width: 164px;
    height: 46px;
    color:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #fff;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s;
}
.visit-btn:hover{
    color: #B0B9D3;
    border-color: #B0B9D3;
}
#hero .right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-right: clamp(40px, 4.2vw, 85px);
    gap: clamp(20px, 2vw, 40px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#contacts {
    padding: clamp(52px, 5.2vw, 100px) clamp(80px, 8vw, 160px);
    margin-bottom: clamp(40px, 4vw, 80px);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(/wp-content/uploads/2025/06/loca-bg.png);
    background-position: center;
    background-size: cover;
}
h2.section-heading {
    font-family: 'Marcellus';
    color: #212121;
    font-size: clamp(32px, 2.3vw, 46px);
    line-height: 124%;
    font-weight: 400;
    margin-bottom: clamp(10px, 1vw, 20px);
    text-transform: capitalize;
}
p.section-description {
    font-family: 'Figtree';
    font-size: clamp(16px, 1vw, 20px);
    color: #212121;
    margin-bottom: clamp(30px, 2.6vw, 52px);
}
.contacts-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.square {
    padding: clamp(40px, 3vw, 60px);
    border: solid 1px rgba(167, 167, 167, 0.6);
    width: clamp(300px, 25vw, 483px);
    height: clamp(200px, 16vw, 288px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(15px, 1.5vw, 30px);
    justify-content: center;
}
h5.square-heading {
    font-family: 'Marcellus';
    font-size: clamp(24px, 1.66vw, 30px);
    color: #212121;
}
p.square-inner-text {
    color: #212121;
    font-family: 'Figtree';
    font-size: clamp(16px, 1vw, 20px);
    font-weight: 400;
}
.square svg{
    width: 50px;
}
a.square{
    transition: all 0.5s;
}
a.square:hover{
    transform: scale(0.95);
}
.location {
    display: flex;
    padding-top: clamp(52px, 5.2vw, 100px);
    gap: clamp(52px, 5.2vw, 100px);
}
.loc-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.location p.section-description{
    margin-bottom: clamp(20px, 1.5vw, 30px);
}
p.loc-title {
    font-family: 'Figtree';
    color: #B0B9D3;
    font-size: clamp(18px, 1.25vw, 25px);
    line-height: 150%;
    font-weight: 400;
}
.loc-desc {
    display: flex;
    gap: clamp(45px, 5vw, 80px);
}
.open-hours p:not(.loc-title), .loc-address p:not(.loc-title) {
    font-family: 'Figtree';
    font-size: clamp(16px, 1vw, 20px);
    color: #212121;
}
@media screen and (max-width:475px) {
    #hero{
    background-size: cover;
    background-position: center;
    }
.hero-wrapper {
    padding: 140px 25px 60px;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.2);
}
nav.breadcrumbs {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
h1 {
    font-size: 7.9vw;
    text-align: center;
    margin-bottom: 20px !important;
}
p.hero-desc {
    font-size: 4.54vw;
    margin-bottom: 32px;
    text-align: center;
}
p.hero-desc br{
   display: none; 
}
.book-links {
    flex-direction: column;
    gap: 20px;
    width: 74vw;
    margin: 0 auto;
    margin-bottom: 36vw;
}
.consult-btn, .treat-btn {
    width: 100%;
}
.hero-reviews {
    display: flex;
    justify-content: center;
    margin-top: auto;
}
header#masthead {
    justify-content: space-between;
    align-items: center !important;
    background: transparent !important;
    position: absolute;
    width: 100%;
    top: 20px;
}
header img.logo {
    max-width: 132px;
}
#contacts {
    padding: 60px 25px;
}
.contacts-wrapper {
    flex-direction: column;
    gap: 20px;
}
#contacts h2.section-heading {
    text-align: center;
    width: 80%;
}
.square {
    width: 100%;
}
.location {
    flex-direction: column;
    gap: 40px;
}
.loc-desc {
    justify-content: space-between;
}
}
/*Main content*/
.single-content.container {
    background: #212121;
    padding: clamp(60px, 7.5vh, 80px) clamp(80px, 8vw, 160px);
}
.single-content.container h2 {
    font-family: 'Marcellus';
    color: #fff;
    font-size: clamp(32px, 2.3vw, 46px);
    line-height: 124%;
    font-weight: 400;
    margin-bottom: clamp(20px, 2vw, 40px);
    text-align: left;
    text-transform: capitalize;
    width: 80%;
}
.single-content.container p {
    color: #fff;
    font-family: 'Figtree';
    font-size: clamp(16px, 1vw, 20px);
    font-weight: 400;
    margin-bottom: clamp(30px, 3.7vh, 40px);
}
.single-content.container h4 {
    font-family: 'Marcellus', sans-serif;
    color: #fff;
    font-size: clamp(24px, 1.5vw, 30px);
    font-weight: 500;
    margin-bottom: clamp(20px, 2vw, 40px);
}
a:hover, a:focus, a:active {
    color: #B0B9D3;
}
@media screen and (max-width:475px) {
    .single-content.container {
    padding: 40px 20px;
}
}