.about-wrapper {
  width: 100%;
  min-height: 100vh;
  padding: 120px 20px 60px;
  background: url("../asset/style2.png") center top / cover no-repeat fixed;
}

@media(max-width:768px){
  .about-wrapper {
    background: url("../asset/style1.png") center top / cover no-repeat fixed;
    padding-top: 100px;
  }
}

/* TITLE */
.about-title {
  font-family: "Allura", cursive !important;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  color: #00352b;
  margin: 0;
}

/* IMAGE */
.about-image {
  width: 90%;
  max-width: 900px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* CONTENT BOX */
.about-section {
  width: 90%;
  max-width: 900px;
  margin: 40px auto;
  padding: 35px;
  background: rgba(255,255,255,0.25);
  border-radius: 22px;
  backdrop-filter: blur(12px);
  font-family: "Poppins", sans-serif;
  color: #003B52;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

/* TEXT */
.about-section h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #003B52;
  font-weight: 700;
}

.about-section p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* LIST */
.about-section ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.about-section ul li {
  font-size: 1.1rem;
  margin-bottom: 10px;
  padding-left: 8px;
}

/* BUTTONS */
.about-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.cta-btn {
  background: linear-gradient(90deg,#003B52,#0087a3);
  padding: 14px 28px;
  border-radius: 50px;
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: 600;
}

.wh-btn {
  background: #00c853;
  padding: 14px 28px;
  border-radius: 50px;
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: 600;
}
