.elementor-3325 .elementor-element.elementor-element-880ada7{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:40px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-3325 .elementor-element.elementor-element-880ada7.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3325 .elementor-element.elementor-element-9136e0d{width:var( --container-widget-width, 102.441% );max-width:102.441%;--container-widget-width:102.441%;--container-widget-flex-grow:0;}.elementor-3325 .elementor-element.elementor-element-9136e0d.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-3325 .elementor-element.elementor-element-880ada7{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-9136e0d */.eveout-footer {
  background: linear-gradient(135deg, #0a0f1c, #111c35);
  color: #ffffff;
  padding: 120px 8% 50px;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

/* Top premium divider */
.eveout-divider {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, transparent, #2b6cff, transparent);
  margin-bottom: 80px;
}

/* Subtle animated glow */
.eveout-footer::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(43,108,255,0.2) 0%, transparent 70%);
  top: -200px;
  right: -200px;
  animation: floatGlow 6s ease-in-out infinite alternate;
}

@keyframes floatGlow {
  from { transform: translateY(0px); }
  to { transform: translateY(40px); }
}

/* Layout */
.eveout-footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 80px;
  position: relative;
  z-index: 2;
}

/* Glass columns */
.footer-col {
  backdrop-filter: blur(10px);
  padding: 20px 0;
}

/* Logo */
.footer-logo {
  font-size: 34px;
  letter-spacing: 4px;
  color: #2b6cff;
  margin-bottom: 20px;
  font-weight: 700;
}

/* Tagline */
.footer-tagline {
  color: #cbd5ff;
  line-height: 1.7;
  max-width: 300px;
}

/* Headings */
.footer-col h3 {
  font-size: 15px;
  margin-bottom: 25px;
  color: #2b6cff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Links */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 14px;
}

.footer-col ul li a {
  color: #d1d5db;
  text-decoration: none;
  transition: 0.3s ease;
  position: relative;
}

.footer-col ul li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: #2b6cff;
  left: 0;
  bottom: -4px;
  transition: 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffffff;
}

.footer-col ul li a:hover::after {
  width: 100%;
}

/* Contact text */
.footer-col p {
  color: #d1d5db;
  margin-bottom: 12px;
}

/* Bottom */
.eveout-bottom {
  text-align: center;
  margin-top: 100px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 14px;
  color: #9ca3af;
  position: relative;
  z-index: 2;
}/* End custom CSS */