

.footer {
    background: #0F172C;
    color: #fff;
    padding: 95px 0 0 0;
    font-size: 16px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-brand .footer-logo {
    margin-bottom: 20px;
}



.footer-col h4 {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 18px;
    margin: 0 0 28px 0;
    font-family: "IBM Plex Serif", serif;
  font-weight: 500;
}

.footer-col h3{
     font-size: 18px;
    line-height: 22px;
    font-family: "IBM Plex Serif", serif;
  font-weight: 500;
   color: #fff;
}

.footer-newsletter h4 {
    margin-bottom: 32px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li+li {
    margin-top: 15px;
}

.footer-col ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.2s;
        font-weight: 300;
}

.footer-col ul li a:hover {
    color: #00bfff;
}

.newsletter-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.newsletter-form input[type="email"] {
    border: 1px solid #5E6883;
    outline: none;
    color: #fff;
    font-size: 14.5px;
    background: #0A101E;
    width: calc(100% - 114px);
    padding: 0 20px;
    height: 56px;
    border-radius: 100px;
}

.newsletter-form button {
    background: linear-gradient(90deg, #2e6cff 0%, #3ed2ff 100%);
    border: none;
    color: #fff;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.newsletter-form button:hover {
    background: linear-gradient(90deg, #3ed2ff 0%, #2e6cff 100%);
}

.footer-social {
    margin-top: 50px;
}

.footer-social span {
       display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 0;

}

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.social-icons a {
    background: #0A101E;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
}

.social-icons a:hover {
    background: #00bfff;
    color: #fff;
}

.footer-bottom {
    text-align: center;
    color: #c3c7d1;
    padding: 14px 0;
    margin-top: 95px;
    background: #0A101E;
    font-size: 16px;
}

.footer-bottom span{
      font-family: 'ClashGrotesk-Medium';
      font-weight: 500;
       color: #fff;
}

.footer-bottom h3{
    color: #fff;
    font-weight: 500;
   
}

.footer-col:first-child {
    width: 30%;
}

.footer-col {
    width: 18%;
}

.footer-col:last-child {
    width: 32%;
}

.footer-desc{
      max-width: 250px;
}

.newsletter-box{
      display: flex;
      flex-wrap: wrap;
      width: 100%;
          gap: 16px;
}

.newsletter-success{
       width: 100%;
}

@media (max-width: 900px) {}