.logo-retina a {
    display: flex;
    gap: 15px;
    align-items: center;
}
.logo-retina h1 {
    font-size: 28px;
    margin: 0;
    font-weight: bold;
    color: var(--tidytouch-black);
}
.logo-retina h1 span {
    display: block;
    font-size: 18px;
    color: var(--tidytouch-base);
}
.logo-retina img {
    width: 64px;
}
.footer-widget--links.typ-2 {
    padding-left: 0;
}
.footer-widget--links.typ-2 ul {
    column-count: 2;
}
.service-card__image .service-card__icon img {
    width: 60px !important;
}
.funfact__card__text {
    font-size: 18px;
    color: var(--tidytouch-base);
    line-height: 27px;
    font-weight: 600;
}
.about-five__content .sec-title__title span {
    font-size: 20px;
    display: block;
}

.gallery-page__card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: all 600ms cubic-bezier(0, 0, 0.44, 1.18);
    border: 3px solid var(--tidytouch-primary);
}
.testimonial-card-three,
.testimonial-card-three__content {
    height: 100%;
}
.service-details__content h4 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--tidytouch-primary);
}
.service-details__pages {
    position: sticky;
    top: 20px;
    left: 0;
}
.about-five__image__one {
    width: 100%;
}
.about-five__image__one img {
    height: 420px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.sticky-right-box {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
}

/* square button */
.sticky-item {
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    transition: width 0.3s ease;
}

/* icon */
.sticky-item i {
    font-size: 20px;
    min-width: 20px;
    text-align: center;
}

/* label hidden initially */
.sticky-item span {
    font-size: 12px;
    transition: opacity 0.2s ease;
}

/* colors */
.location {
    background-color: #e53935;
}

.whatsapp {
    background-color: #25d366;
}

.phone {
    background-color: #1e88e5;
}
@media (max-width: 768px) {
    .logo-retina h1 {
        font-size: 24px;
    }
    .logo-retina img {
        width: 48px;
    }
    .logo-retina h1 span {
        font-size: 16px;
    }
    .main-slider__title {
        font-size: 24px;
        line-height: 36px;
    }
    .main-slider__text {
        font-size: 17px;
    }
    .main-slider__item {
        padding-top: 70px;
        padding-bottom: 120px;
    }
    .sticky-item span {
        display: none;
    }
    .sticky-item {
        width: 40px;
        height: 40px;
    }
    .sticky-item i {
        font-size: 16px;
    }
    .main-slider__top__inner {
        padding: 10px 20px;
    }
    .about-five__content .sec-title__title span {
        font-size: 14px;
        display: block;
    }
    .footer-widget--links.typ-2 ul {
        column-count: unset;
    }
    .footer-widget__links li {
        font: 14px;
    }


    .main-slider__bg__inner {
        background-position: 80% 100%;
        /* background-size: auto; */
    }
    .about-five__image img {
        width: 100%;
        margin-bottom: 30px;
    }
    .service-details__content h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .service-details__title {
        font-size: 28px;
    }
    .contact-two__form__title {
        font-size: 24px;
    }
    .contact-two__form__title-box {
        padding: 15px 10px 15px;
    }
    .contact-two__inner {
        background: none;
    }
    .contact-two__content {
        padding: 0;
    }
    .contact-two__info {
        margin-bottom: 30px;
    }
}
