.elementor-75 .elementor-element.elementor-element-852f1c1{--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;}.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-18feb47 *//* ===== FINAL FOOTER CSS FOR ELEMENTOR (NO GAP / NO HILNA / CLEAN LOOK) ===== */

.adz-el-footer {
  width: 100vw !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: linear-gradient(180deg, #07142a, #0d2a4a) !important;
  color: #ffffff !important;
  padding: 42px 18px calc(env(safe-area-inset-bottom,18px) + 22px) !important;
  font-family: "Inter", sans-serif !important;
  box-sizing: border-box !important;
  z-index: 999999 !important;
  position: relative !important;
  border-radius: 0 !important;
}

/* GRID LAYOUT */
.adz-el-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .adz-el-inner { grid-template-columns: 1.4fr 1fr 1fr; }
}

/* ABOUT TEXT */
.adz-el-footer p {
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.6;
}

/* LOGO */
.adz-logo img {
  width: 56px;
  height: auto;
  background: #fff;
  border-radius: 12px;
  padding: 6px;
}

/* HEADINGS */
.adz-el-footer h4,
.adz-el-footer h5 {
  color: #ffffff !important;
  margin-bottom: 10px;
  font-weight: 800;
}

/* QUICK LINKS FIX */
.adz-col.links a {
  display: block !important;
  margin-bottom: 8px !important;
  color: #e6f0ff !important;
  font-size: 15px !important;
  text-decoration: none;
}
.adz-col.links a:hover {
  color: #ffffff !important;
}

/* CONTACT */
.line {
  margin-bottom: 8px;
  color: #e6f0ff !important;
}

/* BOTTOM ROW */
.adz-footer-bottom {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
  color: #e6f0ff !important;
}
@media (min-width: 900px) {
  .adz-footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; }
}

/* FLOATING WHATSAPP BUTTON */
.adz-el-wp {
  position: fixed;
  right: 14px;
  bottom: calc(env(safe-area-inset-bottom,18px) + 92px);
  z-index: 1000001;
  background: linear-gradient(90deg,#4f63ff,#6b57ff);
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
}
.adz-el-wp-ico {
  background: #fff;
  color: #e6f0ff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}/* End custom CSS */