/********** Template CSS **********/
:root {
    /*--primary: #34AD54;
    --secondary: #FF9933;*/
     --primary: #0A4D3B;
    --secondary:  #FFE352;
    --light: #F6FFF2;
    --dark: #263A4F;
}

.btn {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 600;
   /* color: #FFFFFF;*/
    color: #0A4D3B;
    text-transform: uppercase;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: var(--secondary);
    color:#0A4D3B;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-hero {
    background: url(../img/bg.jpg) top right no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0,0.5); /* semi-transparent layer */
    background-blend-mode: overlay;
}

/* .bg-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}

.bg-content {
    z-index: 2; 
} */

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.bg-vegetable {
    background: linear-gradient(rgba(52, 173, 84, .2), rgba(52, 173, 84, .2)), url(../img/vegetable.png) bottom right no-repeat;
    background-size: contain;
}

.bg-fruit {
    background: linear-gradient(rgba(255, 153, 51, .2), rgba(255, 153, 51, .2)), url(../img/fruit.png) bottom right no-repeat;
    background-size: contain;
}



.service-item {
    box-shadow: 0 0 45px #EDEDED;
    transition: .5s;
}

.about i,
.service-item i {
    background-image: linear-gradient(var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s;
}

.service-item:hover {
    color: var(--light);
    background: var(--primary) !important;
}

.service-item:hover i {
    background-image: linear-gradient(var(--light), var(--secondary));
}

.service-item:hover h4 {
    transition: .5s;
}

.service-item:hover h4 {
    color: var(--light);
}

.product-item {
    padding: 0 30px 30px 30px;
}

.product-item .btn-action {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .btn-action {
    bottom: 0;
    opacity: 1;
}

.product-item h5 {
    transition: .5s;
}

.product-item:hover h5 {
    opacity: 0;
}

.product-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 55%;
    bottom: 0;
    left: 0;
    background: url(../img/bg-product-1.png) left bottom no-repeat, url(../img/bg-product-2.png) right bottom no-repeat;
    background-size: contain;
    background-color: var(--primary);
    z-index: -1;
}

.product-carousel .owl-nav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next{
    position: relative;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    color: var(--secondary);
}

.bg-testimonial {
    background: url(../img/testimonial.jpg) top center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(52, 173, 84, .7);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.2);
}

.blog-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(52, 173, 84, 0), rgba(10, 77, 59, 1));
    z-index: 1;
}

.bg-footer {
    background: linear-gradient(rgba(10, 77, 59, .7), rgba(10, 77, 59, .7)), url(../img/footer.png) center bottom no-repeat;
    background-size: contain;
}

@media (min-width: 991.98px) {
    .bg-footer {
        margin-top: 90px !important;
    }
}

/***/
.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* black overlay with 50% transparency */
    z-index: 1;
}

.carousel-caption {
    z-index: 2; /* ensures text appears above overlay */
}

.bg-teaspoon {
    background: linear-gradient(rgba(52, 173, 84, .2), rgba(52, 173, 84, .2)), url(../img/teaspoon.png) bottom right no-repeat;
    background-size: contain;
}

.bg-nutritional {
    background: linear-gradient(rgba(255, 153, 51, .2), rgba(255, 153, 51, .2)), url(../img/nutritional.png) bottom right no-repeat;
    background-size: contain;
}

.responsive-box {
  height: 300px; /* desktop default */
}

@media (max-width: 1024px) {
  .responsive-box {
    height: 400px; /* tablet */
  }
}

@media (max-width: 767px) {
  .responsive-box {
    height: auto; /* mobile adjusts to content */
    padding: 3rem 1.5rem;
  }
}


.bg-primary{
background-color:#0A4D3B !important; 
}

.bg-secondary {
    background-color: #FFE352 !important;
}

.btn-secondary{
    background-color:#FFE352;
    border-color:#FFE352;
}

.btn-primary{
   background-color:#0A4D3B;
   border-color:#0A4D3B; 
}

.btn-secondary:hover{
    background-color: #d1b626;
    border-color:#f2db5e; 
}

.btn-primary:hover{
   background-color:#0a4d3b;
   border-color:#188f6f; 
}

.text-primary
 {
    color: #0A4D3B !important;
 }

 .text-secondary{
    color: #FFE352 !important;
 }

 .bg-light {
    background-color: #D5F0E4 !important;
}

.feature {
    background-image:url(../img/spirulina-background.png);
    background-size: cover;        
    background-position: center;    
}

.service-item{
    min-height: 550px;
}

.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .nav-link.active {
    color: #0A4D3B;
}

.border-primary {
    border-color: #0A4D3B !important;
}



#quick_send_msg {
  background: linear-gradient(45deg, #0A4D3B, #138A5A);
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  border: none;
  border-radius: 6px;
  padding: 10px 35px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 10px rgba(10, 77, 59, 0.8);
  position: relative;
  overflow: hidden;
}

/* Hover effect - glowing gradient */
@keyframes greenGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#quick_send_msg:hover {
  background: linear-gradient(45deg, #0A4D3B, #25C485, #B4F0A7);
  background-size: 200% 200%;
  animation: greenGlow 2.5s linear infinite;
  box-shadow: 0 0 20px rgba(36, 198, 133, 0.8);
  transform: scale(1.06);
}

/*contact-button*/
#send_msg {
  background: linear-gradient(45deg, #FFE352, #FFB800);
  color: #333; /* darker text for contrast */
  font-weight: bold;
  border: none;
  border-radius: 10px;
  padding: 12px 35px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 10px rgba(255, 227, 82, 0.4);
  position: relative;
  overflow: hidden;
}

/* Glowing Gradient Animation */
@keyframes goldFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

#send_msg:hover {
  background: linear-gradient(45deg, #FFE352, #FFDD55, #FFB800);
  background-size: 200% 200%;
  animation: goldFlow 2.5s linear infinite;
  box-shadow: 0 0 20px rgba(255, 184, 0, 0.8);
  transform: scale(1.06);
}
