.footer {
  color: #cfe4e3;
  font-family: "Spartan", sans-serif;
      font-family: ui-sans-serif, system-ui, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
background:#012013 !important;
 
}


.footer-container {
  display: flex;
  flex-wrap: wrap;
      padding: 30px;

}
.footer-name{
      display: flex;
}
.footer-col {
  display: flex;
  flex-direction: column;
width:25%;
align-items: center;

}
.footer-col h3 {
  text-align:left !important;
}
.footer-ready{
    display: flex;
    flex-direction: column;padding: 10px;
    text-align: left;
}
.brand {
  width: 40% !important;
  display: flex;align-items: flex-start !important;
  padding:0 !important;

  
}

.footer-logo {
  padding:10px;
  font-size: 15px;
 max-width: 80px;
 
}

.footer-title {
  font-size: 20px;
  font-weight: 700;

  color:#fff;
}

.footer-tagline {
  font-size: 14px;
  line-height: 20px;
  color:white;
  
}

.footer-text {
  font-size: 16px;
  line-height: 1.5;
  text-align: left !important;
}

.footer h3 {
  color:#fff;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.contact {
  margin-top: 8px;
}

.contact li {
  list-style: none;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
}

.footer-links a {
  color: #cfe4e3;
  text-decoration: none;
  transition: 0.3s;

}
.legal {
  margin-right: -50px !important;
  color:blue !important;
}
.footer-col h3{
  font-size: 18px;
  text-align: left !important;
}
.footer-links li{
    list-style: none;
  text-align: left;
}
.footer-links a:hover {
  color: #ffcd4d;
  padding-left: 6px;
}

.footer-bottom {
  border-top: 1px solid #355b5a;
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 14px;
  opacity: 0.8;
}
/* ----------- Tablet (768px and below) ----------- */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  animation: footerFadeUp 0.8s ease forwards;
  transition: all 0.3s ease;
  }
  .footer-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

  .brand{
    width:100% !important;
  }

  .footer-col {
    width: 100%;
    border: 1px solid grey;
    
  }
     .footer-links li {
      text-align: left !important;
    }

  .footer-text {
    max-width: 90%;
  }
   .footer-col {
  display: flex;
  align-items: flex-start;
      text-align: left !important;
    }
}


/* ----------- Mobile (600px and below) ----------- */
@media (max-width: 600px) {
  .footer {
    padding: 40px 20px 20px;
  }

  .footer-logo {
    width: 50px;
    height: 50px;
  }

  .footer-title {
    font-size: 14px;
  }

  .footer-tagline {
    font-size: 11px;
  }

  .footer-text,
  .footer-links li,
  .contact li {
    font-size: 11px;
    text-align: left !important;
    
  }
 .footer-col {
  display: flex;
  align-items: flex-start;
      text-align: left !important;
    }
  .footer-bottom {
    font-size: 12px;
    padding-top: 15px;
  }
}


/* ----------- Extra Small Mobile (420px and below) ----------- */
@media (max-width: 420px) {
  .footer-container {
    gap: 20px;
  }

  .footer-logo {
    width: 45px;
    height: 45px;
  }
 .footer-col {
  display: flex;
  align-items: flex-start;
      text-align: left !important;
    }
  .footer-title {
    font-size: 13px;
    text-align: left;
  }

  ul {
    padding-left: 5px;
  }

  .footer-ready {
    padding: 5px;
  }

  .footer-bottom {
    font-size: 11px;
  }
}
