body {
    --dc-orange: #ffbd00;
    --dark-theme: #252728
}

.google-cloud-development {
    background: url(../images/technologies/google-cloud-development-1.jpg) center;
    position: relative;
    z-index: 1;
    background-size: cover
}

    .google-cloud-development:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .9;
        z-index: -1
    }

    .google-cloud-development img {
        max-height: 360px;
        display: block;
        margin: 0 auto
    }

.dark-theme .service-intro-section .image .img-blue-bg {
    background: transparent linear-gradient(90deg,#ff9603 0,#9703ff 100%)
}

.dark-theme .technology-dev-services .why-choose-nw-card, .dark-theme .testimonial-section-type-2.dark .testimonial-card-type-2 {
    background: #171c1e
}

.industry-focused-insights {
    background: #1a2230
}

.product--cta {
    padding-top: 80px
}

.service-intro-section .content ul li {
    align-items: flex-start
}

    .service-intro-section .content ul li svg {
        position: relative;
        top: 4px;
        color: var(--dc-orange)
    }

.cloud-counter-card span {
    font-size: 36px;
    color: var(--dc-orange);
    margin-bottom: 10px;
    display: inline-block;
    line-height: normal
}

.cloud-counter-card p {
    font-size: 14px
}

.cloud-counter-card {
    padding-left: 30px;
    position: relative
}

    .cloud-counter-card:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 1px;
        background: var(--dc-orange);
        top: 0
    }

.google-cloud-benefits {
    padding-left: 30px
}

    .google-cloud-benefits h3 {
        font-size: 22px;
        color: var(--dc-orange)
    }

.tech-features {
    padding: 80px 0
}

    .tech-features .container {
        max-width: 1200px
    }

    .tech-features .feature-content {
        padding-right: 50px
    }

    .tech-features .flex-row-reverse .feature-content {
        padding-left: 50px;
        padding-right: 0
    }

    .tech-features .feature-content h2 {
        font-size: 24px;
        color: var(--dc-orange);
        margin-bottom: 10px;
        text-transform: capitalize
    }

    .tech-features .feature-content p {
        font-size: 14px;
        margin-bottom: 0
    }

    .tech-features .feature-content img {
        border-radius: 10px
    }

    .tech-features .image img {
        border-radius: 10px;
        box-shadow: 0 0 4px rgb(133 132 132 / 20%)
    }

.technology-dev-services .why-choose-nw-card h3 {
    color: var(--dc-orange)
}

.technology-dev-services .container {
    max-width: 1270px
}

@media (max-width:1399px) {
    .google-cloud-development img {
        max-height: 300px;
        display: block;
        margin: 0 auto
    }
}

@media (max-width:1199px) {
    .google-cloud-development img {
        max-height: 280px;
        display: block;
        margin: 0 auto
    }

    .tech-features .feature-content p {
        margin-bottom: 1rem
    }

    .tech-features {
        padding: 50px 0
    }
}

@media (max-width:576px) {
    .hero-service-banner {
        margin-bottom: 30px
    }

    .tech-features {
        padding: 50px 0
    }

        .tech-features .feature-content p {
            margin-bottom: 1rem
        }
}
