.alat {
  padding-block: 48px;
  margin-top: 0;
}

.product-image {
  width: 295px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-image img {
  max-width: 100%;
  width: 295px;
  height: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.product-image img:hover {
  transform: scale(1.3);
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
}

.content-alat {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.alat .row h3 {
  font-weight: bold;
  background: linear-gradient(353deg, #e66700 14.43%, #803900 108.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.alat .row p {
  font-size: 18px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

/* Style the buttons that are used to open the tab content */
.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 60px;
  transition: 0.3s;
  font-size: 18px;
  position: relative; /* Needed for the pseudo-element */
  background: linear-gradient(353deg, #e66700 14.43%, #803900 108.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Change background color of buttons on hover */
.tab button:hover::after,
.tab button.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(
    --primary-color-600
  ); /* Change this color to your desired line color */
}

/* Remove background color on hover */
.tab button:hover {
  background-color: inherit;
}

/* Remove background color for active button */
.tab button.active {
  background-color: inherit;
  font-weight: bolder;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 60px 12px;
  border-top: none;
  min-height: 40vh;
}

.tabcontent .card-panduan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.tabcontent .card-panduan h5 {
  background: linear-gradient(353deg, #e66700 14.43%, #803900 108.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
}

.tabcontent .card-panduan a {
  width: 15%;
}

.head-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
  width: 100%;
}

.head-card .card {
  cursor: pointer;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease-in-out;
  padding: 2vh 0;
}

.head-card .card:hover {
  box-shadow: 0 0 10px 2px var(--primary-color-200);
}

.head-card .card .card-title {
  background: linear-gradient(353deg, #e66700 14.43%, #803900 108.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 16px;
}

#Spesifikasi .spec p {
  font-weight: bold;
  background: linear-gradient(353deg, #e66700 14.43%, #803900 108.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid var(--primary-color-600);
  padding-bottom: 10px;
}

#Spesifikasi .spec ul li {
  display: flex;
}

#Spesifikasi .spec ul li .key {
  width: 40%;
  display: flex;
  align-items: center;
}

/* @media (max-width: 1366px) {
  .alat {
    height: 50vh;
  }
} */

@media (min-width: 768px) and (max-width: 1024px) {
  .alat .row p {
    font-size: 16px;
  }
}

/*@media (min-width: 1280px) {
  .alat {
    height: 60vh;
  }
} */

/* @media (min-width: 800px) {
  .alat {
    height: 100%;
    box-sizing: border-box;
  }

  .card-text {
    font-size: small;
  }

  .tabcontent .card-panduan a {
    width: 20%;
    font-size: smaller;
  }
} */

/* MOBILE VERSION */
@media (max-width: 767px) {
  /* ALAT */
  .alat {
    padding-block: 0px;
    padding-top: 16px;
  }
  .alat .row img {
    transform: none;
  }
  .alat .row p {
    font-size: 16px;
  }

  .product-image {
    width: 100%;
  }

  .product-image img {
    width: 100%;
  }

  /* TAB */
  .tab {
    overflow: hidden;
    display: flex;
  }

  .tab button {
    font-size: 16px;
    font-weight: bold;
    width: calc(100% / 3);
    text-align: center;
    padding: 14px 0;
  }

  /* Style the tab content */
  .tabcontent {
    padding: 20px 12px;
  }

  /* Fitur */
  .head-card {
    grid-template-columns: 1fr;
    column-gap: 0;
    gap: 10px;
  }

  .head-card .card {
    height: auto;
    box-sizing: border-box;
  }

  .head-card .card .card-title {
    font-size: 14px;
  }

  .card-text {
    font-size: 14px;
  }

  /* Spesifikasi */
  #Spesifikasi .spec ul li {
    font-size: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #Spesifikasi .spec p {
    font-size: 14px;
  }

  #Spesifikasi .spec ul li .key {
    width: 0%;
  }

  /* Panduan */
  .tabcontent .card-panduan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }

  .tabcontent .card-panduan h5 {
    font-size: 14px;
  }

  .tabcontent .card-panduan a {
    width: 40%;
    font-size: 14px;
  }
}
