.header-icon .login-header {
  width: auto !important;
  color: #000;
  font-weight: 600;
  border-radius: 40px;
  height: auto;
  font-size: 18px;
  padding: 6px 30px!important;
}

.header-icon .call-header {
  margin-right: 8px;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: #fff;
  width: 38px;
  height: 38px;
  font-size: 16px;
  padding: 0;
}
.scholarship-reg-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 500px;
  width: 100%;
  border: 1px solid var(--color-primary) !important;
}
.scholarship-reg-card-btn {
  background: radial-gradient(
    circle,
    rgba(255, 123, 15, 1) 51%,
    rgba(255, 78, 2, 1) 90%
  );
  border: none;
  font-weight: bold;
  color: #fff;
  /* width: 100%; */
  border-radius: 30px;
  margin-left: 10px;
  padding: 8px 40px;
}
.scholarship-reg-img {
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
}
.scholarship-reg-img img {
  object-position: top;
}
.scholarship-reg-card-p {
  font-weight: 600;
}
.form-control:focus,
.form-control:active,
.form-select:focus {
  box-shadow: none;
  border-color: var(--color-primary);
}
.free-text {
  font-weight: 700;
}
.free-text em {
  font-weight: 400;
}

.test-center-sec {
  background: #fff;
}

.text-detail-div .detail-item {
  display: flex;
}
.text-detail-div .row {
  padding: 25px 0;
}
.text-detail-div h6 {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 0;
}
.text-detail-div .detail-item p {
  font-size: 18px;
  font-weight: 500;
}
.text-detail-div-img {
  width: 32px;
  margin-right: 15px;
}
.text-detail-div-img img {
  object-fit: contain;
  height: auto;
}

.course-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px !important;
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-primary) !important;
}
.course-title {
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 30px;
}
.class-pill-row {
  margin-bottom: 15px;
}
.class-pill-row .class-pill {
  padding: 10px 28px;
  margin-bottom: 8px;
  border-radius: 30px;
  border: 1px solid #ccc;
  display: inline-flex;
}
.course-avatar {
  width: 100px;
  margin-left: auto;
  /* aspect-ratio: 1/.9; */
}
.course-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.course-btn {
  display: inline-flex;
  background: radial-gradient(
    circle,
    rgba(255, 123, 15, 1) 51%,
    rgba(255, 78, 2, 1) 90%
  );
  color: #fff;
  padding: 10px 40px;
  border-radius: 40px;
  border: 1px solid #000;
  box-shadow: 3px 3px 0px 1px rgba(0, 0, 0, 1);
  font-weight: 800;
  font-size: 17px;
}
.registration-body{
  width: 100%;
}
.limited-p{
    margin-left: 153px;
  }

@media screen and (min-width:1100px) and (max-width: 1568px) {
  .class-pill-row .class-pill {
    padding: 8px 20px;
    font-size: 12px;
  }
  .course-btn {
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 551px) {
  .class-pill-row .class-pill {
    padding: 5px 10px;
    font-size: 12px;
  }
  .course-btn {
    padding: 10px 15px;
    font-size: 12px;
  }
  .text-detail-div h6 {
    font-size: 16px;
  }
  .text-detail-div .detail-item p {
    font-size: 12px;
  }
  .registration-body{
    width: 100%;
  }
  .limited-p{
    margin-left: 103px;
  }
}
