
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wdth,wght@0,96.6,100..900;1,96.6,100..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap" rel="stylesheet">

.header-middle.header-bottom .navbar-expand-lg.navbar-xl .navbar-nav .nav-link:hover
	{
    color: #ff0000 !important;
	}


.card-product {
    border: none;
    background: #4a121238 !important;
    box-shadow: rgb(96 67 67) -11px -5px 2px 0px !important;
    padding: 1.5rem;
    font-weight: 700 !important;
    font-size: 18px !important;
    border-radius: 0px 50px 0px 50px !important;
    color: #000000;
    font-family: "Cairo", sans-serif;
    transition: all 0.3s ease !important; 
}


.card-product:hover {
    box-shadow: 0px 0px 20px 12px rgb(111 3 14) !important;
}


.navbar-brand img {
    max-height: 70px !important; 
}


.service-list h3.title {
    margin-top: 13px !important;
    margin-bottom: 20px !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    font-family: "Inter", sans-serif !important;
    padding: 15px 15px !important;
    border-radius: 5px 25px 5px 24px !important;
    border: 2px solid #000 !important;
    box-shadow: 0px 0px 8px 8px rgb(254 0 0 / 20%) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
    background-color: #bb182f;
}


.service-list h3.title::before {
    content: "🔑 ";
    display: inline-block !important;
    margin-right: 10px !important;
    color: #83210c !important;
    font-weight: 700 !important;
    transform: translateX(0);
    transition: transform 0.50s ease !important;
}


.service-list h3.title:hover::before {
    transform: translateX(5px);
}
