      .footer {
        background-color: #23262b;
        color: #fff;
        padding: 30px 0 20px;
        padding-bottom: 90px;
        /* margin-top: 40px; */
      }
      
      .footer-company {
        text-align: center;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 20px;
      }
      
      .footer-company h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
      }
      
      .footer-company p {
        font-size: 14px;
        opacity: 0.8;
        margin: 0;
      }
      
      .footer-section {
        margin-bottom: 25px;
      }
      
      .footer-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
        position: relative;
        padding-left: 15px;
      }
      
      .footer-title:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 5px;
        height: 16px;
        background-color: #64b5f6;
      }
      
      .footer-links {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
      }
      
      .footer-links a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        padding: 5px 10px;
        margin: 5px 10px;
        display: block;
        transition: all 0.3s ease;
        opacity: 0.8;
      }
      
      .footer-links a:hover {
        opacity: 1;
        color: #64b5f6;
      }
      
      .footer-copyright {
        text-align: center;
        /* margin-top: 25px; */
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 12px;
        opacity: 0.7;
      }
      
      @media (max-width: 576px) {
        
        .footer-links {
          margin: 0 -5px;
        }
        
        .footer-links a {
          margin: 5px 5px;
          font-size: 13px;
        }
      }

        .footer-copyright p {
          margin-bottom: 0;
        }