/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --leading-normal: 1.5;
    --radius-sm: 0.25rem;
    --radius-xl: 0.75rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #280071;
    --color-secondary: #71cc98;
    --color-prime-2: #4EB57C;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-green-600 {
    background-color: var(--color-green-600);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
html {
  scroll-behavior: smooth;
}
.container {
  margin-inline: auto;
  max-width: 1240px;
}
header {
  position: sticky;
  top: calc(var(--spacing) * 0);
  z-index: 50;
  background-color: var(--color-white);
  --tw-shadow: 0 1px 4px 0 var(--tw-shadow-color, rgba(0,0,0,0.15));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition: transform 0.3s ease;
}
header.header-hidden {
  transform: translateY(-100%);
}
header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: calc(var(--spacing) * 0);
  padding-block: 30px;
  transition: padding 0.3s ease;
}
header.scrolled > .container {
  padding: 15px 0;
}
header .logo img {
  height: calc(var(--spacing) * 10);
  width: 211px;
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
header .logo img:hover {
  opacity: 80%;
}
header .menu ul {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 6);
}
header .menu ul li a {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: 39px;
  line-height: 39px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-black);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
header .menu ul li a:hover, header .menu ul li a.active {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary);
}
header .menu ul li.lang img {
  margin-left: calc(var(--spacing) * 4);
  height: calc(var(--spacing) * 10);
  width: calc(var(--spacing) * 10);
}
header .actions .get-free {
  display: flex;
  height: 54px;
  align-items: center;
  border-radius: var(--radius-xl);
  background-color: var(--color-prime-2);
  padding-inline: 27px;
  padding-block: 10px;
  font-size: 18px;
  --tw-leading: 39px;
  line-height: 39px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  --tw-shadow: 0 4px 4px 0 var(--tw-shadow-color, rgba(0,0,0,0.15));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      opacity: 90%;
    }
  }
}
.hero-banner {
  position: relative;
  padding-top: 79px;
  padding-bottom: 85px;
}
.hero-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: -60px;
  background: url('../images/banner-shape.png') no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.2;
}
.hero-banner > .container {
  position: relative;
  z-index: 1;
}
.hero-banner .info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}
.hero-banner h1 {
  margin-bottom: 32px;
  font-size: 53px;
  --tw-leading: 70px;
  line-height: 70px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}
.hero-banner h1 span {
  font-size: 59px;
  --tw-leading: 70px;
  line-height: 70px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-prime-2);
}
.hero-banner .content > p {
  margin-bottom: 88px;
  font-size: 23px;
  --tw-leading: 39px;
  line-height: 39px;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-black);
}
.hero-banner .actions {
  display: flex;
  align-items: center;
  gap: 26px;
  align-self: stretch;
}
.hero-banner .actions a:first-child {
  border-radius: var(--radius-xl);
  background-color: var(--color-primary);
  padding-inline: 28px;
  padding-block: 12px;
  font-size: 20px;
  --tw-leading: 39px;
  line-height: 39px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  --tw-shadow: 0 4px 4px 0 var(--tw-shadow-color, rgba(0,0,0,0.15));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.hero-banner .actions a:first-child:hover {
  opacity: 90%;
  box-shadow: 0 6px 12px 0 rgba(40, 0, 113, 0.35);
}
.hero-banner .actions a:last-child {
  border-radius: var(--radius-xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-primary);
  padding-inline: 32px;
  padding-block: 12px;
  font-size: 20px;
  --tw-leading: 39px;
  line-height: 39px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-primary);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.hero-banner .actions a:last-child:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.hero-banner .clients {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
}
.hero-banner .clients img {
  height: 32px;
  width: 93px;
  object-fit: contain;
}
.hero-banner .clients p {
  font-size: 16px;
  --tw-leading: 39px;
  line-height: 39px;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-black);
}
.hero-banner .img {
  position: relative;
}
.hero-banner .img > img:first-child {
  margin-inline: auto;
  border-radius: 120px;
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.hero-banner .img > img:first-child:hover {
  opacity: 90%;
}
.hero-banner .img .bg-img {
  position: absolute;
  bottom: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: calc(1 * -1);
  height: 508.814px;
  width: 100%;
  opacity: 20%;
}
.hero-banner .img .box {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hero-banner .img .box h4 {
  margin-bottom: 8px;
  font-size: 20px;
  --tw-leading: 27px;
  line-height: 27px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary);
}
.hero-banner .img .box h4 span {
  text-align: right;
  font-size: 20px;
  --tw-leading: 27px;
  line-height: 27px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-prime-2);
}
.hero-banner .img .box p {
  max-width: 261px;
  text-align: right;
  font-size: 16px;
  --tw-leading: 25px;
  line-height: 25px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #656565;
}
.hero-banner .numbers {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  background-color: var(--color-prime-2);
  padding-block: 20px;
  padding-right: 86px;
  padding-left: 85px;
}
.hero-banner .numbers .number {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-banner .numbers .divider {
  width: 3px;
  align-self: stretch;
  border-radius: 14px;
  background-color: var(--color-white);
}
.hero-banner .numbers h3 {
  text-align: center;
  font-size: 36px;
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
}
.hero-banner .numbers h3 span {
  margin-left: 7px;
  color: #FFC309;
}
.hero-banner .numbers p {
  text-align: center;
  font-size: 25px;
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  text-transform: capitalize;
}
section.video {
  padding-top: 123px;
  padding-bottom: 90px;
}
section.video h2 {
  margin-bottom: 70px;
  text-align: center;
  font-size: 60px;
  --tw-leading: 70px;
  line-height: 70px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}
section.video h2 span {
  font-size: 60px;
  --tw-leading: 70px;
  line-height: 70px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-prime-2);
}
section.video .video {
  position: relative;
  margin-inline: auto;
  max-width: 1018px;
}
section.video .video video {
  margin-inline: auto;
  width: 100%;
  border-radius: 14px;
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
section.video .video video:hover {
  box-shadow: 0 8px 30px rgba(40, 0, 113, 0.15);
}
section.video .play {
  position: absolute;
  top: calc(1 / 2 * 100%);
  left: calc(1 / 2 * 100%);
  height: 126.289px;
  width: 126.289px;
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  cursor: pointer;
  border-radius: 63.145px;
  background-color: var(--color-white);
  padding: 7.333px;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
section.video .play:hover {
  opacity: 80%;
}
section.video .play.hiding {
  opacity: 0%;
}
section.video .play > span {
  display: flex;
  height: 110.808px;
  width: 110.808px;
  align-items: center;
  justify-content: center;
  border-radius: 63.145px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-primary);
  background-color: var(--color-white);
  font-size: 13.036px;
  --tw-leading: 20.369px;
  line-height: 20.369px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-prime-2);
  font-family: 'Inter', sans-serif;
  animation: pulse-ring 2s ease-in-out infinite;
}
section.video video {
  cursor: pointer;
}
@keyframes pulse-ring {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(40, 0, 113, 0.3);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(40, 0, 113, 0);
  }
}
.video-stories {
  padding-top: 66px;
  padding-bottom: 69px;
}
.video-stories .stories {
  margin-left: 100px;
  transition: margin-left 0.4s ease;
}
.video-stories .story {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.video-stories .story:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.video-stories .story video {
  height: 524px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 67/119;
  transition: filter 0.4s ease;
}
.video-stories .story:hover video {
  filter: brightness(1.05);
}
.video-stories .story .overlay {
  pointer-events: none;
  position: absolute;
  right: calc(var(--spacing) * 0);
  bottom: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  height: calc(1 / 2 * 100%);
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.00) 0%, #1C1C1C 100%);
  transition: opacity 0.4s ease;
}
.video-stories .story .icon {
  position: absolute;
  top: calc(1 / 2 * 100%);
  left: calc(1 / 2 * 100%);
  display: flex;
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  padding: 25px 22px 25px 33px;
  background: rgba(50, 50, 50, 0.70);
  transition: opacity 0.4s ease, background 0.4s ease;
}
.video-stories .story:hover .icon {
  background: rgba(50, 50, 50, 0.85);
}
.video-stories .story .icon img {
  height: 49.26px;
  width: 44.029px;
}
.video-stories .story h3 {
  position: absolute;
  right: 24px;
  bottom: 40px;
  left: 24px;
  font-size: 21px;
  --tw-leading: 30px;
  line-height: 30px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  transition: opacity 0.4s ease;
}
.video-stories .swiper-button-next, .video-stories .swiper-button-prev {
  height: 64px;
  width: 64px;
  border-radius: calc(infinity * 1px);
  background: rgba(8, 24, 135, 0.70);
  padding: 18px;
  transition: opacity 0.3s ease;
}
.video-stories .swiper-button-next:after, .video-stories .swiper-button-prev:after {
  font-size: 22px;
  color: var(--color-white);
}
.video-stories .swiper-button-disabled {
  opacity: 70%;
}
.discover-book {
  position: relative;
  overflow: hidden;
  padding-top: 87px;
  padding-bottom: 100px;
}
.discover-book::after {
  content: '';
  pointer-events: none;
  position: absolute;
  right: calc(var(--spacing) * 0);
  bottom: calc(var(--spacing) * 0);
  background: url('../images/discover-bg.png') no-repeat;
  background-size: contain;
  background-position: right bottom;
  width: 133px;
  height: 370px;
  aspect-ratio: 43 / 104;
  opacity: 0.2;
}
.discover-book h2 {
  margin-bottom: 88px;
  text-align: center;
  font-size: 54px;
  --tw-leading: 70px;
  line-height: 70px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}
.discover-book h2 span {
  font-size: 60px;
  --tw-leading: 70px;
  line-height: 70px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-prime-2);
}
.discover-book .content {
  margin-bottom: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
}
.discover-book .cards {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.discover-book .card {
  position: relative;
  display: flex;
  gap: 17px;
  border-radius: 24px;
  padding: 32px 22px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.discover-book .content > .cards:first-child .card {
  flex-direction: row-reverse;
}
.discover-book .content > .cards:first-child .card:first-child {
  transform: rotate(-13.989deg);
}
.discover-book .content > .cards:first-child .card:last-child {
  transform: rotate(4.148deg);
}
.discover-book .content > .cards:last-child .card:first-child {
  transform: rotate(7.351deg);
}
.discover-book .content > .cards:last-child .card:last-child {
  transform: rotate(-4.717deg);
}
.discover-book .content > .cards:last-child .card h3, .discover-book .content > .cards:last-child .card p {
  text-align: left;
}
.discover-book .card .icon {
  display: flex;
  height: 44px;
  width: 44px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: var(--color-primary);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.discover-book .card .icon img {
  height: 26.987px;
  width: 19.65px;
  aspect-ratio: 19.65/26.99;
}
.discover-book .card h3 {
  margin-bottom: 16px;
  text-align: right;
  font-size: 20px;
  --tw-leading: 24px;
  line-height: 24px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary);
}
.discover-book .card p {
  text-align: right;
  font-size: 16px;
  --tw-leading: 24px;
  line-height: 24px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: rgba(0, 0, 0, 0.70);
}
.discover-book .card::before {
  content: '';
  position: absolute;
  top: calc(var(--spacing) * 0);
  height: 42px;
  width: 41px;
  right: -1px;
  background: url('../images/discover-border-top.svg') no-repeat;
  background-size: contain;
  transform: rotate(-4deg);
}
.discover-book .card::after {
  content: '';
  position: absolute;
  height: 42px;
  width: 41px;
  bottom: -2px;
  left: -2px;
  background: url('../images/discover-border-top.svg') no-repeat;
  background-size: contain;
  transform: rotate(182.011deg);
}
.discover-book .img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.discover-book .img img {
  position: relative;
  z-index: 1;
  height: 511.289px;
}
.discover-book .img .blur-bg {
  position: absolute;
  top: calc(1 / 2 * 100%);
  left: calc(1 / 2 * 100%);
  height: 263px;
  width: 268px;
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  border-radius: 400px;
  background: rgba(78, 181, 124, 0.40);
  box-shadow: 0 0 140px 0 #4EB57D;
}
.discover-book > .container > a {
  margin-inline: auto;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  background-color: var(--color-primary);
  padding-inline: 32px;
  padding-block: 10px;
  font-size: 20px;
  --tw-leading: 39px;
  line-height: 39px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      opacity: 90%;
    }
  }
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.learn {
  position: relative;
  padding-top: 96px;
  padding-bottom: 100px;
}
.learn > img {
  position: absolute;
  left: calc(var(--spacing) * 0);
  z-index: calc(1 * -1);
  height: auto;
  width: 100%;
  bottom: 80px;
}
.learn h2 {
  margin-bottom: 127px;
  text-align: center;
  font-size: 54px;
  --tw-leading: 70px;
  line-height: 70px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}
.learn h2 span {
  font-size: 60px;
  --tw-leading: 70px;
  line-height: 70px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-prime-2);
}
.learn .cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: flex-start;
  gap: 42.5px;
}
.learn .card {
  border-radius: 24px;
  background-color: var(--color-white);
  padding: 0 28.606px 38.999px 24px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.learn .card:nth-child(odd) {
  margin-top: 66px;
}
.learn .card .img img {
  margin-top: calc(45px * -1);
  margin-bottom: 21px;
  height: 112px;
  width: 138px;
  box-shadow: 0 -2px 0 0 rgba(202, 202, 202, 0.15);
}
.learn .card h3 {
  margin-bottom: 20px;
  font-size: 22px;
  --tw-leading: 28px;
  line-height: 28px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary);
}
.learn .card p {
  font-size: 16px;
  --tw-leading: 28px;
  line-height: 28px;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: rgba(0, 0, 0, 0.70);
}
.inside-book {
  padding-top: 72px;
  padding-bottom: 103px;
}
.inside-book h2 {
  margin-bottom: 88px;
  text-align: center;
  font-size: 60px;
  --tw-leading: 70px;
  line-height: 70px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}
.inside-book h2 span {
  font-size: 60px;
  --tw-leading: 70px;
  line-height: 70px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-prime-2);
}
.inside-book .content {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.inside-book .img-chatpters {
  width: 71.2%;
}
.inside-book .img-chatpters .img img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}
.inside-book .tabs {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
}
.inside-book .tabs button {
  background-color: var(--color-white);
  font-size: 14px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  padding: 15px 18px 14px 18px;
  color: #483698;
  line-height: 140%;
}
.inside-book .tabs button:not(.over-view) {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.inside-book .tabs button:not(.over-view):hover {
  background: #EDE9F6;
}
.inside-book .tabs button.active {
  background-color: var(--color-prime-2);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
}
.inside-book .tabs .over-view {
  background-color: var(--color-prime-2);
  color: var(--color-white);
  padding: 14px 15px 15px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}
.inside-book .content-chapter {
  position: absolute;
  right: calc(var(--spacing) * 0);
  z-index: 1;
  max-width: 584px;
  padding: 40px 36px;
  border-radius: 12px;
  background: #483698;
  transition: opacity 0.4s ease;
}
.inside-book .content-chapter.fading {
  opacity: 0%;
}
.inside-book .content-chapter h3 {
  margin-bottom: 32px;
  font-size: 40px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  line-height: 140%;
}
.inside-book .content-chapter p {
  font-size: 22px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: rgba(255, 255, 255, 0.90);
  line-height: 150%;
  letter-spacing: 0.44px;
}
.inside-book > .container > a {
  margin-left: auto;
  display: flex;
  height: 63px;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  background-color: var(--color-prime-2);
  --tw-leading: 39px;
  line-height: 39px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      opacity: 90%;
    }
  }
  padding: 12px 28px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}
.author-box {
  padding-block: 104px;
}
.author-box .box-author {
  display: grid;
  border-radius: 50px;
  grid-template-columns: 35.5% 64.5%;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.author-box .box-author > .img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../images/author-bg.png') no-repeat center center;
  background-size: cover;
}
.author-box .box-author > .img img {
  border-radius: 0 0 30px 28px;
}
.author-box .box-author > .content {
  padding: 120px 56px 89px 62px;
}
.author-box .box-author > .content > p {
  margin-bottom: 69px;
  font-size: 35px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #2A2A2A;
  font-family: 'Mongolian Baiti', serif;
  line-height: 62px;
}
.author-box .box {
  margin-left: auto;
  max-width: 310px;
}
.author-box .box h3 {
  margin-bottom: 12px;
  text-align: right;
  font-size: 24px;
  --tw-leading: 27px;
  line-height: 27px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary);
}
.author-box .box h3 span {
  font-size: 24px;
  --tw-leading: 27px;
  line-height: 27px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-prime-2);
}
.author-box .box p {
  text-align: right;
  font-size: 16px;
  --tw-leading: 25px;
  line-height: 25px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: rgba(0, 0, 0, 0.60);
}
.articles-sec {
  padding: 72px 0 80px 0;
}
.articles-sec h2 {
  margin-bottom: 72px;
  text-align: center;
  font-size: 54px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}
.articles-sec h2 span {
  color: var(--color-prime-2);
}
.articles-sec .articles {
  margin-bottom: 48px;
  display: grid;
  gap: 29px;
  grid-template-columns: 50% 1fr 1fr;
}
.articles-sec .article:first-child .img {
  position: relative;
  overflow: hidden;
  border-radius: 14px 14px 0 0;
  height: 320px;
}
.articles-sec .article:first-child .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.articles-sec .article:first-child .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-white);
  width: 51px;
  height: 51px;
  bottom: 16px;
  right: 16px;
}
.articles-sec .article:first-child .icon i {
  font-size: 18px;
  color: var(--color-primary);
}
.articles-sec .article:first-child h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary);
}
.articles-sec .article:first-child p {
  margin-bottom: 14px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.60);
}
.articles-sec .article:first-child .date {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  color: rgba(0, 0, 0, 0.40);
}
.articles-sec .article:not(:first-child) .img {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 162px;
}
.articles-sec .article:not(:first-child) .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.articles-sec .article:not(:first-child) .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-white);
  width: 40px;
  height: 40px;
  bottom: 12px;
  right: 12px;
}
.articles-sec .article:not(:first-child) .icon i {
  font-size: 14px;
  color: var(--color-primary);
}
.articles-sec .article:not(:first-child) h3 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 18px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary);
}
.articles-sec .article:not(:first-child) p {
  margin-bottom: 10px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  font-size: 15px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.60);
}
.articles-sec .article:not(:first-child) .date {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: rgba(0, 0, 0, 0.40);
}
.articles-sec .article a {
  display: block;
}
.articles-sec .article .img img {
  transition: all 0.4s ease;
}
.articles-sec .article a:hover .img img {
  filter: brightness(0.85);
}
.articles-sec .article a:hover h3 {
  color: var(--color-prime-2);
}
.articles-sec .article h3 {
  transition: color 0.3s ease;
}
.articles-sec .article .icon {
  transition: all 0.3s ease;
}
.articles-sec .article a:hover .icon {
  background-color: var(--color-primary);
}
.articles-sec .article a:hover .icon i {
  color: var(--color-white);
}
.articles-sec .view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  font-size: 20px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary);
  border: 1px solid #280071;
  padding: 14px 28px;
  height: 56px;
  width: fit-content;
  margin-left: auto;
  margin-top: -105px;
  transition: all 0.3s ease;
}
.articles-sec .view-all:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.articles-sec .view-all:hover i {
  color: var(--color-white);
}
.community {
  padding: 112px 0 183px 0;
}
.community h2 {
  margin-bottom: 103px;
  text-align: center;
  font-size: 60px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  line-height: 70px;
}
.community h2 span {
  text-align: center;
  font-size: 60px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-prime-2);
  line-height: 70px;
}
.community > .container > a {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: var(--color-primary);
  font-size: 20px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  padding: 12px 28px;
  line-height: 39px;
  width: fit-content;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.community > .container > a:hover {
  opacity: 0.9;
}
.community .community-slider {
  margin-bottom: 47px;
}
.community .community-slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.community .community-slider .swiper-slide:nth-child(4n+1), .community .community-slider .swiper-slide:nth-child(4n+3) {
  transform: translateY(51.5px);
}
.community .card {
  border-radius: 24px;
  border: 1px solid #E5E7EB;
  background: #F9FAFB;
  padding: 25px;
}
.community .community-nav {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  display: none;
}
.community .community-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-primary);
  color: var(--color-white);
  width: 48px;
  height: 48px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.community .community-nav button:hover {
  background: #4EB57C;
}
.community .card .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.community .card .box .content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.community .card .box .content > img {
  border-radius: calc(infinity * 1px);
  width: 56px;
  height: 56px;
}
.community .card .box .content .info h4 {
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: #000;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.community .card .box .content .info span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #9CA3AF;
}
.community .card .social-icon img {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  border-radius: 12px;
}
.community .card > p {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  margin-top: 15px;
  color: #000;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.contact-us {
  padding: 143px 0 144px 0;
  background-color: rgba(72, 54, 152, 0.05);
  background-image: url('../images/contact-us.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contact-us .box {
  margin-inline: auto;
  max-width: 712px;
  padding: 48px;
  border-radius: 20px;
  border: 1px solid #DDE1E6;
  background: #FFF;
}
.contact-us .box h2 {
  text-align: center;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  font-family: 'Roboto', sans-serif;
  font-size: 41px;
  line-height: 110%;
  margin-bottom: 12px;
}
.contact-us .box > p {
  text-align: center;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #21272A;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.18px;
  margin-bottom: 48px;
}
.contact-us form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 16px;
}
.contact-us .form-control:nth-child(n+3) {
  grid-column: 1 / -1;
}
.contact-us .form-control {
  display: flex;
  flex-direction: column;
}
.contact-us label {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #21272A;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 8px;
}
.contact-us label span {
  color: red;
}
.contact-us input, .contact-us textarea {
  height: 48px;
  padding: 12px 16px;
  border-bottom: 1px solid #C1C7CD;
  background: #F2F4F8;
  color: #697077;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  outline: none;
  transition: border-color 0.3s ease;
}
.contact-us input:focus, .contact-us textarea:focus {
  border-bottom-color: #280071;
  box-shadow: none;
}
.contact-us input::placeholder, .contact-us textarea::placeholder {
  color: #697077;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.contact-us textarea {
  height: 148px;
  resize: none;
}
.contact-us button {
  margin-left: auto;
  border-radius: 12px;
  background-color: var(--color-primary);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  padding: 12px 28px;
  font-size: 20px;
  line-height: 39px;
  width: fit-content;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.contact-us button:hover {
  opacity: 0.9;
}
footer {
  padding: 24px 0 48px 0;
  background: #280071;
}
footer .top-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
footer .logo img {
  width: 258px;
}
footer .menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
footer .menu ul li a {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  padding: 12px 8px;
  font-size: 16px;
  line-height: 100%;
  transition: opacity 0.3s ease;
}
footer .menu ul li a:hover {
  opacity: 0.7;
}
footer .social ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
footer .social ul li a {
  color: var(--color-white);
  font-size: 20px;
  transition: opacity 0.3s ease;
}
footer .social ul li a:hover {
  opacity: 0.7;
}
footer .copy-right {
  margin-top: 48px;
}
footer .copy-right p {
  text-align: center;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 140%;
}
.popup-overlay {
  position: fixed;
  inset: calc(var(--spacing) * 0);
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}
.popup-box {
  position: relative;
  max-width: 520px;
  width: 90%;
  padding: 48px;
  border-radius: 20px;
  background: #FFF;
  border: 1px solid #DDE1E6;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
.popup-overlay.active .popup-box {
  transform: translateY(0);
}
.popup-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F2F4F8;
  color: #21272A;
  font-size: 18px;
  transition: all 0.3s ease;
}
.popup-close:hover {
  background: #280071;
  color: #FFF;
}
.popup-box h2 {
  text-align: center;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  font-size: 32px;
  line-height: 110%;
  margin-bottom: 12px;
}
.popup-box > p {
  text-align: center;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #21272A;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 36px;
}
.popup-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.popup-form .form-control {
  display: flex;
  flex-direction: column;
}
.popup-form label {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: #21272A;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 8px;
}
.popup-form label span {
  color: red;
}
.popup-form input {
  height: 48px;
  padding: 12px 16px;
  border-bottom: 1px solid #C1C7CD;
  background: #F2F4F8;
  color: #697077;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  outline: none;
  transition: border-color 0.3s ease;
}
.popup-form input:focus {
  border-bottom-color: #280071;
  box-shadow: none;
}
.popup-form input::placeholder {
  color: #697077;
  font-size: 16px;
}
.popup-form button[type="submit"] {
  margin-inline: auto;
  border-radius: 12px;
  background-color: var(--color-primary);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  padding: 12px 28px;
  font-size: 20px;
  line-height: 39px;
  width: fit-content;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.popup-form button[type="submit"]:hover {
  opacity: 0.9;
}
.scroll-top {
  position: fixed;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-primary);
  color: var(--color-white);
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(40, 0, 113, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.scroll-top.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top:hover {
  background: #4EB57C;
  box-shadow: 0 4px 15px rgba(78, 181, 124, 0.4);
}
.cursor-dot {
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #280071;
  left: 0;
  top: 0;
  will-change: transform;
  transition: width 0.2s ease, height 0.2s ease, background 0.2s ease;
}
.cursor-ring {
  pointer-events: none;
  position: fixed;
  z-index: 9998;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(40, 0, 113, 0.06);
  backdrop-filter: blur(4px);
  left: 0;
  top: 0;
  will-change: transform;
  transition: width 0.2s ease, height 0.2s ease, background 0.2s ease, backdrop-filter 0.2s ease;
}
.cursor-dot.hover {
  width: 12px;
  height: 12px;
  background: #4EB57C;
}
.cursor-ring.hover {
  width: 50px;
  height: 50px;
  background: rgba(78, 181, 124, 0.1);
  backdrop-filter: blur(8px);
}
.page-hero {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 100px 0 60px 0;
}
.page-hero h1 {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  font-size: 48px;
  line-height: 120%;
  margin-top: 16px;
}
.page-hero p {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  font-size: 18px;
  line-height: 160%;
  margin-top: 12px;
  opacity: 0.8;
}
.page-hero .post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(var(--spacing) * 5);
  margin-top: 20px;
}
.page-hero .post-meta span {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  font-size: 15px;
  opacity: 0.8;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(var(--spacing) * 2);
}
.breadcrumb a {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-white);
  font-size: 15px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.breadcrumb a:hover {
  opacity: 1;
}
.breadcrumb i {
  color: var(--color-white);
  font-size: 11px;
  opacity: 0.5;
}
.breadcrumb span {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  font-size: 15px;
}
.blog-search {
  position: relative;
  max-width: 480px;
  margin: 0 auto 48px auto;
}
.blog-search i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #697077;
  font-size: 16px;
}
.blog-search input {
  width: 100%;
  height: 52px;
  padding: 14px 20px 14px 48px;
  border-radius: 12px;
  border: 1px solid #DDE1E6;
  background: #F2F4F8;
  color: #21272A;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  transition: border-color 0.3s ease;
}
.blog-search input:focus {
  border-color: #280071;
  box-shadow: 0 0 0 3px rgba(40, 0, 113, 0.1);
}
.blog-search input::placeholder {
  color: #697077;
}
.blog-sec {
  padding: 80px 0;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.blog-grid .article {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #E8E8E8;
  transition: all 0.3s ease;
}
.blog-grid .article:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}
.blog-grid .article a {
  display: block;
}
.blog-grid .article .img {
  position: relative;
  overflow: hidden;
  height: 220px;
  background: #F2F4F8;
}
.blog-grid .article .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-grid .article:hover .img img {
  transform: scale(1.03);
}
.blog-grid .article .img .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-primary);
  color: var(--color-white);
  bottom: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  font-size: 14px;
}
.blog-grid .article h3 {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  font-size: 20px;
  line-height: 140%;
  padding: 20px 20px 0 20px;
}
.blog-grid .article p {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #697077;
  font-size: 15px;
  line-height: 160%;
  padding: 8px 20px 0 20px;
}
.blog-grid .article .date {
  display: block;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #A2A9B0;
  font-size: 14px;
  padding: 12px 20px 20px 20px;
}
.blog-detail {
  padding: 80px 0;
}
.blog-detail .detail-content {
  max-width: 800px;
  margin: 0 auto;
}
.blog-detail .featured-img {
  overflow: hidden;
  border-radius: 14px;
  height: 420px;
  background: #F2F4F8;
  margin-bottom: 48px;
}
.blog-detail .featured-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.article-body h2 {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  font-size: 28px;
  line-height: 130%;
  margin-top: 36px;
  margin-bottom: 16px;
}
.article-body p {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #343A3F;
  font-size: 17px;
  line-height: 180%;
  margin-bottom: 16px;
}
.article-body blockquote {
  position: relative;
  border-left: 4px solid #280071;
  padding: 20px 24px;
  margin: 32px 0;
  background: #F8F5FF;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #280071;
  font-size: 18px;
  line-height: 170%;
  font-weight: 500;
}
.article-body ul {
  list-style-type: disc;
  padding-left: 24px;
  margin: 20px 0;
}
.article-body ul li {
  color: #343A3F;
  font-size: 17px;
  line-height: 180%;
  margin-bottom: 8px;
}
.share-box {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 4);
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #E8E8E8;
}
.share-box span {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #21272A;
  font-size: 16px;
}
.share-links {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 3);
}
.share-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  width: 40px;
  height: 40px;
  background: #F2F4F8;
  color: #21272A;
  font-size: 16px;
  transition: all 0.3s ease;
}
.share-links a:hover {
  background: #280071;
  color: #FFF;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
  margin-top: 48px;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  width: 44px;
  height: 44px;
  font-size: 16px;
  color: #697077;
  border: 1px solid #DDE1E6;
  transition: all 0.3s ease;
}
.pagination a:hover, .pagination a.active {
  background: #280071;
  color: #FFF;
  border-color: #280071;
}
.related-articles {
  padding: 0 0 80px 0;
}
.related-articles h2 {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 32px;
}
.error-page {
  text-align: center;
  padding: 120px 0;
  min-height: calc(100vh - 300px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-page .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-page .error-code {
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  color: var(--color-primary);
  font-size: 180px;
  line-height: 1;
  opacity: 0.15;
}
.error-page h1 {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  font-size: 42px;
  line-height: 120%;
  margin-top: -20px;
}
.error-page p {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #697077;
  font-size: 18px;
  line-height: 160%;
  margin-top: 12px;
  max-width: 440px;
}
.error-page .back-home {
  display: inline-flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  border-radius: 12px;
  background-color: var(--color-primary);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  padding: 14px 32px;
  font-size: 18px;
  margin-top: 36px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.error-page .back-home:hover {
  background: #4EB57C;
  box-shadow: 0 4px 15px rgba(78, 181, 124, 0.4);
}
.page-content {
  padding: 80px 0;
}
.page-content .content-body {
  max-width: 900px;
  margin: 0 auto;
}
.page-content .content-body h2 {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  font-size: 28px;
  line-height: 130%;
  margin-top: 36px;
  margin-bottom: 16px;
}
.page-content .content-body h2:first-child {
  margin-top: 0;
}
.page-content .content-body p {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #343A3F;
  font-size: 17px;
  line-height: 180%;
  margin-bottom: 16px;
}
.page-content .content-body ul {
  list-style-type: disc;
  padding-left: 24px;
  margin: 20px 0;
}
.page-content .content-body ul li {
  color: #343A3F;
  font-size: 17px;
  line-height: 180%;
  margin-bottom: 8px;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #280071;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #1c0050;
}
.service-card:hover {
  transform: translateY(-5px);
}
.counter {
  transition: all 0.3s ease;
}
#mobile-menu {
  transition: all 0.3s ease;
}
input:focus, textarea:focus {
  box-shadow: 0 0 0 3px rgba(40, 0, 113, 0.1);
}
::selection {
  background: #280071;
  color: white;
}
.menu-toggle {
  display: none;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
}
.menu-toggle span {
  display: block;
  border-radius: var(--radius-sm);
  background-color: var(--color-primary);
  width: 24px;
  height: 2.5px;
  transition: all 0.3s ease;
}
.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
@media (pointer: coarse) {
  .cursor-dot, .cursor-ring {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-inline: 20px;
  }
  header .logo img {
    width: 160px;
  }
  header .menu ul {
    gap: calc(var(--spacing) * 3);
  }
  header .menu ul li a {
    font-size: 15px;
  }
  header .actions .get-free {
    height: 46px;
    padding-inline: 18px;
    font-size: 15px;
  }
  .hero-banner {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .hero-banner h1 {
    margin-bottom: 20px;
    font-size: 38px;
    --tw-leading: 50px;
    line-height: 50px;
  }
  .hero-banner h1 span {
    font-size: 42px;
    --tw-leading: 50px;
    line-height: 50px;
  }
  .hero-banner .content > p {
    margin-bottom: 48px;
    font-size: 18px;
    --tw-leading: 30px;
    line-height: 30px;
  }
  .hero-banner .actions a:first-child, .hero-banner .actions a:last-child {
    padding-inline: 20px;
    padding-block: 10px;
    font-size: 16px;
  }
  .hero-banner .numbers {
    margin-top: 40px;
    padding-inline: 40px;
    padding-block: 16px;
  }
  .hero-banner .numbers h3 {
    font-size: 28px;
  }
  .hero-banner .numbers p {
    font-size: 18px;
  }
  section.video {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  section.video h2 {
    margin-bottom: 48px;
    font-size: 44px;
  }
  .video-stories .stories {
    margin-left: 40px !important;
  }
  .video-stories .story video {
    height: 400px;
  }
  .discover-book {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .discover-book h2 {
    margin-bottom: 50px;
    font-size: 40px;
  }
  .discover-book h2 span {
    font-size: 44px;
  }
  .discover-book .content {
    gap: 20px;
  }
  .discover-book .content > .img img {
    height: 400px;
  }
  .discover-book .content .card {
    padding: 20px 16px;
  }
  .learn {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .learn h2 {
    margin-bottom: 70px;
    font-size: 40px;
  }
  .learn h2 span {
    font-size: 44px;
  }
  .learn .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .learn .cards .card:nth-child(odd) {
    margin-top: calc(var(--spacing) * 0);
  }
  .inside-book {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .inside-book h2 {
    margin-bottom: 50px;
    font-size: 44px;
  }
  .inside-book .content-chapter {
    max-width: 420px;
    padding: 28px 24px;
  }
  .inside-book .content-chapter h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .inside-book .content-chapter p {
    font-size: 18px;
  }
  .inside-book .tabs {
    gap: 8px;
  }
  .author-box {
    padding-block: 70px;
  }
  .author-box .box-author > .content {
    padding: 60px 32px 48px 32px;
  }
  .author-box .box-author > .content > p {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 44px;
  }
  .articles-sec {
    padding: 50px 0 60px 0;
  }
  .articles-sec h2 {
    margin-bottom: 48px;
    font-size: 40px;
  }
  .articles-sec .articles {
    grid-template-columns: 1fr 1fr;
  }
  .articles-sec .article:first-child {
    grid-column: 1 / -1;
  }
  .articles-sec .view-all {
    margin-top: 0;
  }
  .community {
    padding: 70px 0 100px 0;
  }
  .community h2 {
    margin-bottom: 60px;
    font-size: 44px;
  }
  .community .community-slider .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .community .community-slider .swiper-slide:nth-child(4n+1), .community .community-slider .swiper-slide:nth-child(4n+3) {
    transform: none;
  }
  .community .community-slider .swiper-slide:nth-child(2n+1) {
    transform: translateY(40px);
  }
  .contact-us {
    padding: 80px 0 80px 0;
  }
  .contact-us .box {
    padding: 36px;
  }
  .contact-us .box h2 {
    font-size: 32px;
  }
  footer .top-footer {
    gap: 24px;
  }
  footer .logo img {
    width: 180px;
  }
  footer .menu ul {
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 2);
  }
  footer .menu ul li a {
    font-size: 14px;
    padding: 8px 6px;
  }
  .page-hero {
    padding: 80px 0 48px 0;
  }
  .page-hero h1 {
    font-size: 38px;
  }
  .blog-sec {
    padding: 60px 0;
  }
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .blog-detail {
    padding: 60px 0;
  }
  .blog-detail .featured-img {
    height: 350px;
  }
  .article-body h2 {
    font-size: 24px;
  }
  .error-page .error-code {
    font-size: 140px;
  }
  .error-page h1 {
    font-size: 36px;
  }
  .page-content {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  h2 span {
    font-size: inherit !important;
  }
  .container {
    padding-inline: 16px;
  }
  header > .container {
    padding: 15px;
  }
  header.scrolled > .container {
    padding: 12px 15px;
  }
  header .logo img {
    height: auto;
    width: 140px;
  }
  header .actions {
    display: none;
  }
  .menu-toggle {
    position: relative;
    z-index: 60;
    display: flex;
  }
  header .menu {
    position: fixed;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    z-index: 55;
    display: flex;
    height: 100%;
    flex-direction: column;
    background-color: var(--color-white);
    width: 280px;
    padding: 80px 24px 32px 24px;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
  }
  header .menu.mobile-open {
    transform: translateX(0);
    visibility: visible;
  }
  header .menu ul {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(var(--spacing) * 0);
  }
  header .menu ul li {
    width: 100%;
  }
  header .menu ul li a {
    display: block;
    width: 100%;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-gray-100);
    padding-block: 14px;
    font-size: 17px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #21272A;
  }
  header .menu ul li a:hover {
    color: var(--color-primary);
  }
  header .menu ul li.lang {
    padding-top: 16px;
  }
  .sidebar-overlay {
    position: fixed;
    inset: calc(var(--spacing) * 0);
    z-index: 52;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }
  .sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .hero-banner {
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .hero-banner::after {
    display: none;
  }
  .hero-banner .info {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
  }
  .hero-banner h1 {
    margin-bottom: 16px;
    font-size: 28px;
    --tw-leading: 40px;
    line-height: 40px;
  }
  .hero-banner h1 span {
    font-size: 32px;
    --tw-leading: 40px;
    line-height: 40px;
  }
  .hero-banner .content > p {
    margin-bottom: 32px;
    font-size: 16px;
    --tw-leading: 28px;
    line-height: 28px;
  }
  .hero-banner .actions {
    flex-direction: column;
    gap: 12px;
  }
  .hero-banner .actions a:first-child, .hero-banner .actions a:last-child {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .hero-banner .clients {
    margin-top: 24px;
  }
  .hero-banner .img > img:first-child {
    border-radius: 60px;
    max-width: 320px;
  }
  .hero-banner .img .bg-img {
    height: 300px;
  }
  .hero-banner .numbers {
    margin-top: 32px;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    padding-inline: 20px;
    padding-block: 16px;
  }
  .hero-banner .numbers .divider {
    height: 1px;
    width: 100%;
  }
  .hero-banner .numbers h3 {
    font-size: 22px;
  }
  .hero-banner .numbers p {
    font-size: 14px;
  }
  section.video {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  section.video h2 {
    margin-bottom: 32px;
    font-size: 32px;
    --tw-leading: 42px;
    line-height: 42px;
  }
  section.video h2 span {
    font-size: 36px;
  }
  section.video .video {
    border-radius: 20px;
  }
  section.video .play {
    width: 80px;
    height: 80px;
  }
  section.video .play > span {
    width: 70px;
    height: 70px;
  }
  .video-stories {
    padding-block: 48px;
  }
  .video-stories .stories {
    margin-left: 16px !important;
  }
  .video-stories .story video {
    height: 350px;
  }
  .video-stories .swiper-button-next, .video-stories .swiper-button-prev {
    height: 44px;
    width: 44px;
    font-size: 16px;
  }
  .video-stories .story h3 {
    font-size: 16px;
  }
  .discover-book {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .discover-book::after {
    display: none;
  }
  .discover-book h2 {
    margin-bottom: 32px;
    font-size: 30px;
  }
  .discover-book h2 span {
    font-size: 34px;
  }
  .discover-book .content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
  }
  .discover-book .content > .img {
    order: -9999;
  }
  .discover-book .content > .img img {
    margin-inline: auto;
    height: auto;
    max-width: 280px;
  }
  .discover-book .content .cards {
    gap: 16px;
  }
  .discover-book .content .card {
    transform: none !important;
  }
  .discover-book .content > .cards:first-child .card {
    flex-direction: row;
  }
  .discover-book .card h3, .discover-book .card p {
    text-align: left;
  }
  .discover-book .card::before {
    transform: rotate(0deg) !important;
  }
  .discover-book .card::after {
    transform: rotate(176.011deg) !important;
  }
  .discover-book .content .card .info h3 {
    font-size: 18px;
  }
  .discover-book .content > .container > a {
    margin-top: 24px;
  }
  .learn {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .learn h2 {
    font-size: 30px;
    margin-bottom: 80px;
  }
  .learn .cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 75px;
  }
  .learn .cards .card:nth-child(odd) {
    margin-top: calc(var(--spacing) * 0);
  }
  .inside-book {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .inside-book h2 {
    margin-bottom: 32px;
    font-size: 30px;
  }
  .inside-book h2 span {
    font-size: 34px;
  }
  .inside-book .content {
    flex-direction: column;
  }
  .inside-book .img-chatpters {
    width: 100%;
  }
  .inside-book .content-chapter {
    position: static;
    margin-top: 24px;
    width: 100%;
    max-width: 100%;
    padding: 24px;
  }
  .inside-book .content-chapter h3 {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .inside-book .content-chapter p {
    font-size: 16px;
  }
  .inside-book .tabs {
    flex-wrap: wrap;
    gap: 6px;
  }
  .inside-book .tabs button {
    padding-inline: 12px;
    padding-block: 8px;
    font-size: 13px;
  }
  .inside-book > .container > a {
    margin-top: 24px;
    font-size: 16px;
  }
  .author-box {
    padding-block: 48px;
  }
  .author-box .box-author {
    border-radius: 30px;
    grid-template-columns: 1fr;
  }
  .author-box .box-author > .img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    min-height: 300px;
  }
  .author-box .box-author > .content {
    padding: 32px 20px;
  }
  .author-box .box-author > .content > p {
    margin-bottom: 32px;
    font-size: 22px;
    line-height: 36px;
  }
  .author-box .box {
    margin-inline: auto;
    max-width: 100%;
  }
  .author-box .box h3 {
    text-align: center;
    font-size: 20px;
  }
  .author-box .box p {
    text-align: center;
  }
  .articles-sec {
    padding: 48px 0 48px 0;
  }
  .articles-sec h2 {
    margin-bottom: 32px;
    font-size: 30px;
  }
  .articles-sec .articles {
    grid-template-columns: 1fr;
  }
  .articles-sec .article:first-child .img {
    height: 220px;
  }
  .articles-sec .article:first-child h3 {
    font-size: 20px;
  }
  .articles-sec .article:first-child p {
    font-size: 15px;
  }
  .articles-sec .view-all {
    margin-top: 0;
    font-size: 16px;
  }
  .community {
    padding: 48px 0 80px 0;
  }
  .community h2 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px;
  }
  .community .community-slider {
    overflow: hidden;
  }
  .community .community-slider .swiper-wrapper {
    display: flex;
    grid-template-columns: unset;
    gap: 0;
  }
  .community .community-slider .swiper-slide:nth-child(4n+1), .community .community-slider .swiper-slide:nth-child(4n+3), .community .community-slider .swiper-slide:nth-child(2n+1) {
    transform: none;
  }
  .community .card {
    padding: 18px;
  }
  .community > .container > a {
    font-size: 16px;
  }
  .community .community-nav {
    display: flex;
  }
  .community .community-nav button {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .contact-us {
    padding: 48px 0 48px 0;
  }
  .contact-us .box {
    padding: 24px;
  }
  .contact-us .box h2 {
    font-size: 26px;
  }
  .contact-us .box > p {
    font-size: 15px;
    margin-bottom: 32px;
  }
  .contact-us form {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-us .form-control:nth-child(n+3) {
    grid-column: auto;
  }
  .contact-us button {
    margin-inline: auto;
    font-size: 16px;
    margin-left: auto;
  }
  footer {
    padding: 24px 0 32px 0;
  }
  footer .top-footer {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
  }
  footer .logo img {
    width: 160px;
  }
  footer .menu ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(var(--spacing) * 1);
  }
  footer .menu ul li a {
    font-size: 13px;
    padding: 6px;
  }
  footer .social ul {
    justify-content: center;
  }
  footer .copy-right {
    margin-top: 32px;
  }
  .popup-box {
    padding: 24px;
  }
  .popup-box h2 {
    font-size: 24px;
  }
  .popup-box > p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .popup-form {
    gap: 16px;
  }
  .popup-form button[type="submit"] {
    font-size: 16px;
  }
  .scroll-top {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
  .page-hero {
    padding: 70px 0 36px 0;
  }
  .page-hero h1 {
    font-size: 30px;
  }
  .page-hero p {
    font-size: 16px;
  }
  .page-hero .post-meta {
    gap: 12px;
  }
  .page-hero .post-meta span {
    font-size: 14px;
  }
  .blog-search {
    margin-bottom: 32px;
  }
  .blog-search input {
    height: 48px;
    font-size: 15px;
  }
  .blog-sec {
    padding: 48px 0;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blog-grid .article .img {
    height: 200px;
  }
  .blog-grid .article h3 {
    font-size: 18px;
    padding: 16px 16px 0 16px;
  }
  .blog-grid .article p {
    font-size: 14px;
    padding: 6px 16px 0 16px;
  }
  .blog-grid .article .date {
    padding: 10px 16px 16px 16px;
  }
  .blog-detail {
    padding: 48px 0;
  }
  .blog-detail .featured-img {
    height: 240px;
    margin-bottom: 32px;
  }
  .article-body h2 {
    font-size: 22px;
    margin-top: 28px;
  }
  .article-body p {
    font-size: 16px;
  }
  .article-body blockquote {
    padding: 16px 18px;
    font-size: 16px;
    margin: 24px 0;
  }
  .article-body ul li {
    font-size: 16px;
  }
  .share-box {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 32px;
    padding-top: 24px;
  }
  .pagination {
    margin-top: 32px;
  }
  .pagination a {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .related-articles {
    padding: 0 0 48px 0;
  }
  .related-articles h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .error-page {
    padding: 80px 0;
  }
  .error-page .error-code {
    font-size: 120px;
  }
  .error-page h1 {
    font-size: 30px;
    margin-top: -16px;
  }
  .error-page p {
    font-size: 16px;
  }
  .error-page .back-home {
    padding: 12px 24px;
    font-size: 16px;
    margin-top: 28px;
  }
  .page-content {
    padding: 48px 0;
  }
  .page-content .content-body h2 {
    font-size: 24px;
  }
  .page-content .content-body p {
    font-size: 16px;
  }
}
[dir="rtl"] body {
  font-family: 'Cairo', 'Figtree', sans-serif;
}
[dir="rtl"] header .menu ul li.lang img {
  margin-left: 0;
  margin-right: 16px;
}
[dir="rtl"] .hero-banner::after {
  left: auto;
  right: -60px;
}
[dir="rtl"] .hero-banner .img .box h4 span {
  text-align: left;
}
[dir="rtl"] .hero-banner .img .box p {
  text-align: left;
}
[dir="rtl"] .hero-banner .numbers h3 span {
  margin-left: 0;
  margin-right: 7px;
}
[dir="rtl"] .video-stories .stories {
  margin-left: 0;
  margin-right: 100px;
  transition: margin-right 0.4s ease;
}
[dir="rtl"] .video-stories .story h3 {
  left: auto;
  right: 24px;
}
[dir="rtl"] .discover-book::after {
  right: auto;
  left: 0;
}
[dir="rtl"] .discover-book .content > .cards:first-child .card {
  flex-direction: row;
}
[dir="rtl"] .discover-book .card h3 {
  text-align: left;
}
[dir="rtl"] .discover-book .card p {
  text-align: left;
}
[dir="rtl"] .discover-book .content > .cards:last-child .card h3, [dir="rtl"] .discover-book .content > .cards:last-child .card p {
  text-align: right;
}
[dir="rtl"] .discover-book .card::before {
  right: auto;
  left: -1px;
}
[dir="rtl"] .discover-book .card::after {
  left: auto;
  right: -2px;
}
[dir="rtl"] .discover-book .content > .cards:first-child .card:first-child {
  transform: rotate(13.989deg);
}
[dir="rtl"] .discover-book .content > .cards:first-child .card:last-child {
  transform: rotate(-4.148deg);
}
[dir="rtl"] .discover-book .content > .cards:last-child .card:first-child {
  transform: rotate(-7.351deg);
}
[dir="rtl"] .discover-book .content > .cards:last-child .card:last-child {
  transform: rotate(4.717deg);
}
[dir="rtl"] .inside-book .content-chapter {
  right: auto;
  left: 0;
}
[dir="rtl"] .author-box .box {
  margin-left: 0;
  margin-right: auto;
}
[dir="rtl"] .author-box .box h3 {
  text-align: left;
}
[dir="rtl"] .author-box .box p {
  text-align: left;
}
[dir="rtl"] .articles-sec .view-all {
  margin-left: 0;
  margin-right: auto;
}
[dir="rtl"] .contact-us button {
  margin-left: 0;
  margin-right: auto;
}
[dir="rtl"] footer .social ul {
  justify-content: flex-start;
}
[dir="rtl"] .popup-close {
  right: auto;
  left: 16px;
}
[dir="rtl"] .scroll-top {
  right: auto;
  left: 40px;
}
[dir="rtl"] .breadcrumb i {
  transform: scaleX(-1);
}
[dir="rtl"] .blog-search i {
  left: auto;
  right: 20px;
}
[dir="rtl"] .blog-search input {
  padding: 14px 48px 14px 20px;
}
[dir="rtl"] .blog-grid .article .img .icon {
  right: auto;
  left: 14px;
}
[dir="rtl"] .articles-sec .article:first-child .icon {
  right: auto;
  left: 16px;
}
[dir="rtl"] .articles-sec .article:not(:first-child) .icon {
  right: auto;
  left: 12px;
}
[dir="rtl"] .article-body blockquote {
  border-left: none;
  border-right: 4px solid #280071;
  border-radius: 12px 0 0 12px;
}
[dir="rtl"] .article-body ul {
  padding-left: 0;
  padding-right: 24px;
}
[dir="rtl"] .page-content .content-body ul {
  padding-left: 0;
  padding-right: 24px;
}
@media (max-width: 1024px) {
  [dir="rtl"] .video-stories .stories {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  [dir="rtl"] header .menu {
    right: auto;
    left: 0;
    transform: translateX(-100%);
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
  }
  [dir="rtl"] header .menu.mobile-open {
    transform: translateX(0);
  }
  [dir="rtl"] .video-stories .stories {
    margin-right: 16px;
  }
  [dir="rtl"] .discover-book .card h3, [dir="rtl"] .discover-book .card p {
    text-align: right;
  }
  [dir="rtl"] .scroll-top {
    left: 20px;
    right: auto;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}

/* ========================================
   WordPress Integration Styles
   ======================================== */

/* Popup Overlay Loader */
.popup-loader {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    z-index: 10;
}

.loader-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #e5e7eb;
    border-top-color: #280071;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-bottom: 16px;
    transition: border-color 0.3s ease;
}

.loader-spinner.success {
    border-color: #4EB57C;
    border-top-color: #4EB57C;
    animation: none;
}

.loader-text {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #280071;
    margin: 0;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* WordPress Pagination */
.navigation.pagination {
    margin-top: 40px;
    text-align: center;
}

.navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span.current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border-radius: 12px;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.navigation.pagination .nav-links a {
    color: #280071;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}

.navigation.pagination .nav-links a:hover {
    background: #280071;
    color: #fff;
    border-color: #280071;
}

.navigation.pagination .nav-links span.current {
    background: #280071;
    color: #fff;
}

/* WordPress Admin Bar Offset */
.admin-bar header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar header {
        top: 46px;
    }
}

/* WordPress Content Styles */
.article-body img {
    border-radius: 16px;
    margin: 24px 0;
}

.article-body blockquote {
    border-left: 4px solid #280071;
    padding: 16px 24px;
    margin: 24px 0;
    font-style: italic;
    background: #f9fafb;
    border-radius: 0 12px 12px 0;
}

[dir="rtl"] .article-body blockquote {
    border-left: none;
    border-right: 4px solid #280071;
    border-radius: 12px 0 0 12px;
}

.article-body ul,
.article-body ol {
    padding-left: 24px;
    margin: 16px 0;
}

[dir="rtl"] .article-body ul,
[dir="rtl"] .article-body ol {
    padding-left: 0;
    padding-right: 24px;
}

.article-body li {
    margin-bottom: 8px;
    line-height: 1.7;
}

/* Screen reader text */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
