.preloader__image {
    background-size: auto;
}

.preloader__image.logo-placeholder {
    background-size: 60px auto;
}

.main-header-one__bottom-left .logo-one a img:not(.logo-placeholder),
.footer-widget__logo a img:not(.logo-placeholder),
.mobile-nav__content .logo-box img:not(.logo-placeholder) {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    object-fit: contain;
}

.main-header-one__bottom-left .logo-one a img.logo-placeholder {
    width: auto;
    max-width: 160px;
    max-height: 55px;
    object-fit: contain;
}

.mobile-nav__content .logo-box img.logo-placeholder {
    width: 48px;
    height: 48px;
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}

.main-header-one__social-links ul {
    overflow: visible;
}

.main-header-one__social-links ul li a i,
.mobile-nav__social a i {
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free" !important;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.main-slider-two__content .title h2 {
    font-size: clamp(32px, 4.5vw, 72px);
    max-width: 780px;
}

.main-slider-two__content .title p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    max-width: 560px;
    margin-top: 18px;
}

.home-contact-area {
    position: relative;
    z-index: 5;
    margin-top: -70px;
    padding-bottom: 20px;
}

.home-contact-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(38, 34, 34, 0.08);
    padding: 35px 30px 32px;
    min-height: 220px;
    margin-bottom: 30px;
    transition: all 300ms ease;
}

.home-contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 45px rgba(38, 34, 34, 0.12);
}

.home-contact-card__icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #262222;
    border: 2px solid var(--uterpy-base);
    color: #ffffff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.home-contact-card__content h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--uterpy-black);
}

.home-contact-card__content p {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 26px;
    color: var(--uterpy-black);
}

.home-contact-card__content p a {
    color: var(--uterpy-black);
    transition: color 200ms ease;
}

.home-contact-card__content p a:hover {
    color: var(--uterpy-base);
}

.home-contact-card__content p a i {
    margin-right: 6px;
    color: var(--uterpy-base);
}

.home-contact-card__content p a i.fab {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400;
}

.home-contact-card__content p a i.fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

.about-one__content-btn {
    margin-top: 30px;
}

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

.services-two__single-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.therapy-two {
    margin-bottom: 100px;
    scroll-margin-top: 120px;
}

.therapy-two__content {
    padding: 80px 70px 70px;
}

.therapy-two__content .title-box {
    margin-bottom: 28px;
}

.therapy-two__content .title-box h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 12px;
}

.therapy-two__content .title-box p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: var(--uterpy-gray, #6f6a67);
}

.therapy-two__form input[type="text"],
.therapy-two__form input[type="email"],
.therapy-two__form select,
.therapy-two__form textarea {
    color: rgba(48, 42, 39, 0.7);
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    outline: none;
    transition: all 200ms linear;
    font-family: var(--uterpy-font);
}

.therapy-two__form input[type="text"],
.therapy-two__form input[type="email"],
.therapy-two__form select {
    height: 55px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.therapy-two__form select {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23302a27' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 10px;
    padding-right: 40px;
}

.therapy-two__form textarea {
    height: 120px;
    padding: 16px 20px;
    margin-bottom: 20px;
    resize: none;
}

.therapy-two__form input[type="text"]:focus,
.therapy-two__form input[type="email"]:focus,
.therapy-two__form select:focus,
.therapy-two__form textarea:focus {
    color: var(--uterpy-black);
    border-color: #000108;
    background: #ffffff;
}

.therapy-two__form input::placeholder,
.therapy-two__form textarea::placeholder {
    color: rgba(48, 42, 39, 0.7);
}

.therapy-two__form .thm-btn {
    border: none;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .therapy-two__content {
        padding: 70px 50px 60px;
    }
}

@media (max-width: 767px) {
    .therapy-two__content {
        padding: 50px 25px 50px;
    }

    .therapy-two__content .title-box h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

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

.team-two__single-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.team-two__single-content h2 {
    color: var(--uterpy-black);
}

.team-two__single-content.no-social {
    padding-left: 30px;
}

.team-two__single-content .social-link ul li a span.fab {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400;
}

.team-two__carousel .team-two__single {
    margin-bottom: 0;
}

.team-two__carousel.owl-dots-one.owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.35);
}

.team-two__carousel.owl-dots-one.owl-theme .owl-dots .owl-dot.active span {
    background: var(--uterpy-base);
}

.team-two__carousel.owl-dots-one.owl-theme .owl-dots .owl-dot span::before {
    border-color: rgba(255, 255, 255, 0.45);
}

.blog-one__single-img .inner img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.blog-one__single-content-top .meta-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow: visible;
    margin-left: 12px;
}

.blog-one__single-content-top .meta-box li {
    float: none;
    margin-right: 12px;
    white-space: nowrap;
}

.footer-widget__logo a img.logo-placeholder {
    width: auto;
    max-width: 180px;
    max-height: 60px;
    object-fit: contain;
}

.footer-widget__about-social-link li a span.fab,
.footer-widget__about-social-link li a span.fas {
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free" !important;
    font-weight: 400;
}

.footer-widget__about-social-link li a span.fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

.site-footer__langs {
    margin-top: 12px;
}

.site-footer__langs a {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 6px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid transparent;
    border-radius: 3px;
    line-height: 1.2;
}

.site-footer__langs a.is-active {
    color: #ffffff;
    border-color: var(--uterpy-base);
}

.site-footer__langs a:hover {
    color: var(--uterpy-base);
}

.whatsapp-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
}

.whatsapp-button i {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400;
    color: #fff;
}

.whatsapp-button:hover {
    color: #fff;
    background-color: #1ebe5d;
}

.google-map iframe {
    display: block;
    width: 100%;
    height: 605px;
    border: none;
}

.case-one__single {
    position: relative;
}

.gallery-card-link {
    position: absolute;
    inset: 0;
    z-index: 12;
}

.case-one--case .case-one__single-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    mix-blend-mode: normal;
}

.case-one__single-content .btn-box .gallery-zoom-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 45px;
    z-index: 1;
}

.case-one__single-content .btn-box .gallery-zoom-btn::before {
    position: absolute;
    top: -11px;
    left: 0;
    bottom: 0;
    right: -1px;
    background: var(--uterpy-base);
    content: "";
    z-index: -1;
}

.case-one__single-content .btn-box .gallery-zoom-btn::after {
    content: "";
    position: absolute;
    left: -20px;
    top: -11px;
    width: 10px;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #ef6d62;
    z-index: 3;
}

.case-one__single-content .btn-box .gallery-zoom-btn span::before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 19px;
    top: -5px;
}

.case-one__single-content-inner h2 {
    color: var(--uterpy-black);
}

.why-choose-one__img1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.page-content__text {
    font-size: 16px;
    line-height: 28px;
}

.page-content__text img {
    max-width: 100%;
    height: auto;
}

.sidebar__contact .title h2 a {
    color: #ffffff;
}

.sidebar__contact .title h2 a:hover {
    color: var(--uterpy-base);
}

.blog-list-page__single-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.blog-list-page__excerpt {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 28px;
    color: #6d6564;
}

.blog-list-page .styled-pagination {
    padding-left: 8px;
    padding-right: 8px;
}

.blog-list-page .styled-pagination li a {
    width: auto;
    min-width: 50px;
    padding-left: 14px;
    padding-right: 14px;
}

.blog-list-page .styled-pagination li.prev a,
.blog-list-page .styled-pagination li.next a {
    width: auto;
    min-width: 90px;
    padding-left: 18px;
    padding-right: 18px;
}

.sidebar__post-image img {
    width: 90px;
    height: 70px;
    object-fit: cover;
}

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

.blog-details__content-text5 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
}

.blog-details__content-text5 .tag-box {
    margin-top: 16px;
}
