/* Footer Styling */
.footer {
    background-color: rgba(50, 46, 46, 0.912);
    color: white;
    padding: 60px 0;
  }
  .footer h5 {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .footer a {
    color: #dcdcdc;
    text-decoration: none;
    transition: color 0.3s;
  }
  .footer a:hover {
    color: white;
  }
  .footer .social-icons a {
    font-size: 24px;
    margin-right: 15px;
  }
  .footer .form-control {
    border-radius: 30px;
    padding: 10px 20px;
    border: none;
  }
  .footer .btn {
    background-color: white;
    color: #0d6efd;
    border-radius: 30px;
    padding: 10px 30px;
    transition: background-color 0.3s;
  }
  .footer .btn:hover {
    background-color: #dcdcdc;
  }
  .footer-bottom {
    text-align: center;
    padding: 10px 0;
    background-color: #0d6efd;
    color: #dcdcdc;
  }
  .custom-padding{

    padding: 60px 0;

}
