footer {
    background-color: #111;
    color: #fff;
    padding: 20px 0;
    position: relative;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-section {
    flex: 1;
    padding: 20px;
    min-width: 250px;
}

.footer-section h3 {
    color: #FFD700;
    margin-bottom: 15px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-section ul li a:hover {
    color: #FFD700;
}

.footer-bottom {
    text-align: center; /* النص في المنتصف */
    padding: 10px 0; /* مسافة من الأعلى والأسفل */
    background-color: #000; /* لون الخلفية */
    color: #fff; /* لون النص */
    font-size: 16px; /* حجم النص */
    width: 100%; /* ملء العرض */
    box-sizing: border-box; /* حساب الحشوات ضمن الأبعاد */
    margin-top: 20px; /* إضافة مسافة فوق النص */
}


.social-icons {
    display: flex;
    list-style: none;
    padding: 0;
}

.social-icons li {
    margin-right: 10px;
}

.social-icons li a {
    color: #FFD700;
    font-size: 30px;
    transition: color 0.3s;
}

.social-icons li a:hover {
    color: #FFD700;
}

.social-icons li a.facebook:hover {
    color: #3b5998;
}

.social-icons li a.twitter:hover {
    color: #00acee;
}

.social-icons li a.instagram:hover {
    color: #e1306c;
}

.social-icons li a.snapchat:hover {
    color: #FFFC00;
}

/* Contact icons */
.contact li {
    display: flex;
    align-items: center;
}

.contact li i {
    margin-right: 10px;
}

/* Responsive adjustments */
@media (min-width: 1024px) {
    .footer-container {
        justify-content: space-around;
    }
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-section {
        padding: 10px;
        max-width: 57%;
    }
}

/* Logo styling */
.logo img {
    max-width: 100px; /* Adjust size as needed */
    height: auto;
    margin-bottom: 15px;
    margin-top: 20px;
}

/* About text styling */
.about-text {
    line-height: 1.5;
}

/* Back-to-Top Button */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #FFD700;
    color: #111;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none; /* Hidden by default */
}

.back-to-top:hover {
    color: #111;
}

.back-to-top i {
    vertical-align: middle;
}
.company-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.company-social li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.company-social li span {
    flex: 0 0 121px; /* تحديد عرض ثابت لاسم الشركة */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.company-social li a {
    margin-left: 10px;
    font-size: 20px;
    color: #FFD700;
    transition: color 0.3s ease;
}

.company-social li a:hover {
    color: #fff; /* لون التمرير */
}

.company-social li a.facebook:hover {
    color: #3b5998;
}

.company-social li a.instagram:hover {
    color: #e1306c;
}

.company-social li a.snapchat:hover {
    color: #FFFC00;
}

.company-social li a.linkedin:hover {
    color: #0077b5;
}

.company-social li a.x:hover {
    color: #000;
}

.company-social li a.threads:hover {
    color: #444;
}
svg.svg-inline--fa.fa-phone.fa-w-16, svg.svg-inline--fa.fa-envelope.fa-w-16, svg.svg-inline--fa.fa-map-marker-alt.fa-w-12{
    margin-right: 10px;
    margin-left: 10px;
}
i.fas.fa-envelope,i.fas.fa-phone,i.fas.fa-map-marker-alt {
    margin-right: 10px;
    margin-left: 10px;
}

