*,
*::after,
*::before {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", "Montserrat", sans-serif;
  text-align: center;
  height: 100%;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

.main-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-wrapper .page-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.download-app-btn {
  background-color: #ff5c3e;
  border: 1px solid #ff5c3e;
  outline: none;
  padding: 10px 30px;
  width: 100%;
  border-radius: 28px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  width: fit-content;
  margin-top: 10px;
}

.book-main-item {
  display: flex !important;
  flex-direction: column !important;
  min-height: 390px !important;
}

.rachnaye-books-list p {
  margin-top: 10px;
  font-weight: 600;
}

/* Push button container to bottom */
.book-main-item > .button-row-wrap:last-child {
  margin-top: auto;
}

/* Style buttons */
.book-main-item .add-to-cart {
  width: 100%;
  margin-top: 10px; /* Space between offer and view buttons */
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.individual-blog-desc ol li,
.individual-blog-desc ul li {
  list-style-type: disc !important;
}

.books-animation-video {
  height: auto;
  display: flex;
  align-items: center;
  padding: 80px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Poppins", "Montserrat", sans-serif;
}

p {
  margin: 0;
  font-size: 15px !important;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #625d5d;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

/* header css start */
.logo-wrapper img {
  width: 100px;
}

.item-img-model img {
  width: auto;
  height: 100px;
  object-fit: cover;
  /* border-radius: 50%; */
}

.main-head-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #f8f6ef;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.main-head-wrap .menu-wrapper {
  width: 100%;
  max-width: 1510px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 25px 40px;
  align-items: center;
}

.header-cart-search-user-wrap.mobile-cart-search-user {
  display: none;
}

.header-cart-search-user-wrap.desktop-cart-search-user {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.main-head-wrap .logo-wrapper a {
  display: flex;
  color: #fff;
  font-size: 20px;
}

.main-head-wrap .menu-wrapper .phone-wrap-menu {
  display: none;
}

.main-head-wrap .hamburger-wrap {
  display: none;
}

.main-head-wrap .hamburger-wrap .hamburger {
  height: 30px;
  width: 30px;
  display: flex;
  flex-flow: column nowrap;
  position: fixed;
  top: 30px;
  right: 20px;
  cursor: pointer;
  z-index: 20;
}

.main-head-wrap .hamburger-wrap .hamburger .line {
  height: 2px;
  margin-bottom: 5px;
  width: 100%;
  display: block;
  border-radius: 3px;
  transition: all 0.2s ease;
  background-color: #005c67;
}

/* overlay sidebar start */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
}

.overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}

/* overlay sidebar end */
/* menu on click to open hamburger */
.main-head-wrap .hamburger-wrap .hamburger.menu-open .line:first-child {
  background: #005c67;
  transform: rotate(45deg);
  margin-bottom: 2px;
  margin-top: 5px;
}

.main-head-wrap .hamburger-wrap .hamburger.menu-open .line:nth-child(2) {
  opacity: 0;
  transform: translateX(-16px);
}

.main-head-wrap .hamburger-wrap .hamburger.menu-open .line:nth-child(3) {
  background: #005c67;
  transform: translateX(-3px) translateY(-8px) rotate(-45deg);
}

/* menu on click to open hamburger */

.main-head-wrap nav.main-menu ul.navbar-wrap {
  display: flex;
  list-style-type: none;
  position: relative;
}

.main-head-wrap nav.main-menu ul.navbar-wrap li {
  margin: 0 10px;
  position: relative;
}

.main-head-wrap nav.main-menu ul.navbar-wrap li a {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.main-head-wrap nav.main-menu ul.navbar-wrap li a.active,
.main-head-wrap nav.main-menu ul.navbar-wrap li a:hover {
  color: #005c67 !important;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
}

.announcement-bar {
  position: fixed;
  background-color: #005c67;
  color: #fff;
  z-index: 2 !important;
  top: 100px;
  left: 0;
  width: 100%;
  padding: 13px;
}

.slick-prev {
  z-index: 1 !important;
}
.search-icon-wrap {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  align-items: center;
  display: flex;
  cursor: pointer;
}

.search-icon-wrap:hover {
  background-color: #ff5c3e;
  transition: 01s ease;
  -webkit-transition: 01s ease;
  -moz-transition: 01s ease;
  -ms-transition: 01s ease;
  -o-transition: 01s ease;
}

.search-icon-wrap:hover svg path {
  stroke: #fff;
  transition: 01s ease;
  -webkit-transition: 01s ease;
  -moz-transition: 01s ease;
  -ms-transition: 01s ease;
  -o-transition: 01s ease;
}

.cart-icon-wrap {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  align-items: center;
  display: flex;
  cursor: pointer;
}

.cart-icon-wrap:hover {
  background-color: #ff5c3e;
  transition: 01s ease;
  -webkit-transition: 01s ease;
  -moz-transition: 01s ease;
  -ms-transition: 01s ease;
  -o-transition: 01s ease;
}

.cart-icon-wrap:hover svg path {
  stroke: #fff;
  transition: 01s ease;
  -webkit-transition: 01s ease;
  -moz-transition: 01s ease;
  -ms-transition: 01s ease;
  -o-transition: 01s ease;
}

.user-icon-wrap {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  align-items: center;
  display: flex;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.user-icon-wrap:hover {
  background-color: #ff5c3e;
  transition: 01s ease;
  -webkit-transition: 01s ease;
  -moz-transition: 01s ease;
  -ms-transition: 01s ease;
  -o-transition: 01s ease;
}

.user-icon-wrap:hover svg path {
  stroke: #fff;
  transition: 01s ease;
  -webkit-transition: 01s ease;
  -moz-transition: 01s ease;
  -ms-transition: 01s ease;
  -o-transition: 01s ease;
}

.hidden {
  display: none;
}

/* Style the overlay */
#search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-container {
  width: 50%;
  display: flex;
  align-items: center;
}

span.arrow {
  font-size: 20px;
  position: absolute;
  top: -3px;
}

.main-head-wrap nav.main-menu ul.navbar-wrap .dropdown .submenu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20%);
  transition: all 0.5s;
  position: absolute;
  width: 150px;
  top: 100%;
  left: -22px;
  padding: 10px 0px 10px 0;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.11);
  z-index: 10;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.main-head-wrap nav.main-menu ul.navbar-wrap .dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  max-height: 500px;
}

/* header css end */

/* desktop search start */
.desktop-search-bar-wrap {
  display: none;
  position: absolute;
  top: -50px;
  left: 345px;
  width: 63%;
  background-color: white;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: top 0.5s ease, opacity 0.5s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.desktop-search-input {
  width: calc(100% - 40px);
  padding: 8px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 9px;
}

.desktop-close-search {
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 0 10px;
}

.desktop-search-icon-wrap svg {
  cursor: pointer;
}

/* When active, display the search bar */
.desktop-search-bar-active {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 28px;
  opacity: 1;
}

/* desktop search end */

/* home page slider section css start */
section.fold1 {
  margin-top: 9em;
}

.why-rachnaye-desc {
  text-align: left;
}

.why-rachnaye-title-desc-wrap {
  margin: 0 0px;
}
.text-left {
  text-align: left;
}

section.writer-banner-fold1 {
  margin-top: 6.5em;
  margin-bottom: -7px;
}

section.writer-banner-fold1 .writer-banner-video-two-col-layout {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  /* gap: 50px; */
}

.writer-banner-left-col {
  flex: 1;
  /* padding: 40px; */
  margin: 0px;
}

.popup-serie-details.buy-row {
  margin: 10px 0 40px;
}

.left-col-writer-content-wrap .left-col-writer-title h1 {
  font-size: 47px !important;
  color: #004851;
  font-weight: 600;
  text-align: left;
  line-height: 60px;
}

.left-col-writer-content-wrap .left-col-writer-desc {
  margin-top: 10px;
}

.left-col-writer-content-wrap .left-col-writer-desc p {
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
  font-size: 20px !important;
  text-align: left;
  /* font-weight: 500; */
  line-height: 30px;
}

.two-col-button-wrap {
  display: flex;
  justify-content: start;
  gap: 30px;
  margin-top: 30px;
}

.button-left-item button {
  border: unset;
  padding: 10px 20px;
  border-radius: 7px;
  background-color: #ff5c3e;
  color: #fff;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.button-left-item button:hover, .button-right-item button:hover {
  box-shadow: 4px 5px 3px #3B2D2B;
  transform: translateY(-2px);
}

.button-right-item button {
  border: 1px solid #888888;
  background-color: unset;
  padding: 10px 32px;
  border-radius: 8px;
  color: #000000;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.writer-banner-right-col {
  flex: 1;
}

/* home page slider section css end */

/* fold 2 section css start */
section .book-layout.fold2 {
  background-size: contain;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}

.slick-next:before,
.slick-prev:before {
  font-size: 30px !important;
}

.content-column {
  margin-top: -75px;
}

.content-column h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.cta-button {
  background-color: #f26343;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #e65233;
}

/* fold 2 section css end */

/* fold 3 section start */
section.fold3 {
  margin: 0 50px 50px 50px;
}

section.fold3 .why-rachnaye-title-desc-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  text-align: left;
}

section.fold3 .why-rachnaye-title-desc-wrap .why-rachnaye-title h1 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}

section.fold3 .why-rachnaye-title-desc-wrap .why-rachnaye-desc p {
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
}

/* fold 3 section end */

/* fold 4 section start */
section.fold4 {
  margin: 0px 0px 0 0;
  background-color: #f8f6ef;
  padding: 35px 0 50px 0;
}

.read-writer-publisher-grid {
  position: relative;
  display: flex;
  margin: 50px 0px;
  justify-content: center;
  align-content: space-between;
  align-items: center;
  /* gap: 6px; */
}

.read-writer-publisher-grid .grid-col-img {
  position: relative;
}

.read-writer-publisher-grid .grid-col-img .grid-col-content {
  position: absolute;
  left: 38px;
  bottom: 20px;
  text-align: left;
}

.read-writer-publisher-grid .grid-col-img .grid-col-content p {
  font-size: 44px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}

.read-writer-publisher-grid .grid-col-img .grid-col-content .cta-button {
  background-color: #ffffff;
  color: #000000;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.read-writer-publisher-grid .grid-col-img .grid-col-content .cta-button:hover {
  background-color: #ff5c3e;
  color: #fff;
}

.featured-books-carousel {
  margin: 0 0 45px 0;
}

.featured-books-carousel .featured-book-title h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.featured-book-slider {
  margin: 15px 0px;
}

.book-title {
  margin-top: 10px;
}

.book-title h4 {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

.writer-title {
  margin-top: 10px;
}

.writer-title h4 {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.book-price-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.books-price-item {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}

.books-price-item p.sale-price {
  font-size: 14px;
  font-weight: 500;
  color: #acacac;
}

.books-price-item p.regular-price {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.fold4 .slick-initialized .slick-slide {
  display: block !important;
}

.featured-author-carousel {
  margin: 30px 0px;
}

/* onhover information box css start */
.hover-popup {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0%;
  left: 100%;
  width: 50ch;
  margin: min(1rem, 20px);
  font-size: 0.8rem;
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5em;
  z-index: 42;
  transform: scale(0);
  transition: transform 200ms ease;
  transform-origin: 8% -10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}

/* .book-slide-item:hover + .hover-popup,
.book-slide-item:focus + .hover-popup,
.hover-popup:hover {
  transform: scale(1);
} */

.hover-popup :not(:first-child) {
  margin-top: 1rem;
}

.hover-popup span {
  color: rgb(200, 20, 0);
  font-weight: 700;
}

.hover-popup::before {
  /* this is triangle arrow */
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: 50%;
  rotate: -90deg;
  left: -10px;
}

.hover-popup::after {
  /* This is merely here to expand the hoverable area, as a buffer between the "Hover me" text and the popup. */
  content: "";
  position: absolute;
  top: -1rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: -1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}

/* onhover information box css end */

.featured-author-carousel .featured-author-title h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.featured-author-slider {
  margin: 15px 0px;
}

.slick-prev {
  left: 20px !important;
  z-index: 20;
}

.author-slide-item {
  background-color: #fff;
  padding: 15px;
  text-align: left;
  margin: 0 10px;
}

.author-title {
  margin-top: 10px;
}

.author-title h4 {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  text-align: center;
  padding-top: 5px;
}

.author-slide-item img {
  text-align: center;
  margin: 0 auto;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  width: 150px;
}

.featured-writers-carousel {
  margin: 45px 0px;
}

.featured-writers-carousel .featured-writers-title h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.slick-next:before,
.slick-prev:before {
  color: black !important;
}

.slick-next {
  right: 20px !important;
}

.featured-writers-slider {
  margin: 15px 0;
}

.writers-slide-item {
  background-color: #fff;
  padding: 15px;
  text-align: left;
  margin: 0 10px;
  border-radius: 7px;
}

.writers-title {
  margin-top: 10px;
}

.writers-title h4 {
  font-size: 16px;
  font-weight: 500;
}

.writers-slide-item img {
  text-align: center;
  margin: 0 auto;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  width: 150px;
}

.writer-details-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.writer-counter p.writer-publish {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.writer-counter p.vendor-name {
  font-size: 12px !important;
  font-weight: 400;
  color: #000;
}

.writer-rating p.number-rating {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.writer-rating p.rating-text {
  font-size: 12px !important;
  font-weight: 400;
  color: #000;
}

.writer-followers p.number-of-followers {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.writer-followers p.follow-content {
  font-size: 12px !important;
}

.download-app-wrapper {
  background-color: #ffd500;
  margin: 50px 0px;
  padding: 40px 40px;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.download-app-left-col .download-app-inner-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.download-inner-column {
  background-color: #fff;
  margin: 10px 10px;
  border-radius: 25px;
  text-align: left;
  padding: 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.download-app-title {
  margin-top: 10px;
}

.download-app-title h4 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.download-app-desc {
  margin-top: 10px;
}

.download-app-desc p {
  font-size: 12px;
  line-height: 25px;
  color: #000;
  text-align: justify;
}

.blog-wrapper-section {
  margin: 40px 0px 0;
}

.blog-title h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  /* text-transform: uppercase; */
}

.blog-subtitle {
  margin-top: 20px;
}

.blog-subtitle p {
  font-size: 13px;
  color: #000;
}

.blog-carousel-wrap {
  margin: 30px 0;
}

.blog-carousel-slider .slick-slide {
  margin: 0 10px;
}

.blog-carousel-slider .slick-list {
  padding: 0 5px;
}

.blog-carousel-slider {
  display: flex;
  justify-content: space-between;
}

.blog-carousel-item {
  background-color: #fff;
  margin: 0;
}

.blog-desc-wrap {
  padding: 20px 20px;
  height: 140px;
}

.blog-item-title h1 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
}

.blog-item-desc p {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  margin-top: 15px;
  word-spacing: 1px;
}

.blog-item-bottom-view {
  border-top: 1px solid #000;
  margin-top: 10px;
  display: flex;
  justify-content: start;
  gap: 18px;
  align-items: center;
  padding: 10px 20px;
}

.blog-view-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.blog-view-item p {
  font-size: 11px;
}

.blog-comment-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.blog-comment-item p {
  font-size: 11px;
}

.blog-wishlisht-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.blog-wishlisht-item p {
  font-size: 11px;
}

/* fold 4 section end */

/* popup for user login css start */
.user-icon-wrap {
  cursor: pointer;
}

.login-popup-overlay {
  display: none;
  /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  /* Overlay effect */
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.login-popup-overlay.active {
  display: flex;
  /* Show the overlay */
}

.login-popup-cover {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}

.login-popup-cover .contents {
  align-items: center;
  display: grid;
  width: 500px;
  height: auto;
  background: #ffffff;
  margin: 0px auto;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  padding: 45px 50px;
}

.popup-message p {
  font-size: 30px !important;
  font-weight: 700;
  margin-bottom: 12px;
}

.popup-message p span.popup-company {
  color: #005c67;
}

.input-number input {
  width: 100%;
  padding: 7px 15px;
  border-radius: 8px;
  border: 1px solid #c1c1c1;
  height: 55px;
  margin-bottom: 10px;
}

.otp-input {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.otp-input input {
  width: 50px;
  height: 50px;
  margin: 0 8px;
  text-align: center;
  font-size: 1.5rem;
  border: 2px solid #6665f1;
  border-radius: 12px;
  color: #000000;
  transition: all 0.3s ease;
}

.otp-input input:focus {
  border-color: #a556f6;
  box-shadow: 0 0 0 2px rgba(166, 86, 246, 0.3);
  outline: none;
}

.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.orange-content {
  color: #ff5c3e;
  font-weight: 500;
}

.close {
  background-color: #000000;
  color: #fff;
  border-radius: 15px;
  padding: 15px 25px;
  position: absolute;
  top: 12px;
  text-align: center;
  right: 0;
  transform: translateX(-50%);
  cursor: pointer;
  width: 21px;
  height: 21px;
  padding: 0px;
  display: grid;
  align-items: center;
  justify-content: center;
}

span.otp-button {
  background-color: #ff5c3e;
  border-radius: 8px;
  padding: 7px 0;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
  margin-top: 20px;
  height: 48px;
}

/* popup for user login css end */

/* barcode popup to download the app for write review css start */
.barcode-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent overlay */
  z-index: 1000;
}

.barcode-popup-overlay.active {
  display: block;
}

.login-popup-overlay.active {
  display: flex;
  /* Show the overlay */
}

.popup-container {
  width: 100%;
  max-width: 600px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/* Popup Content */
.popup-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.popup-content.serie {
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

/* Close Button */
.close-btn-qr-popup {
  position: absolute;
  color: #fddf48;
  background-color: #000 !important;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

/* Left Section */
.left-section {
  flex: 1;
  padding: 20px;
  text-align: left;
}

.left-section h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.left-section p {
  font-size: 18px;
  color: #333;
}

/* Right Section */
.right-section {
  flex: 1;
  background-color: #fddf48;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.popup-content.buy {
  display: block;
  padding: 20px;
}

/* barcode popup to download the app for write review css end */

/* whatsapp chat icon css start */
.whatsapp-chat {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 25px;
  z-index: 9999;
}

/* whatsapp chat icon css end */

/* footer css start */
footer.footer-wrapper {
  background-color: #213032;
  text-align: left;
  gap: 50px;
}

.footer-wrapper-row {
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding: 50px 0px 0;
}

.footer-rachnaye-col .footer-logo-desc {
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-rachnaye-col .footer-logo-desc p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  max-width: 75%;
}

.footer-rachnaye-col .footer-column-title {
  margin-bottom: 20px;
}

.footer-rachnaye-col .footer-column-title h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.quick-link-footer-list .footer-list-item {
  margin-bottom: 10px;
}

.quick-link-footer-list .footer-list-item a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.footer-copyright-bottom {
  border-top: 1px solid #fff;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px 20px 0px;
}

.footer-copyright-item p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.footer-social-media-icon-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}



@media (max-width: 768px) {
  body, html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

  .main-wrapper {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

  .container, .container-fluid {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

.btn-closer{
  display: none;
}


}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1510px;
  }
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 80px;
  padding-right: 80px;
}

@media only screen and (max-width: 1280px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bg-white {
  background-color: #ffffff;
}

.pt-40 {
  padding-top: 40px;
}

.book-slide-item {
  position: relative;
  background-color: #fff;
  padding: 10px 10px;
  text-align: left;
  margin: 0 10px;
  min-height: 430px;
}

.book-slide-item img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.book-slide-item:hover .hover-popup {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.book-slide-item img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  object-fit: cover;
}

.blog-carousel-wrap .slick-slide img {
  height: 275px;
  width: 100%;
  object-fit: contain;
}

.blog-item-title h1 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.d_lines {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.blog-item-title h1 {
  min-height: 44px;
}

.book-image-wrapper {
  padding-right: 35px;
}

.book-image-wrapper img {
  width: 100%;
}

.book-image-wrapper audio {
  width: 100%;
}

.book-slide-item img {
  height: 270px;
  object-fit: contain;
  /* border-radius: 50%; */
  width: 100%;
  border: 1px solid #ddd;
}

.box-price-books-wrap input[type="radio"] {
  display: none;
}

.ellipsis_3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.ellipsis_1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

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

.hover-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  border-radius: 10px;
  border: 4px solid #f8f6ef;
  background-color: white;
  display: none;
  padding: 10px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

.hover-box.right {
  left: 100%;
  /*margin-left: 10px;*/
}

.hover-box.left {
  right: 100%;
  margin-right: 10px;
}

.hover-box h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 29.26px;
  text-align: left;
  color: #ff5c3e;
}

.hover-box ul li {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  margin-bottom: 5px;
  color: #6b7280;
}

.hover-box ul li b {
  color: black;
}

.hover-box ul li p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
  display: inline;
  color: #005c67;
}

.book-main-item:hover .hover-box {
  display: block;
  color: black;
}

.text-right {
  text-align: right !important;
}

.hide-style {
  border: none;
  background: white;
  color: #ff5c3e;
}

.book-main-item:hover .hover-box ul li .d-flex {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}

.circle {
  background-color: #f8f6ef;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}

.qr-text {
  margin-bottom: 15px;
  font-weight: 500;
}

.user-icon-wrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.user-icon-wrap svg {
  transition: transform 0.3s;
}

.user-icon-wrap:hover svg {
  transform: scale(1.1);
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 105%;
  right: -25px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 180px;
  z-index: 999;
}

.dropdown-menu img {
  width: 20px;
}

.user-icon-wrap:hover .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 15px;
  font-size: 12px;
  color: #252734;
  text-decoration: none;
  transition: background 0.3s;
}

.dropdown-menu a:hover {
  background: #f0f0f0;
}

.dropdown-menu i {
  font-size: 16px;
  color: #007bff;
}

.spinner-loader {
  position: relative;
  width: 50px !important;
  padding-top: 38px;
  margin: 1% auto;
  -webkit-animation: spinrotation 0.6s infinite linear;
  animation: spinrotation 0.6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, 0.15);
  border-right: 6px solid rgba(0, 174, 239, 0.15);
  border-bottom: 6px solid rgba(0, 174, 239, 0.15);
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%;
}

@-webkit-keyframes spinrotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes spinrotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes spinrotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes spinrotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.custom-rounded-input {
  border: none;
  border-radius: 12px;
  padding: 12px 30px 10px 15px;
  background: #F5F5F5;
}

.search-btn {
  background-color: unset;
  position: absolute;
  border: none;
  padding: 4px;
  font-size: 16px;
  right: 20px;
  top: 7px;
  border-radius: 50%;
}

.modal-backdrop {
  z-index: 1 !important;
}

.clamp-text {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.announcement-bar {
  width: 100%;
  overflow: hidden;
  /* background-color: #f3f4f6; */
  padding: 10px 0;
}

.marquee-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee var(--marquee-speed, 25s) linear infinite;
  will-change: transform;
  position: relative;
  padding-left: 100%;
}

.marquee-wrapper:hover .marquee-content {
  animation-play-state: paused;
}

.marquee-item {
  display: inline-block;
  margin: 0;
  padding-right: 0;
}

.marquee-separator {
  padding: 0 20px;
  display: inline-block;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 100%));
  }
}

section.writer-banner-fold1 {
  margin-top: 6.5em;
  margin-bottom: 0px;
}

.read-writer-publisher-grid img {
  border-radius: 7px;
}
section .book-layout.fold2 {
  border-radius: 7px;
}
.book-slide-item {
  border-radius: 7px;
}
.book-slide-item img {
  border-radius: 7px;
}
.author-slide-item {
  border-radius: 7px;
}
.blog-carousel-wrap .slick-slide img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.verify-btn {
  color: white;
  background: #50b748;
  border-radius: 50%;
  display: inline-block;
  line-height: 0px;
}

.hot-deals {
  position: absolute;
  top: 18px;
  right: -22px;
  color: white;
  background: linear-gradient(45deg, #ff5c3e, #ffba00);
  padding: 0px 5px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.hot-deal-box {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
}

.download-title {
  color: #333;
  margin-bottom: 15px;
}

.download-message {
  max-width: 500px;
}

.download-message p {
  margin-bottom: 20px;
  color: #555;
}

.download-buttons {
  display: flex;
  gap: 15px;
}

.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.android-btn {
  background-color: #3ddc84;
  color: #0f4019;
}

.ios-btn {
  background-color: #0071e3;
  color: white;
}

.store-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.store-btn img {
  height: 20px;
  width: auto;
}
.close i {
  font-size: 15px;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.login-popup-cover .popup-message svg {
  height: 117px;
  width: 117px;
  margin-bottom: 15px;
}
.mb10 {
  margin-bottom: 10px;
}
.left-col-writer-desc .badge {
  padding: 8px;
  letter-spacing: 1px;
  font-size: 17px;
  margin-right: 2px;
  background-color: #ebebeb;
  color: #000;
}
.left-col-writer-desc .badge:hover {
  background-color: #FF5C3E;
  color: white;
}
.pdb0 {
  padding-bottom: 0px !important;
}
.dplx {
  display: flex;
}
.mb15 {
  margin-bottom: 20px;
}
.book-main-item {
  position: relative;
}
.hover-boxz {
  position: fixed;
  visibility: hidden;
  background: #fff;
  min-width: 300px;
  max-width: 300px;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
  border-radius: 10px;
  border: 4px solid #f8f6ef;
  background-color: white;
  padding: 10px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}
.hover-boxz.show {
  visibility: visible;
  opacity: 1;
}
.hover-boxz h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 29.26px;
  text-align: left;
  color: #ff5c3e;
}
.hover-boxz.right {
  left: 100%;
  /*margin-left: 10px;*/
}

.hover-boxz.left {
  right: 100%;
  margin-right: 10px;
}

.hover-boxz h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 29.26px;
  text-align: left;
  color: #ff5c3e;
}

.hover-boxz ul li {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  margin-bottom: 5px;
  color: #6b7280;
}

.hover-boxz ul li b {
  color: black;
}

.hover-boxz ul li p {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
  display: inline;
  color: #005c67;
}

.book-main-item:hover .hover-boxz {
  display: block;
  color: black;
}
.book-main-item:hover .hover-boxz ul li .d-flex {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}

.rachnaye-books-list {
  background-color: #fff;
  padding: 10px;
}

.off-label {
  position: absolute;
  top: 15px;
  left: 18px;
  background: #ff5c3e;
  border-radius: 5px;
  color: white;
  padding: 0px 4px;
  font-size: 12px;
  font-weight: 500;
}

.rach-input {
  width: 100%;
  background-color: #f5f5f5;
  color: #242424;
  padding: .15rem .5rem;
  min-height: 35px;
  border-radius: 4px;
  outline: none;
  border: none;
  line-height: 1.15;
  font-size: 13px;
  /* box-shadow: 0px 10px 20px -18px; */
}

.rach-input:focus {
  border-bottom: 2px solid #ff5c3e;
  border-radius: 4px 4px 2px 2px;
}

.rach-input:hover {
  outline: 1px solid lightgrey;
}

.owner-name a{
  color: #0071e3;
}
.owner-name a:hover{
  text-decoration: underline;
}

.modal-logo-wrapper{
  z-index: 1; left: 15px; border-bottom: none;    top: 12px;
}