body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #ffe6f2;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.logo {
  flex: 1;
  text-align: center;
  font-family: 'Dancing Script', cursive;
  font-size: 90px;
  font-weight: 600;
}

.flame-icon {
  width: 150px;
}

.topnav {
  display: flex;
  justify-content: center;
  gap: 20px;
  background-color: #d8b4f8;
  padding: 14px 0;
}

.topnav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  padding: 14px 16px;
}

.topnav a:hover {
  background-color: #f2d9ff;
  color: black;
}

.topnav a.active {
  background-color: #aa04a2;
  color: white;
}

.bio-box {
  background-color: #f2d9ff;
  padding: 35px;
  border-radius: 14px;
  max-width: 900px;
  margin: 50px auto;
  text-align: left;
  font-size: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  border: 3px solid #aa04a2;
}

.bio-title {
  text-align: center;
  margin-top: 0;
  font-size: 34px;
  letter-spacing: 1px;
}

.bio-subtitle {
  text-align: center;
  color: gray;
  margin-top: -10px;
  margin-bottom: 25px;
  font-size: 20px;
}

.bio-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.bio-content p {
  flex: 1;
  line-height: 1.6;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}

.bio-content img {
  max-width: 260px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
  .bio-content {
    flex-direction: column;
    text-align: center;
  }

  .bio-content p {
    text-align: left;
  }

  .bio-content img {
    margin: 0 auto;
  }
}

.site-footer {
  margin-top: 40px;
  padding: 20px;
  background: #f5f5f5;
  text-align: center;
}

 body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #ffe6f2;
  color: #333;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.logo {
  flex: 1;
  text-align: center;
  font-family: 'Dancing Script', cursive;
  font-size: 90px;
  font-weight: 600;
}

.flame-icon {
  width: 150px;
}

.topnav {
  display: flex;
  justify-content: center;
  gap: 20px;
  background-color: #d8b4f8;
  padding: 14px 0;
}

.topnav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  padding: 14px 16px;
}

.topnav a:hover {
  background-color: #f2d9ff;
  color: black;
}

.topnav a.active {
  background-color: #aa04a2;
  color: white;
}

.bio-box {
  background-color: #f2d9ff;
  padding: 35px;
  border-radius: 14px;
  max-width: 900px;
  margin: 50px auto;
  text-align: left;
  font-size: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  border: 3px solid #aa04a2;
}

.bio-title {
  text-align: center;
  margin-top: 0;
  font-size: 34px;
  letter-spacing: 1px;
}

.bio-subtitle {
  text-align: center;
  color: gray;
  margin-top: -10px;
  margin-bottom: 25px;
  font-size: 20px;
}

.bio-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.bio-content p {
  flex: 1;
  line-height: 1.6;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}

.bio-content img {
  max-width: 260px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.learnmore-section {
  max-width: 900px;
  margin: 50px auto;
  text-align: left;
  padding: 0 20px;
}

.info-box {
  background-color: #f3d9ff;
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 35px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-left: 6px solid #aa04a2;
}

.info-box h2 {
  margin-top: 0;
  font-size: 32px;
  color: #aa04a2;
}

.info-box p {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .bio-content {
    flex-direction: column;
    text-align: center;
  }

  .bio-content p {
    text-align: left;
  }

  .bio-content img {
    margin: 0 auto;
  }
}

.site-footer {
  margin-top: 40px;
  padding: 20px;
  background: #f5f5f5;
  text-align: center;
  font-size: 18px;
}

.center-wrapper {
  max-width: 700px;
  margin: 40px auto;
}

.contact-line {
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 30px;
}

.container {
  max-width: 600px;
  margin: 0 auto 50px auto;
  background: linear-gradient(to bottom right, #f3d9ff, #f7e9ff);
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 0 12px rgba(0,0,0,0.15);
  text-align: left;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #aa04a2;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

input[type=submit]:hover {
  background-color: #d36ad3;
}

.reviews-title {
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 25px;
  text-align: center;
}

.leave-review-title {
  font-weight: bold;
  font-size: 45px;
  margin-top: 50px;
  text-align: center;
}

.review-input-box {
  background-color: #f7e9ff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.review-textarea {
  width: 90%;
  height: 120px;
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 15px;
  color: #555;
}

.review-textarea::placeholder {
  color: #b3b3b3;
}

.submit-btn {
  margin-top: 15px;
  padding: 10px 25px;
  background-color: #aa04a2;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #c44ad0;
}

.slideshow-container {
  position: relative;
  max-width: 700px;
  margin: auto;
}

.mySlides {
  display: none;
}

.dots-wrapper {
  text-align: center;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.4s ease;
}

.active-dot {
  background-color: #aa04a2;
}

.fade {
  animation-name: fade;
  animation-duration: 1.2s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.page-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-top: 40px;
  position: relative;
}

.page-title::after {
  content: "";
  display: block;
  width: 140px;
  height: 4px;
  background: #aa04a2;
  margin: 12px auto 0;
  border-radius: 2px;
}

.support-image {
  display: block;
  width: 55%;
  max-width: 450px;
  margin: 30px auto 20px;
  border-radius: 12px;
  border: 3px solid #aa04a2;
  box-shadow: 0 0 12px rgba(0,0,0,0.15);
}

.info-box {
  background-color: #f3d9ff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  text-align: left;
  font-size: 20px;
  line-height: 1.6;
  max-width: 900px;
  margin: 20px auto 0;
  border: 3px solid #aa04a2;
}

@media (max-width: 768px) {
  .support-image {
    width: 80%;
  }
}

.resources-title {
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 10px;
}

.learnmore-section {
  max-width: 1100px;
  margin: 40px auto;
}

.help-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  margin-top: 30px;
  text-align: left;
}
.help-box {
  background-color: #f3d9ff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 3px solid #aa04a2;
}

.help-box p {
  font-size: 20px;
  line-height: 1.6;
}

.middle-box {
  flex: 0.7;
}

.side-box {
  flex: 1;
}
.crisis-title {
  color: black;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.crisis-number {
  font-size: 55px;
  font-weight: bold;
  color: #aa04a2;
  text-align: center;
  margin-top: -5px;
}

.crisis-description {
  text-align: center;
  margin-top: 20px;
}

.crisis-phone-img {
  display: block;
  margin: 50px auto;
  width: 170px;
}

@media (max-width: 768px) {
  .help-container {
    flex-direction: column;
  }
}








