

.hero .overlay h1{
	color: white;
	font-size: 48px;
	font-weight: 900;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.96);
}

.hero .overlay h3{
	color: white;
	margin-top: 0!important;
	font-weight: 900;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.96);
}


.hero .overlay{
	padding-top: 10vh;
	padding-bottom: 20vh;
	background-color: rgba(0,0,0,0.5);
}


.hero .left-area{
padding: 10% 0;
}


.hero .left-area p{
color: white;
font-weight: 700;
font-size: 21px;
}


.hero-promos-and-vs .overlay{
	padding-top: 10vh;
	padding-bottom: 10vh;
	background-color: rgba(0,0,0,0.40);
}


.hero .uk-slidenav {
	color: white!important;
}


/*---side by side hero **/


.hero-ss .uk-grid {
    align-items: center; /* Ensure flex items are centered vertically */
}



.hero-ss .overlay {
    max-width: 100vw;
    width: 100%;
    box-sizing: border-box;


    /*
    min-height: 50vh;
    display: flex;
     */
   

    justify-content: center;
    align-items: center;

    padding-top: 8vh;
    padding-bottom: 10vh;

    background-color: rgba(0,0,0,0.70);

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}



.hero-ss .overlay .hero-header{
	color: white;
	font-size: 52px;
	font-weight: 900;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.96);
}

.hero-ss .overlay .subtext{
	color: white;

	font-size: 24px;

	margin-top: 0!important;
	font-weight: 900;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.96);
}




.hero-ss .left-area{
padding: 10% 0;
}


.hero-ss .left-area p{
color: white;
font-weight: 700;
font-size: 21px;
}


.hero-ss .uk-slidenav {
	color: white!important;
}

.hero-ss .slider-img {
	max-height: 290px;
}


.hero-ss .uk-dotnav>.uk-active>* {
    background-color: rgb(255 255 255);
    border-color: transparent;
}


.hero-ss .uk-dotnav>*>* {
    border: 1px solid white;
}




.page-home .sec-2 .left-card{
background: #f1f1f1;
margin-top: -80px;

border: 1px solid gainsboro;
border-top: 0px solid white;
border-radius: 3px;

}

.page-home .sec-4 h4{
	color: var(--primary-color);
	font-size: 22px;
}

.feature-guide{
	background: #f1f1f1;
}

.feature-guide h2{
	color: var(--primary-color);
}

.popular-tire .tire-img{
	max-height: 150px;
}

.popular-tire:hover{
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
	transform: scale(1.05);
}

.popular-tire .application{
	display: inline;
    background: #d00;
    color: white;
    padding: 5px 20px;
    font-weight: 700;
    margin-right: -35px;
    border-radius: 0px 12px;
    font-size: 13px;
}

.popular-tire .tire-info{
	margin-top: 15px;
}

.popular-tire .tire-info img{
	max-height: 30px;


}

.popular-tire .tirename{
	font-weight: 700;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.popular-tire .tire-season svg{
	    height: 20px;
	    width: 20px;
	    fill: grey;
	    margin-top: -6px;
}

.sec-4{
	padding: 100px 0px;
	background: #f1f1f1;
}


.hero-creep-selector{
	margin-top: -5%;
}


.post-selector-callouts{
	padding-top: 50px;
}

.post-selector-callouts .callout-div{
	
}

.post-selector-callouts a{
	color: unset;
	display: block;
	transition: 0.3s ease;
}

.post-selector-callouts a:hover{
	text-decoration: unset;
	transform: scale(1.05); /* Apply the scale transformation on hover */
}

.post-selector-callouts p{
	font-weight: 600;
	font-size: 16px;
	margin-top: 10px;
}

.post-selector-callouts svg{
	fill: var(--primary-color);
	height: 45px;
	width: 45px;
}


.slider-desktop-img{
	max-height: 175px;
}

.homepage-secondary-slider svg{
	color: white;
}

.homepage-secondary-slider img{
	margin-top: 25px;
	width: 100%;
}

.steps .step-icon{
	height: 50px;
	width: 50px;
}


.home-reviews-section .single-review {
    padding: 0px 10px;
}

.home-reviews-section .single-review .review-container {
    border: 1px solid gainsboro;
    border-radius: 5px;
    background: #f1f1f1;
    min-height: 175px;
    display: flex;
    justify-content: center;
    align-items: center; /* Centering vertically */
}

.home-reviews-section .single-review .review-container .stars {
    color: #f6bb06;
}

.all-services .uk-tab a {
    font-weight: 700;
    text-transform: unset;
}


.all-services .uk-tab>.uk-active>a{
	border-bottom: 1px solid black;
}


.home-services-selector a{
	color: unset!important;
}

.home-services-selector a:hover{
	text-decoration: unset!important;
}






.home-services-selector .single-service{
	border-right: 1px solid #f2f2f2;
	margin-top: 20px;

	line-height: 100%;
	cursor: pointer;
	padding: 5px 10px;
	position: relative;
}



.home-services-selector .service-icon-4,  .home-services-selector .service-icon-8{
	border-right: unset!important;
}


.home-services-selector .single-service .icon{
	padding: 10px;
	border-radius: 50%;
	display: inline-block;
    position: relative; /* Ensure the icon is positioned relative */
}

.home-services-selector .single-service svg{
	height: 42px;
	width:  42px;
	fill: black;
	box-sizing: border-box; /* Ensure padding is included in the element's total width and height */
}


.home-services-selector .single-service:hover {
    color: grey;
}


.home-services-selector .single-service:hover .icon{
    background: black;
    animation: shake 0.5s;
}


.home-services-selector .single-service:hover .icon svg{
    fill: white;
}


.home-services-selector .single-service .service-name{
	font-size: 14.5px;
	margin-top: 25px;
	font-weight: 400;
}


.home-services-selector .promo-tag{
    font-size: 10px;
    display: inline-block;
    background: #009f83;
    border-radius: 5px;
    padding: 2px;
    color: white;
    position: absolute;
    z-index: 9;

    margin-top: -8px;
    margin-left: -20px;

    text-transform: uppercase;
}


@media only screen and (max-width: 640px) {

	.hero .overlay {
	    padding-top: 10%;
	    padding-bottom: 15%;
	}


	.hero .overlay h1{
		font-size: 36px;
	}

	.hero .overlay h3{
		font-size: 18px;
	}


}


