/* === ABOUT PAGE STYLES === */
.hero {
  text-align: center;
  background: linear-gradient(135deg, #ff9f98, #ffd44d);
  padding: 80px 20px;
  color: #fff;
  clip-path: ellipse(100% 85% at 50% 15%);
}

.hero h1 {
  font-size: 75px;
  margin: 0;
  font-family: 'Ranchers', cursive;
}

.box {
  max-width: 1050px;
  margin: 60px auto;
  padding: 20px 20px;
  background-color: #fff;
  border-left: 16px solid #ff9f98;
  border-right: 16px solid #35b2ac;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  border-radius: 12px;
}

.box h2 {
  text-align: center;
  font-size: 34px;
  color: #f47174;
  margin-top: 30px;
}

.box h3 {
  text-align: center;
  font-size: 22px;
  color: #f47174;
  margin-bottom: 20px;
}

.box p,
.box ul {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  padding: 20px;
  color: #444;
}

.about-page {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
  background-color: #fff;
  border-left: 8px solid #ff9f98;
  border-right: 8px solid #35b2ac;
  border-radius: 12px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

.about-content {
  padding: 40px;
  text-align: center;
}

.about-content h2 {
  font-size: 36px;
  color: #35b2ac;
  margin-bottom: 20px;
  font-family: 'Ranchers', cursive;
}

.about-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}


.about-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 0 auto 20px;
}
