.elementor-147631 .elementor-element.elementor-element-8f83abf:not(.elementor-motion-effects-element-type-background), .elementor-147631 .elementor-element.elementor-element-8f83abf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-147631 .elementor-element.elementor-element-8f83abf{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 90px 0px;}.elementor-147631 .elementor-element.elementor-element-8f83abf > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-147631 .elementor-element.elementor-element-1ac26dc1.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-147631 .elementor-element.elementor-element-4516daf .elementor-button{background-color:#F9E800;font-family:"Helvetica", Sans-serif;font-size:24px;font-weight:600;line-height:30px;fill:#00205B;color:#00205B;border-style:solid;border-width:2px 2px 2px 2px;border-color:#0A1254;border-radius:50px 50px 50px 50px;padding:12px 0px 12px 0px;}.elementor-147631 .elementor-element.elementor-element-4516daf{width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;bottom:0px;}body:not(.rtl) .elementor-147631 .elementor-element.elementor-element-4516daf{left:0px;}body.rtl .elementor-147631 .elementor-element.elementor-element-4516daf{right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-147631 .elementor-element.elementor-element-8f83abf{padding:0px 0px 30px 0px;}.elementor-147631 .elementor-element.elementor-element-31b155ba{margin-top:-2px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-147631 .elementor-element.elementor-element-1ac26dc1 > .elementor-element-populated{padding:0px 0px 0px 0px;}body:not(.rtl) .elementor-147631 .elementor-element.elementor-element-4516daf{left:5%;}body.rtl .elementor-147631 .elementor-element.elementor-element-4516daf{right:5%;}.elementor-147631 .elementor-element.elementor-element-4516daf{bottom:20px;z-index:999;}}/* Start custom CSS for html, class: .elementor-element-8482207 */.site-footer {
    background: #000;
    color: rgba(255,255,255,0.7);
    padding: 48px 24px 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .site-footer *, .site-footer *::before, .site-footer *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .site-footer a {
    color: inherit;
    text-decoration: none;
  }
  .site-footer img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .site-footer ul {
    list-style: none;
  }
  .footer-inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  /* Brand Column */
  .footer-brand .footer-logo-img {
    height: 40px;
    width: auto;
    margin-bottom: 16px;
  }
  .footer-brand p {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255,255,255,0.6);
    margin-bottom: 16px;
  }
  /* Social Icons */
  .footer-social {
    display: flex;
    gap: 12px;
  }
  .footer-social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.7);
    transition: background 0.2s, color 0.2s;
  }
  .footer-social a:hover {
    background: #F9E800;
    color: #000;
  }
  /* Newsletter */
  .footer-newsletter p {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 10px;
  }
  .newsletter-form {
    display: flex;
    gap: 8px;
    margin-top: 20px;
  }
  .newsletter-form input {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 6px;
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    font-size: 13px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .newsletter-form input::placeholder { color: rgba(255,255,255,0.4); }
  .newsletter-form input:focus { outline: none; border-color: #F9E800; }
  .newsletter-form button {
    padding: 10px 18px;
    background: #ffffff;
    color: #000000;
    font-weight: 700;
    font-size: 13px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    font-family: inherit;
    transition: transform 0.15s;
  }
  .newsletter-form button:hover {
      transform: translateY(-1px);
      background-color: #f9e800;
      color: black;
  }
  .newsletter-form button:focus {
      background-color: #f9e800;
      color: black;
  }
  /* Link Columns */
  .footer-col span {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
  }
  .footer-col li { margin-bottom: 8px; }
  .footer-col a {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    transition: color 0.2s;
  }
  .footer-col a:hover { color: #ffffff; font-weight: 700; }
  /* Bottom Bar */
  .footer-bottom {
    padding: 24px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
  }
  .footer-disclaimer {
    font-size: 11px;
    color: rgba(255,255,255,0.4);
    line-height: 1.6;
    max-width: 900px;
  }
  .footer-legal-links {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
  }
  .footer-legal-links a {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    transition: color 0.2s;
  }
  .footer-legal-links a:hover { color: #ffffff; }
  /* Responsive: Tablet */
  @media (max-width: 768px) {
    .footer-top { grid-template-columns: 1fr 1fr; gap: 24px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-social { flex-wrap: wrap; }
  }
  /* Responsive: Mobile */
  @media (max-width: 480px) {
    .site-footer { padding: 32px 16px 0; }
    .footer-top { grid-template-columns: 1fr; gap: 20px; }
    .footer-bottom { flex-direction: column; gap: 12px; }
    .footer-legal-links { flex-wrap: wrap; gap: 12px; }
    .newsletter-form { flex-direction: column; }
    .newsletter-form button { width: 100%; }
  }/* End custom CSS */