:root {
    --page-text-color: #0B0C0D;
    --page-secondary-bg: #003054;
    --page-primary-bg: #F6F8F9;
    --fade-blue: #E4F1FF;
    --fade-purple: #E4E7FF;
    --fade-yellow: #FAF1E3;
    --fade-orange: #FFE7D9;
}

.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);
}

.dark-bg {
    background-color: var(--page-text-color);
}

/* Hero Section */

.hero-section {
    background-image: url(../images/ai-mar-images/banner-intro.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.link-tag {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 140px;
    background: var(--primary-color-600);
    margin: 20px 0 0;
    justify-content: center;
    color: #fff;
    transition: all 0.3s;
}

.link-tag:hover {
    background: var(--page-text-color);
    color: var(--white-color);
    transition: all 0.3s;
}

.circle-icon,
.border-0 {
    border: none;
}

/* Counter */

.counter {
    padding: 60px 0;
    color: var(--white-color);
}

.counter-theme {
    color: var(--page-text-color);
    border-right: 1px solid #dddddd50;
}

.counter-text {
    color: var(--primary-color-600);
}

.counter-text.plus::after {
    content: '%';
}

/* Services Wrapper */

.bordered-card {
    padding: 30px 30px;
    transition: ease-in 0.3s;
    border: 1px solid #eeeeee1f;
}

.bordered-card:hover {
    transition: ease-in 0.3s;
    background-color: #E7F3FF;
}

.bordered-card a {
    color:var(--primary-color-600);
}

.img-wrap {
    width: 100%;
    max-width: 55px;
    margin: 0 0 30px;
}

.process-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 20px;
    background: #E7F3FF;
}

.process-card .bordered-img {
    min-height: 160px;
    margin: 0 0 -40px;
}

.process-card .bordered-img img {
    width: 100%;
    height: 100%;
}

.process-2 {
    background: #FDE2E2;
}
.process-3 {
    background: #EFFFD4;
}
.process-4 {
    background: #FAF1E3;
}
.process-5 {
    background: #E2FDF2;
}
.process-6 {
    background: #EFEBFF;
}

.process-card h3 {
    color: #412A4C !important;
}

.process-card p {
    color: #6B5A74 !important;
}


/* Process Wrapper */

.develop-card {
    padding: 30px 30px 0;
    background: var(--fade-blue);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.develop-card.fade-blue {
    color: #2A496B;
}

.develop-card.fade-purple {
    color: #5D66AB;
    background: var(--fade-purple);
}

.develop-card.fade-yellow {
    color: #4F340A;
    background: var(--fade-yellow);
}

.develop-card.fade-blue ul li::before {
    border-bottom: 9px solid #2A496B;
}

.develop-card.fade-purple ul li::before {
    border-bottom: 9px solid #5D66AB;
}

.develop-card.fade-yellow ul li::before {
    border-bottom: 9px solid #4F340A;
}

.develop-card ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.develop-card ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 0 28px;
}

.develop-card ul li::before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    inset: 0;
    position: absolute;
    width: 0;
    height: 0;
    rotate: 90deg;
    margin: 12px 0 auto;
}

/* Consulting Wrapper */

.con-intro {
    background-color: #E7F3FF !important;
}

.con-intro .bordered-card:hover {
    background: #CEE4FA !important;
}

.con-intro .img-wrap,
.con-intro .bordered-card:hover .img-wrap {
    background: #040404 !important;
}

.consulting-intro .img-wrap {
    max-width: 70px;
    background: #ffffff20;
    padding: 10px;
}

.consulting-intro .bordered-card:hover {
    background: #ffffff20;
    cursor: pointer;
}

.consulting-intro .bordered-card:hover .img-wrap {
    background: transparent;
}

/* Artificial Intro */

.artificial-intro {
    background-color: var(--page-text-color);
}

.artificial-intro .bordered-card {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.artificial-intro .bordered-card:hover {
    transform: translateY(-8px);
}

.slider-btn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin: 40px 0 0;
}

.swiper-button-next,
.swiper-button-prev {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border: 1px solid #898989;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static !important;
    color: var(--page-text-color);
    margin: unset !important;
    z-index: 1 !important;
    transition: ease-in 0.3s;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: var(--primary-color-600);
    border-color: var(--primary-color-600);
    color: var(--white-color);
    transition: ease-in 0.3s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
}


/* Slider */

.development-intro .swiper-slide {
    display: flex;
    height: auto;
}

.development-intro .swiper-wrapper {
    padding-left: 30px;
}

.development-wrapper {
    background: var(--white-color);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all 0.3s;
    border: 1px solid #dddddd82;
    width: 100%;
}

.development-wrapper:hover {
    box-shadow: 0px 0px 34px 0px #0000000F;
    transition: all 0.3s;
}

.angle {
    position: absolute;
    inset: auto auto 0 0;
}

/* Tiles */

.tiles-card {
    padding: 30px 30px;
    background: #FDE2E2;
}

.tiles-card.tile-2 {
    background: #EFFFD4;
}

.tiles-card.tile-3 {
    background: #FAF1E3;
}

.tiles-card.tile-4 {
    background: #E2FDF2;
}

.tiles-card.tile-5 {
    background: #EFEBFF;
}

.tiles-card.tile-6 {
    background: #E7F3FF;
}

/* Cta Section */

.cta-theme {
    background: #F1F1FF;
}

.cta-theme.shape-4 {
    background-image: url(../images/ai-dev-images/cta-intro-bg.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 160px 20px 130px;
}

/* 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-img {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .tech-wrappper,
    .tiles-card,
    .process-card,
    .bordered-card {
        padding: 20px 20px;
    }

    .develop-card {
        padding: 20px 20px 0;
    }

    .tech-list {
        gap: 10px;
    }
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {

    .development-intro {
        padding-bottom: 50px !important;
    }


}

@media only screen   and (max-width: 767px) {

    .border-end {
        border: none !important;
    }

    .cta-theme.shape-4 {
        padding: 40px 20px;
    }

    .process-card {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 600px) {

}