/* ================= FOOTER ================= */

*{
    font-family: "Inter", sans-serif;
}


.footer {
  background: linear-gradient(180deg, #061b3a 0%, #02112a 100%);
  color: #fff;
  padding: 2vw 0 0vw;
  position: relative;
  overflow: hidden;
}

/* background texture */
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/about-background.webp") center/cover no-repeat;
  opacity: 0.04;
}

.footer .container {
  position: relative;
  z-index: 2;
}

/* ================= NEWSLETTER ================= */

.footer-newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
  flex-wrap: wrap;
  margin-bottom: 2vw;
}

.footer-newsletter h3 {
  font-size: 1.5vw;
  font-weight: 600;
  letter-spacing: 0.2;
}

/* INPUT */

.newsletter-form {
  display: flex;
  align-items: center;
  gap: 0.6vw;
}

.newsletter-form input {
  width: 14vw;
  padding: 0.6vw 1vw;
  border-radius: 0.4vw;
  border: none;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 0.85vw;
  outline: none;
}

/* ================= BUTTON ================= */

.footer-btn-1 {
  display: inline-flex;
  align-items: center;
  background: #FFD532;
  padding: 0.3vw;
  border-radius: 0.5vw;
  text-decoration: none;
  transition: 0.3s ease;
}

/* TEXT */
.footer-btn-1 .footer-btn {
  background: #fff;
  color: #000;
  font-weight: 600;
  padding: 0.6vw 1.2vw;
  border-radius: 0.3vw;
  font-size: 0.95vw;
  display: flex;
  align-items: center;
}

/* ICON */
.footer-btn-1 .footer-icon-1 {
  width: 2vw;
  height: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 0.8vw;
  transform: rotate(-45deg);
  transition: 0.3s ease;
}

/* HOVER */
.footer-btn-1:hover {
  transform: translateY(-0.2vw);
  box-shadow: 0 0.8vw 2vw rgba(0,0,0,0.2);
}

.footer-btn-1:hover .footer-icon-1 {
  transform: rotate(-45deg) translateX(0.2vw);
}

/* ================= SOCIAL ================= */

.footer-social {
  display: flex;
  gap: 1vw;
}

.footer-social a {
  font-size: 1vw;
  color: #ccc;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #FFD532;
}

/* ================= GRID ================= */

.footer-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr 1fr 1.5fr;
  gap: 2vw;
}

/* LOGO */

.footer-logo {
  display: flex;
  flex-direction: column;
  gap: 1vw;
margin-top: -3vw;
    margin-left: 1vw;

}

.footer-main-logo {
  width: 18vw;
  /* margin-bottom: 20px; */
}
/* 
.footer-certifications {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: -5vw;
  margin-left: 3vw;
}

.footer-cert-logo {
  width: 85px;
  height: 55px;
  object-fit: contain;
  background: #fff;
  padding: 5px;
  border-radius: 6px;
} */
.footer-certifications {
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-top: -5vw;
  margin-left: 3vw;
}

.footer-cert-logo {
  width: 5.5vw;
  height: 4.5vw;
  /* min-width: 75px;
  min-height: 75px; */
  object-fit: contain;
  background: #fff;
  /* padding: 0.5vw; */
  border-radius: 0.5vw;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}




/* TEXT */

.footer-col h4 {
  color: #FFD532;
  font-size: 1.5vw;
  font-weight: 600;
  margin-bottom: 0.8vw;
}

.footer-col ul {
  padding: 0;
}

.footer-col ul li {
  list-style: none;
  margin-bottom: 0.5vw;
}

.footer-col ul li a {
  font-size: 1.1vw;
  font-weight: 500;
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #FFD532;
}

/* CONTACT */

.footer-contact p {
    color: #ccc;
  display: flex;
  gap: 0.5vw;
  font-size: 1vw;
    font-weight: 500;
  align-items: flex-start;
}

/* ================= DIVIDER ================= */

.footer-divider {
  border: none;
  height: 0.01vw;
  background: #fff;
  margin: 2vw 0;
}
.footer-divider {
  margin: 1vw auto 1vw;
}

/* ================= BOTTOM ================= */

.footer-bottom {
  text-align: center;
  margin-top: 2vw;
  font-size: 1vw;
  color: #aaa;
}
.footer-contact .material-symbols-outlined {
  font-size: 1.2vw;
  flex-shrink: 0;
  color: #FFD532;
  line-height: 1;
}


@media (max-width: 960px) {
  .footer {
    padding: 10vw 5%;
  }

  .footer-newsletter {
    flex-direction: column;
    text-align: center;
    gap: 5vw;
    /* margin-bottom: 8vw; */
  }

  .footer-newsletter h3 {
    font-size: 6vw;
  }

  .newsletter-form {
    flex-direction: column;
    width: 100%;
    gap: 4vw;
  }

  .newsletter-form input {
    width: 100%;
    max-width: 100%;
    font-size: 4vw;
    padding: 4vw;
    border-radius: 2vw;
  }

  .footer-btn-1 {
    /* width: 100%; */
     width: 55%;
    justify-content: center;
    border-radius: 3vw;
    padding: 0.8vw;
  }

  .footer-btn-1 .footer-btn {
    font-size: 3.5vw;
    padding: 3vw 5vw;
    border-radius: 2vw;
    flex: 1;
    justify-content: center;
  }

  .footer-btn-1 .footer-icon-1 {
    width: auto;
    height: auto;
    padding: 0 4vw;
    font-size: 3.5vw;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 5vw;
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto 0vw;
    align-items: center;
  }

  .footer-main-logo {
    width: 50vw;
  }

  .footer-certifications {
    margin: -5vw 0 0;
    justify-content: center;
  }

  .footer-col h4 {
    font-size: 5vw;
    margin-bottom: 4vw;
  }

  .footer-col ul li {
    margin-bottom: 3vw;
  }

  .footer-col ul li a {
    font-size: 4vw;
  }

  .footer-contact p {
    font-size: 4vw;
    justify-content: center;
    /* gap: 3vw; */
  }

  .footer-social {
    justify-content: center;
    gap: 6vw;
    margin-top: 5vw;
  }

  .footer-social a {
    font-size: 6vw;
  }

  .footer-divider {
    /* margin: 10vw 0 5vw; */
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
  }

  .footer-bottom {
    font-size: 3.5vw;
    /* padding-bottom: 10vw; */
  }

  .footer-bottom p {
        margin-top: 5vw;
        margin-bottom: -3vw;
    }
  }






