body {
    font-family: "Khand", sans-serif;
    display: grid;
    place-content: center;
    min-height: 100vh;
}


html{
    scroll-behavior: smooth;
}

.navbar {
    border-bottom: 2px solid #000;
    color: gold;
    box-shadow: 0px 4px 2px -2px gray;
    padding: 1rem;
}

.navbar-brand {
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
}

.license-info {
    display: inline-block;
    font-size: 8px;
    color: #1f1f1f;
    margin-top: -6px;
    line-height: 0.9;
    margin-left: 1.4px;
    font-family:Arial, Helvetica, sans-serif;
}

.navbar-nav .nav-link {
    font-family: 'Khand', sans-serif !important;
    color: #000000;
    margin-right: 1rem;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #ffd500;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link.active {
    font-weight: bold;
}

.nav-link.disabled {
    opacity: 0.5;
    pointer-events: none;
}


.containerx {
    background-color: gold;
    max-width: 600px;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    
}

.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}
.overlay-heading {
    font-family: 'Alfa Slab One', cursive;
    font-size: 3rem;
    font-weight: 500 !important;
}
.overlay-text {
    font-family: 'Khand', sans-serif;
    font-size: 1.5rem;
}

.button-gold {
    background-color: #FFD700 !important;
    border: none;
    color: black;
}

.button-gold:hover {
    opacity: 1;
    box-shadow: 0 0 40px rgb(255, 221, 0);
    transition: 1.5s;
}

.button-gold:active {
    transform: translateY(1px);
}

#driver-info-btn{
    color: #000000;
    font-family: "Khand", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    border-color: #ff0000;
}


.video-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}


.driver-form h1 {
    text-align: center;
    margin-bottom: 20px;
}

.driver-form h2 {
    margin-top: 30px;
    font-size: 1.5rem;
}

.driver-form .form-label {
    font-weight: bold;
    font-size: 1rem;
}

.driver-form .form-control {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
}

.driver-form button[type="submit"] {
    font-family: 'Alfa Slab One';
    background-color: rgb(255, 255, 255);
    color: #000000;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}

.driver-form button[type="submit"]:hover {
    background-color:rgb(255, 217, 0);
    border-color: #000000;
}


#driver-form{
    background-color: black;
  }
  
.transparent-btn {
        background-color: rgba(255, 255, 255, 0.2);
        border: 2px solid white;
        color: white;
        padding: 10px 20px;
        font-size: 18px;
        cursor: pointer;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }
  
.transparent-btn:hover {
        background-color: rgba(255, 255, 255, 0.4);
        border-color: white;
    }
  

  
.driver-form a {
    color: #000000; 
    }
  
.driver-form a:hover {
    text-decoration: underline;  
  }
  
h3 {
    text-align: center;
    font-weight: 300;
    font-size: larger;
    font-style: italic;
  }
  
h1{
    text-align: center;
    font-weight: 300;
    font-size: larger;
    font-style: italic;
  }
  
  
.doc-container {
      margin-top: 20px;
      border: 1px solid #ddd;
      padding: 20px;
      border-radius: 5px;
}
  
.doc-container h2 {
      font-size: 1.8rem;
      color: #000000;
      margin-bottom: 10px;
      font-size: x-large;
  }
  
.doc-container.flex {
    display: flex;  
    justify-content: space-around;
    background-color: gold;
    border-color: #000000;
  }
  
  
.TLC {
    font-weight: bold !important;
    background-color: gold;
    border-radius: 5px;
    color: #000000;
}

.input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin-bottom: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0;
}

.city-code-selector {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    max-width: 100px;
    border-right: 0;
    font-family: "Khand", sans-serif;
    background-color: #f8f9fa;
    color: #495057;
}

 
ul {
    list-style: none;
    padding: 8px;
 }
  
li {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
}
  
#docudocu {
    background-color: hsla(0, 0%, 88%, 0.495);
    border-radius: 2px;
    border-color: #000000;
    border-width: 1px;
    padding: 20px;
}

footer {
    background-color: #000;
    padding: 20px;
    color: #ccc;
    text-align: center;
}

footer p {
    font-family: "Alfa Slab One", serif;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

footer .social-media {
    padding: 0;
    margin: 0;
}

footer .social-media li {
    display: inline-block;
    margin-right: 10px;
}

footer .social-media li a {
    color: inherit;
}

footer .social-media li a:hover {
    text-decoration: none;
    color: #000;
}
