body {
    font-family: Lato, sans-serif !important;
    text-decoration: none;
}

#quoteBtnBack {
    background-color: #796E24; 
    padding-top: 30px; 
    padding-bottom: 30px;   
}

#quoteBtn {
    background-color: #EA7924;
    border: 0px;
    color: white;
  padding: .9em 7em;
}

#hire {
    padding-top: 4em;
    font-size: xx-large !important;
}

.navbar {
  min-height: 80px !important; 
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px !important;
  padding: 9px 10px !important;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #EA7924;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 54px !important;
    padding-bottom: 54px !important;
    line-height: 27px !important;
    padding-left: 54px !important;
    padding-right: 54px !important;
    text-transform: uppercase !important;
    font-size: 15px;
  }
}

li:active{
  color: #EA7924 !important; /* Use your specific shade of orange */
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: white !important;
  background-color: #EA7924 !important;
}

/* Change menu item color to orange on hover */
.navbar-nav>a:hover {
  color: #EA7924 !important; /* Use your specific shade of orange */
}

.navbar-default .navbar-nav>li>a {
  color: #808080 !important;
}

a:hover{
  background-color: #EA7924 !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: #EA7924 !important;
}

/* .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white !important;
    background-color: #EA7924 !important;
} */

.navbar-default {
    background-color:white !important;
}

.navbar-default .navbar-toggle {
     border-color: #EA7924 !important; 
}

.navbar-toggle>a:hover{
  border-color: #EA7924 !important; 
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 50px !important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #EA7924;
    background-image: none;
    border: 1px solid #EA7924 !important;
    border-radius: 4px;
}

#footer{
	color: #EA7924;
	background: #EA7924;
	padding: 1em 0;
	text-align: center;
	line-height: 1.5;
    padding-left: -15px;
    padding-right: -15px;
}

.btn {
    color: white;
}

/*----------------------------------QUOTE PAGE----------------------------------*/

label {
    color: white;
    font-weight: 400 !important;
}

#hidden {
	display: none;
}

.get {
    text-align: center;
    color: white;
}

.p {
    text-decoration: none;
    font-weight: normal;
}

#thumbwrap {
	position: relative;
	margin: 3.75em 0em 0em 29.188em;
	width: 1.563em;
	height: 1.563em;
}

.thumb img {
	border: 0.063em solid #000;
	margin: 0.188em;
	float: left;
}

.thumb span {
	position: absolute;
	visibility: hidden;
}

.thumb:hover, .thumb:hover span {
	visibility: visible;
	top: 0;
	
	z-index: 1;
}

/* @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap'); */

.container{
	max-width: 1230px;
	width: 100%;
}

h1{
	font-weight: 700;
	font-size: 45px;
	font-family: 'Roboto', sans-serif;
}

.header{
	margin-bottom: 80px;
}
#description{
	font-size: 24px;
}

.form-wrap{
	background: #EA7924;
	width: 100%;
	max-width: 850px;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.form-wrap:before {
  content: "";
  width: 90%;
  height: calc(100% + 60px);
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: -30px;
  background: #fff;
  /* z-index: -1; */
  /* opacity: 0.8; */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.form-group{
	margin-bottom: 25px;
}
.form-group > label{
	display: block;
	font-size: 18px;	
	color: #000;
}
.custom-control-label{
	color: #000;
	font-size: 16px;
}
.form-control{
	height: 50px;
	background: #ecf0f4;
	border-color: transparent;
	padding: 0 15px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form-control:focus{
	border-color: #EA7924;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}
textarea.form-control{
	height: 160px;
	padding-top: 15px;
	resize: none;
}

.btn{
	padding: .657rem .75rem;
	font-size: 18px;
  background-color: #EA7924;
	letter-spacing: 0.050em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #EA7924 !important;
  border-color: #EA7924 !important;
}

.btn-primary:hover {
  color: #EA7924;
  background-color: #ffffff;
  border-color: #EA7924;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.btn-primary:focus, .btn-primary.focus {
  color: #EA7924;
  background-color: #ffffff;
  border-color: #EA7924;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #EA7924;
  background-color: #ffffff;
  border-color: #EA7924;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.sendFormButton {
  width: 100%;
  min-height: 50px; /* Ensures the button has a visible height */
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background-color: #EA7924 !important;
  color: #fff !important;
  padding: 0.75em 2em;
  border: 2px solid #EA7924;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.sendFormButton .btn-text {
  z-index: 2;
}

.bus-icon {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: auto;
  animation: driveBus 2s linear infinite;
  display: none;
  z-index: 1;
}

.sending .bus-icon {
  display: block;
  animation: driveBus 2s linear infinite;
}

@keyframes driveBus {
  0% {
    left: -40px;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}



/*----------------------------------FLEET PAGE----------------------------------*/

.cursor-icons {
  display: none;
}

.carousel-control {
  width: 50%;
}

.carousel-inner {
  max-width: 700px;
  margin: 0 auto;
  overflow:hidden;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.7);
}

@media (min-width: 992px) {
  .hidden-md-up{
  display: none;
  }
}

@media (max-width: 992px) {
  .hidden-md-down{
    display: none;
  }
}

/* Loading svg */

.blur-container{
  filter: blur(4px);
}

#loading-container.hide {
  display: none;
}

#blur-container.show {
  filter: none;
}

#loading-container {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

textarea {
  white-space: pre-line;
}

a {
  color: white !important;
  text-decoration: none;
}