/* General Footer Styling */
.ftco-footer {
    background: #191919;
    color: #1b1b1b;
    padding: 60px 0;
  }
  
  .ftco-footer-widget h2 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
  }
  
  .ftco-footer-widget p {
    color: #dcdcdc;
    font-size: 14px;
    line-height: 1.8;
  }
  
  .ftco-footer-social {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
  }
  
  .ftco-footer-social li {
    display: inline-block;
  }
  
  .ftco-footer-social a {
    color: #ffffff;
    background: #ffc107;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s, transform 0.2s;
    font-size: 18px;
  }
  
  .ftco-footer-social a:hover {
    background: #363636;
    transform: scale(1.1);
  }
  
  .ftco-footer-widget ul li {
    margin-bottom: 10px;
  }
  
  .ftco-footer-widget ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .ftco-footer-widget ul li a:hover {
    color: #EFBF04;
  }
  
  .block-23 ul li {
    display: flex;
    align-items: center;
    color: #dcdcdc;
    margin-bottom: 10px;
  }
  
  .block-23 ul li span {
    margin-right: 10px;
  }
  
  .text-center p {
    font-size: 15px;
    color: #dcdcdc;
  }
  
  .text-center p a {
    color: #EFBF04;
    text-decoration: none;
  }
  
  .text-center p a:hover {
    color: #EFBF04;
  }