.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}
.navbar-brand h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    color: var(--accent-color);
}

.navbar-brand h1 span {
    display: block;
    font-size: 14px;
    color: var(--accent-secondary-color);
}
.navbar-brand img {
    width: 64px;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-logo img {
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}
.footer-logo h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 900;
    color: var(--white-color);
}

.footer-logo h1 span {
    display: block;
    font-size: 24px;
    color: var(--accent-secondary-color);
}
.footer-links i {
    font-size: 14px;
}
.footer-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-contact li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    color: var(--white-color);
    line-height: 24px;
}
.footer-contact li a {
    color: inherit;
}
.footer-contact li:last-child {
    margin-bottom: 0;
}
.footer-contact li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: var(--white-color);
    text-align: center;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--accent-color);
}
.footer-contact li strong {
    display: block;
    padding-bottom: 5px;
}
.about-us-content .section-title h2 span,
.what-we-do-content .section-title h2 {
    font-size: 36px;
}
.testimonial-slider .swiper {
    padding: 5px;
}
.what-we-do-content .section-title {
    margin-bottom: 20px;
}
.what-we-do-content p {
    margin-bottom: 15px;
}
.service-why-choose-box h4 {
    margin-bottom: 20px;
}
.service-why-choose-box ul {
    margin-bottom: 20px;
}

.sidebar-cta-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sidebar-cta-logo img {
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}
.sidebar-cta-logo h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    color: var(--white-color);
}

.sidebar-cta-logo h1 span {
    display: block;
    font-size: 16px;
    color: var(--white-color);
}
.services-slider .swiper-button-next,
.services-slider .swiper-button-prev {
    background: var(--accent-secondary-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.services-slider .swiper-button-prev {
    left: 0;
}
.services-slider .swiper-button-next {
    right: 0px;
}
.services-slider .swiper-button-next::after,
.services-slider .swiper-button-prev::after {
    font-size: 20px;
    color: var(--white-color);
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .navbar-brand h1 {
        font-size: 24px;
    }

    .navbar-brand h1 span {
        font-size: 13px;
    }
    .navbar-brand img {
        width: 54px;
    }
    .footer-logo img {
        width: 48px;
        height: 48px;
        padding: 3px;
    }
    .footer-logo h1 {
        font-size: 24px;
    }

    .footer-logo h1 span {
        font-size: 16px;
    }
    .footer-contact {
        margin-bottom: 30px;
    }
    .page-header-box ol li.breadcrumb-item {
        font-size: 14px;
    }
    .sidebar-cta-logo h1 span {
        font-size: 14px;
    }
    .page-single-slider figure {
        width: 100%;
    }
    .what-we-do-content .section-title h2 {
        font-size: 32px;
    }
    .what-we-do-content .section-title h2 span,
    .about-us-content .section-title h2 span {
        font-size: 21px;
        line-height: normal;
    }
    .about-us-content .section-title p {
        font-size: 16px;
        font-weight: 400;
    }
    .hero.hero-slider-layout .hero-slide {
        padding: 80px 0;
    }
    .hero.hero-slider-layout .hero-slide .hero-slider-image img {
        object-position: 80% 100%;
    }
    .testimonial-slider {
        padding: 0px;
    }
    .faq-accordion .accordion-header .accordion-button {
        font-size: 16px;
    }
    .faq-accordion .accordion-item {
        margin-bottom: 15px;
    }
}
