.main_wrapper {
    background: transparent !important;
}
.sub-title-main {
    color: var(--primary);
    font-weight: 600;
    font-size: 20px;
}
.title-section {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
}
.page-header {
    padding: 65px 0 85px;
    background-color: var(--primary);
    background-image: url(../../images/icons/landing-bg.webp);
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
}
.page-header::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 125px;
    width: 100%;
    background-color: #fff;
}
.page-header h1 {
    font-size: 47px;
    font-weight: bold;
    line-height: 1.4;
}
.page-header p {
    font-size: 20px;
    line-height: 1.6;
}
.page-header .page-loc {
    font-size: 22px;
    font-weight: 600;
}
.page-header .img {
    border-radius: 18px;
    overflow: hidden;
    max-width: 395px;
}
/* ================================ *\
            Clients Section 
\* ================================ */
.clients {
    padding: 80px 0;
    background: #FBFBFF;
}
.clients .icon {
    background: #FEFDFD;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 7px 8px 41px rgb(78 95 255 / 16%);
    border-radius: 10px;
    height: 100%;
    padding: 30px;
    text-align: center;
}
.clients .icon img {
    height: 40px;
    max-width: 100%;
}
/* ====================================== *\
            Features Section 
\* ====================================== */
.features-section {
    padding: 60px 0;
    position: relative;
    background-image: url('../../images/icons/about-bg-1.webp');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}
.features-section img {
    height: 31px;
}
.features-section .icon {
    background-color: var(--primary);
    width: 54px;
    height: 54px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    transition: all 0.2s ease-in-out;
}
.features-section div:nth-child(2) .icon {
    background: #008AED;
}
.features-section div:nth-child(3) .icon {
    background: #EEAE08;
}
.features-section div:nth-child(4) .icon {
    background:  #FF6006;
}
.features-section div:nth-child(5) .icon {
    background: #12DD88;
}
.features-section div:nth-child(6) .icon {
    background: #5F4BDB;
}
.features-section div:nth-child(7) .icon {
    background: #FF6006;
}
.features-section .item {
    padding: 33px 21px;
    background: #FFFFFF;
    box-shadow: 7px 8px 41px rgb(78 95 255 / 16%);
    border-radius: 16px;
    transition: all 0.2s ease-in-out;
}
.features-section .item:hover {
    background-color: #1F1946;
}
.features-section .item:hover h4 a {
    color: #fff;
}
.features-section .item:hover p{
    color: #D3D3D3;
}
.features-section h4 a {
    font-size: 18px;
    font-weight: 600;
    padding: 7px 0;
    color: #212529;
}
.features-section p {
    line-height: 1.6;
    font-size: 15px;
    color: #727171;
}
/* ====================================== *\
            Process Section 
\* ====================================== */
.process-section {
    padding: 105px 0 0px;
    background-image: url('../../images/icons/work-process-bg-2.webp');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 500px;
    position: relative;
}
.process-section::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-image: url('../../images/icons/work-process-bg-1.png');
    background-repeat: no-repeat;
    z-index: -1;
    background-position: bottom 310px left;
}
.process-section .item {
    background: #FFFFFF;
    box-shadow: 7px 8px 41px rgb(78 95 255 / 16%);
    border-radius: 16px;
    padding: 35px 40px;
    height: 100%;
    text-align: left !important;
}
.process-section .item .title {
    font-size: 22px;
    line-height: 36px;
}
.process-section .icon {
    width: fit-content;
    height: fit-content;
    padding: 15px;
    border-radius: 0px 15px 15px 15px;
}
.process-section .icon img {
    height: 30px;
}
.process-section .list div:nth-child(1) .icon {
    background-color: #5F4BDB;
}
.process-section .list div:nth-child(2) .icon {
    background-color: #F6BC00;
}
.process-section .list div:nth-child(3) .icon {
    background-color: #FF6006;
}
.process-section .list div:nth-child(4) .icon {
    background-color: #FF479F;
}
.process-section .list div:nth-child(5) .icon {
    background-color: #12DD88;
}
.process-section .list div:nth-child(6) .icon {
    background-color: #2300FF;
}
/* ====================================== *\
            CTA Section 
\* ====================================== */
.cta {
    padding: 100px 0 0;
}
.cta .action {
    background: #5CB73E;
    border-radius: 30px;
    padding: 42px 60px;
    background-image: url(../../images/icons/cta-bg.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(40px);
    position: relative;
    z-index: 1;
}
.cta h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
}
.cta h2 span {
    position: relative;
}
.cta h2 span:nth-child(2):after {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/arrow.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
    width: 70px;
    left: 120%;
    top: -30px;
}
@media screen and (max-width: 1500px) {
    .about-section {
        background-image: unset;
    }
}
@media screen and (max-width: 1399px) { 

}
@media screen and (max-width: 1199px) {
    .page-header h1 {
        font-size: 37px;
    }
    .cta {
        padding: 50px 0 90px;
    }
    .cta .action {
        transform: unset;
        box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
    }
}
@media screen and (max-width: 991px) {
    .page-header h1 {
        font-size: 27px;
    }
    .page-header {
        padding: 65px 0 155px;
    }
}
@media screen and (max-width: 767px) {
    .about-section {
        padding: 0;
    }
    .process-section {
        padding: 70px 0 0px;
    }
    .cta h2 {
        font-size: 24px;
    }
    .page-header {
        padding: 65px 0 15px;
    }
}
@media screen and (max-width: 575px) {
    .cta .action {
        padding: 22px 20px;
        border-radius: 0;
    }
    .cta {
        padding: 0;
    }
    .cta h2 span:nth-child(2):after {
        content: unset;
    }
    .title-section {
        font-size: 22px;
        line-height: 32px;
    }
    .process-section {
        padding: 70px 0 20px;
    }
}