.elementor-12 .elementor-element.elementor-element-ad30443{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */:root{
    --brand:#5a3e9b;
    --brand-dark:#432e7d;
    --brand-light:#8a73c4;
    --magenta:#d6298d;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  body{font-family:"Open Sans",sans-serif;font-weight:300;color:#2b2150}
  a{color:inherit;text-decoration:none}
  img{display:block;max-width:100%}
  h2,h4{font-family:"Quicksand",sans-serif;font-weight:400}

  .pre-footer{
    background:linear-gradient(135deg,var(--brand-light),var(--brand));
    color:#fff;text-align:center;padding:4rem 1rem;
  }
  .pre-footer h2{font-size:1.875rem;margin-bottom:1.5rem;color:#fff}
  @media(min-width:768px){.pre-footer h2{font-size:2.25rem}}

  .btn-magenta{
    background:var(--magenta);color:#fff;border-radius:9999px;
    padding:.85rem 2rem;font-weight:500;letter-spacing:.02em;
    display:inline-block;transition:transform .2s,filter .2s;
  }
  .btn-magenta:hover{filter:brightness(1.08);transform:translateY(-1px)}

  .footer-main{background:var(--brand-dark);color:#fff}
  .footer-grid{
    max-width:1200px;margin:0 auto;padding:3rem 1rem;
    display:grid;grid-template-columns:1fr;gap:2.5rem;
  }
  @media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}

  .footer-grid img.logo-img{height:64px;margin-bottom:1rem}
  .footer-grid p{font-size:.875rem;line-height:1.6;color:rgba(255,255,255,.85)}
  .footer-grid h4{color:#fff;font-size:1.125rem;margin-bottom:1rem}
  .contact p{margin-top:.5rem}
  .socials{display:flex;gap:.75rem;margin-top:1rem}
  .socials a img{height:32px;width:32px;filter:invert(1)}

  .legal{font-size:.75rem;line-height:1.6;color:rgba(255,255,255,.7)}
  .legal p{margin-bottom:.75rem;color:inherit}

  .copyright{
    border-top:1px solid rgba(255,255,255,.1);
    padding:1rem;text-align:center;font-size:.75rem;color:rgba(255,255,255,.6);
  }/* End custom CSS */