/*********************service****************/
.serv_pg_1_left1_inner1 span a {
  width: 120px;
  height: 120px;
  line-height: 120px;
  color: var(--bs-dark) !important;
}

.serv_pg_1_left1_inner1 {
  top: 26%;
  display: none;
  transition: 0.3s;
}

.serv_pg_1_left:hover .serv_pg_1_left1_inner1 {
  display: block;
  transition: 0.3s;
}

.serv_pg_1_left2 {
  border-bottom: 5px solid transparent;
  transition: 0.3s;
}

.serv_pg_1_left:hover .serv_pg_1_left2 {
  display: block;
  transition: 0.3s;
  border-bottom: 5px solid var(--yellow);
  background: var(--bs-white) !important;
}

#help {
  background-image: url(../image/1.jpg);
  background-position: center center;
  background-size: cover;
}

.serv_dt1_right1 ul li {
  transition: 0.3s;
  border-left: 5px solid transparent;
  border-bottom: 1px solid var(--border_light);
}

.serv_dt1_right1 ul li:hover {
  transition: 0.3s;
  border-left: 5px solid var(--yellow);
}

.heading {
  border-left: 5px solid var(--yellow);
}

/*********************service_end****************/



@media screen and (max-width : 767px) {
  .serv_pg_1_left {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .serv_dt1_right {
    margin-top: 20px;
  }

  .contact_1_left {
    padding: 30px 15px !important;
    margin-bottom: 20px;
  }
}


@media (min-width:576px) and (max-width:767px) {
  .serv_pg_1_left1_inner1 {
    top: 36%;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .serv_pg_1_left1_inner1 span a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 36px !important;
  }
}

@media (min-width:992px) and (max-width:1200px) {}

@media (min-width:1201px) and (max-width:1310px) {}

@media screen and (min-width : 1400px) {
  .serv_pg_1_left2 p {
    font-size: 18px;
  }

}

.kemp-products-section {
  background: radial-gradient(circle at top, #1b1b1b, #0d0d0d);
  padding: 100px 0;
  color: #fff;
}

.kemp-title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1px;
}

.kemp-subtitle {
  color: #aaa;
  margin-top: 10px;
  font-size: 15px;
}

.kemp-subtitle span {
  color: #f5c400;
  font-weight: 600;
}

.kemp-card {
  background: #111;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
}

.kemp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
}

.kemp-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.kemp-content {
  padding: 30px;
}

.kemp-content h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

.kemp-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kemp-content ul li {
  color: #bbb;
  margin-bottom: 8px;
  font-size: 15px;
}

.kemp-brand {
  display: block;
  margin-top: 15px;
  color: #f5c400;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}



/* Change h4 color on card hover */
.kemp-card:hover h4 {
  color: yellow;
  transition: color 0.3s ease;
}

/* Card hover effect */
.kemp-card {
  transition: all 0.3s ease;
  /* smooth transition for shadow and h4 */
}

.kemp-card:hover {
  box-shadow: 0 10px 20px rgba(255, 255, 0, 0.3);
  /* light yellow shadow */
}

.kemp-card:hover h4 {
  color: yellow;
  /* h4 text changes to yellow on hover */
}


.carousel-item {
  transition: transform 0.6s ease-in-out;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev,
.carousel-control-next {
  width: 55px;
  height: 55px;
  background-color: #f5c400;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(0);
}


.catalog-section {
  background: #000;
  color: #fff;
  padding: 60px 0;
}

/* Sidebar */
.catalog-sidebar {
  padding: 40px;
  border-right: 1px solid #222;
}

.sidebar-title {
  color: #f5c400;
  border-bottom: 3px solid #f5c400;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.catalog-menu {
  list-style: none;
  padding: 0;
}

.catalog-menu li.active a {
  background-color: #c5003c;
  color: #fff;
}

/* Hover for normal items */
.catalog-menu li:not(.active) a:hover {
  background-color: #f2f2f2;
  color: #000;
}

/* Prevent hover change on active item */
.catalog-menu li.active a:hover {
  background-color: #c5003c;
  color: #fff;
}

/* Content */
.catalog-content {
  padding: 40px;
}

.catalog-description {
  color: #aaa;
  max-width: 800px;
}

.catalog-heading {
  color: #f5c400;
  font-weight: 700;
  margin-top: 20px;
}

/* Product Cards */
.product-card {
  text-align: center;
  background: #111;
  padding: 20px;
  border-radius: 8px;
  transition: 0.3s;
}

.product-card img {
  width: 100%;
  max-height: 250px;
  object-fit: contain;
  background: #eee;
  padding: 15px;
}

.product-card h5 {
  margin-top: 15px;
  font-weight: 600;
}

.product-card .model {
  color: #f5c400;
  font-size: 14px;
}

/* Description fixed height */
.product-card .desc {
  font-size: 14px;
  color: #ffffff;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* show 4 lines only */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}




@media (max-width: 991px) {
  .catalog-sidebar {
    display: none;
  }
}
