
/* ------------ Google Fonts ------------ */

.header-style {
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-style: italic;
}

.link-style {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

.button-style {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
}

.button-style-bold {
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
}

.p-style {
   font-family: 'Kanit', sans-serif;
   font-weight: 300;
}

.thin-font {
  font-family: 'Kanit', sans-serif;
  font-weight: 500;
}

/* ------------ Background Images ------------ */
.bgimg {
  background-image: url('https://s3.amazonaws.com/fastlaneimportautorepair.com/assets/img/jpg/hiram-store-3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 992px) { 
  .bgimg-nav {
    background-image: url('https://s3.amazonaws.com/fastlaneimportautorepair.com/assets/img/jpg/nav-bkgd.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  };
}

.bgimg-about-us {
  background-image: url('https://s3.amazonaws.com/fastlaneimportautorepair.com/assets/img/jpg/about-us-blue.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-shade {
  background-color: rgba(0, 0, 0, 0.3);
}

/* ------------ Blue to Gray Angled Background ------------ */
@media (max-width: 575.98px) { 
  .bg-blue-gray-split{   
    background: linear-gradient(135deg, #1f359a 20%, #ffffff 20%, #ffffff 21%, #1e263b 21%);
    height: 35px;
  };      
}

@media (min-width: 576px) { 
  .bg-blue-gray-split{     
    background: linear-gradient(135deg, #1f359a 45%, #ffffff 45%, #ffffff 46%, #1e263b 46%);
    height: 35px;
  };
}

@media (min-width: 992px) { 
.bg-blue-gray-split{
  background: linear-gradient(135deg, #1f359a 60%, #ffffff 60%, #ffffff 60.5%, #1e263b 60.5%);
  height: 35px;
};
}

@media (min-width: 1200px) { 
.bg-blue-gray-split{
  background: linear-gradient(135deg, #1f359a 60%, #ffffff 60%, #ffffff 60.5%, #1e263b 60.5%);
  height: 35px;
};
}

@media (min-width: 1400px) { 
.bg-blue-gray-split{
  background: linear-gradient(135deg, #1f359a 60%, #ffffff 60%, #ffffff 60.5%, #1e263b 60.5%);
  height: 35px;
};
}

@media (min-width: 1600px) { 
.bg-blue-gray-split{
  background: linear-gradient(135deg, #1f359a 60%, #ffffff 60%, #ffffff 60.3%, #1e263b 60.3%);
  height: 35px;
};
}

@media (min-width: 1800px) { 
.bg-blue-gray-split{
  background: linear-gradient(135deg, #1f359a 60%, #ffffff 60%, #ffffff 60.3%, #1e263b 60.3%);
  height: 35px;
};
}

@media (min-width: 2000px) { 
.bg-blue-gray-split{
  background: linear-gradient(135deg, #1f359a 60%, #ffffff 60%, #ffffff 60.3%, #1e263b 60.3%);
  height: 35px;
};
}

/* ------------ White to Blue Nav Angled Background ------------ */
@media (max-width: 575.98px) {
  .bg-white-blue-nav-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #FFFFFF 55%, #1E263B 55%);
    overflow: hidden;
  }

  .bg-white-blue-nav-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 60%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(30, 38, 59, 1), /* right */
    inset 5px 5px 3px rgba(30, 38, 59, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(30, 38, 59, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

@media (min-width: 576px) {
  .bg-white-blue-nav-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #FFFFFF 50%, #1E263B 50%);
    overflow: hidden;
  }

  .bg-white-blue-nav-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 53%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(30, 38, 59, 1), /* right */
    inset 5px 5px 3px rgba(30, 38, 59, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(30, 38, 59, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

@media (min-width: 992px) {
  .bg-white-blue-nav-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #FFFFFF 30%, #1E263B 30%);
    overflow: hidden;
  }

  .bg-white-blue-nav-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 32%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(30, 38, 59, 1), /* right */
    inset 5px 5px 3px rgba(30, 38, 59, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(30, 38, 59, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

@media (min-width: 1200px) {
  .bg-white-blue-nav-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #FFFFFF 30%, #1E263B 30%);
    overflow: hidden;
  }

  .bg-white-blue-nav-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 32.2%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(30, 38, 59, 1), /* right */
    inset 5px 5px 3px rgba(30, 38, 59, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(30, 38, 59, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

@media (min-width: 1400px) {
  .bg-white-blue-nav-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #FFFFFF 27%, #1E263B 27%);
    overflow: hidden;
  }

  .bg-white-blue-nav-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 29.2%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(30, 38, 59, 1), /* right */
    inset 5px 5px 3px rgba(30, 38, 59, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(30, 38, 59, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

@media (min-width: 1600px) {
  .bg-white-blue-nav-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #FFFFFF 34%, #1E263B 34%);
    overflow: hidden;
  }

  .bg-white-blue-nav-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 36.2%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(30, 38, 59, 1), /* right */
    inset 5px 5px 3px rgba(30, 38, 59, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(30, 38, 59, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

@media (min-width: 2000px) {
  .bg-white-blue-nav-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #FFFFFF 36%, #1E263B 36%);
    overflow: hidden;
  }

  .bg-white-blue-nav-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 38.2%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(30, 38, 59, 1), /* right */
    inset 5px 5px 3px rgba(30, 38, 59, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(30, 38, 59, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

/* ------------ Hide Email on Small Screen ------------ */
@media (max-width: 575.9px) { 
  .hide-small {   
    display: none;
  };      
}

/* ------------ Hide Item on Screen ------------ */
@media (max-width: 767.9px) { 
  .hide-item-sm {   
    display: none;
  };      
}

/* ------------ Hide Item on Screen ------------ */
@media (max-width: 991.9px) { 
  .hide-item-md {   
    display: none;
  };      
}

@media (max-width: 565px) { 
  .hide-item-xs {   
    display: none;
  };      
}

/* ------------ Nav Height ------------ */
.h-28{
  height: 28px;
}

.nav-custom {
  height: 80px;
}

/* Default: full size */
.logo-img {
  width: 250px;
  height: 70px;
  transition: width 0.2s ease, height 0.2s ease;
}

/* Shrink logo on scroll */
.logo-img.logo-small {
  width: 178px;
  height: 50px;
}

/* On very small screens (< 575px), logo is always small */
@media (max-width: 574.98px) {
  .logo-img {
    width: 178px !important;
    height: 50px !important;
  }

  /* Ensure no transition to smaller size happens on scroll */
  .logo-img.logo-small {
    width: 178px !important;
    height: 50px !important;
  }
}

/* Margin top logic */
.neg-vert-align-target {
  margin-top: -30px;
}

/* Scroll-down state (removes negative margin) */
.neg-vert-align-target:not(.neg-vert-align-nav) {
  margin-top: 0;
}

/* Enable smooth transition after load */
.neg-vert-align-target.logo-animate {
  transition: margin-top 0.2s ease-in-out;
}

/* ------------ Top Nav Link ------------ */
.t-nav-link {
  text-decoration: none;
}

.t-nav-link:focus,
.t-nav-link:hover,
.t-nav-link:active {
  text-decoration: underline;
}

/* ------------ Small Screen Text Center ------------ */

@media (max-width: 992px) { 
  .sm-text-center{   
    text-align: center;
  };      
}

/* ------------ White to Blue Straight Background ------------ */
@media (max-width: 575.98px) { 
  .bg-white-blue-split {   
    background: linear-gradient(135deg, #ffffff 68%, #1f359a 68%);
  };      
}

@media (min-width: 576px) { 
  .bg-white-blue-split {   
    background: linear-gradient(135deg, #ffffff 70%, #1f359a 70%);
  };
}

@media (min-width: 992px) { 
  .bg-white-blue-split {   
    background: linear-gradient(135deg, #ffffff 65%, #1f359a 65%);
  };
}

@media (min-width: 1200px) { 
  .bg-white-blue-split {   
    background: linear-gradient(135deg, #ffffff 70%, #1f359a 70%);
  };
}

@media (min-width: 1400px) { 
  .bg-white-blue-split {   
    background: linear-gradient(135deg, #ffffff 70%, #1f359a 70%);
  };
}

@media (min-width: 1600px) { 
  .bg-white-blue-split {   
    background: linear-gradient(135deg, #ffffff 70%, #1f359a 70%);
  };
}

@media (min-width: 1800px) { 
  .bg-white-blue-split {   
    background: linear-gradient(135deg, #ffffff 65%, #1f359a 65%);
  };
}

@media (min-width: 2000px) { 
  .bg-white-blue-split {   
    background: linear-gradient(135deg, #ffffff 65%, #1f359a 65%);
  };
}

/* ------------ Nav Blue Underline Interaction ------------ */
@media (min-width: 992px) { 
  .nav-text-blue-underline {
      color: #212529 !important;
  }

  .nav-text-blue-underline:focus,
  .nav-text-blue-underline:hover {
      color: #212529 !important;
      text-decoration: underline 5px #1f359a;
      text-underline-offset: 27px;
  }

  .nav-text-blue-underline.active,
  .nav-text-blue-underline:active {
      color: #212529;
      text-decoration: underline 5px #1f359a;
      text-underline-offset: 27px;
  };
}

/* ------------ Centering Header Text ------------ */
@media (max-width: 575.98px) { 
  .center-header {
    text-align: center;
  };      
}

@media (min-width: 576px) { 
  .center-header {
    text-align: center;
  };
}

@media (min-width: 992px) { 
  .center-header {
    text-align: left;
  };
}

@media (min-width: 1200px) { 
  .center-header {
    text-align: left;
  };
}

@media (min-width: 1400px) { 
  .center-header {;
    text-align: left;
  };
}

@media (min-width: 1600px) { 
  .center-header {
    text-align: left;
  };
}

@media (min-width: 1800px) { 
  .center-header {
    text-align: left;
  };
}

@media (min-width: 2000px) { 
  .center-header {
    text-align: left;
  };
}



/* ------------ Centering Form Fields ------------ */
@media (max-width: 575.98px) { 
  .center-form {
    margin: auto;
    width: 100%;
    text-align: center;
  };      
}

@media (min-width: 576px) { 
  .center-form {
    margin: auto;
    width: 90%;
    text-align: center;
  };
}

@media (min-width: 992px) { 
  .center-form {
    margin: auto;
    width: 90%;
    text-align: left;
  };
}

@media (min-width: 1200px) { 
  .center-form {
    margin: auto;
    width: 80%;
    text-align: left;
  };
}

@media (min-width: 1400px) { 
  .center-form {
    margin-left: 40px;
    width: 70%;
    text-align: left;
  };
}

@media (min-width: 1600px) { 
  .center-form {
    margin-left: 20px;
    width: 60%;
    text-align: left;
  };
}

@media (min-width: 1800px) { 
  .center-form {
    margin-left: 20px;
    width: 50%;
    text-align: left;
  };
}

@media (min-width: 2000px) { 
  .center-form {
    margin-left: 20px;
    width: 50%;
    text-align: left;
  };
}



/* ------------ Centering Form Fields ------------ */
@media (max-width: 575.98px) { 
  .bg-dark-blue-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(30,38,59,0.3) 50%);
  margin-bottom: -16px;
  };      
}

@media (min-width: 576px) { 
  .bg-dark-blue-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(30,38,59,0.3) 50%);
  margin-bottom: -16px;
  };
}

@media (min-width: 992px) { 
  .bg-dark-blue-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(0,0,0,0) 80%);
  margin-bottom: -16px;
  };
}

@media (min-width: 1200px) { 
  .bg-dark-blue-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(0,0,0,0) 90%);
  margin-bottom: -16px;
  };
}

@media (min-width: 1400px) { 
  .bg-dark-blue-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(0,0,0,0) 90%);
  margin-bottom: -16px;
  };
}

@media (min-width: 1600px) { 
  .bg-dark-blue-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(0,0,0,0) 95%);
  margin-bottom: -16px;
  };
}

@media (min-width: 1800px) { 
  .bg-dark-blue-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(0,0,0,0) 100%);
  margin-bottom: -16px;
  };
}

@media (min-width: 2000px) { 
  .bg-dark-blue-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(0,0,0,0) 100%);
  margin-bottom: -16px;
  };
}


/* ------------ Div Shadows ------------ */
.shadow-top-bottom {
  box-shadow: inset 0 10px 15px -10px rgba(0, 0, 0, 0.3), /* top shadow */
              inset 0 -10px 15px -10px rgba(0, 0, 0, 0.3); /* bottom shadow */
}

.shadow-top {
  box-shadow: inset 0 10px 15px -10px rgba(0, 0, 0, 0.3); /* top shadow */
}

.shadow-bottom {
  box-shadow: inset 0 -10px 15px -10px rgba(0, 0, 0, 0.3); /* bottom shadow */
}


.min-h-icon {
  min-height: 350px;
}



/* ------------ Custom Buttons ------------ */
.btn-fastlane {
    color: #fff;
    background-color: #1f359a;
    border-color: #1f359a;
}
.btn-fastlane:hover {
    color: #fff;
    background-color: #1e263b;
    border-color: #1e263b;
}

.btn-fastlane-dark {
    color: #fff;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}
.btn-fastlane-dark:hover {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}

.btn-fastlane-nav {
    color: #fff;
    background-color: #1f359a;
    border-color: #1f359a;
    border-radius: 50px;
}
.btn-fastlane-nav:hover {
    color: #fff;
    background-color: #1e263b;
    border-color: #1e263b;
    border-radius: 50px;
}

.btn-review {
    color: #000;
    background-color: #f8f9fa ;
    border-color: #f8f9fa ;
}
.btn-review:hover {
    color: #000;
    background-color: #c6c7c8;
    border-color: #c6c7c8;
}

.btn-blue-dark {
    color: #fff;
    background-color: #1f359a;
    border-color: #fff;
}
.btn-blue-dark:hover {
    color: #fff;
    background-color: #15256b;
    border-color: #fff;
}

.btn-form {
  color: #fff;
  border-color: #fff;
  width: 100%;
}

.btn-form:hover {
  color: #fff;
  background-color: #15256b;
  border-color: #fff;
  width: 100%;
}

.btn-rounded-box {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
  color: #000;
}

.btn-rounded-box:hover {
  background-color: #1f359a !important;
  color: #fff;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/* ------------ Custom Form Fields ------------ */
.form-blue-dark,
.form-blue-dark:focus {
  color: #fff;
  background-color: #15256b;
  border-color: #15256b;
}

/* ------------ Center Objects ------------ */
.center {
margin: auto;
width: 70%;
}

/* ------------ Center Google Partner ------------ */
.center-google {
margin: auto;
}

/* ------------ Custom Form Text ------------ */
.form-text {
  color: #fff;
}

/* ------------ Blue Background Color ------------ */
.bg-blue {
  background-color: #1f359a;
}

.bg-dark-blue {
  background-color: #1e263b;
}

@media (min-width: 576px) { 
  .min-h-400 {
    min-height: 400px;
  };
}

@media (min-width: 992px) { 
  .min-h-400 {
    min-height: 580px;
  };
}

@media (min-width: 1200px) { 
  .min-h-400 {
    min-height: 480px;
  };
}

@media (min-width: 1400px) { 
  .min-h-400 {
    min-height: 400px;
  };
}

@media (max-width: 575.9px) { 
  .min-h-services {
    min-height: 375px;
  };
}

@media (min-width: 576px) { 
  .min-h-services {
    min-height: 460px;
  };
}

@media (min-width: 992px) { 
  .min-h-services {
    min-height: 375px;
  };
}

@media (min-width: 1200px) { 
  .min-h-services {
    min-height: 325px;
  };
}

@media (min-width: 1400px) { 
  .min-h-services {
    min-height: 300px;
  };
}


.min-h {
  min-height: 300px;
}

.min-h-150 {
  min-height: 150px;
}

.min-h-200 {
  min-height: 250px;
}

.min-h-500 {
  min-height: 500px;
}

.max-w-600 {
  max-width: 600px;
}


/* ------------ Blue Text ------------ */
.blue-text {
  color: #1f359a;
}

/* ------------ Vertical Line ------------ */
.vertical-line {
    padding-left: 1rem;
    border-left: 1px solid #212529 !important;
}

.vertical-line-white {
    padding-left: 1rem;
    border-left: 1px solid #ffffff !important;
}

/* ------------ Center Image ------------ */
.center-img {
display: flex;
justify-content: center;
vertical-align: middle;

}

/* ------------ Custom Image Size ------------ */
.img-size {
  width: 300px;
  height: 300px;
  vertical-align: middle;
  border-radius: 25px;
}

/* ------------ Center Services Text ------------ */
.center-services {
margin: auto;
width: 100%;
margin-top: 50px;
}

/* ------------ Blue Text Color ------------ */
.svg-blue {
  color: #1f359a;
}

/* ------------ Custom Rounded Shape ------------ */
.custom-rounded {
  border-radius: 5px 50px;
}

/* ------------ Custom Blue Circle ------------ */
.circle-svg-blue {
  color: #ffffff;
  background-color: #1f359a;
  border: solid 2px #ffffff;
  border-radius: 100px;
  padding: 15px;
  width: 100px;
}

/* ------------ Nav Dropdown ------------ */

.dropdown {
    position:static; !important;
}

/* ------------ Custom Nav Dropdown ------------ */
@media (max-width: 575.98px) {
  .nav-link-small {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nav-link-small:hover {
    color: #212529 !important;
    text-decoration: underline 5px #1f359a;
    text-underline-offset: 8px;
  }
  .nav-center {
    text-align: center;
    margin-top: 10px;
  }
  .custom-dropdown {
    margin-top:0px !important;
    width:100% !important;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-radius: 25px 25px 25px 25px;
    padding: 10px;
  }
  .custom-box {
    background-color: #f8f9fa;
    border: solid 1px #dee2e6;
    border-radius: 10px;
    padding: 20px;
  }
  .custom-item {
    background-color: #ffffff;
    width: 150px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .custom-item:hover {
    color: #ffffff;
    background-color: #1f359a;
  }  
  .custom-line {   
    display: inline-block;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  };      
}

@media (min-width: 576px) { 
  .nav-link {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nav-link:hover {
    color: #212529 !important;
    text-decoration: underline 5px #1f359a;
    text-underline-offset: 8px;
  }
  .nav-center {
    text-align: center;
  }
  .custom-dropdown {
    margin-top:0px !important;
    width:100% !important;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-radius: 25px 25px 25px 25px;
    padding: 10px;
  }
  .custom-box {
    background-color: #f8f9fa;
    border: solid 1px #dee2e6;
    border-radius: 10px;
    padding: 20px;
  }
  .custom-item {
    background-color: #ffffff;
    width: 150px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }  
  .custom-item:hover {
    color: #ffffff;
    background-color: #1f359a;
  }
  .custom-line {   
    display: inline-block;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  };
}

@media (min-width: 992px) { 
  .nav-link {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .nav-link:hover {
    color: #212529 !important;
    text-decoration: underline 5px #1f359a;
    text-underline-offset: 27px;
  }
  .custom-dropdown {
    margin-top:0px !important;
    width:70% !important;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0px 0px 25px 25px;
    margin-left: 15%;
    padding: 10px;
  }
  .custom-box {
    background-color: #f8f9fa;
    border: solid 1px #dee2e6;
    border-radius: 10px;
    padding: 20px;
  }
  .custom-item {
    background-color: #ffffff;
    width: 150px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  } 
  .custom-item:hover {
    color: #ffffff;
    background-color: #1f359a;
  } 
  .custom-line {   
    display: inline-block;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  };
}

@media (min-width: 1200px) { 
  .nav-link {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .nav-link:hover {
    color: #212529 !important;
    text-decoration: underline 5px #1f359a;
    text-underline-offset: 27px;
  }
  .custom-dropdown {
    margin-top:0px !important;
    width:60% !important;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0px 0px 25px 25px;
    margin-left: 20%;
    padding: 10px;
  }
  .custom-box {
    background-color: #f8f9fa;
    border: solid 1px #dee2e6;
    border-radius: 10px;
    padding: 20px;
  }
  .custom-item {
    background-color: #ffffff;
    width: 150px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }  
  .custom-item:hover {
    color: #ffffff;
    background-color: #1f359a;
  }
  .custom-line {   
    display: inline-block;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  };
}

@media (min-width: 1400px) { 
  .nav-link {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .nav-link:hover {
    color: #212529 !important;
    text-decoration: underline 5px #1f359a;
    text-underline-offset: 27px;
  }
  .custom-dropdown {
    margin-top:0px !important;
    width:60% !important;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0px 0px 25px 25px;
    margin-left: 20%;
    padding: 10px;
  }
  .custom-box {
    background-color: #f8f9fa;
    border: solid 1px #dee2e6;
    border-radius: 10px;
    padding: 20px;
  }
  .custom-item {
    background-color: #ffffff;
    width: 150px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .custom-item:hover {
    color: #ffffff;
    background-color: #1f359a;
  }  
  .custom-line {   
    display: inline-block;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  };
}

@media (min-width: 1600px) { 
  .nav-link {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .nav-link:hover {
    color: #212529 !important;
    text-decoration: underline 5px #1f359a;
    text-underline-offset: 27px;
  }
  .custom-dropdown {
    margin-top:0px !important;
    width:50% !important;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0px 0px 25px 25px;
    margin-left: 25%;
    padding: 10px;
  }
  .custom-box {
    background-color: #f8f9fa;
    border: solid 1px #dee2e6;
    border-radius: 10px;
    padding: 20px;
  }
  .custom-item {
    background-color: #ffffff;
    width: 150px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }  
  .custom-item:hover {
    color: #ffffff;
    background-color: #1f359a;
  }
  .custom-line {   
    display: inline-block;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  };
}

@media (min-width: 1800px) { 
  .nav-link {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .nav-link:hover {
    color: #212529 !important;
    text-decoration: underline 5px #1f359a;
    text-underline-offset: 27px;
  }
  .custom-dropdown {
    margin-top:0px !important;
    width:50% !important;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0px 0px 25px 25px;
    margin-left: 25%;
    padding: 10px;
  }
  .custom-box {
    background-color: #f8f9fa;
    border: solid 1px #dee2e6;
    border-radius: 10px;
    padding: 20px;
  }
  .custom-item {
    background-color: #ffffff;
    width: 150px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  } 
  .custom-item:hover {
    color: #ffffff;
    background-color: #1f359a;
  } 
  .custom-line {   
    display: inline-block;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  };
}

@media (min-width: 2000px) { 
  .nav-link {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .nav-link:hover {
    color: #212529 !important;
    text-decoration: underline 5px #1f359a;
    text-underline-offset: 27px;
  }
  .custom-dropdown {
    margin-top:0px !important;
    width:50% !important;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0px 0px 25px 25px;
    margin-left: 25%;
    padding: 10px;
  }
  .custom-box {
    background-color: #f8f9fa;
    border: solid 1px #dee2e6;
    border-radius: 10px;
    padding: 20px;
  }
  .custom-item {
    background-color: #ffffff;
    width: 150px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  } 
  .custom-item:hover {
    color: #ffffff;
    background-color: #1f359a;
  } 
  .custom-line {   
    display: inline-block;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  };
}

.footer-link {
  color: #ffffff;
}

/* ------------ Square Button ------------ */

.square-button-text {
    color: #1f359a !important;
}

.square-button-text:focus,
.square-button-text:hover {
    color: #ffffff !important;
}

.square-button-text.active,
.square-button-text:active {
    color: #1f359a;
    text-decoration: none;
    background-color: transparent;
}

.btn-square {
    background-color: #ffffff !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 25px !important;
    margin: 1rem 1rem 1rem 1rem !important;
    padding: 1rem 0rem 0rem 0rem !important;
    width: 8rem;
    display: block;
    text-decoration: none;
}

.btn-square:focus,
.btn-square:hover {
    background-color: #1f359a !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 25px !important;
}

.box-center {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  text-align: center;
  width: 200px;
  padding: 25px;
}

.overlap-up {
  margin-top: -95px;
}

@media (max-width: 575.98px) { 
  .align-xs-items{   
    flex: 0 0 auto;
    width: 50%;
  };      
}

.rounded-box {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
}

.min-h-260 {
  min-height: 260px;
}

.box-width {
  max-width: 400px;
}

.profile-box {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
  min-height: 580px;
}

/* ------------ Rounded Image ------------ */

.rounded-image {
  border-radius: 25px;
}




/* ------------ Background Video ------------ */

#background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-wrapper { 
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: -1;
}

.header-text-shadow {
    text-shadow: 1px 1px 5px #000000;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}


/*
@media (max-width: 750px) {
    #background-video { display: none; }
    body {
      background: url("https://s3.amazonaws.com/fastlaneimportautorepair.com/assets/img/png/shop.png") no-repeat;
      background-size: cover;
    }
}

/* ------------ Webaam Logo Bottom ------------ */

.logo-bottom {
    width: 100px;
    height: 35px;
    position: relative;
    display: inline-block;
}
.logo-bottom .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.logo-bottom:hover .img-top {
    display: inline;
}


.white-hex {
    width: auto; /* Set the width of the div */
    height: auto; /* Set the height of the div */
    background-image: url('https://s3.amazonaws.com/fastlaneimportautorepair.com/assets/img/png/white-hex2.png'); /* Replace 'path-to-your-image.jpg' with your image's path */
    background-size: cover; /* This will cover the entire viewport of the div */
    background-position: center; /* This will center the image in the div */
    background-repeat: no-repeat; /* This will prevent the image from repeating if it's too small for the div */
}