.bookletIntro {
  text-align: center;
  max-width: 1536px;
  padding: 2rem 2rem;
  margin: auto;
}
.bookletIntro .highlight {
  font-size: 1.5rem;
  font-weight: 600;
  color: #f1f1f1;
  background: linear-gradient(
    174deg,
    rgba(161, 136, 29, 1) 0%,
    rgba(255, 241, 179, 1) 100%
  );
  padding: 1rem 1.2rem;
  margin: 2rem auto;
  border-radius: 24px;
  width: fit-content;
}
.bookletIntro .booklettext {
  height: 15rem;
}
.booklettext .container {
  text-align: center;
  position: absolute;
  width: -webkit-fill-available;
}
.booklettextmobile {
  display: none;
  color: #626f47;
  font-size: 1.5rem;
}

.booklettext .container span {
  text-transform: uppercase;
  display: block;
}

.text1 {
  color: #626f47;
  font-size: 5.5rem;
  font-weight: 900;
  letter-spacing: 8px;
  margin-bottom: 5.5rem;
  background: #f1f1f1;
  position: relative;
  /*   shorthand animation property: name | duration | iteration count */
  /*   animation: text 4s 1; */
  animation-name: text;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.text2 {
  font-size: 2.5rem;
  color: #111;
  font-weight: 600;
}

@keyframes text {
  0% {
    color: #fff;
    margin-bottom: 20px;
  }
  30% {
    letter-spacing: 25px;
    margin-bottom: 20px;
  }
  85% {
    letter-spacing: 8px;
    margin-bottom: 20px;
  }
  100% {
    margin-bottom: 20px;
  }
}

.herobooklet {
  display: flex;
  flex-direction: row;
  width: 65%;
  margin: auto;
}

.herobooklet img {
  width: 50%;
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

/* booklet cards */

.service-colums {
  position: absolute;
  top: 0;
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.service-colum {
  display: flex;
  gap: 40px;
}

.service-colum-2 {
  margin-top: -200px;
}
.service-content-container {
  width: 250px;
  height: 250px;
  padding: 70px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: #fff;
  box-shadow: 8px 8px 8px #00000025;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.service-icon-css {
  font-size: 1.5rem;
  color: #2a91d6;
}

.service-content {
  text-align: center;
  color: #000;
  padding: 20px;
}
@media (max-width: 768px) {
  .service-colum {
    flex-wrap: wrap;
  }
  .booklettextmobile {
    display: block;
  }
  .booklettext {
    display: none;
  }
  .BookletTExtBuyButton {
    display: none;
  }
  .service-content-container {
    width: 100%;
    height: auto;
  }
  .service-colums {
    margin-top: 345px;
  }
  .service-colum-2 {
    margin: 0;
    margin-top: 20px;
  }
}

.cta {
  color: white;
  background: linear-gradient(#8e86b5, #acaeed);
  padding: 20px 30px;
  font-size: 1.1em;
  border-radius: 50px;
}
.cta:hover {
  text-decoration: none;
  background: linear-gradient(#696484, #8788ba);
}

.bookletCTA {
  width: auto;
  background-color: #fff;
  text-align: center;
  padding: 2rem;
  border-radius: 36px;
}
.Booklettestimonial {
  padding: 2rem;
  max-height: 100vh;
  position: relative;
}
.Booklettestimonial img {
  width: 100%;
  height: 100%;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial_Detail_card {
  text-align: start;
  padding: 1rem;
  background-color: #fff1b3;
  border-radius: 18px;
  height: 100%;
}

/* FAQ */
/* ===== FAQ SECTION ===== */
.faq-section {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
  font-family: Arial, sans-serif;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 2rem;
  color: #333;
}

.faq {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq summary {
  cursor: pointer;
  padding: 14px 18px;
  font-weight: bold;
  font-size: 1rem;
  background: #f7f7f7;
  color: #222;
  transition: background 0.3s;
}

.faq summary:hover {
  background: #e9f5ff;
}

.faq p {
  padding: 14px 18px;
  margin: 0;
  background: #fff;
  color: #555;
  line-height: 1.5;
  font-size: 0.95rem;
}

/* Optional: add indicator for expand/collapse */
.faq summary::marker {
  color: #626f47;
  font-size: 1.2rem;
}

/* FAQ */
@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
  .booklettext .container {
    margin: 0 auto;
    padding: 4rem;
    width: 48rem;
  }

  .accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 1px solid #03b5d2;
  }
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  .accordion button:hover,
  .accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
  }
  .accordion button:hover::after,
  .accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
  }
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  .accordion button[aria-expanded="true"] {
    color: #03b5d2;
  }
  .accordion button[aria-expanded="true"] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded="true"] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
  }
}

@media screen and (max-width: 996px) {
  .testimonial_Detail_card h2 {
    font-size: 1rem;
  }
  .testimonial_Detail_card p {
    font-size: 0.8rem;
  }
  .testimonial_Detail_card {
    height: 250px;
    width: 250px;
  }
  .Booklettestimonial img {
    height: 250px;
    width: auto;
  }
  .Booklettestimonial {
    max-height: 100vh;
    position: relative;
  }
  .swiper-pagination {
    display: none;
  }
  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }
  .herobooklet img {
    width: 100%;
  }
  .herobooklet {
    flex-direction: column-reverse;

    justify-content: center;
    padding: 30px;
    padding: 10px;
    width: 85%;
  }
  .hero img {
    order: 1;
    margin-bottom: 40px;
  }
  .hero div {
    order: 2;
    height: auto;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .home p {
    padding: 0 50px 0 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 470px) {
  .herobooklet h2 {
    font-size: 2em;
  }
  .herobooklet p {
    font-size: 1.2em;
  }
}

/* <!-- bookletcards --> */
.section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

.section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.offer-card {
  background: #626f47;
  padding: 30px 20px;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2c2c2c;
}

.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 188, 212, 0.2);
  background-color: #444e2f;
}

.offer-card h3 {
  color: #f2f2f2;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.offer-card p {
  font-size: 1rem;
  color: #d0d0d0;
}

@media (max-width: 600px) {
  .section h2 {
    font-size: 2rem;
  }

  .offer-card {
    padding: 20px 15px;
  }
}
