body.nexarc-bantec-theme {
    overflow-x: hidden;
}

/* ===== LOGO ===== */
.nexarc-brand-logo {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none;
    line-height: 1;
}

.nexarc-brand-logo__main {
    color: #101828;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
}

.nexarc-brand-logo__sub {
    color: #4f5f7a;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-top: 6px;
}

.nexarc-brand-logo--footer .nexarc-brand-logo__main,
.nexarc-brand-logo--footer .nexarc-brand-logo__sub {
    color: #fff;
}

/* ===== HEADER ===== */
.header__area-menubar-center-menu ul li a {
    padding: 38px 20px;
}

.header__area-menubar-center-menu ul li.active-menu > a {
    color: var(--primary-color-1, #0e59f2);
}

.header__area-menubar-right-box {
    justify-content: flex-end;
}

/* ===== SERVICES MEGA MENU ===== */
.nexarc-services-nav {
    position: static !important;
}

.nexarc-nav-arrow {
    font-size: 9px;
    margin-left: 5px;
    transition: transform 0.2s ease;
}

.nexarc-services-nav:hover .nexarc-nav-arrow {
    transform: rotate(180deg);
}

.nexarc-services-mega {
    background: #fff;
    border-top: 3px solid var(--primary-color-1, #0e59f2);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.10);
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1020;
}

.nexarc-services-mega__inner {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(5, 1fr);
    max-width: 1320px;
    margin: 0 auto;
    padding: 32px 40px 36px;
}

.nexarc-services-nav:hover .nexarc-services-mega,
.nexarc-services-nav:focus-within .nexarc-services-mega {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.nexarc-services-mega__column {
    min-width: 0;
    padding: 0 20px;
}

.nexarc-services-mega__column:not(:last-child) {
    border-right: 1px solid #eef0f4;
}

.nexarc-services-mega__column:first-child {
    padding-left: 0;
}

.nexarc-services-mega__column:last-child {
    padding-right: 0;
}

.nexarc-services-mega__title {
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary-color-1, #0e59f2);
    line-height: 1.4;
    text-transform: none;
}

.nexarc-services-mega__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nexarc-services-mega__list li + li {
    margin-top: 12px;
}

.nexarc-services-mega__list a {
    color: #4b5563 !important;
    font-size: 13.5px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    transition: color 0.15s ease, padding-left 0.15s ease;
    display: block !important;
    line-height: 1.55 !important;
    padding: 0 !important;
    background: none !important;
}

.nexarc-services-mega__list a:hover {
    color: var(--primary-color-1, #0e59f2) !important;
    padding-left: 6px !important;
}

/* ===== BANNER SWIPER (banner__one layout) ===== */
.banner__one {
    position: relative;
}

.banner__one .nexarc-banner-swiper {
    position: relative;
    z-index: 2;
}

.banner__one .swiper-pagination {
    right: 40px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 3;
}

.banner__one .swiper-pagination-bullet {
    background: var(--primary-color, #2563eb);
    opacity: 0.35;
    width: 12px;
    height: 12px;
    margin: 0 !important;
}

.banner__one .swiper-pagination-bullet-active {
    opacity: 1;
}

.banner__one .banner__one-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 480px;
}

/* ===== SERVICES ===== */
.services__one-single-service-content h4 a {
    color: inherit;
    text-decoration: none;
}

.services__one-single-service-content h4 a:hover {
    color: var(--primary-color, #ff5a1f);
}

/* ===== SERVICES PAGE CARDS (services__two) ===== */
.services__two-single-service {
    padding: 40px 35px;
}

.services__two-single-service-content h4 {
    font-size: 22px;
}

.services__two-single-service:hover .services__two-single-service-icon i {
    background-color: hsla(0, 0%, 100%, 0.15);
}

.services__two-single-service-content h4 a {
    color: inherit;
    text-decoration: none;
}

.services__two-single-service-content h4 a:hover {
    color: var(--primary-color, #ff5a1f);
}

/* ===== TESTIMONIAL (testimonial__three arrow styling) ===== */
.testimonial__three-right-bottom .slider-arrow {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.testimonial__three-right-bottom .slider-arrow i {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s ease;
}

.testimonial__three-right-bottom .slider-arrow i:hover {
    background: var(--primary-color, #2563eb);
    border-color: var(--primary-color, #2563eb);
    color: #fff;
}

/* ===== SERVICE DETAIL SIDEBAR ===== */
.nexarc-sidebar {
    position: sticky;
    top: 100px;
}

.nexarc-sidebar__widget {
    background: #f9fafb;
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 24px;
}

.nexarc-sidebar__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--primary-color-1, #0e59f2);
    color: #0f172a;
}

.nexarc-sidebar__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nexarc-sidebar__list li + li {
    margin-top: 2px;
}

.nexarc-sidebar__list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 18px;
    border-radius: 8px;
    color: #1f2937;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.nexarc-sidebar__list li a:hover,
.nexarc-sidebar__list li.active a {
    background: var(--primary-color-1, #0e59f2);
    color: #fff;
}

.nexarc-sidebar__list li a i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.nexarc-sidebar__list li a:hover i,
.nexarc-sidebar__list li.active a i {
    transform: translateX(4px);
}

.nexarc-sidebar__cta {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 320px;
}

.nexarc-sidebar__cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 89, 242, 0.85) 0%, rgba(10, 40, 120, 0.95) 100%);
    z-index: 1;
}

.nexarc-sidebar__cta-content {
    position: relative;
    z-index: 2;
    padding: 40px 28px;
    text-align: center;
    color: #fff;
}

.nexarc-sidebar__cta-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
    color: #fff;
}

.nexarc-sidebar__cta h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.nexarc-sidebar__cta p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 1.6;
}

.nexarc-sidebar__cta .btn-one {
    background: #fff;
    color: var(--primary-color-1, #0e59f2);
    border-color: #fff;
}

.nexarc-sidebar__cta .btn-one:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

/* ===== SERVICE DETAIL CONTENT ===== */
.service__details .col-xl-8 {
    min-width: 0;
    overflow: hidden;
}

/* Hero image */
.service__details-thumb img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
    max-height: 420px;
}

/* Title */
.service__details-content h2 {
    font-size: 28px;
    line-height: 1.35;
}

/* Description text */
.service__details-content > p {
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
}

/* Sub heading */
.service__details-content .sub-heading {
    font-size: 24px;
    margin-top: 10px;
}

/* Two-column feature boxes - stack them inside the 8-col */
.service__details-content-box {
    gap: 20px;
    margin-top: 10px;
}

.service__details-content-box-single {
    width: 100% !important;
    border-radius: 12px;
    padding: 32px 30px;
    border: 1px solid #eef0f4;
    background: #f9fafb;
}

.service__details-content-box-single h4 {
    font-size: 20px;
    color: #0f172a;
}

.service__details-content-box-single p {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
}

.service__details-content-box-single .icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color-1, #0e59f2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.service__details-content-box-single .icon img {
    filter: brightness(0) invert(1);
}

.service__details-content-box-single .service-qualities li {
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
}

/* ===== FEATURE STRIP (service detail) ===== */
.nexarc-feature-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 36px 0;
}

.nexarc-feature-strip__item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 24px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #eef0f4;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nexarc-feature-strip__item:hover {
    border-color: var(--primary-color-1, #0e59f2);
    box-shadow: 0 4px 16px rgba(14, 89, 242, 0.08);
}

.nexarc-feature-strip__icon {
    flex-shrink: 0;
    font-size: 20px;
    color: var(--primary-color-1, #0e59f2);
    margin-top: 2px;
}

.nexarc-feature-strip__item h5 {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
}

.nexarc-feature-strip__item p {
    font-size: 13.5px;
    line-height: 1.55;
    color: #6b7280;
    margin: 0;
}

/* ===== SCOPE BANNER (related services) ===== */
.nexarc-scope-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: var(--primary-color-1, #0e59f2);
    border-radius: 14px;
    padding: 28px 32px;
    margin: 10px 0 10px;
}

.nexarc-scope-banner__left h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 14px;
}

.nexarc-scope-banner__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nexarc-scope-banner__tag {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.nexarc-scope-banner__tag:hover,
.nexarc-scope-banner__tag.active {
    background: #fff;
    color: var(--primary-color-1, #0e59f2);
    border-color: #fff;
}

.nexarc-scope-banner__right {
    flex-shrink: 0;
}

.nexarc-scope-banner__right .btn-one {
    background: #fff;
    color: var(--primary-color-1, #0e59f2);
    border-color: #fff;
    white-space: nowrap;
}

.nexarc-scope-banner__right .btn-one:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

@media (max-width: 991px) {
    .nexarc-feature-strip {
        grid-template-columns: 1fr;
    }

    .nexarc-scope-banner {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
}

/* ===== CTA BUTTONS ===== */
.nexarc-service-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #e5e7eb;
}

/* ===== RICH CONTENT ===== */
.nexarc-rich-content {
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-top: 30px;
    padding: 30px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #eef0f4;
}

.nexarc-rich-content > * + * {
    margin-top: 16px;
}

.nexarc-rich-content h1,
.nexarc-rich-content h2,
.nexarc-rich-content h3,
.nexarc-rich-content h4 {
    color: #0f172a;
    margin-bottom: 12px;
}

.nexarc-rich-content p {
    font-size: 15px;
    line-height: 1.75;
    color: #4b5563;
}

.nexarc-rich-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.nexarc-rich-content table {
    max-width: 100%;
    display: block;
    overflow-x: auto;
}

/* ===== ALERTS ===== */
.nexarc-alert-success {
    background: rgba(30, 144, 255, 0.08);
    border: 1px solid rgba(30, 144, 255, 0.2);
    border-radius: 10px;
    color: #0c3f90;
    padding: 14px 18px;
    margin-bottom: 24px;
}

/* ===== FOOTER ===== */
.footer__two-widget-about .nexarc-brand-logo {
    margin-bottom: 18px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .top__bar {
        display: none;
    }

    .header__area-menubar {
        gap: 20px;
        flex-wrap: wrap;
    }

    .header__area-menubar-center {
        order: 3;
        width: 100%;
    }

    .header__area-menubar-center-menu ul {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 0;
    }

    .header__area-menubar-center-menu ul li a {
        padding: 12px 14px;
    }

    .nexarc-services-mega {
        position: relative;
        box-shadow: none;
        border-top: none;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
    }

    .nexarc-services-mega__inner {
        grid-template-columns: 1fr 1fr;
        padding: 20px;
        gap: 16px;
    }

    .nexarc-services-mega__column:not(:last-child) {
        border-right: none;
        padding-right: 0;
    }

    .nexarc-sidebar {
        position: static;
    }
}
