a.read_more {
    display: flex;
    min-width: 115px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1.5px solid var(--primary-700, #161C44);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -32.61%, rgba(255, 255, 255, 0.10) 100%);
    backdrop-filter: blur(4px);
}

section #rating::before {
    background: linear-gradient(270deg, rgba(0, 2, 15, 0.00) 10%, #00020F 88.63%);
    content: '';
    position: absolute;
    width: 480px;
    left: 0;
    height: 100%;
    z-index: 2;
    display: block;
    top: 0;
}

section #rating::after {
    background: linear-gradient(270deg, rgba(0, 2, 15, 0.00) 10%, #00020F 88.63%);
    content: '';
    position: absolute;
    width: 480px;
    right: 0;
    height: 100%;
    display: block;
    z-index: 2;
    top: 0;
    transform: rotateY(180deg);
}

section .border-top-light .image {
    position: relative;
    border-radius: 24px;
    border: 2px solid #0E122E;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) -4%, rgba(0, 2, 15, 0.10) 119.85%), #00020F;
    min-width: min(100%, 442px);
    padding: 13px;
    height: 100%;
}

section .border-top-light {
    background: radial-gradient(24.68% 115.34% at 50% -54.14%, #0E122E 0%, #005AF3 37.16%, #0E122E 100%), #0E122E;
    padding: 2px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

section .section_label {
    width: fit-content;
}

section.section_banner .content {
    max-width: 630px !important;
}

section .banner-circle-global {
    background: url('../../assets/images/global/global-circle-banner.png')no-repeat top center/contain;
}

@media (min-width: 992px) {
    section .banner-circle-global {
        padding: 140px 0;
    }
}

@media (max-width: 991px) {
    section .banner-circle-global {
        padding: 70px 0;
    }
    section #rating {
        overflow: hidden;
    }
    section.how_weve_helped_our_clients .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    section #rating::after,
    section #rating::before {
        width: 100px;
    }
}

section.how_weve_helped_our_clients .content .seperator_horizontal {
    margin: 24px 0 !important;
}

section.how_weve_helped_our_clients .image img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

section.how_weve_helped_our_clients .image .bottom_content {
    position: absolute;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #161C44;
    background: #00041F;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
    display: flex;
    align-content: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    max-width: 100%;
}

section.how_weve_helped_our_clients .cards {
    padding: clamp(20px, 4vw + 1rem, 32px);
    border-radius: 24px;
    border: 1px solid #161C44;
    height: auto;
    background: url('https://staging.wyndigital.io/wp-content/themes/WYN%20Digital/assets/images/reviews/service-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 32px;
    gap: 56px;
}

section.how_weve_helped_our_clients .image .bottom_content .linkedin {
    padding: 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

section.how_weve_helped_our_clients .cards p {
    color: var(--grayscale-100, #CCD7FF);
    font-family: Inter;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
}

section.how_weve_helped_our_clients .bottom_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0 24px;
}

section.how_weve_helped_our_clients .bottom_content p {
    margin-bottom: 0;
    max-width: 383px;
}

section.how_weve_helped_our_clients .bottom_content .review,
section.how_weve_helped_our_clients .bottom_content .reviews {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

section.how_weve_helped_our_clients .bottom_content .review h3 {
    margin-bottom: 0;
}

section.how_weve_helped_our_clients .bottom_content .review p {
    margin-bottom: 0;
}

section.how_weve_helped_our_clients .bottom_content span {
    color: var(--grayscale-300, #7B849D);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1px;
}

section.how_weve_helped_our_clients h3+p {
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    section.how_weve_helped_our_clients .d-flex {
        gap: 56px;
        justify-content: space-between;
        /* align-items: center; */
    }
    section.how_weve_helped_our_clients .d-flex>div {
        width: 100%;
    }
    section.how_weve_helped_our_clients .content {
        max-width: 720px;
    }
    section.how_weve_helped_our_clients .custom-image {
        max-width: 490px;
    }
    section.our_tehow_weve_helped_our_clientsams .content {
        flex: 1 1 623px;
        min-width: min(100%, 442px);
    }
}

@media (max-width: 991px) {
    section.how_weve_helped_our_clients .content .seperator_horizontal,
    section.how_weve_helped_our_clients h3,
    section.how_weve_helped_our_clients p {
        text-align: center;
    }
    section.how_weve_helped_our_clients .spot,
    section.how_weve_helped_our_clients .bottom_content {
        margin: auto;
    }
    section .border-top-light,
    section.how_weve_helped_our_clients .image {
        height: auto;
    }
}

@media (max-width: 575px) {
    section.how_weve_helped_our_clients .bottom_content {
        flex-direction: column;
        text-align: center;
    }
}

section.our_clients .cards {
    padding: clamp(20px, 4vw + 1rem, 32px);
    border-radius: 24px;
    border: 1px solid #161C44;
    height: 100%;
    background: url('../../assets/images/homepage/service-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.our_clients .cards p {
    margin-bottom: 56px;
}

section.our_clients .content {
    width: 100%;
    max-width: 100%;
}

section.our_clients .content .headings {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 56px;
}

section.our_clients .content .headings h2 {
    text-align: start;
    max-width: 542px;
}

section.our_clients .content .headings p {
    max-width: 480px;
}

@media (max-width:1199px) {
    section.our_clients .content,
    section.our_clients .content .headings {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    section.our_clients .content .headings h2 {
        text-align: center;
        margin: auto;
    }
}

section.all_testimonials {
    background: url('../../assets/images/reviews/open-positions-with-us-bg-section-horizontal-dark.png') no-repeat center center / cover;
}

section.all_testimonials .content {
    max-width: 650px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (min-width: 992px) {
    section.all_testimonials .content {
        min-height: 470px;
    }
}

section.reviews_section {
    background: url('../../assets/images/careers/open-positions-with-us-bg-section-horizontal-dark') no-repeat top center/contain;
    padding-top: 124px;
    padding-bottom: 136px;
}

section.reviews_section .content img {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
    object-fit: cover;
    aspect-ratio: 3/2;
    width: 100%;
    object-position: center;
    height: 100%;
}

section.reviews_section div .content {
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    height: 100%;
    border: 1px solid #161C44;
    background: url('../../assets/images/reviews/culture-values-cards-bg.jpg')no-repeat top center/cover;
    padding: 24px;
    gap: 24px;
    min-height: 230px;
}

section.reviews_section .image-container {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid var(--border-gradient-radial, #0E122E);
    background: rgba(255, 255, 255, 0.10);
}

section.reviews_section .content .image {
    margin-bottom: 32px;
}

section.reviews_section .content span.categories a {
    padding: 8px 12px;
    border-radius: 50px;
    border: 1px solid #313848;
    background: var(--primary-900, #000529);
    backdrop-filter: blur(2.5px);
    color: #CCD7FF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

section.reviews_section .content span.date {
    color: #7B849D;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

section.reviews_section .content .other_data {
    display: flex;
    align-items: center;
    gap: 0 8px;
}

section.reviews_section .content a.read_more {
    display: flex;
    align-items: center;
    gap: 0 8px;
    color: #CCD7FF;
    text-align: center;
}

@media (max-width: 575px) {
    section.reviews_section .content {
        flex-direction: column;
    }
}

section.reviews_section .row {
    --bs-gutter-x: 32px;
    gap: 32px 0;
}

section.reviews_section .header {
    max-width: 784px;
    margin: 0 auto calc(156px - 32px);
}

section.reviews_section .header p {
    max-width: 559px;
}

section.reviews_section .main-content p {
    margin-bottom: 34px;
}

section.reviews_section .main-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    max-width: 336px;
}

section.reviews_section .reviews .star span {
    color: var(--grayscale-100, #CCD7FF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1px;
}

section.reviews_section .review {
    margin-bottom: 21px;
}

section.reviews_section .review span {
    color: var(--grayscale-300, #7B849D);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

section.reviews_section .main-content .reviews .star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

section.your_inputs .content .seperator_horizontal {
    margin: 24px 0 !important;
}

section.your_inputs .input-container {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

section.your_inputs .image img {
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
}

section.your_inputs .image .bottom_content {
    position: absolute;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #161C44;
    background: #00041F;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
    display: flex;
    align-content: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    max-width: 100%;
}

section.your_inputs .image .bottom_content .linkedin {
    padding: 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

section.your_inputs .cards p {
    color: var(--grayscale-100, #CCD7FF);
    font-family: Inter;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
}

section.your_inputs .bottom_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0 24px;
}

section.your_inputs .bottom_content p {
    margin-bottom: 0;
    max-width: 383px;
}

section.your_inputs .bottom_content .review,
section.your_inputs .bottom_content .reviews {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

section.your_inputs .bottom_content .review h3 {
    margin-bottom: 0;
}

section.your_inputs .bottom_content .review p {
    margin-bottom: 0;
}

section.your_inputs .bottom_content span {
    color: var(--grayscale-300, #7B849D);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1px;
}

section.your_inputs h3+p {
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    section.your_inputs .d-flex {
        gap: 56px;
        justify-content: space-between;
    }
    /* section.your_inputs .d-flex {
        align-items: center;
    } */
    section.your_inputs .d-flex>div {
        width: 690px;
    }
    section.your_inputs .content {
        max-width: 630px;
    }
    /* section.your_inputs .custom-image {
        max-width: 486px;
    } */
    section.your_inputs .content {
        flex: 1 1 623px;
        min-width: min(100%, 442px);
    }
}

@media (max-width: 991px) {
    section.your_inputs .content .seperator_horizontal,
    section.your_inputs h3 {
        text-align: center;
    }
    section.your_inputs .spot,
    section.your_inputs .bottom_content {
        margin: auto;
    }
    section.your_inputs .image {
        height: auto;
    }
    section.your_inputs .content .border-top-light {
        margin-bottom: 32px;
    }
}

@media (max-width: 575px) {
    section.your_inputs .bottom_content {
        flex-direction: column;
        text-align: center;
    }
    section.your_inputs p {
        text-align: center;
    }
}

section.your_inputs .cards {
    padding: clamp(20px, 4vw + 1rem, 32px);
    border-radius: 24px;
    border: 1px solid #161C44;
    height: 100%;
    background: url('../../assets/images/homepage/service-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.your_inputs .cards p {
    margin-bottom: 56px;
}

section.your_inputs .content {
    width: 100%;
    max-width: 100%;
}

section.your_inputs .content .headings {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

section.your_inputs .content .headings h2 {
    text-align: start;
    max-width: 542px;
}

section.your_inputs .content .headings p {
    max-width: 480px;
}

@media (max-width:1199px) {
    section.your_inputs .content,
    section.your_inputs .content .headings {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    section.your_inputs .content .headings h2 {
        text-align: center;
        margin: auto;
    }
}

section.your_inputs.contact_us .custom-cf7-form {
    padding: 0;
}

section.your_inputs.contact_us .custom-cf7-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    color: #fff;
    border-radius: 24px;
    border: 0;
    background: 0;
}

section.your_inputs .content .wpcf7 {
    margin-top: 32px;
}

section.your_inputs.contact_us .cf7-submit {
    margin-top: 0;
}

section.your_inputs.contact_us .custom-cf7-form {
    text-align: start;
}

@media (max-width: 575px) {
    section.your_inputs.contact_us .custom-cf7-form {
        text-align: center;
    }
}