
.countdown-section {
  background-color: #ffffff;
  border-top: 3px solid #004aad;
  border-bottom: 3px solid #004aad;
}

.time-box {
  text-align: center;
}

.time-box h3 {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  margin: 0;
}

.time-box p {
  font-size: 16px;
  color: #333;
  margin: 0;
  text-transform: lowercase;
}
.orange-section {
  background-color: #ff7b00; /* насичений оранжевий */
  color: #fff; /* білий текст */
  text-align: center;
  padding: 40px 20px; /* відступи */
  font-weight: 900; /* жирний текст */
  font-size: clamp(16px, 5vw, 30px); /* резиновий шрифт */
  text-transform: uppercase; /* великі літери */
  letter-spacing: 2px; /* трохи розріджений текст */
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* легка тінь */
}

.photo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0; /* відступи між блоками */
  }
  #reviews {
    text-align: center;
  }

  .review-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 15px auto;
    padding: 10px 20px;
    max-width: 600px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }

  .review-photo {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
  }

  .review-box p {
    margin: 0;
    font-weight: 500;
  }
  .time {
        font-size: 40px;
        font-weight: bold;
        color: #000;
    }

    .labels {
        display: flex;
        justify-content: center;
        gap: 35px;
        margin-top: 5px;
        font-size: 14px;
        color: #555;
    }

    .value {
        display: inline-block;
        min-width: 50px;
    }
    .price {
      font-size:50px;
    }
    .price_second {
     font-size: clamp(30px, 5vw, 50px);

    }
     #postSuggestions {
    position: absolute;
    width: 100%;
    z-index: 5;
    }
    #postSuggestions .list-group-item {
    cursor: pointer;
    }
