@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);

.whatsapp-sticky-btn, a {
    text-decoration: none
}

#clients,
#features {
    padding: var(--section-padding);
    background-color: #fff
}

.testi-box:after, .testi-box:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    font-size: 2rem
}

.client-logo-title, .cta-button, .cta-title, .features-header, .footer-logo, .form-note, .industries-title, .services-title, .testimonial-title {
    text-align: center
}

#features, #privacy-policy {
    font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth
}

body {
    font-family: 'Open sans';
    background: #f5f5f5
}

:root {
    --primary-color: #1559a6;
    --secondry-color: #ffed00;
    --section-padding: 40px 0
}

li {
    list-style: none
}

@keyframes pulse {
    0%,100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

.whatsapp-sticky-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #129b44;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(37,211,102,.3);
    z-index: 1000;
    transition: .3s;
    overflow: hidden
}

#menu-button, .top-header {
    background: var(--primary-color)
}

#works, .main-header {
    box-shadow: 3px 0 9px 1px rgba(0,0,0,.1)
}

.whatsapp-sticky-btn i {
    font-size: 50px;
    transition: .3s
}

.whatsapp-sticky-btn span {
    position: absolute;
    font-size: 0;
    opacity: 0;
    transition: .3s;
    font-weight: 600
}

#clients, #hero-banner, #industries, .bg-image, .client-logo-slider-lower, .client-logo-slider-upper, .cta-button a, .cta-title, .features-accordion-content p, .features-tab, .footer-contact-details, .footer-logo, .footer-menu, .industries-box, .industries-box h3, .industries-title, .industries-title h2, .testi-box, footer {
    position: relative
}

.whatsapp-sticky-btn:hover {
    width: 160px;
    border-radius: 30px;
    background: #128c7e
}

    .whatsapp-sticky-btn:hover i {
        transform: translateX(-45px)
    }

    .whatsapp-sticky-btn:hover span {
        font-size: 14px;
        opacity: 1;
        transform: translateX(20px)
    }

.whatsapp-sticky-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: 0 0;
    animation: 2s infinite pulse
}

.hero-banner-right-form form, .main-header-left-logo img, .work-box-icon img, header {
    width: 100%
}

.top-header {
    padding: 10px 70px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.top-header-left, .top-header-right, .work-box-content, .work-box-icon {
    width: 50%
}

.top-header-content {
    color: #fff
}

    .top-header-content p {
        font-weight: 600
    }

.top-header-right-content {
    display: flex;
    justify-content: end;
    align-items: center
}

    .top-header-right-content p {
        margin-right: 20px;
        color: #fff;
        display: flex;
        gap: 10px
    }

        .top-header-right-content p i {
            color: var(--secondry-color);
            margin-top: 4px
        }

        .top-header-right-content p a {
            color: #fff;
            font-weight: 600
        }

#menu-button:hover, .top-header-content p span {
    color: var(--secondry-color)
}

.main-header {
    width: 100%;
    padding: 15px 70px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-header-left {
    width: 30%
}

.main-header-left-logo {
    width: 280px
}

.main-header-right {
    display: flex;
    width: 70%;
    justify-content: end
}

.main-header-right-menus .main-menu {
    display: flex;
    width: 100%
}

    .main-header-right-menus .main-menu li {
        padding: 0 20px
    }

        .main-header-right-menus .main-menu li a {
            color: #000;
            font-weight: 600;
            transition: .5s
        }

            .features-tab.active, .main-header-right-menus .main-menu li a:hover, .testimonial-title h2 span {
                color: var(--primary-color)
            }

        .main-header-right-menus .main-menu li:last-child {
            animation: 2s infinite alternate-reverse pulse;
            transition: .3s
        }

#menu-button {
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    border: none
}

#hero-banner {
    width: 100%;
    padding: 40px 70px;
    background-image: url(../mlm/images/hero-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center
}

    #hero-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #001936;
        width: 100%;
        height: 100%;
        opacity: .9;
        z-index: 1
    }

.hero-banner-left, .hero-banner-right {
    width: 50%;
    z-index: 2
}

.hero-banner-left-content {
    padding: 10px 0;
    color: #fff
}

    .hero-banner-left-content h4 {
        background: var(--secondry-color);
        display: inline-block;
        padding: 5px 20px;
        border-radius: 20px;
        margin-bottom: 20px;
        font-size: .9rem;
        color: #000
    }

    .hero-banner-left-content h1 {
        color: #fff;
        font-size: 2.7rem;
        font-weight: 700;
    }

    .hero-banner-left-content > p {
        padding: 20px 0;
        font-size: .9rem;
        line-height: 1.5rem
    }

.hero-banner-left-badges {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px
}

    .hero-banner-left-badges p {
        background: #a7cfff2d;
        padding: 10px;
        border-radius: 50px
    }

.hero-banner-left-button {
    margin-top: 20px;
    display: flex;
    gap: 25px
}

.hero-banner-left-content a i {
    padding-right: 6px
}

.hero-banner-left-content a {
    background: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    color: #000;
    transition: .5s;
    font-weight: 600
}

    .hero-banner-left-content a:nth-child(2) {
        background: #278d12;
        color: #fff
    }

    .hero-banner-left-content a:hover {
        transform: scale(1.08)
    }

.hero-banner-right-form {
    padding: 20px;
    background: #fff;
    width: 70%;
    float: right;
    border-radius: 20px
}

.hero-banner-right-form-title {
    padding: 0 0 30px
}

    .hero-banner-right-form-title h2 {
        font-size: 1.4rem;
        text-align: center;
        font-weight: 700;
    }

.hero-banner-right-form form input::placeholder, .hero-banner-right-form form textarea::placeholder {
    color: #7c7c7c;
    font-family: roboto
}

.hero-banner-right-form form input, select, textarea {
    width: 100%;
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: roboto
}

.hero-banner-right-form form input, .service-box .service-desc, select {
    margin-bottom: 20px
}

.hero-banner-right-form form textarea {
    height: 100px;
    resize: none
}

.submit-button button {
    margin-top: 15px;
    width: 100%;
    background: var(--primary-color);
    padding: 10px 20px;
    color: #fff;
    font-size: 1rem;
    border: none;
    border-radius: 10px
}

.form-note {
    padding: 10px 0
}

    .form-note p {
        color: red;
        font-weight: 600;
        font-size: .9rem
    }

#works {
    background: #fff;
    padding: 20px 70px
}

.works-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px
}

.works-box {
    width: 15%;
    display: flex;
    box-shadow: -1px 0 4px 0 rgba(204,204,204,.958);
    padding: 10px;
    gap: 20px;
    justify-content: center;
    align-items: center
}

.industries-box:hover h3::after, .work-box-icon {
    width: 60px
}

.work-box-content h3 {
    font-size: 1.5rem
}

.work-box-content p {
    font-size: 12px
}

#about {
    width: 100%;
    padding: var(--section-padding)
}

.about-box {
    width: 100%;
    padding: 10px 0;
    height: 100%
}

.about-box-image {
    width: 90%;
    height: 100%
}

    .about-box-image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.about-box-content h4, .client-logo-title h4 {
    background: #306fb740;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 10px
}

.about-box-content h2, .client-logo-title h2, .services-title h2, .testimonial-title h2 {
    font-size: 2.8rem
}

    .about-box-content h2 span, .client-logo-title h2 span {
        color: var(--primary-color);
        position: relative
    }

        .about-box-content h2 span::before, .client-logo-title h2 span::before {
            background: #306fb72e;
            content: '';
            position: absolute;
            top: 40px;
            width: 100%;
            left: 0;
            height: 15px;
            border-radius: 50%
        }

.about-box-content p {
    padding: 10px 0
}

.about-box-content .about-para {
    margin: 5px 0 0 18px
}

    .about-box-content .about-para li {
        list-style: circle;
        padding: 0 0 5px
    }

.about-btn {
    margin-top: 30px
}

    .about-btn a {
        background: var(--primary-color);
        color: #fff;
        padding: 10px 20px
    }

#industries {
    width: 100%;
    padding: var(--section-padding);
    background: #fff;
    overflow: hidden
}

.industries-title {
    padding: 10px 0 40px;
    z-index: 1
}

    .industries-title h5 {
        background: #306fb740;
        padding: 5px 20px;
        border-radius: 50px;
        margin: 0 auto 10px;
        width: fit-content
    }

    .industries-title h2 {
        font-size: 2.8rem;
        padding-bottom: 15px;
        color: #222;
        animation: .8s ease-out .2s both fadeInDown;
        display: inline-block
    }

    .industries-title p {
        max-width: 700px;
        margin: 0 auto;
        color: #666;
        font-size: 1.1rem;
        line-height: 1.6;
        animation: .8s ease-out .4s both fadeIn
    }

.industries-box {
    background: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    transition: .4s;
    overflow: hidden;
    border: 1px solid rgba(21,89,166,.1);
    height: 100%;
    transform: translateY(20px);
    opacity: 0;
    animation: .6s ease-out forwards fadeInUp
}

    .industries-box:first-child {
        animation-delay: .3s
    }

    .industries-box:nth-child(2) {
        animation-delay: .5s
    }

    .industries-box:nth-child(3) {
        animation-delay: .7s
    }

    .industries-box:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(21,89,166,.15)
    }

.box-icon {
    width: 70px;
    height: 70px;
    background: rgba(21,89,166,.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: .3s
}

.industries-box:hover .box-icon {
    background: var(--primary-color);
    transform: scale(1.1)
}

    .industries-box:hover .box-icon svg {
        fill: white
    }

.industries-box h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
    padding-bottom: 10px
}

    .industries-box h3::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 40px;
        height: 2px;
        background: var(--secondry-color);
        transition: .3s
    }

.industries-box p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 0
}

.industries-box:hover .hover-effect {
    opacity: 1
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

#services {
    padding: var(--section-padding);
    width: 100%
}

.services-title {
    margin-bottom: 40px
}

    .services-title h6 {
        font-size: 1.2rem;
        color: var(--primary-color)
    }

.service-box {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 30px;
    height: 390px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 3px 3px 6px rgba(0,0,0,.1)
}

    .service-box .service-title h3 {
        font-size: 1.3rem;
        margin-bottom: 10px;
        color: var(--primary-color)
    }

    .service-box .service-desc p {
        color: rgba(0,0,0,.7)
    }

    .service-box .service-button a {
        padding: 10px 30px;
        background: var(--primary-color);
        color: #fff;
        border-radius: 10px;
        font-size: 1.1rem
    }

#services .roww {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.col-lg-custom {
    flex: 25%;
    max-width: calc(25% - 20px);
    min-height: 280px
}

.features-header {
    margin-bottom: 50px
}

    .features-header h2 {
        font-size: 2.5rem;
        color: var(--primary-color);
        margin-bottom: 15px
    }

    .features-header p {
        font-size: 1.1rem;
        color: var(--dark-gray);
        max-width: 700px;
        margin: 0 auto;
        line-height: 1.6
    }

.features-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #e9ecef
}

.features-tab {
    padding: 15px 40px;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--dark-gray);
    background: 0 0;
    border: none;
    transition: var(--transition)
}

.features-accordion, .features-accordion-header {
    background-color: var(--white);
    transition: var(--transition)
}

.features-tab.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--primary-color);
    border-radius: 2px 2px 0 0
}

.features-tab:hover:not(.active) {
    color: var(--primary-color);
    opacity: .8
}

.features-content {
    display: none
}

    .features-content.active {
        display: block;
        animation: .5s fadeIn
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.features-accordion {
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
    margin-bottom: 15px;
    overflow: hidden
}

    .features-accordion:hover {
        box-shadow: 0 8px 25px rgba(0,0,0,.1)
    }

.features-accordion-header {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.bg-white, .testi-box {
    background: #fff
}

.features-accordion-header:hover {
    background-color: #f1f7ff
}

.features-accordion-header h3 {
    margin: 0;
    font-size: 1.1rem;
    color: var(--dark-gray);
    font-weight: 600
}

.features-accordion-header i {
    font-size: 1.2rem;
    color: var(--primary-color);
    transition: var(--transition)
}

.features-accordion-header.active i {
    transform: rotate(180deg)
}

.features-accordion-content {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s,padding .3s;
    border-top: 1px solid transparent
}

    .features-accordion-content.active {
        padding: 20px 25px;
        max-height: 500px;
        border-top: 1px solid #e9ecef
    }

    .features-accordion-content p {
        margin: 0;
        color: #6c757d;
        line-height: 1.6;
        left: 30px
    }

        .features-accordion-content p::before {
            content: '\261B';
            position: absolute;
            top: -4px;
            left: -27px;
            font-size: 20px;
            color: var(--primary-color)
        }

.highlight {
    color: var(--primary-color);
    font-weight: 600
}

#clients {
    overflow: hidden
}

.client-logo-title {
    padding: 10px 0;
    margin-bottom: 20px
}

.client-logo-slider-upper {
    display: flex;
    margin-bottom: 20px
}

.client-logo-slider-lower {
    display: flex;
    margin-top: 20px
}

.client-logo-track {
    display: flex;
    width: auto
}

.client-logo-slide {
    height: 120px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px
}

.client-logo-img {
    width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: contain;
    opacity: .7;
    transition: .3s;
    background: #fff;
    aspect-ratio: 1/1;
    padding: 10px;
    box-shadow: 0 0 4px 1px rgb(218 218 218 / 72%)
}

    .client-logo-img:hover {
        filter: grayscale(0);
        opacity: 1;
        transform: scale(1.05)
    }

.client-logo-slider-lower::after, .client-logo-slider-lower::before, .client-logo-slider-upper::after, .client-logo-slider-upper::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none
}

.client-logo-slide-left {
    animation: 40s linear infinite client-logo-scroll-left
}

.client-logo-slide-right {
    animation: 40s linear infinite client-logo-scroll-right
}

@keyframes client-logo-scroll-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(calc(-200px * 10))
    }
}

@keyframes client-logo-scroll-right {
    0% {
        transform: translateX(calc(-200px * 10))
    }

    100% {
        transform: translateX(0)
    }
}

.client-logo-slider-lower:hover .client-logo-track, .client-logo-slider-upper:hover .client-logo-track {
    animation-play-state: paused
}

#testimonial {
    padding: 4rem 0
}

.testimonial-title {
    font-size: 2.8rem;
    margin-bottom: 20px
}

.footer-logo img, .testi-des, .testi-star {
    margin-bottom: 15px
}

.testi-box {
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: -3px 0 6px rgba(0,0,0,.1)
}

    .testi-box:before {
        content: '\f10d';
        top: 10px;
        color: rgba(0,0,0,.05)
    }

    .testi-box:after {
        content: '\f10e';
        bottom: 100px;
        right: 30px;
        color: rgba(0,0,0,.06)
    }

.testi-des {
    margin-bottom: 35px
}

.testi-star i {
    color: #f0dd0b
}

.testi-name h4 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.2rem
}

#cta {
    padding: 4rem 2rem
}

.cta-button a {
    padding: 15px 30px;
    border-radius: 30px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    z-index: 2
}

.bg-image::before, footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.bg-image {
    background: url(../images/7059843_18543.webp) center -150px/cover
}

    .bg-image::before {
        background: #0c013813
    }

.cta-title {
    top: -10px;
    z-index: 2;
    margin-bottom: 20px
}

    .cta-title h6 {
        color: var(--primary-color);
        font-size: 2rem
    }


#privacy-policy {
    background-color: #f9f9f9;
    padding: 60px 20px;
    color: #333
}

.privacy-policy-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,.05)
}

.privacy-policy-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1559a6;
    border-bottom: 2px solid #1559a6;
    padding-bottom: 10px
}

.privacy-policy-content h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #1559a6
}

.privacy-policy-content h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #444
}

.privacy-policy-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px
}

.privacy-policy-content ul {
    padding-left: 20px;
    margin-bottom: 20px
}

    .privacy-policy-content ul li {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 8px
    }

.privacy-policy-content a {
    color: #1559a6;
    text-decoration: underline
}

@media (max-width:1200px) {
    .main-header-left-logo {
        width: 220px
    }

    .main-header-right-menus .main-menu li {
        padding: 0 13px
    }

    .service-box .service-desc p {
        color: rgba(0,0,0,.7);
        font-size: 13px
    }

    .service-box {
        height: 355px
    }
}

@media (max-width:1024px) {
    .hero-banner-left-content h1 {
        color: #fff;
        font-size: 2rem
    }

    .hero-banner-left-content > p {
        font-size: .8rem;
        line-height: 1rem
    }

    .hero-banner-left-content a {
        font-size: 13px
    }

    .hero-banner-right-form {
        width: 83%
    }

    .hero-banner-right-form-title h2 {
        font-size: 1rem
    }

    .work-box-content h3 {
        font-size: 1.2rem
    }

    .work-box-content p {
        font-size: 7px
    }

    .about-box-content h2 {
        font-size: 2.1rem
    }

        .about-box-content h2 span::before {
            top: 29px
        }

    .industries-title h2 {
        font-size: 2.5rem
    }

    .industries-box h3 {
        font-size: 1.1rem
    }

    .industries-box p {
        font-size: 15px;
        line-height: 1.2
    }

    #cta {
        padding: 2rem
    }

    .footer-menu ul li a {
        color: #fff;
        padding: 5px 10px;
        font-weight: 700;
        font-size: 1.2rem;
        border-right: 2px solid #fff
    }

    .only-desktop {
        display: none
    }
}

@media (max-width:992px) {
    .industries-title h2 {
        font-size: 2.4rem
    }

    .industries-box {
        padding: 30px 25px
    }
}

@media (max-width:768px) {
    .privacy-policy-wrapper {
        padding: 25px 20px
    }

    .privacy-policy-content h2 {
        font-size: 26px
    }

    .privacy-policy-content h3 {
        font-size: 20px
    }

    .privacy-policy-content h4 {
        font-size: 16px
    }

    .top-header {
        padding: 10px 20px
    }

    .main-header {
        padding: 15px 20px
    }

    .main-header-left-logo {
        width: 190px
    }

    #hero-banner {
        padding: 40px 20px
    }

    .hero-banner-right-form {
        width: 93%
    }

    .form-note p {
        font-size: .8rem
    }

    .hero-banner-left-badges p {
        font-size: 11px
    }

    .hero-banner-left-content h1 {
        color: #fff;
        font-size: 1.4rem
    }

    .hero-banner-left-content h4 {
        font-size: .6rem
    }

    .hero-banner-left-content a {
        font-size: 10px;
        padding: 10px 11px
    }

    .hero-banner-left-button {
        gap: 12px
    }

    #works {
        padding: 20px
    }

    .works-box {
        padding: 6px
    }

    .cta-button a, .industries-title p, .work-box-content h3 {
        font-size: 1rem
    }

    .service-box {
        height: 225px
    }

    .industries-title h2 {
        font-size: 2rem
    }

    .bg-image::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #ffffff9c
    }

    .testi-des p, .testi-name p {
        font-size: 12px
    }

    .testi-name h4 {
        font-size: 15px
    }

    .testi-box {
        height: 310px
    }

   
    

    .box-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px
    }

    .industries-box h3 {
        font-size: 1.3rem
    }

    .client-logo-slide {
        min-width: 150px;
        height: 100px
    }

    .client-logo-heading {
        font-size: 24px;
        margin-bottom: 20px
    }

    .features-tabs {
        flex-direction: column;
        align-items: center;
        border-bottom: none
    }

    .features-tab {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        border-radius: 5px;
        background-color: #e9ecef
    }

        .features-tab.active::after {
            display: none
        }

        .features-tab.active {
            background-color: var(--primary-color);
            color: #fff
        }
}

@media (max-width:576px) {
    .top-header-content p {
        font-size: 10px
    }

    #menu-button {
        background: var(--primary-color);
        padding: 10px 11px;
        border-radius: 50px;
        color: #fff;
        border: none;
        font-size: 11px
    }

    .main-header-left-logo {
        width: 160px
    }

    #hero-banner {
        flex-wrap: wrap;
        height: 100%
    }

    .hero-banner-left-content a {
        font-size: 12px;
        padding: 10px 11px
    }

    .hero-banner-left, .hero-banner-right {
        width: 100%;
        z-index: 2
    }

    .hero-banner-right {
        margin-top: 20px
    }

    .about-box-image, .hero-banner-right-form {
        width: 100%
    }

    .works-box {
        width: 30%;
        gap: 17px
    }

    .work-box-icon {
        width: 33px
    }

    .services-title h2 {
        font-size: 2.2rem
    }

    .service-box {
        height: 247px
    }

    .bg-image::before {
        background: #ffffffd9
    }

    .industries-title {
        padding-bottom: 30px
    }

        .industries-title h5 {
            font-size: .9rem;
            padding: 6px 20px
        }

        .client-logo-title h2, .industries-title h2, .testimonial-title h2 {
            font-size: 1.8rem
        }

    .industries-box {
        padding: 25px 20px
    }

    #cta {
        padding: 2rem 1rem
    }

    .cta-title h6 {
        font-size: 1.1rem
    }

    .cta-button a {
        font-size: .8rem;
        padding: 15px 13px
    }

    .features-header h2 {
        font-size: 1.5rem;
        color: var(--primary-color);
        margin-bottom: 15px
    }

    .client-logo-title h2 span::before {
        top: 24px
    }

    .testi-box {
        height: 240px
    }

   
}

@media (max-width:480px) {
    .client-logo-slide {
        min-width: 120px;
        height: 80px
    }

    .client-logo-heading {
        font-size: 20px
    }

    .client-logo-slider-lower::after, .client-logo-slider-lower::before, .client-logo-slider-upper::after, .client-logo-slider-upper::before {
        width: 50px
    }

    @keyframes client-logo-scroll-left {
        100% {
            transform: translateX(calc(-120px * 10))
        }
    }

    @keyframes client-logo-scroll-right {
        0% {
            transform: translateX(calc(-120px * 10))
        }
    }

    
    
}

@media (max-width:400px) {
   

    .top-header-right-content p a {
        font-size: .8rem
    }

    .top-header-right-content p i {
        margin-top: 2px
    }
}
