@charset "UTF-8";
.navbar-toggler {
  border: none;
}

.navbar {
  z-index: 1050;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-link {
  padding: 8px;
  color: #1a3a6d !important;
}

.navbar-brand-logo {
  max-height: 50px;
  height: auto;
  width: auto;
}

.navbar {
  transition: box-shadow 0.3s ease;
}

.navbar.sticky-top {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  font-size: 0.9rem;
  color: #1a3a6d;
}

.dropdown-item:active {
  background-color: #1a3a6d !important;
  color: white !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #1a3a6d !important;
  color: white !important;
}

.clean-hero {
  position: relative;
  z-index: 0;
}

.hero-section {
  position: relative;
  z-index: 20;
}

.tagline-sentence {
  max-width: 500px;
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  white-space: normal; /* allow wrapping */
  overflow: visible; /* let content breathe */
  word-break: break-word; /* optional: breaks long words if needed */
}

.bold-bit {
  opacity: 0;
  animation: fadeIn 2s ease forwards;
}

.fearless-bit {
  opacity: 0;
  animation: fadeIn 2s ease forwards 2.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.carousel-cover {
  max-height: 360px;
  height: auto;
  width: auto;
}

.carousel-tagline {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  max-width: 500px;
}

.fixed-carousel-height {
  min-height: 400px;
}

@media (min-width: 768px) {
  .carousel-item > .d-flex > .text-light {
    align-items: center !important;
    text-align: center !important;
  }
  .carousel-tagline {
    margin-left: auto;
    margin-right: auto;
  }
}
.carousel-indicators {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  z-index: 5;
}

.carousel-indicators button {
  width: 30px;
  height: 4px;
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
  transition: background-color 0.3s ease;
  border-radius: 2px;
}

.carousel-indicators .active {
  background-color: #ffffff;
}

.carousel-item {
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
}

.btn-libranima-reverse-noborder {
  background-color: #ffffff;
  width: 170px;
  color: #1a3a6d;
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-align: center;
  display: inline-block;
}

.btn-libranima-reverse-noborder:hover {
  background-color: #1a3a6d;
  color: #ffffff;
}

.btn-libranima-reverse {
  background-color: #ffffff;
  width: 170px;
  color: #1a3a6d;
  border: 1px solid #1a3a6d;
  padding: 0.75rem 1.5rem;
  border-radius: 0.3rem;
  font-size: 1.125rem;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-align: center;
  display: inline-block;
}

.btn-libranima-reverse:hover {
  background-color: #1a3a6d;
  color: #ffffff;
}

.btn-libranima {
  background-color: #1a3a6d;
  width: 170px;
  color: #ffffff;
  border: 1px solid #1a3a6d;
  padding: 0.75rem 1.5rem;
  border-radius: 0.3rem;
  font-size: 1.125rem;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-align: center;
  display: inline-block;
}

.btn-libranima:hover {
  background-color: #ffffff;
  color: #1a3a6d;
}

.btn-libranima-wauto {
  background-color: #1a3a6d;
  color: #ffffff;
  border: 1px solid #1a3a6d;
  padding: 0.75rem 1.5rem;
  border-radius: 0.3rem;
  font-size: 1.125rem;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-align: center;
  display: inline-block;
}

.btn-libranima-wauto:hover {
  background-color: #ffffff;
  color: #1a3a6d;
}

h2.h2-libranima {
  color: #1a3a6d !important;
}

.h2-libranima-reverse {
  color: #a6a6a6 !important;
}

h3.h3-libranima {
  color: #1a3a6d !important;
}

h4.h4-libranima {
  color: #1a3a6d !important;
}

h5.h5-libranima {
  color: #1a3a6d !important;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.libranima-link {
  text-decoration: none;
  color: #1a3a6d !important;
  font-weight: bold;
  transition: all 0.3s ease !important;
}

.libranima-link:hover {
  color: #112f91 !important;
  text-shadow: 0 0 8px rgba(17, 47, 145, 0.2), 0 0 14px rgba(17, 47, 145, 0.1);
}

.libranima-link-warn {
  text-decoration: none;
  color: #ff0000 !important;
  font-weight: bold;
  transition: all 0.3s ease !important;
}

.libranima-link-warn:hover {
  color: #cc0000 !important;
  text-shadow: 0 0 8px rgba(200, 0, 0, 0.2), 0 0 14px rgba(200, 0, 0, 0.1);
}

.p-libranima {
  color: #1a3a6d !important;
}

.p-libranima-warn {
  color: #ff0000 !important;
}

.book-tagline {
  color: #1a3a6d !important;
  font-weight: 400 !important;
}

.anchor-buffer-target {
  padding-top: 100px !important;
  margin-top: -100px !important;
  position: relative !important;
}

.anchor-buffer-target::before {
  content: "" !important;
  display: block !important;
  height: 100px !important;
  margin-top: -100px !important;
  visibility: hidden !important;
}

html {
  scroll-behavior: smooth !important;
  scroll-padding-top: 80px !important;
}

.home-card {
  box-shadow: 5px 5px 5px #dddddd;
}

.book-card {
  margin: 10px;
  box-shadow: 5px 5px 5px #888888;
}

/* Base: white background, brand text */
.accordion-button {
  background-color: white;
  color: #1a3a6d;
  border: none !important;
  font-weight: bold;
  box-shadow: none;
}

/* Hover & Focus: brand background, white text */
.accordion-button:hover,
.accordion-button:focus {
  background-color: #1a3a6d !important;
  color: white !important;
  border: none !important;
}

.accordion-button:focus {
  outline: 2px solid #1a3a6d !important;
  box-shadow: none !important;
}

/* Active/Open: match hover */
.accordion-button:not(.collapsed) {
  background-color: #1a3a6d !important;
  color: white !important;
  border: none !important;
}

/* Chevron default: dark brand tone */
.accordion-button::after {
  content: "+"; /* collapsed state */
  background-image: none !important;
  font-size: 1.5rem;
  font-weight: bold;
  color: inherit;
  transform: none !important;
  filter: brightness(0) saturate(100%) invert(13%) sepia(50%) saturate(1750%) hue-rotate(186deg) brightness(90%) contrast(92%);
}

/* Chevron on hover/focus and active: white */
.accordion-button:not(.collapsed)::after {
  content: "−"; /* Expanded state */
  filter: brightness(0) invert(1) !important;
  border: none !important;
}

.accordion-button:hover::after,
.accordion-button:focus::after {
  filter: brightness(0) invert(1) !important;
  border: none !important;
}

.footer-socials {
  display: flex;
  justify-content: center; /* Centers the icons horizontally */
  align-items: center; /* Aligns them properly */
  gap: 15px; /* Adjusts spacing between icons */
  flex-wrap: wrap; /* Ensures they wrap if needed */
  margin-top: 10px; /* Adds spacing above */
  margin-bottom: 15px;
}

.star-rating {
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
}

.review-section {
  max-width: 600px;
}

.review-heading {
  font-weight: bold;
  color: #003366; /* adjust as needed */
}

.stars {
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
}

.quote {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
}

.review {
  font-family: inherit;
}