.axlero-logo {
    height: 40px;
    width: auto;
    max-width: 195px;
    object-fit: contain;
    display: block;
}

.header-logo .axlero-logo {
    height: 42px;
    max-width: 205px;
}

.header-logo {
    margin-left: -18px;
}

@media (max-width: 575px) {
    .header-logo {
        margin-left: -8px;
    }
}

.mobile-logo .axlero-logo {
    height: 36px;
    max-width: 180px;
}

.footer-logo .axlero-logo {
    height: 46px;
    max-width: 220px;
}

.footer-layout1 .footer-logo {
    margin-left: -22px;
}

@media (max-width: 1199px) {
    .footer-layout1 .footer-logo {
        margin-left: 0;
    }
}

.about-logo .axlero-logo {
    height: 38px;
}

.axlero-icon {
    height: 32px;
    width: auto;
    object-fit: contain;
}

.axlero-favicon-inline,
.blog-card .author img,
.blog-meta .author img,
.author img[src*="axlero-favicon"],
.author img[src*="author-1-1"] {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 6px;
    margin-right: 8px;
    flex-shrink: 0;
    vertical-align: middle;
}

/* About page — services orbit showcase (replaces call button) */
.about-services-showcase {
    gap: 18px;
}

.about-services-orbit-wrap {
    position: relative;
    width: 96px;
    height: 96px;
    flex-shrink: 0;
    display: block;
}

.about-services-orbit-wrap:hover .about-services-core > i {
    background-color: var(--title-color);
}

.about-services-orbit-wrap:hover .about-services-core:before,
.about-services-orbit-wrap:hover .about-services-core:after {
    background-color: var(--title-color);
}

.about-services-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.about-services-core > i {
    --icon-size: 56px;
    background-color: var(--theme-color);
    color: var(--white-color);
}

.about-services-core:before,
.about-services-core:after {
    background-color: var(--theme-color);
}

.about-services-chip {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0 8px 22px rgba(104, 92, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(104, 92, 255, 0.14);
    z-index: 3;
    animation: about-chip-float 3.2s ease-in-out infinite;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-services-orbit-wrap:hover .about-services-chip {
    box-shadow: 0 10px 26px rgba(104, 92, 255, 0.32);
}

.about-services-chip img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.about-services-chip.chip-1 {
    top: 2px;
    right: 0;
    animation-delay: 0s;
}

.about-services-chip.chip-2 {
    bottom: 6px;
    right: -2px;
    animation-delay: 0.6s;
}

.about-services-chip.chip-3 {
    bottom: 10px;
    left: -2px;
    animation-delay: 1.2s;
}

.about-services-chip.chip-4 {
    top: 16px;
    left: -6px;
    animation-delay: 1.8s;
}

.about-services-rotator {
    position: relative;
    display: block;
    height: 22px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    color: var(--body-color);
    margin-top: 2px;
}

.about-services-rotator-item {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(12px);
    animation: about-service-cycle 12.5s infinite;
}

.about-services-rotator-item:nth-child(1) { animation-delay: 0s; }
.about-services-rotator-item:nth-child(2) { animation-delay: 2.5s; }
.about-services-rotator-item:nth-child(3) { animation-delay: 5s; }
.about-services-rotator-item:nth-child(4) { animation-delay: 7.5s; }
.about-services-rotator-item:nth-child(5) { animation-delay: 10s; }

@keyframes about-chip-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes about-service-cycle {
    0%, 2% {
        opacity: 0;
        transform: translateY(12px);
    }
    6%, 18% {
        opacity: 1;
        transform: translateY(0);
    }
    22%, 100% {
        opacity: 0;
        transform: translateY(-12px);
    }
}

@media (max-width: 575px) {
    .about-services-showcase {
        flex-wrap: wrap;
        gap: 16px;
    }

    .about-services-rotator {
        min-width: 180px;
    }
}

/* Service details — sidebar menu: centered text, no arrows */
.service-sidebar-menu .menu a {
    text-align: center;
    padding: 16px 20px 19px;
}

.service-sidebar-menu .menu a::before {
    content: none;
    display: none;
}

.service-sidebar-menu .menu a:hover::before {
    content: none;
}

/* Service details — checklist.style5 is defined twice in style.css; the later
   block (checklist-wrapper / dark section) overrides with white text + :before
   icons, which breaks the "We Serve The Best Work" list on this page. */
.page-content .checklist.style5 ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: inherit;
    line-height: 1.5;
    color: var(--body-color);
    padding: 0;
}

.page-content .checklist.style5 ul li::before {
    content: none;
    display: none;
}

.page-content .checklist.style5 ul li:not(:last-child) {
    margin-bottom: 13px;
}

.page-content .checklist.style5 ul li > i {
    flex-shrink: 0;
    font-size: 22px;
    color: var(--theme-color);
}

/* Service details — quote banner: dim bright photo so white text stays readable */
.service-details-quote-banner.widget_banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 12, 28, 0.55) 0%, rgba(8, 12, 28, 0.82) 100%);
    pointer-events: none;
    z-index: 1;
}

.service-details-quote-banner .widget-banner {
    position: relative;
    z-index: 2;
}

/* Service page — Why Choose Us */
.axlero-why-choose {
    background: #fff;
    padding: 96px 0 100px;
}

.axlero-why-choose__head {
    margin-bottom: 48px;
}

.axlero-why-choose__lead {
    max-width: 640px;
    margin: 18px auto 0;
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.65;
    color: var(--body-color);
}

.axlero-why-card {
    height: 100%;
    padding: 32px 28px 34px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.axlero-why-card:hover {
    transform: translateY(-4px);
    border-color: rgba(104, 77, 244, 0.35);
    box-shadow: 0 16px 40px rgba(104, 77, 244, 0.12);
}

.axlero-why-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    background: rgba(104, 77, 244, 0.1);
    color: var(--theme-color);
    font-size: 22px;
}

.axlero-why-card__title {
    color: var(--title-color);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: var(--title-font);
}

.axlero-why-card__text {
    color: var(--body-color);
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 767px) {
    .axlero-why-choose {
        padding: 72px 0 76px;
    }

    .axlero-why-choose__head {
        margin-bottom: 32px;
    }

    .axlero-why-card {
        padding: 26px 22px 28px;
    }
}

/* Success Stories — tag labels (non-clickable) */
.project-box4 .project-tags span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    background-color: var(--white-color);
    color: var(--title-color);
    border-radius: 100px;
    padding: 4px 20px;
}

/* News & Articles — restore hovers after links removed (home + about) */
#blog-sec .blog-card .box-title {
    background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px;
    transition: 0.5s ease-in-out;
    display: inline;
}

#blog-sec .blog-card .box-title:hover,
#blog-sec .blog-card:hover .box-title {
    background-size: 100% 2px;
}

#blog-sec .blog-card .blog-meta span:hover {
    color: var(--theme-color);
}

#blog-sec .blog-card .author:hover {
    color: var(--theme-color);
}
