.navbar {
  background-color: #000 !important;
  border-bottom: 1px solidrgb(255, 208, 0) !important;
  box-shadow: 0 4px 6px rgb(255, 209, 5) !important;
}

.navbar .nav-link {
  color:rgb(188, 155, 8) !important;
}
.navbar {
  background-color: #000 !important;
  border-bottom: 1px solid #fece00 !important;
  box-shadow: 0 4px 6px rgba(254, 206, 0, 0.5) !important;
}

.navbar .nav-link {
  color: #fece00 !important;
}

.navbar::active{
  color:rgb(250, 204, 0) !important;
}

.nav-link.text-white {
  color: white !important;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  filter: invert(1); /* Make the hamburger icon visible on dark background */
}

.bg-container {
  display: flex;
  height: 70vh;
  justify-content: center;
  align-items: center;
}

.welcome-text {
  color: #fece00;
}

.welcome {
  font-size: 18px;
  color: #fece00;
}

.policy-links {
  display: flex;
  justify-content: center;
}
.policy-links a {
  text-decoration: none;
  color: #fece00;
  padding: 0 10px;
}

.main-container {
  background-color: black !important;
}

.submit {
  color: #fece00;
  background-color: transparent;
  border: none;
}

/* book desigh and layout */

.book-container img {
  height: 300px;
  width: 180px;
}

#ch-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f9fa;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

.preloader-content {
  text-align: center;
  max-width: 300px;
}

.loader-animation {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.loader-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top-color: rgb(238, 81, 67);
  border-radius: 50%;
  animation: spin 1.2s cubic-bezier(0.5, 0.1, 0.5, 0.9) infinite;
}

.loader-circle:nth-child(2) {
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
  border-top-color: rgb(163, 12, 12); /* Darker blue */
  animation-delay: 0.15s;
}

.loader-circle:nth-child(3) {
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
  border-top-color: rgb(20, 10, 50); /* Purple accent */
  animation-delay: 0.3s;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader-text {
  font-size: 14px;
  font-weight: 500;
  color: #495057;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 20px;
}

.loader-subtext {
  font-size: 12px;
  color: #adb5bd;
  margin-top: 8px;
  font-weight: 400;
}

/* Progress bar version (alternative) */
.loader-progress {
  width: 200px;
  height: 4px;
  background: #e9ecef;
  border-radius: 2px;
  margin: 20px auto 0;
  overflow: hidden;
}

.loader-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, rgb(238, 67, 67), rgb(163, 12, 12));
  animation: progress 2s ease-in-out infinite;
}

@keyframes progress {
  0% {
    width: 0%;
    transform: translateX(-50%);
  }
  50% {
    width: 100%;
    transform: translateX(0%);
  }
  100% {
    width: 0%;
    transform: translateX(100%);
  }
}

/* review section */

.review-text p {
  margin: 5px 0 !important;
}

.review-details {
  display: flex;
  justify-content: space-between;
}

/* shop design */

.book-detail {
  background-color: white;
  height: auto;
  margin: 20px 0px 5px 5px;
  border-radius: 10px;
  padding: 30px;
}

.book-detail h3 {
  margin: 0;
  font-weight: bolder;
}

.book-detail p {
  margin-top: 10px;
}

.filter {
  display: flex;
  justify-content: space-between;
  margin: 20px 5px;
}

.bg-book img {
  height: 300px;
  width: 180px;
  border: 1px solid #fece00;
  margin-left: 10px;
  margin-top: 0;
}

@media screen and (min-width: 760px) {
  .book-file {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
}

.book-file img {
  height: 200px !important;
  width: auto !important;
}

/* featured publication section */
.carousel-container {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 1rem;
}

.carousel-item img {
  height: 460px;
  width: 100%;
  object-fit: contain;
  background-color: rgba(255, 213, 0, 0);
}

.carousel-caption-overlay {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.75rem;
  width: 80%;
  color: white;
  backdrop-filter: blur(1px);
  text-align: left;
}

.carousel-caption-below {
  display: none;
  text-align: center;
  background-color: rgba(51, 47, 4, 0);
  border-radius: 0 0 1rem 1rem;
}

.carousel-caption h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #ffd700;
}

.carousel-caption p {
  font-size: 1rem;
  color: rgb(255, 255, 255);
  margin: 0;
}

.carousel-caption .btn {
  margin-top: 0.75rem;
  font-weight: 600;
  border-radius: 0.5rem;
  font-size: 0.9rem;
}

.fixed-book-img {
  height: 300px;
  object-fit: contain;
  background-color: rgba(150, 150, 150, 0.46);
  padding: 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

@media (max-width: 768px) {
  .carousel-item img {
    height: 300px;
  }

  .carousel-caption-overlay {
    display: none;
  }

  .carousel-caption-below {
    display: block;
  }

  .carousel-caption-below h5 {
    color: #ffffff;
    font-size: 1.25rem;
  }

  .carousel-caption-below p {
    color: #ffffff;
    font-size: 0.95rem;
  }

  .carousel-caption-below .btn {
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
  }
}

@media (max-width: 480px) {
  .carousel-item img {
    height: 220px;
  }

  .carousel-caption-overlay {
    display: none;
  }

  .carousel-caption-below h5 {
    font-size: 1rem;
  }

  .carousel-caption-below p {
    font-size: 0.8rem;
  }

  .carousel-caption-below .btn {
    font-size: 0.75rem;
  }

  /* Marquee Container */
  .marquee-container {
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    width: 100%;
    padding: 0 1rem;
  }

  /* Hide scrollbar in WebKit browsers */
  .marquee-container::-webkit-scrollbar {
    display: none;
  }

  /* Marquee Content */
  .marquee-content {
    display: inline-flex;
    padding-bottom: 1rem;
  }
}

/* PJ INDEX SECTION */
.pj-index-section {
  background-color: #ffd700;
  min-height: 100vh;
}

.timeline {
  position: relative;
  margin-left: 5px !important;
  border-left: 3px solid #000;
  padding-left: 20px;
}

.timeline-item {
  position: relative;
  margin-bottom: 2rem;
}

.timeline-content {
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  border-left: 4px solid #000;
}

.timeline-header {
  margin-bottom: 0.5rem;
}

.timeline-icon {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.navbar .nav-link:hover {
  color: #fece00 !important; /* Brighter yellow on hover */
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  filter: invert(1); /* Make the hamburger icon visible on dark background */
}

.bg-container {
  display: flex;
  height: 70vh;
  justify-content: center;
  align-items: center;
}

.welcome-text {
  color: #fece00;
}

.welcome {
  font-size: 18px;
  color: #fece00;
}

.policy-links {
  display: flex;
  justify-content: center;
}
.policy-links a {
  text-decoration: none;
  color: #fece00;
  padding: 0 10px;
}

.main-container {
  background-color: black !important;
}

.submit {
  color: #fece00;
  background-color: transparent;
  border: none;
}

/* book desigh and layout */

.book-container img {
  height: 300px;
  width: 180px;
}

#ch-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f9fa;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

.preloader-content {
  text-align: center;
  max-width: 300px;
}

.loader-animation {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.loader-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top-color: rgb(238, 81, 67);
  border-radius: 50%;
  animation: spin 1.2s cubic-bezier(0.5, 0.1, 0.5, 0.9) infinite;
}

.loader-circle:nth-child(2) {
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
  border-top-color: rgb(163, 12, 12); /* Darker blue */
  animation-delay: 0.15s;
}

.loader-circle:nth-child(3) {
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
  border-top-color: rgb(20, 10, 50); /* Purple accent */
  animation-delay: 0.3s;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader-text {
  font-size: 14px;
  font-weight: 500;
  color: #495057;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 20px;
}

.loader-subtext {
  font-size: 12px;
  color: #adb5bd;
  margin-top: 8px;
  font-weight: 400;
}

/* Progress bar version (alternative) */
.loader-progress {
  width: 200px;
  height: 4px;
  background: #e9ecef;
  border-radius: 2px;
  margin: 20px auto 0;
  overflow: hidden;
}

.loader-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, rgb(238, 67, 67), rgb(163, 12, 12));
  animation: progress 2s ease-in-out infinite;
}

@keyframes progress {
  0% {
    width: 0%;
    transform: translateX(-50%);
  }
  50% {
    width: 100%;
    transform: translateX(0%);
  }
  100% {
    width: 0%;
    transform: translateX(100%);
  }
}

/* review section */

.review-text p {
  margin: 5px 0 !important;
}

.review-details {
  display: flex;
  justify-content: space-between;
}

/* shop design */

.book-detail {
  background-color: white;
  height: auto;
  margin: 20px 0px 5px 5px;
  border-radius: 10px;
  padding: 30px;
}

.book-detail h3 {
  margin: 0;
  font-weight: bolder;
}

.book-detail p {
  margin-top: 10px;
}

.filter {
  display: flex;
  justify-content: space-between;
  margin: 20px 5px;
}

.bg-book img {
  height: 300px;
  width: 180px;
  border: 1px solid #fece00;
  margin-left: 10px;
  margin-top: 0;
}

@media screen and (min-width: 760px) {
  .book-file {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
}

.book-file img {
  height: 200px !important;
  width: auto !important;
}

.book-file a {
  text-decoration: none;
}

.book-detail-file img {
  height: 300px !important;
  width: auto !important;
}

.book-detail-file a {
  text-decoration: none;
}

@media screen and (max-width: 760px) {
  .book-detail-file img {
    display: flex;
    justify-self: center;
  }
}

/* cart */

.circle {
  border-radius: 50%;
  height: 150px;
  width: 100px;
  text-align: center;
  background-color: red;
}

.navbar {
  background-color: #000 !important;
  border-bottom: 1px solid #fece00 !important;
  box-shadow: 0 4px 6px rgba(254, 206, 0, 0.5) !important;
}



.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  filter: invert(1); /* Make the hamburger icon visible on dark background */
}

.bg-container {
  display: flex;
  height: 70vh;
  justify-content: center;
  align-items: center;
}

.welcome-text {
  color: #fece00;
}

.welcome {
  font-size: 18px;
  color: #fece00;
}

.policy-links {
  display: flex;
  justify-content: center;
}
.policy-links a {
  text-decoration: none;
  color: #fece00;
  padding: 0 10px;
}

.main-container {
  background-color: black !important;
}

.submit {
  color: #fece00;
  background-color: transparent;
  border: none;
}

/* book desigh and layout */

.book-container img {
  height: 300px;
  width: 180px;
}

#ch-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f9fa;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

.preloader-content {
  text-align: center;
  max-width: 300px;
}

.loader-animation {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.loader-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top-color: rgb(238, 81, 67);
  border-radius: 50%;
  animation: spin 1.2s cubic-bezier(0.5, 0.1, 0.5, 0.9) infinite;
}

.loader-circle:nth-child(2) {
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
  border-top-color: rgb(163, 12, 12); /* Darker blue */
  animation-delay: 0.15s;
}

.loader-circle:nth-child(3) {
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
  border-top-color: rgb(20, 10, 50); /* Purple accent */
  animation-delay: 0.3s;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader-text {
  font-size: 14px;
  font-weight: 500;
  color: #495057;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 20px;
}

.loader-subtext {
  font-size: 12px;
  color: #adb5bd;
  margin-top: 8px;
  font-weight: 400;
}

/* Progress bar version (alternative) */
.loader-progress {
  width: 200px;
  height: 4px;
  background: #e9ecef;
  border-radius: 2px;
  margin: 20px auto 0;
  overflow: hidden;
}

.loader-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, rgb(238, 67, 67), rgb(163, 12, 12));
  animation: progress 2s ease-in-out infinite;
}

@keyframes progress {
  0% {
    width: 0%;
    transform: translateX(-50%);
  }
  50% {
    width: 100%;
    transform: translateX(0%);
  }
  100% {
    width: 0%;
    transform: translateX(100%);
  }
}

/* review section */

.review-text p {
  margin: 5px 0 !important;
}

.review-details {
  display: flex;
  justify-content: space-between;
}

/* shop design */

.book-detail {
  background-color: white;
  height: auto;
  margin: 20px 0px 5px 5px;
  border-radius: 10px;
  padding: 30px;
}

.book-detail h3 {
  margin: 0;
  font-weight: bolder;
}

.book-detail p {
  margin-top: 10px;
}

.filter {
  display: flex;
  justify-content: space-between;
  margin: 20px 5px;
}

.bg-book img {
  height: 300px;
  width: 180px;
  border: 1px solid #fece00;
  margin-left: 10px;
  margin-top: 0;
}

@media screen and (min-width: 760px) {
  .book-file {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
}

.book-file img {
  height: 200px !important;
  width: auto !important;
}

/* featured publication section */
.carousel-container {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 1rem;
}

.carousel-item img {
  height: 460px;
  width: 100%;
  object-fit: contain;
  background-color:rgba(255, 213, 0, 0);
}

.carousel-caption-overlay {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.75rem;
  width: 80%;
  color: white;
  backdrop-filter: blur(1px);
  text-align: left;
}

.carousel-caption-below {
  display: none;
  text-align: center;
  background-color:rgba(51, 47, 4, 0);
  border-radius: 0 0 1rem 1rem;
}

.carousel-caption h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #ffd700;

}

.carousel-caption p {
  font-size: 1rem;
  color:rgb(255, 255, 255);
  margin: 0;
}

.carousel-caption .btn {
  margin-top: 0.75rem;
  font-weight: 600;
  border-radius: 0.5rem;
  font-size: 0.9rem;
}

.fixed-book-img {
  height: 300px;
  object-fit: contain;
  background-color:rgba(150, 150, 150, 0.46);
  padding: 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

@media (max-width: 768px) {
  .carousel-item img {
      height: 300px;
  }

  .carousel-caption-overlay {
      display: none;
  }

  .carousel-caption-below {
      display: block;
  }

  .carousel-caption-below h5 {
      color:#ffffff;
      font-size: 1.25rem;
  }

  .carousel-caption-below p {
      color: #ffffff;
      font-size: 0.95rem;
  }

  .carousel-caption-below .btn {
      font-size: 0.85rem;
      padding: 0.4rem 1rem;
  }
}

@media (max-width: 480px) {
  .carousel-item img {
      height: 220px;
  }

  .carousel-caption-overlay {
      display: none;
  }

  .carousel-caption-below h5 {
      font-size: 1rem;
  }

  .carousel-caption-below p {
      font-size: 0.8rem;
  }

  .carousel-caption-below .btn {
      font-size: 0.75rem;

  }

  /* Marquee Container */
.marquee-container {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  width: 100%;
  padding: 0 1rem;
}

/* Hide scrollbar in WebKit browsers */
.marquee-container::-webkit-scrollbar {
  display: none;
}

/* Marquee Content */
.marquee-content {
  display: inline-flex;
  padding-bottom: 1rem;
}

}

/* PJ INDEX SECTION */
.pj-index-section {
    background-color: #FFD700;
    min-height: 100vh;
}

.timeline {
    position: relative;
    margin-left: 40px;
    border-left: 3px solid #000;
    padding-left: 20px;
}

.timeline-item {
    position: relative;
    margin-bottom: 2rem;
}

.timeline-content {
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    position: relative;
    border-left: 4px solid #000;
}

.timeline-header {
    margin-bottom: 0.5rem;
}

.timeline-icon {
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.nav-item:active{
  color:white;
}

