
    /* Navbar styles */
.navbar {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Navbar brand styles */
.navbar-brand {
    font-weight: bold;
}

/* Navbar toggler icon styles */
.navbar-toggler-icon {
    background-color: #000; /* Change the background color as needed */
}

/* Navbar link styles */
.navbar-nav .nav-link {
    color: #000; /* Set the color of the links */
    padding: 10px 15px; /* Adjust padding as needed */
}

/* Active link styles */
.navbar-nav .nav-item.active .nav-link {
    background-color: #f8f9fa; /* Set the background color for active links */
}

/* Dropdown menu styles */
.navbar-nav .sub-menu {
    display: none;
}

.navbar-nav .nav-item:hover .sub-menu {
    display: block;
    position: absolute;
    background-color: #fff; /* Set the background color for the dropdown menu */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.navbar-nav .sub-menu li {
    display: block;
}

.navbar-nav .sub-menu li a {
    padding: 10px 15px; /* Adjust padding as needed */
}

/* Form styles */
.form-control {
    margin-right: 10px; /* Adjust margin as needed */
}

    .navbar-logo {
        max-width: 100px; /* Set the maximum width of the logo */
        height: auto; /* Automatically adjust the height while maintaining aspect ratio */
    }
    
            .marquee-text {
            width: 100%;
            overflow: hidden;
            /*white-space: nowrap;*/
            animation: marquee 20s linear infinite;
        }

        @keyframes marquee {
            0% {
                transform: translateX(100%);
            }

            100% {
                transform: translateX(-100%);
            }
        }
        
     /* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
    margin-bottom: 0;
	padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}


h2 {
	color: #000;
	font-size: 26px;
	font-weight: 300;
	position: relative;
	margin: 0 0 50px 0;
	text-transform: uppercase;
	display: inline-block;
}
h2::after {
	content: "";
	width: 50%;
	position: absolute;
	height: 4px;
	border-radius: 1px;
	background: #ff5555;
	left: 0;
	bottom: -20px;
}
.carousel {
	margin: 50px auto;
}
.carousel .carousel-item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
.carousel .media {
	position: relative;
	padding: 0 0 0 20px;
	margin-left: 20px;
}
.carousel .media img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.carousel .testimonial {
    color: #fff;
    position: relative;    
    background: #9b9b9b;
	padding: 15px;
	margin: 0 0 20px 20px;
}
.carousel .testimonial::before, .carousel .testimonial::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.carousel .testimonial::before {
    width: 20px;
    height: 20px;
	background: #9b9b9b;
	box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.carousel .carousel-item .row > div:first-child .testimonial {
	margin: 0 20px 20px 0;
}
.carousel .carousel-item .row > div:first-child .media {
	margin-left: 0;
}
.carousel .testimonial p {
	text-indent: 40px;
    line-height: 21px;
	margin: 0;
}
.carousel .testimonial p::before {
	content: "\201D";
  	font-family: Arial,sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.carousel .overview {
	padding: 3px 0 0 15px;
}
.carousel .overview .details {
	padding: 5px 0 8px;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #ff5555;
}
.carousel-control-prev, .carousel-control-next {
	width: 30px;
	height: 30px;
    background: #666;
    text-shadow: none;
	top: 4px;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 16px;
}
.carousel-control-prev {
	left: auto;
	right: 40px;
}
.carousel-control-next {
	left: auto;
}
.carousel-indicators {
	bottom: -80px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 17px;
    height: 17px;
	border-radius: 0;
	margin: 1px 5px;
  	box-sizing: border-box;
}
.carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
	color: #fff;
    background: #ff5555;
    border: 5px double;    
}
.star-rating li {
	padding: 0 2px;
}
.star-rating i {
	font-size: 14px;
	color: #ffdc12;
}

.how-section1{
    margin-top:-15%;
    padding: 10%;
}
.how-section1 h4{
    color: #FF5F1F;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img 
{
    text-align: center;
}
.how-img img{
    width: 60%;
}

/*for car section css code*/
.car-details {
      text-align: center;
    }

    .car-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }

    #results {
      display: flex;
      overflow-x: auto;
      margin-bottom: 20px;
      padding: 10px;
    }

    /* Optional: Style for the scrollable container */
    #results::-webkit-scrollbar {
      height: 10px;
    }

    #results::-webkit-scrollbar-thumb {
      background-color: #888;
      border-radius: 10px;
    }
    
    /*car image section*/
            h3 {
            text-align: center;
            text-decoration: underline;
            margin-top: 20px;
        }
    .car-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            margin: 20px;
        }

        .car-card {
            width: 20%;
            padding: 10px;
            text-align: center;
            margin: 10px;
            box-sizing: border-box;
        }

        .car-image {
            width: 100%;
            max-width: 250px;
            height: auto;
            border-radius: 8px;
            border: 5px solid #FF5F1F;
        }

        @media (max-width: 768px) {
            .car-card {
                width: 100%;
            }
        }
        
        /* Navigation Css code Style the sub-menu */
.sub-menu {
    display: none; /* Hide sub-menu by default */
    position: absolute;
    z-index: 1;
    background-color: #fff; /* Background color for the sub-menu */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* Add a box shadow for a subtle effect */
}

/* Show the sub-menu when the parent list item is hovered */
.nav-item:hover .sub-menu {
    display: block;
}

/* Style individual sub-menu items */
.sub-menu li {
    padding: 10px;
    text-align: left;
}

/* Style the links in the sub-menu */
.sub-menu a {
    text-decoration: none;
    color: #333; /* Link color */
    display: block;
}

/* Change link color on hover */
.sub-menu a:hover {
    color: #ff6347; /* Hover color */
}


/*footer css*/

        
        
