footer {
    background-color: #002060;
    color: #fff;
    padding: 40px 0;
    content: normal;
  }
  
  .footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
  }
  
  .footer-left, .footer-middle, .footer-right {
    flex: 1;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  
  .footer-logo {
    max-width: 120px;
    margin-bottom: 20px;
  }
  
  .footer-left p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .social-icons a {
    display: inline-block;
    margin-right: 10px;
  }
  
  .social-icons img {
    max-width: 30px;
  }
  
  .certificate-icon {
    max-width: 50px;
    margin-right: 10px;
    margin-top: 20px;
  }
  
  .footer-middle {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .footer-links {
    flex: 1;
    min-width: 200px;
  }
  
  .footer-links {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .footer-h{
    margin-bottom: 18px;
    font-size: 24px;
  }
  .footer-list {
    list-style: none;
    padding: 0;
    font-size: 10px;
  }
  
  .footer-item {
    margin-bottom: 10px;
  }
  
  .footer-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }
  
  .footer-link:hover {
    text-decoration: underline;
  }
  
  .contact-info p, .address p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  
  .footer-bottom {
    background-color: #003fb4;
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
    font-size: 14px;
  }
  
  /* Media Queries for Responsiveness */
  @media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
  
    .footer-left, .footer-middle, .footer-right {
        padding: 0;
        margin-bottom: 30px;
    }
  
    .footer-middle {
        flex-direction: column;
    }
  
    .footer-links {
        margin-bottom: 20px;
    }
  }
  
  @media (max-width: 480px) {
    .footer-logo {
        max-width: 100px;
    }
  
    .social-icons img {
        max-width: 25px;
    }
  
    .certificate-icon {
        max-width: 40px;
    }
  
    .footer-link {
        font-size: 13px;
    }
  
    .contact-info p, .address p {
        font-size: 13px;
    }
  }
  .phone{
    color: #ADB6C2;
    text-decoration: none;
    direction: ltr;
  }