body{
    background-color: var(--brand-green-darkest);
    position: relative;
}


/* Start Hero */

.nwmls-hero {
    background: url('../images/join-us/herobg.webp') center/cover no-repeat;
}
.nwmls-hero-content {
    min-height: calc(100svh - 110px);
}
@media (max-width: 767px) {
  .nwmls-hero-content {
    padding: 1.5rem;
  }
  .nwmls-hero-desc {
    margin-top: 50px; 
  }
}
@media (min-width: 768px) {
  .nwmls-hero-content {
    margin-left: 100px;
  }
  .nwmls-hero-title {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1200px) {
  .nwmls-hero-content {
    margin-left: 150px;
  }
  .nwmls-hero-title {
    margin-bottom: 8rem;
  }
}

/* End Hero */


.testimonial {
  margin: 5rem 0;
}

.testimonial-image {
  max-width: 921px;
  margin-left: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial {
    margin: 8rem 0;
  }
  .testimonial-image {
    max-width: 600px;
  }
  .testimonial-right .testimonial-image-right {
    max-width: 700px;
  }
}

.testimonial-right .testimonial-image-right {
  max-width: 1152px;
  margin-left: auto; 
}

.testimonial-content-left {
  right: 0;
  left: 40%;
  max-width: 65%;
}

.testimonial-content-right {
  left: 0%;
  right: 30%;
  max-width: 65%;
}

.testimonial-mobile-image {
  max-width: 320px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-content-left {
    left: 55%;
    max-width: 70%;
  }
  
  .testimonial-content-right {
    left: 0%;
    max-width: 70%;
  }
  
  .testimonial-content-left p.fs-3,
  .testimonial-content-right p.fs-3 {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 575px) {
  .testimonial-mobile {
    margin: 1.5rem;
  }
}


.bg-dark-green {
  background-color: var(--brand-green-dark);
}

.comparison-table {
  background-color: transparent;
}

.comparison-table td, 
.comparison-table th {
  background-color: transparent;
  vertical-align: middle;
  padding: 15px 10px;
}

.comparison-table tbody tr:not(:last-child) {
  border-bottom: 1px solid var(--brand-green-medium);
}

.checkbox-placeholder {
  width: 50px;
  height: 50px;
  border: 2px solid var(--brand-green-soft);
  border-radius: 5px;
  margin: 0 auto;
}

.checkbox-checked {
  width: 50px;
  height: 50px;
  border: 2px solid var(--brand-green-soft);
  border-radius: 5px;
  background-color: transparent;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkmark-img {
  width: 30px;
  height: 30px;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-display {
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid var(--brand-green-soft);
  border-radius: 5px;
  background-color: transparent;
  position: relative;
}

.custom-checkbox input:checked ~ .checkbox-display::after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-image: url('../images/join-us/checkmark-2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-checkbox input[type="checkbox"]:checked ~ .checkbox-display::after {
  background-image: url('../images/join-us/checkmark-2.svg');
}

@media (max-width: 576px) {
  .fs-sm-16 {
    font-size: 16px !important;
  }
  
  .fs-md-32 {
    font-size: 32px !important;
  }
  
  .comparison-table th, 
  .comparison-table td {
    padding: 0.5rem 0.25rem;
  }
  
  .feature-column {
    min-width: 200px;
  }
  
  .checkbox-display {
    width: 24px;
    height: 24px;
  }
  
  .checkmark-img {
    width: 18px;
    height: 18px;
  }
  
  .checkmark-img-small {
    width: 16px;
    height: 16px;
  }
}

.checkbox-mobile {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
}

.checkbox-mobile .checkmark-img-small {
  width: 16px !important;
  height: 16px !important;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox-checked {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 576px) {
  
  .mobile-comparison-item .checkbox-display {
    width: 24px !important;
    height: 24px !important;
  }
  
  .mobile-comparison-item .checkbox-checked {
    width: 24px !important;
    height: 24px !important;
  }
  
  .custom-checkbox input:checked ~ .checkbox-display::after {
    width: 16px !important;
    height: 16px !important;
  }
  
  .mobile-comparison-item .custom-checkbox input:checked ~ .checkbox-display::after {
    width: 16px !important;
    height: 16px !important;
  }
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-comparison-list {
  border-radius: 8px;
  padding: 1rem;
}

.mobile-comparison-item {
  border-bottom: 1px solid var(--brand-green-medium);
  padding-bottom: 1rem;
}

.mobile-comparison-item:last-child {
  border-bottom: none;
}

.final-mls-section {
  margin-top: 4rem !important;
  position: relative;
}

.final-mls-img {
  min-height: 320px;
  object-fit: cover;
}

.final-mls-goldbox {
  position: absolute;
  right: 0%;
  bottom: -9%;
  background: var(--brand-gold, #FFD600);
  max-width: 420px;
  z-index: 2;
  padding: 2rem 2.5rem;
}

.final-mls-goldbox h3,
.final-mls-goldbox p {
  color: #1a2f1d;
}

.final-mls-goldbox-mobile {
  background: var(--brand-gold, #FFD600);
}

.final-mls-goldbox-mobile h3,
.final-mls-goldbox-mobile p {
  color: #1a2f1d;
}

.nwmls-bg-1 {
  padding: 1rem 0 1rem;
  background: radial-gradient(at 100% 00%, #51724E 1%, #395337 20%, transparent 60%),
              radial-gradient(at 80% 60%, #2B4B41 1%, #29493f 13%, transparent 50%);
}
.nwmls-bg-2 {
  padding: 1rem 0 1rem;
  background: radial-gradient(at 0% 100%, #51724E 1%, #29493f 35%, transparent 60%),
              radial-gradient(at 0% 100%, #51724E 1%, #395337 20%, transparent 50%),
              radial-gradient(at 80% 100%, #2B4B41 1%, #29493f 13%, transparent 35%);
              
}

@media (max-width: 575px) {
  .final-mls-goldbox-mobile,
  .nwmls-become-member {
    padding: 0 1.5rem;
  }
}

@media (min-width: 768px) {
  .final-mls-gradient,
  .py-5.px-3.px-md-5.text-white.mt-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .nwmls-bg-1 {
      background: radial-gradient(at 70% 20%, #2B4E34 1%, #1f3e27 20%, transparent 40%),
              radial-gradient(at 85% 65%, #35544B 1%, #00261A 30%, transparent 40%);
  }
.nwmls-bg-2 {
    background:
                radial-gradient(at 60% 50%, #52734B 1%, #3e5738 10%, transparent 35%),
                radial-gradient(at 5% 35%, #35544B 1%, #00261A 30%, transparent 50%),
                radial-gradient(at 30% 60%, #52734B 1%, #3e5738 10%, transparent 35%),
                radial-gradient(at 65% 70%, #35544B 1%, #00261A 22%, transparent 50%);               
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .final-mls-goldbox {
    max-width: 325px;
  }
}

@media (min-width: 992px) and (max-width: 1199) {
    .blockquote-testimonial-left img,
  .blockquote-testimonial-right img {
   max-width: 70% !important; 
  }
}

@media (min-width: 1199px) {
  .nwmls-bg-1 {
    padding-bottom: 7rem;
  }
.nwmls-bg-2 {
  padding-bottom: 12rem;
}
  .final-mls-goldbox-mobile {
    display: none !important;
  }
}

.bg-vector-overlay {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    max-width: 1920px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

nav, section, footer {
    position: relative;
    z-index: 1;
}
