.bg-primary {
  background-color: var(--primary-light) !important; }

.btn-primary {
  background-color: var(--primary-light);
  border: none; }

.btn-primary:hover {
  background-color: var(--primary-dark); }

.btn-light {
  color: var(--primary-light); }

.pro_hero_section {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../images/become-an-aql-pro/hero_bg.jpg") center/cover no-repeat;
  color: #fff;
  padding: 150px 0 150px 0;
  position: relative;
  overflow: hidden; }

.pro_hero_section h1 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -1px; }

.pro_hero_section p {
  font-size: 1.3rem; }

.card {
  border-radius: 1.25rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.18s, box-shadow 0.18s;
  border: none; }

.card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13); }

.card-title {
  font-weight: 700 !important;
  color: var(--primary-light);
  height: inherit;
  font-size: 18px;
  text-align: center; }

.card-text {
  color: #444; }

.list-group-item {
  background: transparent;
  border: none;
  font-size: 1.08rem;
  color: #222; }

.section-divider {
  height: 4px;
  width: 60px;
  background: linear-gradient(90deg, var(--primary-light) 60%, var(--primary-dark) 100%);
  border-radius: 2px;
  margin: 1.5rem auto 2.5rem auto; }

.review-box {
  background: #f8fafc;
  border-radius: 1rem;
  border: 1px solid #e3e6ee; }

.bg-primary.text-white {
  background: linear-gradient(90deg, var(--primary-light) 60%, var(--primary-dark) 100%) !important; }

.form-control:focus {
  border-color: var(--primary-light);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.18); }

@media (max-width: 767.98px) {
  .pro_hero_section {
    padding: 48px 0 32px 0; }
  .pro_hero_section h1 {
    font-size: 2rem; } }

.eligible_list .list-group-item {
  position: relative;
  padding-left: 2.5rem; }

.eligible-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: var(--primary-light); }

.cta-banner {
  background: linear-gradient(90deg, var(--primary-light) 60%, var(--primary-dark) 100%);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.13); }

.cta-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center; }

.no-shadow {
  box-shadow: none !important; }

.no-icons .list-group-item {
  padding-left: 1.5rem; }

.join-steps {
  counter-reset: step; }

.card-img-top {
  max-width: 64px;
  max-height: 64px; }

.card {
  border-radius: 1rem; }

.white_card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: block; }

.list-group-item {
  font-size: 1rem; }

.process_listing_section {
  padding-bottom: 0; }

:root {
  --font-size:.8em;
  --bg1:#3498db;
  --blue:var(--primary-light);
  --shadow1:0 2px 4px #00000026,0 3px 6px #0000001f;
  --shadow2:0 2px 6px #00000044,0 4px 7px #0002; }

ul.infoGraphic {
  font-size: var(--font-size);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }

ul.infoGraphic li {
  position: relative;
  width: 100%;
  max-width: 30%;
  background: #fff;
  border-radius: .5em;
  padding: .5em;
  z-index: 1;
  transition: all .2s;
  cursor: pointer;
  margin-bottom: 60px; }

ul.infoGraphic li .numberWrap {
  position: absolute; }

ul.infoGraphic li .number {
  font-size: 10em;
  font-weight: 900;
  width: .9em;
  text-align: center;
  position: absolute;
  left: -35px;
  top: -90px; }

ul.infoGraphic li .number.fontColor1 {
  color: var(--blue); }

ul.infoGraphic li .coverWrap {
  transform: rotate(130deg);
  position: absolute;
  width: 14em;
  height: 14em;
  left: -2em;
  top: -7em; }

ul.infoGraphic li .coverWrap .numberCover {
  position: absolute;
  background: #fff;
  width: 18em;
  height: 6em;
  border-radius: 50% 50% 0 0;
  border-bottom: 3px solid #f5f8f7;
  transition: all .4s; }

ul.infoGraphic li .coverWrap .numberCover::before {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 4em;
  right: 4em;
  top: 5em;
  box-shadow: 0 0 30px 17px #48668577;
  border-radius: 100px/10px;
  z-index: -1; }

ul.infoGraphic li .coverWrap .numberCover::after {
  position: absolute;
  bottom: 0;
  content: "";
  left: -10%;
  width: 120%;
  height: 150%;
  background: radial-gradient(at bottom, #48668533, transparent, transparent);
  z-index: 1; }

ul.infoGraphic li .content {
  margin: 4em 0 1em 5em;
  position: relative;
  text-align: center;
  max-width: 270px;
  height: inherit;
  color: #000;
  display: block;
  top: 0; }

ul.infoGraphic li .content h5 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px; }

ul.infoGraphic li .content p {
  line-height: 1.5em; }

ul.infoGraphic li:hover .coverWrap .numberCover {
  border-radius: 100%; }

ul.infoGraphic li .icon {
  position: absolute;
  text-align: center;
  top: -4.5em;
  left: 50%;
  transform: translatex(-50%);
  width: inherit;
  height: inherit; }

ul.infoGraphic li .icon img {
  height: 50px;
  object-fit: scale-down; }

.eligible_list {
  list-style: none;
  padding: 0;
  margin: 0; }

.eligible_list li {
  padding-left: 30px;
  position: relative;
  color: #222;
  margin-bottom: 10px;
  font-size: 18px; }

.eligible_list li:before {
  content: "\F26C";
  font-family: bootstrap-icons;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue); }

.eligible_list li:last-child {
  margin-bottom: 0; }

.eligible_list .eligible-icon {
  color: var(--primary-light);
  font-size: 1.3rem;
  margin-right: .7em;
  vertical-align: middle; }

.cta-banner {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 20px !important;
  border-radius: 20px !important; }

.cta-img {
  border: 4px solid #fff;
  box-shadow: 0 4px 24px #00000021;
  margin-right: 2rem; }

.eligible_list .eligible-icon {
  display: none; }

.join-step-card {
  background: #f8fafc !important;
  border-radius: 1.5rem;
  box-shadow: 0 2px 12px #0000000a;
  transition: transform 0.18s,box-shadow .18s;
  border: none;
  position: relative; }

.join-step-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 32px #0000001a; }

.step-circle {
  width: 48px;
  height: 48px;
  background: linear-gradient(90deg, var(--primary-light) 60%, var(--primary-dark) 100%);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .5rem;
  box-shadow: 0 2px 8px #0000001a;
  border: 3px solid #fff; }

@media (max-width: 767.98px) {
  .display-5 {
    font-size: 2rem; }
  .card-img-top {
    max-width: 48px;
    max-height: 48px; }
  .cta-img {
    margin: 0 auto 1.5rem;
    display: block; }
  .join-step-card {
    margin-bottom: 1.5rem; }
  .step-circle {
    width: 40px;
    height: 40px;
    font-size: 1.1rem; } }

.step-card {
  position: relative;
  padding: 2rem 1.5rem;
  border: 1px solid #e3e6ee;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 2px 12px #0000000f;
  transition: transform 0.18s,box-shadow .18s; }

.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px #00000021; }

.step-circle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: var(--primary-light);
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0 auto 1rem; }

.step-img {
  width: 64px;
  height: 64px;
  margin-bottom: 1rem; }

.step-title {
  font-weight: 700;
  color: #1a2340;
  margin-bottom: .5rem; }

.step-desc {
  color: #555;
  font-size: .95rem; }

.join-step-card {
  border: 1px solid #e3e6ee;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 2px 12px #0000000f;
  transition: transform 0.18s,box-shadow .18s; }

.join-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px #00000021; }

.who_eligible_section {
  background-color: #f5f5f5; }

.talk_wrapper_section a {
  color: #fff;
  font-weight: 700; }

@media (max-width: 991px) {
  .pro_hero_section {
    margin-top: 20px; }
  .process_listing_section {
    text-align: center; }
  ul.infoGraphic {
    display: inline-block; }
  ul.infoGraphic li {
    max-width: 90%; } }
