.header-top {
    background-color: rgba(7, 102, 5, 0.4); transition: background-color 0.3s ease; 
}

/* ====== TEXT COLORS ====== */
.text-white{
    color: #fff;
}

.text-limegreen{
  color: #c7f681;
}

.text-darkgreen{
  color: #2d4011;
}


.slider-wrapper {
    animation: breathe 6s ease-in-out infinite;
}

@keyframes breathe {
  0%, 100% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.02); 
  }
  75% {
    transform: scale(1.10); 
  }
}

@media (max-width: 768px) {
    @keyframes breathe {
      0%, 100% {
        transform: scale(1);
      }
      25% {
        transform: scale(1.01); 
      }
      75% {
        transform: scale(1.06); 
      }
    }
  }


  .about-image {
    --a: 3deg;
    border-radius: 20px;
    transform: perspective(400px) rotate3d(var(--r,1,-1),0,calc(var(--i,1)*var(--a)));
    -webkit-mask: 
      linear-gradient(135deg,#000c 40%,#000,#000c 60%)
      100% 100%/250% 250%;
    transition: .4s;
    cursor: pointer;
  }
  .about-image.alt {
    --r: 1,1;
    -webkit-mask: 
      linear-gradient(45deg,#000c 40%,#000,#000c 60%)
      0 100%/250% 250%;
  }
  .about-image:hover {
    --i: -1;
    -webkit-mask-position: 0 0;
  }
  .alt:hover {
    -webkit-mask-position: 100% 0;
  }

.justified-text {
    text-align: justify; 
    line-height: 1.6; 
}

.justified-text::after {
    content: '';
    display: inline-block;
    width: 100%;
}

.product_accordion {
  max-width: 100%;
  background: rgba(0, 0, 0, 0.10);
  height: 300px;
  margin: 20px auto;
  display: flex;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.113);
  flex-direction: row;
  cursor: pointer;
  margin-bottom: 100px;
}

.box {
  position: relative;
  height: 100%;
  flex: 1;
  background-position: left;
  background-size: cover;
  transition: .7s;
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.178);
}
.box:hover{
  flex: 7;
  height: 400px;
}
.a1 {
  background-image: url("../images/product/home_product.jpg");
}
.a2 {
  background-image: url("../images/product/stripes2.jpg")
}
.a3 {
  background-image: url("../images/product/home_product3.jpg");
  color: #fff;
}
.a4 {
  background-image: url("../images/product/home_product4.jpg");
  color: #fff;
}
.a5 {
  background-image: url("../images/product/home_product5.jpg");
}
.box-subtitle {
  font-weight: normal;
  font-size: medium;
  color: #fff;
}
.text {
  position: absolute;
  bottom: 0;
  opacity: 0;
  padding: 10px;
}
.box:hover .text{
  opacity:1;
}
.box-title {
  font-size:x-large;
  font-weight: bold;
  color: #fff;
  /* width: 250px;
  text-align: center;
  margin: 100px auto 20px auto; */

}
@media screen and (max-width: 800px){
  .product_accordion {
      flex-direction: column;
      height: 700px;
      box-shadow: none;
  }
  .box {
      box-shadow: none;
  }
  .box:hover {
      flex: 7;
  }
}


/* BUTTONS */
.site_button {
  padding: 15px 25px;
  border: unset;
  border-radius: 15px;
  color: #212121;
  z-index: 1;
  background: #e8e8e8;
  position: relative;
  font-weight: 500;
  /* font-weight: 1000;
  font-size: 17px; */
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  transition: all 250ms;
  overflow: hidden;
 }
 
 .site_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 15px;
  background-color: #7daf32;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  transition: all 250ms
 }
 
 .site_button:hover {
  color: #e8e8e8;
 }
 
 .site_button:hover::before {
  width: 100%;
 }



.product_card {
  position: relative;
  transition: box-shadow 0.3s ease;
}

.product_card:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.315); 
}

.buy-button {
  display: none;
  margin-top: 10px; 
}

.product_card:hover .buy-button {
  display: block; 
}

.product-image-container {
  position: relative;
  background-clip: border-box;
  margin-top: -1.0rem;
  /* margin-top: -1.5rem; */
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 0.75rem;
  background-color: #c7f681;
  box-shadow: 0 10px 15px -3px rgba(138, 243, 33, 0.4),0 4px 6px -4px rgba(135, 243, 33, 0.4);
  height: 14rem;
}

.product-image {
  width: 100%; 
  height: 100%; 
  border-radius: 0.75rem;
  transition: .5s;
  cursor: pointer;
  -webkit-mask: 
    linear-gradient(135deg,#000c 40%,#000,#000c 60%)
    100% 100%/250% 250%;
}

.product-image:hover {
  -webkit-mask-position: 0 0;
}

.product-title{
  color:#2d4011;
  font-weight: 700;
}

.product-price{
  font-weight: 600;
  font-size: 30px;
  color: #076605;
}

.dotted-line{
  border: 2px dotted lightgray;
}




.partners_carousel {
  /* ... */
  > * {
    flex: 0 0 100%;
  }
}

.partners_group {
  display: flex;
  gap: 20px;
  padding-right: 20px;
}

.partners_carousel {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 100%;
  overflow: hidden;
  display: flex;
}

.partners_group {
  will-change: transform; 
  animation: scrolling 30s linear infinite;
}

.partner_card{
  padding: 20px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: inset 5px 5px 10px #bebebe,
            inset -5px -5px 10px #ffffff;
}

.partner-image{
  width: 40%;
}

@media (max-width: 768px) { 
  .partner-image {
      width: 100%; 
      height: auto; 
  }
}


@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.partners_carousel {
  /* ... */
  &:hover .partners_group {
    animation-play-state: paused;
  }
}

.faq-button{
  padding: 15px 25px;
  border: unset;
  color: #c7f681;
  background: #076605;
  width: 100%;
}

.accordion-button{
  background-color: rgb(255, 1, 1); 
  color: black; 
  transition: background-color 0.3s ease;
}

.faq-button:not(.collapsed) {
  background-color: #f4ffce; 
  color: green; 
}

.accordion-body{
  background-color: #f6fde1;
  color: #2d4011; 
}

.contact-description{
  font-weight: 400;
  font-size:larger;
}

.contact-box {
  background-color: white; 
  color: black; 
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  padding: 20px; 
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}


.icon-effect {
  font-size: 40px; /* Set the size of the icon */
  transition: transform 0.3s ease; /* Smooth transition for transform */
}

.contact-box:hover .icon-effect {
  animation: raise-and-vibrate 0.5s ease forwards; /* Trigger the animation on hover */
}

@keyframes raise-and-vibrate {
  0% {
      transform: translateY(0); /* Start at original position */
  }
  20% {
      transform: translateY(-5px); /* Raise the icon */
  }
  40% {
      transform: translateY(0); /* Return to original position */
  }
  60% {
      transform: translateY(-3px); /* Slightly raise again for vibration effect */
  }
  80% {
      transform: translateY(3px); /* Move down for vibration effect */
  }
  100% {
      transform: translateY(0); /* Return to original position */
  }
}

.calendly-badge {
  position: fixed; /* Fixed position for the badge */
  bottom: 20px; /* Distance from the bottom */
  right: 20px; /* Distance from the right */
  z-index: 1000; /* Ensure it appears above other content */
  background-color: #076605; /* Background color for the badge */
  color: #c7f681; /* Text color for the badge */
  padding: 10px 15px; /* Padding for the badge */
  border-radius: 5px; /* Rounded corners */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Shadow for depth */
  cursor: pointer; /* Pointer cursor on hover */
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

.calendly-badge:hover {
  background-color: #065c05; /* Darker green on hover */
}
