.features-section {
    background: #ffffff;
    color: #ffffff;
}
@media (min-width: 1024px) {
    .features-section-img {
        max-height: 155px;
        max-width: 350px;
    }
}
#\31 dde9bd7-8d67-4fc8-ad8d-fd1a108294ae {
    margin-top: 50px;
}
img.d-block.w-100.slider-image-0 {
    border-radius: 20px;
}
.theme-title-primary {
    color: #0FCDEE !important;
    font-size: 25px;
    font-weight: 700;
}

/* ======== تصميم كروت المنتجات ======== */

.product-item {
    background: #ffffff;
    border-radius: 18px;
    padding: 16px;
    border: 1.5px solid rgba(15, 205, 238, 0.35);
    box-shadow: 0 4px 14px rgba(15, 205, 238, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

/* هوفر الكارت */
.product-item:hover {
    transform: translateY(-7px);
    border-color: #0FCDEE;
    box-shadow: 0 12px 28px rgba(15, 205, 238, 0.22);
}

/* صورة المنتج */
.product-item img {
    border-radius: 14px;
    transition: transform 0.3s ease;
}

.product-item:hover img {
    transform: scale(1.04);
}

/* زر إضافة للمفضلة */
span.add-to-wishlist {
    background-color: #ffffff;
    border: 1px solid rgba(15, 205, 238, 0.45);
    color: #0FCDEE;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* هوفر المفضلة */
span.add-to-wishlist:hover {
    background-color: #0FCDEE;
    color: #ffffff;
    border-color: #0FCDEE;
    box-shadow: 0 6px 14px rgba(15, 205, 238, 0.35);
}

/* زر الإضافة للسلة */
.product-item .btn,
.product-item button,
.product-item .add-to-cart {
    background: #0FCDEE !important;
    color: #ffffff !important;
    border: 1px solid #0FCDEE !important;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* هوفر زر السلة */
.product-item .btn:hover,
.product-item button:hover,
.product-item .add-to-cart:hover {
    background: #ffffff !important;
    color: #0FCDEE !important;
    border-color: #0FCDEE !important;
    box-shadow: 0 6px 16px rgba(15, 205, 238, 0.28);
}
/* ======== موبايل ======== */
@media (max-width: 768px) {

    .gallery .gallery-item {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 15px;
    }

    /* ظبط الارتفاع */
    .gallery .gallery-item {
        height: auto !important;
    }

    /* يخلي الصورة تاخد حجمها الطبيعي */
   .gallery .gallery-item img {
    max-height: 360px;
}

    /* مسافة حوالين الجريد */
    .gallery {
        padding: 0 10px;
    }
#a2856a51-4228-4989-ac2a-ad5c21381fa8 > div > div:nth-child(1) > div > div > a > img {
    max-height: 180px;
}
#a2856a51-4228-4989-ac2a-ad5c21381fa8 > div > div:nth-child(2) > div > div > a > img {
    max-height: 180px;
margin-top: -150px;
}
#\30 134ce2c-5f04-4989-8d06-017b790d2997 > div > div:nth-child(1) > div > div > a > img {
    max-height: 180px;
margin-top: -164% !important;
    }
#\30 134ce2c-5f04-4989-8d06-017b790d2997 > div > div:nth-child(2) > div > div > a > img {
    max-height: 180px;
margin-top: -253% !important;
    }
#\30 2193633-9383-4c36-9ec4-ecc1605fb33f {
    margin-top: -177%;
}
#\38 442e49f-21b7-44eb-ba19-2519f92399b9 > div > div:nth-child(2) > div > div > a > img {
    max-height: 262px !important;
}
#\38 442e49f-21b7-44eb-ba19-2519f92399b9 > div > div:nth-child(3) > div > div > a > img {
    margin-top: -46px;
}
.features-section-img {
    max-height: 109px;
    max-width: 126px;
}
}
.footer-companies {
    background-color: #0FCDEE;
}
.footer-copyrights-vat-certificate {
    background-color: #0FCDEE;
}
/* موبايل */
@media (max-width: 767px) {

    .features-section {
        flex-direction: column !important;
        gap: 15px;
    }

    .features-section .feature {
        width: 100%;
        text-align: center;
    }

    .features-section-img {
        max-width: 80%;
        height: auto;
    }
}