/* ===================== HOW IT WORKS SECTION ===================== */
section.happen-main {
  padding: 0px 10px 48px 10px; 
}

h2.happen-legit-heading {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: center;
  color: rgba(10, 49, 77, 1);
  font-family: Plus Jakarta Sans !important;
}
.happen-main-para {
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  margin: 0px;
  padding-top: 16px;
  padding-bottom: 64px;
  color: #273C4B;
  text-align: center;
}

.happen-card-main {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.happen-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  width: 378px;
}

.happen-step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.happen-num {
  margin: 0;
  background: #0A314D;
  border-radius: 0px 100px 100px 100px;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  color: rgba(193, 167, 131, 1);
  text-align: center;
  height: 84px;
  width: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Plus Jakarta Sans !important;
}
.button-div .primary-btn {
    display: flex;
    background-color: #C1A783;
    padding: 22px 90px;
    border-radius: 0;
    border: 1px solid #C1A783;
    color: #062135;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    font-family: Plus Jakarta Sans !important;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    margin-top: 50px;
    border-radius: 5px;
}
  .button-div .primary-btn:hover {
    background-color: #ff000000 !important;
    color: #c2a783;
}
  .button-div {
    display: flex;
    align-content: center;
    justify-content: center;
}

.happen-step p {
  margin: 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #A8B6BF;
  padding: 16px 0px;
  text-align: center;
  text-transform: uppercase;
}

.happen-divider {
  width: 378px;
  border: none;
  border-top: 1px dashed #DCDCDC;
  margin: 0;
}

.happen-card-imgbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.happen-card-imgbox img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

h3.happen-card-heading {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  padding-top: 24px;
  padding-bottom: 16px;
  color: #062135;
  text-align: center;
  font-family: Plus Jakarta Sans !important;
}

p.happen-imgbox-para {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #273C4B;
  text-align: center;
  margin: 0;
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .happen-card-main {
    flex-direction: column;
    gap: 10px;
  }
  .happen-card {
    flex-direction: row;
    align-items: center;
    gap: 6px;
    width: auto;
  }
  .happen-card-imgbox {
    align-items: flex-start;
  }
  h3.happen-card-heading {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    text-align: left;
  }
  p.happen-imgbox-para {
    font-size: 14px;
    text-align: left;
  }
  .happen-divider {
    width: 138px;
    rotate: 90deg;
    z-index: -1;
  }
  .happen-num {
    font-size: 24px;
    line-height: 34px;
    height: 50px;
    width: 50px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .happen-card-main {
    flex-direction: column !important;
    gap: 40px !important;
  }
	h2.happen-legit-heading {
    font-size: 24px;
    line-height: 30px;
}
  .happen-card {
    flex-direction: row !important;
    align-items: center !important;
    gap: 40px !important;
    width: auto !important;
  }
  .happen-num {
    font-size: 22px !important;
    height: 49px !important;
    width: 49px !important;
  }
  .happen-divider {
    width: 67px;
    rotate: 90deg;
    z-index: -1;
  }
  .happen-card-imgbox {
    align-items: flex-start !important;
    gap: 15px;
  }
  .happen-card-imgbox img {
    width: 30px !important;
    height: 30px;
    object-fit: cover !important;
  }
  h3.happen-card-heading {
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 6px 0 !important;
    text-align: left !important;
  }
  p.happen-imgbox-para {
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: left;
  }
  section.happen-main {
    padding: 24px;
  }
}