/* body {
  font-family: Arial, sans-serif;
  background-color: #fdfdfd;
  padding: 2rem;
} */

/* h2 {
  color: #e26a2c;
  font-weight: bold;
} */

.check-icon::before {
  content: "✔";
  margin-right: 8px;
  color: orange;
}

.features li {
  margin-bottom: 0.5rem;
}

/* .info-box {
  background-color: #f1f1f1;
  padding: 1.5rem;
  border-radius: 10px;
  margin-top: 2rem;
} */

.icon-label {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  margin-top: 0.5rem;
}

.icon-col {
  text-align: center;
  padding: 1rem;
}

.product-image {
  max-width: 100%;
  height: auto;
}

.spec-circle {
  width: 80px;
  height: 80px;
  border: 2px solid #4caf50;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #333;
}

/* ============== other content css =========== */
.section-title {
  background-color: #f7931e;
  color: white;
  display: inline-block;
  padding: 0.4rem 1rem;
  font-weight: bold;
  border-radius: 4px;
}
h5 {
  color: #e65100;
  font-weight: bold;
  margin-top: 1.5rem;
}
ul.custom-list {
  list-style-type: disc;
  padding-left: 1.2rem;
}
ul.custom-list li {
  margin-bottom: 0.5rem;
}
.highlight {
  font-weight: bold;
}
.highlight-orange {
  color: #e65100;
  font-weight: bold;
}
.highlight-red {
  color: #e53935;
  font-weight: bold;
}

/* ============= parallex  css ========= */

.parallex {
  background-image: url("../images/bed.png");
  height: 200px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* .parallax h1 {
  color: white;
  text-align: center;
  padding-top: 200px;
  font-size: 3rem;
  font-weight: bold;
} */
