.juiceglass {
  background-color: #fff3d9;
  font-family: 'Poppins', sans-serif;
}

.hero-section {
  padding: 50px 0;
}

.hero-img {
  height: 550px; /* or adjust as needed */
  border-radius: 70% 70% 0 0;
  overflow: hidden;
}

.hero-img video {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.orange-img {
  max-width: 200px;
  position: absolute;
  bottom: 0;
  left: 10px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2c2c;
}

.feature-icon {
  font-size: 2rem;
  color: #009e60;
}

.feature-title {
  font-weight: 600;
  color: #1f2c2c;
}

.btn-discover {
  background-color: #fcbf1e;
  border: none;
  padding: 10px 25px;
  font-weight: 500;
  border-radius: 30px;
  margin-top: 25px;
  color: #000;
}
    .smoothie-section {
      padding: 60px 0;
    }

    .smoothie-content h1 {
      font-weight: 700;
      font-size: 2.8rem;
      color: #0e2c2f;
    }

    .smoothie-content p {
      font-size: 1rem;
      color: #3a3a3a;
      margin: 20px 0;
    }

    .smoothie-facts {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      margin-bottom: 30px;
    }

    .smoothie-fact {
      min-width: 100px;
    }

    .smoothie-fact h6 {
      font-size: 1.1rem;
      font-weight: 500;
      color: #0e2c2f;
    }

    .smoothie-fact span {
      display: block;
      font-weight: 700;
      font-size: 1.5rem;
      color: #000;
    }

    .btn-know {
      background-color: #fcbf1e;
      border: none;
      padding: 10px 25px;
      border-radius: 30px;
      font-weight: 500;
      color: #000;
    }

    .smoothie-img img {
      width: 100%;
      max-width: 550px;
    }

   .bottom-banner-wrapper {
  overflow: hidden;
  background-color: #f8500b;
  position: relative;
  
  height:70px;
}

.bottom-banner {
  display: flex;
  gap: 80px;
  animation: marquee 20s linear infinite;
}

.banner-item {
    display:flex;
  flex: 0 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  white-space: nowrap;
  align-items: center;
  column-gap: 8px;
}

.banner-item img {
  height: 60px;
  margin-bottom: 5px;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}


    @media (max-width: 768px) {
      .smoothie-content h1 {
        font-size: 2rem;
      }

      .smoothie-facts {
        flex-direction: column;
        gap: 20px;
      }
    }

    .testimonial-section {
      padding: 60px 0;
    }

    .testimonial-heading {
      font-weight: 700;
      font-size: 2.5rem;
      color: #102020;
      text-align: center;
      margin-bottom: 40px;
    }

    .testimonial-card {
      background-color: #fff;
      border-radius: 16px;
      padding: 25px;
      position: relative;
      overflow: hidden;
      transition: all 0.3s ease-in-out;
      height: 100%;
    }

    .testimonial-card::after {
    content: "";
    position: absolute;
    bottom: -140px;
    right: -120px;
    width: 500px;
    height: 400px;
    background-image: url('https://faryita.wpengine.com/wp-content/uploads/2024/03/testimonial-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transform: translate(50px, 50px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .testimonial-card:hover::after {
    opacity: 1;
    transform: translate(0, 0);
    }


    .testimonial-quote {
      font-size: 1.1rem;
      color: #333;
      position: relative;
      padding-left: 25px;
    }

    .testimonial-quote::before {
      content: "“";
      font-size: 2rem;
      color: #fcbf1e;
      position: absolute;
      left: 0;
      top: -5px;
    }

    .testimonial-user {
      display: flex;
      align-items: center;
      margin-top: 20px;
    }

    .testimonial-user img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: 15px;
    }

    .testimonial-user h6 {
      margin: 0;
      font-weight: 700;
    }

    .testimonial-user small {
      color: #666;
    }

    .stars {
      color: #ffc107;
      font-size: 1rem;
      margin-left: auto;
    }

    .partner-logos {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px;
    }

    .partner-logos img {
      max-height: 50px;
    }

    @media (max-width: 768px) {
      .testimonial-heading {
        font-size: 2rem;
      }
    }
    .footer-section {
  background-color: #097c3b;
  position: relative;
}

.footer-wave {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 80px;
}

.subscribe-box {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.subscribe-input input {
  border-radius: 0;
  border: none;
}

.subscribe-input .btn {
  border-radius: 0;
  font-weight: 600;
}

.border-dashed {
  border-style: dashed !important;
}
.footer-section {
  background-color: #097c3b;
  color: #fff;
}

.footer-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #fff3d9;
  clip-path: ellipse(70% 100% at 50% 0%);
  z-index: 1;
}

.footer-section .container {
  position: relative;
  z-index: 2;
}

.border-dashed {
  border-style: dashed !important;
}
  .imgdiv {
    background-color: #183032;
  }

  .highlight {
    background: url('https://img.freepik.com/free-photo/fresh-fruits_144627-15899.jpg') no-repeat center;
    background-size: cover;
    -webkit-text-fill-color: transparent;
  }

  .emoji {
    font-size: 1.5rem;
  }

  .juice-img-sm {
    height: 100px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
  }

  .juice-img-tall {
    height: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 15px;
  }

  .custom-col {
    max-width: 350px; /* Limits image column width */
  }

  @media (max-width: 767px) {
    .juice-img-tall {
      height: 300px;
    }
    .custom-col {
      max-width: 100%;
    }
  }
     
.contact-form-section {
 
  background-size: cover;
  background-position: center;
  position: relative; 
  color: #fff;
  padding: 60px 30px;
  height: 100%;
  display: flex;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 1; 
}

.contact-form-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(223, 210, 34, 0.7); 
  z-index: -1; 
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

    .contact-form-section .content {
      z-index: 1;
      position: relative;
    }

    .contact-form-section .form-control,
    .contact-form-section .btn {
      border-radius: 0;
    }

    /* Map styling */
    .map-section iframe {
      width: 100%;
      height: 100%;
      border: 0;
      min-height: 400px;
    }

    /* Section 2 - Contact Info Cards */
    .contact-info-section {
      padding: 60px 0;
      background-color: rgb(1, 46, 12);
    }

    .info-card {
      background: white;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.4s ease;
      text-align: center;
    }

    .info-card:hover {
      transform: translateY(-10px);
    }

    .info-icon {
      width: 60px;
      height: 60px;
      margin-bottom: 15px;
    }

    .info-title {
      font-size: 1.25rem;
      font-weight: 600;
      color: #f9a825; /* Yellow theme */
    }

     .imsection {
      background-color: #ffeec2;
      font-family: Arial, sans-serif;
      padding-top: 40px;
    }

    .juice-heading {
      font-weight: 700;
      font-size: 2.5rem;
      text-align: center;
      margin: 40px 0;
      color: #1d1d1d;
    }

    .juice-item {
      text-align: center;
      margin-bottom: 30px;
      position: relative;
    }

    .juice-img {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      padding: 12px;
      background-color:#fe8f00; /* Optional: use your brush image */
      
      margin: 0 auto 15px auto;
      transition: transform 0.3s ease;
    }

    .juice-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
    }

    .juice-img:hover {
      transform: scale(1.05);
    }

    .juice-name {
      font-weight: bold;
      color: #1d1d1d;
    }

    .juice-price {
      color: #333;
      font-size: 14px;
    }