/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 26 2026 | 18:43:01 */
:root {
  --mp-ink: #050914;
  --mp-navy: #0b1730;
  --mp-blue: #2c6eb8;
  --mp-ice: #eaf3ff;
  --mp-ivory: #fbf7ef;
  --mp-paper: #ffffff;
  --mp-gold: #c7a463;
  --mp-muted: #607086;
  --mp-serif: Georgia, "Times New Roman", serif;
  --mp-sans: Arial, Helvetica, sans-serif;
  --mp-shadow: 0 28px 76px rgba(5, 9, 20, 0.2);
  --mp-cover: url("__BOOK_COVER_URL__");
}

.mp-header,
.mp-hero,
.mp-title-strip,
.mp-section,
.mp-soft,
.mp-contact,
.mp-newsletter,
.mp-footer {
  font-family: var(--mp-sans);
}

.mp-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 9999 !important;
  color: var(--mp-paper);
  background: rgba(5, 9, 20, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.admin-bar .mp-header {
  top: 32px !important;
}

.mp-header > .elementor-container {
  min-height: 78px;
  align-items: center;
}

.mp-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--mp-paper);
  text-decoration: none;
}

.mp-brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--mp-ink);
  background: var(--mp-paper);
  border: 1px solid rgba(199, 164, 99, 0.6);
  border-radius: 50%;
  font-family: var(--mp-serif);
  font-size: 16px;
  font-weight: 700;
}

.mp-brand-text {
  color: var(--mp-paper);
  font-family: var(--mp-serif);
  font-size: 19px;
  font-weight: 700;
}

.mp-nav-widget .elementor-widget-container {
  display: flex;
  justify-content: flex-end;
}

.mp-nav {
  display: flex;
  justify-content: flex-end;
}

.mp-menu-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mp-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  cursor: pointer;
}

.mp-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px 0;
  background: var(--mp-paper);
  transition: transform 180ms ease, opacity 180ms ease;
}

.mp-menu {
  display: flex;
  align-items: center;
  gap: 22px;
}

.mp-menu a {
  position: relative;
  color: var(--mp-paper);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0.86;
}

.mp-menu a:after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--mp-gold);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.mp-menu a:hover,
.mp-menu a:focus {
  opacity: 1;
}

.mp-menu a:hover:after,
.mp-menu a:focus:after {
  transform: scaleX(1);
}

.mp-hero {
  min-height: 88vh;
  color: var(--mp-paper);
  background-image:
    linear-gradient(90deg, rgba(5, 9, 20, 0.95) 0%, rgba(5, 9, 20, 0.78) 40%, rgba(5, 9, 20, 0.24) 74%),
    linear-gradient(180deg, rgba(5, 9, 20, 0.48), rgba(5, 9, 20, 0.78)),
    var(--mp-cover) !important;
  background-position: center right !important;
  background-size: cover !important;
}

.mp-hero > .elementor-container {
  min-height: 88vh;
  align-items: center;
  padding-top: 118px;
  padding-bottom: 86px;
}

.mp-eyebrow .elementor-heading-title {
  margin: 0 0 14px;
  color: var(--mp-gold) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.mp-hero-title .elementor-heading-title,
.mp-section-title .elementor-heading-title,
.mp-newsletter-title .elementor-heading-title {
  margin: 0;
  font-family: var(--mp-serif) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.06 !important;
}

.mp-hero-title .elementor-heading-title {
  max-width: 780px;
  color: var(--mp-paper) !important;
  font-size: 74px !important;
}

.mp-hero-copy {
  max-width: 650px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.65;
}

.mp-hero .elementor-widget-button {
  display: inline-block !important;
  width: auto !important;
  margin-top: 25px;
  margin-right: 14px;
}

.mp-button .elementor-button {
  min-height: 48px;
  padding: 14px 24px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.mp-button-primary .elementor-button {
  color: var(--mp-ink) !important;
  background: var(--mp-gold) !important;
  border: 1px solid var(--mp-gold) !important;
}

.mp-button-secondary .elementor-button {
  color: var(--mp-paper) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.46) !important;
}

.mp-title-strip {
  color: var(--mp-paper);
  background: var(--mp-ink);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mp-title-strip > .elementor-container {
  min-height: 112px;
  align-items: center;
}

.mp-book-heading .elementor-heading-title {
  color: var(--mp-paper) !important;
  font-family: var(--mp-serif) !important;
  font-size: 32px !important;
  line-height: 1.15 !important;
}

.mp-book-author-line {
  color: rgba(255, 255, 255, 0.72);
  text-align: right;
}

.mp-section {
  padding: 108px 0;
}

.mp-soft {
  background: linear-gradient(180deg, var(--mp-ivory), var(--mp-ice));
}

.mp-section-title .elementor-heading-title {
  max-width: 860px;
  color: var(--mp-ink) !important;
  font-size: 49px !important;
}

.mp-dark .mp-section-title .elementor-heading-title,
.mp-contact .mp-section-title .elementor-heading-title {
  color: var(--mp-paper) !important;
}

.mp-copy {
  max-width: 720px;
  color: var(--mp-muted);
  font-size: 16px;
  line-height: 1.72;
}

.mp-dark .mp-copy,
.mp-contact .mp-copy {
  color: rgba(255, 255, 255, 0.76);
}

.mp-author-card {
  padding: 42px;
  color: var(--mp-paper);
  background: linear-gradient(145deg, rgba(44, 110, 184, 0.35), rgba(5, 9, 20, 0.08)), var(--mp-navy);
  border: 1px solid rgba(199, 164, 99, 0.34);
  border-radius: 8px;
  box-shadow: var(--mp-shadow);
}

.mp-author-card .mp-monogram {
  display: grid;
  width: 126px;
  height: 126px;
  margin-bottom: 34px;
  place-items: center;
  color: var(--mp-paper);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-family: var(--mp-serif);
  font-size: 43px;
}

.mp-author-card h3 {
  margin: 0;
  color: var(--mp-paper);
  font-family: var(--mp-serif);
  font-size: 32px;
  line-height: 1.2;
}

.mp-author-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.mp-author-card .mp-line {
  width: 132px;
  height: 2px;
  margin-top: 30px;
  background: var(--mp-gold);
}

.mp-book-image img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 8px !important;
  box-shadow: 0 30px 80px rgba(9, 22, 48, 0.28);
}

.mp-feature-card > .elementor-widget-wrap,
.mp-blog-card > .elementor-widget-wrap,
.mp-testimonial-card > .elementor-widget-wrap {
  min-height: 100%;
  padding: 26px !important;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(9, 22, 48, 0.12);
  border-radius: 8px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mp-feature-card > .elementor-widget-wrap:hover,
.mp-blog-card > .elementor-widget-wrap:hover,
.mp-testimonial-card > .elementor-widget-wrap:hover {
  border-color: rgba(44, 110, 184, 0.35);
  box-shadow: 0 20px 48px rgba(9, 22, 48, 0.12);
  transform: translateY(-4px);
}

.mp-card-number .elementor-heading-title,
.mp-card-meta .elementor-heading-title {
  color: var(--mp-blue) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.mp-card-title .elementor-heading-title {
  color: var(--mp-ink) !important;
  font-family: var(--mp-serif) !important;
  font-size: 24px !important;
  line-height: 1.22 !important;
}

.mp-card-copy {
  color: var(--mp-muted);
  font-size: 15px;
}

.mp-readmore .elementor-button {
  padding: 0 !important;
  color: var(--mp-blue) !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.mp-review-box {
  padding: 54px;
  color: var(--mp-paper);
  background: linear-gradient(135deg, rgba(44, 110, 184, 0.54), rgba(199, 164, 99, 0.22)), var(--mp-navy);
  border-radius: 8px;
  box-shadow: var(--mp-shadow);
}

.mp-review-box blockquote {
  max-width: 920px;
  margin: 0;
  color: var(--mp-paper);
  font-family: var(--mp-serif);
  font-size: 38px;
  line-height: 1.22;
}

.mp-review-box p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-weight: 700;
}

.mp-blogs-intro {
  padding-bottom: 42px;
}

.mp-blogs-grid {
  padding-bottom: 108px;
}

.mp-testimonials-intro {
  padding-bottom: 42px;
}

.mp-testimonials-grid {
  padding-bottom: 108px;
}

.mp-testimonial-quote {
  color: var(--mp-ink);
  font-family: var(--mp-serif);
  font-size: 23px;
  line-height: 1.34;
}

.mp-testimonial-name .elementor-heading-title {
  margin-top: 8px;
  color: var(--mp-blue) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.mp-contact {
  padding: 108px 0;
  color: var(--mp-paper);
  background-image:
    linear-gradient(rgba(5, 9, 20, 0.84), rgba(5, 9, 20, 0.9)),
    var(--mp-cover) !important;
  background-position: center right !important;
  background-size: cover !important;
}

.mp-contact-links a {
  display: block;
  margin-top: 10px;
  color: var(--mp-paper);
  font-weight: 700;
  text-decoration: none;
}

.mp-contact-form .elementor-form-fields-wrapper {
  padding: 34px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  backdrop-filter: blur(16px);
}

.mp-contact-form .elementor-field-label {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 14px;
  font-weight: 700;
}

.mp-contact-form .elementor-field {
  color: var(--mp-paper) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 6px !important;
}

.mp-contact-form textarea.elementor-field {
  min-height: 148px;
}

.mp-contact-form .elementor-button {
  color: var(--mp-ink) !important;
  background: var(--mp-gold) !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.mp-newsletter {
  padding: 54px 0;
  background: var(--mp-gold);
}

.mp-newsletter > .elementor-container {
  align-items: center;
}

.mp-newsletter .mp-eyebrow .elementor-heading-title {
  color: rgba(5, 9, 20, 0.74) !important;
}

.mp-newsletter-title .elementor-heading-title {
  color: var(--mp-ink) !important;
  font-size: 37px !important;
}

.mp-newsletter-form .elementor-field {
  min-height: 48px;
  color: var(--mp-ink) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(5, 9, 20, 0.16) !important;
  border-radius: 6px !important;
}

.mp-newsletter-form .elementor-button {
  color: var(--mp-paper) !important;
  background: var(--mp-ink) !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.mp-footer {
  color: rgba(255, 255, 255, 0.7);
  background: var(--mp-ink);
}

.mp-footer-top {
  padding: 56px 0 24px;
}

.mp-footer-bottom {
  padding: 0 0 56px;
}

.mp-footer a {
  color: var(--mp-paper);
  text-decoration: none;
}

.mp-footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 700;
}

.mp-footer-copy {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1024px) {
  .mp-menu {
    gap: 14px;
  }

  .mp-menu a {
    font-size: 12px;
  }

  .mp-hero-title .elementor-heading-title {
    font-size: 57px !important;
  }

  .mp-section-title .elementor-heading-title {
    font-size: 41px !important;
  }
}

@media (max-width: 767px) {
  .admin-bar .mp-header {
    top: 46px !important;
  }

  .mp-header > .elementor-container {
    min-height: 68px;
  }

  .mp-brand-text {
    font-size: 16px;
  }

  .mp-menu-toggle {
    display: grid;
  }

  .mp-menu {
    position: absolute;
    top: 100%;
    right: 14px;
    left: 14px;
    display: grid;
    gap: 0;
    padding: 12px;
    background: rgba(5, 9, 20, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.26);
    transform: translateY(-12px);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .mp-menu a {
    padding: 13px 12px;
    font-size: 12px;
  }

  .mp-menu a:after {
    display: none;
  }

  .mp-menu-checkbox:checked + .mp-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .mp-menu-checkbox:checked + .mp-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .mp-menu-checkbox:checked + .mp-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mp-menu-checkbox:checked ~ .mp-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mp-hero {
    min-height: 86vh;
    background-position: center !important;
  }

  .mp-hero > .elementor-container {
    min-height: 86vh;
    padding-top: 104px;
    padding-bottom: 64px;
  }

  .mp-hero-title .elementor-heading-title {
    font-size: 43px !important;
  }

  .mp-hero-copy {
    font-size: 16px;
  }

  .mp-hero .elementor-widget-button {
    display: block !important;
    width: 100% !important;
    margin-right: 0;
  }

  .mp-button .elementor-button {
    width: 100%;
  }

  .mp-book-author-line,
  .mp-footer-menu {
    text-align: left;
    justify-content: flex-start;
  }

  .mp-section,
  .mp-contact {
    padding: 76px 0;
  }

  .mp-section-title .elementor-heading-title,
  .mp-newsletter-title .elementor-heading-title {
    font-size: 34px !important;
  }

  .mp-author-card,
  .mp-review-box,
  .mp-contact-form .elementor-form-fields-wrapper {
    padding: 28px;
  }

  .mp-review-box blockquote {
    font-size: 26px;
  }

  .mp-blogs-intro,
  .mp-testimonials-intro {
    padding-bottom: 32px;
  }

  .mp-blogs-grid,
  .mp-testimonials-grid {
    padding-bottom: 76px;
  }
}