/* === Inter === */
@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter_18pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/* === Playfair Display === */
@font-face {
  font-family: 'Playfair Display';
  src: url('./fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('./fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
}
.text-gradient {
  background: linear-gradient(to right, #5B8C5A, #5D4037);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.btn-custom {
  color: white; 
  background: linear-gradient(to right, #5B8C5A, #4a7448)
}
.btn-custom:hover {
  color: white;
}
.custom-contact-button {
    background-color: #fff;
    color: #5B8C5A;
    border: 1px solid #5B8C5A;
    font-weight: 500;
    transition: all 0.3s ease;
}
.custom-contact-button:hover {
    background-color: #5B8C5A;
    color: #fff;
    text-decoration: none;
    border-color: #5B8C5A;
}
.bg-agri{
    background-color: rgb(91 140 90);
}
.icon-wrapper {
  background: linear-gradient(135deg, #f9fbe7, #fff);
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 auto;
    width: 20%;
  }
}
.bg-img-cow {
  background-image: url('./img/bg3.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.overlay {
  background: linear-gradient(135deg, rgba(91, 140, 90, 0.75), rgba(74, 116, 72, 0.75));
  z-index: 1;
}
.carousel-caption, 
.text-overlay {
  z-index: 2;
  position: relative;
}
