body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333;
  background-color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.cart-nav {
  padding-right: 25px;
}

.jumbotron {
  width: 100%;
  background-image: url("/images/L_WEDDING.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.card {
  border: 1px solid #e0e0e0;
  transition: box-shadow 0.3s ease;
}
.card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header-logo {
  background-image: url("/images/logo.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: auto;
  height: 80px;
  min-width: 150px;
}

footer {
  margin-top: auto;
  background: linear-gradient(to bottom, #0d6efd, #0dcaf0);
  color: white;
}
footer h5, footer h6, footer p, footer a {
  color: white;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.8);
}
footer hr {
  border-color: rgba(255, 255, 255, 0.3);
}

.btn-primary {
  background-color: #4a90e2;
  border-color: #4a90e2;
}
.btn-primary:hover {
  background-color: rgb(34.3857142857, 117.3857142857, 214.6142857143);
  border-color: rgb(34.3857142857, 117.3857142857, 214.6142857143);
}

.btn-success {
  background-color: #f39c12;
  border-color: #f39c12;
}
.btn-success:hover {
  background-color: rgb(199.8795180723, 126.5060240964, 10.1204819277);
  border-color: rgb(199.8795180723, 126.5060240964, 10.1204819277);
}

section {
  width: 100%;
  padding: 0;
  margin: 0;
}

.hero-section {
  min-height: 60vh;
  background-image: url("/images/L_SKYDIVE.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-content {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 3rem;
  border-radius: 1rem;
  margin: 2rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.benefits-section {
  background: linear-gradient(to bottom, #f39c12, #f1c40f);
  padding: 4rem 0;
}

.benefit-card {
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 1rem;
  overflow: hidden;
}
.benefit-card img {
  height: 250px;
  object-fit: cover;
  object-position: center top;
}

.flavors-section {
  background-image: url("/images/P_MARKET.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 4rem 0;
  position: relative;
}
.flavors-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(52, 152, 219, 0.85), rgba(41, 128, 185, 0.85));
}
.flavors-section .container {
  position: relative;
  z-index: 1;
}
.flavors-section h2 {
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.flavor-card {
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 1rem;
  overflow: hidden;
}
.flavor-card img {
  height: 300px;
  object-fit: cover;
}

.cta-section {
  background: linear-gradient(to bottom, #27ae60, #16a085);
  padding: 4rem 0;
  color: white;
}
.cta-section h3,
.cta-section p {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.about-hero-section {
  background: linear-gradient(to bottom right, #4a90e2, #5ba3f5);
  color: white;
  padding: 5rem 0;
}
.about-hero-section h1,
.about-hero-section p {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.story-section {
  padding: 5rem 0;
  background-color: #fff;
}

.values-section {
  background: linear-gradient(to bottom, #f39c12, #f1c40f);
  padding: 5rem 0;
}

.value-card {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.value-icon {
  font-size: 3rem;
}

.mission-section {
  padding: 5rem 0;
  background-color: #f8f9fa;
}

.about-cta-section {
  background: linear-gradient(to bottom, #27ae60, #16a085);
  padding: 4rem 0;
  color: white;
}
.about-cta-section h3,
.about-cta-section p {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.about-cta-section .btn-outline-primary {
  border-color: white;
  color: white;
}
.about-cta-section .btn-outline-primary:hover {
  background-color: white;
  color: #27ae60;
}

.order-hero-section {
  background-image: url("/images/L_HOLIDAY_BIZARRE.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.order-content-section {
  background: linear-gradient(to bottom, #fff4e6, #ffe0b2);
  padding: 3rem 0;
  min-height: 70vh;
}

.checkout-hero-section {
  background-image: url("/images/L_FEAST.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.checkout-content-section {
  background: linear-gradient(to bottom, #fff4e6, #ffe0b2);
  padding: 3rem 0;
  min-height: 70vh;
}

.confirmation-section {
  background: linear-gradient(to bottom, #fff4e6, #ffe0b2);
  padding: 3rem 0;
  min-height: 70vh;
}

.product-row {
  transition: background-color 0.2s ease;
  border-radius: 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.product-row:hover {
  background-color: #f8f9fa;
}

.product-thumbnail {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.product-thumbnail:hover {
  transform: scale(1.05);
}

.cart-item-thumbnail {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 0.375rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cart-item {
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease;
}
.cart-item:hover {
  background-color: #f8f9fa;
}

.quantity-input {
  max-width: 80px;
  -moz-appearance: textfield;
}
.quantity-input::-webkit-outer-spin-button, .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sticky-top {
  z-index: 1020;
}

.col-lg-8 .card {
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}

.col-lg-4 .card {
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  background: linear-gradient(to bottom, #ffffff, #f8f9fa);
}

.contact-hero-section {
  background-image: url("/images/L_BIRTHDAY.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 0;
  position: relative;
}
.contact-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.contact-hero-section .container {
  position: relative;
  z-index: 1;
}
.contact-hero-section h1 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.contact-content-section {
  background: linear-gradient(to bottom, #fff4e6, #ffe0b2);
  padding: 4rem 0;
  min-height: 60vh;
}

.contact-info a {
  color: #4a90e2;
  text-decoration: none;
}
.contact-info a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=main.css.map */
