     /* .aeq-footer {
            background-color: var(--footer-bg);
            color: var(--text-white);
            padding: 4rem 2rem 2rem 2rem;
        }
        .aeq-footer-main-row{
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 50px;
        }

       
        .aeq-logo-group {
            position: relative;
            margin-bottom: 0.5rem;
            line-height: 1;
        }

        .aeq-logo-group .logo-aeq {
            font-size: 2.5rem;
            font-weight: 900;
            letter-spacing: -2px;
            display: inline-block;
            vertical-align: middle;
        }

        .aeq-logo-group .logo-labs {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--lime-green);
            display: inline-block;
            vertical-align: middle;
            position: relative;
            bottom: 0.3em; 
            margin-left: 0.25rem;
        }
        
        .aeq-tagline {
            font-size: 30px;
            line-height: 38px;
            font-weight: 600;
            margin-top: 10px;
            margin-bottom: 6.5rem;
            color: var(--text-white);
        }

        .text-lime {
            color: var(--lime-green);
        }

 
        .aeq-cta-btn {
            background-color: var(--lime-green);
            color: var(--footer-bg);
            border: none;
            font-weight: 700;
            padding: 0.8rem 1.5rem;
            border-radius: 0.5rem;
            text-decoration: none;
            transition: background-color 0.2s;
            white-space: nowrap;
            box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.5); 
            line-height: 1.2;
        }

        .aeq-cta-btn:hover {
            background-color: #b3ff66;
            color: var(--footer-bg);
        }

   
        .aeq-value-prop {
            font-size: 20px;
            font-weight: 600;
            line-height: 25px;
            margin-bottom: 10px;
        }

        .compliance-list {
            list-style: none;
            padding-left: 0;
            color: #7A7A7A;
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
        }

        .compliance-list li {
            margin-bottom: 0.25rem;
        }

        .copyright {
            color: var(--text-muted);
            font-size: 0.85rem;
            margin-top: 2.5rem;
        }


        .trusted-by {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 14px;
            margin-bottom: 1.5rem;
        }

        .trusted-by strong {
            font-size: 20px;
            color: var(--text-white);
            font-weight: 600;
        }


        .email-link {
            display: flex;
            align-items: center;
            color: var(--text-white);
            text-decoration: none;
            margin-bottom: 2.5rem;
        }

        .email-link i {
            font-size: 1.25rem;
            margin-right: 0.75rem;
            color: var(--text-white);
            background-color: #333333;
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .email-link span {
            font-weight: 700;
            font-size: 1rem;
        }
        
        .email-link small {
            display: block;
            font-size: 0.8rem;
            color: var(--text-muted);
        }

    
        .contact-btn-group-wrapper {
             
             padding-right: 4rem; 
        }

        .contact-btn {
            font-size: 1rem;
            font-weight: 600;
            width: 298px;
            height: 75.75px;

            background-color: #94f721 !important;
            color: #000;
            border-radius: 30px; 

            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: transform 0.1s;
    
            opacity: 0;
            transform: translateY(-100vh);
        }

        .contact-btn:hover {
            transform: translateY(-2px);
        }

        .contact-btn i {
            font-size: 1.25rem;
            margin-right: 0.75rem;
        }

        .location-btn {
            width: 452.9700145549337px;
            height: 75.75000222987828px;
            border-radius: 30px;

            border: 2px solid var(--lime-green);
        }

        .contact-info-btn {
            background-color: var(--footer-bg);
            border: 2px solid var(--text-white);
        }
      
        .contact-info-btn span { 
            color: var(--text-white);
        }

        .contact-info-btn i {
            color: var(--lime-green);
        }

        .social-icon-btn {
            width: 100px;
            height: 100px;
            background-color: #94f721;
            color: #000;
            border-radius: 25px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            margin-left: 0.75rem;
            transition: background-color 0.2s;
          
            opacity: 0;
            transform: translateY(-100vh);
        }

        .social-icon-btn:first-child {
            margin-left: 0;
        }

        .social-icon-btn:hover {
            background-color: #b3ff66;
        }
        

        .animate-fall {
            animation: falling-drop 1.8s ease-out forwards; 
        }
        .footer-cta-button-test {
  
      background: #94F721;
      color: #000;
      font-weight: 600;
      border: none;
      border-radius: 0;
      padding: 12px 30px;
      clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
      transition: 0.3s ease;
      text-decoration: none;
      white-space: nowrap;
          margin-left: -50px;
    }

    .footer-cta-button-test:hover {
      background-color: white;
      color: black;
    
      transform: translateY(-2px);
    }

        
        @keyframes falling-drop {
            0% {
                transform: translateY(-100vh); 
                opacity: 0;
            }
            60% {
                opacity: 1;
            }
            85% {
                transform: translateY(0);
            }
            95% {
                transform: translateY(-5px);
            }
            100% {
                transform: translateY(0);
                opacity: 1; 
            }
        }

      
        .contact-location { animation-delay: 0s; }
        .contact-info-delay { animation-delay: 0.2s; }
        .social-linkedin { animation-delay: 0.4s; }
        .social-facebook { animation-delay: 0.6s; }
        .social-instagram { animation-delay: 0.8s; }



        @media (min-width: 992px) {
            .aeq-footer-main-row {
                gap: 4rem;
            }
            .contact-btn {
                flex-grow: 0 !important;
            }
        }

        @media (max-width: 991px) {
            .aeq-cta-container {
                order: 3;
                margin-top: 2rem;
            }
            .aeq-value-prop-container {
                order: 2;
                margin-top: 2rem;
            }
            .aeq-logo-left {
                order: 1;
            }
            .contact-btn-group {
                flex-direction: column;
                gap: 1rem;
                margin-bottom: 2rem;
            }
            .contact-btn {
                width: 100%;
                margin-right: 0;
            }
            .social-group {
                text-align: center;
                justify-content: center !important;
            }
            .contact-btn-group-wrapper {
                 padding-right: 0;
            }
        }
        @media (max-width: 500px) {
            .aeq-footer-main-row{
                display: flex;
                flex-direction: column;
            }
             .aeq-logo-right{
                order: 2;
             }
        } */
.regular-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
     padding: 10px 30px;
     margin-top: 100px;
     /* border-top: 1px solid white; */
     /* border-bottom: 1px solid white; */
}
.trusted-by{
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
      color: #000;
}
.trusted-by p{
    font-size: 0.8rem;
    margin-bottom: 0;
}
 .email-link {
            display: flex;
            align-items: center;
            color: var(--text-white);
            text-decoration: none;
            /* margin-bottom: 2.5rem; */
        }

        .email-link i {
            font-size: 1.25rem;
            margin-right: 0.75rem;
            color: var(--text-white);
            background-color: #333333;
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .email-link span {
            font-weight: 700;
            font-size: 1rem;
            color: #000;
        }
        
        .email-link small {
            display: block;
            font-size: 0.8rem;
            color: var(--text-muted);
            color: #000;
        }

          .sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    padding: 30px 0;
    /* box-shadow: 0 -2px 10px rgba(0,0,0,); */
    z-index: 999;
    /* border-top: 2px solid #fff; */
  }

  .sticky-footer.show {
    bottom: 0;
  }

  .footer-inner {
    /* max-width: 1300px; */
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
  }

  .footer-text {
    color: #fff;
    text-align: center;
    flex: 1;
  }

  .footer-text small {
    display: block;
    margin-bottom: 10px;
    opacity: 0.8;
  }

  .footer-cta {
    background: #41e8a8;
    color: #fff;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 0 #0f634b;
    transition: 0.2s ease-in-out;
  }

  .footer-cta:hover {
    transform: translateY(-3px);
  }

  .footer-img img {
    max-width: 260px;
  }
       .footer-cta-button-test {
  
      background: #94F721;
      color: #000;
      font-weight: 600;
      border: none;
      border-radius: 0;
      padding: 12px 30px;
      clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
      transition: 0.3s ease;
      text-decoration: none;
      white-space: nowrap;
          margin-left: -50px;
    }

    .footer-cta-button-test:hover {
      background-color: white;
      color: black;
    
      transform: translateY(-2px);
    }
    /* -----------------------------
       RESPONSIVE BREAKPOINTS
------------------------------ */

/* Tablets (992px and below) */
@media (max-width: 992px) {

  .regular-footer {
    justify-content: center;
    text-align: center;
    padding: 30px 20px;
  }

  .email-link {
    justify-content: center;
  }

  .trusted-by {
    text-align: center;
  }

  .footer-inner {
    justify-content: center;
    text-align: center;
  }

  .footer-img img {
    max-width: 160px;
  }

  .footer-text h2 {
    font-size: 1.35rem;
    line-height: 1.3;
  }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {

  .regular-footer {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 230px !important; /* To avoid overlap with sticky footer */
  }

  .footer-inner {
    flex-direction: column;
    gap: 20px;
    padding: 30px;
  }

  .footer-img img {
    max-width: 150px;
  }

  .footer-cta-button-test {
    width: 100%;
    text-align: center;

  }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
    .sticky-footer{
        padding: 0;
    }
  .footer-img img {
    max-width: 80px;
  }
  .footer-text h3{
      font-size: 12px;
      
  }
  .footer-inner{
      gap: 15px;
        padding: 15px;
  }
     
  

  .footer-text h2 {
    font-size: 1.1rem;
  }

  .footer-cta-button-test {
    /*padding: 12px 20px;*/
    /*font-size: 0.9rem;*/
    margin-left: 0px;
    font-size: 12px;
  }

  .trusted-by p {
    font-size: 0.75rem;
  }
  .regular-footer {
    
    margin-bottom: 160px !important; /* To avoid overlap with sticky footer */
  }
}

