.top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 90px;
    background-color: #fff;
  }
  .gradient-bar {
    height: 40px;
    background: linear-gradient(to right, #001b44, #0073e6, #00c0ff);
  }
  .gradient-content {
    max-width: 1170px;
    display: flex;
    height: 100%;
    align-items: center;
    margin: 2px auto;
    padding: 0 16px;
  }
  .gradient-content img {
    height: 25px;
    width: 25px;
  }
  .gradient-content span {
    background: transparent;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: 8px;
    flex: 1;
  }


  .main-section {
      min-height: 80vh;
      background: url('assets/bg.jpg') no-repeat center center/cover;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }
    .welcome-text h3 {
      color: #fff;
      font-size: 3rem;
      margin-bottom: 1rem;
    }
    .welcome-text span {
      font-weight: bolder;
    }
    .welcome-text p {
      color: #dcdcdc;
      font-size: 1rem;
      line-height: 1.8;
    }
    .login-box {
      padding: 20px;
      border-radius: 6px;
      background-color: #fff;
      max-width: 350px;
      margin: auto;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .marquee-section {
      overflow: hidden;
      white-space: nowrap;
    }
    .marquee-section p {
      color: black;
      font-weight: bold;
      text-align: center;
      margin-bottom: 1rem;
    }
    .login-button {
      background: linear-gradient(to right, #003366, #0072b1);
      color: #fff;
    }
    .login-button:hover {
      background: linear-gradient(to right, #002244, #00509e);
    }
    .signup-link {
      color: #0072b1;
      font-weight: bold;
      text-transform: none;
    }


    .logo-container {
        background-color: #fff;
        border-bottom: 2px solid #ccc;
      }
      
      .logo-container img {
        max-height: 85px;
      }


      

      
      