@charset "UTF-8";
/* CSS Document */

/* Sales Cards - Exam Systems - Styles */
#optionsWrapper #sales .supportText, #optionsWrapper #broker .supportText {
    font-size: 6px;
}
    
/* Third Fold - Options */
#optionsWrapper {
    width: 95%;
    margin: 60px auto;
    padding: 0;
    box-sizing: border-box;
}
    
#optionsWrapper #sales .supportText, #optionsWrapper #broker .supportText {
    font-size: 6px;
}
    
#topOptionsWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: hidden;
}
    
.topOptionsItem {
    flex: 0 0 auto;
    width: 60%;
    margin: 0;
    padding: 25px;
}
    
.toolWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 65%;
    margin: 20px auto;
}
  
.toolWrapper img {
    flex: 0 0 auto;
    padding: 0 10px;
}
    
.toolText {
    flex: 0 0 auto;
    padding: 0 10px;
}

.electiveUl {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 25px auto;
}
    
.electiveLi {
    flex: 1 1 auto;
    width: 15%;
    margin: 5px;
    font-size: 1em;
    font-weight: 200;
    text-align: center;
    color: #000;
}
.electiveLi img {
    max-height: 75px
}
    
/* Slider Switch */
.license-toggle {
  display: flex;
  width: max-content;
  margin: 1rem auto;
  border: 2px solid #2196F3;
  border-radius: 9999px;
  background: #EAF4FF;
  overflow: hidden;
  height: 52px;
  position: relative;
}

.segment {
  position: relative;
  flex: 1 1 50%;
  border: none;
  background: transparent;
  color: #2196F3;
  font-weight: 600;
  font-size: 1.05rem;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
  z-index: 1;
}

.segment .fill {
  position: absolute;
  top: -5px;
  left: 0;
  height: 100%;
  width: 100%;
  background: #2196F3;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 0; /* default no rounding */
}

/* Active fill shown */
.segment.active .fill,
.segment:hover .fill {
  opacity: 1;
    top: -5px;
}

/* Fix rounded ends for fill */
.segment:first-child.active .fill {
  border-radius: 9999px 0 0 9999px;
}

.segment:last-child.active .fill {
  border-radius: 0 9999px 9999px 0;
}

.segment .label {
  position: relative;
  z-index: 1;
  padding: 1.6rem 1.6rem;
    margin-top:-10px;
  color: inherit;
}

.segment.active .label {
  color: #fff;
}
/* End of Slider */

/* Subscription Options */    
.bottomBoxWrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 20px;
}

.bottomBox {
  flex: 1 1 30%;
  max-width: 320px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.06);
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bottomBox:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.bottomBox .bigText {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.bottomBox .price {
  font-size: 2.4rem;
  font-weight: 800;
  color: #2196F3;
  margin-bottom: 8px;
}

.price::before {
  content: "$";
  font-size: 1.2rem;
  vertical-align: top;
  margin-right: 2px;
}

.bottomBox .note,
.ctaDescription {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px;
}

.bottomBox .ctaButton input[type="submit"] {
  background-color: #2196F3;
  color: white;
  font-weight: 600;
  border: none;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.bottomBox .ctaButton input[type="submit"]:hover {
  background-color: #1769aa;
}

.bottomBox.goldBG {
  border: 2px solid #f4b400;
  background: linear-gradient(to bottom, #fffbe6, #fff2cc);
  box-shadow: 0 0 0 3px rgba(255, 204, 0, 0.2);
  z-index: 1;
}

.bottomBox.goldBG .ctaButton input[type="submit"] {
  background-color: #f4b400;
  color: #000;
}

.bottomBox.goldBG .ctaButton input[type="submit"]:hover {
  background-color: #e0a800;
}

.termsToggle {
  margin: 20px auto 0;
  text-align: center;
  color: #2196F3;
  font-weight: 500;
  cursor: pointer;
  font-size: 0.95rem;
}
.termsToggle:hover {
  text-decoration: underline;
}
    
.guarantee-text {
  font-size: 0.8rem;
  color: #444;
  margin-top: 10px;
  font-style: italic;
}
    
.step-indicator {
  text-align: center;
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px;
}
    
.limited-offer-banner {
  background: #fff3cd;
  color: #856404;
  padding: 10px;
  text-align: center;
  border: 1px solid #ffeeba;
  border-radius: 8px;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.reviewBox {
    flex: 0 0 auto;
    width: 33%;
    max-width: 320px;
    padding: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
    
.reviewBox i {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    color: #424A5A;
}
/* End of Third Fold / Options */ 
    
   
@media screen and (max-width: 768px) { 
  
/* Options */

    
.electiveLi {
    flex: 0 0 auto;
    width: 30%;
}
.electiveLi img {
    max-height: 80%;
}
    
.bottomBoxWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bottomBox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
    
.electiveLi {
    width: 30%;
}
    
.prepIcon {
    flex: 0 0 auto;
    width: 80%;
}
    
.prepIcon img {
    width: 30%;
}
    
.reviewBox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    padding: 15px;
}
/* end of options */
    
}
    
@media screen and (max-width: 500px) { 
    
#broker {
    padding: 15px;
}
 
#sales {
    padding: 15px;
}
    
.bottomBox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
    
}