.elementor-60991 .elementor-element.elementor-element-328e8fa{--display:flex;--padding-top:0px;--padding-bottom:300px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-e0a3a57 */.web-story-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.web-story-card,
.web-story-slide {
    position: relative;
    width: 100%;
    height: 500px; /* Adjust as needed */
    background-size: 100%;
    background-position: center;
    border-radius: 9px;
    overflow: hidden;
    transition: all 0.3s ease-in-out!important;
}

.web-story-card:hover,
.web-story-slide:hover {
    background-size: 105%
}

.web-story-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0));
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.web-story-info {
    color: white;
    font-family: "Aeonik", sans-serif;
}

h3.web-story-title{
    font-size: 22px;
    margin: 0;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

p.web-story-author {
    font-size: 13px;
    margin: 5px 0 0;
    opacity: 0.9;
}

/* Slider Styling */
.web-story-slider {
    width: 90%;
    margin: auto;
}

.web-story-slide {
    text-align: center;
    padding: 10px;
}

/* Pagination */
.custom-pagination {
    margin-top: 20px;
    text-align: center;
}

.custom-pagination a {
    padding: 5px 10px;
    background: #0073aa;
    color: white;
    margin: 0 5px;
    text-decoration: none;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.custom-pagination a,
.pagination-current {
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.custom-pagination a {
    background: #0073aa;
    color: white;
    transition: background 0.3s;
}

.custom-pagination a:hover {
    background: #005b87;
}

.pagination-current {
    background: #333;
    color: white;
}

.pagination-dots {
    font-size: 14px;
    color: #666;
}/* End custom CSS */