Same-Day order processing | Fast Delivery within 2 to 5 Days | Shipping Available Across Egypt | Same-Day order processing | Fast Delivery within 2 to 5 Days | Shipping Available Across Egypt | Same-Day order processing | Fast Delivery within 2 to 5 Days | Shipping Available Across Egypt | Same-Day order processing | Fast Delivery within 2 to 5 Days | Shipping Available Across Egypt |
@keyframes scroll-text { 0% { transform: translateX(0%); } 100% { transform: translateX(-50%); } }

Featured Products

/* Isolated Banner Styles - Won't affect any other elements */ .branches-banner-wrapper-unique { max-width: 100%; margin: 0 auto; } .branches-banner-wrapper-unique .branches-banner-link { display: flex; align-items: center; justify-content: center; height: 300px; background: linear-gradient(135deg, #000000 0%, #2c2c2c 100%); border-radius: 15px; cursor: pointer; transition: all 0.3s ease; overflow: hidden; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.3); text-decoration: none; border: 2px solid #ffffff; } .branches-banner-wrapper-unique .branches-banner-link:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.5); background: linear-gradient(135deg, #1a1a1a 0%, #404040 100%); } .branches-banner-wrapper-unique .branches-banner-link::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 100%); pointer-events: none; } .branches-banner-wrapper-unique .branches-banner-content { text-align: center; color: #ffffff; z-index: 1; padding: 30px; position: relative; } .branches-banner-wrapper-unique .branches-banner-icon { font-size: 80px; margin-bottom: 20px; animation: branches-pulse 2s ease-in-out infinite; } @keyframes branches-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.1); } } .branches-banner-wrapper-unique .branches-banner-title { font-size: 48px; font-weight: bold; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); letter-spacing: 2px; color: #ffffff; } .branches-banner-wrapper-unique .branches-banner-subtitle { font-size: 22px; opacity: 0.95; margin-bottom: 15px; letter-spacing: 1px; color: #ffffff; } .branches-banner-wrapper-unique .branches-banner-cta { display: inline-block; background: #ffffff; color: #000000; padding: 14px 35px; border-radius: 50px; font-weight: bold; font-size: 16px; margin-top: 10px; transition: all 0.3s ease; letter-spacing: 1px; text-transform: uppercase; } .branches-banner-wrapper-unique .branches-banner-link:hover .branches-banner-cta { transform: scale(1.05); box-shadow: 0 5px 20px rgba(255,255,255,0.4); background: #f0f0f0; } /* Responsive */ @media (max-width: 768px) { .branches-banner-wrapper-unique .branches-banner-title { font-size: 28px; } .branches-banner-wrapper-unique .branches-banner-subtitle { font-size: 12px; } .branches-banner-wrapper-unique .branches-banner-icon { font-size: 50px; } .branches-banner-wrapper-unique .branches-banner-cta { font-size: 14px; padding: 12px 25px; } }