/* About Page Styles */
.about-page {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 10px;
  text-decoration-color: #2a6480;
}

/* Hero Section */
.about-hero {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: visible;
}

.about-hero__image {
  width: 100%;
  height: 100%;
}

.about-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero__content {
  position: relative;
  text-align: center;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-hero__title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  padding: 20px 40px;
  background-color: #2a6480;
  border-radius: 20px;
  color: #fff;
}

/* Concept Section */
.about-concept {
  display: flex;
  padding: 80px 5% 40px 5%;
  gap: 60px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-concept__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.about-concept__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.about-concept__text {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #000;
}

/* Treatment Philosophy Section */
.treatment-philosophy {
  padding: 80px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.treatment-philosophy__image {
  flex: 1;
}

.treatment-philosophy__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.treatment-philosophy__item {
  margin: 0 auto 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.treatment-philosophy__item:last-child {
  margin-bottom: 0;
}

.treatment-philosophy__number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  background-color: #2a6480;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.treatment-philosophy__background1{
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -120%);
  padding: 20px;
  border-radius: 5px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.treatment-philosophy__background2{
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-90%, 50%);
  padding: 20px;
  border-radius: 5px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.treatment-philosophy__title {
  font-size: 3rem;
  font-weight: 900;
  color: #544d4d;
  line-height: 1.4;
  text-align: left;
  /* text-shadow: -1px -1px 0 #dcdcdc, 1px -1px 0 #dcdcdc, -1px 1px 0 #dcdcdc, 1px 1px 0 #dcdcdc, -1px 0 0 #dcdcdc,
    1px 0 0 #dcdcdc, 0 -1px 0 #dcdcdc, 0 1px 0 #dcdcdc; */
}



.treatment-philosophy__text {
  font-size: 1.5rem;
  color: #000;
  width: 80%;
  margin: 60px auto;
}

/* Equipment Section */
.equipment {
  padding: 80px 5%;
  background-color: #fff;
}

.equipment__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}

.equipment__grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 90%;
  margin: 0 auto;
}

.equipment__image {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 80px;
  width: 100%;
}

.equipment__item {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

.equipment__item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
}

.equipment__item h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

.equipment__item p {
  font-size: 1rem;
  line-height: 1.6;
  color: #2a6480;
  font-weight: 700;
}

/* Director Section */
.director {
  padding: 80px 5%;
  background-color: #eeece1;
}

.director__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}

.director__content {
  display: flex;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.director__image {
  flex: 1;
}

.director__image img {
  width: 100%;
  height: auto;
  border-radius: 55px;
}

.director__info {
  flex: 1;
}

.director__name {
  font-size: 3rem;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
}

.director__name-reading {
  font-size: 1rem;
  color: #000;
  margin-bottom: 10px;
  margin-left: 150px;
}

.director__text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #000;
}

.director__text h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 20px 0 10px;
}

.director__text p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #000;
}

.director__text li {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #000;
}

.director__text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

@media (max-width: 768px) {
  .about-hero {
    height: 220px;
  }

  .about-concept__content {
    margin-top: 0;
  }

  .treatment-philosophy__item {
    padding-left: 0px;
    margin-bottom: 40px;
  }

  .treatment-philosophy__background1{
    position: absolute;
    top: 0%;
    transform: translate(-50%, 220%);
    width: 90%;
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .treatment-philosophy__background2{
    position: absolute;
    top: 0%;
    transform: translate(-50%, 220%);
    width: 80%;
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .treatment-philosophy__title {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .about-concept {
    padding: 40px 30px 10px 30px;
    gap: 40px;
  }

  .treatment-philosophy__number {
    width: 80px;
    height: 80px;
  }

  .about-hero__title {
    font-size: 1.2rem;
  }
  .about-concept__title,
  .equipment__title,
  .director__title {
    font-size: 1.5rem;
  }
  .about-concept__text {
    font-size: 1rem;
    margin: 0;
  }
  .treatment-philosophy__text {
    font-size: 1rem;
    margin: 40px 0;
  }
  .director__content {
    flex-direction: column;
    padding: 0;
    gap: 40px;
  }

  .director__name {
    font-size: 1.2rem;
  }
  .equipment__image {
    flex-direction: column;
    gap: 16px;
  }
  .equipment__item img {
    height: 180px;
  }
  .equipment__item p {
    font-size: 1rem;
    font-weight: 400;
  }

  .director__text p {
    font-size: 1rem;
  }
  .equipment {
    padding: 40px 20px;
  }
  .equipment__item h3 {
    font-size: 1.2rem;
  }
  .equipment__grid {
    max-width: 90%;
  }
  .director {
    padding: 40px 30px;
  }
  .director__text h4 {
    font-size: 1.2rem;
  }
  .treatment-philosophy {
    padding-top: 40px;
  }
  .director__name-reading {
    margin-left: 50px;
    font-size: 0.8rem;
  }
}
