.elementor-314 .elementor-element.elementor-element-6234fa5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5e4d11b *//* ================= ROOT ================= */
.cp-footer {
  background: linear-gradient(
    to bottom,
    #04172F 0%,
    #061022 45%,
    #050b14 100%
  );
  color: #e6edf3;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* ================= MAIN GRID ================= */
.cp-footer-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 24px 64px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
  gap: 56px;
}

/* ================= BRAND ================= */
.cp-footer-brand img {
  width: 80%;               /* LOGO SIZE */
  max-width: 100%;
  margin-bottom: 22px;
  justify-content: center;
}

.cp-footer-brand p {
  font-size: 14px;
  line-height: 1.8;
  color: #cdd9e5;
  max-width: 520px;
}

/* ================= COLUMNS ================= */
.cp-footer-col h4 {
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #ffffff;
}

.cp-footer-col a {
  display: block;
  font-size: 14px;
  color: #cdd9e5;
  margin-bottom: 12px;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.cp-footer-col a:hover {
  color: #38bdf8;
  transform: translateX(3px);
}

/* ================= MAP ================= */
.cp-footer-col iframe {
  width: 100%;
  height: 168px;
  border-radius: 14px;
  border: none;
  margin-bottom: 20px;
}

/* ================= CONTACT ================= */
.cp-footer-contact strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
}

.cp-footer-contact a {
  display: block;
  font-size: 14px;
  color: #cdd9e5;
  margin-bottom: 6px;
  text-decoration: none;
}

/* ================= CONTACT STRIP ================= */
.cp-footer-strip {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 24px 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
}

.cp-footer-strip a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  color: #e6edf3;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.25s ease,
              color 0.25s ease,
              transform 0.25s ease;
}

.cp-footer-strip a:hover {
  background: #38bdf8;
  color: #020617;
  transform: translateY(-3px);
}

/* ================= BOTTOM ================= */
.cp-footer-bottom {
  text-align: center;
  padding: 26px 16px 30px;
  font-size: 13px;
  color: #9fb0c3;
}

.cp-footer-bottom a {
  color: #38bdf8;
  text-decoration: none;
  font-weight: 500;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .cp-footer-wrap {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 72px 20px 56px;
  }

  .cp-footer-brand img {
    width: 150px;
  }

  .cp-footer-strip {
    flex-wrap: wrap;
    gap: 12px;
  }
}/* End custom CSS */