.service-style-bg {/*
    position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top; 
    background-repeat: no-repeat;
}

.service-style-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffffeb;
    opacity: .90;
    content: "";
}


.single-featured-style2 h3 a {
    color: white;
}

.float-container {
    position: fixed;
    top: 33%;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
	z-index: 999999;
}

.float-container a {
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 40px;
    margin-right: -190px;
    margin-bottom: 10px;
    padding: 10px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: white;
    border-color: #078586;
    border-radius: 5px 0 0 5px;
    background-color: #078586;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: sans-serif;
}

.float-container a:hover {
    margin-right: -30px;
    background-color: var(--primary-color-two);
	color: white;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
}



/* Media queries */
@media screen and (max-width:440px)
{
	.float-container {
   
    right: 0px;
   
}
	
    .float-container
    {
        position: fixed;
        top: auto;
        bottom: 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            -ms-flex-direction: row;
                flex-direction: row;

        width: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: auto;
        -webkit-box-align: auto;
        -ms-flex-align: auto;
        align-items: auto;
    }
		.float-container a.icon
    {
        right: 0;
        bottom: 0;

        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding: 5px;

        border-radius: 0;
        -webkit-box-shadow: 0 0 0 #7d7d7d;
                box-shadow: 0 0 0 #7d7d7d;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
		border-left: 1px solid darkorange;
		border-right: 1px solid darkorange;
    }
}


/*** Discard this ***/
.pr-3 {
    padding: 0 8px 0px 5px;
}



.cars {
  display: grid;
  gap: 2.5rem 1.5rem;
  grid-template-columns: 
    repeat(auto-fill, minmax(min(350px, 100%), 1fr));
}

.car {
  display: grid; 
  gap: 0.75em;
}

.img-wrapper {
  position: relative;
}

.car img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0.25rem;
}

.img-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 250ms ease;
}

.img-wrapper:hover::before {
  opacity: 1;
}

.img-wrapper a { 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  display: block;
  border-radius: 0.25em;
  padding: 0.5em 1em;
  background-color: hsl(219, 30%, 12%, 0.8);
  color: #fff;
  
  font-size: 1.125em;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  
  opacity: 0;
  transition: opacity 250ms ease;
}

.img-wrapper:hover > a {
  opacity: 1;
}

.car h2 {
  font-size: 1em; 
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  color: #000;
  margin-bottom:10px;
}


/*.formstyy{background-color:#f25e5a;*/
/*    padding:25px 25px;*/
/*    border-radius:30px 0px 30px 0px;*/
/*    position:absolute;*/
/*    z-index:2;*/
/*    margin-top:-70px;*/
/*}*/


            