/* Wrapper Content */
.wrapper-content {
  padding-inline: 96px;
  margin-top: 96px;
  min-height: 100vh;
}

/* Alat Section */
.alat {
  padding-block: 116px;
}

/* Product Image */
.product-image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-image img {
  max-width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Text Content */
.text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 24px;
}

.text-content h3 {
  color: var(--primary-color-500, #003da9);
  font-size: 40px;
  font-weight: bold;
  font-family: open-sans-bold;
  line-height: 52.8px; /* 132% */
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}

.text-content p {
  color: var(--neutral-color-900, #595959);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px; /* 150% */
  letter-spacing: 1px;
}

/* Tabs */
.tab {
  overflow: hidden;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

/* Tab Buttons */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 60px;
  transition: 0.3s;
  position: relative;
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.tab button:hover::after,
.tab button.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--primary-color-500);
}

.tab button:hover {
  background-color: inherit;
  color: var(--primary-color-500);
}

.tab button.active {
  background-color: inherit;
  color: var(--primary-color-500);
  font-weight: bolder;
}

/* Tab Content */
.tabcontent {
  display: none;
  padding: 80px 106px;
  border-top: none;
}

.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: 16px;
}

.tabcontent .card-panduan h5 {
  color: var(--primary-color-500);
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.tabcontent .card-panduan a {
  background-color: var(--primary-color-500);
  color: white;
  min-width: 96px;
  /* min-height: 48px; */
  padding: 6px 16px;
  border-radius: 6px;
  text-align: center;
  justify-content: center;
  display: flex;
}

/* Head Card Fitur */
.head-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 24px;
  width: 100%;
}

.head-card .card-icon {
  margin-right: 32px;
}

.head-card .card-body {
  padding: 0;
}

.head-card .card {
  cursor: pointer;
  width: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease-in-out;
  padding: 42px 32px;
}

.head-card .card:hover {
  box-shadow: 0 0 10px 2px var(--primary-color-200);
}

.head-card .card .card-title {
  color: var(--primary-color-500);
  font-size: 18px;
  font-weight: 700;
  line-height: 32px; /* 24px */
  letter-spacing: 0.2px;
}

.head-card .card .card-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.2px;
}

/* Accordion Item */
.accordion-item {
  padding: 0;
  border: none;
}

.accordion-item:not(.collapsed) {
  padding: 0;
  border: none;
}

/* Accordion Button */
.accordion-button {
  padding-inline: 10px;
  color: black;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.08px;
  padding-block: 18px;
}

.accordion-button:not(.collapsed) {
  color: black;
  background-color: #fff;
}

/* Accordion Button Arrow */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_1743_3360' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0'%3E%3Crect x='24' y='24' width='24' height='24' transform='rotate(-180 24 24)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1743_3360)'%3E%3Cpath d='M14 2L24 12L14 22L12.225 20.225L20.45 12L12.225 3.775L14 2Z' fill='%23949494'/%3E%3C/g%3E%3C/svg%3E");
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_1743_3675' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0'%3E%3Crect y='24' width='24' height='24' transform='rotate(-90 0 24)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1743_3675)'%3E%3Cpath d='M22 14L12 24L2 14L3.775 12.225L12 20.45L20.225 12.225L22 14Z' fill='%23949494'/%3E%3C/g%3E%3C/svg%3E");
  transform: rotate(0deg);
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* Specifications Accordion */
#specificationsAccordion .accordion-body {
  padding: 22px 64px;
}

#specificationsAccordion .specification-item {
  display: flex;
  justify-content: space-between;
  gap: 96px;
  margin-bottom: 16px;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07px;
}

#specificationsAccordion .specification-label {
  flex: 0 0 142px;
  color: var(--neutral-Color-800, #7d7d7d);
  font-weight: 600;
}

#specificationsAccordion .specification-value {
  flex: 1;
  color: #000;
  font-weight: 400;
}

#specificationsAccordion .specification-value ul {
  padding: 0;
  margin: 0;
}

#specificationsAccordion .specification-value li {
  list-style: none;
}

/* Media Queries */

/* For screens larger than 1536px */
@media (min-width: 1537px) {
  .tabcontent {
    padding: 80px 184px;
  }
  .text-content h3 {
    /* font-size: 48px; */
    line-height: 60px;
  }
  .text-content p {
    /* font-size: 28px; */
    line-height: 40px; /* 150% */
  }

  /* .tab button {
    font-size: 28px;
  } */

  /* .tabcontent .card-panduan h5 {
    font-size: 26px;
  }
  .head-card .card .card-title {
    font-size: 26px;
  } */
  .head-card .card .card-text {
    /* font-size: 24px; */
    line-height: 32px; /* 150% */
  }
  /* .accordion-button {
    font-size: 26px;
  } */
  #specificationsAccordion .specification-item {
    /* font-size: 24px; */
    line-height: 32px;
  }
  #specificationsAccordion .specification-label {
    flex: 0 0 180px;
  }
}

/* For screens smaller than 1024px */
@media only screen and (max-width: 1024px) {
  .wrapper-content {
    padding-inline: 16px;
    margin-top: 86px;
  }
  .alat {
    padding-block: 48px;
  }
  .product-image {
    width: 100%;
    padding-inline: 16px;
  }
  .product-image img {
    width: 100%;
    max-width: 100%;
  }
  .text-content {
    padding-left: 0px;
    padding-inline: 16px;
    width: 100%;
  }
  .text-content h3 {
    font-size: 24px;
    line-height: 150%;
  }
  .text-content p {
    font-size: 16px;
    line-height: 150%;
  }
  .tab {
    display: flex;
  }
  .tab button {
    font-size: 16px;
    font-weight: bold;
    width: calc(100% / 3);
    text-align: center;
    padding: 14px 0;
  }
  .tabcontent {
    padding: 20px 0px;
  }
  .head-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .head-card .card-icon {
    margin-right: 16px;
    padding: 20px;
  }
  .head-card .card {
    padding: 24px 12px;
  }
  .head-card .card .card-body img {
    width: 48px;
  }
  .head-card .card .card-title {
    font-size: 14px;
    line-height: 22px;
  }
  .head-card .card .card-text {
    font-size: 12px;
    line-height: 20px; /* 150% */
  }
  .accordion-button {
    padding-block: 12px;
    font-size: 14px;
  }
  #specificationsAccordion .accordion-body {
    padding: 8px 16px 24px 16px;
  }
  #specificationsAccordion .specification-item {
    gap: 16px;
    margin-bottom: 8px;
    font-size: 12px;
  }
  #specificationsAccordion .specification-label {
    flex: 0 0 30%;
  }
  #specificationsAccordion .specification-value {
    flex: 1;
  }
  .tabcontent .card-panduan {
    padding: 0 0 6px;
    margin-bottom: 16px;
    gap: 16px;
  }
  .tabcontent .card-panduan h5 {
    font-size: 14px;
    line-height: 120%;
  }
  .tabcontent .card-panduan a {
    font-size: 14px;
    min-height: auto;
    min-width: 120px;
  }
}
