.footer-contact {
    background-color: #0b1623;
    text-align: center;
    color: white;
    padding: 80px 20px 50px 20px;  /* Top, Right, Bottom, Left */
    
  }
  
  .footer-contact-box {
    background-color: #e30613;
    border-radius: 20px;
    padding: 30px 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
  }
  
  .contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 15px 0;
    color: white;
    font-size: 18px;
  }
  
  .icon {
    background: white;
    color: #e30613;
    padding: 10px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  
  .footer-bottom {
    background-color: #e30613;
    padding: 15px 0;
    font-size: 14px;
    border-radius: 0;
  }