@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@700&display=swap');

body{
    font-family: 'Cairo', sans-serif;
    background:#0C6CA9;
}

.logo-box{
    width:120px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.logo{
    width: 120px;
    height: 80px;
}

.navbar{
    background:#0C6CA9;
}

.navbar a{
    color:#ffffff !important;
    font-weight:bold;
}

.navbar a:hover{
    color:#0D122B !important;
}

.navbar-toggler{
    background:#ffffff;
    border:none;
}

.section-title{
    font-weight:bold;
    color:#0D122B;
    padding-bottom: 15px;
}

.category-bar{
    background:#0D122B;
    padding:10px;
}

.category-bar button{
    margin:5px;
    border:none;
    background:#0C6CA9;
    color:white;
    padding:8px 15px;
    border-radius:20px;
}

.category-bar button:hover{
    background:#A8E0F9;
}

.product-card{
    position:relative;
    overflow:visible;
    border:none;
    box-shadow:0 4px 10px rgba(0,0,0,0.1);
    transition:0.3s;
    height:100%;
    display:flex;
    flex-direction:column;
}

.product-card:hover{
    transform:scale(1.05);
}

.product-card img{
    height: 260px;
    width:100%;
    object-fit:contain;
    background:#fff;
    padding:10px
}


.product-card .card-body{
    flex-grow:1;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.product-price{
    position:relative;
    color:#ffffff;
    background:#0D122B;
    display:inline-block;
    padding:6px 10px;
    border-radius:20px;
    font-weight:bold;
    font-size:18px;
    margin-top:10px;
    box-shadow:0 3px 8px rgba(0,0,0,0.2);
    transition:0.3s;
}



.offer-badge{
    position:absolute;
    top:0;
    left:0;
    width:100%; 
    background:#FBB815;
    color:#010101;
    text-align:center;
    font-weight:bold;
    font-size:14px;
    padding:8px 10px;
    z-index:2;
    box-shadow:0 3px 8px rgba(0,0,0,0.2);
}

.product-card img{
    margin-top:50px;
}

.product-card:hover .offer-badge{
    background:#FCCB07;
}

.product-card:hover .product-price{
    background:#0C6CA9;
    transform:scale(1.08);
}

.price-box{
    margin-top:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
}

.price-old{
    text-decoration: line-through;
    color:#888;
    font-size:16px;
    margin-left:10px;
}

.price-new{
    color:#ffffff;
    background:#0D122B;
    padding:6px 14px;
    border-radius:15px;
    font-weight:bold;
    font-size:18px;
    box-shadow:0 3px 8px rgba(0,0,0,0.15);
}

.product-card:hover .price-new{
    background:#0C6CA9;
    transform:scale(1.05);
}

/* العنوان */

.main-title{
    color:#0D122B;
    font-size:32px;
    font-weight:bold;
}

.sub-title{
    color:#ffffff;
    font-size:18px;
    margin-top:20px;
}

/* كروت التواصل */

.contact-card{
    padding:30px;
    border:none;
    box-shadow:0 4px 10px rgba(0,0,0,0.1);
    transition:0.3s;
}

.contact-card:hover{
    transform:translateY(-8px);
}

/* الأيقونات */

/* الأيقونات */

.contact-icon{
    font-size:60px;
    margin-bottom:15px;
    display:block;
}

/* ألوان كل منصة */

.whatsapp-icon{
    color:#25D366;
}

.facebook-icon{
    color:#1877f2;
}

.instagram-icon{
    color:#e1306c;
}

/* تحسين الكرت */

.contact-card{
    padding:30px;
    border:none;
    box-shadow:0 4px 10px rgba(0,0,0,0.1);
    transition:0.3s;
}

.contact-card:hover{
    transform:translateY(-8px);
}

/* الأزرار */

.contact-btn{
    display:inline-block;
    margin-top:15px;
    padding:10px 20px;
    border-radius:25px;
    color:white;
    font-weight:bold;
    text-decoration:none;
}

/* ألوان */

.whatsapp{
    background:#25D366;
}

.facebook{
    background:#1877f2;
}

.instagram{
    background:#e1306c;
}

/* الموقع */

/* الصندوق */

.location-box{
    padding:30px;
    background:#fff;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

/* الأيقونة */

.location-icon{
    font-size:40px;
    color:#0D122B;
    margin-bottom:10px;
}

/* العنوان */

.visit-title{
    color:#0D122B;
    font-weight:bold;
    margin-bottom:10px;
}

/* العنوان الفرعي */

.address{
    color:#333;
    font-size:16px;
    margin-bottom:15px;
}

/* زر الخريطة */

.map-btn{
    display:inline-block;
    background:#0C6CA9;
    color:#fff;
    padding:10px 20px;
    border-radius:25px;
    text-decoration:none;
    font-weight:bold;
    transition:0.3s;
}

.map-btn:hover{
    background:#0D122B;
    color:#ffffff;
}


/* العنوان الرئيسي */

.main-title{
    color:#0D122B;
    font-weight:bold;
}

/* الصناديق */

.about-box{
    background:#fff;
    padding:25px;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

/* العناوين */

.section-heading{
    color:#0C6CA9;
    font-weight:bold;
    margin-bottom:15px;
    display:flex;
    align-items:center;
    gap:10px;
}

/* الأيقونات */

.section-heading i{
    font-size:22px;
    color:#0D122B;
}

/* النص */

.about-box p{
    color:#333;
    line-height:1.8;
}

/* القائمة */

.about-list{
    padding-right:20px;
}

.about-list li{
    margin-bottom:10px;
    color:#333;
}