.elementor-257 .elementor-element.elementor-element-0422b0b{--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-257 .elementor-element.elementor-element-0422b0b:not(.elementor-motion-effects-element-type-background), .elementor-257 .elementor-element.elementor-element-0422b0b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0D14;}.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-257 .elementor-element.elementor-element-0422b0b{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-4c6f814 *//* ================= FOOTER BASE ================= */

.elv-footer {
  background: #0b0d14;
  color: #cfd2e1;
  font-family: "Inter", system-ui, sans-serif;
  padding: 80px 20px 0;
}

.elv-footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-col h4 {
  font-size: 16px;
  margin-bottom: 16px;
  color: #ffffff;
}

.footer-about {
  font-size: 14px;
  line-height: 1.7;
  
  margin-top: 16px;
  color: #b6bad1;
  
}

.elv-footer-logo-mark {
  font-size: 22px;
  font-weight: 600;
  color: #C48DFF;
  letter-spacing: 2px;
}

.elv-footer-list,
.elv-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.elv-footer-list li,
.elv-footer-contact li {
  margin-bottom: 10px;
  font-size: 14px;
}

.elv-footer-list a,
.elv-footer-legal a {
  color: #cfd2e1;
  text-decoration: none;
  transition: color 0.25s ease;
}

.elv-footer-list a:hover,
.elv-footer-legal a:hover {
  color: #9f9cff;
}

.elv-footer-social {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}

.social-icon {
  width: 36px;
  height: 36px;
  background: #161a2b;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #cfd2e1;
  transition: all 0.25s ease;
}

.social-icon:hover {
  background: #6a5cff;
  color: #ffffff;
}

.elv-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 60px;
  padding: 22px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.elv-bottom-content {
  font-size: 13px;
  color: #b6bad1;
}

.elv-footer-legal {
  font-size: 13px;
}

.dot-sep {
  margin: 0 8px;
  opacity: 0.5;
}

/* ================= POPUP OVERLAY ================= */

.elv-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 9999;
}

.elv-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ================= POPUP CARD ================= */

.elv-modal {
  background: #ffffff;
  width: 92%;
  max-width: 440px;
  max-height: 82vh;
  overflow-y: auto;
  padding: 30px 28px 26px;
  border-radius: 14px;
  position: relative;
  transform: translateY(30px) scale(0.96);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

.elv-modal-overlay.active .elv-modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* ================= POPUP CONTENT ================= */

.elv-modal h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  color: #000000;
}

.elv-modal h3 {
  margin-top: 20px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

.elv-modal p,
.elv-modal li {
  font-size: 13.5px;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 10px;
}

.elv-modal ul {
  padding-left: 18px;
  margin-bottom: 10px;
}

/* ================= CLOSE BUTTON ================= */

.elv-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #000000;
  line-height: 1;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.elv-modal-close:hover {
  transform: scale(1.1);
  opacity: 0.7;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 900px) {
  .elv-footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .elv-footer-container {
    grid-template-columns: 1fr;
  }

  .elv-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */


