/* === GLOBAL STYLES === */
body {
  overflow-x: hidden;
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
}

h1 span {
  font-style: italic;
}

.btn-custom {
  background-color: #5c0d13;
  color: white;
  border-radius: 999px;
  padding: 10px 24px;
  border: none;
}

.hero-wave {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 0;
}

/* === HERO SECTION DESKTOP === */
#hero {
  padding-left: 100px;
  height: 100vh;
  background: #dfc5de;
  overflow: hidden;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero-text {
  z-index: 2;
}

/* === DESKTOP FLOATING ELEMENTS === */
.floating {
  position: absolute;
  will-change: transform;
  pointer-events: none;
}

.cloud-left     { top: 10%; left: 3%; width: 292px; }
.cloud-bottom   { top: 80%; left: 30%; width: 250px; }
.whisk          { top: 12%; right: 10%; width: 562px; }
.spatula        { top: 50%; left: 70%; width: 500px; }
.strawberry     { top: 67%; left: 75%; width: 91px; }
.blueberry1     { bottom: 2%; left: 63%; width: 65px; }
.blueberry2     { top: 15%; left: 80%; width: 45px; }

/* === MOBILE STATIC IMAGE CONTAINER === */
.mobile-assets {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.static-img {
  position: absolute;
  z-index: 1;
}

/* === MOBILE IMAGE POSITIONS (LOCKED TO EDGE OR VISUAL GRID) === */

/* Top-left cloud: fixed to edge below logo */
.m-cloud-left {
  top: -2px;
  left: 0;
  width: 103.83px;
}

/* Blueberry below top-left cloud */
.m-blueberry2 {
  top: 150px;
  left: 0;
  width: 42.13px;
}

/* Strawberry slightly to the right under blueberry */
.m-strawberry {
  bottom: 80px;
  left: 35px;
  width: 33.63px;
}

/* Top-right strawberry */
.m-strawberry2 {
  top: 60px;
  right: 16px;
  width: 35.18px;
}

/* Right-center blueberry */
.m-blueberry1 {
  top: 50%;
  right: 12px;
  width: 29.75px;
}

/* Bottom-right spatula */
.m-spatula {
  bottom: 0;
  right: 0;
  width: 230px;
}

/* === RESPONSIVE STYLES === */
@media (max-width: 768px) {
  #hero {
    flex-direction: column;
    padding: 100px 1rem 8rem;
    padding-left: 0;
    height: auto;
    text-align: center;
    position: relative;
  }
    .hero-text {
    padding: 0 64px;
    max-width: 100%;
  }

  h1.display-4 {
    font-size: 1.7rem;
    line-height: 2.1rem;
    margin-bottom: 1rem;
  }

  .lead {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 1rem;
  }
  .btn-custom {
    max-width: 240px;
    margin: 1.5rem auto 0;
    display: block;
  }

  .hero-wave {
    margin-top: 0rem;
  }

  .navbar-toggler {
    margin-left: auto;
  }

  .navbar-brand {
    margin-right: auto;
  }

  .navbar-brand img {
    width: 91px;
  }
}
/* ---- TABLET FIX (768px - 1023px) ---- */
@media (min-width: 768px) and (max-width: 1023px) {
  /* #hero {
    padding: 4rem 2rem 6rem;
    flex-direction: column;
    height: auto;
    text-align: center;
  }

  .hero-text {
    padding: 0 3rem;
    max-width: 100%;
  }

  h1.display-4 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .lead {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .btn-custom {
    margin: 2rem auto 0;
    display: inline-block;
  } */

  /* .floating-assets {
    transform: scale(0.7);
    transform-origin: center top;
  } */

.cloud-left     { top: 0%; left: 3%; width: 192px; }
.cloud-bottom   { top: 320px; right: 150px; width: 200px; }
.whisk          { top: 0px; left: 380px; width: 362px; }
.spatula        { top: 55%; right: 10%; width: 250px; }
.strawberry     { top: 67%; left: 75%; width: 41px; }
.blueberry1     { bottom: 2%; left: 63%; width: 35px; }
.blueberry2     { top: 15%; left: 50%; width: 35px; }
}

/* ---- SMALL LAPTOP (1024px - 1200px) ---- */
@media (min-width: 1024px) and (max-width: 1200px) {


.cloud-left     { top: 15%; left: 3%; width: 192px; }
.cloud-bottom   { top: 490px; right: 150px; width: 200px; }
.whisk          { top: 60px; left: 520px; width: 450px; }
.spatula        { top: 55%; right: 400px; width: 350px; }
.strawberry     { top: 67%; left: 75%; width: 41px; }
.blueberry1     { bottom: 2%; left: 63%; width: 65px }
.blueberry2     { top: 15%; left: 50%; width: 45px; }
}
@media (min-width: 1920px) {
  .cloud-left     { top: 15%; left: 3%; width: 392px; }
  .cloud-bottom   { top: 80%; left: 30%; width: 350px; }
  .whisk          { top: 12%; right: 10%; width: 662px; }
  .spatula        { top: 50%; left: 70%; width: 600px; }
  .strawberry     { top: 67%; left: 75%; width: 101px; }
  .blueberry1     { bottom: 2%; left: 63%; width: 75px; }
  .blueberry2     { top: 15%; left: 50%; width: 55px; }
}


    /* Cerrtificate section */
    .certificate-carousel {
  background-color: #fff;
  padding: 2rem 0;
  overflow: hidden;
  position: relative;
}

.scroll-wrapper {
  width: 100%;
  overflow: hidden;
}

.scroll-track {
  display: flex;
  width: max-content;
  animation: scroll-left 20s linear infinite;
  gap: 2rem;
  align-items: center;
}

.scroll-track img {
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Our products */

/* === Common === */
.our-products {
  overflow-x: hidden;
  position: relative;
}

.product-card {
  text-align: center;
  transition: transform 0.3s ease;
}

.product-card:hover .product-img {
  transform: scale(1.10) rotate(5deg);
  transition: transform 0.3s ease;
}

.product-img {
  height: 400px;
  position: relative;
  top: 50px; 
  left: 40px;
  z-index: 2;
  will-change: transform;
  transition: transform 0.4s ease;
  margin-bottom: 80px;

}

.bg-circle {
  position: absolute;
  top: 140px;
  left: 110px;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  z-index: 1;
}

.blue-bg {
  background-color: #c9d5f2;
}

.yellow-bg {
  background-color: #f1d59e;
}

/* === Carousel Mobile Only (d-md-none) === */
.carousel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  perspective: 1000px;
  width: 100%;
  max-width: 100%;
}

.cards-wrapper {
  position: relative;
  width: 100%;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  
}

.carousel-card {
  position: absolute;
  width: 220px;
  padding: 20px 10px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.5s, opacity 0.5s;
  opacity: 0.4;
  cursor: pointer;
  z-index: 0;
}

.carousel-card img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.carousel-card .product-name {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 4px;
}

.carousel-card .product-fat {
  color: #555;
  font-size: 14px;
}

/* Center Card Highlight */
#item-1:checked ~ .cards-wrapper #slide1,
#item-2:checked ~ .cards-wrapper #slide2,
#item-3:checked ~ .cards-wrapper #slide3 {
  transform: translateX(0px) scale(1.1);
  opacity: 1;
  z-index: 2;
}

/* Next Card */
#item-1:checked ~ .cards-wrapper #slide2,
#item-2:checked ~ .cards-wrapper #slide3,
#item-3:checked ~ .cards-wrapper #slide1 {
  transform: translateX(120px) scale(0.9) rotateY(-20deg);
  opacity: 0.5;
  z-index: 1;
}

/* Prev Card */
#item-1:checked ~ .cards-wrapper #slide3,
#item-2:checked ~ .cards-wrapper #slide1,
#item-3:checked ~ .cards-wrapper #slide2 {
  transform: translateX(-120px) scale(0.9) rotateY(20deg);
  opacity: 0.5;
  z-index: 1;
}

/* Carousel Dots */
.carousel-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.carousel-dots label {
  width: 10px;
  height: 10px;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

input[type="radio"] {
  display: none;
}

#item-1:checked ~ .carousel-dots label[for="item-1"],
#item-2:checked ~ .carousel-dots label[for="item-2"],
#item-3:checked ~ .carousel-dots label[for="item-3"] {
  background: #333;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-products {
    overflow-x: hidden;
    position: relative;
    padding-top: 2rem !important; /* reduced top space */
  }

  .our-products h2 {
    margin-bottom: -100px !important; /* reduce space between heading and products */
  }

  .product-card {
    text-align: center;
    transition: transform 0.3s ease;

  }

  .product-img {
    height: 270px;
    position: relative;
    top: 95px;
    left: -20px;
    z-index: 2;
    will-change: transform;
    transition: transform 0.4s ease;
    margin-bottom: 130px; /* adds space below image */
  }

  .product-card:hover .product-img {
    transform: scale(1.10) rotate(5deg);
  }

  .bg-circle {
    position: absolute;
    top: 140px;
    left: -5px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    z-index: 1;
  }

  .blue-bg {
    background-color: #c9d5f2;
  }

  .yellow-bg {
    background-color: #f1d59e;
  }

  .product-card p {
    margin-top: 0 !important; /* eliminate tight overlaps */
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-img {
    height: 300px;
    top: 100px;
    left: 20px; /* adjust here */
  }

  .bg-circle {
    top: 130px;
    left: 50px; /* adjust manually */
    width: 260px;
    height: 260px;
  }

  .product-card p {
    margin-top: 0 !important;
  }
}




/* Why camerry */
.why-camerry-tag {
  position: relative;
  top: 120px;
  text-align: center;
  z-index: 10;
}
.why-camerry-tag:hover {
  transform: rotate(10deg);
}
.why-camerry-label {
  display: inline-block;
  background-color: #DFC5DE;
  color: #050608;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 10px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: 'Poppins', sans-serif;
  white-space: nowrap;
  transform: rotate(-5deg);
}

.why-camerry-label em {
  font-style: italic;
  color: #050608;
}

.why-camerry {
  background-color: #fff7b2;
  background-image:
    linear-gradient(0deg, transparent 24%, rgba(0, 0, 0, 0.03) 25%, rgba(0, 0, 0, 0.03) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.03) 75%, rgba(0, 0, 0, 0.03) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, rgba(0, 0, 0, 0.03) 25%, rgba(0, 0, 0, 0.03) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.03) 75%, rgba(0, 0, 0, 0.03) 76%, transparent 77%, transparent);
  background-size: 150px 150px;
  position: relative;
  overflow: hidden;
  min-height: 700px;
  margin-top: 90px;
}

 .why-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.center-img {
  max-width: 400px;
  width: 100%;
}

/* Base floating style */
.floating-img {
  position: absolute;
  overflow: hidden;
  transition: all 0.6s ease;
  z-index: 1;
}

.floating-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.6s ease;
}

/* Corner placements with half-offscreen effect */
.plate-top-left {
  top: -80px;
  left: -80px;
  width: 275.29px;
}
.plate-top-right {
  top: -80px;
  right: -80px;
  width: 184.95px
}
.plate-bottom-left {
  bottom: -80px;
  left: -80px;
  width: 184.96px
}
.plate-bottom-right {
  bottom: -80px;
  right: -80px;
  width: 363.6px;
}

/* Hover effect: shift image into full view */
.why-camerry:hover .plate-top-left {
  top: 20px;
  left: 20px;
  transform: rotate(-80deg);
}
.why-camerry:hover .plate-top-right {
  top: 20px;
  right: 20px;
  transform: rotate(80deg);
}
.why-camerry:hover .plate-bottom-left {
  bottom: 20px;
  left: 20px;
   transform: rotate(-80deg);
}
.why-camerry:hover .plate-bottom-right {
  bottom: 20px;
  right: 20px;
  transform: rotate(80deg);
}
.why-point {
  position: absolute;
  width: auto; /* width now set per arrow via inline style */
  height: auto;
}

.why-point p {
  position: absolute;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

.why-point img.arrow-img {
  display: block;
  flex-shrink: 0;
}
/* Positioning each point to match the design exactly */
.why-point.top-left {
  top: 200px;
  left: 530px;
}
.why-point.top-left p {
  top: 4px;
  left: -90px;
}

.why-point.top-right {
  top: 180px;
  right: 570px;
}
.why-point.top-right p {
  top: 0;
  right: -140px;
  text-align: right;
}
.why-point.right {
  top: 260px;
  right: 520px;
}
.why-point.right p {
  top: 1px;
  right: -155px;
  text-align: right;
}

.why-point.bottom-right {
  bottom: 200px;
  right: 500px;
}

.why-point.bottom-left {
  bottom: 180px;
  left: 530px;
}
.why-point.bottom-left p {
    top: 50px;
  left: -50px;
}
.why-point.left {
  top: 340px;
  left: 490px;
}

.why-point.left p{
      top: 50px;
  left: -70px;
}


@media (max-width: 767px) {
  .why-camerry-mobile {
    background-color: #FFF6AD;
    overflow: hidden;
    position: relative;
    height: 392px;
  }

  .why-mobile-heading {
    text-align: left;
        position: absolute;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 12px;
    
  }

  .why-mobile-list {
    max-width: 280px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #050608;
    padding-left: 0;
    margin: 90px 0 0 16px;
    text-align: left;
    position: absolute;
    z-index: 2;
    text-align: left;
    /* top: 40px */
  }

  .why-mobile-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
    gap: 8px;
  }

  .why-mobile-list li span {
    color: #DAA73C;
    font-size: 24px;
    line-height: 1;
  }

  .why-camerry-mobile img {
    width: 240px;
    position: absolute;
    right: -50px;
    bottom: 30px;
    z-index: 1;
  }
}



@media (min-width: 768px) and (max-width: 991px) {
  .why-camerry {
    min-height: 650px;
  }

 .why-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.center-img {
  max-width: 300px;
  width: 100%;
}

  .plate-top-left,
  .plate-top-right,
  .plate-bottom-left,
  .plate-bottom-right {
    width: auto;
    transform: none !important;
  }
.floating-img {
  position: absolute;
  overflow: hidden;
  transition: all 0.6s ease;
  z-index: 1;
}
.floating-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.6s ease;
}
  .plate-top-left {
    top: -50px;
    left: -50px;
    width: 180px;
  }

  .plate-top-right {
    top: -50px;
    right: -50px;
    width: 150px;
  }

  .plate-bottom-left {
    bottom: -50px;
    left: -50px;
    width: 130px;
  }

  .plate-bottom-right {
    bottom: -50px;
    right: -50px;
    width: 200px;
  }
  .why-camerry:hover .plate-top-left {
  top: 20px;
  left: 20px;
  transform: rotate(-80deg);
}
.why-camerry:hover .plate-top-right {
  top: 20px;
  right: 20px;
  transform: rotate(80deg);
}
.why-camerry:hover .plate-bottom-left {
  bottom: 20px;
  left: 20px;
   transform: rotate(-80deg);
}
.why-camerry:hover .plate-bottom-right {
  bottom: 20px;
  right: 20px;
  transform: rotate(80deg);
}

.why-point {
  position: absolute;
  width: auto; /* width now set per arrow via inline style */
  height: auto;
}

.why-point p {
  position: absolute;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

.why-point img.arrow-img {
  display: block;
  flex-shrink: 0;
}
/* Positioning each point to match the design exactly */
.why-point.top-left {
  top: 200px;
  left: 210px;
}
.why-point.top-left p {
  top: 4px;
  left: -90px;
}

.why-point.top-right {
  top: 180px;
  right: 270px;
}
.why-point.top-right p {
  top: 0;
  right: -140px;
  text-align: right;
}
.why-point.right {
  top: 260px;
  right: 200px;
}
.why-point.right p {
  top: 1px;
  right: -155px;
  text-align: right;
}

.why-point.bottom-right {
  bottom: 200px;
  right: 200px;
}

.why-point.bottom-left {
  bottom: 180px;
  left: 210px;
}
.why-point.bottom-left p {
    top: 50px;
  left: -50px;
}
.why-point.left {
  top: 340px;
  left: 170px;
}

.why-point.left p{
      top: 50px;
  left: -70px;
}
}

@media (min-width: 992px) and (max-width: 1200px) {
      .why-camerry {
    min-height: 650px;
  }

 .why-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.center-img {
  max-width: 300px;
  width: 100%;
}

  .plate-top-left,
  .plate-top-right,
  .plate-bottom-left,
  .plate-bottom-right {
    width: auto;
    transform: none !important;
  }
.floating-img {
  position: absolute;
  overflow: hidden;
  transition: all 0.6s ease;
  z-index: 1;
}
.floating-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.6s ease;
}
  .plate-top-left {
    top: -50px;
    left: -50px;
    width: 180px;
  }

  .plate-top-right {
    top: -50px;
    right: -50px;
    width: 150px;
  }

  .plate-bottom-left {
    bottom: -50px;
    left: -50px;
    width: 130px;
  }

  .plate-bottom-right {
    bottom: -50px;
    right: -50px;
    width: 200px;
  }
  .why-camerry:hover .plate-top-left {
  top: 20px;
  left: 20px;
  transform: rotate(-80deg);
}
.why-camerry:hover .plate-top-right {
  top: 20px;
  right: 20px;
  transform: rotate(80deg);
}
.why-camerry:hover .plate-bottom-left {
  bottom: 20px;
  left: 20px;
   transform: rotate(-80deg);
}
.why-camerry:hover .plate-bottom-right {
  bottom: 20px;
  right: 20px;
  transform: rotate(80deg);
}

.why-point {
  position: absolute;
  width: auto; /* width now set per arrow via inline style */
  height: auto;
}

.why-point p {
  position: absolute;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

.why-point img.arrow-img {
  display: block;
  flex-shrink: 0;
}
/* Positioning each point to match the design exactly */
.why-point.top-left {
  top: 200px;
  left: 320px;
}
.why-point.top-left p {
  top: 4px;
  left: -90px;
}

.why-point.top-right {
  top: 180px;
  right: 380px;
}
.why-point.top-right p {
  top: 0;
  right: -140px;
  text-align: right;
}
.why-point.right {
  top: 260px;
  right: 320px;
}
.why-point.right p {
  top: 1px;
  right: -155px;
  text-align: right;
}

.why-point.bottom-right {
  bottom: 200px;
  right: 320px;
}

.why-point.bottom-left {
  bottom: 180px;
  left: 340px;
}
.why-point.bottom-left p {
    top: 50px;
  left: -50px;
}
.why-point.left {
  top: 340px;
  left: 280px;
}

.why-point.left p{
      top: 50px;
  left: -70px;
}
}
@media (min-width: 1920px) {
  .why-camerry {
    min-height: 800px;
  }

  .center-img {
    max-width: 460px;
  }

  .plate-top-left {
    top: -90px;
    left: -90px;
    width: 320px;
  }

  .plate-top-right {
    top: -90px;
    right: -90px;
    width: 240px;
  }

  .plate-bottom-left {
    bottom: -90px;
    left: -90px;
    width: 220px;
  }

  .plate-bottom-right {
    bottom: -90px;
    right: -90px;
    width: 400px;
  }

  .why-point.top-left {
    top: 220px;
    left: 700px;
  }
  .why-point.top-left p {
    top: 4px;
    left: -100px;
  }

  .why-point.left {
    top: 360px;
    left: 650px;
  }
  .why-point.left p {
    top: 50px;
    left: -80px;
  }

  .why-point.bottom-left {
    bottom: 210px;
    left: 710px;
  }
  .why-point.bottom-left p {
    top: 50px;
    left: -60px;
  }

  .why-point.top-right {
    top: 200px;
    right: 770px;
  }
  .why-point.top-right p {
    top: 0;
    right: -150px;
    text-align: right;
  }

  .why-point.right {
    top: 280px;
    right: 700px;
  }
  .why-point.right p {
    top: 1px;
    right: -165px;
    text-align: right;
  }

  .why-point.bottom-right {
    bottom: 220px;
    right: 690px;
  }
}



/* Faq section */

.faq-section {
  background: #fff;
}

.faq-section h2 {
  font-size: 2rem;
  position: relative;
}

.faq-section .underline {
  text-decoration: underline;
}

.faq-item {
  background-color: #dbeafe;
  border-radius: 12px;
  padding: 15px 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  cursor: pointer;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}

.toggle-icon {
  font-size: 1.2rem;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-answer {
  margin-top: 10px;
  display: none;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .toggle-icon {
  transform: rotate(45deg);
}

/* Legacy */

.legacy-section {
  background-color: #e9c9e3;
  overflow: hidden; 
}

.text-content h2 {
  font-size: 2rem;
  line-height: 1.4;
}

.text-content em {
  font-style: italic;
  font-weight: 500;
}

.text-content p {
  color: #333;
  max-width: 500px;
}

.btn-maroon {
  background-color: #5c0d13;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-maroon:hover {
  background-color: #430a0e;
}

.btn-outline-maroon {
  border: 2px solid #5c0d13;
  color: #5c0d13;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline-maroon:hover {
  background-color: #5c0d13;
  color: white;
}

.product-column {
  overflow: hidden;
  height: 100%;
}
.product-columns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.legacy-column {
  width: auto;
  height: auto;
  margin-left: -80px; /* ✅ Reduces space between columns */
  transition: transform 0.3s ease;
}

.legacy-column:first-child {
  margin-left: 0; /* Don't shift the first one */
}

.legacy-column:hover {
  transform: scale(1.1);
}
.legacy-product-img {
  width: 120px;
  transition: transform 0.3s ease;
}

.legacy-product-img:hover {
  transform: scale(1.1);
}


@media (min-width: 768px) and (max-width: 991px) {

.legacy-section {
    padding: 80px 16px 60px;
    position: relative;
    background-color: #e9c9e3;
    overflow: hidden;
  }

  .product-columns {
    display: none !important;
  }

  .legacy-mobile-left,
  .legacy-mobile-right {
    position: absolute;
    left: 0;
    z-index: 0;
    /* width: 100px; */
    height: auto;
    max-height: 100%;
    opacity: 1;
  }

  .legacy-mobile-left {
    top: 0px;
    width: 60px;
  }

  .legacy-mobile-right {
    top: 0px; /* adjusted to be slightly below left stack */
  }

  .text-content {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    text-align: right;
  }

  .text-content h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: right;
    padding-right: 8px;
  }

  .text-content em {
    font-style: italic;
    font-weight: 500;
  }

  .text-content p {
    font-size: 14px;
    margin-top: 12px;
    color: #333;
    max-width: 100%;
    text-align: right;
    padding-right: 8px;
  }

  .legacy-section .btn {
    width: 100%;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 30px;
  }

  /* .legacy-section .d-flex {
    flex-direction: column !important;
    gap: 16px !important;
    align-items: flex-end;
  } */
}


@media (max-width: 767px) {
  .legacy-section {
    padding: 80px 16px 60px;
    position: relative;
    background-color: #e9c9e3;
    overflow: hidden;
  }

  .product-columns {
    display: none !important;
  }

  .legacy-mobile-left,
  .legacy-mobile-right {
    position: absolute;
    left: 0;
    z-index: 0;
    /* width: 100px; */
    height: auto;
    max-height: 100%;
    opacity: 1;
  }

  .legacy-mobile-left {
    top: -10px;
    width: 60px;
  }

  .legacy-mobile-right {
    top: -10px; /* adjusted to be slightly below left stack */
  }

  .text-content {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    text-align: right;
  }

  .text-content h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: right;
    padding-right: 8px;
  }

  .text-content em {
    font-style: italic;
    font-weight: 500;
  }

  .text-content p {
    font-size: 14px;
    margin-top: 12px;
    color: #333;
    max-width: 100%;
    text-align: right;
    padding-right: 8px;
  }

  .legacy-section .btn {
    width: 100%;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 30px;
  }

  .legacy-section .d-flex {
    flex-direction: column !important;
    gap: 16px !important;
    align-items: flex-end;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
.legacy-column {
  width: auto;
  height: auto;
  margin-left: -180px; /* ✅ Reduces space between columns */
  transition: transform 0.3s ease;
}

}


/* Testimonial */

.swiper {
  padding-bottom: 50px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.testimonial-card {
  max-width: 336px;
  height: 382px;
  background-color: #fff8ef;
  border-radius: 10.8px;
  color: #333;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.quote-icon {
  width: 32px;
  height: auto;
}

.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.6;
}

.testimonial-author {
  font-size: 0.9rem;
}



/* Feedback */
 .feedback-section {
  background-color: #fff3ad;
  position: relative;
  overflow: hidden;
  height: 507px;
  width: 100%;
  /* padding: 100px 0; */
  text-align: center;
}
.fixed-container {
  height: 100%;
  position: relative;
}
.feedback-content {
  height: 100%;
  z-index: 2;
  position: relative;
}

.feedback-section h2 {
  font-size: 2rem;
  color: #1d1d1d;
}

.feedback-section p {
  max-width: 650px;
  margin: 0 auto;
  color: #444;
}

.btn-maroon {
  background-color: #5c0d13;
  color: white;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* .btn-maroon:hover {
  background-color: #430a0e;
} */

.floating-item {
  position: absolute;
  pointer-events: none;
  animation: float 6s ease-in-out infinite;
  z-index: 0;
}

/* CLOUDS */
.feed_cloud-left {
  top: 170px;
  left: -0px;
  width: 277.53px;
  animation-delay: 0s;
}
.feed_cloud-right {
  top: 170px;
  right: 170px;
  width: 199.52px;
  animation-delay: 1s;
}

/* STRAWBERRIES */
.straw-lt { top: -50px; left: 0px; width: 100.08px; animation-delay: 0.2s; }
.straw-lb { top: 390px; left: 10%; width: 116px; animation-delay: 0.8s; }
.straw-m  { top: -20px; left: 48%; width: 61.95px; animation-delay: 0.5s; }
.straw-rt { top: 20px; right: 20%; width: 100.14px; animation-delay: 1.2s; }
.straw-rb { bottom: -230px; right: 480px; width: 61.95; animation-delay: 1.5s; }

/* BLUEBERRIES */
.berry-lt { top: 70px; left: 20%; width: 64px; animation-delay: 0.4s; }
.berry-mb { top: 410px; left: 45%; width: 48px; animation-delay: 1s; }
.berry-rt { top: 2px; right: 0%; width: 44px; animation-delay: 0.7s; }
.berry-rb { top: 350px; right: 50px; width: 48px; animation-delay: 1.4s; }

/* Float animation */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 767px) {
  .feedback-section {
    height: auto;
    padding: 80px 16px 60px;
  }

  .feedback-section h2 {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }

  .feedback-section p {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 12px;
    text-align: center;
    max-width: 100%;
  }

  .feedback-section .btn-maroon {
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 24px;
    width: 100%;
    max-width: 260px;
  }

  .feedback-content {
    padding-top: 20px;
  }

  /* CLOUDS */
  .feed_cloud-left {
    top: 360px;
    left: -30px;
    width: 140px;
  }

  .feed_cloud-right {
    top: 380px;
    right: -20px;
    width: 130px;
  }

  /* STRAWBERRIES */
  .straw-lt {
    top: 230px;
    left: -40px;
    width: 65.52px;
  }

  .straw-lb {
    top: 170px;
    left: -390px;
    width: 10px;
  }

  .straw-m {
    top: -30px;
    left: 50%;
    width: 34.99px;
  }



  .straw-rb {
    bottom: -30px;
    left: 95%;
    width: 34.99px;
  }

  /* BLUEBERRIES */
  .berry-lt {
    top: 10px;
    left: -30px;
    width: 36.15px;
  }

  .berry-mb {
    top: 280px;
    left: 40%;
    width: 27px;
  }



  .berry-rb {
    top: -50px;
    right: -35px;
    width: 64px;
  }

    .berry-rt,
  .straw-rt,.feed_cloud-left, .feed_cloud-right {
    display: none !important;
  }
}

/* Footer */

.footer-wrapper {
  position: relative;
  margin-top: 150px;
  padding: 0;

}

.footer-wave {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.footer-section {
  background-color: #DFC5DE;
  padding: 40px 20px;
  margin: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 471px;
}

.footer-left {
  padding-right: 20px;
}

.footer-left img {
  margin-bottom: 100px;
}

.company-info p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #5D161EE5;
}

.footer-center {
  display: flex;
  justify-content: center;
  align-items:flex-start;
  position: relative;
  overflow: hidden;
  padding-bottom:450px;
}

.footer-product {
  /* max-width: 100%; */
  height: auto;
  position: absolute;
  bottom: -50px;
}

.footer-right {
  padding-left: 20px;
}

.footer-nav {
  margin-bottom: 30px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 40px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-bottom: 20px;

}

.footer-links li {
  margin: 0;
}

.footer-links a {
    color: #050608;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: none;
}

.newsletter {
  margin-bottom: 2px;
}

.newsletter p {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 16px;
}

.newsletter-input {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.newsletter-input .form-control {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 12px;
}

.newsletter-input .btn {
  padding: 8px 12px;
  border-radius: 4px;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.social-icons i {
  font-size: 18px;
  color: #333;
  cursor: pointer;
}

.social-icons i:hover {
  color: #2c5aa0;
}

.copyright {
  font-size: 14px;
  color: #5D161EE5;
  margin: 80px;
  text-align: right;
  font-weight: 400;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-links {
    flex-direction: column;
    gap: 15px;
  }
  
  .footer-center {
    margin: 20px 0;
  }
  
  .footer-left,
  .footer-right {
    padding: 0;
    margin-bottom: 20px;
  }
}