﻿
.header .btn-orange {
    background: #e6392a;
    border-color: #e6392a;
    color: #ffffff;
}

.dark-theme .custom-contact-input {
    border-color: #545454 !important;
}

    .dark-theme .custom-contact-input input {
        background-color: transparent;
        color: #fff;
        font-size: 14px;
    }

    .dark-theme .custom-contact-input button {
        background-color: transparent;
        border-color: #545454 !important;
        color: #fff;
    }

body {
    --dark-theme: #12131d;
    --dark-gray-border: #363636;
    --dark-gray-bg: #141414;
    background-color: var(--dark-theme);
    --dc-orange: #ffff00;
    --main-gradient: linear-gradient(90deg, #15cbf4 0%, #42e915 100%);
    --dark-blue-gray: #192028
}

    body .dark-theme.dynamic-service {
        color: #ffffff;
    }

.dark-theme .btn-orange {
    color: var(--black) !important
}

.dark-theme .arrow.blue-arrow.swiper-button-next,
.dark-theme .arrow.blue-arrow.swiper-button-prev {
    background: var(--bright-blue);
    margin-top: 0
}


.dark-theme .contact-us-section {
    background: #090e1c
}

    .dark-theme .contact-us-section .contact-us-right-content {
        background: var(--dark-gray-bg)
    }

.footer {
    background: var(--black)
}

    .footer .company-rating-card {
        background: var(--dark-theme);
        border-color: var(--dark-theme)
    }

    .footer .footer-copy-right {
        border-color: var(--dark-gray-border)
    }

.dark-theme .service-intro-section .image .img-blue-bg {
    background: transparent linear-gradient(90deg, #ff0 0, #0648ef 100%)
}

.faq-accordion .faq-accordion-item .accordion-body {
    background: var(--black)
}



.dark-abstract-banner {
    background: url(../images/dark-theme-abstract-banner.png);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1
}

    .dark-abstract-banner:before {
        content: "";
        position: absolute;
        background: #121212;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .7;
        z-index: -1
    }

.sql-development-banner.dark-abstract-banner:before {
    opacity: .85
}

.dark-hero-section {
    padding: 100px 0 50px;
    height: 600px
}

    .dark-hero-section .hero-service-banner h1 {
        font-size: 48px;
        font-weight: 600;
        margin-bottom: 20px
    }

    .dark-hero-section .hero-service-banner p {
        max-width: 740px;
        margin: 0 auto
    }

.dark-theme .half-light-bg.product--cta.type-2::before {
    background: 0 0
}

.dark-theme .product--cta .cta-card {
    background: var(--black)
}

.dark-theme .faq-section {
    background: url(../images/faq-home-2-bg.png);
    background-size: cover;
    background-repeat: no-repeat
}

.dark-theme .faq-accordion .faq-accordion-item .faq-accordian-btn {
    background: var(--black);
    border-color: var(--dark-gray-bg);
    color: var(--white)
}

.dark-theme .faq-accordion .faq-accordion-item {
    border-color: var(--black)
}

    .dark-theme .faq-accordion .faq-accordion-item .faq-accordian-btn:hover,
    .dark-theme .faq-accordion .faq-accordion-item .faq-accordian-btn:not(.collapsed) {
        background: var(--bright-blue)
    }

.contact-us-section .contact-us-right-content {
    background-color: var(--dark-blue-gray)
}

.dark-theme .technology-dev-services .why-choose-nw-card .item-icon {
    position: relative
}

    .dark-theme .technology-dev-services .why-choose-nw-card .item-icon:before {
        content: "";
        position: absolute;
        left: 10px;
        top: 0;
        width: 50px;
        height: 50px;
        background: #d1d1d124;
        border-radius: 100%
    }

.dark-theme .technology-dev-services .why-choose-nw-card {
    background: var(--black)
}

    .dark-theme .technology-dev-services .why-choose-nw-card .item-icon span {
        color: var(--dc-orange)
    }

.where-we-stand .where-we-stand-counter {
    border-color: var(--dark-gray-border)
}

.dark-theme .where-we-stand-counter .counter-item .number {
    color: #cf0
}

.dark-theme .where-we-stand .certified-in-section ul li img.logo-light {
    filter: invert(1) grayscale(100) brightness(100)
}

.dark-theme .testimonial-section-type-2.dark {
    background: 0 0;
    position: relative;
    z-index: 1
}

    .dark-theme .testimonial-section-type-2.dark .testimonial-card-type-2 {
        border-color: #26262a;
        background: var(--dark-theme)
    }

        .dark-theme .testimonial-section-type-2.dark .testimonial-card-type-2 strong {
            color: var(--dc-orange)
        }

.industry-focused-insights {
    background: #0d1428
}

.dark-theme .industry-focused-insight-card {
    background: var(--black)
}

.industry-focused-insight-card:hover {
    background-color: var(--bright-blue)
}

.dark-theme .industry-focused-insight-card h3,
.industry-focused-insight-card .insight-heading {
    color: var(--white)
}

.dark-theme .industry-focused-insight-card ul li {
    background: #1f270e;
    color: #b2ff00
}

.dark-theme .technology-we-work.techstack {
    background: var(--black)
}

.dark-theme .techstack .tech-slider .img-text-wrap:after {
    background: #101010;
    border-color: #101010
}

.portfolio-card-type-2 .primary-link {
    color: var(--dc-orange)
}



.close-btn {
    background: #000
}



.industry-focused-insight-card:hover {
    background: #000000 !important;
    border-color: #2d2d2d !important;
}


.client-logo-slider-animation-right {
    animation: slide_to_right 20s linear infinite
}

.client-logo-slider-animation-left {
    animation: slide_to_left 20s linear infinite
}

    .client-logo-slider-animation-left:hover, .client-logo-slider-animation-right:hover {
        animation-play-state: paused
    }

@keyframes slide_to_left {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes slide_to_right {
    0% {
        transform: translateX(-50%)
    }

    to {
        transform: translateX(0)
    }
}

.form-group input, .form-group select, .form-group textarea {
    border-color: #545454;
    color: #fff;
    font-size: 14px
}

.hire-developer-product-cta.product--cta .image img {
    height: 210px;
    margin-top: -80px;
    margin-bottom: 20px
}

.hire-developer-product-cta.product--cta .cta-card .cta-right-wrap ul {
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .hire-developer-product-cta.product--cta .cta-card .cta-right-wrap ul li {
        padding: 10px 20px;
        color: var(--white);
        background: var(--PrimaryBlue);
        border-radius: 50px;
        white-space: nowrap;
        margin-bottom: 10px;
        font-size: 15px
    }

.hire-developer-product-cta.product--cta .cta-card .row {
    flex-direction: column-reverse
}

.hire-developer .footer {
    background: #000
}

.hire-developer .company-rating-card {
    background: #201f1f;
    border-color: #333
}

.hire-developer-product-cta.product--cta .cta-card .cta-right-wrap ul li:last-child {
    margin-bottom: 0
}

.hire-developer-product-cta .cta-right-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column
}

.where-we-stand {
    padding: 30px 0 80px;
    position: relative;
    z-index: 1
}

    .where-we-stand .container {
        max-width: 1400px
    }

.where-we-stand-counter {
    display: flex;
    gap: 30px
}

    .where-we-stand-counter .counter-item {
        display: flex;
        gap: 20px;
        align-items: center
    }

        .where-we-stand-counter .counter-item .number {
            font-size: 50px;
            line-height: normal
        }

.where-we-stand .where-we-stand-counter {
    margin-top: 40px
}

.where-we-stand-counter .counter-item p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    opacity: .9
}

.certified-in-section h3, .where-we-stand .certification h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.where-we-stand .certification ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    gap: 24px
}

    .where-we-stand .certification ul li a {
        display: flex;
        flex-direction: column-reverse;
        gap: 8px
    }

        .where-we-stand .certification ul li a img {
            filter: grayscale(100) brightness(100)
        }

    .where-we-stand .certification ul li a {
        color: #fff
    }

        .where-we-stand .certification ul li a svg {
            color: #ffb300
        }

.where-we-stand .right-image {
    padding-left: 100px;
    position: relative
}

    .where-we-stand .right-image img {
        max-height: 620px;
        border-radius: 40px;
        filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
        transition: all .3s ease-in-out;
        display: block;
        margin-left: auto
    }

        .where-we-stand .right-image img:hover {
            filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg)
        }

.where-we-stand .certified-in-section ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 13px
}

    .where-we-stand .certified-in-section ul li img {
        height: 40px;
        object-fit: contain;
        display: block;
        margin: 0 auto
    }

    .where-we-stand .certified-in-section ul li {
        width: 100px;
        padding: 10px;
        height: 60px;
        border-radius: 6px;
        background: #242424
    }

.where-we-stand .certified-in-section {
    margin-top: 40px
}

.angular-js-development.dark-abstract-banner:before, .vue-js-development.dark-abstract-banner:before {
    opacity: .9
}

.next-js-development.dark-abstract-banner:before {
    background: #000;
    opacity: .85
}

.next-js-development .image img, .vue-js-development .image img {
    max-height: 320px;
    display: block;
    margin: 0 auto
}

.node-js-development img {
    padding: 0 50px;
    max-width: 550px;
    margin: 0 auto;
    display: block
}

.node-js-development {
    position: relative;
    z-index: 1
}

    .node-js-development:before {
        content: "";
        background: linear-gradient(#444 1px,transparent 1px),linear-gradient(to right,#3c3c3c 1px,#fff0 1px);
        background-size: 100px 100px;
        background-position: center;
        opacity: .3;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%
    }

.why-choose-technology.full-stack .why-choose-tech-card h3 {
    text-align: left
}

.java-development img {
    max-height: 350px;
    display: block;
    margin: 0 auto;
    object-fit: contain
}

@media (min-width:576px) {
    .hire-developer-product-cta .cta-right-wrap {
        flex-direction: row
    }

    .hire-developer-product-cta.product--cta .image img {
        margin: 0
    }

    .hire-developer-product-cta.product--cta .cta-card {
        padding: 30px 40px
    }
}

@media (min-width:992px) {
    .hire-why-choose-us .right-content {
        padding-left: 50px
    }

    .hire-developer-product-cta.product--cta .cta-card .cta-right-wrap .image {
        width: 250px;
        display: block
    }

    .hire-developer-product-cta.product--cta .cta-card .cta-right-wrap ul li {
        width: max-content
    }

        .hire-developer-product-cta.product--cta .cta-card .cta-right-wrap ul li:first-child {
            margin-left: -20px
        }

        .hire-developer-product-cta.product--cta .cta-card .cta-right-wrap ul li:nth-child(2) {
            margin-left: -30px
        }

        .hire-developer-product-cta.product--cta .cta-card .cta-right-wrap ul li:nth-child(3) {
            margin-left: -40px
        }

    .hire-developer-product-cta.product--cta .cta-card .cta-right-wrap {
        display: flex;
        align-items: flex-end
    }

        .hire-developer-product-cta.product--cta .cta-card .cta-right-wrap ul {
            margin: 0 0 20px -50px;
            width: calc(100% - 250px)
        }

    .hire-developer-product-cta.product--cta .cta-card .row {
        flex-direction: row
    }

    .hire-developer-product-cta.product--cta .image img {
        height: 245px;
        margin: 0
    }

    .hire-developer-product-cta.product--cta .cta-card .cta-right-wrap ul li {
        font-size: 16px
    }
}

@media (min-width:1200px) {
    .hire-developer-product-cta.product--cta .cta-card .cta-right-wrap ul {
        margin-left: -30px
    }
}

@media (min-width:1400px) {
    .section-title.content.no-image {
        padding-right: 0
    }
}

@media (max-width:991px) {
    .where-we-stand {
        padding-bottom: 50px
    }
}

.web-services-dev-collab .dev-collab-item {
    border-radius: 10px;
}


.bg-dark {
    background: #000000 !important;
    color: #ffffff !important;
}


.bg-white {
    background: #ffffff !important;
    color: #000000 !important;
}

.client-logo-infinite-slider img {
    height: 70px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    border: 1.376px solid #ddddddd4;
    background: #fff;
    padding: 10px;
}

/*.client-slider-text, .client-slider-text h2, .client-slider-text span {
    color: #ffffff !important;
}*/


.client-slider-text h2 {
    color: transparent;
    background: transparent var(--main-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.client-logo-section {
    padding-top: 0px !important;
    background: #ffffff;
    padding-bottom: 50px;
    margin-bottom: 0px !important;
}

.industry-focused-insights.section-padding {
    padding-bottom: 150px !important;
}

.service-cta {
    margin-top: 50px;
    background: #1B1B1B;
    border-radius: 10px;
    padding: 25px;
    position: relative;
}

.transparent-arrow {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.service-case-study-card {
    padding: 30px;
    border-radius: 15px;
}

    .service-case-study-card > .service-case-study-wrap {
        background: #F5F5F7;
        border-radius: 15px;
    }

    .service-case-study-card .title {
        font-weight: 600;
        font-size: 30px;
        font-family: var(--heading-font);
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .service-case-study-card img.case-study-img {
        border-radius: 100px 15px 15px 15px;
    }

    .service-case-study-card .content-wrap {
        padding:30px;
    }

.chamfer-top-left {
    clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%, 0 80px);
}

.chamfer-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.dynamic-service-portfolio-slider-wrap {
    position: relative;
}

    .dynamic-service-portfolio-slider-wrap .swiper-arrows button {
        width: 48px;
        height: 48px;
        border-radius: 100%;
        background: #ffffff;
        border: 1px solid #ffffff;
        transition: all .3s ease-in-out;
    }

        .dynamic-service-portfolio-slider-wrap .swiper-arrows button:hover {
            background: #1468FB;
            border-color: #1468FB;
            color: #ffffff
        }

        .dynamic-service-portfolio-slider-wrap .swiper-arrows button:after {
            content: none;
        }

        .dynamic-service-portfolio-slider-wrap .swiper-arrows button svg {
            width: 14px;
        }

        .dynamic-service-portfolio-slider-wrap .swiper-arrows button.swiper-button-next {
            right: -50px;
        }

        .dynamic-service-portfolio-slider-wrap .swiper-arrows button.swiper-button-prev {
            left: -50px;
        }


.dynamic-service-testimonial-slider-wrap {
    position: relative;
}

    .dynamic-service-testimonial-slider-wrap .swiper-arrows button {
        width: 48px;
        height: 48px;
        border-radius: 100%;
        background: #ffffff;
        border: 1px solid #ffffff;
        transition: all .3s ease-in-out;
    }

        .dynamic-service-testimonial-slider-wrap .swiper-arrows button:hover {
            background: #1468FB;
            border-color: #1468FB;
            color: #ffffff
        }

        .dynamic-service-testimonial-slider-wrap .swiper-arrows button:after {
            content: none;
        }

        .dynamic-service-testimonial-slider-wrap .swiper-arrows button svg {
            width: 14px;
        }

        .dynamic-service-testimonial-slider-wrap .swiper-arrows button.swiper-button-next {
            right: -50px;
        }

        .dynamic-service-testimonial-slider-wrap .swiper-arrows button.swiper-button-prev {
            left: -50px;
        }

.service-testimonial-card {
    background: #1B1B1B;
    color: #ffffff;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    margin: 2px;
    /*    border: 2px solid;
    border-image-source: linear-gradient(180deg, #0093FF -29.42%, #E3C01D 100%);
    border-image-slice: 1;*/
}

    .service-testimonial-card:before {
        content: "";
        width: calc(100% + 4px); /* 2px on each side */
        height: calc(100% + 4px);
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: linear-gradient(180deg, #0093FF -29.42%, #E3C01D 100%);
        z-index: -1;
        border-radius: 25px;
    }

    .service-testimonial-card .review-wrap {
        border-bottom: 2px solid;
        border-image-source: linear-gradient(90deg, #006EDE 0%, #35C702 100%);
        border-image-slice: 1; /* REQUIRED */
    }

    .service-testimonial-card .testimonial-detail {
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-top: 30px;
    }

.dark-theme .industry-focused-insight-card ul li {
    background: #1f270e !important;
    color: #b2ff00 !important;
    padding: 3px 15px;
    border-radius: 2px;
    font-size: 10px;
}

.inner-page-hero-section {
    min-height: 550px;
    height: auto !important;
}

.service-testimonial-card .review-wrap {
    font-weight: 600;
}

.web-services-dev-collab .dev-collab-item-wrap {
    position: relative;
}

    .web-services-dev-collab .dev-collab-item-wrap:before {
        content: "";
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: linear-gradient(180deg, #0093FF -29.42%, #E3C01D 100%);
        z-index: 0;
        border-radius: 25px;
        border-radius: 12px;
    }


.dynamic-service .inner-page-hero-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dynamic-service .inner-page-hero-section .hero-service-banner ul li {
    position: relative;
    padding-left: 30px;
}

    .dynamic-service .inner-page-hero-section .hero-service-banner ul li:after {
        content: "";
        position: absolute;
        left: 3px;
        top: 8px;
        width: 11px;
        height: 7px;
        border-left: 3px solid #ff0;
        border-bottom: 3px solid #ff0;
        transform: rotate(-45deg);
        border-radius: 2px;
    }



#web-projects ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    #web-projects ul li {
        position: relative;
        padding-left: 30px;
    }

        #web-projects ul li:after {
            content: "";
            position: absolute;
            left: 3px;
            top: 8px;
            width: 11px;
            height: 7px;
            border-left: 3px solid var(--bright-blue);
            border-bottom: 3px solid var(--bright-blue);
            transform: rotate(-45deg);
            border-radius: 2px;
        }

.why-choose-service ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .why-choose-service ul li {
        position: relative;
        padding-left: 30px;
    }
.why-choose-service ul li:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    width: 11px;
    height: 7px;
    border-left: 3px solid var(--bright-blue);
    border-bottom: 3px solid var(--bright-blue);
    transform: rotate(-45deg);
    border-radius: 2px;
}
.overview-detail-content {
    position: relative; /* Needed for absolutely positioned pseudo-element */
}

    .overview-detail-content::after {
        content: "";
        position: absolute;
        right: -80px; /* Position from the left */
        top: 0;
        bottom: 0;
        width: 4px; /* Thickness of the stripe */
        background: linear-gradient(180deg, #0093FF -29.42%, #E3C01D 100%);
        border-radius: 2px; /* Optional: rounded stripe */
    }

.why-choose-service .accordion-item {
    background: #1B1B1B;
    border-radius: 10px;
    padding:0px 25px  0px 25px;
    margin-bottom:20px;
    border:none;
}
    .why-choose-service .accordion-item .accordion-body {
        padding-bottom:20px;
    }


.why-choose-service .why-choose-section-title {
    position: sticky;
    top: 100px;
}

.service-industry{
    text-transform:uppercase;
    display:inline-block;
    margin-bottom:15px;
}
.tech-stacks-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-top:30px;
}

    .tech-stacks-list li {
        padding: 10px 20px;
        border-radius: 50px;
        border: 1px solid #02021e66;
        font-size: 12px;
        line-height: 12px;
        background: #fff;
    }

.dynamic-service-portfolio-slider-wrap .swiper-slide {
    height: unset;
/*    width: 1100px;*/
}

.dynamic-service-portfolio-slider-wrap .service-case-study-card {
    height: 100%;
}

.service-case-study-wrap {
    height: 100%;
}

.contact-us-section .contact-us-right-content {
    border: 2px solid #0648ef;
    border-radius: 15px;
}
@media(max-width:1399px) {
}

@media(max-width:1199px) {
}

@media(max-width:991px) {
    .overview-detail-content::after {
        content:unset !important;
    }
        .dynamic-service .industry-focused-insights {
        padding: 50px 0 50px !important;
    }

    .service-portfolio-slider .swiper-arrows {
        display: none !important;
    }

    .service-case-study-card .title {
        font-size: 25px;
    }
    .chamfer-overlay{
        height:100px;
        width:auto;
    }
}

@media(max-width:767px) {
    .dynamic-service-testimonial-slider-wrap .swiper-arrows button.swiper-button-next, 
    .dynamic-service-testimonial-slider-wrap .swiper-arrows button.swiper-button-prev {
        display:none !important;
    }
    .service-testimonial-card {
        padding: 15px;
    }
}

@media(max-width:575px) {
    .service-case-study-card {
        padding: 15px;
    }

        .service-case-study-card .content-wrap {
            padding: 15px;
        }

        .service-case-study-card .title {
            font-size: 25px;
        }
}
