/* Add custom CSS styles below */ 
button.fixed.z-50.bottom-10.left-8.bg-\[\#25D366\].w-14.h-14.rounded-full.drop-shadow-lg.flex.justify-center.items-center.text-white.text-2xl.hover\:drop-shadow-2xl {
    right: 2rem;
}
/*header*/
nav#mobile-menu a:hover {
    color: #f48423;
}

/*الاقسام*/
.rehla-component-3.py-20 h4,.rehla-component-2.py-20 .flex.w-full.h-full.justify-end.items-center.flex-col.text-white.p-8.text-center {
    /* justify-content: center; */
    display: none;
}
.rehla-component-3.py-20 h2 {
    color: #014280;
}
.rehla-component-3.py-20 h2:after , .rehla-services.relative.py-10 h3:after , .rehla-contact.py-5 h3:after {
    content: " ";
    width: 120px;
    height: 2px;
    background-color: #f4821f;
    display: block;
    margin: 17px auto;
}