.elementor-141 .elementor-element.elementor-element-e051ee3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-58865f9 *//* =============================================
   EVOURIA — FOOTER CSS (BRAND COLORS)
   Navy #0a0e27 | Purple #7c3aed | Cyan #06d6a0
   ============================================= */

.evo-footer {
  background: linear-gradient(180deg, #070a1a 0%, #0a0e27 40%, #0c1028 100%);
  color: #ffffff;
  padding: 80px 40px 30px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(124, 58, 237, 0.15);
}

/* Soft brand glow behind logo */
.evo-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 280px;
  background: radial-gradient(ellipse, rgba(124, 58, 237, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.evo-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ========== GIANT OUTLINE LOGO ========== */
.evo-footer-brandmark {
  text-align: center;
  margin-bottom: 50px;
  user-select: none;
  pointer-events: none;
}

.evo-footer-brandmark span {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(64px, 14vw, 160px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(124, 58, 237, 0.35);
  text-stroke: 1.5px rgba(124, 58, 237, 0.35);
  display: inline-block;
  filter: drop-shadow(0 0 30px rgba(124, 58, 237, 0.15));
}

/* ========== DIVIDERS ========== */
.evo-footer-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.25), transparent);
  margin-bottom: 50px;
}

.evo-footer-divider-bottom {
  margin-top: 50px;
  margin-bottom: 24px;
}

/* ========== GRID ========== */
.evo-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.9fr 1.2fr;
  gap: 40px 30px;
  align-items: start;
}

.evo-footer-col {
  min-width: 0;
}

/* About */
.evo-footer-about-text {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.7;
  color: #7d82a6;
  max-width: 280px;
  font-weight: 400;
}

/* Socials */
.evo-footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.evo-footer-social {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(124, 58, 237, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a78bfa;
  text-decoration: none;
  transition: all 0.3s ease;
  background: rgba(124, 58, 237, 0.06);
}

.evo-footer-social:hover {
  color: #ffffff;
  border-color: #7c3aed;
  background: #7c3aed;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.35);
}

/* Headings */
.evo-footer-heading {
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8b7fc7;
}

/* Links */
.evo-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.evo-footer-links a {
  text-decoration: none;
  color: #c4c7e0;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.25s ease;
  display: inline-block;
}

.evo-footer-links a:hover {
  color: #06d6a0;
  transform: translateX(4px);
}

/* Newsletter */
.evo-footer-news-text {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.65;
  color: #7d82a6;
  max-width: 260px;
}

.evo-footer-form {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 50px;
  padding: 5px 5px 5px 18px;
  transition: all 0.3s ease;
  max-width: 320px;
}

.evo-footer-form:focus-within {
  border-color: rgba(124, 58, 237, 0.55);
  background: rgba(124, 58, 237, 0.08);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.12);
}

.evo-footer-input {
  flex: 1;
  min-width: 0;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  padding: 10px 10px 10px 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.evo-footer-input::placeholder {
  color: #5c6090 !important;
}

.evo-footer-submit {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 18px rgba(124, 58, 237, 0.4);
}

.evo-footer-submit:hover {
  transform: scale(1.08);
  background: linear-gradient(135deg, #06d6a0, #14b8a6);
  color: #0a0e27;
  box-shadow: 0 6px 22px rgba(6, 214, 160, 0.4);
}

.evo-footer-submit:active {
  transform: scale(0.96);
}

.evo-footer-form-msg {
  margin: 10px 0 0;
  font-size: 12px;
  color: #06d6a0;
  opacity: 0;
  transform: translateY(4px);
  transition: all 0.3s ease;
  min-height: 18px;
}

.evo-footer-form-msg.show {
  opacity: 1;
  transform: translateY(0);
}

/* ========== BOTTOM BAR ========== */
.evo-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.evo-footer-copy {
  margin: 0;
  font-size: 12px;
  color: rgba(196, 199, 224, 0.35);
  line-height: 1.5;
  font-weight: 400;
}

.evo-footer-tagline {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(167, 139, 250, 0.45);
}

/* Back to Top — pill button like screenshot */
.evo-footer-top {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #4a1942 !important;          /* deep purple/maroon */
  border: 1px solid rgba(124, 58, 237, 0.35) !important;
  border-radius: 50px !important;
  cursor: pointer !important;
  padding: 10px 16px 10px 18px !important;
  font-family: 'Poppins', sans-serif !important;
  color: #f3e8ff !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
  outline: none !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.evo-footer-top span:first-child {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: inherit !important;
}

/* Arrow sits inside the same pill (no separate circle) */
.evo-footer-top-icon {
  width: auto !important;
  height: auto !important;
  border: none !important;
  background: transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #e9d5ff !important;
  padding: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

.evo-footer-top-icon svg {
  display: block;
}

.evo-footer-top:hover {
  background: #7c3aed !important;
  border-color: rgba(167, 139, 250, 0.5) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(124, 58, 237, 0.35) !important;
}

.evo-footer-top:hover .evo-footer-top-icon {
  color: #ffffff !important;
  background: transparent !important;
  border: none !important;
  transform: none !important;
  box-shadow: none !important;
}

.evo-footer-top:active {
  transform: translateY(0);
}

/* ========== RESPONSIVE BOTTOM ========== */
@media (max-width: 768px) {
  .evo-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .evo-footer-tagline {
    order: 3;
  }

  .evo-footer-top {
    order: 2;
  }
}

@media (max-width: 480px) {
  .evo-footer-copy {
    font-size: 11px;
  }

  .evo-footer-top {
    padding: 9px 14px 9px 16px !important;
  }

  .evo-footer-top span:first-child {
    font-size: 10px !important;
  }
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1024px) {
  .evo-footer {
    padding: 70px 30px 28px;
  }

  .evo-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 28px;
  }

  .evo-footer-about-text,
  .evo-footer-news-text {
    max-width: 100%;
  }

  .evo-footer-brandmark {
    margin-bottom: 40px;
  }

  .evo-footer-divider {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .evo-footer {
    padding: 60px 20px 24px;
  }

  .evo-footer-brandmark {
    margin-bottom: 32px;
  }

  .evo-footer-brandmark span {
    -webkit-text-stroke-width: 1.2px;
  }

  .evo-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
  }

  .evo-footer-about {
    grid-column: 1 / -1;
  }

  .evo-footer-news {
    grid-column: 1 / -1;
  }

  .evo-footer-form {
    max-width: 100%;
  }

  .evo-footer-divider,
  .evo-footer-divider-bottom {
    margin-bottom: 28px;
  }

  .evo-footer-divider-bottom {
    margin-top: 36px;
  }

  .evo-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .evo-footer-tagline {
    order: 3;
  }

  .evo-footer-top {
    order: 2;
  }
}

@media (max-width: 480px) {
  .evo-footer {
    padding: 50px 16px 20px;
  }

  .evo-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .evo-footer-about,
  .evo-footer-news {
    grid-column: auto;
  }

  .evo-footer-heading {
    margin-bottom: 16px;
  }

  .evo-footer-links {
    gap: 12px;
  }

  .evo-footer-links a {
    font-size: 14px;
  }

  .evo-footer-about-text,
  .evo-footer-news-text {
    font-size: 13px;
  }

  .evo-footer-copy {
    font-size: 11px;
  }
}/* End custom CSS */