/* Section 2 - philosophy */
.philosophy-section {
  background-color: rgba(252, 247, 215, 0.2);
  padding: 50px 50px;
  margin-bottom: 50px;
}
body {
  text-justify: inter-word;
  color: #111;
}
.philosophy-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  gap: 50px;
  flex-wrap: wrap;
}
.philosophy-left {
  text-align: center;
  flex: 1;
  min-width: 450px;
}

.philosophy-left img {
  width: 240px;
  height: auto;
  margin-bottom: 15px;
}

.philosophy-left .caption {
  font-size: 0.8rem;
  color: #905a0a;
  line-height: 1.6;
}
.philosophy-right {
  flex: 2;
  min-width: 400px;
  padding-left: 80px;
}

.philosophy-right h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #111;
}

.philosophy-right .subtext {
  font-size: 0.9rem;
  color: #111;
  margin-bottom: 30px;
  margin-left: 25px;
}

.philosophy-right .description {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #111;
  text-align: justify !important;
}
.philosophy-section {
  position: relative;
  overflow: hidden;
}

/* Base shape */
.decor-shape {
  position: relative;
  border-radius: 50%;
  opacity: 0.8;
  z-index: 0;
}

/* Left */
.shape-1 {
  top: 0px;
  left: -30px;
  width: 40px;
  height: 40px;
  background-color: rgba(57, 177, 89, 0.6);
}

.shape-2 {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-color: rgba(0, 200, 255, 0.4);
  position: absolute;
}

/* Right */
.shape-3 {
  bottom: 60px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 215, 0, 0.55);
  position: absolute;
}
.shape-4 {
  position: absolute;
  bottom: 90px;
  right: 50px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 35px solid rgba(240, 85, 50, 0.6);
  z-index: 1;
}
.shape-5 {
  position: absolute;
  bottom: -140%;
  right: 20%;
  width: 10px;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 35px solid rgba(255, 227, 150, 0.6);
  z-index: 1;
}
.shape-6 {
  bottom: 60px;
  right: 200px;
  width: 20px;
  height: 20px;
  background-color: rgba(109, 212, 123, 0.55);
  position: absolute;
}
.shape-7 {
  bottom: 40px;
  right: 0px;
  width: 20px;
  height: 20px;
  background-color: rgba(255, 215, 0, 0.55);
  position: absolute;
}
.shape-8 {
  top: 20px;
  left: 30px;
  width: 20px;
  height: 20px;
  background-color: rgba(242, 147, 231, 0.6);
}

.shape-9 {
  top: 90px;
  left: 20px;
  width: 20px;
  height: 20px;
  background-color: rgba(121, 111, 255, 0.6);
  animation-delay: 0s;
}
