.elementor-4176 .elementor-element.elementor-element-c7e640d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-4176 .elementor-element.elementor-element-c7e640d{--content-width:1140px;}}/* Start custom CSS for html, class: .elementor-element-491377f */body {
      font-family: 'Inter', sans-serif;
    }

    .header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      background-color: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(8px);
      border-bottom: 1px solid #e5e7eb;
    }

    .header-container {
      max-width: 1190px;
      margin: 0 auto;
      padding: 0 1rem;
    }

    .header-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 64px;
    }

    .logo img {
      height: 32px;
      width: auto;
    }

    /* Desktop Navigation */
    .nav-desktop {
      display: none;
      align-items: center;
      gap: 0.5rem;
    }

    .nav-desktop button {
      background: none;
      border: none;
      font-size: 1.2rem;
      color: #6b7280;
      cursor: pointer;
      transition: color 0.2s;
      font-family: 'Inter', sans-serif;
    }

    .nav-desktop button:hover {
      color: #0a0a0a;
    }

    .nav-desktop .btn-primary {
      background-color: #16a34a;
      color: white;
      padding: 0.625rem 1.5rem;
      border-radius: 0.875rem;
      font-weight: 500;
      transition: background-color 0.2s;
    }

    .nav-desktop .btn-primary:hover {
      color: white;
      text-decoration: none;
      background-color: #15803d;
    }

    /* Mobile Menu Button */
    .mobile-menu-btn {
      display: block;
      background: none;
      border: none;
      padding: 0.5rem;
      cursor: pointer;
      color: #0a0a0a;
    }

    .mobile-menu-btn svg {
      width: 24px;
      height: 24px;
    }

    /* Mobile Navigation */
    .nav-mobile {
      display: none;
      padding: 1rem 0;
      border-top: 1px solid #e5e7eb;
    }

    .nav-mobile.active {
      display: block;
    }

    .nav-mobile-content {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    .nav-mobile button {
      background: none;
      border: none;
      text-align: left;
      font-size: 0.875rem;
      color: #6b7280;
      cursor: pointer;
      padding: 0.5rem 0;
      transition: color 0.2s;
      font-family: 'Inter', sans-serif;
    }

    .nav-mobile button:hover {
      color: #0a0a0a;
    }

    .nav-mobile .btn-primary {
      background-color: #16a34a;
      color: white;
      padding: 0.625rem 1.5rem;
      border-radius: 0.875rem;
      font-weight: 500;
      transition: background-color 0.2s;
      width: 100%;
      text-align: center;
    }
    
     .nav-mobile .btn-primary:hover {
      color: white;
      text-decoration: none;
      background-color: #15803d;
    }

    /* Desktop breakpoint */
    @media (min-width: 1024px) {
      .header-content {
        height: 80px;
      }

      .logo img {
        height: 40px;
      }

      .nav-desktop {
        display: flex;
      }

      .mobile-menu-btn {
        display: none;
      }

      .header-container {
        padding: 0 2rem;
      }
    }/* End custom CSS */