
#content-block-25 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#content-block-25 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-25 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#content-block-25 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#content-block-25 .pricing-tier-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
#content-block-25 .pricing-tier-card .card-header {
  background-color: #e9ecef;
  border-bottom: 1px solid #dee2e6;
  padding: 1.25rem 1rem;
  text-align: center;
}
#content-block-25 .pricing-tier-card .card-header h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #495057;
}
#content-block-25 .pricing-tier-card .card-header .price {
  font-size: 1rem;
  color: #6c757d;
  font-weight: 500;
}
#content-block-25 .pricing-tier-card .card-body {
  padding: 1.5rem;
  flex-grow: 1;
}
#content-block-25 .features-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#content-block-25 .features-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
  color: #555;
}
#content-block-25 .features-list li:last-child {
  margin-bottom: 0;
}
#content-block-25 .features-list li i {
  min-width: 1.5em;
  text-align: center;
  margin-right: 0.5rem;
  font-size: 1.1em;
}
#content-block-25 .features-list li i.fa-check {
  color: var(--bs-success, #198754);
}
#content-block-25 .features-list li i.fa-times {
  color: var(--bs-danger, #dc3545);
  opacity: 0.6;
}
#content-block-25 .features-list li .feature-value {
  font-weight: 600;
  margin-left: 0.3rem;
  color: #343a40;
}
#content-block-25 .pricing-tier-card .card-footer {
  background-color: transparent;
  border-top: 1px solid #e9ecef;
  padding: 1.5rem;
  text-align: center;
  margin-top: auto;
}
#content-block-25 .pricing-tier-card .card-footer .btn {
  width: 100%;
}
#content-block-25 .pricing-tier-card.highlighted {
  border-width: 2px;
  border-color: var(--bs-primary, #0d6efd);
  transform: scale(1.03);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#content-block-25 .pricing-tier-card.highlighted .card-header {
  background-color: var(--bs-primary, #0d6efd);
  border-color: var(--bs-primary, #0d6efd);
}
#content-block-25 .pricing-tier-card.highlighted .card-header h4,
#content-block-25 .pricing-tier-card.highlighted .card-header .price {
  color: #fff;
}
#content-block-25 .pricing-tier-card.highlighted .card-footer .btn {
}
@media (max-width: 991.98px) {
  #content-block-25 .pricing-tier-card {
    margin-bottom: 1.5rem;
  }
  #content-block-25 .pricing-tier-card.highlighted {
    transform: scale(1);
  }
}



#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;
  }
}



#faq-2 {
  padding: 60px 0;
  background-color: #ffffff;
}
#faq-2 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-2 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 30px;
}
#faq-2 .search-box {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#faq-2 .search-box input {
  width: 60%;
  padding: 10px 15px;
  border: 1px solid #ced4da;
  border-radius: 4px 0 0 4px;
  outline: none;
}
#faq-2 .search-box button {
  padding: 10px 20px;
  border: none;
  background-color: #17a2b8;
  color: #ffffff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-2 .search-box button:hover {
  background-color: #138496;
}
#faq-2 .accordion-button {
  background-color: #f1f1f1;
  color: #333333;
  border: none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-2 .accordion-button:hover {
  background-color: #e2e6ea;
}
#faq-2 .accordion-body {
  padding: 20px;
  background-color: #ffffff;
  border-left: 2px solid #17a2b8;
}



#call-to-action-5 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
#call-to-action-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#call-to-action-5 .content {
  position: relative;
  z-index: 2;
  animation: fadeInUp 1.5s ease;
}
#call-to-action-5 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  animation: fadeIn 1.2s ease;
}
#call-to-action-5 p {
  font-size: 1.4rem;
  margin-bottom: 30px;
  animation: fadeIn 1.4s ease;
}
#call-to-action-5 .btn {
  background-color: #28a745;
  color: #fff;
  padding: 12px 30px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.3s, background-color 0.3s;
  animation: fadeInUp 1.6s ease;
}
#call-to-action-5 .btn:hover {
  transform: scale(1.1);
  background-color: #218838;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


