.el-cta-section{
    position: relative;
}
.cta-content-wrapper{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.cta-content-inner-wrap {
    --cta-heading-color: #191d28;
    --cta-desc-color: #5d6374;
    padding: 100px 30px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.style-1 .cta-content-inner-wrap{
    background-color: #c3c8ff90;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.style-4 .cta-content-inner-wrap,
.style-2 .cta-content-inner-wrap{
    --cta-heading-color: #fff;
    --cta-desc-color: #ddd;
    background-color: #191fb3;
}

.style-3 .cta-content-inner-wrap{
    --cta-heading-color: #fff;
    --cta-desc-color: #ddd;
    background: linear-gradient(45deg, #501E9C 0%, #8069F1 40%, #A45CEE 75%, #FF857F 100%);
    padding: 100px 50px;
}
.style-4 .cta-content-inner-wrap{
    background-image: url(../../../img/bg/gradiant-bg-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.style-4 .cta-content,
.style-3 .cta-content{
    max-width: 60%;
    text-align: left;
}

.el-cta-section .anim-illustration {
    position: absolute;
    left: 15%;
}

.el-cta-section .anim-illustration.bottom {
    position: absolute;
    left: auto;
    right: -3%;
    bottom: 25%;
}

.cta-content {
    text-align: center;
}

.cta-content .sg-heading {
    color: var(--cta-heading-color);
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-content .desc {
    color: var(--cta-desc-color);
    margin-bottom: 30px;
}

.cta-content .el-btn-group{
    justify-content: center;
}
.el-app-btns{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
}
.el-app-btns img{
    width: 160px;
}
.el-app-btns a{
    transition: all 0.4s ease;
}
.el-app-btns a:hover{
    transition: all 0.4s ease;
    transform: translateY(-3px);
}

/* App Mockup */

.app-img-holder {
    width: 580px;
    height: 100%;
    position: absolute;
    right: 50px;
    bottom: 0;
}

.app-img-holder .download-moc {
    width: 350px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}

.app-img-holder .clouds img {
    position: absolute;
    left: 5%;
    top: 35%;
    z-index: -1;
}

.app-img-holder .clouds img:nth-child(2) {
    left: auto;
    top: 50%;
    right: 5%;
}

.mockup-elements img {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
}

.mockup-elements img:nth-child(1) {
    position: absolute;
    left: 15%;
    top: 12%;
}

.mockup-elements img:nth-child(2) {
    width: 60px;
    position: absolute;
    left: auto;
    right: 18%;
    top: 15%;
}

.mockup-elements img:nth-child(3) {
    position: absolute;
    left: auto;
    right: 25%;
    top: 35%;
}

.mockup-elements img:nth-child(4) {
    position: absolute;
    left: 25%;
    top: auto;
    bottom: 25%;
}

.mockup-elements img:nth-child(5) {
    width: 50px;
    position: absolute;
    left: 9%;
    top: auto;
    bottom: 45%;
}

.style-4 .img-illustration{
    width: 400px;
    position: absolute;
    right: 60px;
    bottom: 0;
}

@media (min-width: 1100px){
    .mockup-elements,
    .app-img-holder .clouds{
        position: absolute;
        top: 0;
        right: 0;
        width: 82%;
        height: 100%;
    }
}

@media (max-width: 1100px){
    .app-img-holder{
        width: 400px;
        right: 0;
    }
    .app-img-holder .download-moc{
        width: 320px;
    }
    .style-4 .img-illustration{
        width: 320px;
        right: 30px;
    }
}

@media (max-width: 992px){
    .cta-content p br{ display: none; }
}

@media (max-width: 767px){
    .style-4 .cta-content,
    .style-3 .cta-content{
        max-width: 100%;
    }
    .style-4 .img-illustration,
    .app-img-holder{
        display: none;
    }
    .style-4 .el-btn-group{
        align-items: flex-start;
    }
}

/* Animated Dots */
.cta-content-inner-wrap .animated-dots span:nth-child(1) {
    left: 55%;
    top: 10%;
}

.cta-content-inner-wrap .animated-dots span:nth-child(3) {
    left: 15%;
    top: 45%;
}

.cta-content-inner-wrap .animated-dots span:nth-child(6) {
    bottom: 10%;
}

/* CTA List */
.el-cta-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.el-cta-list li {
    --el-cta-list-circle-color: var(--softgen-primary-color, #4b83ff);
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--cta-desc-color);
    position: relative;
    padding-left: 25px;
}

.el-cta-list li:before {
    background-color: var(--el-cta-list-circle-color);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
}

.el-cta-list li:after {
    background-color: var(--el-cta-list-circle-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}


/* Lines */
.lines{
    display: none;
}

@media(min-width:768px) {
    .lines {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .lines .line {
        background: rgba(1, 1, 1, 0.1);
        width: 1px;
        height: 100%;
        position: absolute;
        left: calc((100% - 5px) / 5);
        top: 0;
        overflow: hidden;
    }

    .el-cta-section:not(.style-1) .lines .line {
        background: rgba(255, 255, 255, 0.2);
    }

    .lines .line:nth-child(2) {
        left: calc(((100% - 5px) / 5) * 2);
    }

    .lines .line:nth-child(3) {
        left: calc(((100% - 5px) / 5) * 3);
    }

    .lines .line:nth-child(4) {
        left: calc(((100% - 5px) / 5) * 4);
    }

    .lines .line:before {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--softgen-primary-color, #4b83ff) 75%, var(--softgen-primary-color, #4b83ff) 100%);
        content: "";
        width: 100%;
        height: 15vh;
        display: block;
        position: absolute;
        left: 0;
        top: -50%;
        -webkit-animation: line-anim 7s 0s infinite;
        animation: line-anim 7s 0s infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: cubic-bezier(.75, 0, .175, 1);
        animation-timing-function: cubic-bezier(.75, 0, .175, 1);
    }

    .el-cta-section:not(.style-1) .lines .line:before{
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 75%, #fff 100%);
    }

    .lines .line:nth-child(1)::before {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .lines .line:nth-child(3)::before {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
    }

    .lines .line:nth-child(4)::before {
        -webkit-animation-delay: 3s;
        animation-delay: 3.5s;
    }

    @-webkit-keyframes line-anim {
        0% {
            top: -50%;
        }

        100% {
            top: 110%;
        }
    }

    @keyframes line-anim {
        0% {
            top: -50%;
        }

        100% {
            top: 110%;
        }
    }
}