.dropdown-item {
  padding-left: 4px;
}

.dropdown:hover .dropdown-menu {
  display: block;
  width: auto;
  padding: 0.5rem 1.5rem;
}

@media (min-width: 770px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    width: max-content;
    padding: 0.5rem 1.5rem;
  }
}

.dropdown .dropdown-toggle:active {
  pointer-events: none;
}

.dropdown-menu i {
  font-size: 1.4rem;
  display: inline;
}

.dropdown-menu hr {
  border: 0;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: var(--primary);
  margin: 0.5rem 0;
}

.dropdown-menu .h2 {
  font-size: 1.5rem;
  line-height: normal;
}

.navbar-toggler {
  border: none;
  color: #211c52;
}

.animated-icon1 {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0;
  cursor: pointer;
}

.animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  left: 0;
  transition: 0.25s ease-in-out;
  background: #211c52;
}

.animated-icon1 span:nth-child(1) {
  top: 0;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.home-header-container,
.page-header-container {
  background-color: #f8f9fa;
}

.page-header-container > div {
  height: 50vh;
}

.home-header-container__heading,
.page-header-container__heading {
  font-size: 3.75rem;
  font-weight: bold;
}

.home-header-container__sub-heading,
.page-header-container__sub-heading {
  font-size: 1.25rem;
  color: #5e5e82;
}

.home-header-container__text #learn-about-license {
  margin-top: 25px;
  background-color: #0000ff;
}

.home-header-container__image {
  width: 550px;
}

.home-header-container__top-image {
  width: 40%;
}

/*
  * States Section
  */

#states-section > .states-section__header {
  width: 60%;
}

#states-section > .states-section__header h3 {
  font-weight: bold;
  font-size: 2.5rem;
}

#states-section > .states-section__header p {
  font-size: 1.25rem;
}

/*
  * State Content Section
  */

.state-content__container h2,
.state-content__container h3,
.state-content__container h4 {
  margin: 50px 0 20px;
  color: #0000ff;
}

.state-content__container p {
  font-size: 1.125rem;
}

.state-content__container {
  width: 75%;
  border-left: 1px solid #d2d5d7;
  border-right: 1px solid #d2d5d7;
}

@media screen and (max-width: 768px) {
  .state-content__container {
    width: 100%;
    border: none;
  }
}

/*
  * Features Section
  */

.features-section > .feature-one {
  margin-bottom: 100px !important;
}

.features-section > .feature-one h3,
.features-section > .feature-two h3 {
  font-weight: bold !important;
  font-size: 1.875rem;
  padding: 0;
}

.features-section > .feature-one p,
.features-section > .feature-two p {
  font-size: 1.125rem;
  color: #5e5e82;
  padding: 0;
}

.features-section > .feature-one img,
.features-section > .feature-two img {
  object-fit: cover;
  width: 50%;
}

.features-section > .feature-two .feature-two__text {
  margin: 50px 0;
  padding-left: 50px;
}

.features-section > .feature-one .feature-one__text {
  padding-right: 75px;
}

/*
  * Courses Pricing Section
  */

.pricing-section {
  background-color: #f8f9fa;
}

.pricing-section .pricing-section__header > div {
  color: #0000ff;
  background-color: #dde3eb9d;
}

.pricing-section .pricing-section__header > h4 {
  color: #000;
  margin: 0;
  font-weight: bold;
  font-size: 1.875rem;
}

.course-card {
  border: 2px solid #dee2e6;
  padding: 1.5rem;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.course-card.selected {
  border-color: #0000ff;
}

.course-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.course-card:focus {
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

.course-card:focus:not(:focus-visible) {
  box-shadow: none;
}

.course-card:focus-visible {
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

.course-card__title {
  font-weight: 600;
  margin-bottom: 1rem;
}

.course-card__price {
  font-size: 1.25rem;
  font-weight: 600;
}

.course-card__text {
  color: #6c757d;
  font-size: 0.9rem;
  line-height: 1.5;
}

.pricing-section #buynow-btn {
  background-color: #0000ff;
  color: #fff;
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
}

.pricing-section #buynow-btn:hover {
  background-color: #0b5ed7;
}

/*
  * About Page Section
  */

.about-section {
  padding-top: 20px;
}

.about-section .about-section__text p {
  width: 90%;
  font-size: 1.125rem;
}

/*
  * Multi-State License Section
  */
.multistate-section {
  padding-top: 50px;
}

.multistate-section__two .section-two__feature {
  background-color: #f2f2ff;
  color: #5e5e82;
  font-size: 1.125rem;
}

.multistate-section__three .section-three__text--callout {
  background-color: #f2f2ff;
  color: #0000ff;
}

@media screen and (max-width: 992px) {
  .home-header-container__heading,
  .page-header-container__heading {
    font-size: 2.5rem;
  }

  #states-section > .states-section__header {
    width: 100%;
  }

  #states-section > .states-section__header h3 {
    font-size: 1.75rem;
  }

  #states-section .states-section__card-list--item {
    max-width: 200px;
    width: 100%;
  }

  .features-section > .feature-one {
    margin-bottom: 50px !important;
  }

  .features-section > .feature-one img,
  .features-section > .feature-two img {
    width: 100%;
    object-fit: contain;
  }

  .features-section > .feature-one .feature-one__text {
    padding-right: 30px;
  }

  .features-section > .feature-one .feature-one__text h4,
  .features-section > .feature-two .feature-two__text h4,
  .pricing-section .pricing-section__header > h2 {
    font-size: 1.5625rem;
  }

  .features-section > .feature-one .feature-one__text h4 {
    width: 100%;
  }

  .features-section > .feature-two .feature-two__text {
    padding-left: 0;
  }

  .features-section > .feature-two .feature-two__text h4 {
    padding-right: 50px;
    padding-left: unset;
  }
}

@media screen and (max-width: 471px) {
  #states-section .states-section__card-list--item {
    max-width: 100%;
    width: 100%;
  }
}
