.container1c{
background:linear-gradient(95deg,#000000,#2f5d3a);
color:rgb(230,230,230);
padding:60px 20px;
height:auto;
margin-bottom:5%;
text-align:center;
}


/* ICON CIRCLE */

.rounded-full{
border-radius:9999px;
background-color:#2F5D3A;
flex-shrink:0;
width:40px;
height:40px;

display:flex;
align-items:center;
justify-content:center;
}


/* FARM LOCATION CARD */

.container2c{
width:90%;
max-width:1100px;
padding:25px;
background-color:rgb(236,238,221);
border-radius:20px;
margin:auto;
}


.container2c1{
display:flex;
align-items:center;
justify-content:space-between;
gap:40px;
flex-wrap:nowrap;
}

.container2c1 .col-md-6{
flex:1;
}
/* MAP IMAGE */

.img_map{
width:100%;
max-width:420px;
border-radius:15px;
}

.rounded-full{
margin-right:10px;
}

/* VISITING HOURS */

.container3c{
width:90%;
max-width:1100px;
padding:25px;
background-color:rgb(236,238,221);
border-radius:20px;
margin:40px auto;

display:flex;
align-items:flex-start;
gap:15px;
}


/* CONTACT CARDS */

.contact-container{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:20px;
margin:40px auto;
padding:0 15px;
}


.contact-card{
flex:1;
min-width:260px;
max-width:420px;

display:flex;
align-items:center;
gap:15px;

padding:25px 30px;
border-radius:15px;
cursor:pointer;
transition:all .4s ease;

border:2px solid transparent;
}


/* WHATSAPP */

.whatsapp{
background-color:#e9f7ef;
border-color:#25D366;
}

.whatsapp:hover{
background-color:#25D366;
color:white;
}


/* CALL */

.call{
background-color:#fbeee6;
border-color:#d35400;
}

.call:hover{
background-color:#d35400;
color:white;
}


/* ICON */

.icon{
font-size:28px;
}


/* TEXT */

.contact-card h3{
margin:0;
font-size:20px;
}

.contact-card p{
margin:5px 0 0;
font-size:14px;
}


/* MOBILE RESPONSIVE */

@media (max-width:768px){

.container2c1{
flex-direction:column;
text-align:center;
}

.container3c{
flex-direction:column;
text-align:center;
}

.contact-card{
flex-direction:row;
justify-content:center;
}

.img_map{
max-width:100%;
}

}


.mobile-buttons {
  display: flex;
  justify-content: center;   /* center horizontally */
  gap: 12px;                 /* space between buttons */

  margin: 20px 0;            /* space above footer */
}
.mobile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
background-color: black;
  padding: 12px 18px;
  border-radius: 20px;
  font-weight: 600;
  text-decoration: none;

  min-width: 130px;
}
.mobile-btn:last-child {
  background: #1b5e20;
}
.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #1f7a3a, #145c2a);
  color: white;
  padding: 12px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
  transition: 0.3s;
}

.contact-btn:hover {
  transform: scale(1.05);
}

.product-btn {
  background-image: url('/logopic.webp'); /* adjust path if needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: white;
  padding: 10px 16px;
  border-radius: 12px;
  border: none;
  font-weight: 600;

  display: flex;
  align-items: center;
  gap: 6px;
}

.contact-btn {
  background: linear-gradient(135deg, #1f7a3a, #145c2a);
  color: white;
}

.product-btn {
  background-image: url('/logopic.webp');
  background-size: cover;
  background-position: center;
  color: white;
}