.action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-right: 1rem;
}

.table-button {
  width: 100px;
  height: 35px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: .8px;
}
.font-weight-bold{
  font-size: 1.1rem;
  font-weight: 600;
}


.services-el {
  >div {
    transition: all ease .3s;
  }

  >div:hover {

    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  }
}

/* about us page css start */
.p_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about_area .about_inner .col-lg-6 {
  vertical-align: middle;
  align-self: center;
}

.about_area .about_inner .about_left_text h6 {
  font-size: 12px;
  text-transform: uppercase;
  color: #c6b069;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}

.about_area .about_inner .about_left_text h3 {
  font-size: 36px;
  line-height: 45px;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.about_area .about_inner .about_left_text h5 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #222222;
  margin-bottom: 10px;
}

.about_area .about_inner .about_left_text p {
  margin-bottom: 0px;
}

.about_area .about_inner .about_left_text .main_btn {
  margin-top: 40px;
}

.feature_inner {
  margin-bottom: -30px;
}

.feature_item {
  background: #f9f9ff;
  border-radius: 10px;
  padding: 40px 60px 40px 40px;
  margin-bottom: 30px;
  transition: all 300ms linear 0s;
}

.feature_item h4 {
  font-size: 18px;
  color: #222222;
  margin-bottom: 20px;
  text-transform: uppercase;
  transition: all 300ms linear 0s;
  position: relative;
  padding-left: 35px;
}

.feature_item h4 i {
  font-size: 24px;
  padding-right: 15px;
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: 40%;
  transform: translateY(-50%);
}

.feature_item p {
  margin-bottom: 0px;
}

.feature_item:hover {
  background: #fff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

.feature_item:hover h4 {
  color: #faba00;
}

.banner_area {
  position: relative;
  z-index: 1;
  min-height: 300px;
}


.banner_area .banner_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 400px;
  background: #000;
  z-index: 1;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.banner_area .banner_inner .overlay {
  background: url(/public/img/carousel-1.jpg) no-repeat scroll center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 125%;
  bottom: 0;
  z-index: -1;
  opacity: .40;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.banner_area .banner_inner .banner_content {
  margin-top: 70px;
}

.text-center {
  text-align: center !important;
}

.banner_area .banner_inner .banner_content h2 {
  color: #fff;
  font-size: 48px;
  font-family: "Heebo", sans-serif;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-weight: bold;
}


.banner_area .banner_inner .banner_content .page_link a {
  font-size: 14px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  /* margin-right: 32px; */
  position: relative;
}

.about_area .about_inner .about_left_text .main_btn {
  margin-top: 40px;
}

.main_btn {
  display: inline-block;
  background: #faba00;
  /* padding: 0px 35px; */
  color: #fff;
  font-family: "Heebo", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 38px;
  border: 1px solid #faba00;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  cursor: pointer;
  transition: all 300ms linear 0s;
  text-transform: uppercase;
}


.main_title {
  text-align: center;
  margin-bottom: 75px;
}

.main_title h2 {
  font-family: "Heebo", sans-serif;
  font-size: 36px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}


.main_title p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  color: #777777;
  margin-bottom: 0px;
  max-width: 740px;
  margin: auto;
}

.feature_inner {
  margin-bottom: -30px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.clients_logo_area {
  background: #f9f9ff;
}

.owl-carousel {
  width: 100%;
  z-index: 1;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* -webkit-transform: translate3d(0,0,0); */
}

.owl-carousel .owl-stage {
  position: relative;
  /* -ms-touch-action: pan-Y; */
  /* -moz-backface-visibility: hidden; */
}


.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  /* -webkit-backface-visibility: hidden; */
  /* -webkit-touch-callout: none; */
}



/* product section css */

.card__container p {
  color: var(--dark-color);
}



/*=============== CARD ===============*/

.products-container {
  margin-top: 2.5rem;
}

.product-filter {

  >button {
    color: var(--theme-color);
    font-weight: 500;
    font-size: 1.3rem;
    border: none;
    background: transparent;
    border-bottom: 1px solid var(--theme-color);
    padding-bottom: 5px;
    margin-bottom: 10px;
  }

}



.filter-brand-list {
  list-style-type: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

  >li {
    line-height: 2rem;

    >input {
      border: 1px solid var(--theme-color);
    }
  }

}

.filter-brand-list.collapse {

  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.rotate_list_icon {
  transform: rotate(180deg);
  color: #373737;
}


/* product detail css */

.image-container {
  position: relative;
  width: 100%;
  padding-top: 75%; /* Adjust based on the aspect ratio you want */
  overflow: hidden;
}

.product-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; /* This will make sure the image fills the container */
}



.product-category-heading h3 {
  font-weight: 600;
  margin-left: 1rem;
}


.card__content {

  border-radius: 1.25rem;
  /* overflow: hidden; */

}

.card__content .card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all .6s ease;
  padding: 10px 5px;

  >h5 {
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: capitalize;
    /* background: #106031; */
    padding: .5rem 1rem;
    color: black;
    border-radius: 10px;
  }

  >button {
    border-radius: 8px;
    background: white;
    border: 1px solid var(--theme-color);
    padding: 6px 1rem;
    transition: all .6s ease;
    color: var(--theme-color);
  }
}

.card__content .card:hover {

  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3), -2px -2px 10px rgba(0, 0, 0, 0.3);


  border: 1px solid #106031;


  >button {
    border-radius: 8px;
    background: var(--theme-color);
    padding: 6px 1rem;
    color: white;

  }
}

.product-picture {
  width: 200px;
  display: block;
  margin: 0 auto;
  height: auto; 
}

.product-picture img {
  width: 100%;
  height: auto; 
  object-fit: contain;
}




/* Swiper class */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    position: absolute;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  font-size: 3rem;

  color: var(--second-color);
}


.swiper-pagination-bullet {
  background-color: hsl(212, 32%, 40%);
  opacity: 1;
  display: none;
}

.swiper-pagination-bullet-active {
  background-color: var(--second-color);
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */







.card-img-top {
  height: 300px;
  /* Adjust height as needed */
  object-fit: cover;
}

.card-body .card-title {
  font-size: 1.25rem;
  /* Smaller title text */
}

.card-body .card-text {
  font-size: 0.875rem;
  /* Smaller body text */
}

.list-group-item {
  padding-top: 0.25rem;
  /* Adjust top padding */
  padding-bottom: 0.25rem;
  /* Adjust bottom padding */
}




.product-container {
  margin-top: 4rem;
}




.product-description {

  display: flex;
  flex-direction: column;
  gap: 2rem;

  >div>h3 {
    font-size: 2.7rem;
    font-weight: 600;
  }
}

.price h4 {
  font-weight: bold;
  font-size: 1.8rem;
  color: var(--theme-color);

  >span {
    font-weight: 700;
    font-size: 1.3rem;
    color: black;
  }
}

.size {
  display: flex;
  gap: 3rem;
}

.cart-size {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;

}

.parameter {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;


  >small {
    color: var(--theme-color);
  }

  >input {
    padding: 5px;
    width: 100px;
    outline: none;
    font-size: .9rem;
    font-weight: 400;
  }

  >select {
    padding: 8px 25px;
    font-size: .9rem;
    font-weight: 400;
    cursor: pointer;

    >option {
      padding: 5px 0;
      cursor: pointer;


    }
  }
}







.menu-items {
  >li {
    margin-right: 25px;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer
  }

  >li.active {
    border-bottom: 3px solid var(--theme-color);
  }

}




.menu-items {
  list-style-type: none;
  font-size: 11px;
  display: inline-flex;
  margin-bottom: 0;
  margin-top: 20px
}












.features {
  >h3 {
    font-weight: 600;
  }
}


.features-list {
  list-style-type: none;
  line-height: 30px;
  margin-top: 1rem;

  >li {
    word-spacing: 3px;
    font-size: 1.1rem;
    font-weight: 600;

    >span {
      font-size: 1.6rem;
      color: green;
      margin-right: 9px;
    }
  }
}


.login_container {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;

  height: 100vh;

  >form {
    width: 40%;
    border: 1px solid rgb(187, 184, 184);
    padding: 3rem;
    background: rgb(255, 255, 255);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.reset_request {
  width: 60%;
  border: 1px solid rgb(187, 184, 184);
  padding: 3rem;
  background: rgb(255, 255, 255);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}



.cart_product_card {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
}

.remove_cart_el {
  position: absolute;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
  top: 1rem;
  right: 1rem;
}



.search-dealer-form {
  form {

    >select {
      padding: 1rem;
      margin: 1rem;
      color: #777777;
      border-radius: 10px;
      border: none;
    }

    >button {
      padding: 1rem 1rem;
      width: 200px;
      border: none;
      background-color: var(--theme-color);
      font-size: 1.2rem;
      color: white;
      border-radius: 10px;
    }

    >button:hover {
      background-color: blue;
    }
  }
}


.dealers-list {

  >ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

    >.dealer-info-card {
      display: flex;
      flex-direction: column;
      align-items: baseline;
      border: 1px solid rgb(115, 115, 115);
      line-height: 2rem;
      padding: 1rem 2rem;

      width: 400px;

      >h4 {
        font-size: 17px;
        line-height: 1;
        font-weight: 700;
        color: #373737;
        text-transform: uppercase;
        margin-bottom: 25px;
      }

      >div {
        background-position: left 5px;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 15px;

        >i {
          margin-right: 5px;
        }
      }

    }
  }
}





.car-form {
  >.form-group {
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: .6rem;

    >input {
      border: none;
      outline: none;
      border-bottom: 1px solid rgb(156, 156, 156);
      border-radius: 0;
    }
  }
}



.custom_container {
  width: 80%;
  margin: auto;
  margin-top: 1rem;
}


.dealer-product-stock-table {
  overflow-x: scroll;
  /* min-width: 700px; */
}


.dealer-recent-updates {
  >ul {
    list-style: none;

    >li {
      line-height: 2rem;
      font-size: 1.2rem;
      color: #565555;
      width: 100%;
      border-bottom: 1px solid var(--theme-color);
    }
  }
}



/* For large devices */
@media screen and (min-width: 1120px) {
  .card__container {
    max-width: 1400px;
  }

  .swiper-button-prev {
    left: -1rem;
  }

  .swiper-button-next {
    right: -1rem;
  }

  .custom_container {
    width: 80%;
  }

}

.dashboard-stats {
  color: #565555;
}








@media (max-width: 768px) {
  .product-detail-picture div {
    height: auto;

    >img {
      max-width: 100%;
      height: 500px;
    }
  }




  .card__content {
    margin-inline: 3rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }


  .dealers-list {

    >ul {


      >.dealer-info-card {
        padding: .8rem 1.5rem;
        width: 350px;

      }
    }

  }

  .custom_container {
    width: 90%;
  }

}

@media (max-width: 500px) {
  .cart-size {
    display: flex;
    gap: 1px;
    flex-direction: column;

  }

  .size {
    gap: .9rem;
  }

  .remove_cart_el {

    top: -10px;
    right: -12px;

    >svg {
      height: 22px;
      width: 22px;
    }
  }

  .cart_product_card {
    padding: 1rem;
  }


  .parameter {
    display: flex;
    flex-direction: column;
    margin: .5rem 0;


    >small {
      color: var(--theme-color);
    }

    >input {
      padding: 5px;
      width: 90px;
      outline: none;
      font-size: .9rem;
      font-weight: 400;
    }

    >select {
      padding: 8px 25px;
      font-size: .9rem;
      font-weight: 400;
      cursor: pointer;

      >option {
        padding: 5px 0;
        cursor: pointer;


      }
    }
  }



  .card__data {
    padding: 1rem;
  }

  .banner_area .banner_inner .banner_content h2 {
    color: #fff;
    font-size: 30px;
    font-family: "Heebo", sans-serif;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: bold;
  }




  .dealers-list {

    >ul {


      >.dealer-info-card {
        padding: .8rem 1.5rem;
        width: 300px;


        >div {
          font-size: 16px;


          >i {
            margin-right: 5px;
          }
        }

      }
    }
  }

  .custom_container {
    width: 100%;
  }

  .dashboard-stats {
    font: 1.1rem;
  }

}

/* General Styles */

.card-category {
  color: #777777;
}

.service-card {
  background: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  padding: 15px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0 .5px 2px rgba(0, 0, 0, 0.1);
}

/* Heading Styling */
.service-card h4 {
  font-size: 1.5rem;
  /* Increased font size for prominence */
  font-weight: 700;
  color: #343a40;
  margin-bottom: 1rem;
  /* Increased margin for spacing */
  position: relative;
  z-index: 1;
}

/* Hover Effect */
.service-card:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background-color: #f8f9fa;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(0, 123, 255, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.service-card:hover::before {
  opacity: 1;
}

/* Optional Adjustments */
.section-title {
  margin-bottom: 3rem;
}

.row.g-4 {
  margin-left: -15px;
  margin-right: -15px;
}

.col-md-6,
.col-lg-4 {
  padding-left: 15px;
  padding-right: 15px;
}