/*
Theme Name:   مظلات وسواتر مجازن
Theme URI:    https://mzltjddh.com//workshop-mona
Author:       مظلات وسواتر مجازن
Author URI:   https://mzltjddh.com/
Description:  مظلات وسواتر مجازن نقدم خدمات مظلات، سواتر، هناجر، مستودعات في جميع مناطق المملكة، خدمة 24 ساعة، ضمان على العمل، أسعار مناسبة بأعلى معايير الجودة.
Version:      1.1.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hanger-theme
Tags:         rtl, custom-logo, custom-menu, featured-images, bootstrap, swiper, pergolas, canopies, sandwich-panel
*/


<style>
/* تنسيقات الفوتر */
.footer-heading {
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 2px;
    background-color: var(--secondary-color);
}

.footer-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: block;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: white;
    transform: translateX(-5px);
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    color: white;
    background-color: var(--primary-color);
    transform: translateY(-5px);
}

.contact-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 1rem;
}

.newsletter-form .form-control {
    border-radius: var(--border-radius) 0 0 var(--border-radius) !important;
    border: none;
    padding-left: 20px;
}

.newsletter-form .btn {
    border-radius: 0 var(--border-radius) var(--border-radius) 0 !important;
}

/* زر العودة للأعلى */
#back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    transition: all 0.3s ease;
}

#back-to-top:hover {
    transform: translateY(-5px);
}
</style>
