/* deletable css */

/* .product__items--img {
  height: 300px;
} */

.name_height {
  height: 50px;
}

swiper-custom-padding .live-offer-img img {
  height: 80px;
}

.live-offer-title p {
  font-size: 14px;
  font-weight: 600;
  color: #353535;
  /* text-wrap: nowrap; */
}

@media (max-width: 580px) {
  .product__items--img {
    height: 150px;
  }
}

.footer-logo img {
  height: 60px;
}

/* Footer Dark Theme - Modern SaaS Style */
.footer__section {
  background: linear-gradient(135deg, #0f172a 0%, #020617 100%);
  color: #e5e7eb;
  font-family: "Nunito", "Noto Sans Bengali", sans-serif;
}

.footer__dark--bg {
  padding: 6rem 0 1rem;
}

@media (min-width: 992px) {
  .footer__dark--bg {
    padding: 6.5rem 0 1.5rem;
  }
}

@media (min-width: 1366px) {
  .footer__dark--bg {
    padding: 7rem 0 1.5rem;
  }
}

@media (max-width: 767px) {
  .footer__dark--bg {
    padding: 4rem 0 3rem;
  }

  .footer__section {
    padding-bottom: 10.5rem;
    /* Space for mobile sticky nav (approx 65px) + extra breathing room */
  }

  /* Mobile: Special Features + Important Links side by side */
  .footer__link-groups {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (min-width: 768px) {

  /* Desktop/Tablet: Use contents so children participate in the main grid */
  .footer__link-groups {
    display: contents;
  }
}

/* Footer Grid - 5 Columns */
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.5fr;
  gap: 3rem;
  align-items: start;
}

@media (max-width: 1199px) {
  .footer__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 767px) {
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

@media (max-width: 1199px) {

  .footer__col--about,
  .footer__col--contact {
    grid-column: span 3;
  }
}

@media (max-width: 767px) {

  .footer__col--about,
  .footer__col--contact {
    grid-column: span 1;
  }

  .footer__link-groups {
    grid-column: span 1;
  }
}

/* Footer Column Title */
.footer__col--title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2.5rem;
  padding-bottom: 1.2rem;
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.footer__col--title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5rem;
  height: 4px;
  background: linear-gradient(90deg, #22c55e, #2563eb);
  border-radius: 2px;
}

@media (max-width: 767px) {
  .footer__col--title {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  .footer__col--title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Features, Important Links, Partners & Contact title left-aligned on mobile */
@media (max-width: 767px) {

  .footer__col--features .footer__col--title,
  .footer__col--links .footer__col--title,
  .footer__col--partners .footer__col--title,
  .footer__col--contact .footer__col--title {
    text-align: left;
    font-size: 1.8rem;
  }

  .footer__col--features .footer__col--title::after,
  .footer__col--links .footer__col--title::after,
  .footer__col--partners .footer__col--title::after,
  .footer__col--contact .footer__col--title::after {
    left: 0;
    transform: none;
    width: 3.5rem;
  }
}

/* Logo - Original Color */
.footer-logo {
  margin-bottom: 2rem;
}

.footer__logo--img {
  height: 7rem;
  width: auto;
  max-width: 22rem;
  object-fit: contain;
  transition: all 0.3s ease;
}

.footer__logo--img:hover {
  transform: translateX(5px);
}

/* About Section */
.footer__about {
  margin-bottom: 2.5rem;
}

.footer__desc {
  font-size: 1.5rem;
  color: #cbd5e1;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

.footer__license,
.footer__bin {
  font-size: 1.3rem;
  font-weight: 500;
  color: #94a3b8;
}

.footer__bin {
  margin-top: 0.6rem;
}

/* Social Icons */
.footer__social--title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #e5e7eb;
  margin-bottom: 1.2rem;
}

.footer__social--icons {
  display: flex;
  gap: 1.2rem;
}

.footer__social--link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.footer__social--link img {
  width: 2.8rem;
  height: 2.8rem;
  object-fit: contain;
}

.footer__social--link:hover {
  background: #22c55e;
  border-color: #22c55e;
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(34, 197, 94, 0.3);
}

/* Menu Links */
.footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__menu li {
  margin-bottom: 1.3rem;
}

.footer__menu li:last-child {
  margin-bottom: 0;
}

.footer__menu a {
  color: #94a3b8;
  font-size: 1.35rem;
  line-height: 1.7;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0;
}

.footer__menu a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #22c55e;
  margin-right: 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.footer__menu a:hover {
  color: #ffffff;
  padding-left: 1.5rem;
}

.footer__menu a:hover::before {
  width: 1rem;
  margin-right: 0.8rem;
}

/* Partners Section */
.footer__partners li {
  margin-bottom: 2rem;
}

.footer__partners li:last-child {
  margin-bottom: 0;
}

.footer__partner--label {
  font-size: 1.3rem;
  color: #94a3b8;
  margin-bottom: 0.8rem;
}

.footer__partner--content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer__partner--content img {
  height: 3.5rem;
  width: auto;
  border-radius: 8px;
  object-fit: contain;
}

.footer__partner--content span {
  font-size: 1.35rem;
  color: #e5e7eb;
  font-weight: 600;
}

/* Contact Info */
.footer__contact {
  margin-bottom: 2.5rem;
}

.footer__contact--item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
  color: #94a3b8;
  font-size: 1.4rem;
  line-height: 1.4;
}


.footer__contact--item:last-child {
  margin-bottom: 0;
}

.footer__contact--item i {
  font-size: 1.8rem;
  color: #22c55e;
  margin-top: 0.1rem;
  min-width: 2rem;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.footer__contact--item span {
  flex: 1;
}

/* Newsletter Section */
.footer__newsletter--desc {
  font-size: 1.35rem;
  color: #94a3b8;
  margin-bottom: 1.8rem;
  line-height: 1.6;
}

.footer__newsletter--input-group {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.footer__newsletter--input-group:focus-within {
  border-color: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.15);
}

.footer__newsletter--input-group input {
  flex: 1;
  padding: 1.5rem 1.8rem;
  background: transparent;
  border: none;
  color: #e5e7eb;
  font-size: 1.3rem;
}

.footer__newsletter--input-group input::placeholder {
  color: #64748b;
}

.footer__newsletter--input-group input:focus {
  outline: none;
}

.footer__newsletter--input-group button {
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border: none;
  color: #ffffff;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer__newsletter--input-group button:hover {
  background: linear-gradient(135deg, #22c55e 0%, #15803d 100%);
  transform: scale(1.05);
}

/* Footer Divider */
.footer__divider {
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.1),
      transparent);
  margin: 2rem 0;
}

@media (max-width: 767px) {
  .footer__divider {
    margin: 1.5rem 0;
  }
}

/* Footer Bottom */
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
}

.footer__copyright,
.footer__developer {
  font-size: 1.4rem;
  color: #94a3b8;
  padding: 0 1.5rem;
}

.footer__copyright {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .footer__copyright {
    border-right: none;
    border-bottom: none;
    padding-bottom: 0.8rem;
  }

  .footer__developer {
    padding-top: 0.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.footer__copyright a {
  color: #22c55e;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer__copyright a:hover {
  color: #4ade80;
  text-decoration: underline;
}

.footer__developer a {
  color: #ef4444;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer__developer a:hover {
  color: #f87171;
  text-decoration: underline;
}

#scroll__top {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border: none;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(34, 197, 94, 0.3);
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#scroll__top:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(34, 197, 94, 0.4);
}

#scroll__top svg {
  width: 2.5rem;
  height: 2.5rem;
}

/* Responsive - Mobile Newsletter */
@media (max-width: 767px) {
  .footer__newsletter--input-group {
    flex-direction: row;
    /* Keep it horizontal for better mobile use */
    border-radius: 12px;
  }

  .footer__newsletter--input-group input {
    border-bottom: none;
    padding: 1.1rem 1.4rem;
    font-size: 1.25rem;
  }

  .footer__newsletter--input-group button {
    border-radius: 0 10px 10px 0;
    padding: 1.1rem 1.6rem;
  }

  /* Move floating widgets up on mobile to avoid sticky nav overlap */
  #scroll__top {
    bottom: 10rem !important;
    right: 1.5rem !important;
    width: 4.2rem;
    height: 4.2rem;
    z-index: 9999 !important;
  }

  /* Target Tawk.to and other common chat widgets with high specificity */
  #tawk-chat-iframe-container,
  iframe[title="chat widget"],
  iframe[title="chat window"],
  iframe[name^="tawk-chat"],
  .tawk-min-container,
  .tawk-button,
  .online-btn,
  #online-chat-widget,
  .online-btn-wrapper {
    bottom: 8.5rem !important;
    z-index: 9998 !important;
  }
}

/* footer end */

.product__items {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow:
    rgba(0, 0, 0, 0.15) 0px 1.1px 1.5px,
    rgba(0, 0, 0, 0.1) 0px 2.8px 3.9px,
    rgba(0, 0, 0, 0.08) 0px 5.8px 7.9px,
    rgba(0, 0, 0, 0.06) 0px 12.0455px 16.4px,
    rgba(0, 0, 0, 0.04) 0px 33px 45px;
}

.book {
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow:
    rgba(0, 0, 0, 0.15) 0px 1.1px 1.5px,
    rgba(0, 0, 0, 0.1) 0px 2.8px 3.9px,
    rgba(0, 0, 0, 0.08) 0px 5.8px 7.9px,
    rgba(0, 0, 0, 0.06) 0px 12.0455px 16.4px,
    rgba(0, 0, 0, 0.04) 0px 33px 45px;
  border-radius: 3px;
  overflow: hidden;
}

.book img {
  border-radius: 3px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

/* Book Cover Effect */
.book::before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 3px;
  pointer-events: auto;
  filter: contrast(310%) brightness(100%);
  box-shadow: rgba(15, 15, 15, 0.1) 0px 0px 0px 1px inset;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.118) 0.65%,
      rgba(255, 255, 255, 0.2) 1.53%,
      rgba(255, 255, 255, 0.1) 2.38%,
      rgba(0, 0, 0, 0.05) 3.26%,
      rgba(255, 255, 255, 0.14) 5.68%,
      rgba(244, 244, 244, 0) 6.96%);
}

.blink-soft {
  animation: blinker 1.8s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.glow {
  background-color: #004a7f;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #b20000;
    -webkit-box-shadow: 0 0 3px #b20000;
  }

  50% {
    background-color: #ff0000;
    -webkit-box-shadow: 0 0 40px #ff0000;
  }

  100% {
    background-color: #b20000;
    -webkit-box-shadow: 0 0 3px #b20000;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #b20000;
    -moz-box-shadow: 0 0 3px #b20000;
  }

  50% {
    background-color: #ff0000;
    -moz-box-shadow: 0 0 40px #ff0000;
  }

  100% {
    background-color: #b20000;
    -moz-box-shadow: 0 0 3px #b20000;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }

  50% {
    background-color: #ff0000;
    box-shadow: 0 0 40px #ff0000;
  }

  100% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
}

@keyframes glowing {
  0% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }

  50% {
    background-color: #ff0000;
    box-shadow: 0 0 40px #ff0000;
  }

  100% {
    background-color: #b20000;
    box-shadow: 0 0 3px #b20000;
  }
}

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.ribbon {
  --f: 0.5em;
  /* control the folded part */

  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.8;
  padding-inline: 1.5lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#0008 0 0) 51% / var(--f);
  clip-path: polygon(100% calc(100% - var(--f)),
      100% 100%,
      calc(100% - var(--f)) calc(100% - var(--f)),
      var(--f) calc(100% - var(--f)),
      0 100%,
      0 calc(100% - var(--f)),
      999px calc(100% - var(--f) - 999px),
      calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(calc((cos(45deg) - 1) * 100%), -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  background-color: var(--bintel-danger-color);
  /* the main color  */
}

.butn:link,
.butn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #5e16bd;
  background-image: linear-gradient(90deg, #501aa8, #870de8);
  /* padding: 1rem 2.5rem; */
  height: 4rem;
  width: 300px;
  margin-left: 13px;
  border-radius: 4px;
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.butn::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.butn::after {
  background: #fff;
  content: "";
  height: 20rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 8rem;
}

.butn__new::before {
  left: -50%;
}

/* Delivery tab custom styles */
.delivery-info-section {
  max-width: 100%;
}

.delivery-card {
  background: #fafafa;
  border-radius: 14px;
  padding: 16px 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-icon {
  color: #10b981;
  font-size: 24px;
  margin-bottom: 12px;
}

.card-title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 12px;
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}

.card-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #374151;
}

.card-list li i {
  color: #10b981;
  flex-shrink: 0;
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
}

.card-list li span {
  display: inline-block;
  vertical-align: middle;
}

.notice-box {
  background: #fff7ed;
  border: 1px solid #fdba74;
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.notice-icon {
  color: #f97316;
  font-size: 20px;
  flex-shrink: 0;
}

.notice-content {
  flex-grow: 1;
}

.notice-title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 4px;
}

.notice-description {
  font-size: 14px;
  color: #4b5563;
  margin: 0;
}

@media (max-width: 768px) {
  .delivery-card {
    margin-bottom: 16px;
  }

  .notice-box {
    flex-direction: column;
    gap: 8px;
  }
}

/* YouTube video section custom styles */
.youtube-video-section__header {
  padding-bottom: 2px;
  border-bottom: 1px solid #e5e7eb;
}

.youtube-video-section__label {
  color: #111827;
  font-weight: 600;
}

.youtube-video-section__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.12);
  color: #10b981;
  font-size: 1.2rem;
}

.youtube-video-section__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #10b981;
}

.youtube-see-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 14px;
  border: 1px solid #22c55e;
  background: #ecfdf5;
  color: #166534;
  font-weight: 600;
  text-decoration: none;
}

.youtube-see-all-btn:hover {
  background: #dcfce7;
}

.youtube-video-section__actions {
  display: flex;
  justify-content: flex-start;
}

.video-card-grid {
  margin-top: 10px;
}

.video-card {
  position: relative;
  min-height: 220px;
  border-radius: 16px;
  padding: 22px 18px 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}

.video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.95;
  z-index: 0;
}

.video-card-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.78rem;
  padding: 6px 10px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.video-card-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: #ef4444;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(239, 68, 68, 0.22);
  transition: transform 0.25s ease;
}

.video-card-play:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

.video-card-body {
  position: relative;
  z-index: 1;
}

.video-card-body h3 {
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.video-card-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
}

.gradient-1::before {
  background: linear-gradient(135deg, #16a34a 0%, #4ade80 100%);
}

.gradient-2::before {
  background: linear-gradient(135deg, #0ea5e9 0%, #818cf8 100%);
}

.gradient-3::before {
  background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
}

.youtube-notice-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #fff7ed;
  border: 1px solid #fdba74;
  color: #92400e;
}

.youtube-notice-box i {
  font-size: 1.5rem;
}

.youtube-notice-box p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 600;
}

@media (max-width: 768px) {
  .youtube-video-section__header {
    flex-direction: column;
    align-items: stretch;
  }

  .youtube-video-section__actions,
  .youtube-see-all-btn {
    width: 100%;
    justify-content: center;
  }
}

.butn__new::after {
  left: -100%;
}

.butn:hover,
.butn:active {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.butn__new:hover::before {
  left: 120%;
  opacity: 0.5s;
}

.butn__new:hover::after {
  left: 200%;
  opacity: 0.6;
}

.product__media--preview {
  border: 1px solid #e0dfdf;
  background: #f7fff8;
  border-radius: 10px;
}

.single-books {
  width: 270px;
  height: 370px;
  position: relative;
  text-align: center;
  margin: 15.5%;
}

.single-book-card {
  /* border: 1px solid #ccc; */
  -webkit-box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
  box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
}

@media only screen and (max-width: 1204.99px) and (min-width: 992px) {
  .single-books {
    width: 200px;
    height: 260px;
    margin: 17.5%;
  }

  .single-book-ribbon img {
    height: 20px;
  }

  .video__icon .circle--outer {
    display: none;
  }

  .video__icon {
    left: 80px !important;
  }

  .single-books .title p img {
    height: 18px;
  }

  .live-offer-img img {
    height: 55px;
  }

  .deals__countdown--style3 .countdown__number {
    width: 2.5rem !important;
    height: 2.5rem !important;
    line-height: 2.5rem !important;
    font-size: 1.5rem !important;
  }

  .product__details--info__price .discount {
    font-size: 1.2rem;
  }

  .product__details--info__meta--list {
    font-size: 1.4rem !important;
  }

  .guarantee__safe--checkout__title {
    font-size: 1.2rem !important;
  }

  .quickview__cart--btn {
    height: 3.5rem !important;
    line-height: 2.8rem !important;
    padding: 0 8px !important;
    margin-left: 10px !important;
    font-size: 1.2rem !important;
  }

  .variant__wishlist--icon {
    font-size: 1.2rem;
  }

  .variant__wishlist--icon i {
    font-size: 1.6rem;
  }

  .single-book-ribbon {
    top: -25px !important;
  }

  .single-book-ribbon {
    top: -30px !important;
  }

  .flowrino-btn {
    width: 70px !important;
    height: 25px !important;
    font-size: 10pt !important;
  }

  .title .blink-soft {
    height: 25px;
  }

  .title {
    top: -30px !important;
  }
}

@media only screen and (max-width: 991.99px) and (min-width: 320px) {
  .header__account--items {
    margin-right: 0 !important;
  }

  .book-list-section {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 991.99px) and (min-width: 768px) {
  .single-books {
    width: 220px;
    height: 290px;
    margin: 17.5%;
  }

  .single-book-ribbon img {
    height: 20px;
  }

  .video__icon {
    left: 80px !important;
    top: 2px !important;
  }

  .single-book-ribbon {
    left: -15px !important;
    top: -30px !important;
  }

  .video__icon .circle--outer {
    display: none;
  }

  .single-books .title p img {
    height: 18px;
  }

  .live-offer-img img {
    height: 55px;
  }

  .deals__countdown--style3 .countdown__number {
    width: 2.5rem !important;
    height: 2.5rem !important;
    line-height: 2.5rem !important;
    font-size: 1.5rem !important;
  }

  .product__details--info__price .discount {
    font-size: 1.2rem;
  }

  .product__details--info__meta--list {
    font-size: 1.4rem !important;
  }

  .guarantee__safe--checkout__title {
    font-size: 1.2rem !important;
  }

  .quickview__cart--btn {
    height: 3.5rem !important;
    line-height: 2.8rem !important;
    padding: 0 8px !important;
    margin-left: 10px !important;
    font-size: 1.2rem !important;
  }

  .variant__wishlist--icon {
    font-size: 1.2rem;
  }

  .variant__wishlist--icon i {
    font-size: 1.6rem;
  }

  .title .blink-soft {
    height: 25px;
  }

  .title {
    top: -30px !important;
  }
}

@media only screen and (max-width: 767.99px) and (min-width: 570px) {
  .single-books {
    width: 300px;
    height: 400px;
    margin: 20.5%;
  }

  .section--padding {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media only screen and (max-width: 569.99px) and (min-width: 480px) {
  .single-books {
    width: 268px;
    height: 350px;
    margin: 17.5%;
  }

  .section--padding {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .single-book-ribbon img {
    height: 20px;
  }

  .video__icon .circle--outer {
    display: none;
  }

  .single-book-ribbon {
    top: -25px !important;
  }

  .video__icon {
    left: 80px !important;
  }

  .title .blink-soft {
    height: 25px;
  }

  .title {
    top: -30px !important;
  }

  .wdp-ribbon {
    top: -25px !important;
  }
}

@media only screen and (max-width: 479.99px) and (min-width: 400px) {
  .single-books {
    width: 230px;
    height: 300px;
    margin: 15.5%;
  }

  .section--padding {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .single-book-ribbon img {
    height: 20px;
  }

  .video__icon .circle--outer {
    display: none;
  }

  .single-books .title p img {
    height: 18px;
  }

  .single-book-ribbon {
    top: -25px !important;
  }

  .video__icon {
    left: 65px !important;
    top: 0 !important;
  }

  .title .blink-soft {
    height: 20px;
  }

  .title {
    top: -25px !important;
  }

  .wdp-ribbon h3 {
    font-size: 1.5rem !important;
  }

  .custom-btn {
    width: 60px !important;
    height: 25px !important;
    padding: 3px 5px !important;
  }

  .wdp-ribbon {
    padding: 2px 10px !important;
  }
}

@media only screen and (max-width: 992px) and (min-width: 757px) {
  .single-book-ribbon {
    top: -30px !important;
  }

  .flowrino-btn {
    width: 70px !important;
    height: 25px !important;
    font-size: 10pt !important;
  }
}

@media only screen and (max-width: 756px) and (min-width: 400px) {
  .single-book-ribbon {
    top: -30px !important;
  }

  .flowrino-btn {
    width: 70px !important;
    height: 25px !important;
    font-size: 10pt !important;
  }
}

@media only screen and (max-width: 399.99px) and (min-width: 320px) {
  .single-books {
    width: 190px;
    height: 250px;
    margin: 20.5%;
  }

  .wdp-ribbon {
    padding: 2px 10px !important;
  }

  .section--padding {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .single-book-ribbon img {
    height: 20px;
  }

  .single-books .title p img {
    height: 18px;
  }

  .live-offer-img img {
    height: 50px;
  }

  .video__icon .circle--outer {
    display: none;
  }

  .discount-ribbon {
    padding: 5px 5px !important;
    right: 1px !important;
    top: -10px !important;
    line-height: 13px !important;
    height: 35px !important;
    width: 35px !important;
    font-size: 12px !important;
  }

  .wdp-ribbon img {
    height: 15px;
  }

  .video__icon .circle--inner:after {
    border: 2px solid var(--bintel-danger-color) !important;
    width: 16px !important;
    height: 16px !important;
    top: -4px !important;
    left: -4px !important;
  }

  .video__icon .circle--inner {
    left: 16px !important;
    top: 8px !important;
    width: 8px !important;
    height: 8px !important;
  }

  .video__icon .circle--outer {
    border: 0.5px solid var(--bintel-danger-color) !important;
    width: 23px !important;
    height: 23px !important;
  }

  .video__icon {
    left: 40px !important;
    top: 1px !important;
  }

  .single-book-card {
    padding: 10px !important;
  }

  .guarantee__safe--checkout__title {
    font-size: 1.2rem !important;
  }

  .guarantee__safe--checkout {
    padding: 5px !important;
  }

  .quickview__cart--btn {
    margin-left: 5px !important;
  }

  .quickview__cart--btn {
    margin-top: 10px;
  }

  .title .blink-soft {
    height: 20px;
  }

  .title {
    top: -28px !important;
  }

  .single-book-ribbon {
    top: -30px !important;
  }

  .flowrino-btn {
    width: 70px !important;
    height: 25px !important;
    font-size: 10pt !important;
  }

  .video__icon {
    left: 65px !important;
    top: 2px !important;
  }

  .wdp-ribbon h3 {
    font-size: 1.5rem !important;
  }

  .custom-btn {
    width: 60px !important;
    height: 25px !important;
    padding: 3px 5px !important;
  }
}

.variant__wishlist--icon i {
  font-size: 20px;
}

.single-book-cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  background: #111;
  background-size: cover;
  border-radius: 3px;
  box-shadow:
    inset 4px 1px 3px #ffffff60,
    inset 0 -1px 2px #00000080;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

/* .cover1 {
  background: url('https://www.englishmoja.com/wp-content/uploads/2018/01/Web-DU.jpg');
} */

.single-books .single-book-cover {
  background-size: 100% 100%;
}

.effect {
  width: 20px;
  height: 100%;
  margin-left: 10px;
  border-left: 2px solid #00000010;
  background-image: linear-gradient(90deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%);
  transition: all 0.5s ease;
}

.light {
  width: 90%;
  height: 100%;
  position: absolute;
  border-radius: 3px;
  background-image: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.2) 100%);
  top: 0;
  right: 0;
  opacity: 0.1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.single-books:hover {
  cursor: pointer;
}

.single-books:hover .single-book-cover {
  transform: perspective(2000px) rotateY(-30deg);
  -webkit-transform: perspective(2000px) rotateY(-30deg);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  box-shadow:
    inset 4px 1px 3px #ffffff60,
    inset 0 -1px 2px #00000080,
    10px 0px 10px -5px #00000030;
}

.single-books:hover .effect {
  width: 40px;
  /** margin-left:13px;
    opacity: 0.5; **/
}

.single-books:hover .light {
  opacity: 1;
  width: 70%;
}

.book-inside {
  width: calc(100% - 2px);
  height: 96%;
  position: relative;
  top: 2%;
  border: 1px solid grey;
  border-radius: 3px;
  background: white;
  box-shadow:
    10px 40px 40px -10px #00000030,
    inset -2px 0 0 grey,
    inset -3px 0 0 #dbdbdb,
    inset -4px 0 0 white,
    inset -5px 0 0 #dbdbdb,
    inset -6px 0 0 white,
    inset -7px 0 0 #dbdbdb,
    inset -8px 0 0 white,
    inset -9px 0 0 #dbdbdb;
}

.title {
  font-size: 22px;
  width: 100%;
  color: #333;
  text-align: right;
  position: absolute;
  top: -40px;
}

.title p {
  width: 100%;
  margin: 0;
  line-height: 1.3;
  color: #000000;
}

.guarantee__safe--checkout {
  border: 1px dashed #487f1e;
  padding: 10px;
  border-radius: 10px;
}

/* .product__details--info__meta--list span {
  color: var(--bintel-danger-color);

} */

/* App section */

.mobile-app-section {
  position: relative;
  width: 100%;
  /* background-color: #b9f7ff; */
  background-image: url(../img/banner/app-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
}

.mobile-app-section .mobile-app-title h1 {
  font-size: 60px;
  font-weight: 600;
  color: #353535;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .mobile-app-section .mobile-app-title h1 {
    font-size: 34px;
  }

  .mobile-app-section {
    padding: 50px 0;
    /*background-image: none;*/
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .mobile-app-section .mobile-app-title h1 {
    font-size: 28px;
  }
}

.mobile-app-section .mobile-app-title h6 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 25px;
}

.mobile-app-section .mobile-app-title p {
  color: #b0d6ff;
}

.mobile-app-section .mobile-app-title ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

@media (max-width: 1200px) {
  .thumbnail-text {
    font-size: 1.4rem !important;
  }
}

@media (max-width: 991.98px) {
  .mobile-app-section .mobile-app-title ul {
    justify-content: center;
  }

  .thumbnail-text {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 575.98px) {
  .mobile-app-section .mobile-app-title ul {
    flex-wrap: wrap;
  }

  .product__items {
    padding: 10px;
  }

  .thumbnail-text {
    font-size: 1.1rem !important;
  }
}

.mobile-app-section .mobile-app-title ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 25px 25px 0;
  /* padding: 15px; */

  border-radius: 10px;
  width: 151px;
}

.stationary--section {
  background-color: #daf0df;
}

.countdown__item {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  /* Space between items */
}

.countdown__item::after {
  content: ":";
  font-size: 2.5rem;
  position: absolute;
  right: -9px;
  top: 4px;
  color: #ff0000;
}

.countdown__item:last-child::after {
  content: "";
}

@media (max-width: 575.98px) {
  .mobile-app-section .mobile-app-title ul li {
    width: 50%;
    margin-right: 1px;
  }

  .deals__countdown--style3 .countdown__number {
    width: 2.5rem !important;
    height: 2.5rem !important;
    line-height: 2.5rem !important;
    font-size: 1.3rem !important;
    font-weight: 500 !important;
  }

  .deals__countdown--style3 .countdown__text {
    font-size: 1rem !important;
    padding-top: 0.4rem !important;
  }

  #campaign-div {
    padding: 10px !important;
  }

  #campaign-div img {
    height: 100px;
  }

  .toggle-btn i {
    font-size: 30px !important;
  }

  .toggle-btn {
    padding: 5px 0px !important;
    left: -5px !important;
  }

  .toggle-btn img {
    height: 80px;
  }
}

@media (max-width: 390px) {
  .product__items--action__btn .mobile-hide {
    display: none;
  }
}

/*@media(max-width:580px) {*/
/* .header__topbar--inner img {*/
/*        transform: scale(1.5);*/
/*        transform-origin: center;*/
/*        padding: 10px 0;*/
/*    }*/
/*}*/

.mobile-app-section .mobile-app-title ul li:last-child {
  margin-right: 0;
}

.mobile-app-section .mobile-app-title ul li .appointment-schedule-img {
  position: relative;
  margin-bottom: 20px;
}

.mobile-app-section .mobile-app-title ul li .appointment-schedule-img .appoint-inner-img {
  position: absolute;
  right: -20px;
  bottom: -10px;
}

.mobile-app-section .mobile-app-title ul li span {
  font-weight: 400;
  color: #1f2937;
  display: inline-block;
  font-size: 14px;
}

.mobile-app-section .mobile-app-title .qr_image img {
  height: 100px;
  width: 100px;
}

/* .mobile-app-section .mobile-app-title a {
    background: var(--bintel-danger-color);
    padding: 15px 25px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    box-shadow: inset 0 0 0 0 #64bc45;
    font-weight: 600;
} */

.mobile-app-section .mobile-app-title a:hover {
  transform: scale(1.0511);
  transition: transform 0.3s ease;
}

.mobile-app-section .mobile-app-right-image {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}

.custom-response {
  display: flex;
  justify-content: start;
  align-items: center;
}

.publication-title p {
  margin-top: 10px;
  text-align: justify;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media (max-width: 991.98px) {
  /*.mobile-app-section .mobile-app-right-image {*/
  /*  display: none*/
  /*}*/

  .custom-response {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .publication-title p {
    margin-top: 5px;
    text-align: justify;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.mobile-app-section .mobile-app-right-image.appoint-fift-img {
  animation-name: bounce-1;
  animation-timing-function: linear;
}

.mobile-app-right-image--relative {
  position: relative;
  overflow: visible;
}

.mobile-app-free-badge {
  position: absolute;
  top: 8px;
  right: -14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  padding: 4px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(52, 211, 153, 0.22);
  animation: freeBadgeFloat 2.8s ease-in-out infinite;
}

@keyframes freeBadgeFloat {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-5px) scale(1.05);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 575.98px) {
  .mobile-app-free-badge {
    top: 6px;
    right: -10px;
    padding: 4px 14px;
    font-size: 1.05rem;
  }
}

.mobile-app-section .mobile-app-copy {
  max-width: 560px;
  color: #0f172a;
}

.mobile-app-copy__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg,
      rgba(22, 163, 74, 0.95) 0%,
      rgba(34, 197, 94, 0.95) 100%);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 14px;
  box-shadow: 0 10px 22px rgba(22, 163, 74, 0.18);
}

.mobile-app-copy__badge i {
  font-size: 1.4rem;
}

.mobile-app-copy__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 12px;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.mobile-app-copy__title-brand,
.mobile-app-copy__title-app,
.mobile-app-copy__title-download {
  display: inline-block;
}

.mobile-app-copy__title-brand {
  color: #e8fff0;
  font-size: clamp(3.3rem, 5vw, 5.6rem);
}

.mobile-app-copy__title-app {
  color: #f8fafc;
  font-size: clamp(3.1rem, 4.6vw, 5.2rem);
}

.mobile-app-copy__title-download {
  color: #e8fff0;
  font-size: clamp(2.6rem, 4vw, 4.3rem);
}

.mobile-app-copy__subtitle {
  max-width: 520px;
  margin: 0 0 18px;
  font-size: 1.55rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

.mobile-app-copy__features {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.mobile-app-copy__feature {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.mobile-app-copy__feature:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.1);
}

.mobile-app-copy__feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eaf8ef;
  color: #16a34a;
  font-size: 2rem;
  flex-shrink: 0;
}

.mobile-app-copy__feature-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.mobile-app-copy__feature-title {
  font-size: 1.55rem;
  line-height: 1.25;
  color: #0f172a;
  font-weight: 700;
}

.mobile-app-copy__feature-subtitle {
  font-size: 1.28rem;
  line-height: 1.45;
  color: #6b7280;
}

.mobile-app-copy__cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 16px;
}

.mobile-app-copy__cta {
  min-width: 220px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 14px;
  background: #0f172a;
  color: #fff;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.mobile-app-copy__cta:hover {
  background: #111c33;
  transform: translateY(-2px);
}

.mobile-app-copy__cta-icon {
  font-size: 2rem;
  line-height: 1;
}

.mobile-app-copy__cta-icon--play {
  color: #f3eecb;
}

.mobile-app-copy__cta-icon--download {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.8rem;
}

.mobile-app-copy__cta-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.mobile-app-copy__cta-top {
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.72);
}

.mobile-app-copy__cta-bottom {
  font-size: 1.55rem;
  font-weight: 700;
}

.mobile-app-copy__rating {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mobile-app-copy__stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #f59e0b;
  font-size: 1.5rem;
}

.mobile-app-copy__rating-text {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 991.98px) {
  .mobile-app-section .mobile-app-copy {
    max-width: 100%;
  }

  .mobile-app-copy__title-brand {
    font-size: clamp(2.9rem, 7vw, 4.6rem);
  }

  .mobile-app-copy__title-app {
    font-size: clamp(2.7rem, 6.4vw, 4.2rem);
  }

  .mobile-app-copy__title-download {
    font-size: clamp(2.3rem, 5.8vw, 3.8rem);
  }
}

@media (max-width: 575.98px) {
  .mobile-app-copy__title {
    justify-content: center;
    text-align: center;
  }

  .mobile-app-copy__badge {
    font-size: 1.05rem;
    padding: 5px 10px;
  }

  .mobile-app-copy__subtitle {
    font-size: 1.35rem;
  }

  .mobile-app-copy__feature {
    padding: 12px 14px;
    gap: 12px;
  }

  .mobile-app-copy__feature-icon {
    width: 40px;
    height: 40px;
    font-size: 1.7rem;
    border-radius: 12px;
  }

  .mobile-app-copy__feature-title {
    font-size: 1.4rem;
  }

  .mobile-app-copy__feature-subtitle {
    font-size: 1.16rem;
  }

  .mobile-app-copy__cta {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .mobile-app-copy__cta-row {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 8px;
  }

  .mobile-app-copy__rating {
    width: 100%;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    padding-bottom: 4px;
  }

  .mobile-app-copy__stars {
    justify-content: center;
  }

  .mobile-app-copy__rating-text {
    text-align: center;
    margin-top: 2px;
    margin-bottom: 4px;
  }

  .mobile-app-section .mobile-app-copy {
    padding-bottom: 12px;
  }
}

@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.quickview__social--list .color1 {
  background-color: #1877f2;
}

.quickview__social--list .color2 {
  background-color: #14171a;
}

.quickview__social--list .color3 {
  background:
    radial-gradient(circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%,
      #5258cf,
      transparent 50%),
    radial-gradient(ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%),
    radial-gradient(ellipse farthest-corner at 100% 0,
      #893dc2,
      transparent 50%),
    radial-gradient(ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(#6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%);
}

.quickview__social--list .color4 {
  background-color: #e21212;
}

.quickview__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.quickview__social--title {
  margin: 15px;
  min-width: 112px;
  font-size: 1.18rem;
  line-height: 1.2;
  font-weight: 600;
  color: #475569;
  flex: 0 0 auto;
}

.quickview__social--wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  flex: 1 1 auto;
}

.quickview__social--list {
  margin: 0;
}

.quickview__social--icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.quickview__social--icon:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}

.quickview__social--icon i,
.quickview__social--icon svg {
  width: 16px;
  height: 16px;
}

.product__details--tab__list {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 10px;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.product__details--tab__list i {
  font-size: 1.3rem;
  color: #16a34a;
}

.product__details--tab__list.active {
  color: #16a34a !important;
  background: #f0fdf4;
}

.product__details--tab__list.active span,
.product__details--tab__list.active i {
  color: #16a34a !important;
}

.summary-table {
  margin: 0;
}

.summary-table th {
  width: 220px;
  white-space: nowrap;
}

.summary-table.table-striped tbody tr:nth-of-type(odd) {
  --bs-table-accent-bg: #f7fdf8;
  background-color: #f7fdf8;
}

.summary-table.table-striped tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}

.summary-table.table-striped tbody td,
.summary-table.table-striped tbody th {
  border-color: #e2e8f0;
}

.summary-table a {
  color: #16a34a;
  font-weight: 600;
  text-decoration: none;
}

.summary-table a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .summary-table th {
    width: 150px;
  }

  .summary-table td,
  .summary-table th {
    padding: 12px 12px;
    font-size: 1.2rem;
  }
}

@media (max-width: 575.98px) {
  .quickview__social {
    gap: 8px;
  }

  .quickview__social--title {
    width: 100%;
  }
}

.loading-dots {
  display: inline-block;
  font-size: 1.2em;
  animation: dots 2.4s infinite;
  opacity: 0;
}

.loading-dots:nth-child(1) {
  animation-delay: 0.4s;
}

.loading-dots:nth-child(2) {
  animation-delay: 0.8s;
}

.loading-dots:nth-child(3) {
  animation-delay: 1.2s;
}

@keyframes dots {
  30% {
    -webkit-transform: translateY(-5px) scale(1.9);
    transform: translateY(-5px) scale(1.9);
    opacity: 1;
    text-shadow: 0 15px 10px black;
  }

  48% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}

.live-ribbon {
  color: var(--secondary-color);
}

.single-book-box {
  position: relative;
}

.box {
  position: relative;
}

.box-2 {
  position: relative;
}

.single-book-ribbon {
  display: inline-block;
  padding: 2px 15px;
  position: absolute;
  left: -15px;
  top: -40px;
  line-height: 24px;
  height: 24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  text-shadow: none;
  font-weight: normal;
  z-index: 9;
}

.wdp-ribbon {
  display: inline-block;
  padding: 2px 15px;
  position: absolute;
  left: 0px;
  top: -20px;
  line-height: 24px;
  height: 24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  text-shadow: none;
  font-weight: normal;
  z-index: 9;
}

.discount-ribbon {
  display: inline-block;
  padding: 7px 7px;
  position: absolute;
  right: -5px;
  top: -5px;
  line-height: 15px;
  height: 45px;
  width: 45px;
  text-align: center;
  text-shadow: none;
  z-index: 9;
  background-color: var(--bintel-success-color);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.product__badge--items_stock_out {
  left: -30px;
  top: -25px;
  height: 3rem;
  border-radius: 5px;
  line-height: 1.5rem;
  padding: 0 10px;
  font-weight: 600;
  background: var(--yellow-color);
  color: var(--black-color);
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
}

.stock-out-ribbon {
  font-size: 20px;
  font-weight: bold;
  color: #030303;
}

.stock-out-ribbon {
  --r: 0.4em;

  position: absolute;
  top: 50%;
  inset-inline: calc(-1 * var(--r));
  text-align: center;
  line-height: 1.8;
  padding: 0 1.5em calc(2 * var(--r));
  border-radius: var(--r);
  --_g: 100%/var(--r) calc(2 * var(--r)) no-repeat;
}

.next-edition-ribbon {
  --r: 0.4em;
  position: absolute;
  top: 50%;
  inset-inline: calc(-1 * var(--r));
  text-align: center;
  line-height: 1.8;
  padding: 0 1.5em calc(2 * var(--r));
  border-radius: var(--r);
  --_g: 100%/var(--r) calc(2 * var(--r)) no-repeat;
}

.single-book-video__icon {
  position: absolute;
  width: 40px;
  left: 135px;
  top: 12px;
}

.single-book-video__icon .circle--outer {
  border: 1px solid #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto 5px;
  position: relative;
  opacity: 1.8;
  -webkit-animation: circle 2s ease-in-out infinite;
  animation: circle 2s ease-in-out infinite;
}

.single-book-video__icon .circle--inner {
  background: #ffffff;
  left: 15px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  opacity: 1.8;
}

.single-book-video__icon .circle--inner:after {
  content: "";
  display: block;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  top: -4px;
  left: -4px;
  position: absolute;
  opacity: 1.8;
  -webkit-animation: circle 2s ease-in-out 0.2s infinite;
  animation: circle 2s ease-in-out 0.2s infinite;
}

.video__icon {
  position: absolute;
  width: 40px;
  left: 80px;
  top: 2px;
}

.video__icon .circle--outer {
  border: 1px solid var(--bintel-danger-color);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto 5px;
  position: relative;
  opacity: 0.8;
  -webkit-animation: circle 2s ease-in-out infinite;
  animation: circle 2s ease-in-out infinite;
}

.video__icon .circle--inner {
  background: var(--bintel-danger-color);
  left: 15px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  opacity: 0.8;
}

.video__icon .circle--inner:after {
  content: "";
  display: block;
  border: 2px solid var(--bintel-danger-color);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  top: -4px;
  left: -4px;
  position: absolute;
  opacity: 0.8;
  -webkit-animation: circle 2s ease-in-out 0.2s infinite;
  animation: circle 2s ease-in-out 0.2s infinite;
}

.video__icon p {
  color: #000;
  text-align: center;
}

@-webkit-keyframes circle {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes circle {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.overlay-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.801);
}

.rise-shake {
  animation: jump-shaking 3.9s infinite;
}

#cpnCode {
  border: 1px dashed #ff0000;
  padding: 0px 4px;
  border-right: 0;
  font-size: 12px;
  font-weight: 600;
}

#cpnBtn {
  background: #ff0000;
  padding: 0px 8px;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
}

@keyframes jump-shaking {
  0% {
    transform: translateX(0) rotate(0);
  }

  35% {
    transform: translateY(0) rotate(0);
  }

  85% {
    transform: translateY(0) rotate(0);
  }

  89% {
    transform: translateY(-1px) rotate(-5deg);
  }

  93% {
    transform: translateY(-2px) rotate(5deg);
  }

  98% {
    transform: translateY(-3px) rotate(-5deg);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

.header__account--btn i {
  font-size: 25px;
}

.product__badge--items i {
  color: rgb(255, 217, 0);
}

.hero__slider--activation {
  border-radius: 10px;
}

.home-hero-row {
  --bs-gutter-x: 0;
}

.home-hero-slider {
  width: 100%;
}

.home-hero-slider__inner {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #f6f8fb 0%, #edf3ff 100%);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
}

.home-hero-slider__inner .swiper-slide {
  height: auto;
}

.home-hero-slider__inner .swiper-slide a {
  display: block;
  width: 100%;
}

.home-hero-slider__image {
  display: block;
  width: 100%;
  aspect-ratio: 1920 / 600;
  object-fit: cover;
  object-position: center;
}

.home-hero-slider__inner .swiper__nav--btn {
  width: 48px;
  height: 48px;
  opacity: 1;
  visibility: visible;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgb(0 255 99 / 18%);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
}

.home-hero-slider__inner .swiper__nav--btn:hover {
  background: #bdbddd;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .home-hero-slider__inner {
    border-radius: 18px;
  }

  .home-hero-slider__image {
    aspect-ratio: 1920 / 600;
  }
}

@media (max-width: 767.98px) {
  .home-hero-slider__image {
    aspect-ratio: 1920 / 600;
  }

  .home-hero-slider__inner .swiper__nav--btn {
    width: 30px;
    height: 30px;
  }
}

.slider-side-banner {
  border-radius: 10px;

  transition: 0.3s ease-in-out;
}

.slider-side-banner:hover {
  transform: scale(1.0111);
  box-shadow:
    rgba(0, 0, 0, 0.15) 0px 1.1px 1.5px,
    rgba(0, 0, 0, 0.1) 0px 2.8px 3.9px,
    rgba(0, 0, 0, 0.08) 0px 5.8px 7.9px,
    rgba(0, 0, 0, 0.06) 0px 12.0455px 16.4px,
    rgba(0, 0, 0, 0.04) 0px 33px 45px;
}

.custom-height {
  max-height: 435px !important;
}

.category-info {
  position: relative;
  display: inline-block;
}

.new__product--thumbnail__img {
  display: block;
  width: 100%;
  height: auto;
}

.thumbnail-icon {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #443939;
  font-size: 1.6rem;
  font-weight: 600;
  /* padding: 5px 10px; */
  text-align: center;
}

.category-info:hover .new__product--thumbnail__img {
  transform: scale(1.0123);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
}

.wishlist-product {
  cursor: pointer;
  font-size: 30px;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

.category-info .thumbnail-icon img {
  display: inline-block;
  transition: transform 0.2s ease;
}

.category-info:hover .thumbnail-icon img {
  transform: scale(1.2);
}

.category-info p {
  transition: color 0.2s ease;
}

.category-info:hover p {
  color: var(--bintel-danger-color);
}

/* .heart-icon {
  color: var(--bintel-danger-color);
  transition: color 0.3s;
}

.heart-icon:hover {
  transform: scale(1.7); 
  color: var(--bintel-success-color); 
} */

.product__items--content {
  position: relative;
}

.wishlist-product {
  position: absolute;
  bottom: 10px;
  left: 5px;

  border-radius: 5px;
  padding: 0 5px;
  color: #fff;
}

@media only screen and (max-width: 576px) {
  .swiper-custom-padding {
    margin-right: 10px !important;
  }
}

.swiper-custom-padding {
  padding-top: 50px !important;
  margin-right: 15px !important;
}

.custom--padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.keyword-button {
  display: inline-block;
  background: #f0f0f0;
  padding: 3px 20px;
  border-radius: 20px;
  font-size: 14px;
  margin: 5px;
  text-wrap: nowrap;
}

.floating-offer {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  align-items: center;
}

#campaign-div {
  width: max-content;
  height: auto;
  /* background-color: #ffcc00; */
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  padding: 20px;
  transform: translateX(-100%);
  /* border-radius: 0 10px 10px 0; */
  position: relative;
}

#campaign-div.open {
  transform: translateX(0);
  /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); */
}

.close-btn {
  background-color: #ff0000;
  color: white;
  border: none;
  padding: 5px;
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: 0px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toggle-btn {
  /* background-color: #007bff;
  color: white; */
  border: none;
  padding: 10px 5px;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  align-items: center;
  transition: transform 0.5s ease;
  left: 0px;
  position: absolute;
  border-radius: 0 10px 10px 0;
  font-size: 20px;
}

.toggle-btn i {
  font-size: 30px;
}

#campaign-div.open+.toggle-btn {
  display: none;
}

.new__product--items {
  /* border: 3px solid #ffffff; */
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 5px;
}

.wishlist-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 30px;
  color: var(--bintel-danger-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.wishlist-button .ri-heart-3-fill {
  display: none;
}

.wishlist-button.active .ri-heart-3-line {
  display: none;
}

.wishlist-button.active .ri-heart-3-fill {
  display: inline;
  color: var(--bintel-danger-color);
}

.category-info2 {
  border-radius: 10px;
  transition: transform 0.2s ease;
  -webkit-box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
  box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
}

.category-info2:hover {
  background-color: var(--bintel-danger-color);
}

.category-info2:hover p {
  color: #ffffff;
}

.category-info2:hover img {
  transform: scale(1.2);
}

.category-info3 {
  background-color: #daf0df;
  transition: transform 0.2s ease;
  border-radius: 10px;
  border: none !important;
  -webkit-box-shadow: 0 -4px 10px rgba(62, 70, 120, 0.16);
  box-shadow: 0 -4px 10px rgba(62, 70, 120, 0.16);
  width: 200px;
}

.category-info3:hover {
  -webkit-box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
  box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
}

.category-info3 p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #3d3d3d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.category-showcase {
  padding-top: 30px;
}

.category-showcase__header {
  margin-bottom: 22px;
}

.category-showcase__title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.category-showcase__title-icon {
  width: 34px;
  height: 34px;
  color: #1ea896;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.category-showcase__title-icon svg {
  width: 100%;
  height: 100%;
}

.category-showcase__title {
  margin: 0;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 700;
  color: #0b1f44;
}

.category-showcase__title span {
  background: linear-gradient(90deg, #50b67f 0%, #9ac63b 55%, #e5b93d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.category-showcase__grid {
  gap: 20px;
}

.category-grid__item {
  min-width: 0;
}

.category-grid__item .category-link {
  display: block;
  height: 100%;
}

.category-grid__card {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.category-showcase__card {
  border: 1px solid #e6ebf2;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.category-showcase__card:hover {
  transform: translateY(-6px);
  border-color: #cfe8db;
  background: #e8f8f1;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
}

.category-showcase__card:hover .category-showcase__card-title {
  color: #0f172a;
}

.category-grid__card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 10px 14px;
}

.category-showcase__card-body {
  min-height: 146px;
  padding: 20px 16px;
  flex-direction: column;
  gap: 10px;
}

.category-showcase__icon-shell {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: transparent;
  color: #18b885;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}

.category-showcase__card:hover .category-showcase__icon-shell {
  transform: scale(1.06);
}

.category-showcase__icon-image,
.category-showcase__icon-fallback {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.category-showcase__icon-fallback {
  display: block;
}

.category-showcase__card-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  color: #0f172a;
  text-align: center;
}

.category-showcase__card-count {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #6b7280;
}

.category-grid__card .card-body p {
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1199.98px) {
  .category-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .category-showcase__title {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .category-grid__card .card-body {
    min-height: 76px;
    padding: 10px;
  }

  .category-grid__card .card-body p {
    font-size: 15px;
  }

  .category-showcase__title {
    font-size: 24px;
  }

  .category-showcase__card-body {
    min-height: 132px;
    padding: 18px 12px;
  }

  .category-showcase__card-title {
    font-size: 15px;
  }

  .category-showcase__card-count {
    font-size: 13px;
  }
}

@media (max-width: 479.98px) {
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-showcase__title-wrap {
    gap: 10px;
  }

  .category-showcase__title {
    font-size: 21px;
  }

  .category-showcase__title-icon {
    width: 28px;
    height: 28px;
  }

  .category-showcase__card-body {
    min-height: 112px;
  }

  .category-showcase__icon-shell {
    width: 50px;
    height: 50px;
    border-radius: 14px;
  }

  .category-showcase__icon-image,
  .category-showcase__icon-fallback {
    width: 24px;
    height: 24px;
  }

  .category-showcase__card-title {
    font-size: 12px;
  }

  .category-showcase__card-count {
    font-size: 11px;
  }
}

.learning-highlights-section {
  padding: 8px 0 28px;
}

.learning-highlights {
  position: relative;
  overflow: hidden;
  border: 1px solid #e7ebf2;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left,
      rgba(30, 168, 150, 0.08),
      transparent 34%),
    radial-gradient(circle at top right,
      rgba(141, 179, 57, 0.08),
      transparent 32%),
    #ffffff;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
  padding: 24px 28px;
}

.learning-highlights__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.learning-highlights__item {
  position: relative;
  text-align: center;
  border-radius: 22px;
  padding: 18px 14px;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.learning-highlights__item:hover {
  transform: translateY(-4px);
  background: rgba(232, 248, 241, 0.7);
  box-shadow: inset 0 0 0 1px rgba(207, 232, 219, 0.9);
}

.learning-highlights__icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #18b885;
}

.learning-highlights__icon svg {
  width: 32px;
  height: 32px;
}

.learning-highlights__value {
  margin-bottom: 6px;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0b1f44;
}

.learning-highlights__value span {
  color: inherit;
}

.learning-highlights__label {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  color: #0b1f44;
}

@media (max-width: 1199.98px) {
  .learning-highlights {
    padding: 22px;
  }

  .learning-highlights__value {
    font-size: 36px;
  }

  .learning-highlights__label {
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  .learning-highlights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .learning-highlights-section {
    padding: 2px 0 22px;
  }

  .learning-highlights {
    border-radius: 24px;
    padding: 18px 14px;
  }

  .learning-highlights__grid {
    gap: 12px;
  }

  .learning-highlights__item {
    padding: 16px 10px;
    border-radius: 18px;
  }

  .learning-highlights__icon {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
  }

  .learning-highlights__icon svg {
    width: 28px;
    height: 28px;
  }

  .learning-highlights__value {
    font-size: 30px;
  }

  .learning-highlights__label {
    font-size: 14px;
  }
}

@media (max-width: 479.98px) {
  .learning-highlights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .learning-highlights__item {
    padding: 14px 10px;
  }
}

.how-to-order-section {
  padding: 112px 0 52px;
}

.how-to-order {
  position: relative;
}

.how-to-order__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 36px;
  align-items: center;
}

.how-to-order__content {
  max-width: 620px;
}

.how-to-order__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #dff7e7 0%, #eefbf2 100%);
  color: #16a34a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(22, 163, 74, 0.08);
  margin-bottom: 16px;
}

.how-to-order__badge i {
  font-size: 16px;
}

.how-to-order__title {
  margin: 0 0 16px;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.how-to-order__title-prefix,
.how-to-order__title-suffix {
  color: #0f172a;
}

.how-to-order__title-accent {
  display: inline-block;
  background: linear-gradient(90deg, #16a34a 0%, #eab308 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 8px;
}

.how-to-order__description {
  max-width: 580px;
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.72;
  color: #6b7280;
}

.how-to-order__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.how-to-order__stat {
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 14px;
  padding: 16px 13px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.how-to-order__stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.how-to-order__stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #16a34a;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1;
}

.how-to-order__stat-value {
  display: block;
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.03em;
}

.how-to-order__stat-label {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
  font-weight: 400;
}

.how-to-order__video-card {
  min-width: 0;
}

.how-to-order__video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  background: #e2e8f0;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.how-to-order__video-frame:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.16);
}

.how-to-order__video-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.how-to-order__video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(15, 23, 42, 0.06) 0%,
      rgba(15, 23, 42, 0.28) 100%);
}

.how-to-order__play-btn {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #16a34a;
  color: #fff;
  font-size: 32px;
  box-shadow: 0 18px 36px rgba(22, 163, 74, 0.34);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
  z-index: 2;
}

.how-to-order__play-btn:hover {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 22px 46px rgba(22, 163, 74, 0.42);
  filter: brightness(1.05);
}

.how-to-order__video-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 2;
  color: #fff;
}

.how-to-order__video-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.how-to-order__video-subtitle {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  max-width: 290px;
}

@media (max-width: 991.98px) {
  .how-to-order-section {
    padding: 30px 0 40px;
  }

  .how-to-order__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .how-to-order__content {
    max-width: 100%;
  }

  .how-to-order__video-frame,
  .how-to-order__video-image {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 767.98px) {
  .how-to-order__content {
    text-align: center;
  }

  .how-to-order__badge {
    margin-left: auto;
    margin-right: auto;
  }

  .how-to-order__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .how-to-order__stat {
    padding: 12px 6px;
    border-radius: 12px;
  }

  .how-to-order__stat-icon {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .how-to-order__stat-value {
    font-size: 18px;
  }

  .how-to-order__stat-label {
    font-size: 10px;
    margin-top: 3px;
  }

  .how-to-order__title {
    font-size: clamp(28px, 7vw, 36px);
  }

  .how-to-order__description {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .how-to-order__video-frame,
  .how-to-order__video-image {
    border-radius: 22px;
    aspect-ratio: 16 / 9;
  }

  .how-to-order__play-btn {
    width: 66px;
    height: 66px;
    font-size: 24px;
  }

  .how-to-order__video-caption {
    left: 18px;
    right: 18px;
    bottom: 16px;
  }
}

@media (max-width: 479.98px) {
  .how-to-order-section {
    padding: 20px 0 30px;
  }

  .how-to-order__stats {
    gap: 6px;
  }

  .how-to-order__stat:last-child {
    width: auto;
  }

  .how-to-order__stat {
    padding: 10px 4px;
  }

  .how-to-order__stat-value {
    font-size: 16px;
  }

  .how-to-order__stat-label {
    font-size: 9px;
  }
}

.book-list-section {
  /* border: 1px solid #ccc; */
  -webkit-box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
  box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
  padding: 15px;
  border-radius: 15px;
}

.book-list-section h5 {
  border-bottom: 1px solid #ff0000;
}

.book-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.book-item:last-child {
  border-bottom: none;
}

.book-item img {
  width: 50px;
  height: 70px;
  margin-right: 10px;
}

.book-item .book-info {
  flex-grow: 1;
}

.book-info p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.book-item .book-price {
  color: red;
  font-weight: bold;
}

.book-item del {
  color: gray;
}

.widget__categories--menu__label {
  padding: 0 1rem 0.8rem;
  border-bottom: 1px solid var(--border-color2);
}

.widget__categories--menu__list:last-child {
  border-bottom: none;
}

.widget__form--check {
  max-height: 200px;
  overflow-y: auto;
  padding-left: 0;
  list-style: none;
}

.widget__form--check::-webkit-scrollbar {
  width: 8px;
}

.widget__form--check::-webkit-scrollbar-thumb {
  background-color: #bebebe;
  border-radius: 4px;
}

.widget__form--check::-webkit-scrollbar-thumb:hover {
  background-color: #8f8f8f;
}

.widget__form--check::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 4px;
}

.widget__form--check__list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.widget__form--check__input {
  margin-right: 10px;
}

.widget__form--check__label {
  flex-grow: 1;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #757575;
  line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--border-color2) !important;
}

.checkout-form {
  background-color: #ffffff;
  /* -webkit-box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
  box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16); */
  border-radius: 15px;
  padding: 20px;
}

.subtotal-sideArea {
  background-color: #ffffff;
  border-radius: 15px;
  border: 0;
  padding: 15px;
}

.product-image {
  width: 50px;
}

.total {
  font-weight: bold;
  color: red;
}

.payment-methods img {
  width: 120px;
}

.product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-info {
  display: flex;
  align-items: center;
}

.product-details {
  margin-left: 10px;
}

.quantity-input {
  display: flex;
  align-items: center;
}

.quantity-input input {
  width: 20px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 5px;
}

.payment-check {
  min-height: 5rem !important;
}

.payment-check .form-check-input {
  margin-right: 20px;
}

.footer__widget--title {
  font-size: 1.8rem !important;
}

.recieve-area {
  margin-right: 25px;
}

.otp-field {
  flex-direction: row;
  column-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.otp-field input {
  height: 50px;
  width: 47px;
  border-radius: 6px;
  outline: none;
  font-size: 2rem;
  text-align: center;
  border: 1px solid #ddd;
}

.otp-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
  display: none;
}

.resend {
  font-size: 16px;
}

.otp-body h4 {
  font-size: 3rem;
}

.otp-body p {
  font-size: 1.8rem;
}

.dashboard-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.nav-tabs .nav-link {
  margin-right: 10px;
  border: 1px solid transparent;
}

.nav-tabs .nav-link.active {
  border-color: #ddd #ddd #fff;
}

.tab-content {
  border: 1px solid #ddd;
  padding: 20px;
  border-top: none;
}

.home::before {
  font-family: "remixicon";
  content: "\ee25";
  font-size: 1.9rem !important;
  font-weight: 100 !important;
  margin-right: 5px;
}

.arrow::after {
  font-family: "remixicon";
  content: "\ea4d";
  font-size: 1.9rem !important;
  font-weight: 300 !important;
}

.textarea_height {
  height: 100px !important;
}

.text1 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  background: rgb(255, 255, 255);
  padding: 20px;
  position: relative;
  animation-name: text;
  animation-duration: 4s;
  animation-iteration-count: initial;
}

.text2 {
  text-align: center;
  font-size: 25px;
  color: var(--bintel-danger-color);
}

@keyframes text {
  0% {
    color: black;
    margin-bottom: -20px;
  }

  30% {
    letter-spacing: 15px;
    margin-bottom: -20px;
  }

  85% {
    letter-spacing: 8px;
    margin-bottom: -20px;
  }

  100% {
    margin-bottom: 10px;
  }
}

.dashboard-card {
  margin-bottom: 5px;
  -webkit-box-shadow: 0 -4px 17px rgba(62, 70, 120, 0.16);
  box-shadow: 0 -4px 17px rgba(62, 70, 120, 0.16);
}

.card-color-1 {
  background-color: var(--bintel-danger-color);
}

.card-color-2 {
  background-color: var(--bintel-success-color);
}

.card-color-3 {
  background-color: var(--yellow-color);
}

.card-color-4 {
  background-color: var(--bintel-primary-color);
}

.bs4-order-tracking {
  margin-bottom: 30px !important;
  overflow: hidden;
  color: #878788;
  padding-left: 0px;
  margin-top: 30px;
}

.bs4-order-tracking li {
  list-style-type: none;
  font-size: 12px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
  color: #878788;
  text-align: center;
}

.bs4-order-tracking li:first-child:before {
  margin-left: 15px !important;
  padding-left: 11px !important;
  text-align: left !important;
}

.bs4-order-tracking li:last-child:before {
  margin-right: 5px !important;
  padding-right: 11px !important;
  text-align: right !important;
}

.bs4-order-tracking li>div {
  color: #fff;
  width: 35px;
  text-align: center;
  line-height: 35px;
  display: block;
  font-size: 18px;
  background: #878788;
  border-radius: 50%;
  margin: auto;
}

.bs4-order-tracking li:after {
  content: "";
  width: 150%;
  height: 2px;
  background: #878788;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 15px;
  z-index: -1;
}

.bs4-order-tracking li:first-child:after {
  left: 50%;
}

.bs4-order-tracking li:last-child:after {
  left: 0% !important;
  width: 0% !important;
}

.bs4-order-tracking li.active {
  font-weight: bold;
  color: var(--bintel-danger-color);
}

.bs4-order-tracking li.active>div {
  background: var(--bintel-danger-color);
}

.bs4-order-tracking li.active:after {
  background: var(--bintel-danger-color);
}

.card-timeline {
  background-color: #fff;
  z-index: 0;
}

.bs4-order-tracking li span {
  line-height: 2 !important;
  font-size: 14px;
}

.header__account {
  position: relative;
  display: inline-block;
}

.my-account .header__account--dropdown {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  right: 0;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 11;
  border-radius: 5px;
}

.my-account .header__account--dropdown a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.my-account .header__account--dropdown a:hover {
  background-color: var(--bintel-success-color);
  color: #ffffff;
}

.my-account:hover .header__account--dropdown {
  display: block;
}

.subject-border {
  border: 1px solid var(--bintel-success-color);
  border-right: 5px solid var(--bintel-success-color);
}

.subject-link.border-color p {
  font-size: 2rem;
}

.subject-link {
  width: 100%;
}

.publication-link {
  width: 100%;
}

.publication-border {
  border-radius: 50px;
}

.publication-img {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  margin-right: 15px;
}

.subject-link:hover {
  -webkit-box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
  box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
}

.subject-link:hover .subject-border {
  border: 1px solid var(--bintel-danger-color);
  border-right: 5px solid var(--bintel-danger-color);
}

.writer-link .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
  border: 1px solid #7e0208;
}

.writer-link .author-name {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .writer-link .author-name {
    font-size: 0.85rem;
  }
}

.writer-link .author-img:hover {
  -webkit-box-shadow: 0 -4px 27px rgba(231, 9, 9, 0.16);
  box-shadow: 0 -4px 27px rgba(231, 9, 9, 0.16);
}

.publication-link:hover {
  transform: scale(1.051);
  transition: transform 0.3s ease;
}

.publication-link:hover .publication-border {
  background: #daf0df;
  transition: 0.4s ease-in-out;
}

.publication-link .publication-border p {
  font-size: 1.7rem !important;
  font-weight: 600;
}

.author-bg-color {
  background-color: #dfffe8;
  padding: 15px 0;
}

.publication-bg {
  background: url(../img/banner/pb-banner.png);
  background-size: cover;
  background-position: center;
}

.publication-image img {
  border-radius: 50%;
  padding: 10px;
  height: 150px;
}

.stationary__bg {
  background: url(../img/banner/stationary.jpg);
  background-size: cover;
  height: 500px;
  background-position: center;
}

@media screen and (max-width: 480px) and (min-width: 320px) {
  .stationary__bg {
    height: 100px;
  }

  .payment-methods img {
    width: 80px;
  }

  .publication-image img {
    height: 100px;
  }
}

@media screen and (max-width: 756px) and (min-width: 480px) {
  .stationary__bg {
    height: 200px;
  }

  .publication-image img {
    height: 120px;
  }
}

@media screen and (max-width: 992px) and (min-width: 756px) {
  .stationary__bg {
    height: 250px;
  }

  .payment-methods img {
    width: 60px;
  }

  .publication-image img {
    height: 150px;
  }
}

@media screen and (max-width: 1366px) and (min-width: 992px) {
  .stationary__bg {
    height: 300px;
  }

  .publication-image img {
    height: 170px;
  }

  .payment-methods img {
    width: 80px;
  }
}

.loader {
  display: none;
  width: 80px;
  height: 80px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--bintel-danger-color-2) !important;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 20px auto;
  /* Center the loader */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.search-container {
  position: relative;
  width: 100%;
}

/*global searching for author ,publisher ,category */
.search-group {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  /* Hide by default */
}

.search-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.search-list li {
  padding: 10px;
  border-bottom: 1px solid #ededed73;
}

.search-result li:last-child {
  border-bottom: none;
}

.search-list li:hover {
  background-color: #f0f0f0;
}

.search-list li a {
  text-decoration: none;
  color: #333;
}

.search-list li:hover a {
  color: #222;
}

/*product search*/
.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 450px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ddd;
  z-index: 1000;
  scrollbar-width: thin;
  scrollbar-color: var(--bintel-danger-color) #f0f0f0;
}

/* Styles for each individual search item */
.search-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid rgba(250, 248, 248, 0.96);
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s;
}

.search-item:hover {
  background-color: #f9f9f9;
}

.search-item img {
  width: 50px;
  height: 60px;
  object-fit: cover;
  margin-right: 10px;
}

.search-item .details {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.search-item .details h3 {
  font-weight: bold;
  margin: 0;
  font-size: 16px;
}

.search-item .details p {
  margin: 0;
  font-size: 14px;
}

/* Media query for smaller devices */
@media (max-width: 768px) {
  .search-results {
    max-height: 300px;
  }

  .search-item img {
    width: 40px;
    height: 50px;
    margin-right: 8px;
  }

  .search-item .details h3 {
    font-size: 14px;
  }

  .search-item .details p {
    font-size: 12px;
  }
}

.blog-search-result {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 1001;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  /* Initially hidden */
}

.list-group-item {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 5px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s;
}

.list-group-item a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 5px 0;
}

.list-group-item a:hover {
  background-color: #f8f9fa;
  text-decoration: none;
}

.text-muted {
  font-style: italic;
}

/*.product__items--content__title a{*/
/*  overflow: hidden;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*    white-space: normal;*/
/*}*/

.readmoreImg img {
  height: auto;
  display: block;
  width: 80vw;
  max-width: 100%;
}

.product__details--info__meta--list button {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
}

.custom-btn {
  width: 70px;
  height: 30px;
  color: #fff;
  border-radius: 50px;
  padding: 5px 5px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow:
    inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1),
    4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

/* 11 */
.btn-11 {
  border: none;
  background: rgb(251, 33, 33);
  background: linear-gradient(0deg,
      rgb(218, 0, 0, 1) 0%,
      rgb(234, 76, 76) 100%);
  color: #fff;
  overflow: hidden;
}

.btn-11:hover {
  text-decoration: none;
  color: #fff;
}

.btn-11:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 5s ease-in-out infinite;
}

.btn-11:hover {
  opacity: 0.7;
}

.btn-11:active {
  box-shadow:
    4px 4px 6px 0 rgba(255, 255, 255, 0.3),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.wdp-ribbon h3 {
  font-size: 1.8rem;
}

.header__discount--text img {
  padding: 2px 5px;
  height: 25px;
}

.cart__table--inner .cart__table--body__items .checkout-product-list {
  width: 7rem;
}

.product__description p {
  font-size: 1.3rem;
}

.product__description--name a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.shipping__section2 .shipping__items2 {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center;
  text-align: center;
  gap: 6px;
  padding: 12px 12px;
  min-height: 156px;
  height: 100%;
}

.shipping__section2 .shipping__items2--icon {
  margin-right: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shipping__section2 .shipping__items2--icon img {
  display: block;
  margin: 0 auto;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.shipping__section2 .shipping__items2--icon svg {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto;
}

.shipping__section2 .shipping__items2--content {
  margin-left: 0;
  padding-left: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}

.shipping__section2 .shipping__items2--content__title {
  min-height: auto;
  margin-bottom: 4px;
  line-height: 1.1;
}

.shipping__section2 .shipping__items2--content__desc {
  display: block;
  min-height: auto;
  line-height: 1.1;
  margin-top: 0;
}

.shipping__section2 [class*="col-"] {
  display: flex;
}

.shipping__section2 [class*="col-"]>a {
  display: block;
  width: 100%;
}

@media (max-width: 575px) {
  .shipping__section2 [class*="col-"] {
    margin-bottom: 0px;
  }

  .shipping__section2 .shipping__items2 {
    min-height: 122px;
    padding: 1px 5px;
    border-radius: 12px;
  }

  .shipping__section2 .shipping__items2--icon {
    width: 48px;
    height: 48px;
  }

  .shipping__section2 .shipping__items2--icon img {
    width: 36px;
    height: 36px;
  }

  .shipping__section2 .shipping__items2--content__title {
    /* min-height: 30px; */
    font-size: 1.4rem;
    line-height: 1.1;
    margin-bottom: 4px;
  }

  .shipping__section2 .shipping__items2--content__desc {
    min-height: 28px;
    font-size: 1.3rem;
    line-height: 1.1;
  }
}

.home-products__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  margin-bottom: 34px !important;
}

.home-products__heading {
  max-width: 420px;
}

.home-products__title {
  margin: 0 0 8px;
  font-size: 3rem;
  line-height: 1.15;
  font-weight: 700;
  color: #0b1f44;
}

.home-products__title-accent {
  background: linear-gradient(90deg, #18b885 0%, #8dbb38 55%, #f2a93b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-products__desc {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #64748b;
}

.home-products__tabs {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 2px;
  border: 1px solid #d9e5df;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.home-products__tab {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  padding: 7px 7px;
  margin-right: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #334155;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease;
  box-shadow: none;
}

.home-products__tab:hover,
.home-products__tab.active {
  background: #57b395;
  color: #fff;
  box-shadow: none;
}

.home-products__tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #18b885;
  transition: inherit;
  font-size: 2.00rem;
  background: transparent;
}

.home-products__tab:hover .home-products__tab-icon,
.home-products__tab.active .home-products__tab-icon {
  color: #fff;
}

.home-products__tab:hover span,
.home-products__tab.active span {
  color: #fff;
}

.home-product-feature-section {
  padding: 26px 0 0;
}

.tab_content {
  padding-top: 8px;
}

.home-slider-products {
  padding: 8px 0 10px;
}

.home-slider-products__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}

.home-slider-products__heading {
  max-width: 520px;
}

.home-slider-products__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0b1f44;
}

.home-slider-products__emoji {
  font-size: 1.7rem;
  line-height: 1;
}

.home-slider-products__title {
  margin: 0 0 6px;
  font-size: 3rem;
  line-height: 1.15;
  font-weight: 700;
  color: #0b1f44;
}

.home-slider-products__desc {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #64748b;
}

.home-slider-products__nav {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.home-slider-products__nav-btn {
  width: 46px;
  height: 46px;
  border: 1px solid #d9e5df;
  border-radius: 50%;
  background: #fff;
  color: #0b1f44;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.home-slider-products__nav-btn:hover {
  background: #18b885;
  border-color: #18b885;
  color: #fff;
}

.home-slider-products__empty .card {
  min-height: 220px;
}

.combo-offer-section {
  padding: 56px 0 28px;
}

.combo-offer {
  padding: 10px 0 6px;
}

.combo-offer__heading {
  margin-bottom: 20px;
  text-align: center;
}

.combo-offer__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 8px;
  font-size: 3rem;
  line-height: 1.15;
  font-weight: 700;
  color: #0b1f44;
}

.combo-offer__title-accent {
  background: linear-gradient(90deg, #18b885 0%, #8dbb38 55%, #f2a93b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.combo-offer__title-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff4df 0%, #ffe7bf 100%);
  color: #f59e0b;
  font-size: 2rem;
}

.combo-offer__subtitle {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #64748b;
}

.combo-offer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.combo-offer__card {
  position: relative;
  border: 2px solid #dce7e3;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  padding: 24px 22px 22px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.combo-offer__border-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #d37272, #ef4444);
  color: white;
  padding: 2px 12px;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2);
  z-index: 10;
  white-space: nowrap;
}

.combo-offer__badge-wrapper {
  text-align: center;
  margin-bottom: 12px;
}

.combo-offer__top-badge {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.combo-offer__top-badge--starter {
  background-color: #ecfdf5;
  color: #059669;
}

.combo-offer__top-badge--popular {
  background-color: #eff6ff;
  color: #2563eb;
}

.combo-offer__top-badge--savings {
  background-color: #fff7ed;
  color: #ea580c;
}

.combo-offer__card:hover {
  transform: translateY(-4px);
}

.combo-offer__card--starter {
  border-color: rgba(124, 198, 108, 0.45);
}

.combo-offer__card--starter:hover {
  border-color: #7cc66c;
}

.combo-offer__card--starter .combo-offer__card-title-icon {
  color: #7cc66c;
}

.combo-offer__card--hsc {
  border-color: rgba(92, 141, 246, 0.45);
}

.combo-offer__card--hsc:hover {
  border-color: #5c8df6;
}

.combo-offer__card--hsc .combo-offer__card-title-icon {
  color: #5c8df6;
}

.combo-offer__card--ultimate {
  border-color: rgba(242, 169, 59, 0.45);
}

.combo-offer__card--ultimate:hover {
  border-color: #f2a93b;
}

.combo-offer__card--ultimate .combo-offer__card-title-icon {
  color: #f2a93b;
}

.combo-offer__card-head {
  margin-bottom: 16px;
  text-align: center;
}

.combo-offer__card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  color: #0b1f44;
}

.combo-offer__card-title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  line-height: 1;
}

.combo-offer__card-desc {
  margin: 0;
  font-size: 1.38rem;
  line-height: 1.6;
  color: #5f6f86;
}

.combo-offer__books {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 18px;
}

.combo-offer__book-thumb {
  width: 80px;
  height: 100px;
  margin-left: -16px;
  border-radius: 14px;
  overflow: hidden;
  border: 3px solid #fff;
  background: linear-gradient(180deg, #e6f8f2 0%, #cfe8ff 100%);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.combo-offer__book-thumb:first-child {
  margin-left: 0;
}

.combo-offer__book-thumb img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  display: block;
  transition: transform 0.3s ease;
}

/* Individual Book hover effect */
.combo-offer__book-thumb {
  transition:
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.3s ease,
    z-index 0s;
}

.combo-offer__book-thumb:hover {
  transform: scale(1.15) translateY(-4px);
  z-index: 10;
  box-shadow: 0 15px 30px rgba(15, 23, 42, 0.2);
}

.combo-offer__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.combo-offer__item-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f8fbfa;
  border: 0;
}

.combo-offer__item-name {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #334155;
}

.combo-offer__item-name i {
  color: #18b885;
  font-size: 1.5rem;
  line-height: 1;
}

.combo-offer__item-price {
  flex-shrink: 0;
  font-size: 1.28rem;
  font-weight: 700;
  color: #0b1f44;
}

.combo-offer__card--starter .combo-offer__item-pill {
  background: rgba(124, 198, 108, 0.08);
}

.combo-offer__card--hsc .combo-offer__item-pill {
  background: rgba(92, 141, 246, 0.08);
}

.combo-offer__card--ultimate .combo-offer__item-pill {
  background: rgba(242, 169, 59, 0.09);
}

.combo-offer__divider {
  margin: 18px 0 16px;
  border-color: #e6edf3;
}

.combo-offer__pricing {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}

.combo-offer__old-price {
  font-size: 1.5rem;
  color: #94a3b8;
  text-decoration: line-through;
}

.combo-offer__new-price {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 800;
  color: #0b1f44;
}

.combo-offer__save-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff1df;
  color: #d97706;
  font-size: 1.18rem;
  font-weight: 600;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.combo-offer__cta {
  width: 100%;
  border: 0;
  border-radius: 18px;
  background: #0b1f44;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 16px;
  transition: all 0.3s ease;
}

.combo-offer__cta-left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.52rem;
  font-weight: 600;
}

.combo-offer__cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.combo-offer__card--starter .combo-offer__cta {
  background: #6fb95f;
}

.combo-offer__card--starter .combo-offer__cta:hover {
  background: #5ca14d;
}

.combo-offer__card--hsc .combo-offer__cta {
  background: #5c8df6;
}

.combo-offer__card--hsc .combo-offer__cta:hover {
  background: #4b79d9;
}

.combo-offer__card--ultimate .combo-offer__cta {
  background: #f2a93b;
  color: #fff;
}

.combo-offer__card--ultimate .combo-offer__cta:hover {
  background: #dc9628;
}

@media (max-width: 991.98px) {
  .home-products__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .combo-offer__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .combo-offer__card {
    padding: 22px 18px 20px;
  }
}

@media (max-width: 767.98px) {

  .home-products__title,
  .home-slider-products__title {
    font-size: 2.4rem;
  }

  .home-products__desc,
  .home-slider-products__desc {
    font-size: 1.45rem;
  }

  .home-products__tab {
    padding: 8px 10px;
    font-size: 1.2rem;
  }

  .home-products__tab-icon {
    font-size: 1.05rem;
  }

  .home-slider-products__nav-btn {
    width: 40px;
    height: 40px;
    font-size: 1.7rem;
  }

  .home-products__header {
    margin-bottom: 26px !important;
  }

  .tab_content {
    padding-top: 10px;
  }

  .combo-offer__title {
    font-size: 2.4rem;
  }

  .combo-offer__title-icon {
    width: 38px;
    height: 38px;
    font-size: 1.8rem;
  }

  .combo-offer__subtitle {
    font-size: 1.4rem;
  }

  .combo-offer__card-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 575.98px) {
  .home-products__header {
    gap: 18px;
    padding-top: 14px;
    margin-bottom: 20px !important;
  }

  .home-products__heading {
    width: 100%;
    text-align: center;
  }

  .home-products__desc {
    text-align: center;
  }

  .home-products__tabs {
    gap: 0;
    padding: 2px;
    border-radius: 12px;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .home-products__tab {
    padding: 6px 6px;
    font-size: 1.05rem;
    margin-right: 0;
  }

  .home-products__tab span:last-child {
    white-space: nowrap;
  }

  .home-slider-products__header {
    gap: 14px;
    margin-bottom: 4px;
  }

  .tab_content {
    padding-top: 12px;
  }

  .home-slider-products__nav {
    gap: 8px;
  }

  .combo-offer-section {
    padding: 42px 0 22px;
  }

  .combo-offer__card-desc,
  .combo-offer__item-name {
    font-size: 1.28rem;
  }

  .combo-offer__book-thumb {
    width: 65px;
    height: 80px;
  }

  .combo-offer__pricing {
    gap: 10px;
  }

  .combo-offer__new-price {
    font-size: 2.4rem;
  }
}

.special-offer-section {
  padding: 56px 0 28px;
}

.special-offer {
  padding: 8px 0 6px;
}

.special-offer__heading {
  text-align: center;
  margin-bottom: 18px;
}

.special-offer__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 8px;
  font-size: 3rem;
  line-height: 1.15;
  font-weight: 700;
  color: #0b1f44;
}

.special-offer__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #18b885;
  font-size: 2rem;
  line-height: 1;
}

.special-offer__title-accent {
  background: linear-gradient(90deg, #18b885 0%, #8dbb38 55%, #f2a93b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.special-offer__subtitle {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.65;
  color: #64748b;
}

.special-offer__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.special-offer__tab {
  border: 1px solid #dbe7e2;
  background: #fff;
  color: #334155;
  border-radius: 999px;
  padding: 9px 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 1.32rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.special-offer__tab--active {
  background: #18b885;
  border-color: #18b885;
  color: #fff;
}

.special-offer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.special-offer__card {
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
  will-change: transform;
}

.special-offer__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px rgba(15, 23, 42, 0.12);
}

.special-offer__card.is-hidden {
  display: none;
}

.special-offer__card--discount {
  background: linear-gradient(135deg, #fff7f5 0%, #ffefeb 65%, #ffffff 100%);
}

.special-offer__card--bogo {
  background: linear-gradient(135deg, #f3fdf6 0%, #e8f9ee 65%, #ffffff 100%);
}

.special-offer__card--shipping {
  background: linear-gradient(135deg, #eff6ff 0%, #eaf2ff 65%, #ffffff 100%);
}

.special-offer__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.special-offer__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 700;
}

.special-offer__pill {
  min-width: 42px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.78);
  color: #64748b;
  font-size: 1.55rem;
  font-weight: 800;
}

.special-offer__card--discount .special-offer__badge {
  color: #ef4444;
}

.special-offer__card--discount .special-offer__pill {
  color: #ef4444;
}

.special-offer__card--bogo .special-offer__badge {
  color: #18b885;
}

.special-offer__card--bogo .special-offer__pill {
  color: #18b885;
}

.special-offer__card--shipping .special-offer__badge {
  color: #2563eb;
}

.special-offer__card--shipping .special-offer__pill {
  color: #2563eb;
}

.special-offer__card-title {
  margin: 0 0 6px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0b1f44;
}

.special-offer__card-subtitle {
  margin: 0 0 14px;
  font-size: 1.42rem;
  line-height: 1.55;
  color: #64748b;
  font-weight: 600;
}

.special-offer__offer-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  color: #18b885;
  font-size: 1.16rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.special-offer__card--discount .special-offer__card-subtitle,
.special-offer__card--discount .special-offer__offer-badge {
  color: #ef4444;
}

.special-offer__card--bogo .special-offer__card-subtitle,
.special-offer__card--bogo .special-offer__offer-badge {
  color: #18b885;
}

.special-offer__card--shipping .special-offer__card-subtitle,
.special-offer__card--shipping .special-offer__offer-badge {
  color: #2563eb;
}

.pre-order-section {
  padding: 56px 0 28px;
}

.pre-order {
  max-width: 1120px;
  margin: 0 auto;
  padding: 8px 0 6px;
}

.pre-order__heading {
  text-align: center;
  margin-bottom: 20px;
}

.pre-order__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e7a61d 0%, #f59e0b 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 10px;
  box-shadow: 0 8px 16px rgba(245, 158, 11, 0.15);
}

.pre-order__title {
  margin: 0 0 8px;
  font-size: 3rem;
  line-height: 1.15;
  font-weight: 700;
  color: #0b1f44;
}

.pre-order__title-accent {
  background: linear-gradient(90deg, #18b885 0%, #8dbb38 55%, #f2a93b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pre-order__subtitle {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.65;
  color: #64748b;
}

.pre-order__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  justify-content: center;
}

.pre-order__card {
  display: flex;
  align-items: stretch;
  gap: 14px;
  padding: 14px;
  padding-bottom: 58px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e8edf3;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.pre-order__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.12);
}

.pre-order__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg,
      #f59e0b 0%,
      #f97316 38%,
      #22c55e 72%,
      #16a34a 100%);
}

.pre-order__media {
  flex: 0 0 145px;
  overflow: visible;
  background: linear-gradient(180deg, #fcfdfe 0%, #f4f8ff 100%);
  position: relative;
  margin-right: 2px;
  align-self: flex-start;
  padding-bottom: 0px;
}

.pre-order__media img {
  width: 100%;
  height: 100%;
  min-height: 192px;
  object-fit: cover;
  display: block;
}

.pre-order__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.pre-order__mini-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0px 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5f7ce3 0%, #6a4dc1 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  top: -6px;
  right: -6px;
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.22);
  z-index: 2;
  letter-spacing: 0.02em;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.pre-order__card:hover .pre-order__mini-badge {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(249, 115, 22, 0.26);
}

.pre-order__book-title {
  margin: 0 0 6px;
  font-size: 1.85rem;
  line-height: 1.35;
  font-weight: 700;
  color: #0b1f44;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pre-order__author {
  margin: 0 0 10px;
  font-size: 1.25rem;
  color: #64748b;
  font-weight: 600;
}

.pre-order__description {
  margin: 0 0 12px;
  font-size: 1.3rem;
  line-height: 1.65;
  color: #475569;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pre-order__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.pre-order__meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef9f2;
  color: #18b885;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.1;
}

.pre-order__meta-pill i {
  font-size: 1.05rem;
}

.pre-order__meta-pill--green {
  background: #eef9f2;
  color: #18b885;
}

.pre-order__meta-pill--red {
  background: #fff1f1;
  color: #ef4444;
}

.pre-order__footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 6px;
  margin-top: auto;
}

.pre-order__pricing {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pre-order__current-price {
  font-size: 1.9rem;
  line-height: 1;
  color: #16a34a;
  font-weight: 800;
}

.pre-order__old-price {
  font-size: 1.2rem;
  color: #94a3b8;
  text-decoration: line-through;
  line-height: 1;
}

.pre-order__cta {
  position: absolute;
  bottom: 14px;
  right: 14px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px 14px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.28s ease;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.3);
  white-space: nowrap;
  width: max-content !important;
  min-width: unset !important;
  height: auto !important;
  z-index: 2;
}

.pre-order__cta:hover {
  background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(22, 163, 74, 0.4);
}

.pre-order__cta-left {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.1rem;
  font-weight: 700;
}

.pre-order__cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.pre-order__notes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
}

.pre-order__note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.3rem;
  color: #64748b;
}

.pre-order-note-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.pre-order-note-dot--amber {
  background: #f59e0b;
}

.pre-order-note-dot--green {
  background: #18b885;
}

.pre-order-note-dot--red {
  background: #ef4444;
}

@media (max-width: 991.98px) {
  .pre-order__grid {
    grid-template-columns: 1fr;
  }

  .pre-order {
    max-width: 760px;
  }
}

@media (max-width: 767.98px) {
  .pre-order__card {
    flex-direction: row;
    padding-bottom: 14px;
  }

  .pre-order__media {
    flex: 0 0 110px;
    width: 110px;
  }

  .pre-order__media img {
    min-height: 140px;
  }

  .pre-order__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .pre-order__pricing {
    justify-content: flex-start;
    padding-right: 0;
  }
}

@media (max-width: 575.98px) {
  .pre-order-section {
    padding: 42px 0 0px;
  }

  .pre-order__title {
    font-size: 2.4rem;
  }

  .pre-order__subtitle {
    font-size: 1.35rem;
  }

  .pre-order__card {
    padding: 12px;
    padding-bottom: 50px;
    gap: 12px;
    border-radius: 16px;
    flex-direction: row;
  }

  .pre-order__eyebrow {
    font-size: 0.95rem;
    padding: 3px 9px;
  }

  .pre-order__media {
    flex: 0 0 75px;
    width: 75px;
  }

  .pre-order__media img {
    min-height: 95px;
  }

  .pre-order__book-title {
    font-size: 1.72rem;
  }

  .pre-order__description {
    font-size: 1.22rem;
  }

  .pre-order__current-price {
    font-size: 2rem;
  }

  .pre-order__notes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 10px;
  }

  .pre-order__note {
    flex: 0 0 calc(50% - 5px);
    justify-content: center;
    font-size: 1.15rem;
  }

  .pre-order__note:last-child {
    flex: 0 0 100%;
    margin-top: 2px;
  }

  .pre-order__cta-arrow {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 1.4rem !important;
    margin-left: 2px;
  }
}

.special-offer__description {
  margin: 0 0 16px;
  font-size: 1.35rem;
  line-height: 1.7;
  color: #6b7280;
}

.special-offer__list {
  list-style: none;
  margin: 0 0 18px;
  padding-left: 0;
  color: #6b7280;
}

.special-offer__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 1.32rem;
  line-height: 1.7;
  margin-bottom: 6px;
}

.special-offer__list li i {
  color: #18b885;
  font-size: 1.45rem;
  line-height: 1.4;
}

.special-offer__cta {
  width: 100%;
  border: 0;
  border-radius: 18px;
  background: #18b885;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 16px;
  transition: all 0.3s ease;
}

.special-offer__cta:hover {
  background: #13966d;
  color: #fff;
}

.special-offer__cta-left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.45rem;
  font-weight: 600;
}

.special-offer__cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  transition: transform 0.25s ease;
}

.special-offer__cta:hover .special-offer__cta-arrow {
  transform: translateX(8px);
}

/* Offer landing page */
.offer-landing__banner {
  border-radius: 18px;
  background: linear-gradient(115deg, #0f172a 0%, #0b3b3a 40%, #16a34a 100%);
  color: #fff;
  padding: 22px 22px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  position: relative;
  overflow: hidden;
}

.offer-landing__banner:before {
  content: "";
  position: absolute;
  inset: -40% -25%;
  background: radial-gradient(circle at 20% 30%,
      rgba(255, 255, 255, 0.14),
      rgba(255, 255, 255, 0) 55%);
  transform: rotate(10deg);
  pointer-events: auto;
}

.offer-landing__banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  z-index: 1;
}

.offer-landing__banner-copy {
  min-width: 0;
}

.offer-landing__title {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  font-size: 2.4rem;
}

.offer-landing__subtitle {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.4rem;
  line-height: 1.4;
}

.offer-landing__banner-media {
  flex: 0 0 auto;
}

.offer-landing__banner-image {
  width: 180px;
  height: 110px;
  object-fit: contain;
  object-position: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.offer-landing__filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.offer-landing__pillbar {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px;
  scrollbar-width: none;
}

.offer-landing__pillbar::-webkit-scrollbar {
  display: none;
}

.offer-landing__pill {
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: #ffffff;
  color: #0f172a;
  height: 34px;
  padding: 0px 20px;
  line-height: 34px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1.28rem;
  white-space: nowrap;
  transition: all 0.18s ease;
}

.offer-landing__pill:hover {
  background: #e5e7eb;
}

.offer-landing__pill.is-active {
  background: #16a34a;
  color: #fff;
}

.offer-landing__controls {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  flex: 0 0 auto;
}

.offer-landing__viewtoggle {
  border: #fff;
  display: inline-flex;
  padding: 0;
  background: #efefef;
  border-radius: 999px;
}

.offer-landing__iconbtn {
  border: 0;
  background: transparent;
  color: #0f172a;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.18s ease;
  font-size: 1.6rem;
}

.offer-landing__iconbtn.is-active {
  background: #16a34a;
  color: #fff;
}

.offer-landing__sort {
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: #fff;
  border-radius: 12px;
  height: 34px;
  padding: 3px 18px;
  font-size: 1.35rem;
  color: #0f172a;
}

.offer-landing__products {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .offer-landing__banner-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .offer-landing__banner-image {
    width: 100%;
    max-width: 420px;
    height: 140px;
  }

  .offer-landing__filters {
    flex-direction: column;
    align-items: stretch;
  }

  .offer-landing__controls {
    justify-content: space-between;
  }
}

/* Reduce gap between shipping blocks */
.shipping__section2--inner .col {
  padding-left: 5px;
  padding-right: 5px;
}

.shipping__items2 {
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .special-offer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .special-offer-section {
    padding: 42px 0 0px;
  }

  .special-offer__title {
    font-size: 2.4rem;
  }

  .special-offer__subtitle {
    font-size: 1.35rem;
  }

  .special-offer__tabs {
    gap: 6px;
  }

  .special-offer__tab {
    padding: 8px 12px;
    font-size: 1.2rem;
  }

  .special-offer__card {
    padding: 20px 18px;
    border-radius: 24px;
  }

  .special-offer__card-title {
    font-size: 1.9rem;
  }

  .special-offer__card-subtitle,
  .special-offer__description,
  .special-offer__list li {
    font-size: 1.28rem;
  }
}

/* Single product detail modern card layout */
.single-book-card .live_offer {
  display: none !important;
}

.product-detail-modern {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 8px 0 0 12px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.single-book-card>.col.product-detail-modern__info-col {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .single-book-card>.col.product-detail-modern__info-col {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.product-detail-modern>.product__details--info__title,
.product-detail-modern>.product__details--info__price,
.product-detail-modern>.product__details--info__meta,
.product-detail-modern>.product__variant,
.product-detail-modern>.guarantee__safe--checkout,
.product-detail-modern>hr,
.product-detail-modern>.product__details--info__rating {
  display: none !important;
}

.product-detail-modern__badge-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-detail-modern__live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(239, 68, 68, 0.14);
  background: linear-gradient(135deg,
      rgba(254, 226, 226, 0.95),
      rgba(255, 240, 240, 0.98));
  color: #b91c1c;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.product-detail-modern__live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 6px rgba(239, 68, 68, 0.12);
  animation: product-detail-modern-live-pulse 1.8s infinite ease-in-out;
}

@keyframes product-detail-modern-live-pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.15);
    opacity: 0.78;
  }
}

.product-detail-modern__chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-detail-modern__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.product-detail-modern__chip--live {
  border-color: rgba(22, 163, 74, 0.16);
  background: rgba(22, 163, 74, 0.1);
  color: #166534;
}

.product-detail-modern__chip--live.is-active {
  border-color: rgba(16, 185, 129, 0.22);
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
}

.product-detail-modern__chip--best {
  border-color: rgba(245, 158, 11, 0.18);
  background: rgba(245, 158, 11, 0.1);
  color: #b45309;
}

.product-detail-modern__chip--offer {
  border-color: rgba(239, 68, 68, 0.18);
  background: rgba(239, 68, 68, 0.1);
  color: #b91c1c;
  padding: 5px 10px;
  font-size: 12px;
  white-space: nowrap;
}

.product-detail-modern__headline {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-detail-modern__title {
  margin: 0;
  font-size: clamp(2rem, 2.6vw, 2.55rem);
  line-height: 1.2;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.product-detail-modern__headline-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 14px;
}

.product-detail-modern__author-line {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #334155;
  font-size: 1.28rem;
  font-weight: 600;
}

.product-detail-modern__author-separator {
  color: #cbd5e1;
}

.product-detail-modern__author-label {
  color: #64748b;
  font-weight: 500;
}

.product-detail-modern__author-line a {
  color: #0f172a;
  text-decoration: none;
}

.product-detail-modern__rating-wrap .product__details--info__rating {
  margin: 0;
}

.product-detail-modern__headline-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.product-detail-modern__price-card,
.product-detail-modern__feature-box,
.product-detail-modern__bundle-card,
.product-detail-modern__author-card,
.product-detail-modern__delivery-card {
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.product-detail-modern__price-card {
  padding: 0;
}

.product-detail-modern__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.product-detail-modern__price-row .current__price {
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 800;
  color: #22c55e;
}

.product-detail-modern__price-row .old__price {
  font-size: 1.4rem;
  color: #64748b;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.product-detail-modern__discount-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fca5a5, #ef4444);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.product-detail-modern__price-note {
  margin: 5px 0 0;
  font-size: 1.18rem;
  line-height: 1.5;
  color: #64748b;
}

.product-detail-modern__stock-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: #16a34a;
  font-size: 1.2rem;
  font-weight: 700;
}

.product-detail-modern__stock-icon {
  font-size: 1.7rem;
  color: #16a34a;
  line-height: 1;
}

.product-detail-modern__feature-box {
  padding: 16px 18px;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.product-detail-modern__feature-box:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.product-detail-modern__section-title {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 700;
  color: #166534;
}

.product-detail-modern__section-title i {
  color: #16a34a;
  font-size: 1.6rem;
}

.product-detail-modern__feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.product-detail-modern__feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 1.26rem;
  line-height: 1.55;
  color: #334155;
}

.product-detail-modern__feature-list li i {
  color: #16a34a;
  font-size: 1.7rem;
  line-height: 1.2;
  flex-shrink: 0;
}

.product-detail-modern__free-bundle {
  position: relative;
  padding: 18px;
  background: #f0fdf4;
  border: 2px dashed #22c55e;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.product-detail-modern__free-bundle-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.product-detail-modern__free-bundle-head h3 {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #166534;
  font-size: 1.35rem;
  line-height: 1.35;
  font-weight: 600;
}

.product-detail-modern__free-bundle-head i {
  color: #16a34a;
  font-size: 1.6rem;
}

.product-detail-modern__free-bundle-badge {
  position: absolute;
  top: -10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(22, 163, 74, 0.18);
}

.product-detail-modern__free-bundle-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: #ffffff;
  text-decoration: none;
  border: 1px solid #e5efe7;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.product-detail-modern__free-bundle-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.product-detail-modern__free-bundle-media {
  width: 56px;
  flex: 0 0 56px;
}

.product-detail-modern__free-bundle-media img {
  width: 56px;
  height: 76px;
  object-fit: cover;
  border-radius: 8px;
}

.product-detail-modern__free-bundle-copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-detail-modern__free-bundle-copy h4 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.35;
  font-weight: 700;
  color: #0f172a;
}

.product-detail-modern__free-bundle-copy p {
  margin: 0;
  font-size: 1.12rem;
  color: #64748b;
}

.product-detail-modern__free-bundle-price {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 2px;
}

.product-detail-modern__free-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.12);
  color: #166534;
  font-size: 11px;
  font-weight: 700;
}

.product-detail-modern__free-bundle-item .old__price {
  font-size: 1.18rem;
  color: #64748b;
  text-decoration: line-through;
}

.product-detail-modern__free-bundle-note {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  color: #166534;
  font-size: 1.18rem;
  font-weight: 600;
}

.product-detail-modern__free-bundle-note i {
  font-size: 1.45rem;
  color: #16a34a;
}

.product-detail-modern__free-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.product-detail-modern__free-meta-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #d1fae5;
  text-align: center;
  align-items: center;
}

.product-detail-modern__free-meta-label {
  font-size: 11px;
  line-height: 1;
  color: #166534;
  font-weight: 700;
}

.product-detail-modern__free-meta-box strong {
  font-size: 12px;
  line-height: 1.25;
  color: #166534;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .product-detail-modern__free-meta-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .product-detail-modern__free-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.product-detail-modern__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-detail-modern__action-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
}

.product-detail-modern__button-group {
  display: flex;
  align-items: stretch;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.product-detail-modern__button-group .product-detail-modern__btn {
  flex: 1;
  min-width: 0;
}

@media (max-width: 767.98px) {
  .product-detail-modern__action-row {
    flex-wrap: nowrap;
    gap: 5px;
    align-items: center;
  }

  .product-detail-modern__button-group {
    width: auto;
    flex: 1;
    gap: 5px;
  }

  .product-detail-modern__btn {
    min-height: 44px !important;
    height: 44px !important;
    padding: 0px 8px !important;
    font-size: 1.15rem !important;
    gap: 5px !important;
    border-radius: 12px !important;
    line-height: 1.2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-weight: 700 !important;
  }

  .product-detail-modern__btn i {
    font-size: 1.35rem !important;
    margin-top: -1px;
  }

  .product-detail-modern__btn--outline {
    flex: 1.2 !important;
    width: auto !important;
  }

  .product-detail-modern__btn--solid {
    flex: 1 !important;
    width: auto !important;
  }

  .product-detail-modern__quantity {
    height: 30px;
    flex: 0 0 72px;
    /* Increased to give symbols more room */
    border-radius: 8px;
  }

  .product-detail-modern__quantity .quantity__value {
    width: 24px;
    height: 28px;
    padding: 0 !important;
    font-size: 16px;
  }

  .product-detail-modern__quantity .quantity__number {
    width: 22px;
    height: 28px;
    font-size: 1rem;
    padding: 0 !important;
  }
}

.product-detail-modern__stock-text {
  color: #16a34a;
}

.product-detail-modern__bundle-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0 0;
  border-style: dashed;
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.product-detail-modern__bundle-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  border-color: rgba(22, 163, 74, 0.28);
}

.product-detail-modern__bundle-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.12);
  color: #166534;
  font-size: 11px;
  font-weight: 700;
}

.product-detail-modern__bundle-media {
  width: 64px;
  flex: 0 0 64px;
}

.product-detail-modern__bundle-media img {
  width: 64px;
  height: 86px;
  object-fit: cover;
  border-radius: 12px;
}

.product-detail-modern__bundle-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 62px;
}

.product-detail-modern__bundle-copy h4 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: 700;
  color: #0f172a;
}

.product-detail-modern__bundle-copy span {
  font-size: 1.18rem;
  color: #16a34a;
  font-weight: 700;
}

.product-detail-modern__info-chips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.product-detail-modern__info-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
  padding: 8px 10px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-size: 1.18rem;
  font-weight: 600;
  text-align: center;
}

.product-detail-modern__info-chip i {
  color: #16a34a;
  font-size: 1.4rem;
  line-height: 1;
}

.product-detail-modern__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-detail-modern__quantity {
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: fit-content;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #dbe3ea;
  background: #fff;
}

.product-detail-modern__quantity .quantity__value,
.product-detail-modern__quantity .quantity__number {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.product-detail-modern__quantity .quantity__value {
  width: 38px;
  height: 38px;
}

.product-detail-modern__quantity .quantity__number {
  width: 56px;
  height: 38px;
  font-weight: 700;
  color: #0f172a;
}

.product-detail-modern__btn {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.38rem;
  font-weight: 700;
  padding: 12px 16px;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.product-detail-modern__btn:hover {
  transform: translateY(-1px);
}

.product-detail-modern__btn--outline {
  background: #fff;
  color: #16a34a;
  border: 1px solid rgba(22, 163, 74, 0.18);
  box-shadow: 0 8px 18px rgba(22, 163, 74, 0.06);
}

.product-detail-modern__btn--solid {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #fff;
  box-shadow: 0 10px 24px rgba(22, 163, 74, 0.2);
}

.product-detail-modern__service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-detail-modern__service-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 1.18rem;
  font-weight: 600;
}

.product-detail-modern__service-chip i {
  color: #16a34a;
  font-size: 1.35rem;
}

.product-detail-modern__service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.product-detail-modern__service-item {
  appearance: none;
  border: 1px solid #dbe7df;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf8 100%);
  border-radius: 14px;
  padding: 10px 12px;
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  width: 100%;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.product-detail-modern__service-item:hover,
.product-detail-modern__service-item.is-active {
  transform: translateY(-1px);
  border-color: rgba(22, 163, 74, 0.3);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.07);
}

.product-detail-modern__service-item-icon {
  width: auto;
  height: auto;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: transparent;
  color: #16a34a;
}

.product-detail-modern__service-item-icon i {
  font-size: 1.95rem;
  line-height: 1;
}

.product-detail-modern__service-item-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.product-detail-modern__service-item-copy strong {
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: 700;
  color: #0f172a;
}

.product-detail-modern__service-item-copy small {
  font-size: 1.05rem;
  line-height: 1.2;
  color: #64748b;
}

.product-detail-modern__service-item-arrow {
  font-size: 2rem;
  color: #94a3b8;
  flex: 0 0 auto;
}

.product-detail-modern__service-video {
  border: 1px solid #dbe7df;
  border-radius: 16px;
  background: #fff;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.product-detail-modern__service-video-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product-detail-modern__service-video-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.1);
  color: #166534;
  font-size: 11px;
  font-weight: 700;
}

.product-detail-modern__service-video-badge i {
  font-size: 1.25rem;
}

.product-detail-modern__service-video-title {
  margin: 0;
  font-size: 1.32rem;
  line-height: 1.35;
  font-weight: 700;
  color: #0f172a;
}

.product-detail-modern__service-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: #0f172a;
}

.product-detail-modern__service-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.product-detail-modern__video-modal .modal-dialog {
  max-width: 760px;
  overflow: hidden;
}

.product-detail-modern__video-modal .quickview__inner {
  padding: 14px 16px 18px;
}

.product-detail-modern__video-modal .modal-body {
  padding: 0 2px 2px;
}

.product-detail-modern__video-modal .modal-video-card {
  border: 0;
  box-shadow: none;
  padding: 0;
  background: transparent;
}

@media (max-width: 575.98px) {
  .product-detail-modern__video-modal .quickview__inner {
    padding: 12px 12px 14px;
  }

  .product-detail-modern__video-modal .modal-body {
    padding: 0;
  }
}

.product-detail-modern__author-card,
.product-detail-modern__delivery-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
}

.product-detail-modern__author-card {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.product-detail-modern__delivery-card {
  padding-top: 4px;
}

.product-detail-modern__author-card img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.product-detail-modern__author-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.product-detail-modern__author-card-head-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  text-align: left;
  flex: 1;
}

.product-detail-modern__author-card>div,
.product-detail-modern__delivery-card>div {
  min-width: 0;
}

.product-detail-modern__author-card-badge {
  display: none;
}

.product-detail-modern__author-card h4,
.product-detail-modern__delivery-card h4 {
  margin: 0 0 4px;
  font-size: 1.32rem;
  line-height: 1.35;
  font-weight: 700;
  color: #0f172a;
}

.product-detail-modern__author-card-role {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.35;
  color: #39cf6f;
  font-weight: 600;
}

.product-detail-modern__author-stats {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
  margin-top: 0;
  padding-left: 72px;
}

.product-detail-modern__author-stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  flex: 0 0 auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  text-align: left;
}

.product-detail-modern__author-stat i {
  font-size: 1.65rem;
  color: #16a34a;
  flex: 0 0 auto;
}

.product-detail-modern__author-stat>div {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.product-detail-modern__author-stat strong {
  font-size: 1.12rem;
  line-height: 1.05;
  color: #0f172a;
  font-weight: 700;
}

.product-detail-modern__author-card-bio {
  margin: 0;
  margin-top: 2px;
  font-size: 1.12rem;
  line-height: 1.55;
  color: #64748b;
  width: 100%;
}

.product-detail-modern__author-social {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
  margin-top: 0;
  padding-left: 72px;
}

.product-detail-modern__author-social-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #166534;
  font-size: 1.08rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
}

.product-detail-modern__author-social-item i {
  font-size: 1.35rem;
  color: #16a34a;
}

.product-detail-modern__author-card p,
.product-detail-modern__delivery-card p {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.5;
  color: #64748b;
}

.product-detail-modern__delivery-card {
  background: linear-gradient(180deg, #fff, #f8fbf8);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.product-detail-modern__delivery-card i {
  color: #16a34a;
}

.product-detail-modern__delivery-head {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: flex-start;
}

.product-detail-modern__delivery-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #16a34a;
  font-size: 2rem;
}

.product-detail-modern__delivery-head h4 {
  margin: 0;
}

.product-detail-modern__delivery-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  justify-content: flex-start;
}

.product-detail-modern__delivery-pill {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 0 28px;
  background: #f1f5f9;
  color: #334155;
  font-size: 1.05rem;
  font-weight: 600;
  min-height: 32px;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.product-detail-modern__delivery-pill:hover {
  transform: translateY(-1px);
}

.product-detail-modern__delivery-pill.is-active {
  background: #16a34a;
  color: #fff;
}

.product-detail-modern__delivery-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.product-detail-modern__delivery-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 1.18rem;
  width: 100%;
}

.product-detail-modern__delivery-row span {
  color: #64748b;
  flex: 1 1 auto;
  text-align: left;
}

.product-detail-modern__delivery-row strong {
  color: #0f172a;
  font-weight: 700;
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
}

.product-detail-modern__delivery-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.product-detail-modern__delivery-feature-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #d1fae5;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  min-height: 54px;
}

.product-detail-modern__delivery-feature-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  color: #16a34a;
}

.product-detail-modern__delivery-feature-icon i {
  color: #16a34a;
  font-size: 1.9rem;
  line-height: 1;
}

.product-detail-modern__delivery-feature-card strong {
  color: #0f172a;
  font-size: 1.12rem;
  line-height: 1.25;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .product-detail-modern {
    padding: 16px;
  }

  .product-detail-modern__info-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail-modern__service-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-modern__delivery-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .product-detail-modern__headline-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .single-book-card>.col.product-detail-modern__info-col {
    max-width: 100%;
    flex-basis: 100%;
  }

  .product-detail-modern__author-card,
  .product-detail-modern__delivery-card {
    align-items: flex-start;
  }

  .product-detail-modern__author-stats {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .product-detail-modern__delivery-row {
    font-size: 1.08rem;
  }
}

@media (max-width: 575.98px) {
  .product-detail-modern {
    padding: 14px;
    gap: 12px;
    border-radius: 20px;
  }

  .product-detail-modern__title {
    font-size: 1.9rem;
  }

  .product-detail-modern__chip-row {
    gap: 6px;
  }

  .product-detail-modern__chip {
    padding: 5px 9px;
    font-size: 11px;
  }

  .product-detail-modern__chip--offer {
    padding: 5px 9px;
    font-size: 11px;
  }

  .product-detail-modern__live-badge {
    font-size: 11px;
  }

  .product-detail-modern__feature-box,
  .product-detail-modern__price-card,
  .product-detail-modern__bundle-card,
  .product-detail-modern__author-card,
  .product-detail-modern__delivery-card {
    border-radius: 16px;
  }

  .product-detail-modern__info-chips {
    grid-template-columns: 1fr;
  }

  .product-detail-modern__btn {
    font-size: 1.28rem;
  }

  .product-detail-modern__bundle-copy h4 {
    font-size: 1.3rem;
  }

  .product-detail-modern__service-item {
    min-height: 60px;
  }

  .product-detail-modern__author-social {
    gap: 6px;
    padding-left: 0;
  }

  .product-detail-modern__author-card-bio {
    padding-left: 0;
  }

  .product-detail-modern__author-stats {
    padding-left: 0;
  }

  .product-detail-modern__delivery-pill {
    padding: 0 22px;
    font-size: 1rem;
  }
}

/* ==========================================================================
   Checkout & Order Success Page Styles
   ========================================================================== */

:root {
  --moja-green: #16a34a;
  --moja-green-light: #f0fdf4;
  --moja-gray: #64748b;
  --moja-border: #e2e8f0;
  --moja-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --header-font: 1.6rem;
  --label-font: 1.6rem;
}

.product-sticky-actions {
  display: none;
}

@media (max-width: 991.98px) {
  .product-sticky-actions {
    display: block;
    position: fixed;
    bottom: 56px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 8px 12px 24px;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
    z-index: 100;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .product-sticky-actions__inner {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .d-none-mobile {
    display: none !important;
  }

  .offcanvas__stikcy--toolbar {
    z-index: 110 !important;
  }
}

.checkout-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Refined Horizontal Stepper */
.stepper-wrapper {
  max-width: 600px;
  margin: 0 auto 4rem;
}

.stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 100px;
}

.step-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--moja-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--moja-gray);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 1rem;
}

.step-line {
  flex: 1;
  height: 2px;
  background: var(--moja-border);
  margin: 0 0 2.2rem;
  position: relative;
  top: -12px;
  z-index: 1;
}

.step-label {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--moja-gray);
  white-space: nowrap;
}

/* Active/Completed States */
.step-item.active .step-circle {
  background: var(--moja-green);
  border-color: var(--moja-green);
  color: #fff;
  box-shadow: 0 0 0 6px var(--moja-green-light);
}

.step-item.active .step-label {
  color: var(--moja-green);
}

.step-item.completed .step-circle {
  background: var(--moja-green);
  border-color: var(--moja-green);
  color: #fff;
}

.step-line.completed {
  background: var(--moja-green);
}

/* Card Styles */
.checkout-card {
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem;
  border: 1px solid var(--moja-border);
  box-shadow: var(--moja-shadow);
  margin-bottom: 1.5rem;
}

.summary-card {
  background: #fff;
  border-radius: 16px;
  padding: 2.25rem;
  border: 1px solid var(--moja-border);
  position: sticky;
  top: 1rem;
}

.section-title {
  font-size: var(--header-font);
  font-weight: 800;
  margin-bottom: 2.25rem;
  color: #0f172a;
}

/* Form Grid */
.checkout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .stepper-wrapper {
    margin-bottom: 3rem;
    padding: 0 10px;
  }

  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .step-line {
    display: block;
    margin: 0 0 2.2rem;
    top: -12px;
    height: 2px;
  }

  .step-item {
    width: 80px;
  }

  .step-circle {
    width: 48px;
    height: 48px;
    margin-bottom: 0.8rem;
  }

  .step-circle svg {
    width: 18px;
    height: 18px;
  }

  .step-label {
    font-size: 0.95rem;
  }

  .stepper {
    gap: 0;
  }
}

@media (max-width: 991px) {
  .btn-prev-small {
    flex: 0 0 38% !important;
    padding: 0.8rem 0.5rem !important;
    font-size: 1rem !important;
  }

  .btn-next-full,
  .btn-green-slim {
    flex: 1 !important;
    font-size: 1.25rem !important;
    padding: 1rem 0.5rem !important;
  }

  .nav-buttons-group {
    gap: 0.75rem !important;
  }
}

@media (max-width: 350px) {
  #mobile-step-3-nav .nav-buttons-group {
    flex-direction: column-reverse !important;
    gap: 0.85rem !important;
  }

  #mobile-step-3-nav .btn-next-full,
  #mobile-step-3-nav .btn-green-slim,
  #mobile-step-3-nav .btn-prev-small {
    width: 100% !important;
    font-size: 1.35rem !important;
    padding: 1.1rem 0.5rem !important;
    flex: 1 1 auto !important;
  }

  #mobile-step-3-nav .btn-prev-small {
    background: #f1f5f9 !important;
    border: none !important;
  }

  /* Step 2 remains horizontal but with optimized font */
  #mobile-step-2-nav .btn-next-full {
    font-size: 1.05rem !important;
    padding: 0.85rem 0.5rem !important;
  }

  #mobile-step-2-nav .btn-prev-small {
    font-size: 0.95rem !important;
    padding: 0.85rem 0.5rem !important;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.form-label {
  font-size: var(--label-font);
  font-weight: 400;
  color: #334155;
}

.form-input {
  padding: 1rem 1.25rem;
  border: 1px solid var(--moja-border);
  border-radius: 12px;
  font-size: 1.15rem;
  transition: all 0.2s;
}

.form-input::placeholder {
  font-size: 1.1rem;
  color: #94a3b8;
}

.form-input:focus {
  outline: none;
  border-color: var(--moja-green);
  box-shadow: 0 0 0 4px var(--moja-green-light);
}

.error-msg {
  color: #ef4444;
  font-size: 0.9rem;
  margin-top: 0.35rem;
  font-weight: 700;
}

/* Sidebar Product Items */
.product-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f1f5f9;
}

.product-img {
  width: 62px;
  height: 62px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  flex-shrink: 0;
}

.product-info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 1.25rem;
}

.product-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1e293b;
  margin: 0;
  line-height: 1.3;
}

.product-author {
  font-size: 1rem;
  color: var(--moja-gray);
  margin: 0;
  font-weight: 700;
}

.product-price {
  font-weight: 900;
  color: var(--moja-green);
  font-size: 1.2rem;
  white-space: nowrap;
  margin-left: 10px;
}

/* Breakdown & Billing */
.breakdown-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.total-row {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 2px dashed var(--moja-border);
}

/* Buttons */
.btn-green {
  background: var(--moja-green);
  color: #fff;
  padding: 1.25rem;
  border-radius: 16px;
  font-weight: 900;
  font-size: 1.35rem;
  width: 100%;
  border: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
}

.btn-green:hover {
  background: #15803d;
  transform: translateY(-2px);
  box-shadow: 0 12px 20px -5px rgba(22, 163, 74, 0.4);
}

.coupon-box {
  margin-bottom: 2rem;
}

.coupon-input-group {
  display: flex;
  gap: 0.65rem;
  margin-top: 0.75rem;
}

.coupon-box .form-input {
  border-radius: 10px !important;
  height: 40px !important;
  font-size: 0.95rem !important;
  padding: 0.5rem 1rem !important;
}

.coupon-btn {
  border-radius: 10px !important;
  padding: 0 1.25rem !important;
  font-weight: 800 !important;
  font-size: 0.95rem !important;
  height: 40px !important;
}

.trust_badges_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  text-align: center;
}

.badge-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--moja-green);
}

.text-xs {
  font-size: 0.95rem;
  font-weight: 800;
  color: #475569;
  line-height: 1.2;
}

/* Payment Cards */
.payment-card {
  border: 2px solid var(--moja-border);
  border-radius: 16px;
  padding: 1.5rem;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  background: #fff;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.payment-card:hover {
  border-color: var(--moja-green);
  background: var(--moja-green-light);
}

.payment-card.active {
  border-color: var(--moja-green);
  background: var(--moja-green-light);
  box-shadow: 0 4px 20px -5px rgba(22, 163, 74, 0.15);
}

.payment-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.card-radio {
  width: 22px;
  height: 22px;
  accent-color: var(--moja-green);
  cursor: pointer;
}

.payment-title {
  font-size: 1.25rem;
  font-weight: 950;
  color: #1e293b;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.shipping-amount-right {
  font-size: 1.6rem;
  font-weight: 950;
  color: var(--moja-green);
  text-align: right;
}

.payment-desc {
  font-size: 1.05rem;
  color: var(--moja-gray);
  margin: 4px 0;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .payment-title {
    font-size: 1.6rem !important;
  }

  .payment-desc {
    font-size: 1.25rem !important;
  }

  .shipping-amount-right {
    font-size: 1.9rem !important;
  }

  .info-line {
    font-size: 1.3rem !important;
  }
}

.payment-info-box-shape {
  background: #f8fafc;
  border: 1px dashed var(--moja-border);
  border-radius: 12px;
  padding: 1.25rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.info-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: #475569;
  font-weight: 700;
}

.video-wrapper {
  margin-top: 1.5rem;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--moja-shadow);
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-facade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
}

.video-facade__thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.video-facade:hover .video-facade__thumbnail {
  transform: scale(1.05);
}

.video-facade__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.video-facade:hover .video-facade__overlay {
  background: rgba(15, 23, 42, 0.2);
}

.video-facade__play-btn {
  width: 64px;
  height: 64px;
  background: var(--moja-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 10px 25px rgba(24, 184, 133, 0.4);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.video-facade:hover .video-facade__play-btn {
  transform: scale(1.15);
  box-shadow: 0 15px 35px rgba(24, 184, 133, 0.6);
}

.note-area {
  width: 100%;
  padding: 1rem;
  border: 1px solid var(--moja-border);
  border-radius: 12px;
  min-height: 100px;
  background: #fff;
  font-weight: 600;
}

.nav-buttons-group {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
  width: 100%;
  align-items: center;
}

.btn-prev-small,
.btn-back {
  background: #fff;
  color: var(--moja-gray);
  padding: 0.8rem 1.2rem !important;
  border-radius: 12px;
  font-weight: 700;
  border: 1px solid var(--moja-border);
  transition: all 0.3s;
  font-size: 1.1rem !important;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-next-full,
.btn-green-slim,
.btn-confirm {
  background: var(--moja-green);
  color: #fff;
  padding: 1.1rem 2rem !important;
  border-radius: 12px;
  border: none;
  font-weight: 950;
  font-size: 1.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: all 0.3s;
  flex: 1;
}

.review-info-box {
  background: #f8fafc;
  border-radius: 20px;
  padding: 1.75rem;
  border: 1px solid #e2e8f0;
  margin-bottom: 2.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media (max-width: 600px) {
  .review-info-box {
    grid-template-columns: 1fr;
    padding: 1.25rem;
    gap: 1.25rem;
  }
}

.review-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 !important;
  border: none !important;
}

.review-label {
  font-weight: 600 !important;
  font-style: italic;
  color: #64748b !important;
  font-size: 0.95rem !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.review-value {
  font-weight: 700 !important;
  color: #0f172a !important;
  font-size: 1.35rem !important;
  text-align: left !important;
  flex: none !important;
  margin: 0 !important;
  line-height: 1.3;
}

/* Sub-payment Options */
.payment-sub-options {
  margin-top: 1.25rem;
  display: flex;
  gap: 1rem;
  padding: 0;
  justify-content: flex-start;
}

.sub-option-item {
  display: inline-flex;
  width: auto;
  min-width: 150px;
  border: 2px solid var(--moja-border);
  border-radius: 14px;
  padding: 0.75rem 1.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.sub-option-item.active {
  border-color: var(--moja-green);
  background: var(--moja-green-light);
}

/* Success Page Specific */
.success-page-wrapper {
  background: #f8fafc;
  padding: 4rem 1rem;
  min-height: 80vh;
}

.receipt-card {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--moja-shadow);
  overflow: hidden;
  border: 1px solid var(--moja-border);
}

.receipt-header {
  background: var(--moja-green);
  padding: 3rem 2rem;
  text-align: center;
  color: #fff;
}

.success-icon-wrapper {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  border: 4px solid rgba(255, 255, 255, 0.3);
}

.receipt-header h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.receipt-header p {
  font-size: 1.4rem;
  opacity: 1;
  font-weight: 600;
  color: #fff;
}

.receipt-body {
  padding: 2.5rem;
}

.order-meta-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  background: var(--moja-green-light);
  padding: 1.5rem;
  border-radius: 16px;
  border: 1px dashed var(--moja-green);
}

@media (min-width: 640px) {
  .order-meta-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.meta-label {
  font-size: 1.1rem;
  color: var(--moja-gray);
  font-weight: 700;
}

.meta-value {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 10px;
}

.copy-btn {
  background: #fff;
  border: 1px solid var(--moja-border);
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--moja-green);
}

.copy-btn.copied {
  background: var(--moja-green);
  color: #fff;
  border-color: var(--moja-green);
}

.table-responsive {
  margin-bottom: 2.5rem;
  border: 1px solid var(--moja-border);
  border-radius: 16px;
  overflow: hidden;
}

.receipt-table {
  width: 100%;
  border-collapse: collapse;
}

.receipt-table th {
  background: #f8fafc;
  padding: 1.25rem;
  text-align: left;
  font-weight: 800;
  color: #1e293b;
  border-bottom: 2px solid var(--moja-border);
  font-size: 1.15rem;
}

.receipt-table td {
  padding: 1.25rem;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
  font-size: 1.1rem;
}

.summary-section {
  background: #f8fafc;
  border-radius: 16px;
  padding: 1.5rem;
  margin-left: auto;
  max-width: 400px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.85rem;
  font-size: 1.2rem;
  color: #1e293b;
  font-weight: 500;
}

.summary-row.total {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 2px solid var(--moja-border);
  font-size: 1.75rem;
  font-weight: 950;
  color: var(--moja-green);
}

.info-alert {
  background: #eff6ff;
  border-left: 4px solid #3b82f6;
  padding: 1.5rem;
  border-radius: 12px;
  margin-top: 2.5rem;
}

.btn-group-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 3rem;
  justify-content: center;
}

.btn-modern {
  padding: 1.15rem 2.5rem;
  border-radius: 14px;
  font-weight: 800;
  font-size: 1.1rem;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-primary-moja {
  background: var(--moja-green);
  color: #fff;
}

.btn-outline-moja {
  background: #fff;
  color: #1e293b;
  border: 2px solid var(--moja-border);
}

.words-total {
  text-align: center;
  font-style: italic;
  color: var(--moja-gray);
  margin-top: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.hidden {
  display: none;
}

/* Fix for Radio Button Alignment */
.card-radio-box {
  display: flex !important;
  align-items: center !important;
  height: 100%;
}

.card-radio {
  margin: 0 !important;
}

/* Fix for bKash Button (Sub-option items) Thickness */
.sub-option-item {
  padding: 0.5rem 1rem !important;
  /* Reduced padding to make it slim */
  min-width: 140px !important;
}

/* Fix for Next Step Button Size & Flex */
.btn-next-full,
.btn-green-slim {
  flex: 1 !important;
  font-size: 1.35rem !important;
  padding: 1rem !important;
  width: 100% !important;
}

/* Improved Alignment for Payment Radio Buttons */
.payment-card-title-group {
  display: flex !important;
  align-items: center !important;
  /* Forces vertical centering */
  gap: 15px !important;
}

.card-radio-box {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.payment-title {
  margin: 0 !important;
  /* Remove any default margins */
  line-height: 1.2 !important;
}

.payment-desc {
  margin: 2px 0 0 0 !important;
}

/* Slimmer bKash / Sub-payment Buttons */
.sub-option-item {
  padding: 6px 15px !important;
  height: 48px !important;
  /* Fixed slim height */
  min-width: 130px !important;
}

.sub-icon {
  height: 28px !important;
  /* Slightly smaller icon to look slim */
  width: auto !important;
}

/* Ensure Buttons in Navigation have correct flex and size */
.nav-buttons-group .btn-next-full,
.nav-buttons-group .btn-green-slim {
  flex: 1 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 1.35rem !important;
  padding: 1rem !important;
  min-height: 54px !important;
}

.nav-buttons-group .btn-back,
.nav-buttons-group .btn-prev-small {
  padding: 0.85rem 1.5rem !important;
  min-height: 54px !important;
  white-space: nowrap !important;
}

.note-container {
  margin-top: 2.5rem !important;
}

/* Dynamic Top Announcement Bar Styles - Centralized Version */
.header__topbar {
  /* padding: 12px 0; */
  position: relative;
  overflow: hidden;
  transition: background 0.5s ease;
  background: linear-gradient(90deg, #6a0000 0%, #da0000 50%, #a50000 100%);
}

.announcement-bar-container {
  display: flex;
  justify-content: center;
  padding: 12px;
  /* Centralized */
  align-items: center;
  width: 100%;
  color: #fff;
  font-family: "Inter", "Outfit", sans-serif;
  gap: 40px;
  /* Spacing between main sections */
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* Left Section: Emojis & Title */
.announcement-left {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 1.35rem;
  /* Larger font */
}

.flash-emoji {
  font-size: 2.2rem;
  /* Much larger iconic size */
  animation: flashGlow 1s infinite alternate;
  display: inline-block;
}

@keyframes flashGlow {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 0px #ffcc00);
    opacity: 1;
  }

  50% {
    transform: scale(1.3);
    filter: drop-shadow(0 0 15px #ffcc00);
    opacity: 0.9;
  }

  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0px #ffcc00);
    opacity: 1;
  }
}

/* Middle Section: Countdown Timer - Thicker but Compact */
.announcement-middle {
  display: flex;
  align-items: center;
  gap: 12px;
}

.timer-main-icon {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  margin-right: -4px;
}

.timer-boxes {
  display: flex;
  align-items: center;
  gap: 4px;
  /* Tight gap */
}

.timer-box {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  padding: 5px 10px;
  /* Reduced padding */
  border-radius: 8px;
  font-weight: 800;
  min-width: 48px;
  /* Adjusted for 3-digit hours */
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
}

.timer-separator {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 1px;
  margin-right: 1px;
  /* Tight separator spacing */
}

/* Right Section: Promo & CTA */
.announcement-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.promo-text {
  font-weight: 800;
  /* Increased font weight */
  font-size: 1.3rem;
  opacity: 1;
}

.highlight-price {
  color: #ffd700;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.cta-button {
  background: #ffffff;
  color: #e11d48;
  padding: 6px 28px;
  /* Slightly increased vertical padding */
  border-radius: 50px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
  white-space: nowrap;
  /* Prevent text wrapping */
  display: inline-flex;
  /* Better icon alignment */
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(225, 29, 72, 0.2);
  line-height: normal;
  /* Fix clipping */
}

.cta-button:hover {
  background: linear-gradient(135deg, #fff1f2 0%, #ffffff 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(225, 29, 72, 0.4);
  color: #e11d48;
}

@media (max-width: 1200px) {
  .announcement-bar-container {
    gap: 20px;
  }

  .announcement-left,
  .promo-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 991px) {
  .announcement-bar-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .announcement-left {
    font-size: 1.15rem;
  }
}

/* Mobile: show all sections, allow wrapping to multi-line */
@media (max-width: 767px) {
  .header__topbar {
    padding: 8px 0;
  }

  .announcement-bar-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    row-gap: 6px;
  }

  .announcement-left {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 1.2rem;
  }

  /* Timer — centered on its own row */
  .announcement-middle {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .timer-box {
    min-width: 40px;
    padding: 5px 9px;
    font-size: 1.2rem;
  }

  .timer-separator {
    font-size: 1.05rem;
  }

  .timer-main-icon {
    font-size: 1.35rem;
  }

  /* Promo text stacked ABOVE button on its own row */
  .announcement-right {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    justify-content: center;
    width: 100%;
  }

  .promo-text {
    font-size: 1.15rem;
    white-space: nowrap;
    text-align: center;
    width: 100%;
  }

  .cta-button {
    padding: 7px 22px;
    font-size: 1.1rem;
    font-weight: 900;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(225, 29, 72, 0.35);
    letter-spacing: 0.01em;
  }
}

.header__contact-bar {
  width: 100%;
  height: 45px;
  background: linear-gradient(to right, #000000 0%, #0f172a 50%, #000000 100%);
  display: flex;
  align-items: center;
  z-index: 101;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header__contact-bar.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Sticky header sits below the fixed contact bar */
.header__sticky.sticky {
  top: 45px !important;
}

@media (max-width: 768px) {
  .header__contact-bar {
    height: 40px;
  }

  .header__sticky.sticky {
    top: 40px !important;
  }
}

.contact-bar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.contact-item {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.plain-phone {
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 400;
}

.plain-phone i {
  font-size: 16px;
}

.contact-pill-btn {
  background: linear-gradient(to right, #22c55e, #16a34a);
  color: #ffffff !important;
  padding: 0 12px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 2px 10px rgba(34, 197, 94, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 1;
}

.contact-pill-btn:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.3);
}

.contact-pill-btn i {
  font-size: 14px;
  margin-right: 4px;
}

.contact-bar-separator {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .contact-bar-inner {
    gap: 12px;
  }

  .plain-phone {
    font-size: 12px;
  }

  .contact-pill-btn {
    height: 22px;
    padding: 0 10px;
    font-size: 10px;
  }

  .contact-pill-btn i {
    font-size: 12px;
  }

  .contact-bar-separator {
    height: 12px;
  }
}

/* ==========================================================================
   Pre-order System Styles
   ========================================================================== */

/* Pre-order ribbon on product card image — matches pre-order__mini-badge style, top-left */
.pre-order-ribbon {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0px 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5f7ce3 0%, #6a4dc1 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  top: 6px;
  left: 6px;
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.22);
  z-index: 5;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.pre-order-ribbon:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(249, 115, 22, 0.35);
}

/* Pre-order button on product card */
.product__items--action__btn--preorder {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
  transition: all 0.3s ease !important;
}

.product__items--action__btn--preorder:hover {
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(234, 88, 12, 0.35) !important;
  color: #fff !important;
}

/* Pre-order empty state on pre-order page */
.pre-order__empty {
  text-align: center;
  padding: 4rem 2rem;
  color: #94a3b8;
}

.pre-order__empty i {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}

.pre-order__empty p {
  font-size: 1.2rem;
  font-weight: 600;
}

.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-item {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item:hover {
  background: #f0f0f0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  color: #333;
}

.faq-arrow {
  color: #999;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-arrow {
  transform: rotate(90deg);
}

.faq-answer {
  display: none;
  color: #6b7280;
  padding-top: 10px;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  display: block;
}

/* Ensure tabs are fully clickable */
.product__details--tab__list {
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.product__details--tab__list span,
.product__details--tab__list i {
  pointer-events: auto;
  /* Let the click bubble to the LI */
}

/* Video Modal Visibility */
.modal.is-visible {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: rgba(0, 0, 0, 0.7);
}

.modal.is-visible .modal-dialog {
  transform: translate(0, 0) !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

/* Video Card Overrides for Thumbnails */
.video-card {
  background-size: cover;
  background-position: center;
}

.video-card::before {
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.2) 100%) !important;
  opacity: 1 !important;
}

.video-card-body h3 {
  font-size: 1.2rem !important;
  margin-bottom: 6px;
  font-weight: 700;
}

.video-card-body p {
  font-size: 0.95rem !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

.video-card .video-card-play {
  z-index: 2;
}

.modal-backdrop {
  z-index: 10 !important;
}

.error-message {
  color: red;
  font-size: 12px;
}

/*review button   
              */
.flowrino-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  border-radius: 5px 10px;
  font-weight: 600;
  font-size: 12pt;
  background: linear-gradient(to right,
      CornflowerBlue,
      Aqua,
      DeepPink,
      CornflowerBlue);
  background-size: 600% 600%;
  animation: gradient 20s linear infinite;

  border: 1px solid transparent;

  color: white;
  box-shadow:
    rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset,
    rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.flowrino-btn:hover {
  background: linear-gradient(to right, Tomato, DarkOrange, Crimson, Tomato);
  background-size: 600% 600%;
  animation: gradient 30s linear infinite;
  filter: drop-shadow(0px 0px 30px CornflowerBlue);
  font-weight: 400;
  text-shadow: 0px 0px 3px CornflowerBlue;
  color: white;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 600% 50%;
  }
}

#button-7 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #da0000;
}

#button-7 a {
  position: relative;
  left: 0;
  transition: all 0.35s ease-Out;
  color: #da0000;
}

#dub-arrow {
  width: 100%;
  height: 100%;
  background: #da0000;
  left: -200px;
  position: absolute;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease-Out;
  bottom: 0;
}

#button-7:hover #dub-arrow {
  left: 0;
}

#button-7:hover a {
  left: 150px;
}

.single_page_autor {
  margin-left: 10px;
}

.single-author_img {
  border-radius: 50px;
}

.book-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.book-entry {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;

  border-radius: 8px;
  background-color: #f9f9f9;
  transition: box-shadow 0.5s ease;
  box-shadow: 0 2px 5px #0099ff54;
}

/* .book-entry:hover {
                                                    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
                                                } */

.book-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  font-family: "Poppins", sans-serif;
}

.preview-btn {
  background-color: #00bcd4;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background-color 0.5s ease,
    transform 0.3s ease;
  font-family: "Poppins", sans-serif;
}

.preview-btn:hover {
  background-color: #da0000;
  transform: scale(1.05);
}

.preview-btn:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 188, 212, 0.7);
}

@media (max-width: 480px) {
  .book-title {
    font-size: 10px;
  }

  .preview-btn {
    font-size: 10px;
    padding: 3px 5px;
  }
}

.add-to-wishlist.active a>i {
  color: red;
  /* Set the background color to red */
}

/* Media query for smaller screens */
@media (max-width: 768px) {

  .summary-table th,
  .summary-table td {
    font-size: 1.4rem;
  }

  .summary-table tr th {
    width: 12rem;
  }

  .product__details--info__meta--list {
    font-size: 1.4rem;
  }

  .product__details--info__title {
    font-size: 1.8rem;
    text-align: center;
  }

  .product__details--info__price {
    text-align: center;
  }

  .product__details--info__price .current__price {
    font-size: 2.2rem;
    text-align: center;
  }
}

.order-track-header {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #16a34a 100%);
  padding: 60px 0;
  text-align: center;
  color: #fff;
}

.order-track-header h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.order-track-header p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 0;
  color: #fff;
}

.order-track-header .icon-box {
  font-size: 40px;
  margin-bottom: 15px;
}

.order-track-container {
  padding: 60px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f8f9fa;
}

.order-track-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 500px;
  width: 100%;
  text-align: left;
}

.order-track-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.order-track-form {
  display: flex;
  gap: 15px;
}

.order-track-input {
  flex: 1;
  padding: 12px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s;
}

.order-track-input:focus {
  border-color: #16a34a;
}

.order-track-btn {
  background-color: #16a34a;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s;
}

.order-track-btn:hover {
  background-color: #15803d;
  color: white;
}

/* Result Card Styles */
.order-track-result {
  display: none;
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 500px;
  width: 100%;
  margin-top: 25px;
  text-align: left;
}

.result-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.result-header h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.result-header .badge {
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 20px;
  background-color: #f3f4f6;
  color: #374151;
  font-weight: 500;
}

.badge-success {
  background-color: #dcfce7 !important;
  color: #166534 !important;
}

/* Timeline */
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
  margin: 0;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 2px;
  background: #e5e7eb;
}

.timeline-item {
  position: relative;
  margin-bottom: 25px;
  padding-left: 55px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f3f4f6;
  color: #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 1;
  transition: all 0.3s;
  border: 4px solid #fff;
}

.timeline-content {
  padding-top: 8px;
}

.timeline-title {
  font-size: 16px;
  font-weight: 600;
  color: #9ca3af;
  margin-bottom: 4px;
  transition: all 0.3s;
}

.timeline-text {
  font-size: 13px;
  color: #9ca3af;
  margin: 0;
}

/* Active State */
.timeline-item.active .timeline-icon {
  background: #16a34a;
  color: white;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.2);
}

.timeline-item.active .timeline-title {
  color: #1f2937;
}

.timeline-item.active .timeline-text {
  color: #6b7280;
}

/* Connectors for active steps */
.timeline-item.active::after {
  content: "";
  position: absolute;
  top: 42px;
  bottom: -25px;
  left: 20px;
  width: 2px;
  background: #16a34a;
  z-index: 0;
}

.timeline-item.active:last-child::after {
  display: none;
}

.timeline-item.current-active .timeline-icon {
  background: #16a34a;
  color: white;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.2);
}

.timeline-item.current-active::after {
  display: none;
}

.help-section {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #6b7280;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}

.help-section i {
  color: #16a34a;
}

@media (max-width: 576px) {
  .order-track-form {
    flex-direction: column;
  }

  .order-track-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Banner to category gap */
.home-banner-bottom-gap {
  margin-bottom: 2rem !important;
}

@media (max-width: 768px) {
  .home-banner-bottom-gap {
    margin-bottom: 0rem !important;
  }
}

/* Ensure padding utility classes actually override section padding */
.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

/* Wishlist Button Modern Styling */
.product-detail-modern__wishlist-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 20px;
  margin-top: 15px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  color: #475569;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: none;
}

.product-detail-modern__wishlist-btn i {
  font-size: 1.6rem;
  transition: transform 0.25s ease;
}

.product-detail-modern__wishlist-btn .ri-heart-3-fill {
  display: none;
  color: #ef4444;
}

.product-detail-modern__wishlist-btn:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #1e293b;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.product-detail-modern__wishlist-btn:active {
  transform: translateY(0);
}

.product-detail-modern__wishlist-btn.active {
  border-color: #fca5a5;
  background: #fef2f2;
  color: #b91c1c;
}

.product-detail-modern__wishlist-btn.active i {
  transform: scale(1.1);
}

.product-detail-modern__wishlist-btn.active .ri-heart-3-line {
  display: none;
}

.product-detail-modern__wishlist-btn.active .ri-heart-3-fill {
  display: inline-block;
}

.product-detail-modern__wishlist-btn.d-show-mobile-only {
  margin-bottom: 20px;
}

/* Custom Mobile-Only Display Utility */
.d-show-mobile-only {
  display: flex !important;
}

@media (min-width: 992px) {
  .d-show-mobile-only {
    display: none !important;
  }
}

/* Video Modal Centering & Responsive Fix */
.modal.is-visible {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 2000;
}

.product-detail-modern__video-modal {
  max-width: 850px;
  width: 95%;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 !important;
  border: none;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.product-detail-modern__service-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 0 0 12px 12px;
}

.product-detail-modern__service-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .product-detail-modern__video-modal {
    width: 98%;
  }
}

/* Mobile Horizontal Scroll for Product Details Tabs */
@media (max-width: 768px) {
  .product__details--tab {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
    padding: 5px 5px 12px !important;
    margin-bottom: 15px !important;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #9ca3af #e5e7eb;
    /* Visual indicator for horizontal scroll */
    mask-image: linear-gradient(to right, black 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, black 95%, transparent 100%);
  }

  .product__details--tab::-webkit-scrollbar {
    display: block !important;
    height: 6px !important;
  }

  .product__details--tab::-webkit-scrollbar-track {
    background: #e5e7eb !important;
    border-radius: 999px !important;
  }

  .product__details--tab::-webkit-scrollbar-thumb {
    background: #9ca3af !important;
    border-radius: 999px !important;
    transition: all 0.3s ease;
  }

  .product__details--tab::-webkit-scrollbar-thumb:hover {
    background: #6b7280 !important;
  }

  .product__details--tab__list {
    flex: 0 0 auto !important;
    /* Prevent items from shrinking */
    margin: 0 15px 0 0 !important;
    padding: 8px 12px !important;
    font-size: 1.4rem !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  .product__details--tab__list:last-child {
    margin-right: 0 !important;
  }

  .product__details--tab__list i {
    font-size: 1.6rem !important;
  }

  .product__details--tab__list::before {
    bottom: -2px !important;
  }
}

/* Round Header Search Bar */
.header__search--form {
  border-radius: 999px !important;
  overflow: hidden !important;
  border: 1.5px solid var(--border-color) !important;
  background: #fff !important;
}

.header__select--categories {
  border-top-left-radius: 999px !important;
  border-bottom-left-radius: 999px !important;
}

.header__select--inner {
  padding-left: 2.2rem !important;
  border: none !important;
  border-right: 1px solid #e2e8f0 !important;
}

.header__search--button {
  border-top-right-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
  padding: 0 2rem !important;
}

.header__search--input {
  border: none !important;
  padding-left: 1.5rem !important;
}


/* testimonial section css */

.testimonial__section .section__heading--maintitle::before {
  display: none !important;
}

/* Pagination Bullet Styles */
.testimonial__section .testimonial__pagination .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  background-color: #e2e8f0 !important;
  border: 1px solid #cbd5e1 !important;
  opacity: 0.8 !important;
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.testimonial__section .testimonial__pagination .swiper-pagination-bullet-active {
  background-color: #22c55e !important;
  border: 1px solid #22c55e !important;
  opacity: 1 !important;
  transform: scale(1.6) !important;
}

@media only screen and (max-width: 767px) {
  .testimonial__section .section__heading--maintitle {
    font-size: 22px !important;
  }

  .testimonial__section .section__heading p {
    font-size: 13px !important;
  }
}

/* ================================================
   Newsletter CTA Section
   ================================================ */

.newsletter-cta-section {
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(to right, #1e3a5f 0%, #1e3a5f 55%, #166534 100%);
  position: relative;
  overflow: hidden;
}

/* Subtle decorative glow blobs */
.newsletter-cta-section::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.newsletter-cta-section::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 163, 74, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.newsletter-cta-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* Badge */
.newsletter-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #86efac;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 18px;
  border-radius: 999px;
  margin-bottom: 24px;
  backdrop-filter: blur(6px);
  letter-spacing: 0.02em;
}

.newsletter-cta-badge i {
  font-size: 15px;
  color: #f59e0b;
  /* Golden Gift Icon */
}

/* Heading */
.newsletter-cta-title {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

/* Subtitle */
.newsletter-cta-subtitle {
  font-size: 16px;
  color: #cbd5e1;
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* Form Layout */
.newsletter-cta-form {
  width: 100%;
}

.newsletter-cta-form-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 720px;
  margin: 0 auto;
}

.newsletter-cta-input-group {
  flex: 1;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  padding: 0 20px;
  height: 56px;
  transition: all 0.3s ease;
}

.newsletter-cta-input-group:focus-within {
  border-color: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2);
  background: rgba(255, 255, 255, 0.12);
}

.newsletter-cta-input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 15px;
  font-family: "Noto Sans Bengali", "Nunito", sans-serif;
  height: 100%;
  padding: 0;
}

.newsletter-cta-input::placeholder {
  color: #94a3b8;
}

/* Button */
.newsletter-cta-btn {
  height: 56px;
  min-width: 170px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Noto Sans Bengali", "Nunito", sans-serif;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.35);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.newsletter-cta-btn i {
  font-size: 18px;
}

.newsletter-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(34, 197, 94, 0.45);
  filter: brightness(1.1);
}

.newsletter-cta-btn:active {
  transform: translateY(0);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .newsletter-cta-section {
    padding: 60px 0;
  }

  .newsletter-cta-title {
    font-size: 28px;
  }

  .newsletter-cta-subtitle {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .newsletter-cta-form-row {
    flex-direction: column;
    gap: 12px;
  }

  .newsletter-cta-input-group {
    width: 100%;
    height: 58px;
    padding: 0 16px;
  }

  .newsletter-cta-input {
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    /* Prevents iOS zoom */
    text-align: center;
  }

  .newsletter-cta-btn {
    width: auto;
    height: 58px;
    min-height: 58px;
    line-height: 58px;
    padding: 0 22px;
    font-size: 16px;
    min-width: 160px;
    max-width: 100%;
    align-self: center;
  }
}


/* ================================================
   Compact Product Cards for Author & Recently Viewed
   ================================================ */
#writer .product__items,
#recently-viewed-section .product__items {
  padding: 6px;
  border-radius: 8px;
}

#writer .section__heading--maintitle,
#recently-viewed-section .section__heading--maintitle {
  font-size: 2.8rem !important;
  /* Increased size */
  text-align: left;
  font-weight: 800;
  color: #0b1f44;
}

/* Hide the shape/line under title */
#writer .section__heading--maintitle::before,
#writer .section__heading--maintitle::after,
#recently-viewed-section .section__heading--maintitle::before,
#recently-viewed-section .section__heading--maintitle::after {
  display: none !important;
}

#writer .product__items--content,
#recently-viewed-section .product__items--content {
  padding-top: 0.6rem;
}

#writer .product__items--content__title,
#recently-viewed-section .product__items--content__title {
  font-size: 1.15rem !important;
  line-height: 1.6rem !important;
  height: 3.2rem;
  /* 2 lines max */
  margin-bottom: 3px !important;
}

#writer .product__Author_name,
#recently-viewed-section .product__Author_name {
  display: none !important;
}

#writer .current__price,
#recently-viewed-section .current__price {
  font-size: 1.6rem !important;
  margin-bottom: 3px;
}

/* Hide Details Button */
#writer .product__items--action__list:last-child,
#recently-viewed-section .product__items--action__list:last-child {
  display: none !important;
}

/* Center Button with Narrower Width */
#writer .product__items--action__list,
#recently-viewed-section .product__items--action__list {
  width: 100% !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
}

#writer .product__items--action__btn,
#recently-viewed-section .product__items--action__btn {
  width: 80% !important;
  /* Narrower as requested */
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 1.1rem !important;
  padding: 0 0.5rem !important;
  border-radius: 50px !important;
  /* Fully Rounded */
  gap: 4px;
}

/* Change Text to "কার্টে নিন" only for regular buttons */
#writer .add-to-cart:not(.product__items--action__btn--preorder) .add__to--cart__text,
#recently-viewed-section .add-to-cart:not(.product__items--action__btn--preorder) .add__to--cart__text {
  display: inline-block !important;
  font-size: 0 !important;
  /* Hide original text */
}

#writer .add-to-cart:not(.product__items--action__btn--preorder) .add__to--cart__text::after,
#recently-viewed-section .add-to-cart:not(.product__items--action__btn--preorder) .add__to--cart__text::after {
  content: 'কার্টে নিন';
  font-size: 1rem !important;
  display: inline-block;
}

/* Ensure Pre-order text stays original */
#writer .product__items--action__btn--preorder .add__to--cart__text,
#recently-viewed-section .product__items--action__btn--preorder .add__to--cart__text {
  font-size: 1rem !important;
}

/* Gradient Text for Title - Matching Homepage "আমাদের বই সমূহ" */
.gradient-text {
  background: linear-gradient(90deg, #18b885 0%, #8dbb38 55%, #f2a93b 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
  display: inline-block;
}

.title-icon {
  color: #18b885;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 0.9em;
}

#writer hr,
#recently-viewed-section hr {
  margin: 6px 0;
}

/* Fix padding/margin issues */
#writer .mb-30,
#recently-viewed-section .mb-30 {
  margin-bottom: 10px !important;
}

#writer .section--padding,
#recently-viewed-section.section--padding {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

@media (max-width: 1200px) {

  #writer .product__items--content__title,
  #recently-viewed-section .product__items--content__title {
    font-size: 1.1rem !important;
    height: 3rem;
  }
}

@media (max-width: 768px) {

  #writer .section__heading--maintitle,
  #recently-viewed-section .section__heading--maintitle {
    font-size: 2.2rem !important;
    /* Slightly smaller for mobile but still larger than before */
  }

  #writer .product__items--content__title,
  #recently-viewed-section .product__items--content__title {
    font-size: 1.05rem !important;
    height: 3rem;
  }

  #writer .current__price,
  #recently-viewed-section .current__price {
    font-size: 1.4rem !important;
  }

  #writer .add-to-cart:not(.product__items--action__btn--preorder) .add__to--cart__text::after,
  #recently-viewed-section .add-to-cart:not(.product__items--action__btn--preorder) .add__to--cart__text::after,
  #writer .product__items--action__btn--preorder .add__to--cart__text,
  #recently-viewed-section .product__items--action__btn--preorder .add__to--cart__text {
    font-size: 0.95rem !important;
  }
}

@media (max-width: 480px) {
  .newsletter-cta-title {
    font-size: 24px;
  }
}