.fixed-buttons {
    position: fixed;
    bottom: 90px;
    right: 48px;
    z-index: 1000;
}

.fixed-buttons a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 40%;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-size: 24px;
    color: white;
    margin-bottom: 8px;
    transition: transform 0.3s ease;
}

.fixed-buttons a:hover {
    transform: scale(1.1);
}

/* زر الاتصال */
.call-button {
    background-color: #3468bc;
}

/* زر الواتساب */
.whatsapp-button {
    background-color: #95badd;
}

/* زر البريد */
.email-button {
    background-color: #3468bc;
}

/* تحسين العرض للجوال والأجهزة اللوحية */
@media (max-width: 768px) {
    .fixed-buttons {
        bottom: 70px;
        right: 20px;
    }

    .fixed-buttons a {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }
}

@media (max-width: 480px) {
    .fixed-buttons {
        bottom: 60px;
        right: 15px;
    }

    .fixed-buttons a {
        width: 36px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 6px;
    }
}


#custom-footer {
    background-image: url('https://tarqim.com.sa/storage/footer-bg-1-1.png');
    margin-top: 2%;
    background-color: #EAEAEA !important;
    color: #000000 !important;
    font-family: 'Tajawal', sans-serif;
    padding: 30px 15px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: bottom !important;
    background-attachment: fixed !important;
    text-align:center;
    font-family:'Tajawal';
font-size:17px !important;
}

#custom-footer .footer-link {
    color: #000;
    text-decoration: none;
    margin: 0 11px;
}

footer-new .footer-link:hover {
    text-decoration: none;
}

footer i {
    font-size: 17px;
    margin: 0 8px;
    color: #354141;
    background-color: #000;
    padding: 9px;
    border-radius: 50%;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

footer-new, .site-footer {
    display: non !important;
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px !important;
    padding: 20px !important;
    max-width: 100% !important;
    overflow: hidden !important;
    flex-wrap: wrap !important;
}

@media (max-width: 768px) {
    footer-new .image-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 10px;
        overflow: hidden;
    }

    footer-new .image-container img {
        max-width: 100%;
        height: auto;
        margin: 0;
    }
}
#footer{
display:none !important;
}
.fab2{
font-family:'Tajawal';
color: #000;
}
.fab {
background-color:#005356;
color:#fff !important;
margin-top:20px !important;
margin-bottom:20px !important;
text-align:center;
font-size: 17px;
margin: 0 8px;
color: #354141;
padding: 9px;
border-radius: 50%;
transition: 0.3s;
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;

}

#custom-footer p{
font-family:'Tajawal';
color: #000;
}