/* Virtual Assistance Start */
.virtual_banner .header p {
    margin-bottom: 8px;
}


/* What we do start */
.what_we_do {
    background-color: var(--primary_bg);
    padding-top: clamp(40px, 5.052vw, 97px);
    padding-bottom: clamp(40px, 6.979vw, 134px);
}

.what_we_do .flex_wrapper {
    gap: 54px;
    display: flex;
    flex-direction: column;
}

.what_we_do .technology_flex_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.what_we_do .technology_flex_wrapper .technology_box:nth-child(1) {
    /* flex: 1; */
    max-width: 768px;
    width: 100%;
}

.what_we_do .technology_flex_wrapper .technology_box h2 {
    margin-bottom: 12px;
}

.what_we_do .technology_flex_wrapper .technology_box .technology_subflex {
    margin-top: 32px;
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.what_we_do .technology_flex_wrapper .technology_box .technology_subflex .subflex_card {
    max-width: 368px;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
}

.what_we_do .technology_flex_wrapper .technology_box .technology_subflex .subflex_card span {
    display: block;
    max-width: 48px;
}

.what_we_do .technology_flex_wrapper .technology_box .technology_subflex .subflex_detail {
    flex: 1;
}

.what_we_do .technology_flex_wrapper .technology_box .technology_subflex .subflex_detail h3 {
    margin-bottom: 8px;
}

.what_we_do .technology_flex_wrapper .technology_box:nth-child(2) {
    flex: 1;
    max-width: 840px;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
}

@media(max-width: 1600px) {
    .what_we_do .technology_flex_wrapper .technology_box .technology_subflex .subflex_card {
        max-width: 45%;
    }
}

@media(max-width: 1200px) {
    .what_we_do .technology_flex_wrapper .technology_box .technology_subflex .subflex_card {
        max-width: 100%;
    }

    .what_we_do .technology_flex_wrapper {
        align-items: start;
    }

    .what_we_do .technology_flex_wrapper .technology_box {
        position: sticky;
        top: 50px;
    }
}

@media(max-width: 991px) {

    .what_we_do .flex_wrapper .flex_item:nth-child(even) .technology_flex_wrapper,
    .what_we_do .technology_flex_wrapper {
        flex-direction: column;
    }

    .what_we_do .technology_flex_wrapper {
        gap: 50px;
    }

    .what_we_do .technology_flex_wrapper .technology_box {
        position: static;
        top: unset;
    }

    .what_we_do .flex_wrapper .flex_item:nth-child(3) {
        padding-top: 0;
    }

    .what_we_do .flex_item:nth-child(1) .technology_flex_wrapper .technology_box>p {
        padding-right: 0;
    }
}

/* What we do end */


/* Grocery Business Section Start */
.trusted_section h2 {
    text-align: center;
}
.trusted_section h2.title_large{
    text-align: left;
}

.trusted_section .grid_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px clamp(30px, 3.333vw, 64px);
    margin-top: clamp(20px, 3.333vw, 64px);
    max-width: 1640px;
}

.trusted_section .trusted_card h3,
.trusted_section .trusted_card .trusted_icon {
    margin-bottom: 7px;
}
.trusted_section .trusted_card {
    min-height: 240px;
    transition: all .4s ease-in-out;
    position: relative;
    padding: 15px;
    border-radius: 16px;
    overflow: hidden;
}
.trusted_card::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: var(--strong_high);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all .4s ease-in-out;
    border-bottom-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.trusted_card:hover {
    box-shadow: rgb(0 115 67 / 17%) 0px 7px 29px 0px;
    transform: translateY(-10px);
    cursor: default;
}
.trusted_card:hover .trusted_icon {
    transform: translateY(-8px);
}
.trusted_card:hover::after{
    width: 100%;
}
.trusted_section .trusted_card .trusted_icon {
    margin-bottom: 15px;
}

.trusted_section .trusted_card .trusted_icon {
    background-color: var(--strong_high);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    transition: .4s ease-in-out;
}

.trusted_section .trusted_card .trusted_icon img {
    width: 100%;
    height: 40px !important;
    object-fit: contain;
    display: block;
    border-radius: 8px;
}

.trusted_section .trusted_card p {
    padding-right: 5px;
    letter-spacing: 0.1px;
}

@media(max-width: 767px) {
    .trusted_section .grid_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .trusted_section h2 {
        text-align: start;
    }

    .trusted_section .trusted_card .trusted_icon img {
        width: 28px;
        height: 28px;
    }
}

/* Grocery Business Section End */


.virtual_section {
    margin-bottom: clamp(40px, 5.833vw, 112px);
}


/* Key Service section Start */
.key_section {
    padding-top: clamp(40px, 4.427vw, 84px);
}

.key_section .header {
    max-width: 1340px;
    margin: 0 auto clamp(30px, 4.167vw, 80px) auto;
    text-align: center;
}

.key_section .header h2 {
    margin-bottom: 7px;
}

.key_section .grid_wrapper {
    display: grid;
    gap: clamp(30px, 4.167vw, 80px);
}

.key_section .grid_wrapper .sub_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(30px, 6.25vw, 120px);
    align-items: center;
}

.key_section .grid_wrapper .grid_item:nth-child(even) .sub_grid .key_content {
    order: 2;
}

.key_section .grid_wrapper .sub_grid .key_content p,
.key_section .grid_wrapper .sub_grid .key_content h3 {
    margin-bottom: 16px;
}

.key_section .grid_wrapper .sub_grid .key_content p {
    letter-spacing: 0.18px;
}

.key_section .grid_wrapper .sub_grid .key_content ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--text_high);
    position: relative;
    padding-left: 32px;
}

.key_section .grid_wrapper .sub_grid .key_content ul li:not(:last-child) {
    margin-bottom: 16px;
}

.key_section .grid_wrapper .sub_grid .key_content ul li::before {
    position: absolute;
    content: "";
    background-image: url('../images/check.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width: 820px) {
    .key_section .grid_wrapper .sub_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .key_section .grid_wrapper .grid_item:nth-child(even) .sub_grid .key_content {
        order: unset;
    }

    .key_section .grid_wrapper .sub_grid .key_content ul li {
        padding-left: 24px;
    }

    .key_section .grid_wrapper .sub_grid .key_content ul li::before {
        width: 16px;
        height: 16px;
    }
}


/* Key Service section Start */


/* Virtual Assistance End */