/* .hero-section {
      background: url('https://unitedcollege.com.pk/wp-content/uploads/2021/12/slide3.jpg') center center/cover no-repeat;
      color: white;
      padding: 100px 0;
      text-align: center;
    }
    .hero-section h1 {
      font-weight: bold;
      font-size: 3rem;
      text-shadow: 1px 1px 4px #000;
    }
    .hero-section p {
      font-size: 1.25rem;
      text-shadow: 1px 1px 3px #000;
    }
    .feature-card {
      background: white;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      padding: 20px;
      text-align: center;
    }
    .form-card {
      background-color: white;
      border-radius: 1rem;
      box-shadow: 0 8px 16px rgba(0,0,0,0.1);
      padding: 30px;
    }
    footer {
      background-color: #004080;
      color: white;
      text-align: center;
      padding: 15px;
    }


.form-section {
      position: relative;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      max-width: 900px;
      margin: auto;
      background-color: #fff;
    }
    .form-section label {
    display: block !important;
    color: #000000c4;
    font-size: medium;
  }
    .form-section::before {
      content: "";
      position: absolute;
      background-image: url('assets/images/United College Logo Png.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      opacity: 0.1;
      z-index: 0;
    }
    .form-section * { position: relative; z-index: 1; }
    .form-title { text-align: center; margin-bottom: 30px; }
    .form-control, .form-select { margin-bottom: 15px; }
    @media print {
      .btn, .alert, form .text-center {
        display: none !important;
      }
    } */
.hero-section {
    background: url('https://unitedcollege.com.pk/wp-content/uploads/2021/12/slide3.jpg') center center/cover no-repeat;
    color: white;
    padding: 100px 0;
    text-align: center;
}
.hero-section h1 {
    font-weight: bold;
    font-size: 3rem;
    text-shadow: 1px 1px 4px #000;
}
.hero-section p {
    font-size: 1.25rem;
    text-shadow: 1px 1px 3px #000;
}
.feature-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 20px;
    text-align: center;
}
.form-card {
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    padding: 30px;
}
footer {
    background-color: #004080;
    color: white;
    text-align: center;
    padding: 15px;
}
.form-section {
    position: relative;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    max-width: 900px;
    margin: auto;
    background-color: #fff;
}
.form-section label {
    display: block !important;
    color: #000000c4;
    font-size: medium;
}
.form-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('assets/images/United College Logo Png.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.1;
    z-index: 0;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-section * { position: relative; z-index: 1; }
.form-title { text-align: center; margin-bottom: 30px; }
.form-control, .form-select { margin-bottom: 15px; }