.elementor-2560 .elementor-element.elementor-element-b68b50a{--display:flex;--min-height:596px;--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;--justify-content:center;}.elementor-2560 .elementor-element.elementor-element-05b139a{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2560 .elementor-element.elementor-element-d0a264e{text-align:center;}.elementor-2560 .elementor-element.elementor-element-d0a264e .elementor-heading-title{font-family:"Darker Grotesque", Sans-serif;font-size:43px;font-weight:900;color:#000000;}.elementor-2560 .elementor-element.elementor-element-149a317{--display:flex;}@media(max-width:767px){.elementor-2560 .elementor-element.elementor-element-d0a264e .elementor-heading-title{font-size:25px;}}@media(min-width:768px){.elementor-2560 .elementor-element.elementor-element-b68b50a{--content-width:80%;}}/* Start custom CSS for shortcode, class: .elementor-element-b47a7fa *//* Container - Transparent */
.visionary-12-grid {
    font-family: 'Inter', sans-serif;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    background: transparent;
    padding: 40px 0;
}

/* Individual White Cards */
.news-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #e1e4e8;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    height: 100%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Hover: Lift and Blue Border #3B82F6 */
.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
    border-color: #3B82F6;
}

.card-image {
    height: 180px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #f4f4f4;
}

.news-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #FF3B30; /* Live Red */
    color: #fff;
    font-weight: 800;
    padding: 4px 12px;
    font-size: 10px;
    border-radius: 50px;
    text-transform: uppercase;
    z-index: 2;
}

.card-content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-meta {
    font-size: 12px;
    color: #6a737d;
    margin-bottom: 12px;
}

/* Header Text - Black, No Underline, 2-Line Limit */
.card-content h3 { margin: 0 0 15px 0; }
.card-content h3 a {
    color: #000000 !important;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    min-height: 2.7em;
}

.card-content p {
    color: #586069;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
}

/* Premium Button - Updated to #036885 */
.read-full-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #036885; /* New brand blue */
    color: #ffffff !important;
    padding: 14px 0;
    border-radius: 10px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    margin-top: auto;
    transition: all 0.2s ease;
}

.read-full-btn:hover {
    background: #024d63; /* Slightly darker for depth on hover */
    box-shadow: 0 4px 15px rgba(3, 104, 133, 0.4); /* Glow matching the button color */
    transform: scale(1.02);
}

/* Responsive Logic */
@media (max-width: 1024px) { .visionary-12-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 650px) { .visionary-12-grid { grid-template-columns: 1fr; } }/* End custom CSS */