.bookHead {
  font-size: 1.5rem;
  line-height: 36px;
  text-align: start;
  font-weight: bold;
  margin-top: 8px !important;
}

.bookText {
  cursor: pointer;
  color: #757575;
  font-size: 12px;
  line-height: 1rem;
  text-transform: capitalize;
}

.bookText:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.booktext2 {
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.bookText2:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bookDesc {
  font-weight: 500;
  margin-top: 8px !important;
  text-align: start;
  font-size: 16px;
}

@media (min-width: 768px) {
  .bookHead {
    font-size: 2.5rem;
    line-height: 50px;
  }
}

.active-filter {
  font-weight: bold;
  color: blue;
}

.bookNav {
  top: 62px;
  position: sticky;
  z-index: 1;
  background-color: #f1efff;
}

.bookCont {
  /* overflow-x: auto;
                                                                                                                                                                                                                                                                        scrollbar-width: none; */
  width: 100%;
}

.bookContainer {
  justify-content: center;
}

.bookCard {
  min-width: 320px;
  max-width: 366px;
  width: 100%;
}

.bookInnerCard {
  width: 100%;
  padding: 1px;
  border-radius: 0.375rem;
  background: linear-gradient(0deg, #fff, #fff, #4c68ca);
  box-shadow: 1px 4px 0 #00000014;
}

.cardHead {
  font-size: 0.875rem;
  line-height: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 600;
  flex: 1 1 0%;
}

.bookWhats {
  cursor: pointer;
  margin-top: -7px;
  width: 24px;
  height: 24px;
}

.bookNew {
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  margin-top: 0;
  background-color: #fbde47;
  color: black;
  user-select: none;
  height: 20px;
}

.bookNew:hover {
  background-color: #fbde47;
}

.bookHindi {
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 160px;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  margin-top: 0;
  background-color: #eaecef;
  color: black;
  user-select: none;
  height: 20px;
}

.bookHindi:hover {
  background-color: #eaecef;
}

.exploreBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #4c68ca;
  color: #4c68ca;
  width: 100%;
}

.buyBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 8px 16px;
  background: #4c68ca;
  border: 1px solid #4c68ca;
  color: #fff;
  width: 100%;
}

@media (min-width: 768px) {
  .bookNav {
    top: 64px;
  }

  .bookCard {
    width: auto;
    flex: 1 1 0%;
  }

  .bookContainer {
    justify-content: flex-start;
  }

  .cardHead {
    font-size: 1.125rem;
    /* 18px */
    line-height: 1.75rem;
    /* height: 56px; */
  }

  .bookWhats {
    margin-top: 1px;
  }

  .bookNew {
    margin-top: 4px;
  }

  .bookHindi {
    margin-top: 4px;
  }
}

.active-filter {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-color: #007bff;
  /* Change border color to highlight active filter */
}

.custombtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 20px;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  /* text-primary */
  background-color: #e9ecef;
  /* bg-secondary */
  border-radius: 8px;
  border: none;
  transition: background-color 0.2s, color 0.2s;
}

.custombtn:hover {
  background-color: rgba(72, 125, 178, 0.2);
  /* hover:bg-primary/20 */
}

.custombtn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #4a90e2;
  /* ring-primary */
}

.custombtn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.icon {
  margin-right: 8px;
  transition: all 0.2s;
}

.arrow {
  font-size: 1.5rem;
  padding-left: 4px;
  font-weight: 300;
  display: none;
  /* hidden on small screens */
}

@media (min-width: 768px) {
  .arrow {
    display: inline-block;
  }
}

.nav-underline .nav-link {
  border: 3px solid transparent;
}

.searchFilter {
  position: relative;
  width: 35%;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .searchFilter {
    margin-top: 15px;
    width: 100%;
  }
}
.active-filter {
  border-color: #0056b3 !important;
  color: #0056b3 !important;
  font-weight: bold;
}

.font-fam-med,
.font-fam-medium {
  font-weight: 400;
}

.breadcrumb {
  font-weight: 500;
  background: 0 0;
  padding: 0;
  font-size: 12px !important;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

.font-fam-bold {
  font-weight: 700;
}

.text-capitalize {
  text-transform: capitalize !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #5a4bda;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    /* Full width on smaller devices */
    padding: 0 1rem;
    /* Add some padding */
  }

  h1 {
    font-size: 1.5rem;
    /* Smaller font size */
  }

  ol,
  ul {
    padding-left: 1rem;
    /* Reduce padding */
  }
}

.storeLongDescription {
  background: #f8f9fa;
  padding-top: 5px;
  padding-bottom: 40px;
}
.faqhead {
    font-weight: 700;
    font-size: var(--fs-20);
    line-height: 1.75rem;
}

.accordian .accordion-header {
    font-size: 12px !important;
}

.accordion-button {
    font-size: 12px !important;
    font-weight: 700;
}

.accordion-body {
    font-size: 12px !important;
}

@media (min-width: 768px) {
    .faqhead {
        font-size: var(--fs-32);
        line-height: 2.5rem;
    }

    .accordion-button {
        font-size: 15px !important;
        font-weight: 700;

    }

    .accordion-body {
        font-size: 15px !important;
    }

    .accordian .accordion-header {
        font-size: 16px !important;
    }
}