/* Custom Footer Styles ltr*/

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}


a{
  text-decoration: none;
}
ul{
  list-style-type: none;
}


.footer {
    background-color: #AC2A00 !important;
    color: white;
    padding-top: 40px;
   
  }
  
  .footer a {
    color: white;
    text-decoration: none;
  }
  
  .footer a:hover {
    text-decoration: none;
    color: var(--background-color2);
  }
  
  .footer .social-icons a {
    margin: 0 10px;
    font-size: 20px;
  }
  
  .footer .quick-links a {
    display: block;
    margin-bottom: 10px;
  }
  
  .footer .contact-info i {
    margin-right: 10px;
    font-size: 18px;
  }
  
  .footer .contact-info p {
    margin: 5px 0;
  }
  
   @media (max-width: 768px) {
    .footer .social-icons {
        text-align: right;
    }
  
    .footer .quick-links {
        text-align: right;
    }
  }
  
  /* end footer section  */
  
  footer[dir="ltr"] .footer-logo,
  footer[dir="ltr"] .quick-links a, 
  footer[dir="ltr"] .contact-info a {
      text-align: left !important;
  }

  footer[dir="rtl"] .quick-links a, 
  footer[dir="rtl"] .contact-info a {
      text-align: right;
  }
  
  /* Adjust icons and social media buttons for RTL */
  footer[dir="rtl"] .social-icons a {
      margin-left: 10px;
  }
  
  /* Optional: Adjust footer bottom padding/margin */
  footer[dir="rtl"] .footer {
      padding-top: 30px;
      padding-bottom: 30px;
  }
  