body {
  font-family: "Inter", sans-serif;
  color: #404040;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.container {
  max-width: 1170px;
}
header {
  padding: 5px 0;
}
.logo {
  width: 45px;
}
nav ul {
  margin-bottom: 0;
}
nav ul li {
  list-style-type: none;
  text-align: right;
}
nav ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #0b72a1;
  font-weight: 700;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Instrument Sans", sans-serif;
}
.card {
  border-radius: 10px;
}
.hero {
  padding: 100px 0;
  background-color: #ffffff;
  background-image: url("../images/hero-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
}
.badge-hero {
  color: #74b743;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;

  border-radius: 28px;
  background: rgba(116, 183, 67, 0.07);
}
.h1-highlight {
  border-radius: 8px;
  background: rgba(134, 194, 123, 0.15);
  color: #86c27b;
}

.book {
  background-image: url("../images/bg-book.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.book > .container {
  max-width: 1240px;
}
.qsg-book {
  margin: -120px 0;
  width: 100%;
}

.qsg-covers {
  padding: 80px 0;
  background-color: #fafafa;
}
.qsg-covers .badge-default {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  color: #1a1a1a;
  display: flex;
  flex-direction: row;
  align-items: center;
  display: inline-flex;
  padding: 8px 12px;
  gap: 8px;
}

.qsg-covers .card {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(2, 69, 112, 0.1);
  border-radius: 16px;
  border: 0;
  padding: 20px;
}
.qsg-covers .card .badge-steps {
  background: rgba(134, 194, 123, 0.1);
  border-radius: 16px;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;
  color: #86c27b;
}
.qsg-covers .card p.fs-24 {
  text-transform: capitalize;
}

.footer-cta {
  background-image: url("../images/bg-footer-cta.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.footer-cta > .footer-cta-wrap {
  background-image: url("../images/qsg-book-2.png");
  background-repeat: no-repeat;
  background-position: right -20% center;
  background-size: 47%;
}
.card-v2 {
  background: #ffffff;
  border: 10px solid rgba(16, 19, 21, 0.1);
  border-radius: 24px;
}
.card-v2 form label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #404040;
}
.card-v2 form input,
.card-v2 form textarea,
.card-v2 form select {
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  box-shadow: none;
  font-size: 14px;
}
.card-v2 form select {
  width: 100%;
  padding: 10px;
  height: 50px;
}
.card-v2 form input[type="submit"] {
  border-radius: 8px;
  background: #74b743;
  color: #fff;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  white-space: normal;
  border: 0;
}
.card-v2 form input[type="submit"]:hover {
  background-color: #69a73d;
}
.card-v2 form input.error {
  border: 2px solid rgba(215, 37, 37, 0.15);
}
.card-v2 form input:focus,
.card-v2 form input:active {
  border: 2px solid rgba(0, 0, 0, 0.15);
}

.mc-field-group label {
  font-size: 18px;
  width: 100%;
  margin-bottom: 5px;
  line-height: normal;
  text-align: left;
}
.mc-field-group input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-bottom: 3px solid rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  font-size: 16px;
  padding: 12px 18px;
}
.btn-primary {
  border-radius: 8px;
  background-color: #74b743;
  color: #fff;
  border: 0;
  font-weight: 700;
  padding: 15px 25px;
  font-size: 24px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #69a73d;
}

.success-message {
  background-color: #1d8754;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  text-align: left;
}
.error-message {
  color: #dc3645;
  font-size: 14px;
  text-align: left;
}

/* Helper Classes */
.text-primary {
  color: #024570 !important;
}
.text-secondary {
  color: #013150 !important;
}
.text-success {
  color: #74b743 !important;
}
.text-dark {
  color: #000 !important;
}
.bg-primary {
  background-color: #024570e6 !important;
}
.bg-primary-dark {
  background-color: #024570 !important;
}
.bg-primary-lt {
  background-color: #f5f9fa !important;
}
.bg-success {
  background-color: #74b743 !important;
}
.fs-12 {
  font-size: 0.75rem !important;
}
.fs-14 {
  font-size: 0.875rem !important;
}
.fs-16 {
  font-size: 1rem !important;
}
.fs-18 {
  font-size: 1.125rem !important;
  line-height: 1.6;
}
.fs-20 {
  font-size: 1.25rem !important;
  line-height: 1.6;
}
.fs-22 {
  font-size: 1.375rem;
  line-height: 1.6;
}
.fs-24 {
  font-size: 1.5rem;
  line-height: 1.6;
}
.fs-28 {
  font-size: 1.75rem;
  line-height: 1.6;
}
.fs-30 {
  font-size: 1.875rem !important;
  line-height: 1.6;
}
.fs-32 {
  font-size: 2rem !important;
  line-height: 1.6;
}
.fs-40 {
  font-size: 2.5rem;
  line-height: 1.6;
}
.fs-44 {
  font-size: 2.75rem;
  line-height: 1.6;
}
.fs-48 {
  font-size: 3rem;
}
.fs-50 {
  font-size: 3.125rem !important;
  line-height: 1.6;
}
.fs-56 {
  font-size: 56px !important;
}
.fs-60 {
  font-size: 3.75rem !important;
  line-height: 1.6;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.lh-normal {
  line-height: normal;
}
.lh-2 {
  line-height: 1.4;
}
.w-80 {
  width: 80% !important;
}
.w-90 {
  width: 90% !important;
}
@media (max-width: 1400px) {
  .footer-cta > .footer-cta-wrap {
    background-position: right -35% center;
    background-size: 52%;
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 40px 0;
    text-align: center;
  }
  .hero-list span {
    font-size: 14px !important;
  }
  .fs-18 {
    font-size: 0.875rem !important;
  }
  .fs-20,
  .fs-22 {
    font-size: 1.125rem !important;
  }
  .fs-24 {
    font-size: 1.25rem !important;
  }
  .fs-28 {
    font-size: 1.5rem !important;
  }
  .fs-30,
  .fs-32 {
    font-size: 1.5rem !important;
  }
  .fs-40,
  .fs-44 {
    font-size: 1.75rem !important;
  }
  .fs-48 {
    font-size: 2rem !important;
  }
  .fs-50,
  .fs-56,
  .fs-60 {
    font-size: 2.25rem !important;
  }
  .btn-primary {
    font-size: 18px;
  }
  .no-xs-br br {
    display: none;
  }
  .w-xs-90 {
    width: 90% !important;
  }
  .w-xs-80 {
    width: 80% !important;
  }
  .w-xs-75 {
    width: 75% !important;
  }
  .w-xs-50 {
    width: 50% !important;
  }
  .card-v2 h3 {
    font-size: 1.25rem !important;
  }
  .qsg-book {
    margin: 0 0;
  }
  .qsg-covers .card {
    padding: 10px;
  }
  .footer-cta > .footer-cta-wrap {
    background: none;
  }
}
