body {
  font-family: 'Roboto', sans-serif;
  background: #121212;
  color: #e2e2e2;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { 
  color:#e2e2e2
}

*{
  outline:none !important;
}
input {outline:0; border: none;box-shadow:unset !important}


.hero-section {
  text-align: center;
  padding: 120px 20px;
  background: #1e1e1e;
  position: relative;
}

.partners img {
  max-height: 40px;
  margin: 10px;
}

.navbar {
  font-weight: 600;
  background: #1e1e1e;
}

.navbar .nav-link {
  color: #ffffff !important;
}

.btn-dark {
  border-radius: 30px;
  padding: 10px 30px;
  background: #ffffff;
  color: #121212;
  border: none;
}

.btn-dark:hover {
  background: #e0e0e0;
}

.footer {
  background: #1e1e1e;
  color: #b3b3b3;
  padding: 40px 0;
  text-align: center;
  margin-top: 40px;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.breadcrumb a {
  color: #b0b0b0;
}

.breadcrumb a:hover {
  text-decoration: none;
} 
.search-box {
  width: 100%;
  max-width: 700px;
  padding: 10px;
  border-radius:  var(--bs-border-radius-sm) 0px 0px var(--bs-border-radius-sm);
}

.submit-button-search {
  min-width: 150px;
  border-radius: 0px  var(--bs-border-radius-sm) var(--bs-border-radius-sm) 0px;
}

.info-section {
  background: #1e1e1e;
  padding: 60px 20px;
  color: #b3b3b3;
  text-align: left;
}

.info-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}

.info-text {
  flex: 1;
  padding-right: 20px;
}

.nav-link {
  font-weight: 300
}

.info-text h2 {
  font-weight: 600;
  color: #ffffff;
}

.info-text p {
  font-size: 16px;
  line-height: 1.6;
}

.info-image {
  flex: 0.4;
}

.accordion-button:not(.collapsed) {
  color: #fff;
      background-color: #444;
}

.navbar-brand {
font-size:30px;
}
.navbar-brand span {
  font-weight: 300 !important;
}


.info-image img {
  max-width: 100%;
  border-radius: 10px;
}

#faq {
  color: #fff;
  padding: 40px 0;
}

#faq h2 {
  font-weight:300 ;
  color: #fff;
}

.accordion-button {
  background-color: #444;
  color: #fff;
  font-size:18px;
  border: 1px solid #555;
}

.accordion-button:hover {
  background-color: #555;
  border-color: #666;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button.collapsed {
  background-color: #333;
  color: #bbb;
  border-color: #444;
}

.accordion-body {
  background-color: #222;
  color: #ccc;
  border-top: 1px solid #444;
}

.accordion-item {
  border: none;
}

.accordion-header {
  background-color: #333;
}

.accordion-body {
  background-color: #222;
  color: #ccc;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the video covers the entire section */
  z-index: 1;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); /* Black with 50% opacity */
  z-index: 2; /* Overlay above the video but below the content */
}

.hero-section h1,
.hero-section p,
.hero-section input,
.hero-section #search-results {
  position: relative;
  z-index: 3; /* Ensure the text and elements stay on top of the overlay */
}

.ffl-on-file {
  background:#38783a;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
}

.sot-on-file {
  background:#385578;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
}

.fs-15px {

  font-size:15px;
}

.dealer-card {
  text-decoration:none;
}
.dealer-card:hover {
  background-color: #33363a !important;
  cursor:pointer;
}


  /* Custom CSS for dark buttons using Bootstrap's default color variables */
  .btn-dark-custom {
    background-color: var(--bs-dark); /* Bootstrap's default dark color */
    border-color: var(--bs-dark); /* Use the same border color */
    color: var(--bs-light); /* Use light text on dark background */
  }

  .btn-dark-custom:hover {
    background-color: var(--bs-dark-dark); /* Darker shade for hover */
    border-color: var(--bs-dark-dark); /* Same for the border */
    color: var(--bs-light); /* Keep the text color light */
  }

  .btn-dark-custom:focus, .btn-dark-custom:active {
    background-color: var(--bs-dark-darker); /* Even darker shade on focus/active */
    border-color: var(--bs-dark-darker); /* Same for the border */
  }

  .btn i {
    margin-left: 5px;
    display: inline-block;
    width: 14px;
    height: 14px;
  }
  .btn i svg {
    fill: #fff;
    vertical-align: inherit;
  }
  .legal-paragraph * {
    text-align: justify;
    line-height: 150%;
    white-space: pre-line;
}

.legal-paragraph ul {
  list-style:none;
  margin-bottom: 0;
  white-space: inherit;
}

.legal-paragraph p, .legal-paragraph ul {

  color: #9f9f9fee;
}