
    body {
      font-family: 'Inter', sans-serif;
    }


    /* Sticky Header Styles */
    .sticky-header {
      transition: all 0.3s ease;
    }

    .sticky-header.scrolled {
      background-color: rgba(11, 17, 32, 0.95);
      backdrop-filter: blur(10px);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    /* Menu Animation */
    #mobile-menu.menu-open {
      transform: translateX(0);
    }

    #mobile-menu-overlay.menu-open {
      opacity: 1;
      visibility: visible;
    }

    /* Prevent body scroll when menu is open */
    body.menu-open {
      overflow: hidden;
    }


    .send-btn {
 
      box-shadow: 0 18px 40px rgba(37, 99, 235, .35) !important;
    }
    