body{
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
  background:#fffaf0;
  color:#333;
}

/* HEADER – White background for logo area */
header{
  background:#ffffff; /* White background */
  text-align:center;
  padding:20px;
  border-bottom:1px solid #eee;
}

header img{
  width:150px;
  margin-bottom:10px;
  background:#ffffff;
}

header h1{
  margin:5px 0;
  color:#333;
}

header p{
  margin:0;
  color:#777;
}

/* HERO SECTION */
.hero{
  background:#ffe082;
  text-align:center;
  padding:40px 20px;
}

section{
  padding:40px 20px;
  max-width:900px;
  margin:auto;
}

h2{
  color:#bf8f00;
}

ul{
  list-style:none;
  padding:0;
}

ul li{
  margin:10px 0;
  font-size:16px;
}

/* PRODUCTS */
.products{
  display:flex;
  gap:15px;
  flex-wrap:wrap;
}

.products div{
  background:#ffecb3;
  padding:20px;
  border-radius:12px;
  flex:1;
  min-width:200px;
  text-align:center;
  font-weight:bold;
}

/* MAP */
iframe{
  width:100%;
  height:300px;
  border:0;
  border-radius:10px;
}


/* FOOTER */
footer{
  background:#fbc02d;
  text-align:center;
  padding:15px;
  font-weight:bold;
}

/* WHATSAPP BUTTON */
.whatsapp{
  position:fixed;
  right:20px;
  bottom:20px;
  background:#25d366;
  color:white;
  padding:15px 20px;
  border-radius:30px;
  text-decoration:none;
  font-weight:bold;
  box-shadow:0 4px 8px rgba(0,0,0,0.3);
}
