.side-services-box {
    margin-top: 30px;
}

.side-services-box h3 {
    margin-bottom: 18px;
}

.side-services-rotator {
    position: relative;
    min-height: 118px;
    overflow: hidden;
}

.side-service-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 24px;
    border-left: 3px solid #c89b3c;
    background: #182433;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.side-service-item span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.side-service-item.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.side-service-item:hover {
    color: #c89b3c;
}

.services-two__icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
}
.counter-one__icon img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    display: block;
}

.counter-one__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-four__counter-icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    display: block;
}

.about-four__counter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-areas-one {
    position: relative;
    padding: 110px 0 80px;
    background: #f7f4ef;
}

.service-areas-one .section-title {
    max-width: 820px;
    margin: 0 auto 50px;
}

.service-areas-one__text {
    margin-top: 18px;
    color: #6f6f6f;
    font-size: 17px;
    line-height: 1.8;
}

.service-areas-one__single {
    position: relative;
    min-height: 230px;
    padding: 34px 30px;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    z-index: 1;
}

.service-areas-one__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #c89b3c;
    transition: all 0.35s ease;
    z-index: -1;
}

.service-areas-one__single:hover {
    transform: translateY(-8px);
}

.service-areas-one__single:hover::before {
    height: 100%;
}

.service-areas-one__single h3 {
    margin: 0 0 14px;
    color: #1a1b1d;
    font-size: 22px;
    font-weight: 700;
    transition: all 0.35s ease;
}

.service-areas-one__single p {
    margin: 0;
    color: #6f6f6f;
    font-size: 15px;
    line-height: 1.7;
    transition: all 0.35s ease;
}

.service-areas-one__single:hover h3,
.service-areas-one__single:hover p {
    color: #ffffff;
}
.about-four__contact-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}
.icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
}

.services-page__icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 50%;
    background: rgba(217, 154, 43, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.services-page__icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
}

.services-page__single:hover .services-page__icon {
    background: #D99A2B;
}

.services-page__single:hover .services-page__icon img {
    filter: brightness(0) invert(1);
}
.ask-question__img img {
    width: 420px;
    max-width: 100%;
    height: auto;
    display: block;
}

.why-choose-one__btn-box{
    margin-top: 20px;
}

.faq-page__bottom{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.faq-page__btn{
    width: 40%;
}


.main-slider-two__title{
        font-size: 75px;    
}

@media (max-width: 768px) {
    .main-slider-two__title{
        font-size: 40px;
        line-height: 50px;
    }

    .section-title__title,
    .page-header__inner h2{
        font-size: 38px;
    }

    .site-footer__bottom-inner{
        display: flex;
        flex-direction: column;
    }

    .faq-page__btn{
        width: 100%;
    }

}

@media (max-width: 426px) {
    .main-slider-two__title{
        font-size: 35px;
    }

    .section-title__title,
    .page-header__inner h2,
    .service-details__title-2,
    .ask-question__title{
        font-size: 30px;
    }

    .counter-one__points{
        display: flex;
        flex-direction: column;
    }

    .counter-one__count-box{
        text-align: center;
    }

    .faq-page .faq-one-accrodion .accrodion-title h4{
        font-size: 18px;
    }
}

@media (max-width: 376px) {
    .main-slider-two__title{
        font-size: 30px;
    }

    .section-title__title,
    .page-header__inner h2,
    .service-details__title-2,
    .project-details__title,
    .ask-question__title{
        font-size: 25px;
        line-height: 40px !important;
    }

    .site-footer__bottom-text-two{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 320px) {
    .main-slider-two__title{
        font-size: 25px;
        line-height: 30px;
    }

    .main-slider-two__text{
        font-size: 18px !important;
    }

    .services-two__title{
        font-size: 20px;
    }

    .section-title__title,
    .page-header__inner h2,
    .services-page__bottom-title,
    .service-details__title-2,
    .project-details__title,
    .ask-question__title{
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .additional-services-two__points li .text p,
    .why-choose-one__points li .text p{
        font-size: 18px;
    }

    .faq-page .faq-one-accrodion .accrodion-title h4{
        font-size: 16px;
    }

    .handyman-service__title,
    .services-page__title,
    .service-sidebar-cta h3,
    .service-details__feature-title,
    .service-details__faq h2{
        font-size: 20px !important;
    }

    .services-page__top{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .services-page__title{
        margin-left: 0;
    }

    .service-details__feature-two-single-inner{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}