/*-- Use For Custom Styling --*/

/* SECTION 2 */
.curiosity-hook {
  background: linear-gradient(135deg, #2da68d, #2d9245);
  color: white;
}

.curiosity-hook h2 {
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px black;
}

.question-teasers .teaser-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.question-teasers .teaser-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.teaser-card .icon {
  font-size: 3rem;
  background: #ffb703;
  color: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.teaser-card p {
  font-size: 1.1rem;
  font-weight: 500;
  color: #023047;
}

.curiosity-hook .btn-primary {
  background-color: #fb8500;
  border: none;
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: background-color 0.3s, transform 0.3s;
}

.curiosity-hook .btn-primary:hover {
  background-color: #ffb703;
  transform: scale(1.05);
}

/* SECTION 4 */

.social-proof {
  background: #e8fef0;
  color: #023047;
  padding: 100px 15px;
  text-align: center;
}

.social-proof h2 {
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px white;
  color: #2d9245;
}

.stats .stat span {
  font-size: 2rem;
  font-weight: 700;
  color: #007f5f;
  display: block;
}

.stats .stat p {
  font-size: 1rem;
}

.testimonial-slider .testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px 20px;
  margin: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-card blockquote {
  font-size: 1.1rem;
  font-style: italic;
  color: #023047;
  margin: 0;
}

.testimonial-card footer {
  margin-top: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #555;
}

/* SECTION 5 */

.emotional-story {
  /* background: linear-gradient(to right, #e0f7f3, #f0fcfa); */
  background: white;
  color: #023047;
  padding: 100px 15px;
  position: relative;
  overflow: hidden;
}

.emotional-story::before {
  content: "";
  background: url("survivy/images/emotional-bg.jpg") no-repeat center
    center/cover;
  opacity: 0.1; /* subtle background image */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.emotional-story .container {
  position: relative;
  z-index: 1;
}

.emotional-story .story-heading {
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px white;
  color: #2d9245;
  margin-bottom: 1rem;
}

.emotional-story .story-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #023047;
  max-width: 850px;
  margin: 0 auto 2rem auto;
}

.emotional-story .story-btn {
  background: #2d9245;
  color: #fff;
  padding: 14px 30px;
  font-size: 1.15rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.emotional-story .story-btn:hover {
  background: #2d9245;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* SECTION 8 */

.educational {
  background: linear-gradient(135deg, #e8f7ed 0%, #f0fcfa 100%);
  padding: 100px 15px;
  color: #023047;
  text-align: center;
  position: relative;
}

.educational-heading {
  font-size: 2.75rem;
  font-weight: 800;
  color: #2d9245;
  margin-bottom: 60px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.edu-card {
  background: #fff;
  border: 2px solid #2d9245;
  border-radius: 25px;
  padding: 35px 25px;
  width: 100%;
  max-width: 300px;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 180px;
}

.edu-card h5 {
  font-size: 1.2rem;
  color: #023047;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}

.edu-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: #23733a;
  background: #f5fdf5;
}

.edu-btn {
  background: #2d9245;
  color: #fff;
  padding: 15px 35px;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin-top: 40px;
}

.edu-btn:hover {
  background: #23733a;
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
