/*========================================
  1. Global Reset & Layout Utilities
========================================*/
img.img-fluid {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.section-padding {
  padding: 60px 0;
}

/*========================================
  2. Typography
========================================*/
.banner-text h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.banner-text h2 {
  font-size: 32px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.banner-text p,
.banner-text ul.listing-li li {
  font-size: 18px;
  line-height: 1.8;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 12px;
}

.footer-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

/*========================================
  3. Navigation
========================================*/
@media (min-width: 992px) {
  .navbar-nav a {
    padding: 0 15px;
    font-size: 16px;
  }

  .logo img {
    max-width: 180px;
  }

  .banner-text {
    text-align: left;
  }
}

/*========================================
  4. Banner
========================================*/
#hero img {
  height: auto;
  max-height: 100vh;
  object-fit: cover;
}

.banner-image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 420px;
}

/*========================================
  5. WhatsApp Floating Button
========================================*/
.whats-app {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.blantershow-chat {
  position: fixed;
  display: flex;
  font-weight: 400;
  z-index: 98;
  font-size: 15px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  background: #fff;
  color: #404040;
  justify-content: space-between;
  bottom: 50px;
  right: 30px;
  padding: 10px 20px;
  border-radius: 30px;
}

/*========================================
  6. Buttons
========================================*/
.custom-btn {
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 30px;
  border: 2px solid #000000;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.custom-btn:hover {
  background: #000000;
  color: #ffffff;
}

.details-btn {
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid #00A536;
  color: #00A536;
  font-weight: 500;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s ease;
  margin-top: auto;
  text-align: center;
}

.details-btn:hover {
  background-color: #00A536;
  color: #fff;
}

/*========================================
  7. Services / Advantages
========================================*/
.services-wrap {
  margin-bottom: 30px;
}

.advantage-card {
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.advantage-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.advantage-card:hover .icon-box img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.icon-box {
  width: 80px;
  height: 80px;
  background-color: #e8f5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.icon-box img {
  max-width: 40px;
  max-height: 40px;
  height: auto;
  width: auto;
}

/*========================================
  8. Portfolio / Products
========================================*/
#portfolio-flters {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 4px !important;
}

#portfolio-flters li,
.filter-btn {
  background: #f8f9fa;
  padding: 6px 16px;
  border-radius: 30px;
  border: 1px solid #ccc;
  cursor: pointer;
  font-weight: 500;
  color: #333;
  transition: all 0.3s ease;
  margin: 0 !important;
  font-size: 14px;
}

#portfolio-flters li:hover,
#portfolio-flters li.filter-active,
.filter-btn:hover,
.filter-btn.filter-active {
  background: #00A536;
  color: #fff;
  border-color: #00A536;
}

.portfolio-img img {
  width: 50%;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}

.portfolio-info h4 {
  font-size: 16px;
  font-weight: bold;
  color: #081D2C;
}

.details-link {
  color: #00A536;
  font-weight: 600;
  text-decoration: none;
}

.details-link:hover {
  text-decoration: underline;
}

.portfolio-container .portfolio-item {
  display: flex;
}

/*========================================
  9. Footer
========================================*/
.footer-top {
  padding: 40px 0;
}

.footer-widget ul li {
  margin-bottom: 6px;
}

/*========================================
  10. Responsive Media Queries
========================================*/
@media (max-width: 576px) {
  #mainModalonLoad img {
    max-height: 250px;
  }
}
