
/* Join Us landing page */
.joinus-page {
  color: #333;
}
.joinus-page .container {
  max-width: 1170px;
}
.joinus-hero { 
  position: relative;
  min-height: 500px;
  background-color: #dce8f3;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 40px;
}
.joinus-hero-content {
  max-width: 620px;
  padding-top: 20px;
}
.joinus-hero-title {
  margin: 0 0 18px;
  line-height: 1.25;
  font-weight: 700;
}
.joinus-hero-title-main {
  display: block;
  font-size: 62px;
  color: #222;
}
.joinus-hero-title-accent {
  display: block;
  font-size: 62px;
  color: #004085;
}
.joinus-hero-subtitle {
  position: relative;
  margin: 0 0 28px;
  padding-top: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: #222;
}
.joinus-hero-subtitle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 3px;
  background: #004085;
}
.joinus-hero-actions .btn {
  min-width: 130px;
  margin-right: 12px;
  margin-bottom: 10px;
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 16px;
}
.joinus-btn-apply {
  background: #004085;
  border-color: #004085;
  color: #fff;
}
.joinus-btn-apply:hover,
.joinus-btn-apply:focus {
  background: #003066;
  border-color: #003066;
  color: #fff;
}
.joinus-btn-outline,
.joinus-btn-cta {
  background: #fff;
  border: 1px solid #004085;
  color: #004085;
}
.joinus-btn-outline:hover,
.joinus-btn-outline:focus,
.joinus-btn-cta:hover,
.joinus-btn-cta:focus {
  background: #004085;
  border-color: #004085;
  color: #fff;
}
.joinus-why {
  padding: 10px 0 10px;
  background: #fff;
}
.joinus-why-item {
  text-align: center;
  padding: 10px 10px 10px;
  margin-bottom: 0px;
}
.joinus-why-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border: 2px solid #004085;
  border-radius: 50%;
  color: #004085;
  font-size: 28px;
  line-height: 68px;
}
.joinus-why-title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  color: #222;
}
.joinus-why-item p {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
.joinus-details {
  padding: 20px 0 20px;
  background: #f4f7fa;
}
.joinus-details-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.joinus-details-row > [class*="col-"] {
  display: flex;
  margin-bottom: 20px;
}
.joinus-card {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 28px 24px;
}
.joinus-card-title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  color: #222;
}
.joinus-card-title-icon {
  margin-right: 8px;
  color: #004085;
}
.joinus-card-subtitle {
  margin: -8px 0 18px;
  font-size: 16px;
  font-weight: 700;
  color: #444;
}
.joinus-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.joinus-checklist li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}
.joinus-checklist li i.fa-check {
  flex-shrink: 0;
  width: 18px;
  margin-top: 2px;
  color: #004085;
}
.joinus-checklist li span {
  flex: 1;
}
.joinus-checklist-two-col {
  column-count: 2;
  column-gap: 24px;
}
.joinus-checklist-two-col li {
  break-inside: avoid;
}
.joinus-feature-image-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.joinus-feature-image {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: 72% center;
}
.joinus-card-note {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid #eee;
  font-size: 12px;
  line-height: 1.6;
  color: #888;
}
.joinus-cta {
  padding: 28px 0;
  background: #e8f2fa;
}
.joinus-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.joinus-cta-icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border: 2px solid #004085;
  border-radius: 50%;
  color: #004085;
  font-size: 30px;
  line-height: 68px;
  text-align: center;
}
.joinus-cta-text {
  flex: 1;
}
.joinus-cta-text h2 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  color: #222;
}
.joinus-cta-text p {
  margin: 0;
  font-size: 15px;
  color: #555;
}
.joinus-cta-action {
  flex-shrink: 0;
}
.joinus-btn-cta {
  min-width: 220px;
  padding: 12px 24px;
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .joinus-hero {
    min-height: 300px;
    padding: 0px 0 0px;
    background-position: center;
  }
  .joinus-hero-content {
    max-width: 60%;
    /* background: rgba(255, 255, 255, 0.92); */
    padding: 10px 15px;
    border-radius: 8px;
  }
  .joinus-hero-title-main,
  .joinus-hero-title-accent {
    font-size: 32px;
  }
  .joinus-checklist-two-col {
    column-count: 1;
  }
  .joinus-cta-inner {
    flex-direction: column;
    text-align: center;
  }
  .joinus-cta-icon {
    margin: 0 auto;
  }
} 
@media (max-width: 767px) {
  .joinus-hero-title-main,
  .joinus-hero-title-accent {
    font-size: 26px;
  }
  .joinus-hero-subtitle {
    font-size: 14px;
  }
  .joinus-btn-cta {
    min-width: 0;
    width: 100%;
    white-space: normal;
  } 
}
 
/* Eligibility popup */
.joinus-eligibility-modal .modal-dialog {
  width: 92%;
  max-width: 680px;
  margin: 30px auto;
}
.joinus-modal-content {
  position: relative;
  border: none;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.joinus-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 2;
  float: none;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  color: #888;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  opacity: 1;
}
.joinus-modal-close:hover,
.joinus-modal-close:focus {
  color: #333;
  background: #f5f5f5;
  opacity: 1;
}
.joinus-modal-body {
  padding: 32px 32px 20px;
}
.joinus-modal-title {
  margin: 0 40px 10px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  color: #222;
}
.joinus-modal-subtitle {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 600;
  color: #004085;
}
.joinus-modal-intro {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}
.joinus-modal-checklist {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}
.joinus-modal-checklist li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}
.joinus-modal-checkbox {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background: #fff;
}
.joinus-modal-check-icon {
  flex-shrink: 0;
  width: 22px;
  margin-right: 10px;
  color: #004085;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.joinus-modal-check-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.55;
  color: #333;
}
.joinus-modal-check-note {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: #666;
}
.joinus-modal-next {
  margin-bottom: 18px;
  padding-top: 18px;
  border-top: 1px solid #e8e8e8;
}
.joinus-modal-next h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #004085;
}
.joinus-modal-next p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}
.joinus-modal-help {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  padding: 16px 18px;
  border-radius: 8px;
  background: #e8f2fa;
}
.joinus-modal-help-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #004085;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
}
.joinus-modal-help-content {
  flex: 1;
}
.joinus-modal-help-title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}
.joinus-modal-help-content ul {
  margin: 0;
  padding-left: 18px;
}
.joinus-modal-help-content li {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}
.joinus-modal-disclaimer {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #999;
}
.joinus-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px 32px 24px;
  border-top: none;
  background: #fff;
}
.joinus-modal-btn-close {
  min-width: 100px;
  padding: 10px 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  color: #333;
}
.joinus-modal-btn-close:hover,
.joinus-modal-btn-close:focus {
  background: #f5f5f5;
  border-color: #bbb;
  color: #222;
}
.joinus-modal-btn-apply {
  min-width: 120px;
  padding: 10px 24px;
  border-radius: 4px;
  background: #004085;
  border-color: #004085;
  color: #fff;
}
.joinus-modal-btn-apply:hover,
.joinus-modal-btn-apply:focus {
  background: #003066;
  border-color: #003066;
  color: #fff;
}
@media (max-width: 767px) {
  .joinus-modal-body,
  .joinus-modal-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .joinus-modal-title {
    font-size: 20px;
  }
  .joinus-modal-footer {
    flex-direction: column-reverse;
  }
  .joinus-modal-btn-close,
  .joinus-modal-btn-apply {
    width: 100%;
  }
}
