/*
Theme Name: Kute Theme Child
Description: This is a child theme for kute Theme
Template: kute
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}



/* ======= GRID D?CH V? ======= */
ul.service {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.service .col-ser a {
  text-decoration: none;
  color: inherit;
}

.service .colser {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  border-top: 4px solid #b71c1c;
  padding: 40px 25px 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.service .colser:hover {
  transform: translateY(-5px);
  border-color: #b71c1c;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.service .colser img {
  height: 60px;
  margin-bottom: 15px;
}

.service .colser h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 0;
}

.service .colser .more {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #b71c1c;
  font-size: 16px;
}
