section.banner .content {
    max-width: 800px;
}

section.banner .top_button {
    display: flex;
    gap: 0 12px;
    align-items: center;
}

section.banner .top_button span {
    color: #CCD7FF;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
}

@keyframes fadeInOpacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

section.banner p {
    margin: 0 auto 32px auto;
    max-width: 582px;
}

section.banner .content button {
    padding: 8px 12px;
    border-radius: 50px;
    background: var(--primary-500, #005AF3);
    width: auto;
    display: flex;
    justify-content: center;
}

section.smooth_carousel {
    position: relative;
    overflow: hidden;
}

section.smooth_carousel .item {
    position: relative;
    border-radius: 16px;
    background: url('../../assets/images/homepage/card-portfolio.png') no-repeat center center / cover;
    padding: 10px;
    overflow: hidden;
    z-index: 1;
}

section.smooth_carousel img {
    object-fit: cover;
    object-position: top center;
    border-radius: 12px;
}

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

section.smooth_carousel::before {
    left: 0;
}

section.smooth_carousel::after {
    right: 0;
    transform: rotateY(180deg);
}

section.rating #rating {
    padding: 8px 0;

    .item {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
    }

    img {
        max-height: 60px;
        max-width: 150px;
        object-fit: contain;
    }
}

section.rating .header_rating span {
    color: #CCD7FF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

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.rating .header_rating {
    gap: 10px 0;
}

section.rating {
    position: relative;
}

section.our_services .header {
    max-width: 684px;
    margin-bottom: clamp(calc(50px - 32px), 4vw + 1rem, calc(128px - 32px));
}

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;
}

section.our_services {
    background: url('../../assets/images/homepage/our_services.png') no-repeat center center/ 100% auto;
}

section.featured_project_banner {
    background: url('../../assets/images/homepage/featured-bg.png') no-repeat center center / cover;
}

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

section.featured_project .item {
    position: relative;
    border-radius: 16px;
    background: url('../../assets/images/homepage/card-portfolio.png') no-repeat center center / cover;
    padding: 10px;
    overflow: hidden;
    z-index: 1;

    img {
        border-radius: 10px;
        overflow: hidden;
        max-height: 500px;
        object-fit: cover;
        object-position: top;
    }
}

section.featured_project .owl-nav {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

section.featured_project .owl-nav button {
    border-radius: 8px !important;
    border: 2px solid #1F85FF;
    background: #005AF3 !important;
    aspect-ratio: 1;
    outline: none;
    margin: 0 !important;
    display: flex !important;
}

section.featured_project .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

section.featured_project .owl-nav button svg {
    width: 20px;
    fill: #fff;
}

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.our_process .content p {
    margin-bottom: 56px;
}

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

section.our_teams .image {
    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%);
    /* flex: 1 1 600px; */
    min-width: min(100%, 442px);
    padding: 13px;
}

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

section.our_teams .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.our_teams .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.our_teams .bottom_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 383px;
    gap: 0 24px;
}

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

section.our_teams .bottom_content span {
    color: #CCD7FF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

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

section.our_benefits.custom-banner {
    background: url('../../assets/images/homepage/benefit-banner.png') no-repeat center center / cover;
}

section.our_benefits .header {
    max-width: 681px;
}

section.our_benefits .header button {
    padding: 12px 24px;
}

section.our_benefits .header button:not(:last-of-type) {
    border-radius: 8px;
    border: 1px solid #161C44;
    background: #00041F;
    backdrop-filter: blur(2.5px);
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}


section.our_benefits .header .group_button {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

section.our_benefits .large_content,
section.our_benefits .small_content,
section.our_benefits .right_content .content {
    padding: 32px;
    height: 100%;
    border-radius: 24px;
    border: 1px solid #161C44;
    background: #00041F;
}

section.our_benefits .left_content .row {
    gap: 32px 0;
    --bs-gutter-x: 32px;
    height: 100%;
}

section.our_benefits .main_row {
    --bs-gutter-x: 32px;
    gap: 32px 0;
}

section.our_benefits .left_content {
    height: 100%;
}

section.our_benefits .right_content .row {
    gap: 32px 0;
    height: 100%;
}

section.our_benefits .right_content {
    height: 100%;
}

section.our_benefits .seperator_horizontal {
    height: 1px;
    margin: 16px 0;
    display: flex;
}

section.our_benefits img {
    border-radius: 24px;
    width: 100%;
    min-height: 150px;
    object-fit: cover;
    height: 100%;
}

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

section.our_benefits .group_button {
    margin-top: 32px;
}

section.our_benefits span.new {
    padding: 6px 13px;
    border-radius: 6px;
    border: 1px solid var(--primary-300, #1F85FF);
    background: var(--primary-500, #005AF3);
    color: var(--neutral-grey-grey-lightest, #FFF);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-left: 16px;
}

section.faq .header p {
    max-width: 582px;
    margin: 0 auto;
}

section.faq .accordion-body {
    padding: 15px 0;
}

section.faq .accordion-button::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M9.99985 4.44043V16.9404M16.2498 10.6904H3.74985" stroke="white" stroke-width="1.875" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 48px;
    height: 48px;
    border-radius: 42.857px;
    border: 0.857px solid #161C44;
    backdrop-filter: blur(2.142857074737549px);
    background-position: center;
}

section.faq .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21" fill="none"><path d="M4.9541 10.1804H16.6208" stroke="white" stroke-width="1.875" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

section.faq .accordion-button:not(.collapsed) {
    box-shadow: none;
}

section.faq .accordion-item {
    padding: 16px 32px;
    border-radius: 20px !important;
    border: 1px solid #161C44 !important;
    background: #00041F !important;
}

section.faq .accordion-button {
    background-color: transparent;
    padding: 0;
}

section.faq .accordion {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 32px 0;
}

section.faq .accordion-item {
    background-color: transparent;
    border: none;
}

section.faq .col-md-12 {
    background: url('../../assets/images/homepage/faq-banner.png')no-repeat top center/contain;
}

section.faq .row,
section.our_blogs .row {
    --bs-gutter-x: 32px;
    gap: 32px 0;
}

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

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

section.our_blogs .content {
    height: 100%;
    border-radius: 24px;
    border: 1px solid #161C44;
    background: #00041F;
    padding: 24px;
}

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

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

section.our_blogs .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.our_blogs .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.our_blogs .content .other_data {
    display: flex;
    align-items: center;
    gap: 0 8px;
}

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

section.our_blogs {
    background: url('../../assets/images/homepage/Our Blogs.png') no-repeat top center/contain;
    padding-top: 124px;
    padding-bottom: 136px;
}

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;
}

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

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

    section.our_teams .d-flex {
        align-items: center;
    }

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

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

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

    section.our_teams .custom-image,
    section.our_process .card_content {
        max-width: 562px;
    }

    section.our_teams .content {
        flex: 1 1 623px;
        min-width: min(100%, 442px);
    }

    section.our_benefits.custom-banner {
        padding: 0 5% 90pxx;
        margin-top: 136px;
    }

    section.faq .col-md-12 {
        padding: 140px 0;
    }
}

@media (max-width: 991px) {
    section.our_services {
        background-position-y: 100px;
    }

    section.featured_project_banner .content {
        min-height: 200px;
    }

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

    section.our_process .spot {
        margin: auto;
    }

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

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

    section.our_teams .content .seperator_horizontal,
    section.our_teams h3,
    section.our_teams p {
        text-align: center;
    }

    section.our_benefits .spot,
    section.our_teams .spot,
    section.our_teams .bottom_content {
        margin: auto;
    }

    section.our_benefits .header .group_button {
        justify-content: center;
    }

    section.our_benefits .header {
        margin: auto;
    }

    section.faq .accordion-item {
        padding: 8px 20px;
    }

    section.faq .accordion-item h3 {
        font-size: 16px;
    }

    section.faq .col-md-12 {
        padding: 70px 0;
    }

    section.our_teams .image .bottom_content {
        align-items: center;
    }
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
    section.our_benefits img {
        min-height: auto;
        height: auto;
        aspect-ratio: 2/1;
    }

    section.featured_project .owl-nav {
        justify-content: center;
    }
}

@media (min-width: 576px) {
    section.banner .top_button {
        padding: 10px 20px;
        border-radius: 50px;
        border: 1px solid rgba(255, 255, 255, 0.20);
        background: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(2.5px);
    }

    section.smooth_carousel img {
        width: 400px !important;
        height: 650px;
    }
}

@media (max-width: 575px) {
    section.banner .top_button {
        flex-direction: column;
        gap: 15px 0;
        text-align: center;
    }

    section.smooth_carousel img {
        width: 300px !important;
        height: 400px;
    }

    section.smooth_carousel::before,
    section.smooth_carousel::after,
    section.rating::after,
    section.rating::before {
        width: 100px;
    }

    section.our_benefits .left_content .group_button {
        flex-direction: column;
    }

    section.faq .accordion-item h3 {
        font-size: 14px;
    }

    section.our_teams .bottom_content {
        flex-direction: column;
        text-align: center;
    }
}