.niter-title{
    font-size: 18px;
}

body.loading {
  overflow: hidden;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff; /* White background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top-color: #070628; /* Spinner color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


  /* Tablets (768px–1023px) */
  @media screen and (max-width: 1023px) {
    .header, .hero, .programs, .campus-life {
      padding: 20px;
    }
  
    nav {
      flex-direction: column;
    }
  
    .programs .column {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  
  /* Mobile phones (≤ 767px) */
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px;
    }
  
    nav {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .hero h1 {
      font-size: 24px;
    }
  
    .programs {
      display: flex;
      flex-direction: column;
    }
  
    .campus-life img {
      width: 100%;
      height: auto;
      margin-bottom: 10px;
    }
  
    .btn {
      font-size:12px;

    }

    .search-input-area .search-close-icon i {
        position: relative;
        z-index: 1;
        transition: 0.3s;
        font-size: 18px;
        color: var(--rt-white);
        transition: 0.3s;
        font-size: 18px;
        background-color: black;
        padding: 5px;
        border-radius: 5px;

      }

      .banner.v__2 .banner__wrapper .banner__slides--navigation--single:not(:last-child) {
        margin-top: 400px;
      }
  }

.section-border-manual {
  margin-bottom: 1rem !important;
  border: 1px solid #eaeaea;
  padding: 20px 20px;
  margin-top: 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}


.section-border-manual ul {
  margin-bottom: 1rem !important;
  list-style: none!important;
}
.section-border-manual li  {
  font-size: 20px!important;
     
}

.section-border-manual p  {
  font-size: 20px!important;
     
}


.collapsed-message {
    max-height: 4.8em; /* Around 2 lines */
    overflow: hidden;
    position: relative;
}

.collapsed-message-button {
  text-align: left!important;
}
.collapsed-message::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1.5em;
    background: linear-gradient(to bottom, transparent, white); /* soft fade effect */
}

.single-staff__content .staf-image {
  width: 40%!important;
}


.single-staff__content{
  background-color: var(--surface-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px;
    position: relative;
    height: 100%;
    border-radius: 5px;
    transition: 0.5s;
    padding: 30px;}


    .single-staff {
      border:0;
      padding:0px;
      transition: var(--transition);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      will-change: transform;
      
    }
    
    .single-staff:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
    

    .rts-theme-btn {
      max-width: max-content;
      transition: var(--transition);
      font-weight: 400;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      position: relative;
      padding: 5px 6px!important;
      background: var(--rt-primary-2);
      color: var(--rt-white);
      overflow: hidden;
      z-index: 1;
    }

/* Default styles for desktop */
.single-staff {
  width: 100%;
}

.staf-image img {
  width: 100%;
  max-width: 200px;
}

.staf-info {
  text-align: left; /* Default left alignment for desktop */
  padding: 15px;
}

.email-contact, .phone-contact {
  display: inline-block;
  margin-right: 10px;
}

/* Media Query for mobile devices (max-width: 768px) */
@media only screen and (max-width: 768px) {
  .col-lg-6.col-md-11 {
      width: 100% !important;
      max-width: 100% !important;
      padding: 0 15px;
  }

  .single-staff__content {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .staf-info {
      text-align: center; /* Center alignment only for mobile */
  }

  .staf-image img {
      max-width: 150px;
  }

  .email-contact, .phone-contact {
      display: block; /* Stack vertically */
      text-align: center; /* Center the text and icon */
      margin: 5px 0;
  }

  .rts-theme-btn {
      width: 100%;
      margin-top: 10px;
  }
  .single-staff__content .staf-image {
    width: 100% !important;
    text-align: center;
  }
}


.photo-box {
    border: 2px dashed #ccc;
    width: 100px;
    height: 120px;
    text-align: center;
    padding: 5px;
}
.table-custom {
    border: 1px solid #dee2e6;
}
.table-custom td, .table-custom th {
    border: 1px solid #dee2e6;
    padding: 8px;
    color: #000000!important;
}

th {
  text-transform: capitalize;
}


.section-border{
  margin-bottom: 1rem !important;
  border: 1px solid #eaeaea;
  padding: 20px 0px;
  margin-top: 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);

  }



.ts-wrapper.form-control, .ts-wrapper.form-select {
    box-shadow: none;
    display: flex;
    height: auto;
    padding: 0 !important;
    font-size: 12px!important;
 }


.form-control{
  font-size: 12px!important;
}

.form-logo img {
    width: 50px;
    height: 50px;
  }

.print-form td{
  padding: 0px 5px;
  font-size: 11px !important;
  color: #000 !important;
  font-weight: 600;
}

.print-form th{
  padding: 0px 5px;
  font-weight: 600;
  font-size: 12px !important;
  text-transform: capitalize;
  color: #000000!important;

}


.print-Section-sub-title {
  background-color: #e7e7e7;
  margin-bottom: 3px;
}

.print-header-logo{
  padding:10px;
}

.admission-form-header{
    background-color: #f8f9fa;
    padding: 10px;
    text-align: center;
    border-bottom: 2px solid #072444;
}


.admission-form-header h2 {
  margin-bottom:0px !important;
  font-size: 25px;
  line-height: 35px;
  color: #000000!important;
}

.admission-form-header h3 {
  margin-top: -19px !important;
  font-size:16px;
  color: #000000!important;
}

.admission-form-header h4 {
  margin-top: -35px !important;
  font-size:16px;
  color: #000000!important;
}

.admission-form-header h5{
  margin-top: 2px!important;
  color: #000000!important;
  font-size:18px;
}

.admission-form-header-program{
  background-color: #b9babb !important;
  text-align: center;
  width: 40%;
  margin:2px  auto 0;

}

.admission-form-header-program p {
  background-color: #0c0837 !important;
  text-align: center;
  margin: 2px auto 0;
  font-size: 15px;
  font-weight: 600;
  color: white;
}


.form-title {
    background-color: #f8f9fa;
    padding: 10px;
    text-align: center;
    border-bottom: 2px solid #072444;
}
.form-title h2 {
  margin-bottom:0px !important;
  font-size: 20px;
  line-height: 35px;
  color: #000000!important;
}

.form-title h3 {
  margin-top: -22px !important;
  font-size:16px;
  color: #000000!important;
}

.form-title h4 {
  margin-top: -5px !important;
  font-size:14px;
  color: #000000!important;
}
.form-title h5{
  margin-top: 2px!important;;
  color: #000000!important;
  font-size:18px;
}

.form-title p {
  margin-top: -7px !important;

}

.form-title-program{
  background-color: #0c0837 !important;
  text-align: center;
  width: 40%;
  margin:2px  auto 0;
  color: #ccc!important;

}


.form-title-program p{
  margin-top: 2px!important;;
  color: #ffffff!important;
  font-weight: 600;
}





.form-title-program h5{
  padding:0px!important;
  color: #000000!important;

}
   .table-container {
      border-collapse: collapse;
      width: 100%;
    }
    .typer {
      text-align: center;
      background-color: #f0f0f0;
      padding: 10px;
      font-weight: bold;
      font-family: 'Courier New', Courier, monospace;
    }
    .label-cell {
      padding: 5px;
      font-weight: bold;
    }
    .input-cell {
      padding: 5px;
    }
    .input-field {
      width: 100%;
    }
    .session-input {
      width: 30px;
    }
    .batch-input {
      width: 50px;
    }
    .checkbox-cell {
      padding: 5px;
    }

.signatureSection{
 padding-top:45px!important;
 text-align: justify;
}
.signatureSection h5{
  font-size: 10px!important;
  font-weight: 600;
  line-height: var(--line-height-b2);
  color: #000000!important;
  margin-top: -8px!important;
  border: none!important;
  font-family: var(--font-primary);
  padding: 0px 5px;

}


.signatureSection h6{
  font-size: 11px!important;
  font-weight: 600;
  line-height: var(--line-height-b2);
  color: #000000!important;
  margin: 0!important;
  border: none!important;
  font-family: var(--font-primary);
  padding: 0px 5px;

}
.print-form h6 {
  font-size: 13px;
  font-weight: 600;
  line-height: var(--line-height-b2);
  color: #000000!important;
  margin: 0;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 0px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  
  font-family: var(--font-primary);
  padding: 0px 5px;
}

.print-form h5 {
  font-size: 11px;
  font-weight:700;
  line-height: var(--line-height-b2);
  color: #000000!important;
  margin: 0;
  margin-bottom: 0px;
  font-family: var(--font-primary);

}

.print-section-border {
border-top: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
border-left: 1px solid #eaeaea;

  padding: 10px 0px;
  margin-top:0px;
}



.print-form .row {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin:0px!important;
}
.rts-footer-copy-right p {

color: #b9babb!important;
}



.custom-swal .swal2-progress-steps {
    flex-direction: row-reverse !important;
}
.custom-swal .swal2-progress-bar {
    transform: scaleX(-1) !important;
}



@media only screen and (max-width: 479px) {
     body {
      font-size: 12px;
    }
  h3 {
    font-size: 22px;
    line-height: 55px;
  }
  .pdf-button-group {
      justify-content: left !important;
      text-align: left !important;
    }

.admission-form-header-program {
  width: 100%;
  font-size: 12px;
}
.admission-form-header-program p {
  font-size: 12px;
}

.admission-form-header h2 {
  font-size: 20px;
  line-height: 30px;
}

.admission-form-header h3 {
  margin-top: -15px !important;
  font-size: 13px;
}

.admission-form-header h4 {
  margin-top: -35px !important;
  font-size: 12px;
}

.photo-box {
  border: 2px dashed #ccc;
  width: 100%;
  height: 100%;
}
 

.admission-form-header-program p{
  text-align: center!important;
}
}

