/* ===========================================
   ZenOps - Footer Section Styles
   Source: Figma CSS Export (STRICT)
   =========================================== */

.footer {
  position: relative;
  width: 1512px;
  padding: 32px 0 24px;
}

/* Container */
.footer__container {
  width: 1352px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* Logo */
.footer__logo {
  width: 159px;
  height: 44px;
}

.footer__logo img {
  width: 100%;
  height: 100%;
}

/* Copyright */
.footer__copyright {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #CDD7EA;
  opacity: 0.4;
  margin: 0;
  order: 3;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

/* Menu */
.footer__menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__link {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #A0B6D9;
  text-decoration: none;
  padding: 12px 16px;
}

.footer__link:hover {
  color: #F4F6FB;
}
