.elementor-24 .elementor-element.elementor-element-35ce164{--display:flex;}.elementor-24 .elementor-element.elementor-element-5944634{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* Cards & Tools */
.elementor-icon-box-wrapper {
    transition: transform 0.2s ease;
}
.elementor-icon-box-wrapper:hover {
    transform: translateY(-5px);
}
.trending-card {
    border: 1px solid #e0e7ff;
    border-radius: 20px;
    padding: 20px;
    background: white;
    box-shadow: 0 8px 20px rgba(0,0,0,0.02);
}
/* Search form custom (if HTML) */
.custom-search-form input:focus {
    outline: none;
    border-color: #0066cc;
}
/* Popular links */
.popular-links a {
    background: #f0f4f9;
    padding: 6px 14px;
    border-radius: 40px;
    font-size: 14px;
    margin: 0 4px;
    display: inline-block;
}
.popular-links a:hover {
    background: #0066cc;
    color: white;
}
/* Footer lists */
footer ul {
    list-style: none;
    padding-left: 0;
}
footer li {
    margin-bottom: 8px;
}/* End custom CSS */