.astra-featured-module {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
    position: relative;
    left: auto;
    box-sizing: border-box;
}

.astra-featured-module .elementor-widget-container {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.astra-featured-module-content {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.astra-featured-module-image-wrapper img{
   width: 100%;
   height: 100%!important;
}
.astra-featured-module-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
    color: #000000;
}

.astra-featured-module-description {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    max-width: 800px;
    margin: 0 auto;
}

.astra-featured-module-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.astra-featured-module-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.astra-featured-module-image-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background: none;
}

.astra-featured-module-image-content {
    text-align: left;
    color: #ffffff;
    max-width:100%;
    padding: 30px;
    border-radius: 8px 0 0 0;
}

.astra-featured-module-item {
    margin-bottom: 20px;
}

.astra-featured-module-item:last-child {
    margin-bottom: 0;
}
.astra-featured-module-title{
    margin-top: 50px;
}
.astra-featured-module-description{
    margin-bottom: 50px;
}
.astra-featured-module-item-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0;
    color: #ffffff;
}

.astra-featured-module-item-description {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
}

/* Responsive styles */
@media (max-width: 1440px) {
    .astra-featured-module-image-content {
        max-width: 100%;
        padding: 25px;
    }
    
    .astra-featured-module-item-title {
        font-size: 22px;
    }
    
    .astra-featured-module-item-description {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .astra-featured-module-image-content {
        max-width: 300px;
        padding: 20px;
    }
    
    .astra-featured-module-item-title {
        font-size: 20px;
    }
    
    .astra-featured-module-item-description {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .astra-featured-module-image-content {
        max-width: 250px;
        padding: 15px;
    }
    
    .astra-featured-module-item-title {
        font-size: 18px;
    }
    
    .astra-featured-module-item-description {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .astra-featured-module-title {
        font-size: 24px;
    }
    
    .astra-featured-module-description {
        font-size: 14px;
    }
    
    .astra-featured-module-image-content {
        max-width: 100%;
        padding: 20px;
    }
    
    .astra-featured-module-item-title {
        font-size: 20px;
    }
    
    .astra-featured-module-item-description {
        font-size: 12px;
    }
    
    .astra-featured-module-image-overlay {
        justify-content: center;
        background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 60%);
    }
    
    .astra-featured-module-image-content {
        text-align: center;
        background: none;
    }
}

@media (max-width: 480px) {
    .astra-featured-module-image-content {
        max-width: 100%;
        padding: 15px;
    }
    
    .astra-featured-module-item-title {
        font-size: 18px;
    }
    
    .astra-featured-module-item-description {
        font-size: 11px;
    }
}
