body{
    font-family: 'Poppins', sans-serif;
    background: #000;
}

#wrap{
    background: #fff;
}

/***** HEADER AREA *****/
header{
    background-color: #000;
    color: #fff;
    border-bottom: 3px solid #FF6B00;
}

header .logo{
    max-width: 320px;
}

header .logo a:hover{
    opacity: 0.7;
}

header .logo img{
    max-width: 100%;
}

header nav ul {
    margin-bottom: 0;
    margin-top: 10px;
}

header nav ul li{
    margin-left: 0px;
}

header nav ul li a{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.5em; 
    color: #fff;
}

header nav ul li a:hover, header nav ul li.active a{
    text-decoration: none;
    color: #FF6B00;
}

header .header-contact{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.5em; 
    color: #FF6B00;
    margin-top: 5px;
    text-align: right;
}

header .header-contact a{
    color: #FF6B00;
    text-decoration: none;
}

header .header-contact a:hover{
    color: #fff;
}


header .header-social{
    text-align: right;
}

header .header-social img{
    max-width: 30px;
}

header .header-social a:hover img{
    opacity: 0.7;
}   


/***** LANDING PAGE AREA *****/


.hero{
    overflow: hidden;
    height: 500px;
}

.hero #hiring-page {
    margin-top: 100px !important;
}


.hero h1{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    max-width: 676px;
    position: absolute;
    margin-top: 160px;
    margin-left: 31%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 15px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
    line-height: 1.5;
}





.testimonials {
    text-align: center;
    border-radius: 10px;
}

.testimonials .five-stars {
    font-size: 2em; /* Large stars */
}

.testimonials h2 {
    font-size: 32px; /* Large heading text */
    margin-bottom: 20px; /* Space below heading */
    font-family: 'Poppins', sans-serif;
    font-weight: 700;   
}

.testimonials blockquote {
    background-color: #F3F3F3;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Drop shadow */
    padding: 20px; /* Padding inside the blockquote */
    font-size: 18px; /* Slightly larger text than normal */
    margin: 0 auto; /* Center the blockquote */
    max-width: 100%; /* Limit width for better readability */
}

.welcome-description{
    font-size: 18px;
    line-height: 1.75;
}

.cards {
    display: flex;
    justify-content: center; /* Center the cards */
    flex-wrap: wrap; /* Allow cards to wrap to the next line */
    margin: 30px 0; /* Margin above and below the cards */
}

.card {
    display: flex; /* Use flexbox to align items */
    flex-direction: column; /* Stack children vertically */
    justify-content: space-evenly; /* Space out children to push button to the bottom */
    background-color: #F3F3F3;
    border-color: #F3F3F3;
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Drop shadow */
    padding: 10px; /* Padding inside the card */
    text-align: center; /* Centered text */
    margin: 5px; /* Margin between cards */
    width: 320px;
}

.card .btn {
    font-weight: bold; 
    background-color: #FF6B00; 
    border: 2px solid #FF6B00; 
    border-radius: 10px; 
    font-size: 18px; 
    padding: 10px 10px;
    margin-top: auto; /* Push button to the bottom */
}

.card .btn:hover {
    background-color: #e65c00; /* Darker orange on hover */
}

.landing-cards{
    max-width: 850px;
    margin: 0 auto;
}


.carousel-item{
    height: 500px;
}

.hero-tagline{
 position: absolute;
 z-index: 10000;
 width: 100%;
}

/***** FOOTER AREA *****/
footer{
    background-color: #000;
    color: #fff;
}

footer h5{
    color: #FF6B00;
    font-weight: 700;
}

footer a{
    color: #fff;
}

footer a:hover{
    color: #FF6B00;
    text-decoration: none;
}

footer p{
    margin-bottom: 5px;
}


footer .company ul li{
    margin-bottom: 5px;
}


footer .logo{
    max-width: 150px;
}

footer .logo img{
    max-width: 100%;
}
footer .logo a:hover{
    opacity: 0.7;
}

footer .footer-social{
    margin-top: 10px;
}

footer .footer-social img{
    max-width: 30px;
}

footer .footer-social a:hover img{
    opacity: 0.7;
}


/***** ABOUT US PAGE AREA *****/

#generic-page{
   min-height: 500px;
   padding-top: 50px;
}

#generic-page h1{
    font-weight: 700;
    font-size: 48px;
}

.about-text {
    position:relative;
    width: 63%;
}

.btn-cta{
    background: #FF6B00;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    margin-right: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.btn-cta:hover{
    color: #fff;
    background-color: #e65c00; 
}

.image-right {
    float: right;
    margin-left: 20px; /* Add some space between the text and the image */
    width: 29%;
    height: 360px;
}

.image-right img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    overflow: hidden;
    
}

.about-gallery {
    display: flex;
    justify-content: space-between; /* Distribute space between images */
    margin-top: 20px; /* Add some space above the gallery */
}

.about-gallery img {
    max-width: 32%;
    margin-bottom: 20px; /* Add space below each image */
}


/***** SERVICES PAGE AREA *****/

.services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

 .service-card {
    flex: 1 1 44%; /* Adjusted to fit 2 cards per row */
    margin: 25px;
    padding: 20px; /* Added padding for better spacing */
    font-size: 18px; /* Increased font size */
 }

 
.service-card.light {
    background-color: #F3F3F3; /* Light gray background */
    color: black; /* Normal text color */
}

.service-card.dark {
    background-color: #000; /* Dark background */
    color: white; /* White text color */
}

.service-card h2 {
    margin-bottom: 25px; /* Space between title and content */
    text-align: center;
    font-weight: 700;
}

.service-card.light h2 {
    color: #FF6B00; /* Orange title for light cards */
}

.service-card.dark h2 {
    color: white; /* White title for dark cards */
}

.service-content {
    display: flex;
    align-items: center; /* Center items vertically */
}

.service-content .service-image{
    max-width: 50%;
    margin-right: 20px;
    margin-bottom: 0; 
    position: relative;
    display: inline-block;
}

.service-content .service-image img {
    width: 100%;

}

.service-content p {
    margin: 0; /* Remove default margin */
    max-width: 50%;
}

/***** CONTACT PAGE AREA *****/
.contact-page .bg-white {
    background-color: #fff;
    color: #000;
}

.contact-page .bg-dark {
    background-color: #000!important;
    color: #fff;
}

.contact-page .card {
    background-color: #000;
    color: #fff;
    border: none;
}

.contact-page .card img {
    max-width: 100%;
    border-radius: 10px;
    border: 2px solid #FF6B00; /* Added orange border */
}

.contact-page .card .card-body {
    text-align: center;
    width: 100%;
}

.contact-page .card .card-title{
    color: #fff;
}

.google-maps {
    width: 100%;
    height: 450px;
}

.contact-page h1{
    font-weight: 700;
    font-size: 48px;
}

.contact-page h2{
    font-weight: 700;
    font-size: 36px;
}

.contact-page h5{
    font-weight: 700;
    font-size: 20px;
    color: #FF6B00;
}

.contact-social a{
    margin-right: 15px;
}

.contact-social a:hover img{
    opacity: 0.7;
}

.tire-clipart {
    float: right;
    width: 150px;
    margin-left: 20px; /* Optional: Add some space between the text and the image */
}

.contact-page-details{
    margin-top: 25px;
}

.clear{
    clear: both;
}

.contact-page .contact-page-hours{
    padding-top: 60px!important;
}

.contact-page .contact-page-hours .hours .card-body{
    text-align: left;
}

.team .row {
    display: flex;
    flex-wrap: wrap;
}

.team .col-md-6, .team .col-md-12 {
    display: flex;
    justify-content: center;
}

.contact-page form.border{
    border-color: #000!important;
    border-width: 2px!important;
    border-bottom-width: 40px!important;
}

.contact-page form .btn-cta{
    width: 100%;
}

/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
    header .logo {
        max-width: 200px;
        margin-bottom: 10px; /* Add space below the logo */
    }

    .service-content{
        display: block;
    }

    .service-content .service-image{
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
    }

    .service-content p {
        max-width: 100%;
        width: 100%;
        display: block;
    }   

    .contact-cta .btn-cta{
        margin-right: 0px;
    }

    .hero{
        height: 300px;
    }

    .hero h1{
        font-size: 24px;
        margin: 80px auto 0 auto;
        padding: 10px;
    }

    .hide-mobile{
        display: none;
    }

    header .container {
        flex-direction: column;
        align-items: center;
    }

    header nav {
        text-align: center; /* Center the navigation */
    }

    header nav ul {
        flex-direction: column;
        align-items: center;
        padding: 0; /* Remove padding */
    }

    header nav ul li {
        margin-left: 0;
        margin-bottom: 10px;
    }

    header .header-contact {
        text-align: center;
        margin-top: 10px;
    }

    header .header-social{
        text-align: center;
    }

    .hero h1 {
        font-size: 24px;
        margin: 100px auto 0 auto;
        padding: 10px;
    }

    .testimonials h2 {
        font-size: 24px;
    }

    .testimonials blockquote {
        font-size: 16px;
        padding: 15px;
    }

    .cards {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 90%;
        margin: 10px 0;
    }

    footer .container {
        flex-direction: column;
        align-items: center;
    }

    footer .container > div {
        margin-bottom: 20px;
        text-align: center; /* Center text in footer sections */
    }

    footer .logo {
        max-width: 100px;
        margin-bottom: 10px; /* Add space below the logo */
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .about-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-text, .image-right {
        width: 100%;
        margin: 0;
    }

    .about-text {
        margin-bottom: 20px;
    }

    .image-right {
        margin: 0 auto 20px auto;
    }

    .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .buttons .btn {
        width: 90%;
        margin-bottom: 10px;
    }

    .services-grid {
        flex-direction: column;
        align-items: center;
    }

    .service-card {
        width: 90%;
        margin: 10px 0;
    }

    .contact-page .card {
        width: 100%;
    }

    .contact-page .card img {
        max-width: 100%;
    }

    .contact-page .contact-page-hours .hours .card-body {
        text-align: center;
    }

    .tire-clipart {
        float: none;
        width: 50%;
        margin-left: 0;

    }

    .contact-page .contact-page-hours{
        padding-top: 0px!important;
    }
}

/* Media Queries for About Page */
@media (max-width: 768px) {
    #generic-page .container {
        padding: 0 15px;
    }

    .about-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-text, .image-right {
        width: 100%;
        margin: 0;
    }

    .about-text {
        margin-bottom: 20px;
    }

    .image-right {
        margin: 0 auto 20px auto;
    }

    .image-right img{
        width: 100%;
    }

    .about-gallery {
        display: block; /* Override flexbox for mobile */
    }

    .about-gallery img {
        width: 100%; /* Ensure images take up full width */
        margin-bottom: 20px;
        max-width: 100%;
    }

    .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .buttons .btn {
        width: 90%;
        margin-bottom: 10px;
    }
}