.elementor-29902 .elementor-element.elementor-element-1ee4db4{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-79bd62e */.cali-footer {
  width: 100%;
  background: #040617;
  color: #cbd5e1;
  padding-top: 60px;
}

/* INNER GRID */
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0 80px;
  max-width: 1600px;
  margin: auto;
  flex-wrap: wrap;
}

/* COLUMNS */
.footer-col {
  flex: 1;
  min-width: 200px;
}

/* LOGO */
.footer-logo {
  max-width: 220px;
  margin-bottom: 20px;
}

/* TEXT */
.footer-col h4 {
  color: #ff2c8f;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: #cbd5e1;
  text-decoration: none;
}

.footer-col ul li a:hover {
  color: #ffffff;
}

/* COLORS */
.pink { color: #ff2c8f; }
.yellow { color: #facc15; }

.disabled { color: #fff; }
.ok { color: #fff; }

/* TAGLINE */
.tagline {
  line-height: 1.6;
}

/* BOTTOM BAR */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 80px;
  margin-top: 50px;
  border-top: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
  gap: 20px;
}

/* BOTTOM SECTIONS */
.bottom-left {
  color: #38bdf8;
}

.bottom-center {
  max-width: 600px;
  text-align: center;
  font-size: 12px;
  color: #38bdf8;
}

.bottom-right a {
  color: #38bdf8;
  font-size: 20px;
}

/* MOBILE */
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    padding: 0 20px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
}/* End custom CSS */