body {
  font-family: 'gabriola', serif;
  font-size: 1.25rem;
  background-color: #fff7f7;
  color: #3c3c3c;
  margin: 0;
  padding: 0;
  text-align: justify;
}

footer {
  background-color: #3c3c3c;
  color: #fff7f7;
}

/* Navbar */
.navbar {
  background-color: #e7d7c5 !important;
padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  min-height: 48px;
  height: 165px; /* force fixed height */
  overflow: visible;
}

.navbar .flex-grow-1 {
  flex: 1 1 auto;            /* fills available horizontal space */
}

.navbar-text a {
  font-size: 3rem;
  text-decoration: none;
  color: #800020;
}

.navbar-brand {
  color: rgb(235, 6, 158) !important;
  letter-spacing: 1px;
}

.navbar-brand {
  position: absolute;
  top: -20px; /* adjust as needed */
  left: 45%;
  transform: translateX(-50%);
  z-index: 2;
}
.navbar-brand img {
  max-height: 200px;
  height: auto;
}

@media (max-width: 992px) {
  .navbar-brand img {
    max-height: 150px;       /* mobile logo */
  }
  .navbar-toggler {
    z-index: 1;
  }
}

.nav-link {
  color: #4b2e2b !important;
  font-size: 2rem;
  transition: 0.3s;
}

.nav-link:hover,
.nav-link.active {
  color: rgb(235, 6, 158) !important;
}

/* Dropdown items */
.dropdown-item {
  color: rgb(235, 6, 158);
  font-size: 1.75rem;
}

.dropdown-item:hover,
.dropdown-item.active {
  background-color: #fdf0f5;
  color: deeppink;
}

.dropdown-menu {
  right: 0 !important;
  left: auto !important;
  width: max-content;
  max-width: 100vw;          /* prevents overflow */
  overflow-x: auto;          /* allows scrolling if needed */
  box-sizing: border-box;
  z-index: 2000;             /* ensures dropdown above banner */
  position: absolute;
}

/* Banner */
.banner-container {
  padding-top: 5px; /* creates space for logo overlap */
  position: relative;
  z-index: 1;
  background-color: #a83244;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  overflow: hidden;
  white-space: nowrap;
}

.scroll-text {
  display: inline-block;
  padding: 10px;
  animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

.banner-phone {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  animation: scroll-left 25s linear infinite;
}

.banner-phone:hover {
  color: #333;
}

/* Mobile adjustments for banner */
@media (max-width: 768px) {
  .banner-container {
    font-size: 0.85rem;
    padding: 4px;
    overflow: hidden;
    white-space: nowrap;
  }
  .scroll-text {
    white-space: normal;   /* allow wrapping */
    text-align: center;
    animation: none;       /* stop scrolling on mobile */
    padding: 4px;
  }
  .banner-container .btn-close {
    float: right;
    margin-left: 10px;
  }
  .banner-container .extra-info {
    display: none;         /* hide secondary details */
  }
}

/* tags */
.tags {
  color: #fff7f7;
  font-weight: 0.25rem;
  margin: 0;
  }

.tags h2{
  color: #fff7f7;
  font-weight: 0.25rem;
  margin: 0;
  }

  .custom-font {
    font-size: 0.25rem;
  }
  .custom-font h2 {
    font-size: 0.25rem;
  }

.price-circle {
  position: absolute;
  top: 15px;              /* distance from top of card */
  left: 15px;             /* distance from left of card */
  background-color: #f8d562; /* golden background */
  color: #000;            /* text color */
  font-weight: bold;
  font-size: 2rem;        /* text size inside circle */
  border-radius: 50%;     /* makes it perfectly round */
  width: 60px;            /* circle width */
  height: 60px;           /* circle height */
  display: flex;          /* center text horizontally/vertically */
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2); /* subtle shadow */
}

.expl {
 font-size: .75rem;
}

/* market card */
.market-card {
  border: 3px solid #a83244;
  background-color: #f8f1e7;
  color: #5a0017;
}

/* Market card default (desktop) */
.market-card h2 {
  font-size: 2rem;   /* desktop title size */
  font-weight: bold;
  color: #800020;
}

.market-card p {
  font-size: 1.25rem;     /* desktop paragraph size */
  margin: 0.25rem 0;
  color: #5a0017;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .market-card h2 {
    font-size: 1.25rem;   /* smaller title on mobile */
  }
  .market-card p {
    font-size: 0.85rem;   /* smaller text on mobile */
  }
}


/* Ensure dropdown menus appear above the event banner */
.navbar .dropdown-menu {
  z-index: 2000;   /* higher than the banner */
  position: absolute; /* ensures it layers correctly */
}


.bouquet-card {
  border: 9px solid #800020;
    color: #070707 /*#a83244*/;
    background-color: #F9C2D1;
    font-size: 1rem ;
}
.bouquet-card img { 
  width: 100%; height: auto; object-fit: cover; 
}

/* bouquet card */
.bouquet-card h2 {
    font-size: 2rem;     /* desktop paragraph size */
font-weight: bold;
text-align: center;
}

.ital {
  font-style: italic;
  line-height: 0.5;
}

.val {
  font-weight: 2rem;
  color: #800020;
}



/* bouquet card */
.bouquet-card p {
    font-size: 1.25rem;     /* desktop paragraph size */
    /*line-height: 0.5; /* tighter spacing */
}

.creations-card {
  padding: 20px;
  border: 3px solid #a83244; 
 background-color: #e7d7c6;
 color: #800020;
}

.creations-card .card-title {
  font-size: 2rem;
}

.btn-petitefleur {
  background-color: #800020; /* deep burgundy */
  color: #fff;               /* white text */
  border: none;
  font-size: 1.25rem;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;        /* rounded corners */
  transition: background-color 0.3s ease;
}

.btn-petitefleur:hover {
  background-color: #a83244; /* lighter burgundy on hover */
  color: #fff;
}

#bouquet-carousel .card {
  height: 100%;
}

#bouquet-carousel .row {
  align-items: stretch; /* makes both columns equal height */
}

/* Ensure images don’t stretch oddly */
.carousel-item img {
  object-fit: cover;
  height: 250px; /* adjust as needed */
}

#bouquet-carousel p {
  font-size: 1rem;
  font-weight: 500;
  color: #6c2c2c; /* boutique burgundy */
  margin-top: 0.5rem;
}

#bouquetCarouselMobile p {
  font-size: 1rem;
  font-weight: 500;
  color: #6c2c2c; /* boutique burgundy */
  margin-top: 0.5rem;
}

#bouquetCarousel img {
  width: 100%;
  height: auto;   /* keeps full height proportional */
  object-fit: contain; /* ensures the whole image fits */
}

.modal-body {
  background-color: #f8d562;
}


.scroll-text {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

.list-inline-item {
  font-size: 1.25rem;
  margin-right: 15px;
  color: #3c3c3c;
}

.list-inline-item i {
  margin-right: 6px;
  color: #6e20b8; /* boutique red accent */
}

.image-hover-container {
  position: relative;
  display: inline-block;
}

.image-hover-container img {
  display: block;
  width: 100%;
  height: auto;
}

.hover-text {
  position: absolute;
  bottom: 10px; /* adjust placement */
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.6); /* semi-transparent background */
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 1rem;
}

.image-hover-container:hover .hover-text {
  opacity: 1;
}

.banner-container {
  background-color: #a83244; 
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  
  overflow: hidden;
  white-space: nowrap;
}

.scroll-text {
  display: inline-block;
  padding: 2px;
  animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

.banner-phone {
  color: #000000;           /* black text */
  text-decoration: none;    /* removes underline */
  font-weight: bold;        /* optional: makes it stand out */
  animation: scroll-left 25s linear infinite;
}

.banner-phone:hover {
  color: #333333;           /* optional: darker gray on hover */
}

/* Banner fade effect */
#marketBanner {
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  opacity: 1;
  visibility: visible;
}

#marketBanner.hidden {
  opacity: 0;
  visibility: hidden;
}

.delivery-card {
  border: 3px solid #a83244; 
 background-color: hsl(32, 40%, 84%);
}

.about-card h2, 
.about-card p {
  text-align: left; 
}

#about-contact .row {
  align-items: stretch; /* ensures both columns stretch equally */
}

#about-contact .col-md-6 {
  display: flex;
  flex-direction: column;
}

#about-contact .card {
  flex: 1; /* makes cards fill available height */
}

#about-contact .col-md-6 .card + .card {
  margin-top: 1rem; /* space between Payments and About cards */
}

#about-contact iframe {
  margin-bottom: 1rem; /* breathing room above payments */
}

.background-card {
  background-color: #fff7f7;
  border: 3px solid #a83244; 
}

#warningModal .modal-content, #careFlowersModal .modal-content, #returnPolicyModal .modal-content {
  font-family: Arial, sans-serif;
}

/* Fall */
/* Equal height row setup */
.equal-height-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.equal-height-row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

/* Force carousel and cards to share the same height */
.equal-height-row .card,
.equal-height-row #fallCarousel {
  height: 500px; /* adjust as needed */
}

/* Images inside cards and carousel */
.equal-height-row .card-img-top,
.equal-height-row .carousel-item img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
/* Change background color only for Pumpkin Centerpiece Modal */
#pumpkinCenterpieceModal .modal-body,
#basketCenterpieceModal  .modal-body,
#pumpkinModal .modal-body,
#fallverticalModal .modal-body,
#rusticfallModal .modal-body {
  background-color: #fff7f7; /* soft pink-beige */
  color: #3c3c3c;           /* text color */
}

/* Fix image sizing inside Pumpkin Centerpiece Modal */
#pumpkinCenterpieceModal .carousel-item img,
#basketCenterpieceModal  .carousel-item img,
#pumpkinModal .carousel-item img,
#fallverticalModal .carousel-item img,
#rusticfallModal .carousel-item img {
  max-height: 80vh;   /* fits within viewport */
  width: auto;        /* keep natural width */
  margin: 0 auto;     /* center horizontally */
  object-fit: contain; /* show full image without cropping */
}

/* Signature */
/* Equal height for carousel and image column */
.signature-row {
  display: flex;
  flex-wrap: wrap;
}

.signature-carousel {
  height: 100%;
}

/* Make carousel match height of right column */
.signature-carousel-wrapper .carousel,
.signature-carousel-wrapper .carousel-inner,
.signature-carousel-wrapper .carousel-item {
  height: 100%;
}

.signature-carousel-wrapper img {
  object-fit: cover;
}


/* Each row in the right column takes half the height */
.col-md-6 .row.flex-fill {
  flex: 1; /* equal halves */
}

/* Images fill their cells without distortion */
.object-cover {
  object-fit: cover;
}

/* Holidays */
/* Make modal carousel images scale nicely */
.modal .carousel-item img {
  object-fit: contain;   /* show full image without cropping */
  max-height: 70vh;      /* keep within viewport height */
  width: 100%;           /* scale to modal width */
  margin: 0 auto;        /* center horizontally */
}

/* Optional: give modal body a dark background so landscape images pop */
.modal-body {
  background-color: #f8f5f0; /* brand beige tone */
}

.modal .carousel-item img {
  object-fit: cover;
  height: 70vh;
  width: 100%;
}

.arrangement-carousel-wrapper .carousel-item img {
  width: 100%;
  height: auto;
  object-fit: contain;   /* ensures full image is visible */
  max-height: 500px;
}


/* Workshop */
.previous-workshop img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.previous-workshop img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.btn-burgundy {
  background-color: #800020; /* Burgundy hex code */
  border-color: #800020;
  color: #fff; /* White text for contrast */
}

.btn-burgundy:hover {
  background-color: #660018; /* Darker shade on hover */
  border-color: #660018;
  color: #fff;
}


/* Valentine */
.price-badge {
  position: absolute;
  top: 80px;        /* adjust if needed */
  right: 20px;
  width: 50px;
  height: 50px;
  background: #c62828;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  font-weight: 700;
  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
  z-index: 10;
}


.price-badge span {
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.price-badge {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .price-badge {
    width: 90px;
    height: 90px;
    font-size: 1.6rem;
    top: 50px;
    right: 10px;
  }
}

/* Valentine Inspirations carousel only */
#valCarousel .carousel-item img {
  width: 100%;
  height: auto;
  max-height: 70vh;
  object-fit: contain;
  background-color: #fff7f7;
}

#valCarousel .carousel-caption {
  position: static;
  margin-top: 0.5rem;
  color: #3c3c3c;
}

#valCarousel .val-caption {
  background: rgb(245, 179, 179); /* soft blush */
  color: #3c3c3c;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
