footer {
    background-color: #111;
    color: #fff;
    padding: 40px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  
  .footer-container {
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 70px;
  }
  
  .footer-section {
    flex: 1;
    padding: 0 15px;
    
  }

  .footer-section .footer-links {
    display: flex; /* Makes the lists align side by side */
    justify-content: flex-start;  /* Optional: Adds space between the lists */
  }
  
  .footer-section ul {
    list-style-type: none; /* Removes bullet points from the lists */
    padding: 0;
  }
  
  .footer-section ul li {
    margin-bottom: 10px; /* Adds some spacing between list items */
  }
  
  .footer-section ul li a {
    text-decoration: none; /* Removes the underline from links */
    color: #000; /* Adjust the color as needed */
  }
  
  .footer-section ul.right-links {
    margin-left: 60px; /* Optional: Adds some space between the left and right lists */
  }
  
  .footer-section h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: 600;
    color: #920000;
  }

  .footer-section.about p {
    margin-left: 25px;
    margin-right: 25px;
  }
  .footer-section p,
  .footer-section form,
  .footer-section ul {
    margin: 0;
    font-weight: 400;
  }
  
  .footer-section ul {
    list-style-type: none;
    padding: 0;
  }
  
  .footer-section ul li {
    margin: 5px 0;
  }
  
  .footer-section ul li a {
    color: #ccc;
    text-decoration: none;
  }
  
  .footer-section ul li a:hover {
    color: #fff;
  }

  .footer-section.about p {
    margin-top: 20px;
  }
  

  .footer-section.subscribe  p{
    max-width: 240px;
  }

  .footer-section.subscribe form {
    display: flex;
    flex-direction: column;
    max-width: 220px;

  }

  .footer-section.subscribe span {
    position: relative; /* Position relative for the icon */
    display: flex; /* Use flexbox to align items inside */
    align-items: center; /* Center items vertically */
}

.footer-section.subscribe #mail {
  position: absolute; /* Position it absolutely */
  left: 10px; /* Adjust this value to position the icon */
  pointer-events: none; /* Prevent mouse events on the icon */
  color: #ffffff;
  z-index: 1;
  margin-top: 5px;
}
  
  
  .footer-section.subscribe input[type="email"] {
    padding: 10px;
    border: 2px solid transparent; /* Maintain space for border */
    border-radius: 4px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 400;
    color: #ffffff;
    background-color: #333;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    box-sizing: border-box; /* Include padding and border in element's total width and height */
    margin-top: 15px;
    padding-left: 30px;
    width: 100%;
    transition: border 0.3s;
}
  
  .footer-section.subscribe input[type="email"]:focus {
    outline: none; /* Remove outline */
    border: 2px solid #ffffff; /* Maintain consistent border size */
    transform: translateZ(0); /* Force hardware acceleration */
    background-color: #333; 
  }
  
  .footer-section.subscribe button {
    font-family: 'Poppins', sans-serif;
    padding: 10px;
    border: none;
    background-color: rgb(112, 20, 20); 
    transition: background-color 0.3s;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 400;
    margin: 15px auto; 
    max-width: 130px;
    display: block; 
    
  }
  
  .footer-section.subscribe button:hover {
    background-color: #360000;
  }
  
  .footer-section.subscribe button:focus {
    transform: translateZ(0); /* Force hardware acceleration on button */
  }

  .footer-section.social-connect .social-icons {
  display: flex; /* Use flexbox for horizontal alignment */
  margin-top: 10px; /* Add some spacing above the icons */
}

.footer-section.social-connect .social-icons a {
  margin: 0 10px; /* Space between each icon */
  color: #fff; /* Icon color */
  text-decoration: none; /* Remove underline from links */
  font-size: 24px; /* Adjust icon size as necessary */
}

.footer-section.social-connect .social-icons a:first-child {
    margin-left: 5px; /* Remove left margin for the first icon */
  }

.footer-section.social-connect .social-icons a {
  transition: color 0.2s ease;
}

.footer-section.social-connect .social-icons a:hover {
  color: #920000; /* Change color on hover */
}

.footer-section.about {
    font-size: 0.9rem;
}
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      align-items: center;
    }
    
    .footer-section {
      margin-bottom: 20px;
      text-align: center;
    }

    .footer-section.about p {
        max-width: 60%;
        margin: 0 auto;
      }

      .footer-section.subscribe {
        display: flex;               /* Make the container a flexbox */
        flex-direction: column;      /* Align items in a column */
        align-items: center;         /* Center items horizontally */
        text-align: center;          /* Center text in case of inline elements */
      }
      
      .footer-section.subscribe form {
        align-items: center; /* Center input and button horizontally */
        margin-top: 10px; /* Space above the form */
      }
      
      .footer-section.subscribe input[type="email"] {
        width: 240px; /* Full width for mobile */
        
    }
      
      .footer-section.subscribe button {
        width: 100%; /* Full width for mobile */
        max-width: 130px;
      }

      .footer-container {
        margin-bottom: 30px;
      }

      .footer-section.social-connect .social-icons {
        display: flex;                /* Make the parent a flex container */
        justify-content: center;      /* Center icons horizontally */
        align-items: center;          /* Center icons vertically (optional) */
      }
      

      
  }


.knife-footer-logo {
    width: 50px;
    filter: brightness(0.5);
    margin-right: -10px;
    margin-top: 20px;
}

.footer-logo {
    margin-left: 0px;
    width: 150px;
    filter: brightness(0.8);
}


.footer-bottom {
    font-family: 'Poppins', sans-serif;
    margin-top: 50px;
    text-align: center;
    padding: 20px;
    background-color: #222;
    font-size: 0.9rem;
    color: #e0e0e0;
    margin-top: 20px;
}

.footer-bottom p{
    margin-top: 10px;
}

.footer-bottom a {
    color: #e0e0e0;
    text-decoration: none;
    margin: 0 5px;
}

.footer-bottom a:hover {
    color: #920000;
}