.footer {
    background-color: #F25D0D;
    font-family: 'Effra'; /* Dark blue */
    color: #051226;
    padding: 20px 0;
}
.footer a {
    font-size: 20px;
    color: #051226;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
}
.footer-icons a {
    font-size: 20px;
    margin: 0 8px;
    color: #fff;
}
.footer-icons a:hover {
    color: #FF6600;
}
.footer-bottom {
    direction: rtl;
    padding-top: 43px;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0%;
    }

.foot-pad{
    padding: 67px 0px 29px 0;
    
    
}
li:first-child {
    font-weight: bold;
    font-size: 20px;
  }
  
  li:not(:first-child) {
    font-weight: 300;
  }
.social-icons {
    padding-bottom: 20px;
    color: #051226 ;
    border-bottom: 1px solid #051226
    
}
.social-icons img {
    filter: brightness(0) saturate(100%) invert(7%) sepia(28%) saturate(706%) hue-rotate(181deg) brightness(90%) contrast(95%);
  }
  

.social-icons a {
    margin-inline-end: 8px; /* Adjust spacing between icons */
}
.social-icons a:last-child {
    margin-inline-end: 0; /* Remove margin for the last icon */
}
i{
    color: #051226;
}
.clear-fix{
    clear: both;
}
@media (max-width: 768px) {
    .footer .row {
        text-align: center;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    
}