/********** Template CSS **********/
:root {
  --primary: #34ad54;
  --secondary: #ff9933;
  --light: #f6fff2;
  --dark: #263a4f;
}

.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;
  text-transform: uppercase;
  transition: 0.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);
}

@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/carousel-1.jpg) top right no-repeat;
  background-size: cover;
}

@media (min-width: 991.98px) {
  .banner {
    position: relative;
    margin-top: -90px;
    z-index: 1;
  }
}

.bg-vegetable {
  background: linear-gradient(rgba(52, 173, 84, 0.2), rgba(52, 173, 84, 0.2)),
    url(../img/vegetable.png) bottom right no-repeat;
  background-size: contain;
}

.bg-fruit {
  background: linear-gradient(rgba(255, 153, 51, 0.2), rgba(255, 153, 51, 0.2)),
    url(../img/fruit.png) bottom right no-repeat;
  background-size: contain;
}

.service-item {
  box-shadow: 0 0 45px #ededed;
  transition: 0.5s;
}

.about i,
.service-item i {
  background-image: linear-gradient(var(--primary), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.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: 0.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: 0.5s;
}

.product-item:hover .btn-action {
  bottom: 0;
  opacity: 1;
}

.product-item h5 {
  transition: 0.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: 0.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, 0.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: 0.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: 0.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(52, 173, 84, 1));
  z-index: 1;
}

.bg-footer {
  background: linear-gradient(rgba(52, 173, 84, 0.7), rgba(52, 173, 84, 0.7)),
    url(../img/footer.png) center bottom no-repeat;
  background-size: contain;
}

@media (min-width: 991.98px) {
  .bg-footer {
    margin-top: 90px !important;
  }
}

.float-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.float-whatsapp:hover {
  transform: scale(1.1);
}

.my-float {
  margin-top: 0;
}

/* Mobile-specific WhatsApp button */
@media (max-width: 991.98px) {
  .float-whatsapp {
    width: 50px;
    height: 50px;
    font-size: 25px;
    bottom: 20px;
    right: 20px;
  }
}
/* Ensure WhatsApp icon is visible in the social links */
.btn-square .fab.fa-whatsapp {
  font-size: 16px;
}



*/* Animated Background Header */
.certifications-section {
  position: relative;
  overflow: hidden;
  background: #f8f9fa;
}

.certifications-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, #28a745 0%, #218838 100%);
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}

.certification-title {
  position: relative;
  color: white;
  font-size: 2.8rem;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin-bottom: 0.5rem !important;
}

.certifications-section .lead {
  position: relative;
  color: rgba(255,255,255,0.9);
  font-size: 1.2rem;
}

/* Animated Certificate Cards */
.certificate-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 30px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-align: center;
  border-top: 4px solid #28a745;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.certificate-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.1) 0%, rgba(33, 136, 56, 0.05) 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.certificate-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.certificate-card:hover::before {
  opacity: 1;
}

.certificate-icon {
  font-size: 3.5rem;
  color: #28a745;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.certificate-card:hover .certificate-icon {
  transform: scale(1.1);
}

.pulse-animation {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.certificate-card h3 {
  color: #28a745;
  margin-bottom: 15px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.certificate-card:hover h3 {
  color: #218838;
}

.certificate-card p {
  margin-bottom: 20px;
  color: #666;
  transition: color 0.3s ease;
}

.certificate-card:hover p {
  color: #444;
}

.certificate-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ffc107;
  color: #212529;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Certificate Actions */
.certificate-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.view-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  font-size: 0.95rem;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(40, 167, 69, 0.3);
}

.view-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.4);
}

.info-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.info-btn:hover {
  background: #28a745;
  color: white;
  transform: rotate(15deg);
}

/* Modal Styles */
.certificate-icon-large {
  font-size: 5rem;
  color: #28a745;
  opacity: 0.8;
}

.certificate-meta {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  border-left: 4px solid #28a745;
}

.certificate-benefits {
  margin-top: 20px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.certificate-benefits ul {
  padding-left: 20px;
}

.certificate-benefits li {
  margin-bottom: 8px;
  position: relative;
}

.certificate-benefits li::before {
  content: '✓';
  color: #28a745;
  font-weight: bold;
  margin-right: 10px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .certification-title {
    font-size: 2.2rem;
  }
  
  .certificate-card {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .certification-title {
    font-size: 2rem;
  }
  
  .certifications-section::before {
    height: 180px;
  }
  
  .certificate-icon {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  .certification-title {
    font-size: 1.8rem;
  }
  
  .certifications-section .lead {
    font-size: 1rem;
  }
  
  .certificate-actions {
    flex-direction: column;
    gap: 10px;
  }
  
  .view-btn, .info-btn {
    width: 100%;
  }
  
  .info-btn {
    height: auto;
    padding: 8px;
    border-radius: 50px;
  }
}

  /* Remove Google Translate toolbar */
.goog-te-banner-frame {
  display: none !important;
}
body {
  top: 0 !important;
}

/* Style the dropdown */
.goog-te-gadget {
  color: white;
  font-family: inherit;
}
.goog-te-combo {
  padding: 6px 10px;
  border: none;
  border-radius: 5px;
  background-color: white;
  color: #333;
  font-size: 14px;
}

/* REMOVE Google Translate top banner */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* REMOVE body offset caused by Google */
body {
  top: 0px !important;
  position: relative !important;
}

/* HIDE the iframe (very important) */
iframe.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

 @media (min-width: 992px) {
  .carousel-img {
    height: 610px;
    object-fit: revert-layer;
  }
}

html {
  scroll-behavior: smooth;
}