
#hero-12 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0 8rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
#hero-12 .container {
  position: relative;
}
#hero-12 .hero-content-wrapper-12 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-12 .hero-title-12 {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#hero-12 .hero-subtitle-12 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.95;
}
#hero-12 .hero-cta-button-12 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-12 .hero-cta-button-12:hover {
  transform: translateY(-3px);
}
@media (max-width: 767.98px) {
  #hero-12 {
    min-height: 60vh;
    padding: 4rem 0 6rem 0;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  }
  #hero-12 .hero-title-12 {
    font-size: 2.4rem;
  }
  #hero-12 .hero-subtitle-12 {
    font-size: 1.1rem;
  }
}



#terms-conditions-10 {
  padding: 60px 15px;
  margin: 0 auto;
  background: #f7f1e3;
}
#terms-conditions-10 .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border: 1px solid #e2d7c5;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#terms-conditions-10 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
}
#terms-conditions-10 .content-wrapper p {
  margin-bottom: 15px;
}



#text-block-24 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #fdf8e1);
}
#text-block-24 .container {
  max-width: 1140px;
}
#text-block-24 .section-title-main {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #5a4e3a;
  margin-bottom: 50px;
}
#text-block-24 .sticky-notes-board {
}
#text-block-24 .sticky-note {
  background-color: var(--note-color, #fff7b0);
  padding: 25px 20px;
  min-height: 180px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  transform: rotate(var(--rotation, 0deg));
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#text-block-24 .sticky-note:hover {
  transform: rotate(0deg) scale(1.05);
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
@media (max-width: 767.98px) {
  #text-block-24 {
    padding: 60px 0;
  }
  #text-block-24 .section-title-main {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  #text-block-24 .sticky-note {
    min-height: 150px;
    font-size: 1rem;
    padding: 20px 15px;
  }
}


