@keyframes transformIn {

  from {
    opacity: 0;
    transform: rotateX('-10deg');
    background-color: black;
  }

  to {
    opacity: 1;
    transform: rotateX(0);
    background-color: #cdba96;
  }
}


.page-hr {
  opacity: 0.7;
}

#product-background {
  background-color: rgba(240, 240, 240, 0.4);
}

.products {
  width: 90%;
}

html body {
  height: 100%;
  width: 100%;
  font-family: sans-serif;
  color: #222;
  background-color: white;
  overflow-x: hidden !important;

}

.phone-ring {
  animation: ring 1.5s infinite;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  30% {
    transform: rotate(12deg);
  }

  40% {
    transform: rotate(-8deg);
  }

  50% {
    transform: rotate(10deg);
  }

  60% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.image-box {
  width: 500px;
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
  /* optional: for rounded corners */
}

.image-box img {
  width: auto;
  height: 100%;
  object-fit: cover;
  display: block;
}


.collapse-toggle {
  cursor: pointer;
  user-select: none;

}

#sleekCarousel {
  padding-right: 10%;
  padding-left: 10%
}

#sleekCarousel .carousel-item img {
  border-radius: 12px;
  object-fit: cover;
  height: 400px;
}

.carousel-control-prev-icon {
  filter: brightness(0.8);
  margin-right: 25%;
}

.carousel-control-next-icon {
  filter: brightness(0.8);
  margin-left: 25%;
}

.brand-img {
  opacity: 0.8;
}


/* sticky-phone.css */
.phone-sticky {
  position: fixed;
  bottom: 2rem !important;
  /* space from top */
  right: 1rem !important;
  /* space from right */
  z-index: 1055;
  /* above navbar (Bootstrap’s default is 1030) */

  color: #fff !important;
  border: 2px solid #fff !important;
  background: rgb(240, 240, 240, 0.5) !important;

  padding: .5rem 1rem;
  border-radius: 999px;
  /* Bootstrap “success” green — tweak */
  box-shadow: 0 0 .75rem rgba(0, 0, 0, .25);
  transition: background .2s;
}

.phone-sticky:hover,
.phone-sticky:focus {
  color: #000 !important;
  background: rgb(250, 250, 250, 0.5) !important;
  border-color: #000000 !important;
  /* darker on hover */
  text-decoration: none;
}

#quoteWidget {
  border: 2px solid #ffffff00 !important;
  background: rgba(255, 255, 255, 0.63) !important;
  padding: .5rem 1rem;
  border-radius: 9px;
  z-index: 1060;
}

/* Shared background helpers */
.section-bg,
.bg-img {
  position: absolute;
  inset: 0;
  /* top/right/bottom/left: 0 */
  width: 100%;
  height: 100%;
}

.bg-img {
  object-fit: cover;
  /* fill area without distortion */
  z-index: 0;
}

.bg-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,
      rgba(98, 84, 52, 0.45) 0%,
      rgba(0, 0, 0, 0.35) 55%,
      rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}

#bottom-section {
  height: 100vh !important;
  /* full viewport height */
}

/* Optional: show on mobile as a floating call button */
@media (max-width: 767.98px) {
  .phone-sticky {
    position: fixed;
    top: auto;
    bottom: 1.25rem;
    right: 1.25rem;
    /* bottom-right FAB style */
    padding: .75rem;
  }

  .phone-sticky span {
    display: none;
  }

  /* hide number, keep icon */
}


.blue-background {
  background: linear-gradient(90deg, #0057A0, #00BCD4);
}

.b-blue-background {
  background: linear-gradient(90deg, #05445E, #D4F1F4);
}

.green-grey-background {
  background: linear-gradient(90deg, #1a3300, #122620);
}


.dark-blue-background {
  background: linear-gradient(90deg, #44576D, #05445E);
}

.grey-background {
  background: linear-gradient(90deg, #44576D, #E6E6E6);
}

/*---------------------------------------------------------------------------------------------------------- */
/*navigation*/

.call-to-action {
  margin-left: 30px;
  background-color: #035096 !important;
  padding: 8px 20px !important;
  border-radius: 3px;
  color: white !important;
}

.nav-item {
  padding: 0.5vw 4vw 0.5vw 4vw;
}

.navbar {
  z-index: 3;
}

.dropdown-header {
  font-family: "Tinos", serif;
  font-weight: 700;
  font-size: 2vw !important;
  font-style: Bold;
}


.dropdown-menu {
  border-radius: 0% !important;
  border: none !important;
  padding: 0 !important;
  background-color: white !important;
  opacity: 0.97;
  padding-left: 4% !important;
  margin-top: 1px !important;
  transition: opacity 0.2s ease;

}

#size-guide-button {
  margin-top: -3rem;

}

#date-text {
  margin-top: -2.3rem !important;
}

#quote-menu {
  min-width: 300px;
  box-shadow: 0px 0px 5px black;
  border-radius: 4px;
}

#contact-menu {
  margin-left: 0 !important;
  width: 250px;
}

#contact-background {
  background-image: -webkit-image-set(url("/static/imgs/avif/Marquee%20Hire%20Auckland_background.avif") type("image/avif") 1x,
      url("/static/imgs/Marquee%20Hire%20Auckland_background.jpg") type("image/jpeg") 1x);
  background-image: image-set(url("/static/imgs/avif/Marquee%20Hire%20Auckland_background.avif") type("image/avif") 1x,
      url("/static/imgs/Marquee%20Hire%20Auckland_background.jpg") type("image/jpeg") 1x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 350px;
}

#toc-links {
  width: fit-content !important
}

#guide-tab {
  color: rgb(92, 48, 84) !important;
}

#guide-tab.active {
  color: rgb(5, 5, 5) !important;
}

#guide-tab:hover {
  color: rgb(40, 3, 33) !important;
}

#calc-tab {
  color: rgb(92, 48, 84) !important
}

#calc-tab.active {
  color: rgb(5, 5, 5) !important;
}

#calc-tab:hover {
  color: rgb(40, 3, 33) !important
}

@media screen and (min-width: 768px) {

  #size-helper-background {
    background-image: -webkit-image-set(url("/static/imgs/avif/size-helper-background.avif") type("image/avif") 1x,
        url("/static/imgs/size-helper-background.jpg") type("image/jpeg") 1x);
    background-image: image-set(url("/static/imgs/avif/size-helper-background.avif") type("image/avif") 1x,
        url("/static/imgs/size-helper-background.jpg") type("image/jpeg") 1x);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 350px;
    display: block;
    width: 100%;
    height: auto;
    /* tweak --skew to change angle (same % on top/bottom → parallel lines) */
    --skew: 6%;
    clip-path: polygon(0 0,
        /* top-left */
        100% var(--skew),
        /* top-right lowered */
        100% 100%,
        /* bottom-right */
        0 calc(100% - var(--skew))
        /* bottom-left raised */
      );
    /* optional if you set a fixed height container */
    object-fit: cover;
  }

}





#size-guide-row {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

@media screen and (max-width: 768px) {
  #size-guide-background {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

#guide-pane {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

#hr-contact {
  opacity: 0.9;
  width: 60%;
}

.contact-img {
  max-height: 200px;
}


#youtube-icon {
  color: #d74a49;
}

#instagram-icon {
  padding: 10px;
  color: #bc5090
}

#facebook-icon {
  color: #2c4875;
}

.cart-link .dropdown_menu {
  z-index: 1055 !important;
}

/* Navbar background & link styling */
.navbar {
  background-color: #ffffff;
  /* white bg */
  padding: 0 !important;
  z-index: 1030 !important;
}


.navbar .nav-link {
  color: #0f0f0f;
  transition: color 0.3s ease, background-color 0.3s ease;
  font-family: "Tinos", serif;
  font-weight: 500;
  font-size: 1.5vw;
  font-style: italic;
}

.cart-link {
  color: #0f0f0f;
  transition: color 0.3s ease, background-color 0.3s ease;
  font-family: "Tinos", serif;
  font-weight: 500;
  font-size: 1.5vw;
  font-style: italic;
  overflow: visible !important;
}


.navbar .nav-link:hover {
  color: #6f6d6d;
  background-color: #fafafa;
  /* subtle highlight */
}

.dropdown-item {
  font-family: "Tinos", serif;
  font-weight: 500;
  font-size: 1.5vw;
  font-style: italic;
}

/* Dropdown item hover */
.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #007BFF;
}


.toggler-icon {
  transition: transform 0.3s ease, opacity 0.3s ease;
  border: none !important;
}

.navbar-toggler[aria-expanded="true"] .toggler-icon {
  transform: rotate(90deg);
  opacity: 0.7;
  border: none;
}



/*#869ead*/
.col_1 {
  background-color: #3d4b56 !important;
  padding-bottom: 15% !important;
  opacity: 0.97;
}

.col_1 a {
  color: white !important;
}

.col_1 a:hover {
  color: rgb(166, 162, 162) !important;
  background-color: #3d4b569f;
}

.dropdown a {
  color: rgb(77, 77, 77);
}

.col_1 .dropdown-header {
  color: whitesmoke;
}

.dropdown-header {
  font-size: large !important;

}

.logo-div {
  background-color: white !important;
  z-index: 1 !important;
  position: relative;

}

.service-link {
  transition: transform 0.2s cubic-bezier(.4, 0, .2, 1);
  display: inline-block;
  padding: 1rem;
  overflow: hidden;
  text-decoration: none;
}

.service-link:hover {
  transform: scale(1.03);
}

.borders-color {
  border: 3px solid #8f6464 !important;
}

.border-middle-dark {
  border: 3px solid #101011 !important;
}

.borders-color:hover {
  border: 3px solid #ffffff !important;
}

.border-middle-dark:hover {
  border: 3px solid #8e7373 !important;
}

/*---------------------------------------------------------------------------------------------------------- */
/*responsive elements*/

@media screen and (min-width: 300px) {


  .navbar .nav-link {
    font-size: 3vw !important;
  }

  .cart-link {
    font-size: 3vw;

  }

  .main-logo-image {
    width: 100%;
  }

}




@media screen and (min-width: 576px) {
  .has-mega-menu .container-sm {
    width: 540px !important;
  }

  #googleReviewSection {
    height: 650px;
  }

  .navbar .nav-link {
    font-size: 3vw !important;
  }
}

@media screen and (min-width: 768px) {
  .has-mega-menu .container-md {
    width: 720px !important;

  }

  #googleReviewSection {
    height: 700px;
  }




  .footer-middle {
    margin-left: 30px;
  }



  .navbar .nav-link {
    font-size: 1.5vw !important;
  }

  .cart-link {
    font-size: 1.5vw;

  }


  .main-logo-image {
    width: 500px;
  }
}

@media screen and (min-width: 992px) {
  .has-mega-menu .container-lg {
    width: 960px !important;
  }

  .service-image {
    margin-left: 5% !important;
  }

  #googleReviewSection {
    height: 700px;
  }




  .footer-middle {
    margin-left: 40px;
  }

}

@media screen and (min-width: 1200px) {
  .has-mega-menu .container-xl {
    width: 1140px !important;
  }

  #googleReviewSection {
    height: 750px;
  }



  .footer-middle {
    margin-left: 50px;
  }

  .main-logo-image {
    width: 400px;
  }


}


/*---------------------------------------------------------------------------------------------------------- */
/*Intro content section Index page*/

/* Full-bleed if carousel sits inside a .container */
.full-bleed {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

/* Hero height and object-fit to prevent CLS */
#heroCarousel,
#heroCarousel .carousel-inner,
#heroCarousel .carousel-item {
  height: 100vh;
  /* requested height */
  min-height: 420px;
  /* optional floor for small screens */
}

#heroCarousel picture,
#heroCarousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* consistent visual crop */
}

/* Indicators (dots) */
#heroCarousel .carousel-indicators {
  bottom: 15px;
  gap: 25px;
}

#heroCarousel .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff !important;
  background: transparent !important;
}


/* overlay layer sits over slides */
.hero-overlay {
  position: absolute;
  inset: 0;
  /* top:0 right:0 bottom:0 left:0 */
  z-index: 5;
  /* above images, below arrows which are z-index: 10 */
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Tinos", serif !important;
  text-align: center;
  pointer-events: none;
  /* let swipes/arrows pass through by default */
  padding: 1rem;
}

/* allow the CTA to be clickable */
.hero-overlay .overlay-content {
  pointer-events: auto;
}

.cta-btn-z {
  z-index: 1080;
  /* above the overlay */
  position: relative;
}

/* optional white outline button (Bootstrap has btn-outline-light, but here’s a crisp white) */
.btn-outline-white {
  color: #fff !important;
  border: 2px solid #fff !important;
  background: transparent !important;
}

.btn-outline-white:hover {
  color: #000 !important;
  background: transparent !important;
  border-color: #000000 !important;
}



.intro-tinos {
  font-family: "Tinos", serif !important;
  font-weight: 700;
  font-style: italic;
}

.intro-cursive {
  letter-spacing: 4px !important;
  line-height: 1.3 !important;
  font-family: "Great Vibes", cursive !important;
  font-weight: 600;
  font-style: normal !important;
}

#background-video {
  width: 100%;
  height: 695px;
  object-fit: cover;
  align-self: center;
  display: block;
  position: absolute;
  z-index: 0;
}

#background-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  align-self: center;
  display: block;
  position: absolute;
  z-index: 0;
}


#intro-content h1 {
  color: white !important;
  font-size: 7vw;
  font-family: "Tinos", serif;
  font-weight: 700;
  font-style: italic;
  text-shadow: 0px 0px 10px black;

}

#intro-content h5 {
  font-family: "Tinos", serif;
  font-weight: 700;
  font-style: italic;
}

#intro-content {
  position: relative;
  overflow: hidden;
}

.hr-index {
  opacity: 0.7;
}

/*rgba(18, 78, 115)*/

#intro-content .btn {
  font-family: "Tinos", serif;
  background-color: #E2C044;
  font-weight: 700;
  font-style: italic;
}

#intro-content .btn:hover {
  background-color: #C29F1E;
}

a.intro-links {
  text-decoration-line: none !important;
  text-decoration: none;
}

a.intro-links:hover {
  color: #0dc1fd !important;
}


.testimonial-client {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

/* Palette and base */
:root {
  --wedding-bg-start: #f5f7fa;
  --wedding-bg-end: #c3cfe2;
  --wedding-ink: #2c3e50;
  /* deep slate for headings */
  --wedding-muted: #6c757d;
  /* muted text */
  --wedding-gold: #d4af37;
  /* accent gold */
  --card-radius: 20px;
  --avatar-size: 120px;
}


#testimonials-section .testimonials-heading {
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 300;
  color: var(--wedding-ink);
  letter-spacing: 2px;
}

#testimonials-section .testimonials-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, var(--wedding-gold), #f4e5c3, var(--wedding-gold));
  border: none;
  opacity: 1;
}

/* Cards */
#testimonials-section .testimonials-card {
  height: 480px;
  border-radius: var(--card-radius);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #ffffffd9;
  /* subtle translucency */
  backdrop-filter: blur(2px);
}

#testimonials-section .testimonials-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
}

/* Avatar */
#testimonials-section .testimonials-avatar {
  width: var(--avatar-size);
  height: var(--avatar-size);
  object-fit: cover;
  border-color: var(--wedding-gold) !important;
}

/* Text */
#testimonials-section .testimonials-name {
  color: var(--wedding-ink);
  font-weight: 600;
}

#testimonials-section .testimonials-quote {
  color: var(--wedding-muted);
  font-style: italic;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Stars */
#testimonials-section .testimonials-stars {
  color: var(--wedding-gold);
  font-size: 0.95rem;
}

/* Carousel controls */
#testimonials-section .testimonials-control {
  width: auto;
}

#testimonials-section .testimonials-control-icon {
  background-color: rgba(33, 37, 41, 0.9);
  /* near-dark */
  border-radius: 50%;
  padding: 0.9rem;
  background-size: 60% 60%;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
}

#testimonials-section .carousel-control-prev:hover .testimonials-control-icon,
#testimonials-section .carousel-control-next:hover .testimonials-control-icon {
  background-color: rgba(33, 37, 41, 1);
}

/* Spacing tweaks on smaller screens */
@media (max-width: 576px) {
  #testimonials-section .carousel-item .row {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}

.white-rose-a {
  margin-right: -3rem;
  width: 180px;
  margin-bottom: -5rem;
  transform: rotate(315deg);
  z-index: 10;
}

.white-rose-b {
  margin-left: -2rem;
  margin-top: -5rem;
  width: 180px;
  transform: rotate(45deg);
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .white-rose-a {
    width: 120px !important;
    margin-bottom: -3rem;
  }

  .white-rose-b {
    width: 120px !important;
    margin-top: -3rem;
  }
}



/*---------------------------------------------------------------------------------------------------------- */
/*Wedding page*/
#wedding-background {
  background-image: -webkit-image-set(url("../static/imgs/avif/wedding_background.avif") type("image/avif") 1x,
      url("../static/imgs/wedding_background.jpg") type("image/jpeg") 1x);
  background-image: image-set(url("../static/imgs/avif/wedding_background.avif") type("image/avif") 1x,
      url("../static/imgs/wedding_background.jpg") type("image/jpeg") 1x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 350px;

}

#wedding-marquee-btn {
  opacity: 0.9;
}

#wedding-hr-2 {
  width: 40%;
  height: 4px;
  border: none;
  border-top: 3px solid white;
  opacity: 0.9;
}

#wedding-hr {
  width: 60%;
  height: 4px;
  border: none;
  border-top: 3px solid white;
  opacity: 0.9;
}

#wedding-page-size-btn {
  margin-top: -2rem;
  ;
}

/*---------------------------------------------------------------------------------------------------------- */
/*Racing page*/
#racing-background {
  background-image: -webkit-image-set(url("../static/imgs/avif/racing_background.avif") type("image/avif") 1x,
      url("../static/imgs/racing_background.jpg") type("image/jpeg") 1x);
  background-image: image-set(url("../static/imgs/avif/racing_background.avif") type("image/avif") 1x,
      url("../static/imgs/racing_background.jpg") type("image/jpeg") 1x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 350px;
}

#racing-hr {
  width: 60%;
  height: 4px;
  border: none;
  border-top: 3px solid white;
  opacity: 0.9;
}

#racing-marquee-btn {
  opacity: 0.9;
  width: 240px;
}

/*---------------------------------------------------------------------------------------------------------- */
/*Party page*/
#party-background {
  background-image: -webkit-image-set(url("../static/imgs/avif/party_background.avif") type("image/avif") 1x,
      url("../static/imgs/party_background.jpg") type("image/jpeg") 1x);
  background-image: image-set(url("../static/imgs/avif/party_background.avif") type("image/avif") 1x,
      url("../static/imgs/party_background.jpg") type("image/jpeg") 1x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 350px;
}

#party-hr {
  width: 60%;
  height: 4px;
  border: none;
  border-top: 3px solid black;
  opacity: 0.9;
}

#party-hr-2 {
  width: 40%;
  height: 4px;
  border: none;
  border-top: 3px solid white;
  opacity: 0.9;
}

#party-title-background {
  align-items: center;
  border-radius: 20px;
  background-color: rgba(242, 242, 242, 0.453)
}

#party-marquee-btn {
  opacity: 0.9;
  width: 240px;
}

/*---------------------------------------------------------------------------------------------------------- */
/*Field Day page*/

.fieldday-header {
  background-image: -webkit-image-set(url("../static/imgs/avif/Marquee Hire Auckland_background.avif") type("image/avif") 1x,
      url("../static/imgs/Marquee Hire Auckland_background.jpg") type("image/jpeg") 1x);
  background-image: image-set(url("../static/imgs/avif/Marquee Hire Auckland_background.avif") type("image/avif") 1x,
      url("../static/imgs/Marquee Hire Auckland_background.jpg") type("image/jpeg") 1x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 350px;
}

.field-hr {
  height: 4px;
  border: none;
  border-top: 3px solid white;
  opacity: 0.9;
}

.field-button {
  opacity: 0.9;
  width: 240px;
}

/*---------------------------------------------------------------------------------------------------------- */
/*corporate page*/

#corporate-background {
  background-image: -webkit-image-set(url("../static/imgs/avif/Glassware Hire_background.avif") type("image/avif") 1x,
      url("../static/imgs/Glassware Hire_background.jpg") type("image/jpeg") 1x);
  background-image: image-set(url("../static/imgs/avif/Glassware Hire_background.avif") type("image/avif") 1x,
      url("../static/imgs/Glassware Hire_background.jpg") type("image/jpeg") 1x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 350px;
}

#corporate-hr {
  width: 60%;
  height: 4px;
  border: none;
  border-top: 3px solid white;
  opacity: 0.9;
}

#corporate-button {
  opacity: 0.9;
}

#map {
  border: 0;
}

/*---------------------------------------------------------------------------------------------------------- */
/*section above the footer*/
#next-section {
  background-color: rgba(103, 89, 94, 0.3);
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.footer-p {
  max-width: 75%;
}

/*same as next section but for pages with the form*/
#form-section {
  background-color: #67595E;
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 100%;
}

/*---------------------------------------------------------------------------------------------------------- */
/*privacy*/
#privacy-section {
  background-color: #194A7A;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  max-width: 100%;
  padding-bottom: -200px;

}

#privacy-section p {
  width: 66%;
  margin: auto;
}

/*---------------------------------------------------------------------------------------------------------- */
/*testimonials */

#reviews-section {
  background-image: -webkit-image-set(url("../staticimgs/avif/testimonials-background.avif") type("image/avif") 1x,
      url("../staticimgs/testimonials-background.jpg") type("image/jpeg") 1x);
  background-image: image-set(url("../staticimgs/avif/testimonials-background.avif") type("image/avif") 1x,
      url("../staticimgs/testimonials-background.jpg") type("image/jpeg") 1x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#testimonials-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  align-content: top;
}

.testimonials {
  color: white !important;
  font-size: smaller;
  text-align: center;
  align-items: center;
}

.testimonials h3 {
  color: white;
  font-weight: bold;
  font-family: "Tinos", serif;
}

.testimonials h5 {
  color: #BDB9B2;
  font-family: "Tinos", serif;
}



.testimonials img {
  border-color: #8D7316 !important;
  width: 80%;
}

.testimonials img:hover {
  border-color: white !important;
  width: 80.5%;
}

#icon-google-reviews,
#icon-google-reviews .carousel-control-next-icon {
  filter: brightness(0) saturate(100%) invert(18%) sepia(14%) saturate(835%) hue-rotate(13deg) brightness(97%) contrast(88%);
}

#icon-testimonials,
#icon-testimonials {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(45deg) brightness(107%) contrast(101%);
}


#testimonialCard {
  background-color: white !important;
  border-radius: 10px;
  padding: 10px;
}

.card {
  border: none !important;
}

.carouselExampleControls {
  padding: 5%;
}

/*---------------------------------------------------------------------------------------------------------- */
/* footer*/



.footer-logo {
  align-self: center;
  display: flex;

}


#footer {
  background-color: white;
  z-index: 1;
  position: relative;
  width: 100%;
  padding-top: 3%;

}


.footer-middle li {
  margin: auto;
  list-style-type: none;
}

.footer-middle a {
  text-decoration: none;
  color: black;
}

.footer-middle a:hover {
  color: #3d4b56;
}

.footer-bottom {
  background-color: #3d4b56;
  color: white !important;
  align-self: center;
  max-width: 100%;
}

.footer-bottom p {
  padding: 10px;
}

.footer-bottom a {
  text-decoration: none;
  color: white;
}

.footer-bottom a:hover {
  text-decoration: none;
  color: #222;
}

/*---------------------------------------------------------------------------------------------------------- */
/*About Page */
.awards-title {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  padding: 2%;
  font-size: 5vw;
}


#owner-img {
  max-height: 200px;
  width: auto;
}

#our-team-section {
  background-color: white;
}

@media screen and (min-width: 768px) {
  .about-intro-text {
    margin-right: 45% !important;
    margin-left: 10% !important;
  }
}

.about-intro-text {
  color: white;
  max-width: 100%;
  text-shadow: 0 0 2px black;
}

.about-intro-text h1 {
  text-shadow: 0 0 5px black;
}

#hr-line {
  opacity: 0.9;
  width: 60%;
}

#about-choose-img {
  background-image: -webkit-image-set(url("../static/imgs/avif/about-section-img.avif") type("image/avif") 1x,
      url("../static/imgs/about-section-img.jpg") type("image/jpeg") 1x);
  background-image: image-set(url("../static/imgs/avif/about-section-img.avif") type("image/avif") 1x,
      url("../static/imgs/about-section-img.jpg") type("image/jpeg") 1x);
  background-size: cover;
  background-position: center;
  min-height: 300px;
}




/*---------------------------------------------------------------------------------------------------------- */
/* products () */

#marquee-poa {
  margin-top: -3rem !important;
}

.products .card {
  background-color: white !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

}

nav .product-carousel {
  opacity: 0.9;
}

#search-bar {
  z-index: 10 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-bottom: -5.5rem !important;
}

#main-full-content {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

#search-bar-child {
  max-width: 360px;
}

.products .btn {
  border-radius: 0 0 5px 5px !important;
  background-color: #323143;
}

.products .card-body {
  text-align: center;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 !important;
}

.products .card-footer {
  text-align: center;
}

.products .card-body a {
  text-decoration: none;
}

/* products pages */


.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

#product-carousel-container {
  background-image: -webkit-image-set(url("imgs/avif/product-carousel-img.avif") type("image/avif") 1x,
      url("imgs/product-carousel-img.jpg") type("image/jpeg") 1x);
  background-image: image-set(url("imgs/avif/product-carousel-img.avif") type("image/avif") 1x,
      url("imgs/product-carousel-img.jpg") type("image/jpeg") 1x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9;
}

.tinos-font {
  font-family: "Tinos", serif;
  font-weight: 500;
  font-style: italic;
}

/*---------------------------------------------------------------------------------------------------------- */
/* Cart page */
.custom-hover-1:hover {
  background-color: #9A9A9A !important;
  /* darker gray */
  color: white;
}

.custom-hover-2:hover {
  background-color: #8F1600 !important;
  /* darker red */
  color: white;
}

#continue-button {
  background-color: white;
  border: 2px solid #A6A6AB;
  color: black;
}


#cart {
  background-color: white;
}

/* --- Category Sidebar Styles --- */
.category-sidebar-nav {
  position: sticky;
  top: 90px;
  /* offset for headers */
  align-self: start;
}

.category-sidebar-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.category-sidebar-card .card-header {
  border-bottom: 2px solid #cdba96;
}

.category-list-group {
  max-height: 75vh;
  overflow-y: auto;
}

.category-list-link {
  transition: all 0.25s ease;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  color: #333;
  border-left: 3px solid transparent !important;
  background-color: #fff !important;
  text-decoration: none;
}

.category-list-link:hover {
  background-color: #fcf9f2 !important;
  color: #b8975a !important;
  padding-left: 1.25rem !important;
  /* shift right */
  border-left-color: #cdba96 !important;
}

.category-list-link:hover .category-arrow {
  transform: translateX(4px);
  color: #b8975a;
}

.category-arrow {
  transition: transform 0.25s ease;
  color: #ccc;
}

/* Active category state */
.category-list-link.active-category {
  background-color: #faf6ef !important;
  color: #8a6d3b !important;
  font-weight: 700;
  border-left-color: #b8975a !important;
}

.category-list-link.active-category .category-arrow {
  color: #b8975a;
  transform: translateX(2px);
}

/* Mobile Dropdown Styling */
.category-dropdown-btn {
  background-color: #212529;
  border-color: #212529;
  border-radius: 6px;
  transition: all 0.2s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
}

.category-dropdown-btn:hover,
.category-dropdown-btn:focus {
  background-color: #1a1e21;
  border-color: #1a1e21;
}

.category-dropdown-menu {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.category-dropdown-menu .dropdown-item {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.2s ease;
  color: #333;
}

.category-dropdown-menu .dropdown-item:hover {
  background-color: #fcf9f2;
  color: #b8975a;
}

.category-dropdown-menu .dropdown-item.active {
  background-color: #faf6ef !important;
  color: #8a6d3b !important;
  font-weight: 600;
}

/* --- Redesigned Testimonials Page Styles --- */
/* --- Minimalist Redesigned Testimonials Page Styles --- */
.testimonials-section-wrapper {
  background-color: #faf6ef;
  border-bottom: 1px solid #ebdada;
  padding: 6rem 0 !important;
}

.testimonials-heading {
  font-family: "Tinos", serif;
  font-weight: 400;
  font-style: italic;
  color: #1a1a1a;
}

.testimonials-divider {
  width: 60px;
  height: 3px;
  background-color: #b8975a;
  border: none;
  opacity: 1;
}

.testimonials-stars {
  color: #b8975a;
  font-size: 1.15rem;
  letter-spacing: 2px;
}

.testimonials-avatar {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border: 2px solid #cdba96 !important;
  box-shadow: 0 4px 10px rgba(184, 151, 90, 0.15);
}

.testimonials-quote-text {
  font-family: "Tinos", serif;
  font-size: 1.95rem;
  font-style: italic;
  line-height: 1.65;
  color: #222222;
  font-weight: 300;
  max-width: 850px;
  margin: 0 auto;
  letter-spacing: -0.2px;
}

.testimonials-quote-author {
  font-family: "Tinos", serif;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8f795d;
  font-weight: 600;
  display: block;
}

/* Minimalist Carousel Controls */
#testimonials-section .carousel-control-prev,
#testimonials-section .carousel-control-next {
  width: 5%;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

#testimonials-section .carousel-control-prev:hover,
#testimonials-section .carousel-control-next:hover {
  opacity: 1;
}

#testimonials-section .testimonials-control-icon {
  background-color: transparent !important;
  color: #1a1a1a;
  font-size: 1.5rem;
  filter: brightness(0);
}

/* Story-driven Wedding & Event Testimonials (inspired by Twelve Tables) */
.real-stories-section {
  background-color: #ffffff;
  padding: 6rem 0;
}

.stories-intro {
  max-width: 700px;
  margin: 0 auto 5rem auto;
}

.stories-intro .eyebrow {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b8975a;
  margin-bottom: 1rem;
}

.stories-intro h2 {
  font-family: 'Cormorant Garamond', 'Tinos', serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 400;
  color: #111;
  line-height: 1.2;
}

.story-block {
  margin-bottom: 6rem;
}

.story-block:last-child {
  margin-bottom: 0;
}

.story-content {
  max-width: 800px;
  margin: 0 auto;
}

.story-heading {
  font-family: 'Cormorant Garamond', 'Tinos', serif;
  font-style: italic;
  font-weight: 500;
  color: #111;
  text-align: center;
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  margin-bottom: 1.5rem;
  line-height: 1.35;
}

.story-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #444;
  text-align: center;
  margin-bottom: 1.5rem;
}

.story-author {
  font-family: 'Tinos', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: #888;
  text-align: center;
  margin-bottom: 2.5rem;
  display: block;
}

.story-gallery {
  max-width: 960px;
  margin: 0 auto;
}

.story-img-wrap {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  background-color: #f7f7f7;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.story-img-wrap:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.story-img-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.story-img-wrap:hover img {
  transform: scale(1.04);
}

@media (max-width: 767px) {
  .real-stories-section {
    padding: 4rem 0;
  }

  .stories-intro {
    margin-bottom: 3.5rem;
  }

  .story-block {
    margin-bottom: 4.5rem;
  }

  .story-img-wrap img {
    height: 240px;
  }
}

/* --- Homepage Featured Products Section --- */
.featured-products-section {
  position: relative;
  background-color: #faf5f5 !important;
  /* Soft rose-champagne off-white */
  border-bottom: 1px solid #ebdada !important;
}

.featured-products-section .featured-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid #f2e3e3 !important;
}

.featured-products-section .featured-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(223, 159, 151, 0.2) !important;
  /* Elegant soft pink shadow */
}

.featured-img-wrap {
  overflow: hidden;
  height: 350px;
  position: relative;
}

.featured-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-card:hover .featured-img-wrap img {
  transform: scale(1.04);
}

/* Custom Badges matching soft pink & soft yellow colors */
.badge-soft-yellow {
  background-color: #fff9e6 !important;
  color: #856404 !important;
  border: 1px solid #ffeeba !important;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.badge-soft-pink {
  background-color: #fff0f2 !important;
  color: #a44a5c !important;
  border: 1px solid #ffd2d9 !important;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Home featured CTA buttons */
.home-featured-btn {
  border: 1px solid #1a1a1a !important;
  color: #1a1a1a !important;
  background-color: transparent !important;
  border-radius: 6px;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.home-featured-btn:hover {
  background-color: #fff0f2 !important;
  /* soft pink hover background */
  color: #1a1a1a !important;
  border-color: #ffd2d9 !important;
}

.home-featured-btn-alt:hover {
  background-color: #fff9e6 !important;
  /* soft yellow hover background */
  color: #1a1a1a !important;
  border-color: #ffeeba !important;
}

/* ----------------------------------------------- */
/* Field Days – Intro Section                        */
/* ----------------------------------------------- */

.fielddays-intro-section {
  background-color: #f8f6f2;
}

/* Guide article card */
.fielddays-guide-card {
  background: #ffffff;
  border-left: 5px solid #1a3300;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fielddays-guide-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10) !important;
}

.fielddays-guide-card__icon {
  color: #1a3300;
  opacity: 0.85;
}

.fielddays-guide-card__badge {
  background-color: #e8f0e0;
  color: #1a3300;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  border-radius: 3px;
  padding: 3px 8px;
}

.fielddays-guide-card__btn {
  background-color: #1a3300;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 0.45rem 1.1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.fielddays-guide-card__btn:hover {
  background-color: #122620;
  color: #ffffff;
  transform: translateX(3px);
}

/* ----------------------------------------------- */
/* Field Days Marquee Guide Page                     */
/* ----------------------------------------------- */

/* Step cards */
.fday-step-card {
  background: #ffffff;
  border-top: 4px solid #1a3300;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fday-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.10) !important;
}

.fday-step-card__number {
  font-family: "Tinos", serif;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  color: #1a3300;
  line-height: 1;
  opacity: 0.25;
}

/* Services dark grid */
.fday-guide-services-bg {
  background: linear-gradient(135deg, #1a3300 0%, #122620 100%);
}

.fday-service-tile {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
  transition: background 0.2s ease, transform 0.2s ease;
}

.fday-service-tile:hover {
  background: rgba(255,255,255,0.13);
  transform: translateY(-3px);
}

.fday-service-tile__icon {
  display: block;
  font-size: 1.75rem;
  color: #a8c89a;
}

/* Info panels (H&S + pack-in) */
.fday-info-panel {
  background: #f8f6f2;
  border-left: 5px solid #1a3300;
}

.fday-info-panel__icon {
  color: #1a3300;
}

/* Tips panel */
.fday-tips-panel {
  background: #f0f4ed;
  border: 1px solid #d6e4cc;
}

.fday-tips-panel__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #1a3300;
  color: #fff;
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* CTA banner */
.fday-guide-cta {
  background: linear-gradient(135deg, #122620 0%, #1a3300 60%, #2d5a1b 100%);
}

/* ----------------------------------------------- */
/* Corporate – Client Testimonial Section           */
/* ----------------------------------------------- */

.corp-testimonial-label {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  color: #44576D;
}

/* Google-style review card */
.corp-review-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
}

.corp-review-card__stars {
  color: #f4b400;
  font-size: 1.05rem;
}

.corp-review-card__quote {
  font-family: "Tinos", serif;
  font-style: italic;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #333;
  border: none;
  padding: 0;
  margin: 0;
}

.corp-review-card__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #44576D;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Event breakdown */
.corp-event-breakdown {
  background: #f4f6f8;
  border-left: 4px solid #44576D;
}

.corp-event-breakdown__heading {
  color: #44576D;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
}

.corp-event-breakdown__icon {
  color: #44576D;
  font-size: 0.95rem;
}

/* Testimonial photos */
.corp-testimonial-img {
  object-fit: cover;
  max-height: 340px;
}

.corp-testimonial-thumb {
  object-fit: cover;
  aspect-ratio: 1 / 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.corp-testimonial-thumb:hover {
  opacity: 0.88;
  transform: scale(1.03);
}

/* ----------------------------------------------- */
/* Corporate – Intro Stat Pills & Feature Pillars   */
/* ----------------------------------------------- */

.corp-stat-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f4f6f8;
  border: 1px solid #dde3ea;
  border-radius: 8px;
  padding: 0.75rem 1.25rem;
  min-width: 110px;
  text-align: center;
}

.corp-stat-pill__num {
  font-family: "Tinos", serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #44576D;
  line-height: 1;
}

.corp-stat-pill__label {
  font-size: 0.7rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 4px;
}

.corp-feature-pillar {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.corp-feature-pillar:hover {
  background: #eef1f5;
  box-shadow: 0 4px 14px rgba(0,0,0,0.07);
}

.corp-feature-pillar__icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background-color: #44576D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

/* ----------------------------------------------- */
/* Racing – Page Specific Styling                 */
/* ----------------------------------------------- */

.racing-stat-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fdf2f2;
  border: 1px solid #f5c2c2;
  border-radius: 8px;
  padding: 0.75rem 1.25rem;
  min-width: 110px;
  text-align: center;
}

.racing-stat-pill__num {
  font-family: "Tinos", serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #c92a2a;
  line-height: 1;
}

.racing-stat-pill__label {
  font-size: 0.7rem;
  color: #868e96;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 4px;
}

.racing-pillar__icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background-color: #c92a2a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.racing-cta-banner {
  background: linear-gradient(135deg, #1b0c0c 0%, #3a1515 50%, #c92a2a 100%);
}

/* ----------------------------------------------- */
/* Pukekohe Wedding Gallery Styles                */
/* ----------------------------------------------- */

.puke-wedding-spotlight {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.puke-wedding-spotlight:hover {
  transform: scale(1.01);
  filter: brightness(1.02);
}

.puke-wedding-grid-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.puke-wedding-grid-img {
  display: block;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.puke-wedding-grid-img:hover {
  transform: scale(1.05);
  filter: brightness(1.05);
}

/* ----------------------------------------------- */
/* Exhibition Gallery Styles                      */
/* ----------------------------------------------- */

.exhib-grid-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.exhib-grid-img {
  display: block;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.exhib-grid-img:hover {
  transform: scale(1.08);
  filter: brightness(1.06);
}