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

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

section.our_teams .d-flex.main {
    gap: 32px;
}

section.our_teams .d-flex.main>div {
    width: 100%;
    display: flex;
    flex-direction: column;
}

section.our_teams .contain-border {
    background: radial-gradient(24.68% 115.34% at 50% -54.14%, #0E122E 0%, #005AF3 37.16%, #0E122E 100%), #0E122E;
    padding: 1px;
    border-radius: 24px;
    margin-top: 24px;
    display: flex;
    height: 100%;
    overflow: hidden;
}

section.our_teams .review {
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 17px;
    background: #00041F;
    color: #CCD7FF;
    height: 100%;
}

section.our_teams .review p {
    color: #CCD7FF;
}

section.our_teams .star p {
    margin-left: 12px !important;
}

section.our_teams .review .star {
    display: flex;
    align-items: center;
}

section.our_teams .profile {
    border-radius: 32px;
    border: 2px solid #0E122E;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) -4%, rgba(0, 2, 15, 0.10) 119.85%);
    min-width: min(100%, 442px);
    padding: 13px;
    position: relative;
}

section.our_teams .profile img {
    border-radius: 24px;
}

section.our_teams .profile .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%;
    overflow: hidden;
}

section.our_teams .profile .bottom_content>svg {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.our_teams .profile .bottom_content h3 {
    margin-bottom: 12px;
    font-size: 24px;
}

section.our_teams .profile .main_content {
    z-index: 999;
}

section.our_teams .profile .main_content p {
    font-size: 16px;
}

section.our_teams .profile .playbutton {
    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.our_teams .d-flex.main .d-flex.flex-column {
    gap: 32px;
}

section.our_teams .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;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.our_teams button.go_to {
    padding: 8px 24px;
    width: fit-content;
    border-radius: 50px;
    border: 1px solid #161C44;
    background: var(--primary-900, #000529);
    backdrop-filter: blur(2.5px);
}

section.our_teams button.go_to svg {
    transition: .3s;
}

section.our_teams .cards:hover button.go_to svg {
    transform: rotate(45deg);
}

section.our_teams .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 11px;
    border-radius: 12px;
    background: linear-gradient(325deg, rgba(0, 59, 255, 0.00) 41.66%, rgba(0, 59, 255, 0.20) 100%), #000633;
}

section.our_process .content p {
    margin-bottom: 32px;
}

section.our_process fieldset {
    display: block;
    min-inline-size: min-content;
    margin-inline: 2px;
    border-radius: 24px;
    border: 1px solid #161C44;
    border-image: initial;
    padding-block: 0.35em 0.625em;
    padding-inline: 0.75em;
    padding: 28px 32px 40px 32px;
}

section.our_process .card_list:not(:last-of-type) fieldset {
    margin-bottom: clamp(30px, 6vw, 56px);
}

section.our_process .card_list.active fieldset {
    border-color: #005AF3;
}

section.our_process .card_list.active fieldset legend {
    color: #005AF3;
}

section.our_process .card_list.active fieldset h3 {
    color: white;
}

section.our_process fieldset h3,
section.our_process fieldset p {
    color: #7B849D;
}

section.our_process legend {
    display: block;
    padding: 0 8px;
    float: unset;
    color: #7B849D;
    font-size: 24px;
    width: fit-content;
}

section.our_process .content .image {
    padding: 13px;
    border-radius: 32px;
    border: 1.518px solid #161C44;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) -4%, rgba(0, 2, 15, 0.10) 119.85%);
}

section.our_process .content .image img {
    border-radius: 24px;
    width: 100%;
}

section.partner_with_us .box-container {
    background: url('../../assets/images/global/footer-banner.jpg')no-repeat center center/cover;
    padding: 56px 20px;
    border-radius: 32px;
    border: 1px solid #161C44;
}

section.partner_with_us .content {
    max-width: 831px;
}

section.partner_with_us .content p {
    max-width: 600px;
    margin-bottom: 32px;
}

section.our-work .our-work-card {
    border-radius: 32px;
    border: 1px solid #161C44;
    background: #00041F;
    padding: 24px;
}

section .banner-arrow-global {
    background: url('../../assets/images/global/global-stripe.png')no-repeat top center/cover;

}

section .banner-arrow-global p,
section .banner-circle-global p {
    max-width: 587px;
    margin: auto;
}

section .banner-arrow-global a {
    margin-top: 32px;
}

section .banner-arrow-global>div {
    max-width: 800px;
}

section.our-work .d-grid img {
    border-radius: 24px;
    margin-bottom: 27px;
    width: 100%;
}

section.our-work .d-grid .text-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
}

section.our-work .d-grid .text-header p {
    border-radius: 50px;
    border: 1px solid #313848;
    background: var(--primary-900, #000529);
    backdrop-filter: blur(2.5px);
    padding: 8px 12px;
    display: flex;
    align-items: center;
    height: 38px;
}

section.our-work .d-grid p span {
    font-size: 14px;
}

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

section .border-container .counter {
    background: #00041F;
    padding: 32px 100px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

section .border-container .counter-box {
    z-index: 1;
    position: relative;
}

section .counter p.number {
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -2px;
    margin-bottom: 24px;
    color: #fff;
}

section .counter svg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.our-benefit .border-grid {
    background: radial-gradient(24.68% 115.34% at 50% -54.14%, #0E122E 0%, #005AF3 37.16%, #0E122E 100%), #0E122E;
    padding: 1px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

section.our-benefit .benefit-card {
    background: #00041F;
    padding: 32px 24px;
    text-align: center;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    position: relative;
}

section.our-benefit .benefit-card::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -50%;
    background: url('../../assets/images/benefits/light leak.svg');
    width: 220px;
    height: 170px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}

section.our-benefit h3 {
    font-size: 20px;
}

section.our-benefit p {
    color: #7B849D;
    font-size: 16px;
}

section.our-benefit img {
    width: 100%;
    object-fit: contain;
}

section.our-benefit .cta_group a {
    width: 100%;
}

section.our-benefit .cta_group a:first-of-type {
    margin-bottom: 24px;
}

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

section.our_services .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_services button.go_to {
    padding: 8px 24px;
    width: fit-content;
    border-radius: 50px;
    border: 1px solid #161C44;
    background: var(--primary-900, #000529);
    backdrop-filter: blur(2.5px);
}

section.our_services button.go_to svg {
    transition: .3s;
}

section.our_services .cards:hover button.go_to svg {
    transform: rotate(45deg);
}

section.our_services .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 11px;
    border-radius: 12px;
    background: linear-gradient(325deg, rgba(0, 59, 255, 0.00) 41.66%, rgba(0, 59, 255, 0.20) 100%), #000633;
}

@media (min-width: 1200px) {
    section .border-container .counter {
        padding: 32px 100px;
    }

    section .border-container .counter-box {
        min-width: 270px;
    }

    section.our-benefit .d-grid {
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
        height: 100%;
    }

    section.our-benefit .d-grid>div:not(:nth-child(1)) img {
        max-height: 150px;
    }

    section.our-benefit .d-grid>div:nth-child(1) {
        grid-row: 1 / 3;
        grid-column: 1 / 2;
    }

    section.our-benefit .d-grid>div:nth-child(2) {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }

    section.our-benefit .d-grid>div:nth-child(3) {
        grid-row: 1 / 2;
        grid-column: 3 / 4;
    }

    section.our-benefit .d-grid>div:nth-child(4) {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }

    section.our-benefit .d-grid>div:nth-child(5) {
        grid-row: 2 / 3;
        grid-column: 3 / 4;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    section.our-benefit .d-grid {
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        height: 100%;
    }

    section.our-benefit .d-grid>div:not(:nth-child(1)) img {
        max-height: 150px;
    }

    section.our-benefit .d-grid>div:nth-child(1) {
        grid-row: 1 / 3;
        grid-column: 1 / 2;
    }

    section.our-benefit .d-grid>div:nth-child(2) {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }

    section.our-benefit .d-grid>div:nth-child(4) {
        grid-row: 3 / 4;
        grid-column: 1 / 2;
    }

    section.our-benefit .d-grid>div:nth-child(5) {
        grid-row: 3 / 4;
        grid-column: 2 / 3;
    }
}

@media (max-width: 1199px) {
    section .border-container .counter {
        padding: 32px 50px;
        text-align: center;
    }

}

@media (min-width: 992px) {

    section .banner-arrow-global,
    section .banner-circle-global {
        padding: 140px 0;
    }

    section.our_process .d-flex {
        gap: 30px;
        justify-content: space-between;
    }

    section.our_process .d-flex>div {
        width: 100%;
    }

    section.our_process .content {
        position: sticky;
        top: 5%;
        height: 100%;
    }

    section.our_process .content {
        max-width: 630px;
    }

    section.our_process .content a.blue_btn {
        margin-bottom: 56px;
    }

    section.our_process .card_content {
        max-width: 562px;
    }

    section.our-work .d-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    section .border-container .counter {
        justify-content: space-between;
    }
}

@media (max-width: 991px) {

    section .banner-arrow-global,
    section .banner-circle-global {
        padding: 70px 0;
    }

    section.our_teams .d-flex.main,
    section.our_process .d-flex {
        flex-direction: column;
    }

    section.our_process .spot {
        margin: auto;
    }

    section.our_process .content a.blue_btn {
        margin: auto auto 56px;
    }

    section.our_process .content,
    section.our_process .card_content {
        max-width: 100%;
    }

    section.our_process .card_content {
        margin-top: 50px;
        text-align: center;
    }

    section .d-grid {
        gap: 30px;
    }

    section .border-container .counter {
        justify-content: space-around;
    }
}

@media (min-width: 768px) {
    section .last-text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    section .border-container .counter {
        gap: 40px;
    }

    section .counter p.number {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (min-width: 576px) {
    section.faq .faq_container {
        max-width: 750px;
        margin: auto;
    }

    section.faq .question_card {
        width: 100% !important;
        justify-content: space-between;
        margin-top: 64px !important;
    }
}

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

    section.our_teams .review {
        align-items: center;
        text-align: center;
    }

    section.faq .question_card {
        margin-top: 40px !important;
    }
}