html,
body {
  margin: 0;
  padding: 0;
  font-family: "Garamond", sans-serif;
  text-rendering: optimizeLegibility;
  color: #222;
  /* overflow-x: hidden; */
}

h4 {
  font-size: 22px;
  margin-bottom: 28px;
}

p {
  font-size: 22px;
}

a,
a:active {
  text-decoration: none;
  color: #AD469A;
}

.boxed {
  margin: 5px 5px 5px 27.5px;
  border-width: 2px;
  border-style: solid;
  border-color: #AD469A11;
  border-radius: 15px;
  background-color: #AD469A22;
  text-align: center;
}

.book {
  font-size: 16px;
  opacity: 0;
}

.book img {
  width: 40px;
  height: 40px;
  margin: 8px;
}

.product {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.product button {
  margin: 5px 10px 5px 0px;
}

.productImage {
  width: 180px;
  padding: 5px 15px 5px 5px;
  text-align: center;
}

.productDescription {
  padding: 5px;
  min-width: 0;
  flex: 1;
  overflow-wrap: break-word;
  word-break: break-word;
}

.productImage img {
  width: 160px;
}

.details {
  display: block;
}

/* purple:AD469A , brown:CC9831 */
header .container {
  background: url('shushu.svg') no-repeat 125px 22px;
}

header .container .logo {
  background: url('logo.svg') no-repeat 315px 42px;
}

header h2 {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-top: 70px;
}

header a h2 {
  color: #222;
}

header a h2 span {
  transition: all 400ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

header a:hover h2 span {
  color: #fff;
  margin-left: 10px;
}

header .white-block {
  margin-top: 30px;
  width: 46px;
  height: 6px;
  background: #fff;
}

header .title {
  margin-top: 80px;
}

header h1 {
  font-size: 90px;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 100px;
  margin: 0;
  margin-left: -6px;
}

header h1 span {
  display: inline-block;
  font-size: 18px;
  margin-top: 22px;
  vertical-align: top;
  letter-spacing: 0;
}

header .title a {
  display: inline-block;
  margin-top: 6px;
  margin-right: -70px;
  background: #222222DD;
  padding: 26px 80px;
  color: #fff;
  border: 2px solid #222222;
  border-radius: 12px;
  font-size: 26px;
  letter-spacing: 0.2em;
  transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

header .title a:hover {
  margin-top: 12px;
  margin-right: -80px;
  padding: 20px 90px;
}

header h3 {
  font-size: 21px;
  line-height: 30px;
}

h3 img {
  width: 20px;
  height: 20px;
}

/*----------------------------------
  Background Grid
------------------------------------*/

.grid {
  position: fixed;
  width: 100%;
  background: url('back.svg') no-repeat top right;
}

.grid-line {
  height: 100vh;
  border-left: 1px solid #66552222;
}

.fixed-top {
  position: absolute;
  width: 600px;
  height: 600px;
  background: #CC9831;
  border-radius: 12px;
  z-index: -1;
  margin-top: -220px;
  margin-left: 100px;
}

/*----------------------------------
  Main
------------------------------------*/

/* .main {
  /* overflow: hidden; */

.section {
  position: relative;
}

section.watermark {
  margin-top: 100px;
  pointer-events: none;
}

section.watermark * {
  pointer-events: none;
}


.absolute {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 100px;
  pointer-events: none;
}

.absolute.above {
  z-index: 2;
}

.absolute h2 {
  font-size: 140px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #f0f0f0;
  z-index: -1;
}

.lg-green {
  width: 160px;
  height: 160px;
  background: #CC9831;
  border-radius: 12px;
  margin-left: -80px;
  margin-top: 200px;
}

.sm-green {
  width: 60px;
  height: 60px;
  background: #CC9831;
  border-radius: 12px;
  margin-left: -30px;
  margin-top: 400px;
}

.sm-purple {
  width: 60px;
  height: 60px;
  background: #AD469A;
  border-radius: 12px;
  margin-left: -30px;
  margin-top: 400px;
}

.xs-green {
  width: 60px;
  height: 60px;
  background: #CC9831;
  border-radius: 12px;
  margin-left: -30px;
  margin-top: 400px;
}

.md-green {
  width: 120px;
  height: 120px;
  background: #CC9831;
  border-radius: 12px;
  margin-left: -60px;
  margin-top: 10px;
}

.lg-purple {
  width: 80px;
  height: 80px;
  background: #AD469A;
  border-radius: 12px;
  margin-left: 57px;
  margin-top: 60px;
}

.date {
  margin-top: 100px;
  font-size: 48px;
  font-weight: 600;
  color: #AD469A;
}

.temp {
  margin-top: 150px;
  font-size: 140px;
  font-weight: 900;
  letter-spacing: -0.07em;
  color: #F2E5F1;
}

.text-editor {
  background: #fafafa;
  padding: 30px 25px;
  border: 2px solid #CC9831;
  border-radius: 12px;
}

code {
  text-align: left;
  padding: 0;
  font-size: 22px;
  background: none;
  border-radius: 0;
  color: #CC9831;
}

.md-facebook {
  width: 60px;
  height: 60px;
  background: #AD469A;
  border-radius: 12px;
  margin-left: 68px;
  margin-top: 600px;
}

.md-twitter {
  width: 120px;
  height: 120px;
  background: #CC9831;
  border-radius: 12px;
  margin-left: -60px;
  margin-top: 60px;
}

.md-dixonandmoe {
  width: 120px;
  height: 120px;
  background: #AD469A;
  border-radius: 12px;
  margin-left: -60px;
  margin-top: 760px;
}

.bt-green {
  width: 60px;
  height: 60px;
  background: #CC9831;
  border-radius: 12px;
  margin-left: -30px;
  margin-top: 700px;
}

.bt-purple {
  width: 80px;
  height: 80px;
  background: #AD469A;
  border-radius: 12px;
  margin-left: 57px;
  margin-top: 600px;
}

.share {
  position: relative;
  top: 200px;
}

.share a {
  font-size: 34px;
}

.share a span {
  transition: all 400ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.share a:hover span {
  margin-left: 10px;
}

a.dam,
a.dam:hover,
a.dam:active,
a.dam:visited {
  color: #222;
  margin-left: 80px;
}

span.comment {
  color: rgba(255, 255, 255, 0.4);
}

span.purple {
  color: #AD469A;
}

span.green {
  color: #a0f100;
}

span.white {
  color: #fff;
}

span.orange {
  color: #CC9831;
}

/* -------------------------------------------------------------------------- */
/* =====================options-menu and documentation======================= */
/* -------------------------------------------------------------------------- */
h2.heading {
  font-size: 50px;
}

h3.heading {
  font-size: 27px;
  font-weight: bolder;
}

.documentation {
  margin-top: 8rem;
}

.options {
  border-radius: 12px;
  border: 1px solid #ccc;
  background-color: white;
  width: 90%;
  padding: 2.5rem;
  margin-top: 4rem;
  height: auto;
}

.options a {
  display: block;
}

.options-text {
  font-size: medium;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin: 1rem 0;
}

.options-text--margin {
  margin-top: 3rem;
}

.options-title {
  font-size: 24px;
  padding: 1rem 0;
  color: #222;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 4;
}

/* Style the active class (and buttons on mouse-over) */
.active {
  color: #AD469A;
}

.option:hover {
  color: #CC9831;
}

html {
  scroll-behavior: smooth;
}

@keyframes fuzz

/* Safari and Chrome */
  {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  100% {
    /*-webkit-transform: scaleY(1);*/
    opacity: 1;
  }
}

@keyframes fuzz2

/* Safari and Chrome */
  {
  0% {
    opacity: 0;
  }

  48% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fuzz3

/* Safari and Chrome */
  {
  0% {
    opacity: 0;
  }

  54% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes stretch

/* Safari and Chrome */
  {
  0% {
    -webkit-transform: scaleX(0);
    opacity: 0;
  }

  50% {
    -webkit-transform: scaleX(0);
    opacity: 1;
  }

  60% {
    -webkit-transform: scaleX(0);
  }

  100% {
    -webkit-transform: scaleX(1);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*----------------------------------
  Medium devices: iPad vertical
------------------------------------*/

@media (max-width: 991px) {
  header .container {
    background: url('shushu.svg') no-repeat 181px 30px;
  }
}

/*----------------------------------
  Small devices: iPhone 6+ and below
------------------------------------*/

@media (max-width: 767px) {
  .sticky {
    display: none;
  }
}

/*----------------------------------
  iPhone 6 & 6+ specific text bump
------------------------------------*/

@media (max-width: 991px) and (max-height: 736px) and (min-height: 481px) {
  .sticky {
    display: none;
  }

  body {
    overflow-x: hidden;
  }

  .grid {
    background: none;
  }

  .details {
    display: none;
  }

  .temp {
    color: #AD469A;
  }

  header h1 {
    font-size: 76px;
  }
}


/* -------------------------------------------------------------------------- */
/* ===================== Buy Now Button ======================= */
/* -------------------------------------------------------------------------- */

.btn-buy {
  background-color: #CC9831;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-buy:hover {
  background-color: #b08228;
}

/* -------------------------------------------------------------------------- */
/* ===================== Top Navigation & RTL Support ======================= */
/* -------------------------------------------------------------------------- */

.top-nav {
  position: absolute;
  top: 20px;
  right: 20px;
  /* Default for LTR */
  z-index: 1000;
  /* Ensure it's above other elements */
  display: flex;
  gap: 15px;
}

.btn-nav {
  background-color: transparent;
  border: 2px solid #AD469A;
  color: #AD469A;
  padding: 8px 16px;
  border-radius: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.btn-nav:hover {
  background-color: #AD469A;
  color: #fff;
  text-decoration: none;
}

.btn-nav.primary {
  background-color: #CC9831;
  border-color: #CC9831;
  color: #fff;
}

.btn-nav.primary:hover {
  background-color: #b08228;
  border-color: #b08228;
}

/* RTL Support removed — language toggle now translates text only, no layout flip */

/* Responsive adjustments for Top Nav */
@media (max-width: 767px) {
  .top-nav {
    top: 10px;
    right: 10px;
    gap: 5px;
  }

  .btn-nav {
    padding: 5px 10px;
    font-size: 12px;
  }
}

/* -------------------------------------------------------------------------- */
/* ===================== About Us Section ======================= */
/* -------------------------------------------------------------------------- */

.about-us-section {
  position: relative;
  margin-top: 6rem;
  padding-bottom: 2rem;
}

.about-us-card {
  background: #fff;
  border: 2px solid #CC9831;
  border-radius: 16px;
  padding: 40px 36px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.about-us-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.about-us-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f3e8ff, #fce8f3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #AD469A;
  flex-shrink: 0;
}

.about-us-title {
  font-size: 36px;
  font-weight: 900;
  color: #1a1a2e;
  margin: 0;
}

.about-us-text {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}

.about-us-highlights {
  display: flex;
  gap: 24px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.highlight-item {
  flex: 1;
  min-width: 200px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px 18px;
  transition: all 0.3s ease;
}

.highlight-item:hover {
  border-color: #CC9831;
  box-shadow: 0 6px 20px rgba(204, 152, 49, 0.1);
  transform: translateY(-2px);
}

.highlight-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, #CC983122, #CC983111);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CC9831;
  flex-shrink: 0;
}

.highlight-item h4 {
  font-size: 16px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 4px;
}

.highlight-item p {
  font-size: 14px;
  color: #777;
  margin: 0;
  line-height: 1.4;
}

.about-us-social {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.social-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.social-link:hover {
  background: #AD469A;
  border-color: #AD469A;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(173, 70, 154, 0.3);
}

.social-link:hover img {
  filter: brightness(0) invert(1);
}

.about-us-actions {
  margin-top: 8px;
}

.btn-terms {
  background: linear-gradient(135deg, #AD469A, #7B2D6E);
  color: #fff;
  border: none;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.68, -0.1, 0.265, 1.55);
  box-shadow: 0 4px 15px rgba(173, 70, 154, 0.3);
  letter-spacing: 0.02em;
  font-family: inherit;
}

.btn-terms:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(173, 70, 154, 0.45);
}

/* -------------------------------------------------------------------------- */
/* ===================== Terms & Conditions Modal ======================= */
/* -------------------------------------------------------------------------- */

.terms-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.terms-modal-card {
  background: #fff;
  border-radius: 20px;
  max-width: 640px;
  width: 100%;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
  animation: termsSlideIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes termsSlideIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.terms-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 32px 20px;
  border-bottom: 1px solid #eee;
}

.terms-modal-header h3 {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0;
}

.terms-close-btn {
  width: 36px;
  height: 36px;
  border: none;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 22px;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  line-height: 1;
}

.terms-close-btn:hover {
  background: #AD469A;
  color: #fff;
}

.terms-modal-body {
  padding: 24px 32px 32px;
  overflow-y: auto;
  line-height: 1.7;
}

.terms-modal-body h4 {
  font-size: 17px;
  font-weight: 700;
  color: #AD469A;
  margin: 20px 0 8px;
}

.terms-modal-body h4:first-child {
  margin-top: 0;
}

.terms-modal-body p {
  font-size: 15px;
  color: #555;
  margin: 0 0 12px;
}

.terms-modal-body ul {
  margin: 0 0 14px;
  padding-left: 24px;
}

.terms-modal-body li {
  font-size: 15px;
  color: #555;
  margin-bottom: 6px;
  line-height: 1.6;
}

/* Responsive About Us */
@media (max-width: 767px) {
  .about-us-card {
    padding: 28px 20px;
  }

  .about-us-title {
    font-size: 28px;
  }

  .about-us-text {
    font-size: 16px;
  }

  .about-us-highlights {
    flex-direction: column;
    gap: 12px;
  }

  .highlight-item {
    min-width: unset;
  }

  .terms-modal-card {
    max-height: 90vh;
  }

  .terms-modal-header {
    padding: 20px 20px 16px;
  }

  .terms-modal-body {
    padding: 16px 20px 24px;
  }
}.ql-editor-content .ql-align-right { text-align: right; } .ql-editor-content .ql-align-center { text-align: center; } .ql-editor-content .ql-align-justify { text-align: justify; } .ql-editor-content .ql-direction-rtl { direction: rtl; text-align: inherit; }
