.form-group select option {
    color: var(--white);
}

.hire-developer-cta .form-group input,
.hire-developer-cta .form-group select,
.hire-developer-cta .form-group textarea {
    border-color: #000;
    background: #000;
    color: var(--white);
    font-size: 14px;
    min-height: 38px;
}

    .hire-developer-cta .form-group input:focus,
    .hire-developer-cta .form-group select:focus,
    .hire-developer-cta .form-group textarea:focus {
        border-color: #7c72ff;
    }

.hire-dev-list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.service-intro-section .image .img-blue-bg {
    background: transparent linear-gradient(#3fb950, #2ea043, #7c72ff);
}

.breadcrumb-list li:not(:last-child):before {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.hire-dev-list .list-item {
    position: relative;
    color: #23c9e8;
    font-weight: 600;
}

.hire-developer-banner {
    background-size: cover;
    padding: 150px 0 100px;
    height: auto;
    background: url(../images/hire/banner-bg.jpg);
    position: relative;
    z-index: 1;
}

    .hire-developer-banner:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #121b1d;
        opacity: 0.9;
        z-index: -1;
    }

    .hire-developer-banner .circle-shape {
        position: absolute;
        right: 10%;
        top: 30%;
        z-index: -1;
    }

        .hire-developer-banner .circle-shape img {
            max-width: 500px;
        }

    .hire-developer-banner .hero-service-banner {
        height: auto;
        padding-bottom: 40px;
        color: var(--white);
    }

        .hire-developer-banner .hero-service-banner p {
            opacity: 0.9;
        }

    .hire-developer-banner .container {
        max-width: 1200px;
    }

    .hire-developer-banner .banner-circle {
        padding: 4px;
        border: 1px solid #eee;
        max-width: 4px;
        border-radius: 100%;
        margin: 10px auto 0;
    }

.gredient-line {
    background: linear-gradient(transparent, #7c72ff 30%);
    width: 3px;
    height: 83%;
    margin: 0 auto;
}

.glowing-icon {
    margin: 10px auto;
    color: var(--white);
    position: relative;
}

    .glowing-icon:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 22px;
        height: 22px;
        background: #7c72ff;
        filter: blur(14px);
    }

.hire-developer-banner .certification {
    margin-top: 30px;
}

    .hire-developer-banner .certification h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .hire-developer-banner .certification .featured-in-logo img {
        filter: grayscale(100) brightness(100);
        height: 20px;
    }

    .hire-developer-banner .certification a {
        color: inherit;
    }

    .hire-developer-banner .certification .rating-items {
        margin-bottom: 8px;
    }

        .hire-developer-banner .certification .rating-items svg {
            color: orange;
        }

.hire-developer-form h2 {
    color: #7d73ff;
    font-size: 24px;
    font-weight: 600;
}

.hire-developer-cta {
    padding: 15px;
    background: #11161e;
    border-radius: 6px;
    max-width: 1100px;
    margin: 0 auto;
    box-shadow: 0 0 5px 5px rgb(48 163 69 / 8%);
    border: 1px solid #3bb34d;
}

.hire-developer-form-section {
    margin-top: -90px;
    position: relative;
    z-index: 1;
}

.hire-developer-cta h3 {
    font-size: 18px;
    margin-bottom: 0;
    color: #3bb34d;
    font-weight: 600;
}

.company-benefits {
    background: url(../images/hire/banner-bg-2.jpg);
    color: var(--white);
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    padding: 80px 0;
}

    .company-benefits::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.8;
        z-index: -1;
        left: 0;
        top: 0;
    }

    .company-benefits .content ul li {
        font-size: 18px;
        margin-top: 30px;
        padding-left: 20px;
        position: relative;
        flex-direction: column;
        align-items: flex-start;
    }

        .company-benefits .content ul li:before {
            content: "";
            width: 7px;
            height: 7px;
            background: var(--dark);
            position: absolute;
            left: 0;
            top: 7px;
        }

    .company-benefits .benefit-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

.company-benefits-right-image {
    width: 100%;
    height: 100%;
    /*background: url(../images/hire/hire-react-developer-2.jpg);*/
    background-position: center;
    background-size: cover;
    min-height: 400px;
}

.company-benefits .content ul li:before {
    background: #3fb950;
}

.company-benefits .content ul li h3 {
    color: #3fb950;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.company-benefits .content ul li p {
    font-size: 14px;
    margin-bottom: 0;
}

.company-benefits .benefit-card {
    padding: 30px;
    border: 1px solid #000;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    box-shadow: 0 0 34px 5px rgb(35 201 232 / 15%);
    height: 100%;
}

    .company-benefits .benefit-card h3 {
        color: #23c9e8;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .company-benefits .benefit-card p {
        font-size: 14px;
    }

.company-benefits .pool-card {
    padding: 20px;
    position: relative;
    text-align: center;
    border: 1px solid #23c9e8;
    border-radius: 10px;
    max-width: 220px;
    margin: 0 auto;
    backdrop-filter: blur(17px);
}

    .company-benefits .pool-card p {
        margin-bottom: 0;
    }

    .company-benefits .pool-card .pool-lable {
        position: absolute;
        left: 0;
        right: 0;
        top: -12px;
        backdrop-filter: blur(15px);
        width: max-content;
        margin: 0 auto;
        font-size: 14px;
        padding: 0 10px;
        z-index: 1;
        background: #00030a;
        color: #23c9e8;
    }

.company-benefits .pool-content {
    padding-top: 60px;
    border-top: 1px solid #23c9e84f;
}

.company-benefits .pool-content__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

.hire-why-choose-us {
    padding: 80px 0 80px;
}

    .hire-why-choose-us .happy-clients li {
        height: 70px;
        min-width: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
        border: 1.376px solid rgba(221, 221, 221, 0.83);
        background: #fff;
    }

    .hire-why-choose-us .happy-clients img {
        height: 45px;
    }

    .hire-why-choose-us .happy-clients ul {
        display: flex;
        column-gap: 15px;
    }

@keyframes slide_to_right {
    0% {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.hire-why-choose-us .right-content {
    overflow: hidden;
}

.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%);
    }
}

.hire-why-choose-us .certification h3,
.hire-why-choose-us .right-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #353e4e;
    margin-bottom: 30px;
}

.hire-why-choose-us .certified-in-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

    .hire-why-choose-us .certified-in-section ul li {
        width: 90px;
        padding: 10px;
        height: 60px;
        border-radius: 6px;
        background: #f5f5f5;
    }

.happy-clients {
    margin-bottom: 50px;
}

.hire-why-choose-us .certified-in-section ul li img {
    height: 40px;
    object-fit: contain;
}

.hire-why-choose-us .counters {
    margin: 30px 0 30px;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

    .hire-why-choose-us .counters li {
        display: flex;
        flex-direction: column;
        font-weight: 600;
        padding-right: 20px;
        border-right: 1px solid #eee;
        font-size: 12px;
    }

        .hire-why-choose-us .counters li:last-child {
            border: none;
        }

        .hire-why-choose-us .counters li span {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 0;
            line-height: normal;
        }

.hire-why-choose-us .certification li img {
    height: 30px;
}

.client-logo-infinite-slider .swiper-wrapper {
    transition-timing-function: linear;
}

.client-logo-infinite-slider .swiper-slide {
    padding: 0 16px;
}

    .client-logo-infinite-slider .swiper-slide img {
        width: 200px;
        height: 60px;
        object-fit: contain;
    }

.certified-in-section {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #eee;
}

.top-developers {
    padding: 80px 0;
    color: var(--white);
    background-color: #000;
    overflow: hidden;
}

.developer-card {
    padding: 12px;
    border: 1px solid #2a2a2a;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(0 0 0 / 29%);
    position: relative;
    background: #1e1e1e;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .developer-card .icon img {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        object-fit: cover;
    }

    .developer-card .tech-list {
        margin: 20px 0 40px;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        min-height: 68px;
        align-items: flex-start;
    }

        .developer-card .tech-list li {
            padding: 2px 10px;
            font-size: 13px;
            background: #062a30;
            border-radius: 4px;
            color: #22c2e1;
            font-weight: 600;
        }

    .developer-card .bottom-content {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #3a3a3a;
    }

        .developer-card .bottom-content a {
            color: #22c2e1;
        }

    .developer-card h3 {
        font-size: 20px;
        margin-bottom: 6px;
        margin-top: 20px;
    }

    .developer-card .designation {
        font-size: 14px;
        opacity: 0.8;
    }

    .developer-card .experience {
        position: absolute;
        right: 0;
        top: 30px;
        background: #22c3e2;
        font-weight: 600;
        border-radius: 0;
        padding: 2px 10px 2px;
        padding-left: 27px;
        color: var(--dark);
        font-size: 12px;
    }

        .developer-card .experience:before {
            content: "";
            background: #1e1e1e;
            position: absolute;
            left: -13px;
            top: 0;
            height: 28px;
            width: 28px;
            transform: rotate(45deg);
        }

    .developer-card .developer-ratings .actual-rate {
        font-size: 32px;
        font-weight: 700;
    }

    .developer-card .developer-ratings .ratings {
        color: #ff9b00;
        margin-left: 6px;
    }

    .developer-card .bottom-content .pricing-rate {
        font-size: 20px;
        font-weight: 400;
    }

.swiper-developer .swiper-slide {
    width: 280px;
    margin: 10px 0;
    height: unset;
}

.arrow.blue-arrow.swiper-button-next,
.arrow.blue-arrow.swiper-button-prev {
    background: var(--bright-blue);
}

.our-engagement-model .right-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-top: 70px;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #0648ef5e;
    flex-wrap: wrap;
}

    .our-engagement-model .right-content ul li {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 0;
        border-radius: 4px;
        position: relative;
        width: calc(50% - 20px);
    }

        .our-engagement-model .right-content ul li img {
            height: 40px;
        }

        .our-engagement-model .right-content ul li h3 {
            font-size: 15px;
            margin-bottom: 0;
            font-weight: 600;
        }

.our-engagement-model .call-to-action {
    margin-top: 60px;
    color: #fff;
}

    .our-engagement-model .call-to-action p {
        font-size: 20px;
        margin-bottom: 40px;
        line-height: normal;
    }

        .our-engagement-model .call-to-action p span {
            font-weight: 600;
        }

.engagement-card .sub-title {
    font-size: 14px;
    opacity: 0.6;
    margin-bottom: 30px;
}

.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;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d5d5d5;
}

.where-we-stand-counter .counter-item p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0.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 0.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;
}

.featured-portfolio-card {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 15px;
    background: var(--white);
    border-radius: 6px;
    min-height: 170px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    height: 100%;
    flex-direction: column-reverse;
    justify-content: start;
}

    .featured-portfolio-card .shortDesc {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .featured-portfolio-card .image {
        width: 100%;
        border-radius: 6px;
    }

    .featured-portfolio-card .content {
        width: 100%;
    }

        .featured-portfolio-card .content > div {
            min-height: 122px;
        }

    .featured-portfolio-card h3 {
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.featured-portfolio {
    padding: 50px 0 0;
    background: #f7f7f7;
}

.featured-portfolio-card .image img {
    height: 100%;
    object-fit: cover;
}

.tech-experts-tab-section {
    background: #f7f7f7;
}

.technology-eco-system {
    padding: 40px 0 80px;
}

.key-expertise-section {
    padding: 50px 0;
}

.key-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .key-list li {
        display: flex;
        color: var(--white);
        margin-bottom: 16px;
        gap: 10px;
    }

.hire-developer-collab.development-collabration-section {
    padding: 50px 0;
    background: var(--light-bg);
}

    .hire-developer-collab.development-collabration-section .collabration-card {
        background: var(--white);
    }

.hire-developer-product-cta.product--cta {
    padding: 20px 0 80px;
}

.half-light-bg {
    position: relative;
    z-index: 1;
}

    .half-light-bg:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
        background: var(--light-bg);
        z-index: -1;
    }

    .half-light-bg.product--cta.type-2::before {
        background: #f0f0f0;
    }

.hire-developer-product-cta.product--cta .image img {
    height: 210px;
    margin-top: -80px;
    margin-bottom: 20px;
}

.hire-developer-product-cta.product--cta .cta-card {
    padding: 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;
    }

.footer {
    background: #000;
}

    .footer .company-rating-card {
        background: #201f1f;
        border-color: #333;
    }

.hire-process-2 {
    padding: 80px 0;
    position: relative;
    z-index: 1;
    background: #fdfdfd;
}

.bg-pattern-4::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    left: 0;
    top: 0;
    background: url(https://html.rrdevs.net/routex/assets/imgs/about/process/process-bg.png);
    opacity: 0.12;
    z-index: -1;
}

.hire-process-card-2 {
    background: var(--white);
    padding: 20px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    position: relative;
    min-height: 230px;
}

    .hire-process-card-2 .step-count {
        font-style: normal;
        font-size: 40px;
        font-weight: 800;
        color: var(--PrimaryBlue);
    }

    .hire-process-card-2 h3 {
        font-size: 22px;
        margin-bottom: 20px;
        margin-top: 20px;
        font-weight: 800;
    }

    .hire-process-card-2 p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .hire-process-card-2 img {
        display: none;
    }

.step-odd {
    position: absolute;
    width: 200px;
    right: -40px;
    bottom: -90px;
    z-index: -1;
}

.step-even {
    top: unset;
    transform: scale(-1);
    bottom: -160px;
    right: unset;
    left: -30px;
    position: absolute;
    width: 200px;
    z-index: -1;
}

.engagement-slider .swiper-slide {
    height: unset;
}

.engagement-slider .slider-btns-wrap {
    margin-top: 30px;
    justify-content: center;
}

    .engagement-slider .slider-btns-wrap .swiper-button-lock {
        display: none !important;
    }

.hire-developer-product-cta .cta-right-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column;
}

.hire-developer-product-cta.product--cta
.cta-card
.cta-right-wrap
ul
li:last-child {
    margin-bottom: 0;
}

.testimonial-slider-2 .swiper-slide {
    height: unset;
}

.hire-case-study .swiper-pagination {
    position: relative;
    margin-top: 20px;
    top: unset;
}

@media (min-width: 576px) {
    .hire-dev-list .list-item:not(:last-child) {
        padding-right: 20px;
    }

        .hire-dev-list .list-item:not(:last-child):before {
            content: "";
            width: 2px;
            height: 100%;
            background: #00ff29;
            position: absolute;
            right: 0;
            top: 0;
        }

    .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: 768px) {
    .our-engagement-model .right-content ul li {
        width: calc(50% - 40px);
    }

    .hire-process-card-2 img {
        display: block;
    }

    .hire-process-card-2-wrap .swiper-wrapper > div:nth-child(2n) {
        margin-top: 100px;
    }

    .hire-developer-cta {
        padding: 30px;
    }

    .hire-developer-collab.development-collabration-section {
        padding: 80px 0;
    }

    .hire-why-choose-us .counters li {
        font-size: 16px;
        padding-right: 40px;
    }

        .hire-why-choose-us .counters li span {
            font-size: 40px;
        }

    .featured-portfolio-card h3 {
        font-size: 20px;
    }

    .our-engagement-model .call-to-action p {
        font-size: 30px;
    }

    .our-engagement-model .right-content ul li h3 {
        font-size: 18px;
    }

    .our-engagement-model .right-content ul li img {
        height: 60px;
    }

    .key-expertise-section {
        padding: 80px 0;
    }

    .swiper-developer .swiper-slide {
        width: 360px;
    }

    .developer-card {
        padding: 24px;
    }

    .hire-process-2 .swiper-slide {
        width: calc(50% - 20px);
    }

    .hire-process-2 .swiper-wrapper {
        column-gap: 20px;
        flex-wrap: wrap;
    }

    .hire-process-2 .swiper {
        overflow: unset;
    }
}

@media (min-width: 992px) {
    .hire-why-choose-us .right-content {
        padding-left: 50px;
    }

    .swiper-developer .swiper-slide {
        width: 400px;
    }

    .our-engagement-model .right-content ul li {
        width: calc(25% - 40px);
    }

    .hire-process-card-2-wrap .swiper-wrapper > div:nth-child(2n) {
        margin-top: 60px;
    }

    .step-even {
        top: -120px;
        left: unset;
        bottom: unset;
        transform: none;
        right: -30px;
    }

    .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 .row {
        flex-direction: row;
    }

    .engagement-card h3 {
        font-size: 22px;
    }

    .engagement-card p {
        font-size: 16px;
    }

    .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 .image img {
        height: 245px;
        margin: 0;
    }

    .hire-developer-product-cta.product--cta .cta-card .cta-right-wrap ul li {
        font-size: 16px;
    }

    .hire-process-2 .swiper-slide {
        width: calc(25% - 20px);
    }
}

@media (min-width: 1200px) {
    .hire-developer-collab .dev-collab-wrap {
        gap: 30px;
    }

    .hire-why-choose-us .certified-in-section ul li {
        width: 100px;
    }

    .featured-portfolio-card {
        flex-direction: row;
    }

        .featured-portfolio-card .image {
            width: 200px;
            border-radius: 6px;
            overflow: hidden;
        }

        .featured-portfolio-card .content {
            width: calc(100% - 220px);
        }

            .featured-portfolio-card .content > div {
                min-height: unset;
            }

    .engagement-card h3 {
        font-size: 32px;
    }

    .hire-developer-product-cta.product--cta .cta-card .cta-right-wrap ul {
        margin-left: -30px;
    }
}

@media (min-width: 1400px) {
    .hire-developer-collab .dev-collab-wrap {
        gap: 40px;
    }

    .hire-process-card-2 {
        padding: 30px 40px;
    }
}

.extra-tech-feature {
    padding: 80px 0;
    background-color: #f7f7f7;
}

.extra-tech-feature__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.extra-tech-feature-card .icon {
    margin-bottom: 30px;
}

.extra-tech-feature-card h3 {
    font-size: 20px;
    font-weight: 700;
}

.extra-tech-feature-card p {
    font-size: 14px;
    margin-bottom: 0;
}

.extra-tech-feature-card {
    padding: 40px;
    height: 100%;
    background: var(--white);
    border-radius: 15px;
}

.hire-tect-extra-section {
    row-gap: 40px;
}

.actual-image img {
    box-shadow: none !important;
}

@media (max-width: 991px) {
    .hire-why-choose-us .section-title {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .engagement-card ul li {
        font-size: 13px;
        margin-bottom: 10px;
    }

        .engagement-card ul li svg {
            font-size: 16px;
            position: relative;
            top: 4px;
        }
}

.hire-developer-form .hire-developer-cta .txtHireContact {
    width: 100%;
}
