.dropdown:hover .dropdown-menu {
    display: block;
  }
/**********color*********/
.text-orange {
  color: #ff6600;
}
/************************/

  /******vivek************/
  img{width: 100%;min-width: 100%;}
  @-webkit-keyframes zoom {
      from {
        -webkit-transform: scale(1, 1);
      }
      to {
        -webkit-transform: scale(1.3, 1.3);
      }
    }
    
    @keyframes zoom {
      from {
        transform: scale(1, 1);
      }
      to {
        transform: scale(1.3, 1.3);
      }
    }
    
    .carousel-inner .carousel-item > img {
      -webkit-animation: zoom 20s infinite;
      animation: zoom 20s infinite;
    }
  
  
    .imgCard {
      position: relative;
      margin-top: -50px;
      z-index: 1;
  } 
.carousel-item img::before {
  width: 1399px; transition-duration: 0ms; opacity: 0; transform: translate3d(1399px, 0px, 0px);
}
  .hero {
    /* position: absolute; */
    bottom: 140px;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    z-index: 1;
}

.hero h1 {
    font-weight: bold;
}
.hero-sub{
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2.5px;
}
.hero-text{
  font-family: "Prompt", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1em;
}
.cta-button {
    background-color: #19619f;
    /*background-color: #ff6600;*/
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}
.cta-button:hover {
    background-color: #e05d00;
    color: white;
}
.feature-box {
    padding: 20px;
    text-align: center;
    color: white;
}
.feature-box i {
    font-size: 2rem;
    margin-bottom: 10px;
}
.feature-box.bg-dark {
    background-color: #1b1b1b;
}
.feature-box.bg-orange {
    background-color: #ff6600;
}

.step {
  text-align: center;
  padding: 20px;
}
.step-number {
  background-color: #ff6600;
  color: white;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.step-number::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%; /* Position the line to start from the right of .step-number */
  transform: translateY(-50%);
  width: calc(100% + 290px); /* Extend to touch the next .step */
  /* height: .1em;  */
  background-color: #333; /* Line color */
  border: .001em dashed;
}
.step:last-child .step-number::after {
  content: none; /* Remove line after the last .step */
}

.step-title {
  font-weight: bold;
  font-family: "Prompt", Sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
}
.cta-button {
  background-color: #ff6600;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
}
.cta-button:hover {
  background-color: #e05d00;
  color: white;
}
.tyrebg1 {
  background-image: url('../images/tyre_whiite_1.png'); 
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

/***********/
.service-text{
  font-weight: 500;
}
ul.service-list li{
  font-weight: 500;
}
.service-bg-image {
  background-image: url('your-background-image.jpg');
  background-size: cover;
  background-position: center;
  height: 100%;
}
.boxinside{
  padding-top: 80px;
  padding-bottom: 80px;
}
.boxinside2{
  padding-top: 180px;
}
.content-box1 {
  background-color: #ffffff;
  padding: 30px;
  margin: 102px auto;
}
.content-box {
  background-color: #ffffff;
  padding: 30px;
  max-width: 800px;
  width: 100%;
}
.service-head{
  font-family: "Prompt", Sans-serif;
  font-size: 37px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
.service-list {
  list-style-type: disc;
  padding-left: 20px;
}
.service-list li {
  font-size: 15px;
  color: #333;
  padding: 5px 0;
}
.service-list {
  list-style-type: none;
}
.service-list li {
  position: relative;
  padding-left: 25px;
}
.service-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: red;
  border: 3px solid white;
  box-shadow: 0px 0px 1px 2px red;
}

/*****truckrepair******/
.truckrepair-section1{
  background-image: url('../images/truck-repair1.jpg'); 
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.truckrepair-section2{
  background-image: url('../images/truck-repair2.jpg'); 
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.truckrepair-section3{
  background-image: url('../images/truck-repair3.jpg'); 
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.truckrepair-section4{
  background-image: url('../images/truck-repair4.jpg'); 
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}


/* ===========Hero section start ========*/
/* .hero-section{
  background-image: url('../images/banner1.png');
  height: 620px;
  width: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: fill;
} */
.carousel-item {
  width: 100%;
  height: 620px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-item:nth-child(1) {
  background-image: url('../images/banner1.png');
}

.carousel-item:nth-child(2) {
  background-image: url('../images/banner2.png');
}

.carousel-item:nth-child(3) {
  background-image: url('../images/banner3.png');
}
.hero-text-section{
  position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    color: white;
    z-index: 1;
    display: block;
    justify-content: center;
    padding: 0px 0;
    text-align:center
}
/* ==========subhero section======== */
.ontimeservice{
  position: relative;
  top: -10px;
  left: 0;
  padding: 0;
  z-index: 1;
}
.ontime-text{
    font-family: "Prompt", Sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
}
.ontime-sub-text{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.how-to-works{
  margin-top: 100px;
}
.how-work{
  font-size: 1rem;
    font-weight: 600;
    letter-spacing: 5px;
}
.coll-now{
  font-family: "Prompt", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1em;
}
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.feature-box-bg1 {
  background-image: url('../images/tyre_whiite_1.png');
  background-size: cover;
  background-position: center;
  height: 300px;
  color: white;
  opacity: 0.2;
}
.feature-box-bg2 {
  background-image: url('../images/tyre_whiite_2.png');
  background-size: cover;
  background-position: center;
  height: 300px;
  color: white;
  opacity: 0.2;
}
.feature-box-bg3 {
  background-image: url('../images/tyre_whiite_1.png');
  background-size: cover;
  background-position: center;
  height: 300px;
  color: white;
  opacity: 0.2;
}
.footer-truck{
  position: relative;
  /* margin-top: -40px; */
}

/*=========customer reviews========*/
.review-section {
  background-image: url('../images/map-dots-trans.svg');
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 50px 0;
}
.carousel-item {
  display: flex;
  justify-content: center;
}
/**********card**********/
.card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.card-text{
  font-family: "Prompt", Sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
}
.card-title {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 5px;
}

.card-custom {
  width: 300px;  /* Set desired width */
  height: 300px; /* Set desired height */
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative; /* Ensures the body content overlays the image */
}
.card-custom-review {
  width: 450px;  /* Set desired width */
  height: 370px; /* Set desired height */
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative; /* Ensures the body content overlays the image */
  border-radius: 0;
}
.card-custom-review-bg{
  background-image: url(../images/track-tires.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-position: bottom right;
  background-color: #0d0d0d;
  color: #fff;
}

/* Optional: Add a slight dark overlay for better text readability */
.card-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
  z-index: 1; /* Position it behind the text */
}

.card-custom .card-body {
  position: relative; /* Make sure the text is above the overlay */
  z-index: 2;
  color: white; /* Set text color to white */
  background: none; /* No background color for the card body */
  padding: 15px;
  text-align: center;
}

.review-sectionImg{
  background-image: url('../images/tyre_whiite_1.png');
  background-size: cover;
  background-position: center;
  height: 300px;
  color: white;
  opacity: 0.2;
}


     /* Gallery image styles */
     .gallery-img {
      width: 100%;
      height: 100%;
      transition: transform 0.3s, opacity 0.3s;
      cursor: pointer;
      border-radius: 8px;
    }

    /* Mouse over effect */
    .gallery-img:hover {
      transform: scale(1.05); /* Zoom effect */
      opacity: 0.6; /* Fade effect */
      cursor: pointer; /* Cursor pointer */
    }

    /* Gallery item margin */
    .gallery-item {
      margin-bottom: 20px;
      width: 440px;
      height: 350px;
    }

    /* Carousel Image size */
    .carousel-item img {
      width: 100%;
      height: auto;
    }

    /* Close button positioning */
    .btn-close {
      position: absolute;
      top: 10px;
      right: 15px;
      z-index: 2;
    }

/*=========footer===========*/
.footer {
  background-color: #19619f;
  color: #fff;
  padding: 40px 0;
}
.footer-logo img {
  width: 200px;
  min-width: 200px;
}
.footer h5 {
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-top: 2px solid #ED4E09;
  width: 60px;
  padding: 10px 0px;
}
.footer ul {
  list-style: none;
  padding-left: 0;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li a {
  color: #ccc;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #ff4500;
}
.footer .icon {
  color: #ff4500;
  margin-right: 8px;
}
.footer-bottom {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.footer-service{
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
}
/* =====Logo section==== */
.navbar-brand img{
  height: auto;
  max-width: 135px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}
.navBar{
  background-color: #ffffff !important/*#0d0d0d !important;*/
}
.shrink {
/*   height: 70px;*/
  height: auto !important;
  margin: 0;
  padding: 0;
}

.navbar-nav li{
  text-transform: uppercase;
  /*color: #fff;*/
  
}
ul li a.nav-link{
  color: #0d0d0d;
  text-decoration: none;
  font-weight: 400;
}
ul li a.nav-link:hover{
  color:#000000 !important;
  font-weight: 400;
}
.textChange{
  color: #ed4e09;
}
.clicktoCall{
 /*background-color: #ed4e09;*/
  background-color: #19619f;
  padding: 10px 40px 10px 40px;
  font-family: "Prompt", Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1em;
  letter-spacing: 0.5px;
}
.clicktoCall:hover{
  outline: 2px solid #7f54b3;
  background-color: #2b2424;
}
.clicktoCall0{
   background-color: #ed4e09;
  /*background-color: #19619f;*/
  font-family: "Prompt", Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1em;
  letter-spacing: 0.5px;
  border-radius: 0px 0px 0px 0px;
  padding: 20px 40px 20px 40px;
  color: #fff;
}
.clicktoCall0:hover{
  outline: 2px solid #7f54b3;
  background-color: #2b2424;
}
.clicktoCall1{
  /*background-color: #ed4e09;*/
  background-color: #19619f;
  font-family: "Prompt", Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1em;
  letter-spacing: 0.5px;
  color: var(--e-global-color-d82685b);
  border-radius: 0px 0px 0px 0px;
  padding: 20px 40px 20px 40px;
  color: #fff;
  width: 100%;
}
.clicktoCall1:hover{
  outline: 2px solid #7f54b3;
  background-color: #F2991F;
}
.clicktoCall2{
  font-family: "Prompt", Sans-serif;
  font-weight: 500;
  /*background-color: #ed4e09;*/
  background-color: #19619f;
  text-transform: uppercase;
  line-height: 1.1em;
  letter-spacing: 0.5px;
  color: var(--e-global-color-d82685b);
  border-radius: 0px 0px 0px 0px;
  padding: 20px 40px 20px 40px;
  color: #fff;
}
.clicktoCall2:hover{
  outline: 2px solid #7f54b3;
  background-color: #fff;
  color: #ed4e09;
}
.nav-link:focus, .nav-link:hover{
  color: #fff !important;
  /* background-color: #2b2424; */
}
.verticalLine{
  color: #333333;
}

/* =======Fixed Header======== */
#mainHeader {
  position: relative;
  width: 100%;
  background: #333;
  color: #fff;
  padding: 10px;
  transition: all 0.3s ease;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
/* =======Telephone======== */
.phoneIcon{
  transform: scaleX(-1); /* Horizontal mirror */
}
.customeCard{

  justify-content: space-around;
  display: flex;
}
.ontimeService{
  background-image: url(../images/tyre_whiite_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-color: #0d0d0d;
  padding: 80px 60px 20px 40px;
  color: #fff;
}
.serviceTop{
  background-image: url(../images/tyre_whiite_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-color: #ed4e09;
  padding: 80px 60px 20px 40px;
  color: #fff;
}
.affordablePrices{
  background-image: url(../images/tyre_whiite_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-color: #0d0d0d;
  padding: 80px 60px 20px 40px;
  color: #fff;
}
.lastChild{
    background-color: #0d0d0d;
    color: white;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: bold;
    font-size: 18px;
}
/* ====== */
.slider {
  width: 80%;
  margin: auto;
}

.slide-box {
  padding: 30px;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ddd;
  margin: 5px;
  height: 210px;
  transition: transform 500ms ease-in-out; /* Add transition for smooth landing */
}
.slide-box:hover{
  transition: transform 300ms ease-out;
  transform: translateY(-10px); /* Lift effect */
}
/* .slick-prev,
.slick-next {
    color: #ff0000; 
    font-size: 24px; 
} */

.slick-next, .slick-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0; /* Hide text */
  
}

.slick-prev:before,
.slick-next:before {
    color: #000; /* Change this to your desired arrow color */
    font-size: 24px; /* Optional: Change arrow size */
}
.slide-ellipsis{
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  padding-right: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000000;
  margin-bottom: 2px;
  width: 214px;
  text-align: left;
  }
  .ti-profile-img{
    width: 40px;
    height: auto;
  }
  .ti-google{
    width: 30px;
    display: flex;
    margin-left: -20px;
  }
  .ti-date{
    color: #000000;
    opacity: 0.5;
    font-size: 11.2px !important;
    text-align: left;
  }
  .ti-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 21.75px;
    height: 87px;
    font-size: 15px;
    text-align: left;
    transition: height 0.5s;
    font-style: normal;
    -webkit-line-clamp: 4;
    overflow: hidden;
    padding-right: 0;
    color: #000000;
  }
  /*========star=======*/
  .star-rating {
    font-size: 25px; /* Size of the stars */
    text-align: left;
  }
  .star-rating .filled {
      color: gold; /* Color for filled stars */
  }
  .star-rating .empty {
      color: lightgray; /* Color for empty stars */
  }

  /*======contantUs=====*/
  .contant-us{
    color: orangered;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 5px;
  }
  .contant-usHead{
    font-family: "Prompt", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
  }
  .location{
    font-family: "Prompt", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
  }


  /*=======box new========*/
  .inner-box {
    height: 330px; /* Fixed height for the boxes */
    color: white; /* Text color */
    display: flex; /* Use Flexbox for alignment */
    flex-direction: column; /* Arrange text vertically */
    justify-content: center; /* Center text vertically */
    
    margin-bottom: 10px; /* Margin for spacing between boxes */
    position: relative; /* Position relative for absolute children */
    background-size: cover; /* Cover the entire box */
    background-position: center; /* Center the background image */
    padding-left: 40px;
    padding-top: 30px;
}
.inner-box::after {
    content: ''; /* Empty content for the pseudo-element */
    position: absolute; /* Position it absolutely */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; /* Place it above the background image */
}
.inner-box p {
    position: relative; /* Position relative to stack text above overlay */
    z-index: 2; /* Ensure text is above the background */
}
.box1 {
    background-image: url('../images/box1.png'); /* Placeholder image */
}
.box2 {
    background-color:#19619f;
   /* background-image: url('../images/box2.png');*/ /* Placeholder image */
}
.box3 {
    background-image: url('../images/box3.png'); /* Placeholder image */
}

.triangle {
  position: relative;
  top: -10px;
  right: -40px;
  width: 0;
  height: 0;
}
.triangle::before{
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-left: 52px solid #0d0d0d;
  border-bottom: 45px solid transparent;
  position: absolute;
  top: 58px;
  left: 409px;
  content: "";
  z-index: 1;
}

/* Responsive */

@media (max-width: 575.98px) {  }


@media (max-width: 767.98px) { 

  .step-number::after{
    border: unset;
  }
  .inner-box{
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: unset;
  }
  .clicktoCall2{
    line-height: 27px;
    padding: 15px 40px 15px 34px;
  }
  .card-custom-review{
  width: unset;
  }
  .clicktoCallMobile{
    text-align: center;
  }
  .triangle::before{
    left: 269px;
  }
  .map-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 (9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
  }

  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .callCenterImage img{
    width: unset;
    min-width: unset;
    margin-top: 20px;
  }
  .gallery{
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .mobileversionTrailer{
    flex-flow: column;
    gap: 20px;
    padding-top: 20px;
  }
  .trailerImage{
    margin-top: 35px;
  }
  ul.mobilelist li{
    font-size: small;
    font-weight: 500;
    max-width: 200px;
    width: 100%;
  }
  .dropdown:hover .dropdown-menu {
    width: calc(100% - 20px);
  }
 }


@media (max-width: 991.98px) {  }


@media (max-width: 1199.98px) {  }


@media (max-width: 1399.98px) {  }

.mobile-menu {
  display: none; /* Hidden by default */
  background-color: #333;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}

.mobile-menu a {
  display: block;
  padding: 15px;
  color: white;
  text-decoration: none;
}

.mobile-menu a:hover {
  background-color: #575757;
}

/* Menu Button Styling */
.menu-button {
  background-color: #333;
  color: white;
  padding: 15px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
}

/* Hide the menu button on larger screens */
@media(min-width: 768px) {
  .menu-button {
      display: none;
  }
}
.trailerImage img{
  max-width: 400px;
  width: 100%;
  height: 100%;
}