@charset "utf-8";
html, body {
  min-height: 100%;
  font-family:"Radio Canada", Sans-serif !important;
  font-size: 18px !important;
}
.my-logo{
height:75px !important;
}
.my-mob{
height:40px !important;
}
/* Hover overlay setup */
.hover-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.55);
color: white;
opacity: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
transition: opacity 0.4s ease;
padding: 1rem;
text-align: center;
}
.sticky-sidebar {
position: sticky;
top: 80px;
max-height: calc(100vh - 100px);
overflow-y: auto; 
}
.sticky-sidebar::-webkit-scrollbar {
width: 6px;
}
.sticky-sidebar::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,0.2);
border-radius: 10px;
}
@media (max-width: 767.98px) {
.sticky-sidebar {
position: static;
max-height: none;
overflow: visible;
}
}
.item:hover .hover-overlay {
opacity: 1;
}
.hover-overlay .btn {
opacity: 0;
transform: translateY(10px);
transition: all 0.3s ease;
}
.item:hover .hover-overlay .btn {
opacity: 1;
transform: translateY(0);
}
.custom-img {
height: 250px;
object-fit: cover;
}
.item:hover .title-below {
display: none;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
background: transparent !important;
color: #fff !important;
font-size: 2rem;
border: none;
position: absolute;
top: 40%;
z-index: 10;
}
.owl-nav button.owl-prev {
left: -25px;
}
.owl-nav button.owl-next {
right: -25px;
}

.faq-question-text {
  flex: 1;
  white-space: normal;
  word-break: break-word;
}

.arrow-icon {
  flex-shrink: 0;
  padding-left: 10px;
  display: flex;
  align-items: center;
}

.toggle-icon {
  transition: transform 0.3s ease;
}

/* Optional: Rotate icon instead of switching classes */
.toggle-icon.rotate {
  transform: rotate(180deg);
}

.arrow::before {
  content: "\25BC";
  font-size: 1rem;
  transition: transform 0.2s ease;
}
.arrow.open::before {
  content: "\25B2";
}



.top-Head{background-color:#171717 !important;}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
color: #fff !important;
}

 @media (max-width: 576px) {
    .display-4 {
      font-size: 2rem;
    }
  }
.common-shadow{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;	
}
.common-shadow:hover{
background-color: #fff !important;	
}
.bg-brown
{
background-color: #d5b053 !important;
}
.text-brown
{
color: #d5b053 !important;
}

.hero-section {
  position: relative;
  background: url('../dx-images/hero-bg.jpg') center center/cover no-repeat;
  min-height: 600px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 1rem;
  max-width: 960px;
  width: 100%;
}

.hero-subtitle {
  letter-spacing: 1px;
  font-size: 1rem;
}

.hero-title {
  font-size: 2rem;
}

.hero-description {
  font-size: 1rem;
}

.hero-buttons .btn {
  min-width: 140px;
  font-size: 0.95rem;
}

/* Responsive Typography */
@media (min-width: 576px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-description {
    font-size: 1.1rem;
  }
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 3rem;
  }
  .hero-description {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  .hero-title {
    font-size: 3.5rem;
  }
  .hero-description {
    font-size: 1.2rem;
  }
}


.gradient
{
background-color: #d5b053 !important;
}
.gradient:hover
{
background-color: #000 !important;
transition: .3s linear all;
color: #fff !important;
}
.bg-danger{background-color:#a5081b !important;}
.text-danger{color:#d5b053 !important;}
.gradients
{
background-color: #d5b053 !important;
transition: .3s linear all;
color: #fff !important;
}
.wrap-image{
float: left;
margin: 15px;
width:50% !important;
}
.top-desktop {
position: absolute;
top: 11%;
left: 16px;
line-height:1 !important;
}
.top-desktop-font{
font-size:3rem !important;
font-weight:600 !important;
font-family: Arial, Helvetica, sans-serif !important;
}
.p-desktop-font{font-size: 16px !important;}
.top-mobile {
position: absolute;
top: 10%;
left: 16px;
line-height:1 !important;
}
.top-mobile-font{
font-size:1.6rem !important;
font-weight:900 !important;
line-height: 1.6rem !important;
}
.p-mobile-font{font-size: 14px !important;}
.fleet{
background-color: #000 !important;
}
.gradients:hover
{
background: linear-gradient(145deg,rgba(255,63,43,1) 0%,rgba(148,15,4,1) 100%) !important;
}
.searchround{width:40px; height:40px; border:1px solid #000 !important;}
.sepration{
border-left:1px solid #fff;
}
.little{
font-size:13px !important;
color:#bdb3b3;
}
strong{text-transform:uppercase;}
.icon {
padding: 5px 10px;
display: inline-block;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
-moz-box-shadow: 0px 0px 2px #000;
-webkit-box-shadow: 0px 0px 2px #000;
box-shadow: 0px 0px 2px #000;
background: linear-gradient(145deg,rgba(255,63,43,1) 0%,rgba(148,15,4,1) 100%) !important;
}
.socail-icons{height:37px !important;}
.contact-icon {
display: inline-block;
font-size:30px !important;
padding-top:10px;
}
.dot {
height: 60px;
width: 60px;
border-radius: 50%;
display: inline-block;
text-align:center;
}
.bg-pink {
background-color: #FDEEEC !important;
}
.rounde-box{width:80px;height:80px; border-radius:15px;}
.hero-image {	
background-size: cover;
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url("../dx-images/bread.webp");
background-color: #000;
height: 300px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.hero-image1 {	
background-size: cover;
background-color: #000;
height: 520px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.hero-image2 {	
background-size: cover;
background-color: #000;
height: 520px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.hero-text {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-weight:900 !important;
}
h1{font-weight:900 !important;}
.modal-dialog {
top:40%;
}
.sidebarBorder{
border-left:4px solid #000;
}
.navbar-toggler {
padding: 0;
padding-left: 6px;
padding-right: 6px;
border-radius: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 1rem;
color: #fff;
text-align: left;
list-style: none;
background-clip: padding-box;
border-radius: .25rem;
}
.dropdown-item:focus, .dropdown-item:hover {
color: #fff !important;
text-decoration: none;
background-color: #000 !important;
padding:10px !important;
border-top:1px solid #d5b053;
border-bottom:1px solid #d5b053;

}
a {
text-decoration: none !important;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: .9rem !important;
padding-left: .9rem !important;
}
.mainNavFont{
font-size: 16px !important;
font-weight: 400 !important;
}
.mainNavFont:hover{
color: #a5081b !important;
}
.breadcrumb-item.active {
color: #343a40;
}
.breadcrumb-item+.breadcrumb-item::before {
color: #fff;
}
.navbar-nav li:hover>ul.dropdown-menu {
display: block;
}
.dropdown-item {
padding: 10px !important;
font-weight: 400 !important;
}
.dropdown-item {
font-weight: 800;
color: #fff;
font-size: 15px;
}
.dropdown-submenu {
position: relative
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
}
.dropdown-menu>li>a:hover:after {
text-decoration: underline;
transform: rotate(-90deg);
}
.navbar-light .navbar-brand {
color: #120d07;
}
.dropdown-menu {
background-color: #000000;
border-radius: 2px;
padding: 15px;
}
.nav-list li {
padding-top: 5px;
}
.nav-list li a:hover:before {
margin-left: 0;
opacity: 1;
visibility: visible;
}
ul,
ol {
list-style: none;
padding: 0;
margin: 0;
}
.nav-list li a:before {
content: "\f14f";
font: 400 21px/1 "Material Design Icons";
color: #4d6de6;
display: inline-block;
vertical-align: baseline;
margin-left: -28px;
margin-right: 7px;
opacity: 0;
visibility: hidden;
transition: .22s ease;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.sliderText{
font-size: 18px;
background-color: rgba(0, 0, 0, 0.7);
line-height: 1 !important;
}


.custom-card {
  background-color: #ffffff10;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.custom-img-wrapper {
  position: relative;
  overflow: hidden;
}

.custom-img {
  transition: transform 0.6s ease;
}

.custom-card:hover .custom-img {
  transform: rotate(3deg) scale(1.05);
}
.text-accent {
  color: #d5b053; /* Bootstrap 'cyan' or customize */
}

.hover-scale {
  transition: all 0.3s ease;
}

.hover-scale:hover {
  transform: scale(1.05);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  text-decoration: none;
}


.hover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.custom-img-wrapper:hover .hover-overlay {
  opacity: 0;
}
.custom-card:hover .custom-img {
  transform: rotate(5deg) scale(1.1);
  transition: transform 0.8s ease-in-out;
}


.btn-dark {
transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-dark:hover {
background-color: #444;
color: #fff;
}
@keyframes fadeInUp {
from {
transform: translateY(20px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
box-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
}
50% {
transform: scale(1.05);
box-shadow: 0 0 20px rgba(255, 193, 7, 0.8);
}
}
.object-fit-cover {
object-fit: cover;
}
.counter-box {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.counter-box:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.text-brown {
color: #000000 !important; /* Adjust to your brand's brown shade */
}
.feature-box {
background-color: #000; /* Dark background */
color: #000; /* Text color (brown) */
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-box:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
background-color: #000; /* Slightly lighter on hover */
}
.feature-box h6 {
transition: color 0.3s ease;
}
.feature-box:hover h6 {
color: #000; /* Lighter brown on hover */
}
.feature-box p {
color: #d5b053; /* Soft brown */
}
.testimonial-box {
min-height: 350px; /* adjust as needed */
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-box:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.testimonial-box h5 {
color: #000; /* Brown text color for name */
}
.navbar {
transition: all .4s;
}
.navbar .nav-link {
color: #fff !important;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus {
color: #120d07;
text-decoration: none;
}
.navbar .navbar-brand {
color: #000;
}
.navbar.active {
background: #fff;
box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1)
}
.navbar.active .nav-link {
color: #555;
}
.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
color: #555;
text-decoration: none
}
.navbar.active .navbar-brand {
color: #555;
}
@media(max-width:991.98px) {
.navbar {
background: #fff;
}
.navbar .navbar-brand,
.navbar .nav-link {
color: #555;
}
}
}
.navi a {
text-decoration: none;
}
a>.ico {
padding: 10px;
}
.nav-side-menu {
overflow: auto;
font-family: verdana;
font-size: 16px;
font-weight: 200;
position: fixed;
top: 0;
width: 24%;
max-height: 330px;
color: #000;
}
.nav-side-menu .brand {
line-height: 50px;
display: block;
text-align: center;
font-size: 14px;
}
.nav-side-menu .toggle-btn {
display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
list-style: none;
padding: 0;
margin: 0;
line-height: 45px;
cursor: pointer;
background-color:#d5b053 !important;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
font-family: FontAwesome;
content: "\f078";
display: inline-block;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
border-left: 3px solid #d19b3d;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
background-color: #fff;
border: 0;
line-height: 44px;
border-bottom: 1px solid #23282e;
margin-left: 0;
}
.nav-side-menu li {
padding-left: 0;
border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
text-decoration: none;
color: #000;
}
.nav-side-menu li a i {
padding-left: 10px;
width: 20px;
padding-right: 20px;
}
@media(max-width:1023px) {
.nav-side-menu {
position: relative;
width: 100%;
}
.nav-side-menu .toggle-btn {
display: block;
cursor: pointer;
position: absolute;
right: 10px;
top: 20px;
z-index: 10 !important;
padding: 3px;
background-color: #d5b053;
color: #000;
width: 40px;
text-align: center;
border-radius:10%;
}
.brand {
text-align: left !important;
font-size: 22px;
padding-left: 20px;
line-height: 50px !important;
}
}
.heading-bottom-border{color:#ae081c !important;}
@media(min-width:1023px) {
.nav-side-menu .menu-list .menu-content {
display: block;
}
}
.myhov:hover {
background-color: #1d2124 !important;
}
@media (min-width: 300px) and (max-width: 450px)
{ 
.sliderText {
font-size: 16px !important;
font-weight: 800;
line-height: 1 !important;
}
.hrem{font-size:28px !important;}
}
@media(max-width:820px) {
.sliderText {
font-size: 36px !important;
font-weight: 800;
line-height: 1 !important;
}
}
@media(min-width:992px) {
.dropdown-menu .dropdown-toggle:after {
border-top: .3em solid transparent;
border-right: 0;
border-bottom: .3em solid transparent;
border-left: .3em solid;
}
.dropdown-menu .dropdown-menu {
margin-left: 0;
margin-right: 0;
}
.dropdown-menu li {
position: relative;
}
.nav-item .submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.nav-item .submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu>li:hover>.submenu {
display: block;
}
}

.bg-primary{background-color:#000000 !important;}
.text-primary{color:#000000 !important;}
.bg-sky{background-color:#d5b053 !important;}
.border-sky{color:#d5b053 !important;}
.text-sky{color:#d5b053 !important;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
font-size: 26px !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
color: #000 !important;
}
.selectplace{color:#6c757d !important;}
.serviceT:hover{color:#000 !important;}


.footer-link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 4px 0;
  transition: color 0.3s ease;
}
.footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Make all testimonial boxes same height */
.testimonial-carousel .item {
  height: 100%;
}

.testimonial-box {
  min-height: 380px; /* Set your desired height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.testimonial-box:hover {
  transform: translateY(-5px);
}

.border-review{width: 60px; height: 3px; background-color: #000;}



.service-row {
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
margin-top: 2rem;
}
.service-col {
flex: 1 1 calc(33.333% - 1rem);
display: flex;
}
@media (max-width: 992px) {
.service-col {
flex: 1 1 calc(50% - 1rem);
}
}
@media (max-width: 576px) {
.service-col {
flex: 1 1 100%;
}
}
.service-card {
background-color: #000000;
border-radius: 10px;
overflow: hidden;
display: flex;
flex-direction: column;
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 2px 8px rgba(0,0,0,0.25);
width: 100%;
}
.service-card:hover {
transform: translateY(-10px) scale(1.03);
box-shadow: 0 12px 25px rgba(0,0,0,0.5);
}
.service-card img {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
object-fit: cover;
height: 200px;
width: 100%;
transition: transform 0.3s ease;
}
.service-card:hover img {
transform: scale(1.05);
}
.card-body {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
padding: 1.5rem;
}
.card-text {
font-size: 1.25rem;
font-weight: 700;
text-align: center;
color: #000000; /* light text */
margin: 0;
}
.card-text a {
color: #000000;
text-decoration: none;
transition: color 0.3s ease;
}
.card-text a:hover {
color: #d5b053; /* amber accent */
text-decoration: underline;
}
.header-section {
padding-top: 2rem;
padding-bottom: 1rem;
color: #000000;
}
img.object-fit-cover {
object-fit: cover;
height: 100%;
width: 100%;
}
.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: 0 !important;
border-right: 0 !important;
border-bottom: 0;
border-left: .3em solid transparent;
}
.feature-img {
  object-fit: cover;
  height: 100%;
  transition: transform 0.5s ease;
}

.feature-section:hover .feature-img {
  transform: scale(1.03);
}

.image-overlay-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.6), transparent);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  z-index: 1;
  pointer-events: none;
}

/* Centered button */
.centered-btn-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}


.fleet-modern-card {
  background-color:white;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.fleet-modern-card:hover {
  transform: scale(1.01);
  box-shadow: 0 12px 40px rgba(255, 255, 255, 0.3); /* stronger glow on hover */
}

.fleet-modern-image {
  height: 100%;
  max-height: 350px;
  overflow: hidden;
}

.fleet-modern-image img {
  object-fit: cover;
  transition: transform 0.4s ease;
}

.fleet-modern-card:hover img {
  transform: scale(1.05);
}

.btn-primary:hover {
  background-color: #000;
  border-color: #0b5ed7;
}

.btn-outline-primary:hover {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}

/* Mobile (default) styles */
.btn-black-mobile {
  background-color: #000 !important;
  color: #fff !important;
  border: none;
}

/* Restore original styles on medium and up */
@media (min-width: 768px) {
  .btn-black-mobile.btn-outline-primary {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
  }

  .btn-black-mobile.btn-primary {
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
  }
}
 .custom-card {
        background-color: #fff;
        border-radius: 0.75rem;
        padding: 2rem;
        height: 100%;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
        transition: 0.3s ease-in-out;
    }

    .custom-card:hover {
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
        transform: translateY(-4px);
    }

    .custom-card h4 {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 1rem;
        color: #000;
    }

    .custom-card p {
        font-size: 0.95rem;
        margin-bottom: 1.25rem;
        color: #000;
    }

    .custom-list {
        padding-left: 1.5rem;
        margin-bottom: 1rem;
    }

   .custom-list li {
    position: relative;
    padding-left: 1.3rem; /* tighter spacing */
    margin-bottom: 0.4rem;
    font-size: 0.95rem;
    color: #000;
    line-height: 1.4;
}

.custom-list li::before {
    content: "\f111"; /* solid circle or use "\f058" for check-circle */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000; /* black icon */
    position: absolute;
    left: 0;
    top: 0.15rem; /* vertically align with text */
    font-size: 0.65rem;
}


    .btn-black {
        background-color: #000;
        color: #fff;
        border-radius: 50px;
        padding: 0.5rem 1.5rem;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 0.85rem;
        letter-spacing: 0.5px;
        transition: background 0.3s;
    }

    .btn-black:hover {
        background-color: #333;
        color: #fff;
    }
	
	
	    .custom-card {
      border-radius: 16px;
      box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
    }

    .section-title {
      letter-spacing: 1px;
      color: #dc3545;
    }

    .submit-btn {
      background-color: #dc3545;
      color: #fff;
      border-radius: 8px;
      padding: 10px 30px;
    }

    .submit-btn:hover {
      background-color: #c82333;
    }
	
	.limo-bg {
    background-image: url('../dx-images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }

  /* Optional overlay for better contrast */
  .limo-bg::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); /* dark overlay */
    z-index: 0;
  }

  .limo-bg > .container {
    position: relative;
    z-index: 1;
  }