.elementor-6746 .elementor-element.elementor-element-3f86496{--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-6746 .elementor-element.elementor-element-fe08db1{--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;}body.elementor-page-6746:not(.elementor-motion-effects-element-type-background), body.elementor-page-6746 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:767px){.elementor-6746 .elementor-element.elementor-element-3f86496{--padding-top:7%;--padding-bottom:7%;--padding-left:7%;--padding-right:7%;}.elementor-6746 .elementor-element.elementor-element-fe08db1{--padding-top:0%;--padding-bottom:7%;--padding-left:7%;--padding-right:7%;}}@media(min-width:768px){.elementor-6746 .elementor-element.elementor-element-3f86496{--content-width:1600px;}}/* Start custom CSS for shortcode, class: .elementor-element-a948d20 *//* Custom Blog Posts Layout - Grid */
.bvs-blog-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    font-family: Tajawal, sans-serif;
    direction: rtl;
}

.bvs-blog-top-row {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
}

/* الكارت الكبير (الرئيسي يمين) */
.bvs-blog-large-card {
    flex: 1;
    /* Half width */
    display: flex;
    flex-direction: column;
}

.bvs-blog-large-card .bvs-blog-img-wrapper {
    width: 100%;
    max-width: 592px;
    height: 228px;
    margin-bottom: 25px;
    overflow: hidden;
    display: block;
}

.bvs-blog-large-card .bvs-blog-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.bvs-blog-large-card .bvs-blog-img-wrapper:hover img {
    transform: scale(1.05);
}

.bvs-blog-content {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.bvs-blog-date {
    font-family: Tajawal, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: rgba(236, 86, 40, 1);
    margin-bottom: 12px;
}

.bvs-blog-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.bvs-blog-large-card .bvs-blog-title-row h3 {
    font-family: Tajawal, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    margin: 0;
}

.bvs-blog-large-card .bvs-blog-title-row h3 a,
.bvs-blog-small-card h3 a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    transition: color 0.3s;
}

.bvs-blog-large-card .bvs-blog-title-row h3 a:hover,
.bvs-blog-small-card h3 a:hover {
    color: rgba(236, 86, 40, 1);
}

.bvs-blog-icon {
    color: rgba(255, 255, 255, 1);
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    transition: transform 0.3s, color 0.3s;
}

.bvs-blog-icon:hover {
    color: rgba(236, 86, 40, 1);
    transform: translate(-3px, -3px);
}

.bvs-blog-large-card .bvs-blog-excerpt,
.bvs-blog-small-card .bvs-blog-excerpt,
.bvs-blog-horizontal-card .bvs-blog-excerpt {
    font-family: Tajawal, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: rgba(192, 197, 208, 1);
    margin: 0;
}


/* العمود الأيسر (الكروت الجانبية الصغيرة) */
.bvs-blog-small-cards-col {
    flex: 1;
    /* Half width */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.bvs-blog-small-card {
    display: flex;
    gap: 20px;
    align-items: center;
}

.bvs-blog-small-card .bvs-blog-img-wrapper {
    width: 320px;
    height: 200px;
    flex-shrink: 0;
    overflow: hidden;
    display: block;
}

.bvs-blog-small-card .bvs-blog-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.bvs-blog-small-card .bvs-blog-img-wrapper:hover img {
    transform: scale(1.05);
}

.bvs-blog-small-card .bvs-blog-content {
    flex-grow: 1;
}

.bvs-blog-small-card h3 {
    font-family: Tajawal, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
    margin: 0 0 10px;
}

.bvs-blog-small-card .bvs-blog-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Truncate excerpt */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* الكارت الأفقي السفلي (بنفس تنسيقات الكارت الكبير للمحتوى تقريباً) */
.bvs-blog-horizontal-card {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
}

.bvs-blog-horizontal-card .bvs-blog-img-wrapper {
    width: 592px;
    height: 187px;
    flex-shrink: 0;
    overflow: hidden;
    display: block;
}

.bvs-blog-horizontal-card .bvs-blog-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.bvs-blog-horizontal-card .bvs-blog-img-wrapper:hover img {
    transform: scale(1.05);
}

.bvs-blog-horizontal-card .bvs-blog-content {
    flex-grow: 1;
}

.bvs-blog-horizontal-card .bvs-blog-title-row h3 {
    font-family: Tajawal, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    margin: 0;
}

.bvs-blog-horizontal-card .bvs-blog-title-row h3 a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    transition: color 0.3s;
}

.bvs-blog-horizontal-card .bvs-blog-title-row h3 a:hover {
    color: rgba(236, 86, 40, 1);
}

/* Responsive */
@media(max-width: 991px) {
    .bvs-blog-top-row {
        flex-direction: column;
    }

    .bvs-blog-small-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .bvs-blog-small-card .bvs-blog-img-wrapper {
        width: 100%;
        height: auto;
    }

    .bvs-blog-horizontal-card {
        flex-direction: column;
    }

    .bvs-blog-horizontal-card .bvs-blog-img-wrapper {
        width: 100%;
        height: 250px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-1290a98 *//* Recent Posts Grid Layout with Pagination */
.bvs-recent-grid-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    font-family: Tajawal, sans-serif;
    direction: rtl;
}

.bvs-recent-grid-header {
    text-align: right;
    margin-bottom: 30px;
}

.bvs-recent-grid-header h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    font-family: Tajawal, sans-serif;
    margin: 0;
}

.bvs-recent-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 50px;
}

.bvs-recent-card {
    display: flex;
    flex-direction: column;
}

.bvs-recent-card .bvs-recent-img-wrapper {
    width: 100%;
    height: 228px;
    margin-bottom: 25px;
    overflow: hidden;
    display: block;
    /* Removed border-radius as requested in previous step */
}

.bvs-recent-card .bvs-recent-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.bvs-recent-card .bvs-recent-img-wrapper:hover img {
    transform: scale(1.05);
}

/* Reusing blog typography values */
.bvs-recent-card .bvs-blog-date {
    font-family: Tajawal, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: rgba(236, 86, 40, 1);
    margin-bottom: 12px;
    text-align: right;
}

.bvs-recent-card .bvs-blog-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.bvs-recent-card .bvs-blog-title-row h3 {
    font-family: Tajawal, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    margin: 0;
}

.bvs-recent-card .bvs-blog-title-row h3 a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    transition: color 0.3s;
}

.bvs-recent-card .bvs-blog-title-row h3 a:hover {
    color: rgba(236, 86, 40, 1);
}

.bvs-recent-card .bvs-blog-excerpt {
    font-family: Tajawal, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: rgba(192, 197, 208, 1);
    margin: 0;
}

/* Pagination Styling */
.bvs-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}

.bvs-pagination-links {
    display: flex;
    gap: 10px;
    align-items: center;
}

.bvs-pagination a,
.bvs-pagination span {
    color: rgba(192, 197, 208, 1);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: Tajawal, sans-serif;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bvs-pagination .page-numbers:not(.next):not(.prev) {
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

.bvs-pagination a.next,
.bvs-pagination a.prev {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
}

.bvs-pagination a.next svg,
.bvs-pagination a.prev svg {
    width: 18px;
    height: 18px;
}

.bvs-pagination span.current,
.bvs-pagination a.page-numbers:hover {
    color: #ffffff;
}

.bvs-pagination span.current {
    background-color: #0d4681;
    /* Matches the blue bg in the screenshot */
}

/* Responsive Recent Grid */
@media(max-width: 991px) {
    .bvs-recent-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 575px) {
    .bvs-recent-grid-container {
        grid-template-columns: 1fr;
    }

    .bvs-pagination {
        flex-direction: column;
        gap: 20px;
    }
}/* End custom CSS */