/* Import Fonts */




  /* Scoped Footer Styles */
  #ai_footer {
    background-color: #0f4c7c;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
    margin-top: 3rem;
  }

  #ai_footer * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  #ai_footer .neuropacalm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
  }

  /* Newsletter Section */
  #ai_footer .neuropacalm-newsletter-section {
    padding: 3rem 0;
  }

  #ai_footer .neuropacalm-newsletter-text {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 600px;
  }

  #ai_footer .neuropacalm-newsletter-form {
    max-width: 600px;
  }

  #ai_footer .neuropacalm-form-group {
    display: flex;
    gap: 0.75rem;
  }

  #ai_footer .neuropacalm-email-input {
    flex: 1;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: white;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
  }

  #ai_footer .neuropacalm-email-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  #ai_footer .neuropacalm-email-input:focus {
    border-color: #1767b3;
    background: rgba(255, 255, 255, 0.15);
  }

  #ai_footer .neuropacalm-submit-btn {
    padding: 0.75rem 2rem;
    background-color: #1767b3;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    min-width: 140px;
  }

  #ai_footer .neuropacalm-submit-btn:hover {
    background-color: #fbaf43;
  }

  #ai_footer .neuropacalm-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
  }

  /* Main Footer Content */
  #ai_footer .neuropacalm-footer-main {
    padding: 2rem 0 1.5rem;
  }

  #ai_footer .neuropacalm-footer-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 2rem;
    align-items: start;
  }

  /* Logo Column */
  #ai_footer .neuropacalm-footer-logo-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #ai_footer .neuropacalm-footer-logo {
    height: 80px;
    width: auto;
    border-radius: 8px;
    margin-bottom: 1.5rem;
  }

  #ai_footer .neuropacalm-social-links {
    list-style: none !important;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
  }

  #ai_footer .neuropacalm-social-links li {
    list-style: none !important;
    margin: 0;
    padding: 0;
  }

  #ai_footer .neuropacalm-social-link {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
  }

  #ai_footer .neuropacalm-social-link .social-icon {
    font-size: 20px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-family: 'Font Awesome 6 Brands' !important;
    font-weight: 400 !important;
    font-style: normal !important;
    display: inline-block !important;
  }

  #ai_footer .neuropacalm-social-link .social-icon::before {
    font-family: 'Font Awesome 6 Brands' !important;
    font-weight: 400 !important;
  }

  #ai_footer .neuropacalm-social-link:hover .social-icon {
    color: #fbaf43 !important;
    transform: scale(1.1);
  }

  /* Info Column */
  #ai_footer .neuropacalm-footer-nav {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 0;
  }

  #ai_footer .neuropacalm-footer-nav-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
  }

  #ai_footer .neuropacalm-footer-nav-link:hover {
    color: #fbaf43;
    text-decoration: underline;
  }

  #ai_footer .neuropacalm-company-info {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.6;
  }

  #ai_footer .neuropacalm-fda-text {
    margin-bottom: 1rem;
    color: #ffffff;
  }

  #ai_footer .neuropacalm-made-usa {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: 600;
  }

  #ai_footer .neuropacalm-usa-flag {
    height: 36px;
    width: auto;
  }

  #ai_footer .neuropacalm-contact-info p {
    margin-bottom: 0.25rem;
    color: #ffffff;
  }

  #ai_footer .neuropacalm-contact-info strong {
    color: #ffffff;
    font-weight: 600;
  }

  #ai_footer .neuropacalm-email-link {
    color: #fbaf43;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  #ai_footer .neuropacalm-email-link:hover {
    color: #e09a2a;
  }

  /* Copyright Column */
  #ai_footer .neuropacalm-footer-copyright-column {
    text-align: right;
  }

  #ai_footer .neuropacalm-trademark,
  #ai_footer .neuropacalm-copyright {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.6;
  }

  #ai_footer .neuropacalm-trademark {
    margin-bottom: 0.5rem;
  }

  /* Hidden utility */
  #ai_footer .hidden {
    display: none !important;
  }

  #ai_footer .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    #ai_footer .neuropacalm-footer-grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }

    #ai_footer .neuropacalm-footer-logo-column {
      align-items: center;
      text-align: center;
    }

    #ai_footer .neuropacalm-footer-info-column {
      text-align: center;
    }

    #ai_footer .neuropacalm-footer-nav {
      justify-content: center;
    }

    #ai_footer .neuropacalm-made-usa {
      justify-content: center;
    }

    #ai_footer .neuropacalm-footer-copyright-column {
      text-align: center;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 1.5rem;
    }

    #ai_footer .neuropacalm-form-group {
      flex-direction: column;
    }

    #ai_footer .neuropacalm-submit-btn {
      width: 100%;
    }
  }

  /* Animation for spinner */
  @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

  #ai_footer .animate-spin {
    animation: spin 1s linear infinite;
  }
