.header-style-one.header-5 .logo-dark {
    display: none;
}

.font-14 {
    font-size: 14px;
}
.row-gap-gutter {
    row-gap: var(--bs-gutter-x);
}
.service-card-items img {
    width: 40px;
    filter: invert(1);
    margin-top: -3px;
}
.other-industry {
    background: #eee;
}

    .other-industry .service-card-items-4 img {
        border-radius: 10px;
    }
.service-card-items-4 {
    padding: 20px;
    border-radius: 16px;
    height: 100%;
}
    .service-card-items-4 .content h3 {
        font-size: 20px;
    }
.sidebar-service-list .theme-btn {
    background: #000;
    color: #fff;
}
.why-choose-us-content-1 .why-list .icon {
    background: #ff4500;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 14px;
    min-width: 20px;
    margin-top: 6px;
}
.why-choose-us-content-1 .why-list li {
    display: flex;
    gap: 16px;
    margin-bottom: 10px;
}
    .why-choose-us-content-1 .why-list li strong {
        font-weight: 700;
    }

.how-it-work-wrapper .row {
    row-gap: 30px;
}
.how-it-work-wrapper {
    border: none;
    border-radius: 15px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}
.pricing-card-item-2 .pricing-right-ber .btn-style-one {
    padding: 12px 20px;
    margin-top: 20px;
}
.pricing-card-item-2 li strong {
    font-weight: 600;
}

.pricing-card-item-2 li {
    margin-bottom: 10px !important;
}
.service-block-four .content .text strong {
    font-weight: 600;
}
.service-list {
    margin-top: 15px;
    margin-bottom: 15px;
}
.service-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}

    .service-list li:before {
        content: "";
        position: absolute;
        left: 4px;
        top: 10px;
        width: 10px;
        height: 10px;
        background: #FF4500;
        border-radius: 100%;
    }

    .service-list li:after {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        width: 18px;
        height: 18px;
        background: #FF4500;
        border-radius: 100%;
        opacity: 0.3;
        border: 1px solid #FF4500;
    }
    .service-list li strong {
        font-weight: 600;
        color: #000;
    }
.feature-block-one:hover .inner-box h4, .feature-block-one:active .inner-box h4 {
    color: #fff;
}
.common-challanges-industry .nr-list ul li {
    display: flex;
    gap: 10px;
}

    .common-challanges-industry .nr-list ul li i {
        color: #FF4500;
    }

    .common-challanges-industry .nr-list ul li p {
        font-size: 14px;
    }
.common-challanges-industry {
    border-top: 1px solid #ddd;
    background: #f5f5f5;
}

    .common-challanges-industry .nr-list {
        background: #ffffff;
    }
.industry-why-us {
    border-bottom: 1px solid #333333;
}
.common-challanges-industry .nr-list ul li strong {
    font-weight: 700;
}
.feature-block-one.active .inner-box h4 {
    color: #fff;
}

.feature-block-one .inner-box .feature-icon img {
    width: 50px;
}

.feature-block-one:hover .inner-box .feature-icon img, .feature-block-one.active .inner-box .feature-icon img {
    filter: invert(1);
}
.about-us-vision-mission .service-card-items-2::before {
    left: 0;
}

.about-us-vision-mission .service-card-items-2 {
    padding: 30px;
}

    .about-us-vision-mission .service-card-items-2 .content {
        padding: 20px 0 0;
    }
.client-logo {
    padding: 60px 0;
    background: #fff;
}

    .client-logo .client-logo-swiper {
        width: 100%;
        margin-top:60px;
        height:50px;
    }

    /* Smooth, constant-speed animation */
    .client-logo .swiper-wrapper {
        transition-timing-function: linear !important;
    }

    /* Slide + image sizing */
    .client-logo .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .client-logo .swiper-slide img {
            max-height: 52px; /* tweak as needed */
            width: auto;
            object-fit: contain;
            opacity: 0.9;
            transition: opacity .2s ease, filter .2s ease;
        }

            .client-logo .swiper-slide img:hover {
                filter: none;
                opacity: 1;
            }

    /* Remove focus outline artifacts on click-drag */
    .client-logo .client-logo-swiper *:focus {
        outline: none;
    }


.color-hightlight {
    color: #ff4500;
}

.pricing-list{
    margin-top:20px;
}
.pricing-list li {
    margin-bottom: 0px;
}
.how-it-work-section{
    padding-top:80px;
}
.about-us-images {
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-top:50px;
}

.about-img-2,
.about-img-1 {
    width: 100%;
}

.about-img-1 {
    position: relative;
    padding-right: 70px;
}

    .about-img-1:before {
        content: "";
        position: absolute;
        left: 30px;
        top:20px;
        width: calc(100% - 70px);
        height: 100%;
        background: transparent;
        border: 2px solid #ddd;
        border-radius: 7px;
    }

.about-img-2 {
    max-width: 382px;
    margin: 0 auto;
    margin-right: 0;
    margin-top: -131px;
}

    .about-img-2 figure,
    .about-img-1 figure {
        display: block;
        border-radius: 4px;
    }

    .about-img-2 img,
    .about-img-1 img {
        width: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

.about-img-1 figure img {
    aspect-ratio: 1 / 0.931;
}

.about-img-2 figure img {
    aspect-ratio: 1 / 1.032;
}
.choose-us-image-items-4{
    height:640px;
    padding-top:30px;
}
.cta-contact-section {
    padding:60px 0px;
}
.hero-slider .swiper-slide {
    height: 100vh;
}

.hero-slider .hero-section {
    height: 100%;
    display: flex;
    align-items: center;
}
/* Modern Pagination Dots */
.hero-slider .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: transparent;
    border: 2px solid #fff;
    opacity: 1;
    transition: all 0.3s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.3);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

/* Position Pagination */
.hero-slider .swiper-pagination {
    bottom: 30px !important;
}



.sub-head{
    margin-top:20px;
    margin-bottom:10px;
}

.about-content-3 ul{

}

.contact-four__wrp .contact-form {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.process-work-wrapper {
    position: relative;
}

    .process-work-wrapper .line-shape {
        position: absolute;
        top: 60%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 880px;
    }

process-items {
    margin-top: 30px;
}


.process-work-wrapper .work-process-items .icon {
    width: 100px;
    height: 100px;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: relative;
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* smooth effect */
}

.process-work-wrapper .work-process-items:hover .icon {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transform: translateY(-5px); /* optional: adds a subtle lift effect */
}

    .process-work-wrapper .work-process-items .icon img {
        height: 48px;
        width: 48px;
    }

    .process-work-wrapper .work-process-items .icon .number {
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        border-radius: 50%;
        background-color: #000;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        font-weight: 400;
    }

.process-work-wrapper .work-process-items .content {
    margin-top: 30px;
}

    .process-work-wrapper .work-process-items .content h4 {
        margin-bottom: 10px;
        font-weight: 700;
        line-height: 26px;
        font-size: 20px;
    }

    .process-work-wrapper .work-process-items .content p {
        min-height: 90px;
    }

    .process-work-wrapper .work-process-items .content.style-2 {
        margin-top: 0;
        margin-bottom: 30px;
    }
.process-work-wrapper .col-xl-2 {
    width: 20%;
}
.work-process-items.text-center {
    padding: 10px;
}
.work-process-items {
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    padding: 40px 20px ;
    border-radius: 10px;
    border: 1px solid #ddd;
    height:100%;
}