/* Robust Bento Grid CSS for about_us_blocks_14933561 */

.elementor-widget-about_us_blocks_14933561 .elementor-widget-container > div,
.elementor-widget-about_us_blocks_14933561 .uc_container,
.elementor-widget-about_us_blocks_14933561 [class*="grid"],
.elementor-widget-about_us_blocks_14933561 [class*="items-wrapper"] {
    display: grid !important;
    grid-template-columns: 1.3fr 1fr !important;
    grid-template-rows: auto auto !important;
    gap: 20px !important;
}

/* First card (Vision) spans 2 rows */
.elementor-widget-about_us_blocks_14933561 .elementor-widget-container > div > div:nth-child(1),
.elementor-widget-about_us_blocks_14933561 .uc_container > div:nth-child(1),
.elementor-widget-about_us_blocks_14933561 [class*="items-wrapper"] > div:nth-child(1) {
    grid-row: span 2 !important;
}

/* Individual card styling */
.elementor-widget-about_us_blocks_14933561 .elementor-widget-container > div > div,
.elementor-widget-about_us_blocks_14933561 .uc_container > div,
.elementor-widget-about_us_blocks_14933561 [class*="items-wrapper"] > div {
    background-color: #ffffff !important;
    border: 1px solid #D3E1EA !important;
    border-radius: 14px !important;
    padding: 36px !important;
    box-sizing: border-box !important;
}

/* Remove horizontal lines */
.elementor-widget-about_us_blocks_14933561 hr,
.elementor-widget-about_us_blocks_14933561 .separator,
.elementor-widget-about_us_blocks_14933561 .line,
.elementor-widget-about_us_blocks_14933561 [class*="divider"] {
    display: none !important;
}

/* Card titles */
.elementor-widget-about_us_blocks_14933561 h3,
.elementor-widget-about_us_blocks_14933561 .title,
.elementor-widget-about_us_blocks_14933561 [class*="title"] {
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: #17466B !important;
    margin-bottom: 14px !important;
}

/* Card text */
.elementor-widget-about_us_blocks_14933561 p,
.elementor-widget-about_us_blocks_14933561 .text,
.elementor-widget-about_us_blocks_14933561 [class*="desc"] {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #6B6D69 !important;
}

/* Responsive: Single column on smaller viewports */
@media (max-width: 768px) {
    .elementor-widget-about_us_blocks_14933561 .elementor-widget-container > div,
    .elementor-widget-about_us_blocks_14933561 .uc_container,
    .elementor-widget-about_us_blocks_14933561 [class*="items-wrapper"] {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto !important;
    }
    .elementor-widget-about_us_blocks_14933561 .elementor-widget-container > div > div:nth-child(1),
    .elementor-widget-about_us_blocks_14933561 .uc_container > div:nth-child(1),
    .elementor-widget-about_us_blocks_14933561 [class*="items-wrapper"] > div:nth-child(1) {
        grid-row: span 1 !important;
    }
}
