
footer {
    background: #ececec;
    padding-top: 40px;
    position: relative;
    border-top: 0.5pt solid #dbd9d9;

  }
  
  .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    gap: 80px;
    padding: 0 40px 40px;
    border-bottom: 1px solid #ddd;
  }
  
  .footer-col {
    flex: 1;
    min-width: 200px;
  }
  
  .footer-col h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
  }
  
  .footer-col a {
    display: block;
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-col a:hover {
    color: #ed5a24;
  }
  
  .footer-col p {
    font-size: 14px;
    color: #555;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  
 
  
  .footer-col.logo i {
    color: #ed5a24;
    font-size: 28px;
    margin-right: 5px;
  }
  
  .social-icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    /*background-color: #ddd;*/
    color: #333;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 8px;
    transition: background-color 0.3s ease, transform 0.2s;
  }
  
  .social-icons a:hover {
    background-color: #ececec;
    color: white;
    transform: scale(1.1);
  }
  
  .payment-icons img {
    margin-top: 10px;
  }
  
  .footer-bottom {
    background-color: #ed5a24;
    color: white;
    padding: 12px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  .footer-links a {
    color: white;
    text-decoration: none;
    font-size: 13px;
    margin-right: 10px;
  }
  
  .footer-links a:hover {
    text-decoration: underline;
  }
  
  .footer-copy {
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .back-to-top {
    position: absolute;
    right: 20px;
    bottom: 70px;
    background-color: #000;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
  }
  
  .back-to-top:hover {
    background-color: #ed5a24;
  }

  .payment-icons img{
    width:50%;
    height: 50%;
  }