.elementor-392 .elementor-element.elementor-element-ee89349{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-392 .elementor-element.elementor-element-75e89de{--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-392 .elementor-element.elementor-element-df8f39b{--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;}@media(min-width:768px){.elementor-392 .elementor-element.elementor-element-75e89de{--width:25%;}.elementor-392 .elementor-element.elementor-element-df8f39b{--width:75%;}}@media(max-width:767px){.elementor-392 .elementor-element.elementor-element-ee89349{--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}}/* Start custom CSS for sidebar, class: .elementor-element-4343782 */.widget {
    margin-bottom: 30px;
     padding-bottom: 0px; 
     border-bottom: 0px; 
}



.ks-side-card{
    direction: rtl;
    background: #fff;
    border: 1px solid #e9eef5;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(18, 40, 74, 0.06);
}

.ks-side-title{
    margin: 0 0 18px;
    text-align: center;
    color: #0b2344;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.6;
}

.ks-share-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.ks-share-grid a{
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9eef5;
    border-radius: 14px;
    background: #fff;
    text-decoration: none;
    transition: all .2s ease;
}

.ks-share-grid a img{
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

.ks-share-grid a:hover{
    background: #fff9e6;
    border-color: #f2b90d;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(242, 185, 13, 0.15);
}

@media(max-width: 767px){
    .ks-side-card{
        padding: 20px;
        border-radius: 18px;
    }

    .ks-share-grid{
        gap: 8px;
    }

    .ks-share-grid a{
        height: 44px;
        border-radius: 12px;
    }

    .ks-share-grid a img{
        width: 20px;
        height: 20px;
    }
}

.ks-help-card{
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}

.ks-help-icon{
    width: 58px;
    height: 58px;
    margin: 0 auto 14px;
    border-radius: 16px;
    background: #fff3d5;
    color: #f4a400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.ks-help-text{
    margin: 0;
    color: #60728b;
    font-size: 14px;
    line-height: 2;
}

.ks-help-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: 16px;
    padding: 12px 18px;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffbf1f 0%, #f5a000 100%);
    color: #0a223f !important;
    text-decoration: none !important;
    font-weight: 900;
    box-shadow: 0 10px 20px rgba(243, 163, 0, 0.18);
    transition: all .2s ease;
}

.ks-help-btn:hover{
    transform: translateY(-2px);
    color: #0a223f !important;
}

/* Products Sidebar Box */
#woocommerce_products-2{
    direction: rtl;
    background: #fff;
    border: 1px solid #e9eef5;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(18, 40, 74, 0.06);
    margin-bottom: 28px;
}

/* Title */
#woocommerce_products-2 .widget-title{
    margin: 0 0 20px;
    text-align: center;
    color: #0b2344;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.6;
}

/* Product List */
#woocommerce_products-2 .product_list_widget{
    margin: 0;
    padding: 0;
    list-style: none;
}

#woocommerce_products-2 .product_list_widget li{
    padding: 0 0 18px;
    margin: 0 0 18px;
    border-bottom: 1px solid #edf2f7;
}

#woocommerce_products-2 .product_list_widget li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

/* Product Row */
#woocommerce_products-2 .widget-product-wrap{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 14px;
}

/* Image */
#woocommerce_products-2 .widget-product-img{
    border-radius: 14px;
}

#woocommerce_products-2 .widget-product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Info */
#woocommerce_products-2 .widget-product-info{
    flex: 1;
    min-width: 0;
    text-align: right;
}

#woocommerce_products-2 .wd-entities-title{
    display: block;
    color: #0b2344;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.8;
    text-decoration: none;
    margin-bottom: 8px;
}

#woocommerce_products-2 .wd-entities-title:hover{
    color: #f0a200;
}

/* Stars */
#woocommerce_products-2 .star-rating{
    margin: 0 0 8px auto;
    color: #f7b500;
    font-size: 13px;
}

/* Price */
#woocommerce_products-2 .price{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    color: #0b61c6;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.8;
}

#woocommerce_products-2 .price ins{
    color: #0b61c6;
    text-decoration: none;
    font-weight: 900;
}

#woocommerce_products-2 .price del{
    color: #9aa8ba;
    font-size: 13px;
    font-weight: 500;
    opacity: 1;
}

#woocommerce_products-2 .price del .amount{
    color: #9aa8ba;
}

#woocommerce_products-2 .woocommerce-Price-currencySymbol{
    font-size: 13px;
    font-weight: 800;
}

/* Hover */
#woocommerce_products-2 .product_list_widget li{
    transition: all .2s ease;
}

#woocommerce_products-2 .product_list_widget li:hover .widget-product-img{
    border-color: #d5e0ee;
}

#woocommerce_products-2 .product_list_widget li:hover .wd-entities-title{
    color: #f0a200;
}

/* Mobile */
@media(max-width: 767px){
    #woocommerce_products-2{
        padding: 20px;
        border-radius: 18px;
    }

    #woocommerce_products-2 .widget-product-img{
        width: 68px;
        height: 68px;
        flex-basis: 68px;
    }

    #woocommerce_products-2 .wd-entities-title{
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for wd_single_post_image, class: .elementor-element-f80622c */.wd-post-date.wd-style-with-bg
 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1 !important;
    color: #0b2344 !important;
}/* End custom CSS */
/* Start custom CSS for wd_blog, class: .elementor-element-5bd4aec *//* Blog Carousel Wrapper */
.ks-blog-carousel{
    direction: rtl;
}

/* Section Title */
.ks-blog-carousel .wd-el-title,
.ks-blog-carousel .slider-title,
.ks-blog-carousel .element-title{
    margin: 0 0 24px !important;
    padding: 0 !important;
    text-align: right;
    direction: rtl;
    color: #0b2344;
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1.6 !important;
    position: relative;
}

.ks-blog-carousel .wd-el-title span{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.ks-blog-carousel .wd-el-title span::before{
    content: "";
    width: 6px;
    height: 28px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffbf1f 0%, #f5a000 100%);
    display: inline-block;
}

/* Carousel Items */
.ks-blog-carousel .wd-carousel-wrap{
    gap: 20px;
}

.ks-blog-carousel .wd-carousel-item{
    padding: 0 8px;
}

/* Card */
.ks-blog-carousel .wd-post{
    background: #fff !important;
    border: 1px solid #e9eef5;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(18, 40, 74, 0.06) !important;
    transition: all .25s ease;
}

.ks-blog-carousel .wd-post:hover{
    transform: translateY(-4px);
    box-shadow: 0 16px 38px rgba(18, 40, 74, 0.11) !important;
}

.ks-blog-carousel .wd-post-inner{
    background: #fff !important;
    border-radius: 20px;
    overflow: hidden;
}

/* Image */
.ks-blog-carousel .wd-post-thumb{
    position: relative;
    overflow: hidden;
    margin: 0 !important;
}

.ks-blog-carousel .wd-post-img{
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.ks-blog-carousel .wd-post-img img{
    width: 100%;
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform .35s ease;
}

.ks-blog-carousel .wd-post:hover .wd-post-img img{
    transform: scale(1.04);
}

/* Date Badge */
.ks-blog-carousel .wd-post-date{
    position: absolute;
    top: 14px;
    right: 14px;
    width: 54px;
    height: 62px;
    border-radius: 16px;
    background: rgba(255,255,255,.96) !important;
    color: #0b2344 !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ks-blog-carousel .post-date-day{
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    color: #0b2344 !important;
}

.ks-blog-carousel .post-date-month{
    font-size: 12px;
    font-weight: 800;
    color: #f0a200 !important;
    margin-top: 3px;
}

/* Content */
.ks-blog-carousel .wd-post-content{
    padding: 18px 18px 20px !important;
    text-align: right;
    background: #fff !important;
}

.ks-blog-carousel .article-body-container{
    min-height: auto !important;
}

/* Post Title */
.ks-blog-carousel .wd-post-title{
    margin: 0 0 14px !important;
    font-size: 18px !important;
    line-height: 1.9 !important;
    font-weight: 900 !important;
    text-align: right;
}

.ks-blog-carousel .wd-post-title a{
    color: #0b2344 !important;
    text-decoration: none !important;
    transition: color .2s ease;
}

.ks-blog-carousel .wd-post-title a:hover{
    color: #f0a200 !important;
}

/* Read More */
.ks-blog-carousel .wd-post-read-more{
    margin-top: 10px !important;
    text-align: right;
}

.ks-blog-carousel .wd-post-read-more a{
    display: inline-flex !important;
    flex-direction: row-reverse !important;
    direction: rtl !important;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    color: #f0a200 !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
    position: relative;
}

.ks-blog-carousel .wd-post-read-more a::before{
    content: "←";
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    color: #f0a200 !important;
    font-size: 14px;
    line-height: 1;
    transform: none !important;
    opacity: 1 !important;
    transition: transform .2s ease;
}

.ks-blog-carousel .wd-post-read-more a::after{
    display: none !important;
    content: none !important;
}

.ks-blog-carousel .wd-post-read-more a:hover::before{
    transform: translateX(-3px) !important;
}

/* Remove Woodmart Defaults */
.ks-blog-carousel .blog-style-bg{
    background-color: #fff !important;
}

.ks-blog-carousel .wd-add-shadow{
    box-shadow: 0 10px 30px rgba(18, 40, 74, 0.06) !important;
}

/* Mobile */
@media(max-width: 767px){
    .ks-blog-carousel .wd-el-title,
    .ks-blog-carousel .slider-title,
    .ks-blog-carousel .element-title{
        font-size: 23px !important;
        margin-bottom: 16px !important;
    }

    .ks-blog-carousel .wd-carousel-item{
        padding: 0 4px;
    }

    .ks-blog-carousel .wd-post-content{
        padding: 16px !important;
    }

    .ks-blog-carousel .wd-post-title{
        font-size: 16px !important;
        line-height: 1.8 !important;
    }

    .ks-blog-carousel .wd-post-date{
        width: 48px;
        height: 56px;
        border-radius: 14px;
    }

    .ks-blog-carousel .post-date-day{
        font-size: 18px;
    }

    .ks-blog-carousel .post-date-month{
        font-size: 11px;
    }
}/* End custom CSS */
/* Start custom CSS */.ks-single-title{
    margin: 0 0 16px;
    padding: 0;
    text-align: right;
    direction: rtl;
    color: #0b2344;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.65;
    letter-spacing: -0.4px;
}

.ks-single-meta{
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 10px 0px;
    padding: 0;
    color: #6a7d95;
    font-size: 14px;
    line-height: 1.9;
}

.ks-meta-item{
    display: inline-flex;
    align-items: center;
    gap: 7px;
    position: relative;
    padding-left: 16px;
    margin-left: 16px;
    white-space: nowrap;
}

.ks-meta-item:not(:last-child)::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c7d2df;
    transform: translateY(-50%);
}

.ks-meta-icon{
    font-size: 13px;
    line-height: 1;
    opacity: .9;
}

@media(max-width: 767px){
    .ks-single-title{
        font-size: 22px;
        line-height: 1.8;
        margin-bottom: 14px;
    }

    .ks-single-meta{
        font-size: 13px;
    }

    .ks-meta-item{
        padding-left: 12px;
        margin-left: 12px;
    }
}/* End custom CSS */