.elementor-136696 .elementor-element.elementor-element-c4fa926{--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;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-136696 .elementor-element.elementor-element-8b89863 img{border-radius:20px 20px 20px 20px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-136696 .elementor-element.elementor-element-e59975f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-136696 .elementor-element.elementor-element-acccb99{--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;}.elementor-136696 .elementor-element.elementor-element-6e1ee76{--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;}.elementor-136696 .elementor-element.elementor-element-e4cdaf5{--display:flex;--border-radius:20px 20px 20px 20px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-136696 .elementor-element.elementor-element-c4fa926{--content-width:1500px;}.elementor-136696 .elementor-element.elementor-element-e59975f{--content-width:1450px;}.elementor-136696 .elementor-element.elementor-element-acccb99{--width:75%;}.elementor-136696 .elementor-element.elementor-element-6e1ee76{--width:25%;}}/* Start custom CSS for shortcode, class: .elementor-element-a6ff6ff *//* ===== BLOG CARD CONTAINER ===== */
.bdp-post-grid,
.bdp-post-list {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.bdp-post-grid:hover,
.bdp-post-list:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.15);
}

/* ===== FEATURED IMAGE ===== */
.bdp-post-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.bdp-post-grid:hover .bdp-post-image img {
    transform: scale(1.05);
}

/* ===== CONTENT WRAPPER ===== */
.bdp-post-content {
    padding: 28px;
}

/* ===== CATEGORY LABEL ===== */
.bdp-post-category a {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #9B0008;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

/* ===== BLOG TITLE ===== */
.bdp-post-title a {
    font-size: 22px;
    font-weight: 700;
    color: #9B0008;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.bdp-post-title a:hover {
    color: #6f0005;
}

/* ===== META INFO ===== */
.bdp-post-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.bdp-post-meta i {
    color: #9B0008;
    margin-right: 6px;
}

/* ===== EXCERPT ===== */
.bdp-post-excerpt {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 22px;
}

/* ===== READ MORE BUTTON ===== */
.bdp-read-more a {
    display: inline-block;
    padding: 10px 22px;
    background: #9B0008;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.bdp-read-more a:hover {
    background: #6f0005;
    transform: translateY(-2px);
}

/* ===== RESPONSIVE TWEAKS ===== */
@media (max-width: 768px) {
    .bdp-post-title a {
        font-size: 19px;
    }

    .bdp-post-content {
        padding: 20px;
    }
}/* End custom CSS */