@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Roboto", serif;
    font-family: "Dosis", serif;
    font-family: "Open Sans", serif;
    text-decoration: none !important;
}




/*******************************************
            header  start
*******************************************/


header {
    position: sticky;
    top: 0px;
    z-index: 1000;
    background-color: #fff;
}

.top-bar {
    background-color: #FCBE0B;
    background: linear-gradient(45deg, #F50913, #FCBE0B);
    padding: 20px;
}

.nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.nav-link {
    color: #777 !important;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
}

.nav-link:focus {
    color: #F50913 !important;
}

.nav-link:hover {
    color: #F50913 !important;
}

/*******************************************
            header  end
*******************************************/

/*******************************************
            slider  start
*******************************************/

/* swiper css */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover;
}

/* swiper css */
.slide-wrap {
    position: relative;
}

.slider-text {
    position: absolute;
    bottom: -15px;
    background-color: #0000007a;
    width: 100%;
    padding: 20px 0px;
    color: #fff;
    font-weight: 600;
}

/*******************************************
            slider   end
*******************************************/


.main-head {
    text-align: center;
    letter-spacing: 5px;
    font-weight: 500;
    font-size: 40px;
    font-family: "Dosis", serif;
    /* line-height: 40px; */

    color: #272727;
}

.main-head span {

    color: #F4090E;
}

.home-about {
    padding: 50px 0px;
}

.home-about .left {
    /* background: linear-gradient(to bottom left, #fb433f 0%, #e9931e 100%); */
    border-left: 2px solid #F4090E;
}

.home-about img {
    border-radius: 5px;

}

.home-about p {
    font: 16px 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 23px;
    color: #727272;
}

.btn-danger {
    /* background-color: #FCBE0B; */
    background-color: transparent;
    color: #000;
    /* background: linear-gradient(45deg, #F4090E, #FCBE0B); */
    transition: all 1s;
    border: 1px solid #FCBE0B;
}

.btn-danger:hover {
    /* background-color: #F4090E; */
    background-color: transparent;
    color: #000000 !important;
    border: 1px solid #F4090E;
}

/* home-Services */
.home-Services {
    padding: 50px 0px;
}


.home-Services .service {
    background-color: #f9f9f9;
    border-radius: 8px;

    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

/* Add a little hover effect for the services */
.service:hover {
    transform: scale(1.05);
}

.service h4 {
    color: #000000;
}

.service p {
    color: #727272;
    font-size: 15px;
}

.home-infra {
    padding: 0px 0px 50px 0px;
}

.home-infra p {
    color: #727272;
}

.home-infra img {
    border-radius: 5px;
}

.trucks img {
    transition: all 0.7s;
}

.trucks img:hover {
    transform: scale(1.2);
    z-index: 1000;
}

/* footer h4 {
    color: #FCBE0B;
} */

footer {
    /* border-top:10px solid #FCBE0B ; */
    /* background: linear-gradient(to bottom left, #fb433f 0%, #e9931e 100%); */
    background-color: #2D2D2D;
}

footer a:hover {
    color: #FCBE0B !important;
}

footer .Copyright {
    /* background-color: #FCBE0B;
    color: black; */
    border-top: 1px solid #ccc;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}

/* footer {
    background: linear-gradient(135deg, #000, #555);
    color: #fff;
} */


/**************************************** 
          services page 
*****************************************/



/* Services Section Styling */
.services {
    background-color: #fff;
    padding: 50px 20px;
    text-align: center;
}

.services-heading {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.service-location {
    font-size: 1.1rem;
    color: #888;
    margin-bottom: 30px;
}

/* Service Cards Layout */
.service-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.service-card {
    background-color: #e1e1e1;
    padding: 20px;
    width: 250px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.service-card h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 1rem;
}

/* Responsive Design for smaller screens */
@media screen and (max-width: 768px) {
    .service-cards {
        flex-direction: column;
        align-items: center;
    }
}

/* Service Icons Styling */
.service-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

/* Custom colors for each service icon */
.service-card:nth-child(1) .service-icon {
    color: #FF6347;
    /* Tomato color for Trucks */
}

.service-card:nth-child(2) .service-icon {
    color: #32CD32;
    /* LimeGreen color for Trailers */
}

.service-card:nth-child(3) .service-icon {
    color: #1E90FF;
    /* DodgerBlue color for Containers */
}

.service-card:nth-child(4) .service-icon {
    color: #FFD700;
    /* Gold color for LCV */
}

.service-card:nth-child(5) .service-icon {
    color: #FF69B4;
    /* HotPink color for Pick-up */
}

/* Hover effect to change icon color */
.service-card:hover .service-icon {
    color: #000;
    /* Dark color on hover */
}

/**************************************** 
          contact us page 
*****************************************/

.contact-page {
    padding: 50px 0px;
}

.contact-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 600px;
    margin: 50px auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-item img {
    width: 60px;
    margin-right: 20px;
}

.contact-item div {
    line-height: 1.5;
}

.contact-item strong {
    font-size: 1.1rem;
    color: #333;
}

.contact-item a {
    color: #007BFF;
    text-decoration: none;
    font-size: 1rem;
}

.contact-item a:hover {
    text-decoration: underline;
}

/* form css */

/* Custom Styles */
.btn-custom {
    background-color: #F50913;
    color: white;
}

.btn-custom:hover {
    background-color: #d4080f;
    /* Slightly darker shade */
}

.form-label {
    color: #F50913;
}

.form-head {
    color: #F50913;
}

/**************************************** 
          contact us page 
*****************************************/

.page-banner {
    background-position: center;
    background-size: cover;
    padding: 50px 0px;
}

.page-banner h2 {
    color: #fff;
    text-shadow: 2px 2px 5px #000;
}

.homebg {
    background: url(../banner/battach.jpeg);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url(../banner/battach.jpeg);


    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

/* vission mission */
.mission-vision-values {
    padding: 80px 0;
    background: linear-gradient(135deg, #f0f8ff, #ffebcd);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.card-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.card-text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.mission {
    background: linear-gradient(135deg, #e0f7fa, #b2ebf2);
}

.vision {
    background: linear-gradient(135deg, #e8f5e9, #a5d6a7);
}

.values {
    background: linear-gradient(135deg, #fff3e0, #ffcc80);
}

.card-img-top {
    border-radius: 12px 12px 0 0;
    height: 200px;
    object-fit: cover;
}

.card-body {
    padding: 30px;
}

/* Add some responsiveness for smaller screens */
@media (max-width: 767px) {
    .card-title {
        font-size: 20px;
    }

    .card-text {
        font-size: 16px;
    }
}

@media(max-width:576px){
    .slider-text{
        font-size: 13px;
        padding: 15px 0px;
    }
    .logo{
        width: 200px !important;
    }
}