
#text-block-12 {
  padding: 90px 0;
  background-color: var(--section-bg-color, #e8e4d8);
}
#text-block-12 .container {
  max-width: 800px;
}
#text-block-12 .book-page-effect {
  background-color: var(--page-bg-color, #fdfbf5);
  color: var(--text-color, #4a4a4a);
  padding: 50px 60px;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05), 3px 3px 8px rgba(0, 0, 0, 0.1),
    8px 8px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  font-family: "Times New Roman", Times, serif;
}
/* #text-block-12 .book-page-effect::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 40px;
    background: linear-gradient(to right, rgba(0,0,0,0.08), transparent);
    border-radius: 3px 0 0 3px;
    opacity: 0.6;
} */
#text-block-12 .page-section-title {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: var(--text-color, #4a4a4a);
  opacity: 0.7;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#text-block-12 .page-heading {
  font-size: 2rem;
  font-weight: bold;
  color: var(--text-color, #4a4a4a);
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
#text-block-12 .page-paragraph {
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--text-color, #4a4a4a);
  margin-bottom: 1.5rem;
  text-align: justify;
  text-indent: 1.5em;
}
#text-block-12 .page-paragraph:first-of-type {
  text-indent: 0;
}
#text-block-12 .page-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-12 {
    padding: 60px 0;
  }
  #text-block-12 .book-page-effect {
    padding: 35px 30px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1), 5px 5px 10px rgba(0, 0, 0, 0.08);
  }
  #text-block-12 .page-heading {
    font-size: 1.7rem;
  }
  #text-block-12 .page-paragraph {
    font-size: 1rem;
    line-height: 1.8;
  }
}



#content-block-21 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
#content-block-21 .section-header {
  margin-bottom: 2rem;
  text-align: center;
}
#content-block-21 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#content-block-21 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#content-block-21 .carousel {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#content-block-21 .carousel-inner {
  border-radius: 0.5rem;
}
#content-block-21 .carousel-item img {
  width: 100%;
  object-fit: cover;
  display: block;
}
#content-block-21 .carousel-caption {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  bottom: 1.25rem;
  left: 5%;
  right: 5%;
}
#content-block-21 .carousel-caption h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
#content-block-21 .carousel-caption p {
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 1.4;
}
#content-block-21 .carousel-control-prev-icon,
#content-block-21 .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 0.75rem;
  background-size: 50% 50%;
}
#content-block-21 .carousel-indicators [data-bs-target] {
  background-color: rgba(255, 255, 255, 0.7);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
}
#content-block-21 .carousel-indicators .active {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  #content-block-21 .carousel-caption {
    padding: 0.5rem 0.75rem;
  }
  #content-block-21 .carousel-caption h5 {
    font-size: 1rem;
  }
  #content-block-21 .carousel-caption p {
    font-size: 0.85rem;
  }
}



#offers-18 {
  position: relative;
  padding: 120px 0;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#offers-18 .offer-glass-card {
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 3rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  max-width: 550px;
  width: 100%;
  color: #fff;
}
#offers-18 .offer-glass-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#offers-18 .offer-glass-description {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
#offers-18 .offer-glass-code {
  margin-bottom: 2rem;
  min-height: 40px;
}
#offers-18 .offer-glass-code strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  opacity: 0.8;
}
#offers-18 .offer-glass-code span {
  font-weight: 700;
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.4rem 1rem;
  border-radius: 5px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  display: inline-block;
}
#offers-18 .btn-glass-cta {
  padding: 0.8rem 2rem;
  font-weight: 600;
  background-color: #ffc107;
  border: none;
  color: #333;
  border-radius: 50rem;
}
#offers-18 .btn-glass-cta:hover {
  background-color: #ffca2c;
}
@media (max-width: 767.98px) {
  #offers-18 {
    padding: 100px 0;
    min-height: 450px;
  }
  #offers-18 .offer-glass-card {
    padding: 2rem;
  }
  #offers-18 .offer-glass-title {
    font-size: 1.8rem;
  }
}


