:root {
  --scholarship-primary: #0073bb;
  --scholarship-secondary: #07a169;
  --scholarship-accent: #ffb800;
}

.bd-banner-three {
  background: linear-gradient(110deg, #ffffff 0%, #eef7ff 100%);
}

.bd-banner-description {
  color: var(--scholarship-primary);
}

.bd-banner-title.small {
  line-height: 1.5;
  font-weight: 700;
  color: #943993;
  font-size: 47px;
  /* text-align: center; */
}

.bd-banner-three .bd-banner-shape .shape-4 {
  right: 720px;
}

.bd-banner-three .bd-banner-shape .shape-3 {
  left: 800px;
  top: 37px;
}

.bd-banner-search-form .bd-btn.btn-primary {
  box-shadow: 0 10px 24px rgba(0, 115, 187, 0.24);
}

.bd-overview-area.theme-bg {
  background: linear-gradient(120deg, #0073bb 0%, #0a4e98 100%);
}

.bd-overview-wrapper .title {
  font-size: 18px;
}

/* .bd-overview-wrapper .title br {
  display: none;
} */

.bd-feature-area .bd-section-title-wrapper,
.bd-career-pathways-area .bd-section-title-wrapper,
.bd-campus-area .bd-section-title-wrapper,
.bd-why-choose-area .bd-section-wrapper,
.bd-faq-area .bd-section-title-wrapper {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.program-card .program-title {
  font-size: 19px;
}

.program-card .program-content p {
  font-size: 14px;
}

/* .sch-value-wrap {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(0, 115, 187, 0.12);
  border-radius: 28px;
  padding: 36px 28px;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
} */

.sch-tier-card {
  position: relative;
  height: 100%;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  padding: 24px 20px 22px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sch-tier-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.sch-tier-badge {
  display: inline-block;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.badge-gold {
  color: #8a5900;
  background: #fff5d6;
}

.badge-silver {
  color: #334155;
  background: #edf2f7;
}

.badge-bronze {
  color: #7c2d12;
  background: #ffedd5;
}

.sch-tier-icon {
  width: 66px;
  height: 66px;
  margin: 14px auto 14px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  background: linear-gradient(135deg, #0073bb, #07a169);
  background: linear-gradient(135deg, #0073bb, #953c94);
  box-shadow: 0 10px 20px rgba(0, 115, 187, 0.28);
}

.sch-tier-card h4 {
  font-size: 22px;
  margin-bottom: 8px;
  color: #0f172a;
}

.sch-tier-card p {
  margin-bottom: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

.sch-benefits-block {
  margin-top: 18px;
  border-radius: 20px;
  border: 1px solid rgba(7, 161, 105, 0.15);
  background: linear-gradient(135deg, rgba(0, 115, 187, 0.04), rgba(7, 161, 105, 0.06));
  padding: 20px;
}

.sch-benefits-head {
  margin-bottom: 12px;
}

.sch-benefits-head h3 {
  margin-bottom: 2px;
  font-size: 24px;
  color: #0f172a;
}

.sch-benefits-head span {
  font-size: 13px;
  color: #0b5c98;
  font-weight: 600;
}

.sch-benefit-item {
  height: 100%;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.24);
  padding: 14px 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.sch-benefit-item i {
  margin-top: 2px;
  color: var(--scholarship-secondary);
  font-size: 16px;
}

.sch-benefit-item p {
  margin: 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.bd-counter-item.bd-counter-style-nine {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  padding: 20px 14px;
  text-align: center;
  min-height: 150px;
}

.bd-counter-item.bd-counter-style-nine p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}

.count_span {
  font-size: 15px;
}

.bd-campus-area .campus-feature h6 {
  color: #1f2937;
}

.bd-campus-area .campus-feature p {
  margin-bottom: 0;
}

.bd-campus-area {
    position: relative;
    overflow: hidden;
}

.bd-campus-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 12%, rgba(0, 115, 187, 0.15), transparent 40%),
        radial-gradient(circle at 90% 20%, rgba(7, 161, 105, 0.13), transparent 42%);
    pointer-events: none;
}

.campus-block {
    position: relative;
    z-index: 1;
}

.campus-block__head {
    max-width: 760px;
    margin: 0 auto 24px;
}

.campus-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.campus-location-card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(2, 132, 199, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.campus-location-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 55px rgba(15, 23, 42, 0.17);
}

.campus-location-card__thumb {
    position: relative;
}

.campus-location-card__thumb img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
}

.campus-location-card__thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.65));
}

.campus-location-card__badge {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 8px 12px;
    backdrop-filter: blur(7px);
}

.campus-location-card__content {
    padding: 18px 18px 16px;
}

.campus-location-card__content h4 {
    margin-bottom: 8px;
    font-size: 22px;
    color: #0f172a;
}

.campus-location-card__content p {
    margin-bottom: 12px;
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
}

.campus-location-card__content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.campus-location-card__content li {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.campus-location-card__content li i {
    color: var(--scholarship-secondary);
}

.campus-bottom-note {
    margin-top: 16px;
}

.campus-bottom-note p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eff8ff;
    border: 1px solid #bfdbfe;
    color: #0b5c98;
    border-radius: 999px;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 600;
}

.campus-bottom-note p i {
    color: var(--scholarship-secondary);
}

.bd-why-choose-wrapper.style-two .bd-why-choose-title {
  color: #0f172a;
  margin-bottom: 10px;
}

.bd-faq-area {
  background-color: #f7fbff;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(0, 115, 187, 0.08);
  color: #0f172a;
}

.contact-section .contact-info h2 {
  font-size: 30px;
  line-height: 1.3;
}

.contact-section .contact-form h3 {

  text-align: center;

  background: linear-gradient(90deg, #943993, #2785ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-section .bd-btn.btn-primary.w-100 {
  min-height: 52px;
  font-weight: 700;
}

#celebrities,
#testimonials {
  display: none;
}

@media (max-width: 991px) {
  /* .bd-banner-title.small {
    font-size: 34px;
  } */

  .bd-banner-description {
    font-size: 18px;
  }

    .campus-grid {
        grid-template-columns: 1fr;
    }

    .sch-value-wrap {
      padding: 28px 18px;
    }
}

@media (max-width: 767px) {
  .bd-banner-title.small {
    font-size: 28px;
  }

  .bd-banner-search-form-input {
    flex-direction: column;
    gap: 10px;
  }

  .bd-banner-search-form-input .bd-btn {
    width: 100%;
    text-align: center;
  }
}

.scholarship-form-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 115, 187, 0.14);
  border-radius: 22px;
  padding: 24px;
  /* box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16); */
  backdrop-filter: blur(12px);

  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgb(148 57 147 / 9%);
  border-radius: 14px;
  padding: 14px;
  /* box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16); */
  backdrop-filter: blur(12px);
}

.scholarship-form-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #0b5c98;
  background: rgba(0, 115, 187, 0.1);
  padding: 6px 12px;
  border-radius: 999px;
}

.scholarship-form-card__title {
  font-size: 28px;
  line-height: 1.2;
  margin: 5px 0 8px;
  text-align: center;
  color: #0f172a;
  background: linear-gradient(90deg, #943993, #2785ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.scholarship-form-card__title span{
    font-size: 18px;
    color: #000 !important;
}

.scholarship-form-card__meta {
  font-size: 14px;
  color: #475569;
}

.scholarship-form-card__meta i {
  color: var(--scholarship-primary);
}

.scholarship-form-card__points {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  list-style: none;
  padding: 12px 0 0;
  margin: 0 0 16px;
}

.scholarship-form-card__points li {
  font-size: 10px;
  font-weight: 600;
  color: #0f172a;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 7px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.scholarship-form-card__points i {
  color: var(--scholarship-secondary);
}

.scholarship-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
}

.footer_form
label {
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 14px;
    text-align: left;
    display: block;
    color: #595c5fc4;
}
.scholarship-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.scholarship-field label {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 8px;

  font-size: 13px;
  font-weight: 500;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 8px;
}

input::placeholder {
  font-size: 12px;
}

.scholarship-field label i {
  color: #0b5c98;
}

.scholarship-field input,
.scholarship-field select {
  width: 100%;
  min-height: 40px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 6px 14px;
  background: #ffffff;
  color: #0f172a;
  font-size: 14px;
  transition: 0.2s ease-in-out;
}

.scholarship-field input::placeholder {
  color: #94a3b8;
}

.scholarship-field input:focus,
.scholarship-field select:focus {
  border-color: var(--scholarship-primary);
  box-shadow: 0 0 0 4px rgba(0, 115, 187, 0.12);
}

.scholarship-submit-btn {
    min-height: 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.scholarship-form__privacy {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  color: #475569;
}

.scholarship-form__privacy i {
  color: var(--scholarship-secondary);
}

.bd-banner-three {
  background: linear-gradient(to right, #0073ba 0%, #0073bb 100%) !important;
  background: #fff !important;
}

.exam-date {
  background: rgba(0, 115, 187, 0.08);
  font-weight: 700;
  color: #0f172a;
  padding: 6px 18px;
  border-radius: 100px;
  display: inline-block;
  font-size: 14px;
  font-style: oblique;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
  font-style: oblique;
  color: #0f172a;
  padding: 6px 18px;
  border-radius: 100px;
}

.scholarship-form-card label {
  margin-bottom: 2px;
  text-transform: capitalize;
  font-size: 14px;
  text-align: left;
  display: block;
  color: #595c5fc4;
}
.bg1 {
  background-color: #f0f4ff !important;
}

.section.bd-faq-area {
  background-color: #f0f4ff !important;
}

.bd-header-logo img {
  max-width: 120px !important;
}

.legacy-tile {
  background: #fff;
  border-radius: 1.3rem;
  box-shadow:
    0 4px 32px 0 rgba(100, 149, 183, 0.13),
    0 1.5px 8px 0 rgba(7, 161, 105, 0.06);
  border: none;
  padding: 2.1rem 1.2rem 1.6rem 1.2rem;
  transition:
    box-shadow 0.3s,
    transform 0.22s;
  text-align: center;
  position: relative;
  z-index: 1;
  /* min-height: 340px; */
}

.legacy-tile:hover {
  box-shadow:
    0 10px 50px 0 rgba(100, 149, 183, 0.22),
    0 2px 15px 0 rgba(30, 54, 120, 0.12);
  transform: translateY(-6px) scale(1.034);
}

.legacy-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  font-size: 2.3rem;
  background: #f7fafe;
  background: linear-gradient(135deg, #0073bb, #953c94) !important;
}

.legacy-icon i{
    color: #fff !important;
}

.bg-light-green {
  background: linear-gradient(135deg, #ddf9e7 0, #e9fceb 100%);
}

.bg-light-blue {
  background: linear-gradient(135deg, #e4f0ff 0, #d5fbfe 100%);
}

.bg-light-purple {
  background: linear-gradient(135deg, #fff0f8 0, #e8deff 100%);
}

.bg-light-cyan {
  background: linear-gradient(135deg, #daf1f5 0, #e6ffe7 100%);
}

.bg-light-pink {
  background: linear-gradient(135deg, #ffeaf2 0, #fff7f0 100%);
}

.bg-light-yellow {
  background: linear-gradient(135deg, #fff7e5 0, #fef5e0 100%);
}

.legacy-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #07a169, #2785ff 80%);
  background: linear-gradient(90deg, #943993, #2785ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.5px;
}

.legacy-content p {
  color: #5f687b;
  font-size: 12px
  ;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .legacy-tile {
    min-height: 370px;
  }
}

@media (max-width: 991px) {
  .legacy-tile {
    min-height: 350px;
  }
}

@media (max-width: 767px) {
  .legacy-tile {
    min-height: 0;
    padding: 1.5rem 1rem;
  }

  .bd-section-title {
    font-size: 2rem !important;
  }
}

.text-gradient {
  background: linear-gradient(90deg, #2785ff 0%, #00e17c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1399.98px) {
  .bd-banner-title.small {
    line-height: 1.2;
    font-weight: 700;
    color: #943993;
    font-size: 42px;
    /* text-align: center; */
  }
  .bd-banner-three .bd-banner-shape .shape-4 {
    right: 680px;
    opacity: 0.4;
  }

  .bd-banner-three .bd-banner-shape .shape-3 {
    left: 1010px;
    top: 47px;
    opacity: 0.4;
  }

  .bd-banner-three .features-list-item .title {
    font-size: 14px;
    font-weight: 600;
  }
  .exam-date {
    font-size: 12px;
    margin-bottom: 0;
  }


  .bd-banner-three {
    height: 540px !important;

}
}



.bd-counter-style-nine.bd-counter-item .bd-counter-total {

    opacity: 1;
    font-size: 50px;

}


.bd-counter-style-nine.bd-counter-item p {
    font-size: 18px;
    color: var(--bd-white);
    font-weight: var(--bd-fw-sbold);
    text-transform: uppercase;
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
    z-index: 5;
}

.contact-info {

    padding: 20px 40px;

}


.bd-section-title {
    font-size: 36px !important;
}

.form_btm{

    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.2);
    background-color: #0073bb !important;
    padding: 20px;
    border-radius: 10px;
}

@media (max-width: 767px) {
  .scholarship-form-card {
    margin-top: 20px;
    padding: 18px;
  }

  .scholarship-form-card__title {
    font-size: 23px;
  }

  .scholarship-form-card__title span{
    font-size: 14px;
    color: #000 !important;
}

  .scholarship-form__grid {
    grid-template-columns: 1fr;
  }

  .bd-banner-three {
    height: auto !important;
}

.sch-tier-card {
    position: relative;
    height: 98%;
}

.bd-counter-item.bd-counter-style-nine p {
 
    font-size: 24px;
}

.sch-benefits-block {
    margin-bottom: 0px !important;
}

.sch-value-wrap {
    padding: 15px 18px;
}

.bd-banner-title.small {
    line-height: 1.2;
    font-weight: 700;
    color: #943993;
    font-size: 42px;
    text-align: center;
    /* text-align: left; */
}

.bd-banner-description{

   
    text-align: center;
}

.features-list{
  text-align: center;
  justify-content: center;
}

.form_btm {

    border-radius: 10px;
}

.bd-counter-style-nine.bd-counter-item .bd-counter-total {
    opacity: 1;
    font-size: 40px;
}

.bd-counter-item.bd-counter-style-nine p {
    font-size: 18px;
}

.datee div{
  text-align: center !important;
}
.exam_loc{
  text-align: center !important;
}

.exam_loc {
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bd-banner-title {
    font-size: 30px !important;
}

.form_btm {
    border-radius: 10px;
    display: none;
}
}

