.oneday-hero-section {
  background-image: url(../images/1-day/1day-header.png);
  background-color: #f0f1f1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.oneday-hero-content {
  position: relative;
  z-index: 1;
  padding: 20% 26% 0% 0%;
}

.oneday-hero-content .header-title-business {
  color: #055e56;
  font-family: "Montserrat", Sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.oneday-hero-content .header-title-delivery {
  color: #ffffff;
  font-family: "Prompt", Sans-serif;
  font-size: 5.5vw;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

.quick-easy-section {
  background-image: url(../images/1-day/quick-easy-bg.png);
  background-color: #f0f1f1;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .quick-easy-section {
    background-position: left center;
  }
}

.infographic-section {
  background-image: url(../images/1-day/infographic-section-bg.png);
  background-color: #f0f1f1;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  padding: 2rem 2rem 0rem 2rem;
}

#oneday-introduction {
  background-color: #f0f1f1;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 25px;
}

.btn-header-pills {
  fill: #ffffff;
  color: #ffffff;
  background-color: #58595b;
  border-radius: 40px;
  border: none;
  padding: 10px 20px; /* Add some padding to make the button look better */
  font-weight: 500; /* Optional: to make the text a bit bolder */
  transition: background-color 0.3s ease;
  margin: 5% auto;
}

.oneday-logo-container,
.oneday-arrow-container {
  vertical-align: middle;
  margin: 0 5px;
}

.oneday-logo {
  max-height: 50px;
  object-fit: contain;
}

.oneday-arrow {
  max-height: 30px;
  object-fit: contain;
}

.intro-title {
  color: #58595b;
  font-family: "Prompt", Sans-serif;
  font-size: 3.5em;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}

.feature-item {
  display: flex;
  align-items: center;
}

.feature-number {
  color: #00b5fa;
  font-family: "Montserrat", Sans-serif;
  font-size: 175px;
  font-weight: 900;
  line-height: 0.75;
}
.feature-item-content {
  vertical-align: top;
}

.feature-item-content h3 {
  color: #58595b;
  font-family: "Prompt", Sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
}

.quick-easy-content {
  border: 5px solid white;
  background-color: rgba(255, 255, 255, 0.75);
  @media screen and (max-width: 992px) {
    background-color: rgba(255, 255, 255, 0.85);
  }
}

.quick-easy-content h3 {
  color: #009ef9;
  font-family: "Prompt", Sans-serif;
  font-size: 30px;
  font-weight: 600;
}
.quick-easy-content h4 {
  color: #009ef9;
  font-family: "Prompt", Sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.quick-easy-big-number {
  color: #00b5fa;
  font-family: "Montserrat", Sans-serif;
  font-size: 8em;
  font-weight: 900;
  line-height: 1;
}
.quick-easy-small-number {
  color: #00b5fa;
  font-family: "Montserrat", Sans-serif;
  font-size: 5em;
  font-weight: 900;
  line-height: 1;
}

.quick-easy-big-number:nth-child(odd) {
  margin-left: 8%;
  margin-right: 10px;
  text-align: center;
}

.quick-easy-small-number:nth-child(odd) {
  margin-left: 8%;
  margin-right: 10px;
  text-align: center;
}

.quick-easy-small-number:nth-child(even) {
  margin-left: 10px;
  margin-right: 8%;
  text-align: center;
}

.quick-easy-feature-item {
  display: flex;
}

.quick-easy-feature-item:nth-child(odd) {
  justify-content: flex-start;
}

.quick-easy-feature-item:nth-child(even) {
  justify-content: flex-end;
}

.quick-easy-header {
  color: #58595b;
  text-shadow: #ffffff 5px 5px 0px;
  text-wrap-mode: nowrap;
  font-style: italic;
  font-weight: 600;
}

.quick-easy-header strong {
  color: #58595b;
  text-shadow: #ffffff 5px 5px 0px;
  text-wrap-mode: nowrap;
  font-style: italic;
  font-weight: 600;
}

#promotion {
  background-color: #00b5fa;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

#promotion .promotion-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
