.banner-section {
    min-height: 85vh;
    display: flex;
    align-items: center;
}
.keywords-list li {
    line-height: 33px;
}

.sitemap h3 {
    font-size: 22px;
}
.navbar-dark .navbar-brand {
    width: 220px;
}





.icon-wrapper {
    width: 70px;
    height: 70px;
    background-color: #dc3545; /* Red background */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}
.icon-style {
    font-size: 30px;
    color: #fff; /* White icon color */
}
.wedo-card h3 {
    margin-top: 15px;
}

div.services1  {
	background-color: var(--theme-color-4);
}

.request-info-form {
    margin-top: -1rem;
    padding: 10px;
}








.terms-policy h2 {
    margin-top: 20px;
    font-size: 23px;
    margin-bottom: 7px;
}

.terms-policy h3 {
    margin-top: 20px;
    font-size: 23px;
    margin-bottom: 7px;
}

.banner-description {
    line-height: 30px;
}
h1 {
        font-size: 27px;
    line-height: 35px;
}
.weoffer-content-head h1 {
    margin-bottom: 20px;
}
.repair-wash h2 {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
}
.wash1 h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 40px;
}
.wedo-heading-wrapper h2 {
    margin-bottom: 10px;
    font-size: 30px;
}
.section-heading h2 {
    font-size: 32px;
}






div.funfactor .row{
    margin-top: 25px !important;
}

p {
    margin-bottom: 10px;
}
.repair-wash {
    padding-top: 5rem;
}

.main-services-card {
	display: block;
}

.main-services-card:hover .main-services-img img {
    transition: ease-in-out 0.3s;
    transform: scale(1.1);
}
.main-services-content {
	text-align: center;
	padding: 20px 5px 1px 5px;
}
.main-services-content a h2 {
    font-size: 20px;
}
.getit-overlay {
	width: 30%;
}

.getit-apps img {
	width: 80%;
}
.getit-apps {
	/*display: block;*/
}


.wash1 {
    color: white;
    text-align: center;
}
.wash1 h2 {
    color: white;
}
.carwash1-points-item {
    text-align: left;
}


.repair-wash-content {
    text-align: left !important;
}
.repair-wash-content p {
    margin-bottom: 10px;
}



.page-banner-content h2 {
    color:  white;
}


p a, 
strong a {
    color: #f8351e;
    border-bottom: 1px dotted #f8351e;
    padding-bottom: 3px; /* adds space between text and underline */
    text-decoration: none; /* removes default underline if any */
}



@media(max-width: 500px) {
    .banner-section {
        min-height: 100vh;
    }
   .page-banner {
        height: 200px;
   }
   h1 {
        font-size: 25px;
        line-height: 30px;
   }
   .wedo-heading-wrapper h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .section-heading h2 {
        font-size: 26px;
    }
    .banner-main-heading {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 480px) {
    .topbar .container::after {
        width: 30%;
    }
}