body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-image: url("bg.png");
  color: white;
  padding-top: 5rem; /* 80px */
}

textarea#note {
  width: 100%;
  background: #1b1b1b;
  border: 0.09rem solid #333; /* 1px */
  border-radius: 0.5rem; /* 8px */
  color: white;
  padding: 1.34rem; /* 15px */
  font-size: 1rem;
  margin-bottom: 1.79rem; /* 20px */
  resize: none;
}

html {
  font-size: 70%;
}

#order-id {
  word-wrap: break-word;
  background: #111;
  padding: 1.34rem; /* 15px */
  border-radius: 0.5rem; /* 8px */
  border: 0.09rem solid #444; /* 1px */
  color: #00ffff;
  display: none;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3.75rem; /* 60px */
  background: #0d0d0d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem; /* 40px */
  z-index: 10;
}

.navbar-left {
  font-size: 1.3rem;
  font-weight: bold;
}

.navbar-center a {
  margin: 0 0.94rem; /* 15px */
  font-weight: 500;
}

.navbar-right .btn,
.navbar-right .btn-outline {
  margin-left: 0.625rem; /* 10px */
}

.customizer {
  max-width: 50rem; /* 800px */
  margin: auto;
  padding: 2.5rem 1.25rem; /* 40px 20px */
}

h1 {
  font-size: 2.5rem;
  background: linear-gradient(to right, #44fff3, #3333ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.25rem; /* 20px */
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.94rem; /* 15px */
  margin-bottom: 1.68rem; /* 30px */
}

.feature-item {
  background: #1b1b1b;
  border: 0.09rem solid #333; /* 1px */
  border-radius: 0.5rem; /* 8px */
  padding: 1.34rem 1.79rem; /* 15px 20px */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feature-item input {
  margin-right: 0.625rem; /* 10px */
}

.total-price {
  font-size: 1.5rem;
  margin-bottom: 1.25rem; /* 20px */
  font-weight: bold;
}

.btn.gradient {
  background: linear-gradient(90deg, rgb(68, 255, 243), rgb(51, 51, 255));
  color: white;
  padding: 0.75rem 1.25rem; /* 12px 20px */
  border: none;
  border-radius: 0.5rem; /* 8px */
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
}

.btn {
  padding: 0.75rem 1.25rem; /* 12px 20px */
  background-color: white;
  color: black;
  font-weight: bold;
  border-radius: 0.375rem; /* 6px */
  transition: all 0.3s ease;
}

.btn:hover {
  background-color: #ddd;
}

.btn.gradient:hover {
  background: linear-gradient(90deg, rgb(84, 68, 255), rgb(116, 51, 255));
  color: black;
}

.checkbox-wrapper-37 input[type="checkbox"] {
  display: none;
}

.checkbox-wrapper-37 .terms-label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.checkbox-wrapper-37 .terms-label .label-text {
  margin-left: 0.625rem; /* 10px */
  color: white;
}

.checkbox-wrapper-37 .checkbox-svg {
  width: 1.68rem; /* 30px */
  height: 1.68rem; /* 30px */
}

.checkbox-wrapper-37 .checkbox-box {
  fill: #111;
  stroke: #00ffff;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper-37 .checkbox-tick {
  stroke: #00ffff;
  stroke-dasharray: 172;
  stroke-dashoffset: 172;
  transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper-37 input[type="checkbox"]:checked + .terms-label .checkbox-box,
.checkbox-wrapper-37 input[type="checkbox"]:checked + .terms-label .checkbox-tick {
  stroke-dashoffset: 0;
}

@media (max-width: 48rem) { /* 768px */
  .customizer {
    padding: 1.25rem 0.625rem; /* 20px 10px */
  }

  body {
    flex-direction: column;
  }

  .sidebar {
    display: none; /* Hide sidebar on small screens */
  }

  .hero {
    margin-left: 0;
    margin-top: 5rem; /* 80px */
    padding: 1.25rem; /* 20px */
    max-width: 100%;
  }

  .hero h1 {
    font-size: 2rem; /* smaller heading */
  }

  .navbar {
    padding: 0 1.25rem; /* 20px */
    height: 3.125rem; /* 50px */
  }

  .navbar-left {
    font-size: 1rem;
    display: none;
  }

  .navbar-center a {
    margin: 0.625rem 1.25rem; /* 10px 20px */
    font-size: 0.9rem;
  }

  .navbar-right {
    display: none;
  }

  .buttons {
    flex-direction: column;
    gap: 0.625rem; /* 10px */
  }

  .btn {
    width: 100%; /* Full width buttons on mobile */
    text-align: center;
  }

  .whatsapp-rectangle {
    display: none;
  }
}
