.elementor-13395 .elementor-element.elementor-element-adb1fe0{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-adb1fe0 *//* --- Variables & Reset --- */
.cw-loan-hub { 
    --cw-teal: #339999; 
    --cw-dark-teal: #153236; 
    --cw-green: #a0c962; 
    width: 100vw; 
    position: relative; 
    left: 50%; 
    right: 50%; 
    margin-left: -50vw; 
    margin-right: -50vw; 
    margin-top: -1vw;
    overflow-x: hidden; 
    /* Force Arial globally for this block */
    font-family: Arial, Helvetica, sans-serif !important;
}

/* --- Header --- */
.cw-loan-hub .full-bleed-header { 
    /* Standardized gradient to match other blocks */
    background: linear-gradient(135deg, #339999 0%, #267373 100%); 
    padding: 90px 20px 110px; 
    text-align: center; 
    color: #fff; 
}

.cw-loan-hub .full-bleed-header h1 { 
    font-family: Arial, sans-serif !important;
    font-size: 3rem; 
    font-weight: 800; 
    font-style: italic; 
    margin-bottom: 15px; 
    color: #fff; 
    line-height: 1.2;
}

.cw-loan-hub .full-bleed-header p {
    font-family: Arial, sans-serif !important;
    opacity: 0.9;
    font-size: 1.15rem;
}

/* --- Grid & Cards --- */
.cw-loan-hub .hub-container { 
    max-width: 1000px; /* Slightly wider for better 2-col balance */
    margin: -60px auto 80px; 
    padding: 0 15px; 
}

.cw-loan-hub .loan-card { 
    background: #fff; 
    border-radius: 16px; /* Matching the rounded aesthetic */
    border: 1px solid rgba(0,0,0,0.05); 
    overflow: hidden; 
    height: 100%; 
    display: flex; 
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(21, 50, 54, 0.08);
    transition: all 0.3s ease; 
}

.cw-loan-hub .loan-card:hover { 
    transform: translateY(-10px); 
    box-shadow: 0 20px 35px rgba(21, 50, 54, 0.15); 
}

.cw-loan-hub .loan-img { 
    width: 100%; 
    height: 220px; 
    object-fit: cover; 
}

.cw-loan-hub .card-body { 
    padding: 30px; 
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.cw-loan-hub .card-body h3 {
    color: var(--cw-dark-teal);
    font-weight: 800;
    font-size: 1.4rem;
    margin-bottom: 12px;
    font-family: Arial, sans-serif !important;
}

.cw-loan-hub .card-body p {
    color: #5a7679;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* --- Buttons --- */
.cw-loan-hub .cw-btn { 
    display: block; 
    width: 100%; 
    background: var(--cw-green); 
    color: #fff; 
    padding: 16px 0; 
    border-radius: 12px; /* Standardized radius */
    font-weight: 800; 
    text-align: center; 
    text-decoration: none; 
    text-transform: uppercase; 
    letter-spacing: 0.5px;
    transition: background 0.2s ease;
}

.cw-loan-hub .cw-btn:hover {
    background: #8eb355;
    color: #fff;
}

/* --- Layout Engine --- */
.cw-loan-hub .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.cw-loan-hub .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px; /* Even padding for grid gaps */
    box-sizing: border-box;
}

/* --- Mobile Adaptation --- */
@media (max-width: 767px) {
    .cw-loan-hub .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .cw-loan-hub .full-bleed-header {
        padding: 60px 20px 80px;
    }

    .cw-loan-hub .full-bleed-header h1 {
        font-size: 2.2rem;
    }
    
    .cw-loan-hub .hub-container {
        margin-top: -40px;
    }
}/* End custom CSS */