.elementor-136 .elementor-element.elementor-element-86b4bbc{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-86b4bbc *//* =========================
   DUOSPIN FOOTER
   ========================= */

.ds-footer{
  margin-top: 48px;
  background:
    linear-gradient(180deg, #0d1326 0%, #090e1b 100%);
  color: var(--ds-text);
  border-top: 1px solid var(--ds-border);
}

.ds-footer__inner{
  max-width: var(--ds-max);
  margin: 0 auto;
  padding: 34px 20px 24px;
}

.ds-footer__top{
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 24px;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.ds-footer__logo{
  display: inline-flex;
  text-decoration: none;
}

.ds-footer__logo img{
  display: block;
  width: auto;
  height: auto;
  max-height: 48px;
}

.ds-footer__desc{
  margin: 14px 0 0;
  max-width: 760px;
  color: var(--ds-text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.ds-footer__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ds-accent), var(--ds-accent-2));
  color: #1e1400;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(245,196,81,.20);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.ds-footer__btn:hover,
.ds-footer__btn:focus-visible{
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 12px 28px rgba(245,196,81,.26);
  outline: none;
}

.ds-footer__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.ds-footer__col h4{
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}

.ds-footer__col ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.ds-footer__col li{
  margin: 0 0 10px;
}

.ds-footer__col a{
  color: var(--ds-text-muted);
  text-decoration: none;
  transition: color .2s ease;
}

.ds-footer__col a:hover,
.ds-footer__col a:focus-visible{
  color: #fff;
  outline: none;
}

.ds-footer__age{
  margin-top: 14px;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.ds-footer__notice{
  padding: 24px 0 8px;
}

.ds-footer__notice p{
  margin: 0 0 14px;
  color: var(--ds-text-muted);
  font-size: 14px;
  line-height: 1.75;
}

.ds-footer__bottom{
  padding-top: 10px;
}

.ds-footer__bottom p{
  margin: 0;
  color: rgba(243,246,255,.58);
  font-size: 13px;
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 980px){
  .ds-footer__top{
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ds-footer__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px){
  .ds-footer__inner{
    padding: 28px 16px 22px;
  }

  .ds-footer__logo img{
    max-height: 42px;
  }

  .ds-footer__desc{
    font-size: 14px;
    line-height: 1.65;
  }

  .ds-footer__grid{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 0;
  }

  .ds-footer__btn{
    width: 100%;
  }

  .ds-footer__notice p{
    font-size: 13px;
    line-height: 1.7;
  }
}/* End custom CSS */