* {
  font-family: "Poppins", sans-serif;
}

/* Tarot Section Styling */
.tarot-section {
  background-color: #820000;
}

.tarot-section__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.tarot-section__title {
  font-size: 1.6rem;
  font-weight: bold;
}

.tarot-section__subtitle {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.tarot-section__button {
  padding: 0.75rem 1.5rem;
  border-radius: 1.5rem;
  background-color: #ff9e01;
}

.tarot-section__note {
  color: #fff;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .tarot-section__title {
    font-size: 2rem;
  }

  .tarot-section__subtitle {
    font-size: 1.125rem;
  }

  .tarot-section__avatar {
    width: 80px;
    height: 80px;
  }
}

.tarot-section__video {
  display: block;
  width: 100%;
  max-width: 991px;
  margin: 0 auto;
  border: 8px solid #ffffff;
  border-radius: 8px;
}

.realign-section {
  background-color: #820000;
}

.realign-section__title {
  font-size: 1.5rem;
  font-weight: bold;
}

.realign-section__subtitle {
  font-size: 1rem;
  line-height: 1.5;
  color: #f8f9fa;
}

.realign-section__features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.realign-section__feature {
  background-color: #fff;
  color: #000;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
}

.realign-section__confidential {
  font-style: italic;
}

.realign-section__button {
  border-radius: 50px;
}

.realign-section__note {
  font-style: italic;
}

/* Larger screens */
@media (min-width: 768px) {
  .realign-section__title {
    font-size: 2rem;
  }

  .realign-section__subtitle {
    font-size: 1.125rem;
  }

  .realign-section__feature {
    font-size: 1rem;
  }
}

.testimonials-section {
  background-color: #820000;
}

.testimonials-section__title {
  font-size: 1.5rem;
  font-weight: bold;
}

.testimonials-section__subtitle {
  font-size: 1rem;
  color: #f8f9fa;
}

.testimonials-section__image {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.testimonials-section__image:hover {
  transform: scale(1.03);
}

.testimonials-section__button {
  border-radius: 50px;
}

.testimonials-section__note {
  font-style: italic;
}

/* Larger screens */
@media (min-width: 768px) {
  .testimonials-section__title {
    font-size: 2rem;
  }
}

.testimonials-section__container,
.reading-options-section__container {
  width: 100%;
  max-width: 991px;
}

.packages-section {
  background-color: #820000;
}

.packages-section__title {
  font-size: 1.5rem;
  font-weight: bold;
}

.packages-section__subtitle {
  font-size: 1rem;
  color: #f8f9fa;
}

.packages-section__card {
  border-radius: 12px;
  background-color: #fff;
  color: #000;
  transition: transform 0.2s ease;
}

.packages-section__card:hover {
  transform: scale(1.02);
}

.packages-section__button {
  border-radius: 50px;
  font-size: 0.95rem;
}

.packages-section__cta {
  border-radius: 50px;
  font-size: 1rem;
}

.packages-section__note {
  font-style: italic;
  color: #ffc107;
}

/* Responsive scaling */
@media (min-width: 768px) {
  .packages-section__title {
    font-size: 2rem;
  }

  .packages-section__button {
    font-size: 15px;
    font-weight: 400 !important;
  }
}

.packages-section__container {
  display: block;
  width: 100%;
  max-width: 991px;
  margin: 0 auto;
}
.reading-options-section {
  background-color: #820000;
}

.reading-options-section__title {
  font-size: 1.75rem;
  font-weight: bold;
}

.reading-options-section__subtitle {
  font-size: 1rem;
}

.reading-options-section__card {
  background-color: #ffffff;
  border-radius: 12px;
}

.reading-options-section__icon-wrapper {
  position: relative;
  top: -2rem;
}

.reading-options-section__icon-circle {
  width: 64px;
  height: 64px;
  background-color: #ffeaea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reading-options-section__dropdown {
  border-radius: 10px;
  font-weight: 500;
}

.reading-options-section__button {
  border-radius: 50px;
  font-size: 0.95rem;
}

.reading-options-section__note {
  font-style: italic;
}
.reading-options-section__icon-wrapper {
  position: relative;
  top: -2rem;
  display: none;
}
.reading-options-section__card h5.card-title {
  margin-bottom: 40px;
  margin-top: 10px;
}
.packages-section__card p.card-text.small {
  margin-bottom: 40px;
}
section {
  border-bottom: 2px dashed #ffffff40;
}
.meet-section__image {
  width: 100%;
  max-width: 340px;
}
div#meet-section {
  width: 100%;
  max-width: 991px;
}
.form-control:invalid,
.form-select:invalid {
  border-color: #dc3545;
}

.form-control:focus:invalid,
.form-select:focus:invalid {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.modal-content {
  background: #450000;
}

.modal-title {
  font-size: 1.5rem;
}
.tarot-section__button {
    background: #ff9e01 !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
}
.custom-modal-content {
  background-color: #ffffff;
  color: #202020;
  border-radius: 1rem;
}
.booking-btn {
  background-color: #ff9e01; /* CTA orange */
  border: none;
  color: #850000; /* contrast text */
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  border-radius: 2rem;
  transition: background-color 0.3s ease;
}
.booking-btn:hover,
.booking-btn:focus {
  background-color: #cc7d00;
  color: #850000;
}

/* Form control invalid border color override */
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #ff9e01 !important; /* CTA orange */
  box-shadow: 0 0 0 0.2rem rgba(255, 158, 1, 0.5);
}

/* Label color */
.form-label {
  font-weight: 400;
  font-size: 15px;
}
button.btn-close.btn-close-white {
  background: #ffffff14;
}
.form-control {
  background: #f3f3f3;
}
/* Scrollbar fix for dropdown in modal on mobile */
select.form-select {
  background-color: white;
  color: black;
}
.bg-dark-red {
  background-color: #880808; /* Deep red to match your design */
}

.faq__section {
  color: #fff;
  background: #850000;
}

.faq__title {
  font-size: 25px;
  font-weight: 700;
}

.faq__subtitle {
  font-size: 1.125rem;
  color: #f1cfcf;
}

.faq__item {
  border-left: 4px solid transparent;
  transition: border-color 0.3s ease;
}

.faq__item:hover {
  border-left: 4px solid #880808;
}

.faq__question {
  font-size: 1.125rem;
}

.faq__answer {
  font-size: 1rem;
  color: #333;
}
.cursor-pointer {
  cursor: pointer;
}

.faq__icon {
  font-size: 1.5rem;
  font-weight: bold;
  color: #880808;
  margin-left: 1rem;
  user-select: none;
}
.faq__section .container {
  max-width: 991px;
}
footer p {
  line-height: 1.6;
}

footer hr {
  max-width: 320px;
  margin: 1.5rem auto;
}

footer a:hover {
  color: #ffc107; /* subtle gold highlight */
}
.product-section {
  background-color: #800000; /* Deep maroon like your screenshot */
}

.product-section__title {
  font-size: 1.75rem;
  color: #fff;
}

.product-section__subtitle {
  font-size: 1rem;
  color: #eee;
}

.product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.product-card__image {
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 230px !important;
}
.carousel-cell {
  width: 80%;
  max-width: 320px;
  height: 220px;
  border-radius: 16px;
}

@media (min-width: 768px) {
  .carousel-cell {
    width: 30%;
  }
}
section.gallery__section {
  background: #800000;
}
.swiper-slide img {
  width: 100%;
  max-width: 350px;
  min-height: 350px;
  object-fit: cover;
  border: 8px solid #fff;
}
.tarot-cta {
  position: fixed;
  bottom: 4px;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  padding: 0 16px;
}

.tarot-cta__button {
  background-color: #ff9e01; /* Vibrant orange */
  color: #000000;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 24px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(255, 193, 7, 0.4); /* Soft amber glow */
  animation: pulse-glow 2s infinite;
  transition: transform 0.2s ease-in-out;
  width: 100%;
  max-width: 400px;
}

.tarot-cta__button:hover {
  transform: scale(1.05);
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 193, 7, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
  }
}

@media (max-width: 576px) {
  .tarot-cta__button {
    font-size: 0.9rem;
    padding: 10px 16px;
    max-width: 90%;
  }
}

.pulse-highlight {
  position: relative;
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 rgba(255, 193, 7, 0.5);
  transition: transform 0.3s ease;
}

.pulse-highlight:hover {
  transform: scale(1.05);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 193, 7, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
  }
}
