:root {
    --page-text-color: #0B0C0D;
    --page-secondary-bg: #f4f8ff;
    --page-primary-bg: #14716A;
    --page-dark-bg: #11171E;
}

.button {
    border-radius: unset !important;
    font-family: 'Gilroy' !important;
    padding: 12px 16px !important;
}

.page-text-color {
    color: var(--page-text-color);
}

.page-secondary-bg{
    background-color: var(--page-secondary-bg);
}

.page-primary-bg {
    background: var(--page-primary-bg);
}

.page-dark-bg {
    background-color: var(--page-dark-bg);
}

.button-primary-white {
    background-color: var(--white-color);
    color: var(--page-text-color);
}

.button-primary-white path {
    fill: var(--page-text-color);
}

.button-primary-white:hover path {
    fill: var(--white-color);
}

.angle {
    position: absolute;
    inset: auto auto 0 0;
}


/* Hero Section */

.hero-section {
    background-color: var(--page-secondary-bg);
    background-size: auto;
    background-repeat: no-repeat;
}

.circle-icon,
.border-0 {
    border: none;
}

/* Counter */

.page-counter {
    background-color: var(--page-dark-bg);
    padding: 80px 60px;
}

.counter-grid {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 20px;
    border-bottom: 1px solid #FFFFFF33;
    padding: 0 0 30px;
}

.counter-theme {
    color: var(--white-color);
    border-right: 1px solid #FFFFFF33;
    padding: 0 33px;
}

.counter-text.percent::after {
    content: '%';
}

.highlight__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    width: fit-content;
    margin: auto;
}

.highlight__link::after {
    content: '';
    background-image: url(../images/agency-images/highlight-underline.webp);
    height: 30px;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.highlight__link svg {
    transition: all 0.3s;
}

.highlight__link:hover svg {
    transition: all 0.3s;
    transform: translateX(10px);
}

/* Software Wrapper */

.process__wrapper {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    color: var(--white-color);
    padding: 30px 30px;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
    border: 1px solid transparent;
    background-repeat: no-repeat;
}

.process__icon {
    width: 60px;
}

.process__block {
    position: relative;
    z-index: 1;
}

.process__wrapper::before {
    content: '';
    position: absolute;
    inset: 2px 0 0;
    width: calc(100% - 2px);
    height: 100%;
    background: var(--page-primary-bg);
    margin: auto;
}

.process__wrapper:hover {
    background: transparent;
    border-color: #fff;
}

.process__wrapper:hover::before {
    height: calc(100% - 2px);
}

.process__wrapper.process_white {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    color: var(--page-text-color);
}

.process__wrapper.process_white::before {
    background: var(--page-secondary-bg);
    width: 100%;
}

.process__wrapper.process_white:hover {
    background: var(--page-secondary-bg);
    border-color: #00000060;
}

.process__wrapper .link-block {
    color: var(--page-text-color);
    transition: all 0.2s;
}

.process__wrapper .link-block:hover,
.process__wrapper:hover .link-block {
    color: var(--primary-color-600);
    text-decoration: underline !important;
}

/* New Addon */

.ben-card {
    padding-block: 15px;
}

.ben-icon {
    height: 75px;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: var(--page-secondary-bg);
}

.invest-sep-border {
    border-top: 1px solid var(--page-dark-bg);
    display: block;
    padding: 0;
    width: 100%;
    max-width: 80%;
    position: relative;
    margin: 30px 0;
}

.invest-sep-border:before {
    content: '';
    width: 70px;
    height: 6px;
    background: var(--primary-color-600);
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: all .3s ease;
}

/* Development Wrapper */

.health-card {
    padding: 40px 30px;
    color: var(--white-color);
}

.health-card a {
    transition: all 0.3s;
}

.health-card a:hover,
.health-card:hover a {
    color: var(--white-color);
    text-decoration: underline !important;
}

.health-card.border-card {
    border-right: 1px solid #ffffff33;
    border-bottom: 1px solid #ffffff33;
}

.health-card.borderb-0 {
    border-bottom: none;
}

.health-card.borderr-0 {
    border-right: none;
}

/* Engage Block */

.engage-card {
    padding: 40px 30px;
    height: 100%;
    border: 1px solid #9999B5;
}

.engage-card img {
    height: 160px;
    margin-left: auto;
    display: block;
    object-fit: contain;
}

.engage-card .circle-icon {
    padding: 7px;
    height: 40px;
    width: 40px;
    border-width: 2px;
    border: 1px solid #000;
}

.engage-card .circle-icon svg {
    rotate: -45deg;
    transition: all .3s ease;
    width: 18px;
}

.engage-card:hover .circle-icon svg {
    rotate: 0deg;
}

/* Choose */

.invest-icon-wrapper {
    padding: 30px 30px;
    background: #ffffff15;
    border: 1px solid #ffffff1f;
    color: var(--white-color);
    transition: all .3s;
}

.invest-icon {
    background: #ffffff1a;
    border: 1px solid #ffffff54;
}

.invest-icon img {
    max-width: 40px;
    height: 40px;
    object-fit: contain;
}

/* Tech Block */


.tech-wrappper {
    background-color: var(--white-color);
    border: 1px solid #d9e4f9;
    padding: 20PX 20PX;
    text-align: left;
    transition: all 0.3s;
    width: 100%;
}

.tech-wrappper:hover {
    transform: translateY(-5px);
}

.tech-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 30px 25px;
    text-align: -webkit-match-parent;
}

.tech-list li {
    text-align: center;
}

.tech-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    min-width: 56px;
    border: 1px solid #DEDEDE;
    border-radius: 50px;
    margin: 0 auto 8px;
    padding: 12px;
}

.tech-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.tech-list li p {
    font-size: 14px !important;
}

/* Cta Section */

.cta-theme {
    padding: 60px 80px;
    background: var(--page-primary-bg);
}

.emp-cta {
    position: relative;
    padding: 70px 90px;
    background: linear-gradient(108.71deg, #F0F3F8 -1.58%, #F8F0F4 100%);
}

.emp-cta::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/web3-img/web-pattern.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.innov-cta {
    background-image: url(../images/web3-img/circle-bg.png);
    background-size: cover;
    background-position: center;
    padding: 100px 120px;
    background-color: var(--page-dark-bg);
    color: var(--white-color);
}

/* Responsive */

@media (max-width: 1599px) {
    .padding-left {
        --page-width: 1200px;
        padding-left: calc(50% - (var(--page-width) / 2) + 12px);
    }
}

@media only screen and (max-width: 1599px) {
    .tech-list {
        gap: 20px 25px;
    }
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {
    
    .text-align-center {
        text-align: center;
    }

    .page-counter {
        padding: 50px 20px;
    }

    .process__wrapper,
    .engage-card,
    .invest-icon-wrapper {
        padding: 20px 20px;
    }

    .emp-cta,
    .innov-cta {
        padding: 30px 30px;
    }

    .tech-list li p {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 767px) {

    .health-card {
        border: 1px solid #00305433 !important;
        margin: 10px;
        padding: 20px;
    }

    .fade-wrapper {
        padding: 20px;
    }

    .fade-img-wrapper {
        padding: 20px 20px 0;
    }

    .cta-dark.cta-spacer {
        padding: 30px 20px;
    }

    .tech-wrapper {
        padding: 10px 0;
    }

    .counter-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .counter-grid .counter-theme:nth-child(2) {
        border: none;
    }

    .cta-wrap {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 475px) {

}