/*.funfact-one__list li {
    position: relative;
    display: flex
;
    align-items: center;
    flex-grow: 1;
    gap: 0px !important;
    padding: 20px 10px !important;
}


.funfact-one__list {
    position: relative;
    z-index: 2;
    margin: 0 0 0;
    padding: 40px 0px !important;
    line-height: 1;
    list-style: none;
    display: grid
;
    grid-template-columns: repeat(5, 1fr) !important;
    align-items: center;
    justify-content: space-between;
    background-color: var(--alefox-white, #fff);
    filter: drop-shadow(0 0 55px rgba(0, 0, 0, 0.07));
    border-radius: 130px !important;
}*/


.main-header__logo a img {
    height: 80px !important;
    margin-top: 10px !important;
}

/*.contact-info--contact-page .contact-info__item {
    border: 1px solid var(--alefox-border-color, #dddddd);
    padding: 32px 30px !important;
}


.contact-info--contact-page .email-add{
    border: 1px solid var(--alefox-border-color, #dddddd);
    padding: 32px 30px 88px !important;
}

.contact-info__item__icon {
    width: 50px !important;
    height: 50px !important;
}


.contact-bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgb(55, 167, 157) !important;
    color: white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: background-color 0.3s ease;
  }

  .contact-bubble:hover {
    background-color: #0056b3;
  }

  .contact-bubble img {
    width: 28px;
    height: 28px;
  }

  @media (max-width: 600px) {
    .contact-bubble {
      width: 48px;
      height: 48px;
    }

    .contact-bubble img {
      width: 24px;
      height: 24px;
    }
  }

  
 .whatsapp-float {   
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 1000;
  background-color: #25d366;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-in-out;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}
.whatsapp-float img {
  width: 32px;
  height: 32px;
}*/


/* Floating button base styles */
.whatsapp-float, .contact-bubble {
  position: fixed;
  bottom: 20px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  z-index: 999;
  transition: all 0.3s ease;
}

/* WhatsApp button (right side) */
/*.whatsapp-float {
  right: 20px;
  background-color: #25D366;
}*/

.whatsapp-float {
    right: 20px;
    background-color: #25D366;
    bottom: 90px;
}

/* Phone button (left of WhatsApp) */
.contact-bubble {
  right: 20px;
  background-color: #007bff;
}

/* Hover effects */
.whatsapp-float:hover, .contact-bubble:hover {
  transform: scale(1.1);
}

/* Responsive adjustments for mobile */
@media (max-width: 600px) {
  .whatsapp-float, .contact-bubble {
    width: 50px;
    height: 50px;
    bottom: 15px;
  }
  .whatsapp-float {
        right: 75px;
        bottom: 80px;
    }
  .contact-bubble {
    right: 75px;
  }

  .topbar-two {
    width: 100%;
}

.main-header__logo a img {
        height: 50px !important;
        margin-top: 0px !important;
        width: 65px;
    }

.main-header--three {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 15px !important;
}




.about-team-section {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}

.team-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.team-row.reverse {
  flex-direction: row-reverse;
}

.team-col {
  flex: 1 1 48%;
}

.text-col {
  padding: 20px;
}

.text-col h3 {
  font-size: 26px;
  color: #2c3e50;
  margin-bottom: 8px;
}

.text-col h4 {
  font-size: 18px;
  color: #27ae60;
  margin-bottom: 15px;
}

.text-col p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.image-col img {
  width: 100%;
  max-width: 420px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  object-fit: cover;
  display: block;
  margin: 0 auto;
}


/* Default: show desktop, hide mobile */
.desktop-view {
  display: block !important;
}
.mobile-view {
  display: none !important;
}

/* When screen width ≤ 768px (mobile), switch visibility */
@media (max-width: 768px) {
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }

  .skill-one__content__title {
    font-size: 23px;
    line-height: 35px;
}
}

/* Responsive */
@media (max-width: 768px) {
  .team-row {
    flex-direction: column;
  }
  .team-col {
    flex: 1 1 100%;
    text-align: center;
  }
  .image-col img {
    max-width: 300px;
    margin-bottom: 20px;
  }
}

.company-text {
    color: var(--alefox-white, #fff) !important;
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 20px;
}


.main-header--three .main-header__inner {
    background-color: #ebf3f7 !important;
    color: #000 !important;
}

.main-header--three .main-menu .main-menu__list > li > a {
    color: #000 !important;
}


.main-header--three .main-menu .main-menu__list > li.current > a, .main-header--three .main-menu .main-menu__list > li:hover > a {
    color: var(--alefox-base, #44a05b) !important;
}


.insecticide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/gallery/insecticide1.jpg);
    opacity: 0.5;
}


.herbicide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/gallery/herbicide.jpg);
    opacity: 0.5;
}


.fungicide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/gallery/fungicide.jpg);
    opacity: 0.5;
}


.water-soluble {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/gallery/npk.webp);
    opacity: 0.5;
}


.micronutrients {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/gallery/micronutrients.webp);
    opacity: 0.5;
}


.pgr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/gallery/pgr.jpg);
    opacity: 0.5;
}

.main-header--three .main-menu .main-menu__list > li.current > a, .main-header--three .main-menu .main-menu__list > li:hover > a {
    color: var(--alefox-base, #44a05b);
}

.main-header--three .mobile-nav__btn span {
    background-color: #000 !important;
}