/* .herohdr{ background: radial-gradient(circle at center, #3793a9 0%, #367e90 100%);
      min-height: 100vh; padding: 10px 0px;} */

            .herohdr {
  background: url('https://testmedia.apollohospitals.com/cancer-centre/2025/06/hdr5.png');
  /* background: radial-gradient(circle at center, #3793a9 0%, #367e90 100%); */
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding: 10px 0px;
}

      .lead_res .alert {
  display: block !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  width: 230px !important;
  margin: 0 auto !important;
  margin-bottom: 10px !important;
  padding: 5px 0px !important;
  text-align: center !important;
}


 .hero-title {
     color: #fff;
     text-shadow: 0 2px 10px #2a7f885e;
     font-size: 28px;
     line-height: 1.6;
 }
.form-card {
      border-radius: 12px;
      margin-top: 30px;
      box-shadow: 0 4px 24px rgba(0,0,0,0.07);
      background: white;
      
      
      margin-left: auto;
      margin-right: auto;
    }
    .form-section-title {
      color: #127399;
      font-weight: 700;
      margin-bottom: 12px;
      font-size: 1.1rem;
      letter-spacing: 0.5px;
    }
    .custom-radio label,
    .custom-checkbox label {
      font-weight: 500; font-size: 13px;
    }
    .form-label-group {
      margin-bottom: 12px;
    }
    .form-control::placeholder { color: #999; }
    .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
      background-color: #127399;
      border-color: #127399;
    }
    .submit-btn {
      background: #feb612;
      border: none;
      color: #fff;
      font-weight: 600;
      padding-left: 36px;
      padding-right: 36px;
      border-radius: 2px;
    }
    .captcha-img {
      width: 100%;
      height: 40px;
      background: #f5f5f5;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: Arial, monospace;
      color: #555;
      font-size: 1.25rem;
      border: 1px solid #dadada;
      border-radius: 2px;
    }
    .form-card-inner {
      padding: 24px 21px 30px 21px;
    }
    .custom-control {
      margin-right: 20px;
      padding-left: 1.2rem;
    }
     .custom-control-label::before{ top: .21rem;}
  .custom-control-label::after{ top: .21rem; }

    /* Overview */
  .highlight {
      color: #f8aa00;
      font-weight: bold;
    }
    .overview-section {
      
      padding: 60px 0px;
     
    }
    .why-join-section {
      background: #fff;
      padding: 60px 0px;
      margin-top: 30px;
      background-image: url('https://www.transparenttextures.com/patterns/white-wall-3.png');
    }
    /* .why-join-card {
      background: white;
      box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
      padding: 20px;
      border-radius: 8px;
    } */
    /* .why-join-img {
      background: #1d7585;
      height: 200px;
      border-radius: 4px;
    } */
    .why-join-title {
      font-weight: bold;
      margin-bottom: 20px;
    }
     .why-join-list  li{list-style: none; padding-bottom: 12px;}
    .why-join-list li::before {
      content: "✔ ";
      color: #f8aa00;
    }

    .who-can-join {
      padding: 60px 0px;
    }
    .who-can-join h5 {
      font-weight: bold;
    }
    .who-icons {
      margin-top: 20px;
    }
    .who-icons .col {
      padding: 10px;
    }
    .who-icons img {
      max-width: 60px;
      margin-bottom: 10px;
    }
    .scope-section {
      background: #ffffff;
      padding: 60px 0px;
      background-image: url('https://www.transparenttextures.com/patterns/white-wall-3.png');
    }
    .scope-image {
      background-color: #1d7585;
      /* height: 220px; */
      /* border-radius: 5px; */
      box-shadow: 4px 4px 10px rgba(0,0,0,0.2);

    }
   .register-section {
      background-image: url(https://www.apollohospitals.com/cancer-treatment-centres/campaign/colfit/images/img5.png);
    background-repeat: no-repeat;
      background-position: 85% 100%;
    background-size: cover;
        padding: 15rem 0rem 6rem 30rem;
      text-align: center;
      background-color: #ddd;
      /* padding: 120px 0; */
    }
    @media (max-width: 767.98px) {
    .register-section {
        background: #edf0fa;
        padding: 3rem 0rem 0rem 0rem;
    }
.reg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px; /* adjust as needed */
}
.herohdr {
  background-color: #26a6bd !important;
}
}
    .register-section a.btn-register {
      background-color: #00a6b6;
      color: #fff;
      font-weight: bold;
      padding: 6px 14px;
      border-radius: 4px;
      text-decoration: none;
    }
    .register-section a.btn-register:hover {
      background-color: #008c98;
    }
    ul.custom-list {
      list-style-type: circle;
      padding-left: 20px;
    }
    ul.custom-list li{padding-bottom: 12px;}
    .btn-abs {
            position: absolute;
            right: 0;
            z-index: 1032;
        }


    @media (max-width: 576px) {
      .form-card-inner { padding: 20px; }
      .hero-title{font-size: 19px;}

      .overview-section{padding: 40px 0px 10px;}
      .why-join-section {padding: 40px 0px 20px;}
      .who-can-join{padding: 40px 0px 20px;}
      .scope-section {padding: 40px 0px 20px;}
    }

    .frm {
      margin-bottom: 7px !important;
    }