.floating-image-section {
  margin: 0 50px 50px;
  padding: 20px;
}
@media (max-width: 1024px) {
  .floating-image-section {
    margin: 0;
    padding: 20px 15px;
    background-color: rgba(30, 85, 127, 0.348);
  }
}

.float-text-content {
  max-width: 1200px;
  margin: auto;
  background-color: #12283f;
  padding: 40px;
  border-radius: 20px;
}
.float-text-content h1 {
  font-size: 2.7rem;
  font-weight: bold;
  color: #a3dfff;
  margin-top: 0;
  margin-bottom: 35px;
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
@media (max-width: 1024px) {
  .float-text-content h1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.float-text-content h2 {
  font-size: 1.7rem;
  font-weight: 600;
  color: white;
  letter-spacing: 0;
  margin-top: 0;
  line-height: 2.3rem;
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
@media (max-width: 1024px) {
  .float-text-content h2 {
    font-size: 1.5rem;
  }
}
.float-text-content p {
  font-size: 1.25rem;
  margin-bottom: 25px;
  line-height: 1.6;
  color: #cbd5e1;
}
.float-text-content p span {
  color: #a3dfff;
}
@media (max-width: 1024px) {
  .float-text-content p {
    font-size: 1.1rem;
  }
}
@media (max-width: 1024px) {
  .float-text-content {
    padding: 0;
    background-color: transparent;
  }
}

.float-text-content p:last-child {
  margin-bottom: 0;
}

.floating-image-container {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.floating-image-container span {
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 0.8rem;
  font-style: italic;
}
@media (max-width: 768px) {
  .floating-image-container {
    margin-bottom: 20px;
  }
}

.floating-image {
  margin-left: 20px;
  width: 480px;
  min-height: 300px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .floating-image {
    float: none;
    display: block;
  }
}
@media screen and (max-width: 814px) {
  .floating-image {
    width: 100%;
    margin: auto;
  }
}

.bio {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-bottom: 100px;
  flex-wrap: wrap;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 30px;
}
.bio .avatar {
  max-width: 210px;
  border-radius: 20px;
  box-shadow: 0 0 80px #446984;
  filter: brightness(87%);
}
.bio .cert {
  position: relative;
  width: 500px;
  height: 400px;
  filter: brightness(80%);
}
@media (max-width: 1024px) {
  .bio .cert {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .bio .cert {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .bio {
    gap: 0;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

.bio-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.bio-text p {
  font-size: 1.25rem;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #cbd5e1;
  max-width: 600px;
  background-color: #12283f;
  padding: 40px;
  border-radius: 20px;
}
.bio-text p span {
  color: #a3dfff;
}
@media (max-width: 1024px) {
  .bio-text p {
    font-size: 1.1rem;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 0;
  }
}

.cert-container {
  position: relative;
}

.flower {
  position: absolute;
  max-width: 150px;
  bottom: -30px;
  right: -20px;
}
@media (max-width: 1024px) {
  .flower {
    display: none;
  }
}

.google-reviews-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 30px 20px 100px;
}

.google-review-box {
  position: relative;
  background-color: #12283f;
  border-radius: 8px;
  padding: 15px;
  width: 350px; /* Fixed width */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #fafbfc;
}
.google-review-box span {
  display: block;
  margin-bottom: 10px;
  color: #fdd663;
}
.google-review-box img {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  opacity: 0.9;
}

.google-review-box p:nth-child(2) {
  height: 135px;
  overflow-y: auto;
  padding: 10px;
  font-size: 1.1rem;
  /* WebKit browsers */
}
.google-review-box p:nth-child(2)::-webkit-scrollbar {
  width: 12px;
}
.google-review-box p:nth-child(2)::-webkit-scrollbar-track {
  background: black;
}
.google-review-box p:nth-child(2)::-webkit-scrollbar-thumb {
  background: #7FB3D9;
}

.google-review-box p:nth-child(3) {
  margin-top: 25px;
}

.author {
  font-weight: bold;
  margin-top: 10px;
  text-align: right;
}

@media (max-width: 768px) {
  .google-review-box {
    width: 100%;
  }
}/*# sourceMappingURL=about.css.map */