#hero {
    background: #131313;
    display: flex;
    min-height: 330px;
}
#hero .left, #hero .right {
    width: 100%;
    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(16px, 1vw, 20px);
    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);
}
.treat-btn{
    width: 292px;
    height: 61px;
    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;
}
.treat-btn:hover{
    color: #B0B9D3;
    border-color: #B0B9D3;
}
.consult-btn{
    width: 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;
}
.consult-btn:hover{
    background-color: #fff;
    color:#212121;
}
.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);
}
@media screen and (max-width:475px) {
#hero {
    background-size: cover;
    background-position: center;
    flex-direction: column;
}
.hero-wrapper {
    padding: 140px 25px 60px;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.2);
}
nav.breadcrumbs {
    justify-content: 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;
}
}
/*Blog grid*/
section.blog-grid-section {
    background: #212121;
    padding: clamp(60px, 7.5vh, 80px) clamp(80px, 8vw, 160px);
}
.blog-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4vw;
    row-gap: clamp(60px, 7.5vh, 80px);
    padding-bottom: clamp(60px, 7.7vh, 80px);
}
.blog-card {
    display: flex;
    flex-direction: column;
    width: calc(33% - 3vw);
}
.blog-thumbnail img {
    height: clamp(200px, 25vh, 270px);
        width:100%;
    object-fit: cover;
}
.blog-thumbnail {
    display: flex;
    width:100%;
    margin-bottom: clamp(30px, 3.7vh, 40px);
}
.blog-category {
    background: #B0B9D3;
    padding: 5px 10px;
    display: flex;
    width: fit-content;
    text-transform: uppercase;
    font-family: 'Figtree';
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px;
}
.blog-title, .blog-title a {
    color: #fff;
    font-family: 'Figtree';
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    width: 75%;
}
.blog-meta {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-bottom: 20px;
}
.blog-author {
    display: flex;
    gap: 10px;
    align-items: center;
}
.blog-author, .blog-date {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #B0B9D3;
    font-family: 'Figtree';
    text-transform: capitalize;
    font-size: 15px;
}
.blog-excerpt {
    font-family: 'Figtree';
    color: #E4E4E4;
    font-size: clamp(16px, 1vw, 20px);
    padding-bottom: 30px;
    border-bottom: solid 1px #595959;
    margin-bottom: 30px;
    line-height: 150%;
}
a.read-more {
    color: #fff;
    font-size: 14px;
    font-family: 'Figtree';
    text-transform: uppercase;
    font-weight: bold;
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 7px;
}
.page-numbers {
    width: 44px;
    height: 44px;
    border: solid 1px #6C6C6C;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6C6C6C;
    font-family: 'Marcellus';
    font-size: 14px;
    transition: all 0.5s ease;
}
a.next.page-numbers, a.prev.page-numbers {
    display: none;
}
.page-numbers.current, .page-numbers:hover {
    color: #B0B9D3;
    border-color: #B0B9D3;
        transition: all 0.5s ease;
}
a.read-more:hover{
    text-decoration: underline;
}
@media screen and (max-width:475px) {
    section.blog-grid-section {
    padding: 40px 20px;
}
.blog-grid {
    flex-direction: column;
    gap: 60px;
}
.blog-card {
    width: 100%;
}
}