* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  overflow-x: hidden;
  color: white;
} 

.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}

.header {
  background-color: #1C1C25;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.header h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.header p {
  font-size: 1.2rem;
  color: #ddd;
}

.testimonial-section {
  padding: 40px 0;
}

.testimonial {
  background: #fff;
  border-left: 5px solid #00539c;
  margin-bottom: 30px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.testimonial h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #00539c;
}

.testimonial .content {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 15px;
  line-height: 1.7;
}

.testimonial .author {
  font-weight: bold;
  color: #00539c;
  font-style: italic;
}
.m-whatsapp {
  color: white;
  font-weight: 300;
}