.nav-link {
  font-size: 20px;
}

.navbar-brand img {
  height: 50px;
}

:root {
  --bs-body-font-family: "poppins", sans-serif;
}

.header-container {
  width: 100%;
  height: 100vh;
  background-color: #e8e8e8;
}

.header-text {
  font-size: 48pt;
  font-weight: 900;
  background: linear-gradient(90deg, #3c8b3f, #7fc681);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-line {
  height: 10px;
  width: 150px;
  background: linear-gradient(90deg, #3c8b3f, #7fc681);
}

.about-us {
  margin-top: -188px;
  border: 1px #3c8b3f solid;
}

.contact{
   border: 1px #3c8b3f solid;
}

.news-card {
  background-color: white;
  border: 1px #3c8b3f solid;
}

.news-card div .date {
  color: #3c8b3f;
}

.bg-gray {
  background-color: #e8e8e8;
}

.text-justify {
  text-align: justify;
}

.product-btn{
  background:linear-gradient(90deg, #3c8b3f, #7fc681);
}
.product-btn:hover{
  background:linear-gradient(90deg, #3c8b3f, #7fc681);

}

.mt-100px{
  margin-top: 100px;
}

#navbar{
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.form-control{
  transition-duration: 0.5s;
}
.form-control:focus {
  outline: none;
  border-color: transparent;
  box-shadow: 0 0 0 2px transparent, 0 0 0 3px;
  background-clip: padding-box;
  position: relative;
  z-index: 1;
}

/* Gradient border için özel çözüm */
.form-control:focus {
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px transparent,
  0 0 0 2px #3c8b3f,
  0 0 0 3px #7fc681;
}


.contact-btn{
  background:linear-gradient(90deg, #3c8b3f, #7fc681);
  transition: opacity 0.5s ease;
}
.contact-btn:hover{
  opacity: 0.9;
}
@media (max-width: 767.98px) {
  .about-text {
    width: 100% !important;
  }

  .about-img {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .about-us{
    margin-top: 100px;
  }
}