   body {
       font-family: 'Poppins', sans-serif;
       background-color: #000 !important;
       color: #fff;
   }

   .navbar-toggler {
      border-color: rgba(255, 255, 255, 0.5);
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .nav-link {
      color: #fff !important;
      background-color: #0000;
    }

    .navbar-nav {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: #ffffff1a;
      border-radius: 99px;
      margin-left: auto;
      padding-left: 16px;
      padding-right: 16px;
      display: flex;
      box-shadow: inset .1px .1px 2px #ffffff80;
    }

    canvas {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 0;
    }

    .page-content {
      position: relative;
      z-index: 1;
      padding-top: 120px;
      padding-bottom: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-align: center;
      min-height: 90vh;
    }

    .site-nav {
      background: rgba(0, 0, 0, 0.8);
      backdrop-filter: blur(10px);
      z-index: 1000;
    }

    .btn-login {
     background: linear-gradient(22deg, #5b401c, #EBDC8B, #EBDC8B, #000);
      color: #000 !important;
      border: none !important;
      padding: 10px 25px !important;
      border-radius: 25px !important;
      font-weight: 600  !important;
      transition: transform 0.3s ease;
    }

    .btn-login:hover {
      transform: scale(1.05);
      color: #000;
    }
/* footer */
  .footer-wrapper {
      position: relative;
      z-index: 1;
      background: rgba(0, 0, 0, 0.8);
      padding: 40px 20px;
      margin-top: 60px;
    }

    .footer-content {
      max-width: 1200px;
      margin: 0 auto;
    }

    .logo-section {
      text-align: center;
      margin-bottom: 30px;
    }

    .logo-svg {
      height: 60px;
      display: inline-flex;
      align-items: center;
    }

    .contact-section {
      text-align: center;
      margin-bottom: 30px;
    }

    .contact-link {
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: color 0.3s ease;
    }

    .contact-link:hover {
      color: #7b2ff7;
    }

    .divider {
      border-color: rgba(255, 255, 255, 0.1);
      margin: 30px 0;
    }

    .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
    }

    .footer-links {
      display: flex;
      gap: 30px;
    }

    .footer-link {
      color: rgba(255, 255, 255, 0.6);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .footer-link:hover {
      color: #fff;
    }

    .copyright {
      color: rgba(255, 255, 255, 0.5);
      margin: 0;
    }
/* footer end */

   .card-custom {
       background-color: rgba(0, 0, 0, 0.85) !important;
       backdrop-filter: blur(10px);
       color: #fff;
       margin-top: 120px;
       border-color: white !important;
   }

   h1,
   h2,
   h3,
   p,
   li,
   a {
       color: #fff !important;
   }

   a {
       text-decoration: underline;
   }

   ul {
       padding-left: 1.2rem;
       /* Proper left padding for bullets */
   }


   @media (min-width: 1200px) {

       .container,
       .container-lg,
       .container-md,
       .container-sm,
       .container-xl {
           max-width: 970px;
       }
   }

     .navbar-toggler {
      border-color: rgba(255, 255, 255, 0.5);
      /* optional white border */
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }

    .nav-link {
      color: #fff !important;
      background-color: #0000;
    }

    .navbar-nav {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: #ffffff1a;
      border-radius: 99px;
      margin-left: auto !important;
      padding-left: 16px !important;
      padding-right: 16px;
      display: flex;
      box-shadow: inset .1px .1px 2px #ffffff80;
    }

    /* Fixed star layer (background) */
    canvas {
      display: block;
    }