.elementor-widget-parallaxPosts section{
    position: relative;
    padding: 50px 0;
    text-align: center;
    
    background: url('../../assets/images/gradient.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.elementor-widget-parallaxPosts section .container{
    position: relative;
    z-index: 10;
}

.elementor-widget-parallaxPosts section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#24252B 2%,transparent 30%);
    z-index: 0;
}

.elementor-widget-parallaxPosts section::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg,#24252B 2%,transparent 30%);
    z-index: 0;
}


.elementor-widget-parallaxPosts .swiper-pagination-progressbar{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 16px;
    max-width: 200px;
}

.elementor-widget-parallaxPosts .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #fff;
}

.elementor-widget-parallaxPosts section .image {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 32px;
}

.elementor-widget-parallaxPosts section .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}


.elementor-widget-parallaxPosts section .image img:hover{
    transform: translate(-50%, -50%) scale(1.1);
}

.elementor-widget-parallaxPosts section .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.elementor-widget-parallaxPosts section .content ul li {
    border-radius: 16px;
    border: 2px solid #FF526C;
    padding: 4px 16px;
    text-align: center;
    color: #FFF;
    font-family: "Pathway Extreme";
    font-size: 12px;
    font-weight: 600;
    line-height: 140%;
}

.elementor-widget-parallaxPosts section .content h4 {
    color: #fff;
    font-family: "Pathway Extreme";
    font-size: 21px;
    font-weight: 600;
    line-height: 140%;
    text-align: left;
    margin: 0;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.elementor-widget-parallaxPosts section .content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.elementor-widget-parallaxPosts h2{
    color: #fff;
    font-family: "Pathway Extreme";
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
    margin-bottom: 16px;
    text-align: left;
}

.elementor-widget-parallaxPosts p{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%; 
    margin: 0;
    margin-bottom: 16px;
    text-align: left;
}

.elementor-widget-parallaxPosts section a {
    display: block;
    color: #FFF;
    font-family: "Pathway Extreme";
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    text-decoration-line: underline;
    text-align: left;
}


.elementor-widget-parallaxPosts section .top a {
    margin-bottom: 32px;
}

.elementor-widget-parallaxPosts section .content > a {
    display: block;
    color: #FFF;
    font-family: "Pathway Extreme";
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    text-align: left;
    text-decoration: underline;
}

.elementor-widget-parallaxPosts section .content ul li a{
    text-decoration: none;
    text-transform: capitalize;
}

.elementor-widget-parallaxPosts section .content > a:hover{
    opacity: 0.8;
}   

@media(min-width: 960px){

    .elementor-widget-parallaxPosts h2{
        font-size: 36px;
        line-height: 140%;
    }

    .elementor-widget-parallaxPosts p{
        font-size: 20px;
        line-height: 150%;
    }

    .elementor-widget-parallaxPosts h2,
    .elementor-widget-parallaxPosts p{
        max-width: 860px;
    }
    
    .elementor-widget-parallaxPosts section{
        padding: 60px 0;
    }

    .elementor-widget-parallaxPosts .swiper-wrapper{ display: block; transform: none !important;}

    .elementor-widget-parallaxPosts section .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 32px;
    }
    
    .elementor-widget-parallaxPosts section .image {
        flex: auto;
        max-width: 500px;
        aspect-ratio: 1;
        margin: 0;
    }

    .elementor-widget-parallaxPosts section .content {
        flex: auto;
        max-width: 720px;
    }

    .elementor-widget-parallaxPosts section .swiper-slide{
        margin-bottom: 80px;
    }

    .elementor-widget-parallaxPosts section .content ul{
        margin-bottom: 16px;
    }
    

    .elementor-widget-parallaxPosts section .top p {
        margin-bottom: 40px;
    }

    .elementor-widget-parallaxPosts section .top a {
        display: none;
    }

    .elementor-widget-parallaxPosts section .content h4 {
        font-size: 28px;
        line-height: 140%;
    }
}

@media(min-width:1024px){

    .elementor-widget-parallaxPosts h2{
        font-size: 40px;
        line-height: 140%;
    }

    .elementor-widget-parallaxPosts p{
        font-size: 21px;
        line-height: 150%;
    }

    .elementor-widget-parallaxPosts section{
        padding: 80px 0;
    }

    .elementor-widget-parallaxPosts section .swiper-slide {
        gap: 64px;
    }

    .elementor-widget-parallaxPosts section .top p {
        margin-bottom: 60px;
    }

    .elementor-widget-parallaxPosts section .content ul{
        margin-bottom: 24px;
    }

    .elementor-widget-parallaxPosts section .content ul li {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .elementor-widget-parallaxPosts section .content h4 {
        font-size: 32px;
        line-height: 140%;
        margin-bottom: 16px;
    }
    
    .elementor-widget-parallaxPosts section .content p {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 32px;
    }
}

@media(min-width: 1140px){
    .elementor-widget-parallaxPosts h2{
        font-size: 48px;
        line-height: 140%;
    }
    .elementor-widget-parallaxPosts p{
        font-size: 21px;
        line-height: 150%;
        margin-bottom: 80px;
    }
    .elementor-widget-parallaxPosts section{
        padding: 120px 0;
    }
    .elementor-widget-parallaxPosts section .swiper-slide {
        gap: 80px;
    }

    .elementor-widget-parallaxPosts section .content ul li {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .elementor-widget-parallaxPosts section .content h4 {
        font-size: 36px;
        line-height: 140%;
        margin-bottom: 16px;
    }
    
    .elementor-widget-parallaxPosts section .content p {
        font-size: 18px;
        line-height: 150%;
        margin-bottom: 32px;
    }


}