.elementor-7729 .elementor-element.elementor-element-21b9022{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7729 .elementor-element.elementor-element-943c371 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7729:not(.elementor-motion-effects-element-type-background), .elementor-7729 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}.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-943c371 */.bmecp-footer{
    --footer-bg:#111827;
    --footer-card:#1f2937;
    --footer-text:#e5e7eb;
    --footer-muted:#9ca3af;
    --footer-line:rgba(255,255,255,.08);
    --footer-accent:#94299c;
    --footer-accent-hover:#b23fbb;
    --footer-radius:18px;
    --footer-max:1200px;

    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    color: var(--footer-text);
    padding: 22px 20px 22px;
    font-family: inherit;
  }

  .bmecp-footer *,
  .bmecp-footer *::before,
  .bmecp-footer *::after{
    box-sizing: border-box;
  }

  .bmecp-footer .footer-wrap{
    max-width: var(--footer-max);
    margin: 0 auto;
  }

  .bmecp-footer .footer-grid{
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 24px;
    align-items: start;
  }

  .bmecp-footer .footer-card{
    background: rgba(255,255,255,.03);
    border: 1px solid var(--footer-line);
    border-radius: var(--footer-radius);
    padding: 24px;
    height: 100%;
    backdrop-filter: blur(8px);
  }

  .bmecp-footer h3{
    margin: 0 0 14px;
    font-size: 1.05rem;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    letter-spacing: .2px;
  }

  .bmecp-footer p{
    margin: 0 0 12px;
    color: var(--footer-muted);
    line-height: 1.7;
    font-size: .95rem;
  }

  .bmecp-footer .footer-list{
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .bmecp-footer .footer-list li{
    margin: 0 0 10px;
    color: var(--footer-muted);
    line-height: 1.6;
    font-size: .95rem;
  }

  .bmecp-footer .footer-list strong{
    color: #fff;
    font-weight: 600;
  }

  .bmecp-footer a{
    color: var(--footer-text);
    text-decoration: none;
    transition: .25s ease;
  }

  .bmecp-footer a:hover{
    color: var(--footer-accent-hover);
  }

  .bmecp-footer .policy-links a{
    display: block;
    padding: 8px 0;
    color: var(--footer-muted);
    border-bottom: 1px solid rgba(255,255,255,.06);
    font-size: .95rem;
  }

  .bmecp-footer .policy-links a:last-child{
    border-bottom: 0;
  }

  .bmecp-footer .policy-links a:hover{
    color: #fff;
    padding-left: 6px;
  }

  .bmecp-footer .map-box{
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--footer-line);
    margin-bottom: 14px;
    background: #0b1220;
  }

  .bmecp-footer .map-box iframe{
    width: 100%;
    height: 180px;
    border: 0;
    display: block;
    filter: grayscale(.15) contrast(1.05);
  }

  .bmecp-footer .footer-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 999px;
    background: var(--footer-accent);
    color: #fff;
    font-size: .92rem;
    font-weight: 600;
    line-height: 1;
  }

  .bmecp-footer .footer-btn:hover{
    background: var(--footer-accent-hover);
    color: #fff;
  }

  .bmecp-footer .footer-bottom{
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid var(--footer-line);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .bmecp-footer .footer-bottom p{
    margin: 0;
    font-size: .9rem;
  }

  .bmecp-footer .footer-mini-links{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }

  .bmecp-footer .footer-mini-links a{
    color: var(--footer-muted);
    font-size: .9rem;
  }

  .bmecp-footer .footer-mini-links a:hover{
    color: #fff;
  }

  @media (max-width: 1024px){
    .bmecp-footer .footer-grid{
      grid-template-columns: repeat(2, minmax(0,1fr));
    }
  }

  @media (max-width: 767px){
    .bmecp-footer{
      padding: 42px 16px 20px;
    }

    .bmecp-footer .footer-grid{
      grid-template-columns: 1fr;
    }

    .bmecp-footer .footer-card{
      padding: 20px;
    }

    .bmecp-footer .map-box iframe{
      height: 220px;
    }

    .bmecp-footer .footer-bottom{
      flex-direction: column;
      align-items: flex-start;
    }
  }/* End custom CSS */