/* Add custom CSS styles below */ 
.advanced-slider__caption__inner__content__heading {

    color: white;
 
}


.rounded_contacts a, .rounded_contacts a i {
    border-radius: 9999px;
    display: none;
}


.sicon-mail:before {
    content: transparent;
}



.s-block--full-bg+footer, .s-block--full-bg+.s-block--full-bg, .s-block--full-bg:first-of-type {
    margin-top: 0;
    background-color: #e7f1e6;
}
/* إعداد الحاوية عشان تاخذ كامل عرض الشاشة */
.horizontal-features {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    width: 100% !important; /* هذا السطر بيمنع تجمعها في اليمين */
    gap: 20px !important;
    padding-bottom: 15px !important;
}

/* توزيع المربعات بالتساوي على الكمبيوتر، وإبقائها بحجم مناسب للجوال */
.horizontal-features > * {
    flex: 1 !important; /* يخلي المربعات تتمدد وتعبي المساحة بالتساوي */
    min-width: 220px !important; /* يمنع المربع من الانكماش في الجوال عشان تقدر تسحبه */
}

/* تجميل شكل شريط التمرير (السحب) من تحت */
.horizontal-features::-webkit-scrollbar {
    height: 5px;
}
.horizontal-features::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 10px;
}