body {
      font-family: 'Open Sans', sans-serif;
      background-color: #f1f2f4;
      color: #333;
    }
    a {
      color: #558b61;
      text-decoration: none;
      transition: color 0.3s ease;
    }
    a:hover {
      color: #3d6f4e;
    }
    .navbar-brand img {
      height: 70px;
      width: auto;
    }

/*------------------BANNER------------------------*/
.carousel-inner img.banner-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
  .carousel-caption {
    left:25%;
    right:25%;
    bottom: 10%;
    background: rgba(0, 0, 0, 0.1);
    padding: 1rem 2rem;
    border-radius: 10px;
  }
  .carousel-caption h2, .carousel-caption p {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  }
@media (max-width: 768px) {
  .carousel-inner img.banner-img {
    height: 250px; /* Adjust for mobile display */
  }
  .carousel-caption {
    left: 10%;
    right: 10%;
    padding: 0.5rem 1rem;
  }
  .carousel-caption h2 {
    font-size: 1.25rem;
  }
}
/*------------------NAVIGATION------------------------*/

.nav-link {
font-size: 1.3rem;
font-weight: 400;
position: relative;
transition: color 0.3s ease;
}
.nav-link:hover::after {
content: "";
position: absolute;
bottom: -5px;
left: 10%;
width: 80%;
height: 2px;
background-color: #3d6f4e;
}
.nav-link:hover {
color: #3d6f4e !important;
}
.navbar-nav .nav-item {
display: flex;
align-items: center;
}
.navbar-nav .text-muted {
margin: 0 0.5rem;
}

    .hero {
      background: #f1f2f4; 
      /*url('https://placehold.co/1400x500/558b61/FFFFFF.png?text=Growbiz+Studio&font=poppins') no-repeat center center/cover;*/
      height: 60vh;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: white;
      position: relative;
    }
    .hero h1 {
      background-color: rgba(0,0,0,0.5);
      padding: 1rem;
      border-radius: 10px;
      font-size: 2.5rem;
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
    }
    .intro-img {
      max-width: 100%;
      border-radius: 10px;
    }
/*--------------------------REVIEWS-----------------*/
.icon-link {
  font-size: smaller;
}
.review-icons .icon-link i {
  gap: 2.5rem;
  color: #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
}

 .core{
  padding:.5em;
 }

.mt-4.text-start p {
  line-height: 1.8; /* Increased line height between lines */
  margin-bottom: 1.2rem; /* More spacing between paragraph and icons */
}

.review-icons .icon-link:hover i {
  color: #558b61;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
review-icons a i {
  transition: transform 0.3s ease;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

.review-icons a:hover i {
  transform: scale(1.1);
}

.review-icons a[href*="instagram"] i {
  color: #E4405F; /* Instagram pink */
}

.review-icons a[href*="google"] i {
  color: #DB4437; /* Google red */
}

.review-icons a[href*="ebay"] i {
  color: #0064D2; /* eBay blue */
}

.review-icons .custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  padding: 3px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  object-fit: contain;
}

.review-icons .custom-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}


    .icon-box i {
      font-size: 2rem;
      color: #558b61;
    }

/*----------------------------SERVICES----------------------*/
 .services-img {
  max-width: 220px !important;
}

.fa-check-circle{
  padding: .3em;
}

/*.service-icon {
  width: 120px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}*/


    .team-member img {
      width: 100%;
      border-radius: 50%;
    }
    .testimonial-card {
      background-color: white;
      padding: 1rem;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      height: 100%;
      text-align: center;
    }
    .testimonial-card img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 0.5rem;
    }

/*---------------OUR TEAM-----------------------*/
.team-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
 background-color: transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Optional for soft depth */
}

.lifted-img {
  margin-top: -30px;padding: 5px;
  /*background-color: #fff;
  
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);*/
}


footer {
  background-color: #fff;
  padding: 2.5rem 0;
  border-top: 1px solid #ccc;
  font-size: 0.95rem;
}

footer h5 {
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-line {
  line-height: 1.8;
}

footer a {
  color: #558b61;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #2f5b3a;
}

.text-facebook {
  color: #3b5998;
}

.text-instagram {
  color: #e4405f;
}

.text-youtube {
  color: #ff0000;
}
@media (max-width: 768px) {
  footer .row > div {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }

  footer h4 {
    text-align: center;
  }

  .footer-line {
    text-align: center;
  }
}