
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Roboto', sans-serif;
    }

    body {
      background-color: #fff;
      color: #333;
    }

    .bg-light-grey {

        background-color: #ccc;
    }
    header {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: transparent;
      color: white;
      padding: 20px 40px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 1000;
    }

    .logo {
      font-size: 28px;
      font-weight: 700;
    }

    nav ul {
      list-style: none;
      display: flex;
      gap: 20px;
    }

    nav a {
      color: white;
      text-decoration: none;
      font-weight: 500;
    }

    .hero {
      background: url('/images/backdrop.webp') center center / cover no-repeat;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      padding: 0 20px;
      position: relative;
      top:-24px;
    }


    .hero-register {
      background: url('/images/backdrop4.webp') center center / cover no-repeat;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: rgb(46, 46, 46);
      padding: 0 20px;
      position: relative;
      top:-24px;
    }


    .hero-register-content h1 {
      font-size: 3rem;
      margin-bottom: 20px;
    }

    .hero-register-content p {
      font-size: 1.2rem;
      max-width: 600px;
      margin: 0 auto 30px;
    }
    .btn-primary {
    background: #ff4e50;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary {
    background: #ff4e50;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
}
.logo-center {
    text-align: center!important;
}
    .hero-content h1 {
      font-size: 3rem;
      margin-bottom: 20px;
    }

    .hero-content p {
      font-size: 1.2rem;
      max-width: 600px;
      margin: 0 auto 30px;
    }

    .btn-primary {
      background: #ff4e50;
      color: white;
      padding: 12px 30px;
      border: none;
      border-radius: 0px;
      font-size: 1rem;
      cursor: pointer;
      text-decoration: none;
    }


     .btn-white {
      background: #fff;
      color: rgb(34, 34, 34);
      padding: 12px 30px;
      border: none;
      border-radius: 0px;
      font-size: 1rem;
      cursor: pointer;
      text-decoration: none;
    }
    .features-section {
      padding: 40px 20px;
      background-color: #f9f9f9;
    }

    .features-header {
      text-align: center;
      margin-bottom: 40px;
    }

    .features-header h3 {
      color: #8a9db0;
      font-size: 14px;
      letter-spacing: 0.1em;
      margin: 0;
      font-weight: bold;
    }

    .features-header h2 {
      font-size: 28px;
      margin-top: 10px;
      font-weight: 300;
    }

    .features-header h2 span {
      color: #d9475c;
    }


    .text-primary {
  color: #da0a48 !important; }


    .features-row {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    .feature-box {
      flex: 1 1 calc(33.333% - 20px);
      background: white;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      text-align: center;
    }

    .feature-box h4 {
      margin: 10px 0;
      font-size: 18px;
    }

    .feature-box p {
      font-size: 14px;
      color: #555;
    }

    @media (max-width: 768px) {
      .feature-box {
        flex: 1 1 100%;
      }
    }
    .bringing-together {
      background: #fff;
      padding: 60px 20px;
      text-align: left;
    }

    .bringing-together h2 {
      font-size: 2.5rem;
      color: #333;
      margin-bottom: 20px;
    }

    .bringing-together p {
      font-size: 1.2rem;
      color: #666;
      max-width: 800px;
      margin: 0 auto 30px;
    }

    .stats-grid {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 40px;
      margin-top: 40px;
    }

    .stat-item {
      text-align: center;
    }

    .stat-item h3 {
      font-size: 2rem;
      color: #ff4e50;
    }
.fea {
      display: flex;
      gap: 20px;
      padding: 20px;
    }

    .col1 {
      flex: 1;
      padding: 20px;
      background-color: #f2f2f2;
      border: 1px solid #ddd;
      text-align: center;
    }

    .stat-item p {
      font-size: 1rem;
      color: #555;
    }


    @media (max-width: 768px) {
      .fea {
        flex-direction: column;
      }
    }
    footer {
      background: #222;
      color: #ccc;
      text-align: center;
      padding: 20px;
      font-size: 0.9rem;
    }

.text-center {
    text-align: center!important;
}

    .form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: .75rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control {
    border-radius: 0.5rem!important;         /* Rounded corners */
    border: 1px solid #d1d5db!important;     /* Light gray border */
    padding: 0.55rem 1rem;         /* Spacious padding */
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus {
    border-color: #6366f1;         /* Indigo focus like Filament */
    box-shadow: 0 0 0 0.2rem rgba(99,102,241,.25);
    outline: none;
}



#randomImageBox {
  transition: background-image 0.5s ease-in-out;
}
.drop-area {
    border: 2px dashed #ccc;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    color: #888;
}

.drop-area.dragover {
    background-color: #f0f0f0;
    border-color: #007bff;
    color: #007bff;
}
