/* ManasTI Section Title */
.elementor-widget-manasti_section_title .manasti-section-title {
    display: inline-flex;
    padding: 1px;
    background: linear-gradient(to right, #27b4e9, #da0081);
    margin-bottom: 0;
}
.elementor-widget-manasti_section_title
    .manasti-section-title
    .manasti-section-title-text {
    padding: 0.5rem 1rem;
    text-align: center;
}

/* ManasTI News Card */
.elementor-widget-manasti_news_card {
    border-radius: 12px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 2px 4px rgba(15, 23, 36, 0.08);
    height: 100%;
}
.elementor-widget-manasti_news_card .manasti-news-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.elementor-widget-manasti_news_card .manasti-news-card .manasti-news-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.elementor-widget-manasti_news_card .manasti-news-card .manasti-news-body {
    background: #ffffff;
    padding: 20px;
    border-radius: 0 0 12px 12px;
}
.elementor-widget-manasti_news_card .manasti-news-card .manasti-news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.elementor-widget-manasti_news_card .manasti-news-card .manasti-news-date {
    font-size: 13px;
    color: #9ca3af;
}
.elementor-widget-manasti_news_card .manasti-news-card .manasti-news-title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.2;
    color: #0f1724;
}
.elementor-widget-manasti_news_card .manasti-news-card .manasti-news-excerpt {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 14px;
}
.elementor-widget-manasti_news_card .manasti-news-card .manasti-news-readmore {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    text-decoration: none;
    color: #da0081;
    font-weight: 600;
    transition:
        color 0.3s ease-in-out,
        transform 0.3s ease-in-out;
}
.elementor-widget-manasti_news_card
    .manasti-news-card
    .manasti-news-readmore:hover {
    color: #6f42c1;
    transform: scale(1.05);
}

/* ManasTI Solution Card */
.elementor-widget-manasti_solution_card {
    border-radius: 12px;
    overflow: visible;
    background: transparent;
}
.elementor-widget-manasti_solution_card .manasti-solution-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(15, 23, 36, 0.06);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease;
}
.elementor-widget-manasti_solution_card .manasti-solution-media {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    min-height: 120px;
}
.elementor-widget-manasti_solution_card .manasti-solution-media img {
    width: 100px;
    height: auto;
}
.elementor-widget-manasti_solution_card .manasti-solution-body {
    padding: 18px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.elementor-widget-manasti_solution_card .manasti-solution-title {
    margin: 8px 0 10px 0;
    font-size: 18px;
    line-height: 1.25;
    color: #0f1724;
}
.elementor-widget-manasti_solution_card .manasti-solution-excerpt {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 14px;
}
.elementor-widget-manasti_solution_card .manasti-solution-readmore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #da0081;
    font-weight: 600;
    text-decoration: none;
    transition:
        color 0.3s ease-in-out,
        transform 0.3s ease-in-out;
}
.elementor-widget-manasti_solution_card .manasti-solution-readmore:hover {
    color: #6f42c1;
    transform: scale(1.05);
}
