@media (max-width: 767px) {
  .topbar {
    display: none;
  }
}

/* =========================
   HEADER
========================= */

.pd-header-main {
  padding: 0 0 0 0;
  position: relative;
  z-index: 9999;

  padding: 14px 0;

  background: #fff;

  transition: 0.35s ease;
}

/* SCROLL EFFECT */

@media (min-width: 992px) {
  .pd-header-main.pd-header-scroll {
    position: sticky;

    top: 0;

    background:
      radial-gradient(
        circle at 10% 18%,
        rgba(235, 169, 31, 0.18),
        transparent 28%
      ),
      radial-gradient(
        circle at 88% 76%,
        rgba(255, 255, 255, 0.1),
        transparent 24%
      ),
      linear-gradient(135deg, #153654, #112d46);

    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  }
}
ul.dropdown-menu.pd-services-dropdown {
  background-color: white;
}
/* =========================
   LOGO FIX
========================= */

.pd-logo-holder {
  position: relative;

  width: 41%;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
}

/* BOTH LOGOS */

.pd-logo-default,
.pd-logo-scroll {
  position: absolute;

  left: 0;
  top: 50%;

  transform: translateY(-50%);

  width: 240px;
  height: auto;

  display: block;

  object-fit: contain;

  transition: opacity 0.3s ease;
}

/* WHITE LOGO HIDDEN */

.pd-logo-scroll {
  opacity: 0;
}

/* LOGO SWITCH */

.pd-header-main.pd-header-scroll .pd-logo-default {
  opacity: 0;
}

.pd-header-main.pd-header-scroll .pd-logo-scroll {
  opacity: 1;
}

/* =========================
   MENU
========================= */

.pd-menu-link {
  font-weight: 600;

  transition: 0.35s ease;
}

/* WHITE MENU ON SCROLL */

.pd-header-main.pd-header-scroll .pd-menu-link {
  color: #fff !important;
}

/* =========================
   TOGGLER
========================= */

.pd-header-main .navbar-toggler {
  border: none;

  box-shadow: none !important;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 991px) {
  .pd-header-main {
    padding: 12px 0 12px 0 !important;
    position: relative !important;
    top: auto !important;
  }

  .pd-logo-holder {
    width: 130px;
    height: 55px;
  }

  .pd-logo-default,
  .pd-logo-scroll {
    width: 240px;
  }
}
.container.d-flex.flex-wrap.justify-content-between.gap-2 span {
  font-size: 12px;
}
/* Services Dropdown */
.pd-services-dropdown {
  border: 0;
  border-radius: 14px;
  padding: 10px 0;
  min-width: 290px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.pd-services-dropdown .dropdown-item {
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  transition: 0.3s ease;
}

.pd-services-dropdown .dropdown-item:hover {
  background: #f6f6f6;
  color: #000;
  padding-left: 26px;
}

/* Desktop Hover Dropdown */
@media (min-width: 992px) {
  .pd-services-menu:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* Mobile Dropdown */
@media (max-width: 991px) {
  .pd-services-dropdown {
    box-shadow: none;
    border-radius: 10px;
    margin-top: 5px;
    min-width: 100%;
    background: #f8f8f8;
  }

  .pd-services-dropdown .dropdown-item {
    padding: 11px 18px;
    font-size: 14px;
  }
}

.logo-mark,
.service-icon,
.step-icon {
  place-items: center;
}
.tpd-video-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.tpd-video-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.tpd-glass-box {
  position: relative;
  z-index: 3;
  max-width: 1115px;
  margin: auto;
  padding: 60px 70px;
  border-radius: 38px;
  text-align: center;
  color: #fff;
  background: rgba(70, 55, 45, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35);
}
.tpd-badge-new,
.tpd-hero-btns .btn {
  border-radius: 50px;
  font-weight: 800;
}
.tpd-badge-new {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 26px;
  background: #fff;
  color: #b18352;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.tpd-glass-box h1 {
  font-family: Georgia, serif;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 24px;
}
.tpd-glass-box p {
  max-width: 1120px;
  margin: 0 auto 24px;
  font-size: 19px;
  line-height: 1.7;
  color: #fff;
}
.tpd-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 34px 0;
  font-size: 16px;
  color: #fff;
}
.tpd-points span:not(:last-child)::after {
  content: "|";
  margin-left: 20px;
  opacity: 0.8;
}
.tpd-hero-btns {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.tpd-hero-btns .btn {
  padding: 15px 32px;
  font-size: 18px;
}
.tpd-hero-btns .btn-theme {
  background: #c79a5b;
  color: #fff;
  border: 1px solid #c79a5b;
}
.tpd-hero-btns .btn-outline-theme {
  background: #fff;
  color: #c79a5b;
  border: 1px solid #c79a5b;
}
.tpd-vector {
  position: absolute;
  z-index: 2;
  color: rgba(255, 255, 255, 0.35);
  font-size: 58px;
  animation: 5s ease-in-out infinite floatVec;
}
.tpd-v1 {
  left: 7%;
  top: 18%;
}
.tpd-v2 {
  right: 8%;
  top: 22%;
  animation-delay: 1s;
}
.tpd-v3 {
  left: 10%;
  bottom: 16%;
  animation-delay: 1.6s;
}
.tpd-v4 {
  right: 12%;
  bottom: 15%;
  animation-delay: 2.2s;
}
@keyframes floatVec {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-18px) rotate(8deg);
  }
}
@media (max-width: 767px) {
  .tpd-glass-box p,
  .tpd-points {
    font-size: 16px;
  }
  .tpd-video-hero {
    padding: 90px 0;
  }
  .tpd-glass-box {
    padding: 42px 22px;
    border-radius: 26px;
  }
  .tpd-points {
    gap: 10px;
  }
  .tpd-hero-btns .btn,
  .tpd-points span {
    width: 100%;
  }
  .tpd-points span::after,
  .tpd-vector {
    display: none;
  }
  h1.Professional-heading {
    font-size: 25px !important;
  }
}
h1.Professional-heading {
  font-size: 50px;
}
.about-premium-page {
  --about-theme: #caa979;
  --about-theme-dark: #aa8151;
  --about-ink: #2a1d14;
  --about-soft: #fbf7ef;
  --about-cream: #fffaf4;
  --about-shadow: 0 24px 70px rgba(170, 129, 81, 0.18);
  color: var(--about-ink);
  overflow: hidden;
}
.about-premium-page .section-title h2,
.about-premium-page h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 1.08;
}
.about-premium-page p {
  color: #000;
  line-height: 1.75;
}
.about-premium-page .about-hero {
  position: relative;
  padding: 115px 0 95px;
  background:
    linear-gradient(
      120deg,
      rgba(255, 250, 244, 0.96) 0 52%,
      rgba(202, 169, 121, 0.42) 52% 100%
    ),
    url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=1800&q=90")
      center/cover no-repeat;
  overflow: hidden;
}
.about-premium-page .about-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 10% 25%,
      rgba(202, 169, 121, 0.18),
      transparent 14%
    ),
    radial-gradient(
      circle at 87% 20%,
      rgba(170, 129, 81, 0.22),
      transparent 16%
    );
  pointer-events: none;
}
.about-premium-page .about-hero:after {
  content: "";
  position: absolute;
  right: -80px;
  top: 40px;
  width: min(520px, 46vw);
  height: 360px;
  background: url("https://images.unsplash.com/photo-1519791883288-dc8bd696e667?auto=format&fit=crop&w=1200&q=85")
    center/cover no-repeat;
  opacity: 0.18;
  transform: rotate(-10deg);
  border-radius: 40px;
  box-shadow: var(--about-shadow);
}
.about-premium-page .about-hero .container,
.about-premium-page section .container,
.hero-content,
.process .container {
  position: relative;
  z-index: 2;
}
.about-premium-page .about-hero .section-title {
  max-width: 940px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(202, 169, 121, 0.2);
  border-radius: 34px;
  padding: 3rem;
  backdrop-filter: blur(14px);
  box-shadow: var(--about-shadow);
}
.about-premium-page .about-hero h2 {
  color: var(--about-ink);
  font-size: clamp(2.4rem, 5vw, 5rem);
}
.about-premium-page .disclaimer-band {
  position: relative;
  background: linear-gradient(
    135deg,
    var(--about-theme),
    var(--about-theme-dark)
  );
  color: #fff;
  padding: 42px 0;
  text-align: center;
}
.about-premium-page .disclaimer-band p {
  color: #fff;
  max-width: 1050px;
  margin: 0 auto;
  font-weight: 700;
}
.about-premium-page .disclaimer-band:after {
  content: "";
  width: 330px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #24160b, transparent);
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  opacity: 0.65;
}
.about-premium-page .section-pad {
  padding: 95px 0;
  position: relative;
}
.about-premium-page .premium-card,
.about-premium-page .service-card,
.about-premium-page .trust-card {
  background: linear-gradient(180deg, #fff, #fff8ef);
  border: 1px solid rgba(202, 169, 121, 0.22);
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(170, 129, 81, 0.1);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.about-premium-page .premium-card:before,
.about-premium-page .service-card:before,
.about-premium-page .trust-card:before {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(202, 169, 121, 0.15);
}
.about-premium-page .premium-card {
  padding: 2.4rem;
  height: 100%;
}
.about-premium-page .service-card,
.about-premium-page .trust-card {
  padding: 1.6rem;
  height: 100%;
}
.about-premium-page .premium-card:hover,
.about-premium-page .service-card:hover,
.about-premium-page .trust-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--about-shadow);
}
.about-premium-page .service-icon,
.about-premium-page .trust-card > i {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(
    135deg,
    var(--about-theme),
    var(--about-theme-dark)
  );
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  box-shadow: 0 16px 35px rgba(170, 129, 81, 0.24);
}
.about-premium-page .image-frame {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
}
.about-premium-page .image-frame img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  display: block;
}
.about-premium-page .floating-pen {
  position: absolute;
  right: 5%;
  top: 35px;
  width: 230px;
  max-width: 28vw;
  transform: rotate(18deg);
  opacity: 0.42;
  filter: drop-shadow(0 20px 25px rgba(0, 0, 0, 0.16));
  z-index: 1;
  pointer-events: none;
}
.about-premium-page .soft-bg {
  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(202, 169, 121, 0.12),
      transparent 20%
    ),
    linear-gradient(135deg, #fffaf4, #f8f1e8);
}
.about-premium-page .dark-bg {
  background:
    linear-gradient(135deg, rgba(43, 29, 16, 0.94), rgba(27, 18, 8, 0.94)),
    url("https://images.unsplash.com/photo-1507842217343-583bb7270b66?auto=format&fit=crop&w=1800&q=85")
      center/cover fixed;
  color: #fff;
}
.about-premium-page .dark-bg .tick,
.about-premium-page .dark-bg p {
  color: #efe5d7;
}
.about-premium-page .tick {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0.85rem 0;
  color: #403328;
  font-weight: 800;
}
.about-premium-page .tick i {
  color: var(--about-theme-dark);
  font-size: 1.2rem;
  margin-top: 0.15rem;
}
.about-premium-page .cta-story {
  background:
    linear-gradient(90deg, rgba(202, 169, 121, 0.92), rgba(170, 129, 81, 0.86)),
    url("https://images.unsplash.com/photo-1516979187457-637abb4f9353?auto=format&fit=crop&w=1800&q=85")
      center/cover fixed;
  padding: 90px 0;
  color: #fff;
  text-align: center;
}
.about-premium-page .cta-story .mini,
.about-premium-page .cta-story h2,
.about-premium-page .cta-story p,
.footer a:hover {
  color: #fff;
}
.about-premium-page .location-card {
  background: #fff;
  border: 1px solid rgba(202, 169, 121, 0.22);
  border-radius: 28px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 18px 45px rgba(170, 129, 81, 0.1);
  text-align: center;
}
.about-premium-page .address-icon {
  max-width: 150px;
  filter: drop-shadow(0 20px 30px rgba(170, 129, 81, 0.2));
}
.about-premium-page .transparency-note {
  background: linear-gradient(180deg, #fff, #fff8ef);
  border: 1px solid rgba(202, 169, 121, 0.22);
  border-radius: 30px;
  padding: 2.4rem;
  box-shadow: var(--about-shadow);
}
.about-premium-page .btn-theme {
  background: linear-gradient(
    135deg,
    var(--about-theme),
    var(--about-theme-dark)
  );
  border: 0;
  color: #fff;
  font-weight: 900;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  box-shadow: 0 16px 32px rgba(170, 129, 81, 0.28);
}
.about-premium-page .btn-outline-theme {
  border: 2px solid var(--about-theme-dark);
  color: var(--about-theme-dark);
  font-weight: 900;
  border-radius: 999px;
  padding: 0.78rem 1.25rem;
  background: #fff;
}
.about-premium-page .btn-outline-theme:hover,
.about-premium-page .btn-theme:hover {
  background: linear-gradient(135deg, #d8b98d, #b88b57);
  color: #fff;
  border-color: var(--about-theme-dark);
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  .about-premium-page .about-hero {
    padding: 75px 0;
    background: linear-gradient(180deg, #fffaf4, #f8f1e8);
  }
  .about-premium-page .about-hero .section-title {
    padding: 2rem;
  }
  .about-premium-page .section-pad {
    padding: 70px 0;
  }
  .about-premium-page .image-frame img {
    height: 340px;
  }
  .about-premium-page .floating-pen {
    display: none;
  }
  .about-premium-page .section-title.text-start {
    text-align: center;
  }
}
.signup-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 80px;
  background:
    linear-gradient(rgba(255, 250, 244, 0.92), rgba(255, 250, 244, 0.94)),
    url("https://images.unsplash.com/photo-1521587760476-6c12a4b040da?auto=format&fit=crop&w=1800&q=90")
      center/cover no-repeat;
}
form.border.p-4.rounded.shadow {
  position: relative;
  z-index: 2;
  width: 100%;
  background:
    radial-gradient(
      circle at 10% 18%,
      rgba(235, 169, 31, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 76%,
      rgba(255, 255, 255, 0.1),
      transparent 24%
    ),
    linear-gradient(135deg, #153654, #112d46);
  color: #fff;
  padding: 50px !important;
}
.signup-card {
  width: 100%;
  max-width: 650px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(202, 169, 121, 0.25);
  border-radius: 32px;
  padding: 2.5rem;
  box-shadow: 0 25px 70px rgba(170, 129, 81, 0.18);
}
.signup-card h1 {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  font-size: 3.5rem;
  color: #2a1d14;
}
.signup-card p {
  text-align: center;
  color: #6f5b49;
  margin-bottom: 2rem;
}
.form-icon,
.nav-item.dropdown,
.reviews-slider {
  position: relative;
}
.form-icon i,
.form-stage:before,
.hero:before,
.services:before,
.vector {
  position: absolute;
}
.form-icon i {
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #aa8151;
  z-index: 5;
}
.form-icon .form-control,
.form-icon .form-select {
  padding-left: 45px;
}
.signup-card .form-control,
.signup-card .form-select {
  height: 56px;
  border: 1px solid rgba(202, 169, 121, 0.25);
  border-radius: 14px;
  box-shadow: none;
}
.signup-card .form-control:focus,
.signup-card .form-select:focus {
  border-color: #caa979;
  box-shadow: 0 0 0 0.2rem rgba(202, 169, 121, 0.18);
}
.btn-theme:hover {
  background: linear-gradient(135deg, #d8b98d, #b88b57);
}
@media (max-width: 575px) {
  .about-premium-page .about-hero,
  .about-premium-page .section-pad {
    padding: 55px 0;
  }
  .about-premium-page .about-hero .section-title {
    padding: 1.35rem;
    border-radius: 22px;
  }
  .about-premium-page .section-title h2 {
    font-size: 2.2rem !important;
  }
  .about-premium-page .location-card,
  .about-premium-page .premium-card,
  .about-premium-page .service-card,
  .about-premium-page .transparency-note,
  .about-premium-page .trust-card {
    padding: 1.25rem;
    border-radius: 22px;
  }
  .about-premium-page .image-frame img {
    height: 280px;
  }
  .about-premium-page .cta-story {
    padding: 60px 0;
  }
  .signup-card {
    padding: 1.5rem;
    border-radius: 24px;
  }
  .signup-card h1 {
    font-size: 2.5rem;
  }
}
:root {
  --theme: #000000;
  --theme-dark: #000000;
  --theme-light: #d8c8ac;
  --ink: #151515;
  --charcoal: #202124;
  --cream: #fbf7ef;
  --soft: #f3eadc;
  --muted: #0000;
  --white: #fff;
  --shadow: 0 24px 70px rgba(31, 27, 22, 0.18);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}
.serif,
h1,
h2,
h3,
h4 {
  font-family: Poppins, serif;
  font-weight: 700;
  line-height: 1.02;
}
p {
  color: #000 !important;
  line-height: 1.75;
}
.about-premium-page .mini {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid rgba(202, 169, 121, 0.25);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  color: var(--about-theme-dark);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 14px 35px rgba(170, 129, 81, 0.12);
}
.theme-text {
  color: #c39854;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(42px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes floaty {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-18px) rotate(7deg);
  }
}
@keyframes drift {
  0%,
  100% {
    transform: translateX(0) rotate(0);
  }
  50% {
    transform: translateX(14px) rotate(-8deg);
  }
}
.fade-up {
  opacity: 0;
  animation: 0.9s forwards fadeInUp;
}
.delay-1 {
  animation-delay: 0.15s;
}
.delay-2 {
  animation-delay: 0.3s;
}
.delay-3 {
  animation-delay: 0.45s;
}
.delay-4 {
  animation-delay: 0.6s;
}
.vector {
  z-index: 1;
  pointer-events: none;
  opacity: 0.42;
  color: var(--theme);
  filter: drop-shadow(0 12px 22px rgba(161, 137, 98, 0.18));
}
.form-stage,
.hero,
.portfolio-card,
.sale-card,
.service-card,
section {
  position: relative;
}
.vector i {
  font-size: inherit;
}
.v-book {
  font-size: 44px;
  left: 4%;
  top: 95px;
  animation: 5.2s ease-in-out infinite floaty;
}
.v-feather {
  font-size: 36px;
  right: 7%;
  top: 135px;
  animation: 6s ease-in-out infinite drift;
}
.v-star {
  font-size: 28px;
  left: 10%;
  bottom: 80px;
  animation: 4.6s ease-in-out infinite floaty;
}
.v-pen {
  font-size: 42px;
  right: 9%;
  bottom: 90px;
  animation: 5.5s ease-in-out infinite drift;
}
.topbar {
  background: var(--charcoal);
  color: #eee;
  font-size: 0.88rem;
  padding: 0.65rem 0;
}
.navbar {
  padding: 0 !important;
  background: rgba(251, 247, 239, 0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.06);
}
.navbar-toggler {
  border: none;
  padding: 0.45rem 0.7rem;
  border-radius: 14px;
  background: rgba(161, 137, 98, 0.12);
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28111,91,63,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar.navbar-brand {
  font-weight: 900;
  letter-spacing: 0.04em;
  color: var(--ink) !important;
}
.logo-mark {
  display: grid;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--theme), var(--theme-dark));
  color: #fff;
  box-shadow: 0 12px 30px rgba(161, 137, 98, 0.35);
}
.eyebrow,
.section-title .mini {
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 900;
}
.nav-link:hover {
  color: var(--theme) !important;
}
.btn-theme {
  background: linear-gradient(135deg, #c39854, #f4c34f);
  border: 0;
  color: #fff;
  font-weight: 900;
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  box-shadow: 0 16px 32px rgba(161, 137, 98, 0.35);
  transition: 0.25s;
}
.btn-theme:hover {
  color: #fff;
  transform: translateY(-3px);
}
.btn-outline-theme {
  border: 2px solid var(--theme);
  color: var(--theme-dark);
  font-weight: 900;
  border-radius: 999px;
  padding: 0.78rem 1.25rem;
  background: #fff;
}
.btn-outline-theme:hover {
  background: var(--theme);
  color: #fff;
}
.eyebrow,
.section-title .mini,
.stat strong {
  color: var(--theme-dark);
}
.section-title .mini {
  gap: 0.45rem;
  align-items: center;
  letter-spacing: 0.18em;
  background: #fff;
  border: 1px solid rgba(161, 137, 98, 0.25);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}
.section-title p {
  max-width: 840px;
  margin: 0.8rem auto 0;
}
.hero {
  min-height: 820px;
  overflow: hidden;
  background:
    linear-gradient(rgba(18, 18, 18, 0.18), rgba(18, 18, 18, 0.18)),
    url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=1800&q=90")
      center/cover no-repeat;
}
.hero:before {
  content: "";
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(251, 247, 239, 0.92) 0 52%,
    transparent 52% 60%,
    rgba(32, 33, 36, 0.58) 60%
  );
  pointer-events: none;
}
.hero .col-lg-6:first-child {
  padding-right: 4rem;
  position: relative;
  z-index: 3;
}
.eyebrow {
  align-items: center;
  gap: 0.55rem;
  letter-spacing: 0.14em;
  background: #fff;
  border: 1px solid rgba(161, 137, 98, 0.24);
  padding: 0.55rem 1rem;
  border-radius: 999px;
}
.eyebrow,
.stars {
  letter-spacing: 0.08em;
}
.hero h1,
.hero h2 {
  font-size: clamp(2.6rem, 5vw, 4.9rem);
  max-width: 760px;
}
.hero-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.stat {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(161, 137, 98, 0.22);
  border-radius: 20px;
  padding: 1rem 1.25rem;
  min-width: 140px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.stat strong {
  display: block;
  font-size: 1.45rem;
}
.form_color {
  padding: 30px;
  background-color:
    radial-gradient(
      circle at 10% 18%,
      rgba(235, 169, 31, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 76%,
      rgba(255, 255, 255, 0.1),
      transparent 24%
    ),
    linear-gradient(135deg, #153654, #112d46);
  border-radius: 20px;
}
.form-stage {
  z-index: 3;
  background: url("https://images.unsplash.com/photo-1544716278-ca5e3f4abd8c?auto=format&fit=crop&w=1200&q=90")
    center/cover no-repeat;
  border: 2px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.form-stage:before {
  content: "";
  inset: 0;
  background: unset !important;
  backdrop-filter: unset !important;
  z-index: 0;
}
.sale-card {
  z-index: 2;
  width: 100%;
  background:
    radial-gradient(
      circle at 10% 18%,
      rgba(235, 169, 31, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 76%,
      rgba(255, 255, 255, 0.1),
      transparent 24%
    ),
    linear-gradient(135deg, #153654, #112d46);
  color: #fff;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.sale-card strong {
  color: var(--theme-light);
  line-height: 1;
}
.sale-card .form-control,
.sale-card .form-select {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 0.8rem;
  padding: 0.8rem;
}
.sale-card textarea {
  min-height: 132px;
}
section {
  overflow: hidden;
}
.reviews,
.services {
  background: var(--cream);
}
.services:before {
  content: "";
  inset: 0;
  background: url("../images/Where-Stories-Are-Nurtured-and-Authors Thrive.webp")
    center/cover fixed;
  opacity: 0.055;
}
.service-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(161, 137, 98, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.07);
  transition: 0.28s;
  overflow: hidden;
}
.service-card:before {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(161, 137, 98, 0.12);
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow);
}
.service-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff9d01, #ffa102);
  color: #fff;
  display: grid;
  font-size: 1.75rem;
  margin-bottom: 1.1rem;
}
.service-card h5 {
  font-weight: 900;
  color: #222;
}
.service-card p {
  font-size: 0.95rem;
  margin-bottom: 0;
}
.portfolio {
  background:
    linear-gradient(rgba(32, 33, 36, 0.88), rgba(32, 33, 36, 0.88)),
    url("https://images.unsplash.com/photo-1507842217343-583bb7270b66?auto=format&fit=crop&w=1800&q=85")
      center/cover fixed;
  color: #fff;
}
.portfolio .section-title p,
.portfolio p {
  color: #ded7cd;
}
@keyframes autoPortfolio {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.portfolio-wrap {
  overflow: hidden;
  padding: 12px 6px 28px;
}
.portfolio-track {
  display: flex;
  gap: 1.4rem;
  width: max-content;
  animation: 28s linear infinite autoPortfolio;
}
.portfolio-wrap:hover .portfolio-track,
.reviews-track:hover {
  animation-play-state: paused;
}
.portfolio-card {
  flex: 0 0 210px;
  border-radius: 24px;
  overflow: hidden;
  background: #ff9800;
  padding: 0.45rem;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.32);
  transition: 0.25s;
  scroll-snap-align: start;
}
.book-overlay,
.step {
  display: flex;
  padding: 1rem;
}
.portfolio-card:hover {
  transform: translateY(-8px) rotate(-1deg);
}
.portfolio-card img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}
.book-overlay {
  position: absolute;
  left: 0.45rem;
  right: 0.45rem;
  bottom: 0.45rem;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(180deg, transparent, rgba(161, 137, 98, 0.97));
  color: #fff;
  min-height: 45%;
  align-items: end;
}
.feature-card,
.trust-card {
  border: 1px solid rgba(161, 137, 98, 0.18);
}
.book-overlay h5 {
  margin: 0;
  font-weight: 900;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
}
.expertise,
.policy-section {
  background: var(--soft);
}
.feature-card {
  background: #fff;
  box-shadow: var(--shadow);
}
.feature-img {
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
}
.tick {
  display: flex;
  gap: 0.75rem;
  margin: 0.9rem 0;
  color: #403b34;
  font-weight: 800;
}
.floating-chat,
.footer h5,
.genre-box h5,
.step h5,
h1.mt-4.fs-1 {
  font-weight: 900;
}
.tick i {
  color: var(--theme);
  font-size: 1.2rem;
}
.genre-strip {
  background:
    linear-gradient(90deg, rgba(161, 137, 98, 0.9), rgba(111, 91, 63, 0.9)),
    url("../images/publishing-1.webp") center/cover fixed;
  color: #fff;
}
.genre-strip p {
  color: #f3eadc;
}
.genre-box {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 26px;
  backdrop-filter: blur(8px);
  height: 100%;
}
.genre-box i {
  font-size: 2rem;
  color: #fff;
}
.genre-box h5 {
  margin-top: 0.75rem;
}
.process {
  background: var(--charcoal);
  color: #fff;
}
.process:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/publishing-5.webp") center/cover fixed;
  opacity: 0.13;
}
.process p {
  color: #d9d3ca;
}
.step {
  gap: 1rem;
  margin-bottom: 1.2rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
}
.step-icon {
  flex: 0 0 52px;
  display: grid;
  background: #ff9800;
  color: #fff;
}
.step h5 {
  color: var(--theme-light);
  margin-bottom: 0.15rem;
}
.author-img {
  width: 100%;
  max-width: 440px;
  border-radius: 36px;
  box-shadow: var(--shadow);
  border: 8px solid rgba(161, 137, 98, 0.8);
}
@keyframes testimonialMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.reviews-slider:after {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: -18px;
  height: 46px;
  background: rgba(31, 27, 22, 0.24);
  filter: blur(25px);
  border-radius: 50%;
  z-index: 0;
}
.reviews-wrap {
  overflow: hidden;
  padding: 16px 0 42px;
  position: relative;
  z-index: 2;
}
.reviews-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  animation: 28s linear infinite testimonialMarquee;
}
.review-slide {
  flex: 0 0 360px;
}
.review-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(161, 137, 98, 0.17);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.07);
}
.stars {
  color: var(--theme);
}
.quote-mark {
  font-size: 4.5rem !important;
  line-height: 1;
  color: #c39854 !important;
  font-family: serif;
}
.footer,
.footer a,
.footer p {
  color: #cfc8bc;
}
.footer {
  background:
    radial-gradient(
      circle at 10% 18%,
      rgba(235, 169, 31, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 76%,
      rgba(255, 255, 255, 0.1),
      transparent 24%
    ),
    linear-gradient(135deg, #153654, #112d46);
  padding: 65px 0 25px;
}
.footer a {
  text-decoration: none;
  display: block;
  margin: 0.4rem 0;
}
.footer h5 {
  color: #c39854;
}
.ad-slot {
  border: 1px dashed rgba(161, 137, 98, 0.45);
  background: rgba(255, 255, 255, 0.65);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
  max-width: 970px;
}
.trust-section {
  padding: 100px 0 !important;
  background: #fff;
}
.trust-card {
  height: 100%;
  background: var(--cream);
  border-radius: 26px;
  padding: 1.5rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}
.trust-card i {
  font-size: 2rem;
  color: var(--theme);
  margin-bottom: 0.75rem;
}
.policy-card {
  height: 385px !important;
  background: #fff;
  border: 1px solid rgba(161, 137, 98, 0.18);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.07);
}
.policy-card h4 {
  margin-top: 1.25rem;
}
.policy-card ul {
  color: var(--muted);
  line-height: 1.8;
}
.footer .legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer .legal-links a {
  display: inline-block;
  margin: 0;
}
.floating-chat {
  position: fixed;
  background: linear-gradient(135deg, var(--theme), var(--theme-dark));
  color: #fff;
  border-radius: 999px;
  box-shadow: var(--shadow);
  z-index: 50;
  text-decoration: none;
}
.dropdown-item,
.nav-link {
  font-weight: 500;
  transition: 0.3s;
}
h1.mt-4.fs-1 {
  font-size: 58px !important;
}
.tpd-video-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 110px 0;
  background: #111;
}
@media (max-width: 991px) {
  h1.mt-4.fs-1 {
    font-weight: 900;
    font-size: 30px !important;
  }
  .navbar-collapse {
    background: #fff;
    border-radius: 22px;
    margin-top: 1rem;
    padding: 1rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  }
  .hero {
    min-height: auto;
    padding: 70px 0;
    background: linear-gradient(180deg, #fbf7ef 0, #efe2cf 100%);
  }
  .hero:before {
    background: linear-gradient(
      180deg,
      rgba(251, 247, 239, 0.94),
      rgba(251, 247, 239, 0.72)
    );
  }
  .hero .col-lg-6:first-child {
    padding-right: 25px;
    text-align: center;
  }
  .hero p {
    margin-left: auto;
    margin-right: auto;
  }
  .hero .d-flex,
  .hero-stats {
    justify-content: center;
  }
  .form-stage {
    margin-top: 1.5rem;
  }
  .portfolio-card {
    flex-basis: 250px;
    min-width: 250px;
  }
  .feature-img {
    min-height: 360px;
  }
  .author-img {
    max-width: 360px;
  }
  .review-slide {
    width: 320px;
    flex-basis: 320px;
  }
  .reviews-track {
    animation-duration: 24s;
  }
}
@media (max-width: 767px) {
  .topbar,
  span.vector.v-book {
    display: none !important;
  }
  .topbar {
    background: var(--charcoal);
    color: #eee;
    font-size: 0.88rem;
    padding: 0.65rem 0;
  }
}
.navbar-brand span:last-child {
  font-size: 0.86rem;
}
.logo-mark {
  width: 42px;
  height: 42px;
}
.hero {
  padding: 55px 0;
}
.eyebrow {
  font-size: 0.68rem;
  white-space: normal;
  text-align: center;
}
.hero h1 {
  font-size: 2.55rem;
}
.hero p {
  max-width: 650px;
  font-size: 1rem;
}
.section-title {
  text-align: center;
  margin-bottom: 2rem;
}
.section-title h2 {
  font-size: 2.3rem;
}
.stat {
  flex: 1 1 100%;
}
.form-stage {
  padding: 14px;
  border-radius: 26px;
}
.policy-card,
.sale-card {
  padding: 1.25rem;
  border-radius: 22px;
}
.sale-card strong {
  font-size: 1.8rem;
}
.expertise,
.genre-strip,
.policy-section,
.portfolio,
.process,
.reviews,
.services,
.trust-section {
  padding: 62px 0;
}
.feature-card,
.review-card,
.service-card {
  border-radius: 22px;
  padding: 1.25rem;
}
label.check_new_boxx {
  font-size: 13px;
}
.portfolio-card {
  flex-basis: 220px;
  min-width: 220px;
}
.portfolio-track {
  animation-duration: 24s;
}
.feature-img {
  min-height: 280px;
}
.genre-box {
  padding: 1.2rem;
}
.step {
  align-items: flex-start;
}
.step-icon {
  flex-basis: 44px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-size: 1.1rem;
}
.review-slide {
  width: 280px;
  flex-basis: 280px;
}
.reviews-track {
  gap: 1rem;
  animation-duration: 22s;
}
.ad-slot {
  min-height: 90px;
  margin: 28px auto;
}
.floating-chat {
  right: 12px;
  bottom: 12px;
  padding: 0.75rem 0.95rem;
  font-size: 0.85rem;
}
.navbar-nav {
  margin: auto;
}
.nav-link {
  font-size: 15px;
  color: #1b1b1b !important;
  padding: 12px 18px !important;
}
.nav-link:hover {
  color: #c39854 !important;
}
.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.3s;
  border: 0;
  border-radius: 18px;
  padding: 12px;
  min-width: 220px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
.dropdown-item {
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 16px;
}
.dropdown-item:hover {
  background: rgba(108, 60, 240, 0.08);
  color: #6c3cf0;
}
.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-top: 15px;
  }
  .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: #f8f8f8;
    margin-top: 10px;
  }
  .dropdown-menu.show {
    display: block;
  }
}
.form-select {
  height: 55px;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding-right: 45px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 7l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 14px;
}

/* ---------------------About Page Styling---------------- */

.about-premium-page {
  --about-theme: #caa979;
  --about-theme-dark: #aa8151;
  --about-ink: #2a1d14;
  --about-soft: #fbf7ef;
  --about-cream: #fffaf4;
  --about-shadow: 0 24px 70px rgba(170, 129, 81, 0.18);
  color: var(--about-ink);
  overflow: hidden;
}

.about-premium-page .section-title h2,
.about-premium-page h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 1.08;
}

.about-premium-page p {
  color: #000000;
  line-height: 1.75;
}

.about-premium-page .mini {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid rgba(202, 169, 121, 0.25);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  color: var(--about-theme-dark);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 14px 35px rgba(170, 129, 81, 0.12);
}

.about-premium-page .about-hero {
  position: relative;
  padding: 115px 0 95px;
  background:
    linear-gradient(
      120deg,
      rgba(255, 250, 244, 0.96) 0 52%,
      rgba(202, 169, 121, 0.42) 52% 100%
    ),
    url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=1800&q=90")
      center/cover no-repeat;
  overflow: hidden;
}

.about-premium-page .about-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 10% 25%,
      rgba(202, 169, 121, 0.18),
      transparent 14%
    ),
    radial-gradient(
      circle at 87% 20%,
      rgba(170, 129, 81, 0.22),
      transparent 16%
    );
  pointer-events: none;
}

.about-premium-page .about-hero:after {
  content: "";
  position: absolute;
  right: -80px;
  top: 40px;
  width: min(520px, 46vw);
  height: 360px;
  background: url("https://images.unsplash.com/photo-1519791883288-dc8bd696e667?auto=format&fit=crop&w=1200&q=85")
    center/cover no-repeat;
  opacity: 0.18;
  transform: rotate(-10deg);
  border-radius: 40px;
  box-shadow: var(--about-shadow);
}

.about-premium-page .about-hero .container,
.about-premium-page section .container {
  position: relative;
  z-index: 2;
}

.about-premium-page .about-hero .section-title {
  max-width: 940px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(202, 169, 121, 0.2);
  border-radius: 34px;
  padding: 3rem;
  backdrop-filter: blur(14px);
  box-shadow: var(--about-shadow);
}

.about-premium-page .about-hero h2 {
  color: var(--about-ink);
  font-size: clamp(2.4rem, 5vw, 5rem);
}

.about-premium-page .disclaimer-band {
  position: relative;
  background: linear-gradient(
    135deg,
    var(--about-theme),
    var(--about-theme-dark)
  );
  color: #fff;
  padding: 42px 0;
  text-align: center;
}

.about-premium-page .disclaimer-band p {
  color: #fff;
  max-width: 1050px;
  margin: 0 auto;
  font-weight: 700;
}

.about-premium-page .disclaimer-band:after {
  content: "";
  width: 330px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #24160b, transparent);
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  opacity: 0.65;
}

.about-premium-page .section-pad {
  padding: 95px 0;
  position: relative;
}

.about-premium-page .premium-card,
.about-premium-page .service-card,
.about-premium-page .trust-card {
  background: linear-gradient(180deg, #fff, #fff8ef);
  border: 1px solid rgba(202, 169, 121, 0.22);
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(170, 129, 81, 0.1);
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.about-premium-page .premium-card:before,
.about-premium-page .service-card:before,
.about-premium-page .trust-card:before {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(202, 169, 121, 0.15);
}

.about-premium-page .premium-card {
  padding: 2.4rem;
  height: 100%;
}

.about-premium-page .service-card,
.about-premium-page .trust-card {
  padding: 1.6rem;
  height: 100%;
}

.about-premium-page .service-card:hover,
.about-premium-page .trust-card:hover,
.about-premium-page .premium-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--about-shadow);
}

.about-premium-page .service-icon,
.about-premium-page .trust-card > i {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(
    135deg,
    var(--about-theme),
    var(--about-theme-dark)
  );
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  box-shadow: 0 16px 35px rgba(170, 129, 81, 0.24);
}

.about-premium-page .image-frame {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
}

.about-premium-page .image-frame img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  display: block;
}

.about-premium-page .floating-pen {
  position: absolute;
  right: 5%;
  top: 35px;
  width: 230px;
  max-width: 28vw;
  transform: rotate(18deg);
  opacity: 0.42;
  filter: drop-shadow(0 20px 25px rgba(0, 0, 0, 0.16));
  z-index: 1;
  pointer-events: none;
}

.about-premium-page .soft-bg {
  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(202, 169, 121, 0.12),
      transparent 20%
    ),
    linear-gradient(135deg, #fffaf4, #f8f1e8);
}

.about-premium-page .dark-bg {
  background:
    linear-gradient(135deg, rgba(43, 29, 16, 0.94), rgba(27, 18, 8, 0.94)),
    url("https://images.unsplash.com/photo-1507842217343-583bb7270b66?auto=format&fit=crop&w=1800&q=85")
      center/cover fixed;
  color: #fff;
}

.about-premium-page .dark-bg p,
.about-premium-page .dark-bg .tick {
  color: #efe5d7;
}

.about-premium-page .tick {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0.85rem 0;
  color: #403328;
  font-weight: 800;
}

.about-premium-page .tick i {
  color: var(--about-theme-dark);
  font-size: 1.2rem;
  margin-top: 0.15rem;
}

.about-premium-page .cta-story {
  background:
    linear-gradient(90deg, rgba(202, 169, 121, 0.92), rgba(170, 129, 81, 0.86)),
    url("https://images.unsplash.com/photo-1516979187457-637abb4f9353?auto=format&fit=crop&w=1800&q=85")
      center/cover fixed;
  padding: 90px 0;
  color: #fff;
  text-align: center;
}

.about-premium-page .cta-story h2,
.about-premium-page .cta-story p,
.about-premium-page .cta-story .mini {
  color: #fff;
}

.about-premium-page .location-card {
  background: #fff;
  border: 1px solid rgba(202, 169, 121, 0.22);
  border-radius: 28px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 18px 45px rgba(170, 129, 81, 0.1);
  text-align: center;
}

.about-premium-page .address-icon {
  max-width: 150px;
  filter: drop-shadow(0 20px 30px rgba(170, 129, 81, 0.2));
}

.about-premium-page .transparency-note {
  background: linear-gradient(180deg, #fff, #fff8ef);
  border: 1px solid rgba(202, 169, 121, 0.22);
  border-radius: 30px;
  padding: 2.4rem;
  box-shadow: var(--about-shadow);
}

.about-premium-page .btn-theme {
  background: linear-gradient(
    135deg,
    var(--about-theme),
    var(--about-theme-dark)
  );
  border: 0;
  color: #fff;
  font-weight: 900;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  box-shadow: 0 16px 32px rgba(170, 129, 81, 0.28);
}

.about-premium-page .btn-outline-theme {
  border: 2px solid var(--about-theme-dark);
  color: var(--about-theme-dark);
  font-weight: 900;
  border-radius: 999px;
  padding: 0.78rem 1.25rem;
  background: #fff;
}

.about-premium-page .btn-outline-theme:hover,
.about-premium-page .btn-theme:hover {
  background: linear-gradient(135deg, #d8b98d, #b88b57);
  color: #fff;
  border-color: var(--about-theme-dark);
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .about-premium-page .about-hero {
    padding: 75px 0;
    background: linear-gradient(180deg, #fffaf4, #f8f1e8);
  }
  .about-premium-page .about-hero .section-title {
    padding: 2rem;
  }
  .about-premium-page .section-pad {
    padding: 70px 0;
  }
  .about-premium-page .image-frame img {
    height: 340px;
  }
  .about-premium-page .floating-pen {
    display: none;
  }
  .about-premium-page .section-title.text-start {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .about-premium-page .about-hero {
    padding: 55px 0;
  }
  .about-premium-page .about-hero .section-title {
    padding: 1.35rem;
    border-radius: 22px;
  }
  .about-premium-page .section-title h2 {
    font-size: 2.2rem !important;
  }
  .about-premium-page .section-pad {
    padding: 55px 0;
  }
  .about-premium-page .premium-card,
  .about-premium-page .service-card,
  .about-premium-page .trust-card,
  .about-premium-page .location-card,
  .about-premium-page .transparency-note {
    padding: 1.25rem;
    border-radius: 22px;
  }
  .about-premium-page .image-frame img {
    height: 280px;
  }
  .about-premium-page .cta-story {
    padding: 60px 0;
  }
}

/* ----------------------------Term & Condition Page Styling------------------------------ */

.terms-page {
  --terms-theme: #caa979;
  --terms-theme-dark: #aa8151;
  --terms-ink: #2a1d14;
  --terms-muted: #6f5b49;
  --terms-soft: #fbf7ef;
  --terms-shadow: 0 24px 70px rgba(170, 129, 81, 0.18);
  color: black;
  overflow: hidden;
}

.terms-page h1,
.terms-page h2,
.terms-page h3,
.terms-page h4 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 1.08;
}
.terms-page,
.terms-page p,
.terms-page li,
.terms-page h1,
.terms-page h2,
.terms-page h3,
.terms-page h4,
.terms-page strong,
.terms-page span,
.terms-page a {
  color: #000 !important;
}
.terms-page p,
.terms-page li {
  color: black;
  line-height: 1.75;
  font-size: 0.95rem;
}

.terms-page .terms-hero {
  position: relative;
  padding: 110px 0 85px;
  background:
    linear-gradient(
      120deg,
      rgba(255, 250, 244, 0.96) 0 54%,
      rgba(202, 169, 121, 0.38) 54% 100%
    ),
    url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=1800&q=90")
      center/cover no-repeat;
  overflow: hidden;
}

.terms-page .terms-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(202, 169, 121, 0.18),
      transparent 15%
    ),
    radial-gradient(
      circle at 85% 22%,
      rgba(170, 129, 81, 0.2),
      transparent 18%
    ),
    repeating-linear-gradient(
      135deg,
      rgba(202, 169, 121, 0.07) 0 2px,
      transparent 2px 18px
    );
  pointer-events: none;
}

.terms-page .terms-hero .container,
.terms-page section .container {
  position: relative;
  z-index: 2;
}

.terms-page .hero-card {
  max-width: 980px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(202, 169, 121, 0.24);
  border-radius: 34px;
  padding: 3rem;
  backdrop-filter: blur(14px);
  box-shadow: var(--terms-shadow);
  text-align: center;
}

.terms-page .mini {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid rgba(202, 169, 121, 0.25);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  color: var(--terms-theme-dark);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 14px 35px rgba(170, 129, 81, 0.12);
  margin-bottom: 1rem;
}

.terms-page .hero-card h1 {
  font-size: clamp(2.65rem, 5vw, 5.4rem);
  margin-bottom: 1rem;
}

.terms-page .notice-band {
  background: linear-gradient(
    135deg,
    var(--terms-theme),
    var(--terms-theme-dark)
  );
  color: #fff;
  padding: 38px 0;
  text-align: center;
}

.terms-page .notice-band p {
  color: #fff;
  margin: 0 auto;
  max-width: 1050px;
  font-weight: 700;
}

.terms-page .terms-content-section {
  padding: 85px 0;
  background:
    radial-gradient(
      circle at 12% 16%,
      rgba(202, 169, 121, 0.1),
      transparent 18%
    ),
    linear-gradient(180deg, #fff, #fffaf4);
}

.terms-page .terms-card {
  background: #fff;
  border: 1px solid rgba(202, 169, 121, 0.22);
  border-radius: 34px;
  padding: 3rem;
  box-shadow: var(--terms-shadow);
}

.terms-page .terms-card h2 {
  font-size: 2rem;
  margin: 2rem 0 0.75rem;
  color: var(--terms-ink);
  border-left: 5px solid var(--terms-theme);
  padding-left: 1rem;
}

.terms-page .terms-card h2:first-child {
  margin-top: 0;
}

.terms-page .terms-card h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--terms-theme-dark);
  margin-top: 1.25rem;
}
.terms-page p,
.terms-page li {
  color: #000000;
  line-height: 1.75;
  font-size: 0.95rem;
}

.terms-page .terms-card ul {
  margin-top: 0.5rem;
  padding-left: 1.2rem;
}

.terms-page .terms-card strong {
  color: var(--terms-ink);
}

.terms-page .contact-box {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #fffaf4, #f8f1e8);
  border: 1px solid rgba(202, 169, 121, 0.24);
}

@media (max-width: 991px) {
  .terms-page .terms-hero {
    padding: 75px 0;
    background: linear-gradient(180deg, #fffaf4, #f8f1e8);
  }
  .terms-page .hero-card {
    padding: 2rem;
  }
  .terms-page .terms-content-section {
    padding: 65px 0;
  }
  .terms-page .terms-card {
    padding: 2rem;
  }
}

@media (max-width: 575px) {
  .terms-page .terms-hero {
    padding: 55px 0;
  }
  .terms-page .hero-card {
    padding: 1.25rem;
    border-radius: 22px;
  }
  .terms-page .hero-card h1 {
    font-size: 2.35rem;
  }
  .terms-page .terms-card {
    padding: 1.25rem;
    border-radius: 22px;
  }
  .terms-page .terms-card h2 {
    font-size: 1.65rem;
  }
}

/* -------------------------------Privacy Page Styling------------------------------- */

.privacy-page {
  --privacy-theme: #caa979;
  --privacy-theme-dark: #aa8151;
  --privacy-ink: #2a1d14;
  --privacy-muted: #000000;
  --privacy-soft: #fbf7ef;
  --privacy-shadow: 0 24px 70px rgba(170, 129, 81, 0.18);
  color: var(--privacy-ink);
  overflow: hidden;
}

.privacy-page h1,
.privacy-page h2,
.privacy-page h3,
.privacy-page h4 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 1.08;
}

.privacy-page p,
.privacy-page li {
  color: var(--privacy-muted);
  line-height: 1.75;
  font-size: 0.95rem;
}

.privacy-page .privacy-hero {
  position: relative;
  padding: 110px 0 85px;
  background:
    linear-gradient(
      120deg,
      rgba(255, 250, 244, 0.96) 0 54%,
      rgba(202, 169, 121, 0.38) 54% 100%
    ),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1800&q=90")
      center/cover no-repeat;
  overflow: hidden;
}

.privacy-page .privacy-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(202, 169, 121, 0.18),
      transparent 15%
    ),
    radial-gradient(
      circle at 85% 22%,
      rgba(170, 129, 81, 0.2),
      transparent 18%
    ),
    repeating-linear-gradient(
      135deg,
      rgba(202, 169, 121, 0.07) 0 2px,
      transparent 2px 18px
    );
  pointer-events: none;
}

.privacy-page .privacy-hero .container,
.privacy-page section .container {
  position: relative;
  z-index: 2;
}

.privacy-page .hero-card {
  max-width: 980px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(202, 169, 121, 0.24);
  border-radius: 34px;
  padding: 3rem;
  backdrop-filter: blur(14px);
  box-shadow: var(--privacy-shadow);
  text-align: center;
}

.privacy-page .mini {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid rgba(202, 169, 121, 0.25);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  color: var(--privacy-theme-dark);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 14px 35px rgba(170, 129, 81, 0.12);
  margin-bottom: 1rem;
}

.privacy-page .hero-card h1 {
  font-size: clamp(2.65rem, 5vw, 5.4rem);
  margin-bottom: 1rem;
}

.privacy-page .notice-band {
  background: linear-gradient(
    135deg,
    var(--privacy-theme),
    var(--privacy-theme-dark)
  );
  color: #fff;
  padding: 38px 0;
  text-align: center;
}

.privacy-page .notice-band p {
  color: #fff;
  margin: 0 auto;
  max-width: 1050px;
  font-weight: 700;
}

.privacy-page .privacy-content-section {
  padding: 85px 0;
  background:
    radial-gradient(
      circle at 12% 16%,
      rgba(202, 169, 121, 0.1),
      transparent 18%
    ),
    linear-gradient(180deg, #fff, #fffaf4);
}

.privacy-page .privacy-card {
  background: #fff;
  border: 1px solid rgba(202, 169, 121, 0.22);
  border-radius: 34px;
  padding: 3rem;
  box-shadow: var(--privacy-shadow);
}

.privacy-page .privacy-card h2 {
  font-size: 2rem;
  margin: 2rem 0 0.75rem;
  color: var(--privacy-ink);
  border-left: 5px solid var(--privacy-theme);
  padding-left: 1rem;
}

.privacy-page .privacy-card h2:first-child {
  margin-top: 0;
}

.privacy-page .privacy-card ul {
  margin-top: 0.5rem;
  padding-left: 1.2rem;
}

.privacy-page .privacy-card strong {
  color: var(--privacy-ink);
}

.privacy-page .contact-box {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #fffaf4, #f8f1e8);
  border: 1px solid rgba(202, 169, 121, 0.24);
}

@media (max-width: 991px) {
  .privacy-page .privacy-hero {
    padding: 75px 0;
    background: linear-gradient(180deg, #fffaf4, #f8f1e8);
  }
  .privacy-page .hero-card {
    padding: 2rem;
  }
  .privacy-page .privacy-content-section {
    padding: 65px 0;
  }
  .privacy-page .privacy-card {
    padding: 2rem;
  }
}

@media (max-width: 575px) {
  .privacy-page .privacy-hero {
    padding: 55px 0;
  }
  .privacy-page .hero-card {
    padding: 1.25rem;
    border-radius: 22px;
  }
  .privacy-page .hero-card h1 {
    font-size: 2.35rem;
  }
  .privacy-page .privacy-card {
    padding: 1.25rem;
    border-radius: 22px;
  }
  .privacy-page .privacy-card h2 {
    font-size: 1.65rem;
  }
}

/* ---------------design-page Styling----------------------- */

.design-page {
  --gold: #caa979;
  --gold-dark: #aa8151;
  --ink: #2d2218;
  --cream: #f7f1e8;
  --soft: #fff8ef;
  --navy: #112d46;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.1);
  color: var(--ink);
  overflow: hidden;
}
.design-page h1,
.design-page h2,
.design-page h3,
.design-page h4 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 800;
  line-height: 1.08;
}
.design-page p {
  color: #222;
  line-height: 1.85;
}
.ds-hero-section {
  position: relative;
  overflow: hidden;
  min-height: 770px;
  background: var(--cream);
}
.ds-min-vh-hero {
  min-height: 770px;
  padding: 70px 0;
}
.ds-right-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}
.ds-right-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ds-right-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(170, 129, 81, 0.58), rgba(170, 129, 81, 0.58)),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08) 0,
      rgba(255, 255, 255, 0.08) 1px,
      transparent 1px,
      transparent 13px
    );
  z-index: 2;
}
.ds-content-card {
  position: relative;
  z-index: 5;
  background: #fff;
  border-radius: 38px;
  padding: 54px 58px;
  box-shadow: var(--shadow);
}
.ds-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 24px;
  border-radius: 999px;
  background: #fffaf3;
  border: 1px solid #eadcc7;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.ds-content-card h1 {
  font-size: clamp(34px, 3.2vw, 52px);
  color: var(--ink);
  margin-bottom: 20px;
}
.ds-content-card p {
  font-size: 15px;
  margin-bottom: 18px;
}
.ds-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 15px 34px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  transition: 0.3s ease;
  box-shadow: 0 16px 35px rgba(170, 129, 81, 0.28);
  border: 0;
}
.ds-btn:hover {
  background: var(--gold-dark);
  color: #fff;
  transform: translateY(-2px);
}
.ds-floating-preview {
  position: relative;
  z-index: 5;
  max-width: 390px;
  margin-left: auto;
  border: 7px solid #fff;
  border-radius: 34px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  transform: rotate(1.5deg);
}
.ds-preview-body {
  padding: 18px;
  background: #fff8ef;
}
.ds-preview-art {
  min-height: 360px;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(135deg, rgba(7, 28, 54, 0.86), rgba(202, 169, 121, 0.45)),
    url("https://images.unsplash.com/photo-1541961017774-22349e4a1262?auto=format&fit=crop&w=900&q=90")
      center/cover no-repeat;
}
.ds-preview-art small {
  width: max-content;
  background: #fff;
  color: var(--gold-dark);
  border-radius: 999px;
  padding: 7px 14px;
  font-weight: 800;
  margin-bottom: 12px;
}
.ds-preview-art h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1.05;
  margin-bottom: 8px;
}
.ds-preview-art p {
  color: #fff;
  margin: 0;
}
.ds-preview-palette {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding-top: 18px;
}
.ds-preview-palette span {
  height: 45px;
  border-radius: 14px;
  display: block;
}
.ds-preview-palette span:nth-child(1) {
  background: #061b35;
}
.ds-preview-palette span:nth-child(2) {
  background: #caa979;
}
.ds-preview-palette span:nth-child(3) {
  background: #df3436;
}
.ds-preview-palette span:nth-child(4) {
  background: #18aeb8;
}
.ds-section {
  padding: 95px 0;
  position: relative;
  overflow: hidden;
}
.ds-soft {
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(202, 169, 121, 0.14),
      transparent 22%
    ),
    linear-gradient(135deg, #fff8ef, #fff);
}
.ds-title {
  text-align: center;
  margin-bottom: 3rem;
}
.ds-title h2 {
  font-size: clamp(2.2rem, 4vw, 4.4rem);
}
.ds-title p {
  max-width: 900px;
  margin: 0.75rem auto 0;
}
.ds-mini {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: #fff;
  border: 1px solid rgba(202, 169, 121, 0.28);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ds-card {
  height: 100%;
  background: linear-gradient(180deg, #fff, #fff8ef);
  border: 1px solid rgba(202, 169, 121, 0.22);
  border-radius: 28px;
  padding: 1.7rem;
  box-shadow: 0 20px 55px rgba(170, 129, 81, 0.1);
  transition: 0.28s ease;
  position: relative;
  overflow: hidden;
}
.ds-card:before {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(202, 169, 121, 0.15);
}
.ds-card > * {
  position: relative;
  z-index: 2;
}
.ds-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 80px rgba(170, 129, 81, 0.18);
}
.ds-card-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--navy), #143c70);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.ds-img {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(170, 129, 81, 0.18);
  border: 8px solid #fff;
}
.ds-img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
}
.ds-check {
  display: flex;
  gap: 0.8rem;
  margin: 0.9rem 0;
  font-weight: 800;
  color: #3a2d22;
}
.ds-check i {
  color: var(--gold-dark);
  margin-top: 0.18rem;
}
.ds-process {
  background:
    linear-gradient(135deg, rgba(6, 27, 53, 0.95), rgba(2, 11, 24, 0.92)),
    url("https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=1800&q=85")
      center/cover fixed;
  color: #fff;
}
.ds-process p,
.ds-process h2,
.ds-process h3 {
  color: #fff;
}
.ds-step {
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  padding: 1.6rem;
  backdrop-filter: blur(12px);
  transition: 0.28s;
}
.ds-step:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.12);
}
.ds-num {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f2d29b, var(--gold), #9d6d39);
  color: #fff;
  font-weight: 900;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.ds-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.ds-box {
  min-height: 165px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 1rem;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  transition: 0.28s ease;
}
.ds-box:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(255, 255, 255, 0.24),
    transparent 38%
  );
}
.ds-box:hover {
  transform: translateY(-8px) scale(1.02);
}
.ds-box i {
  font-size: 2.25rem;
  margin-bottom: 0.65rem;
  position: relative;
  z-index: 2;
  display: inline-block;
  line-height: 1;
  color: #fff !important;
  font-family: "bootstrap-icons" !important;
}
.ds-box strong {
  position: relative;
  z-index: 2;
  font-size: 1.05rem;
}
.ds-box:nth-child(1) {
  background: #14203f;
}
.ds-box:nth-child(2) {
  background: #4c70b8;
}
.ds-box:nth-child(3) {
  background: #082957;
}
.ds-box:nth-child(4) {
  background: #e5a91c;
}
.ds-box:nth-child(5) {
  background: #3d4965;
}
.ds-box:nth-child(6) {
  background: #d9a03b;
}
.ds-box:nth-child(7) {
  background: #df3436;
}
.ds-box:nth-child(8) {
  background: #18aeb8;
}
.ds-faq .accordion-item {
  border: 1px solid rgba(202, 169, 121, 0.22);
  border-radius: 18px !important;
  overflow: hidden;
  margin-bottom: 1rem;
  background: linear-gradient(180deg, #fff, #fff8ef);
  box-shadow: 0 14px 38px rgba(170, 129, 81, 0.1);
}
.ds-faq .accordion-button {
  font-size: 19px;
  font-weight: 900;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
  padding: 1.2rem 1.35rem;
}
.ds-faq .accordion-button:not(.collapsed) {
  color: var(--gold-dark);
  background: rgba(202, 169, 121, 0.12);
}
.ds-faq .accordion-button:focus {
  box-shadow: none;
}
.ds-cta {
  background:
    linear-gradient(90deg, rgba(2, 11, 24, 0.92), rgba(170, 129, 81, 0.74)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85")
      center/cover fixed;
  color: #fff;
}
.ds-cta h2,
.ds-cta p {
  color: #fff;
}
.ds-contact {
  background:
    radial-gradient(
      circle at 80% 15%,
      rgba(202, 169, 121, 0.18),
      transparent 22%
    ),
    linear-gradient(135deg, #fff8ee, #fff);
}
.ds-form {
  position: relative;
  background: linear-gradient(145deg, #061b35, #020b18);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 28px !important;
  padding: 2rem !important;
  box-shadow: 0 34px 80px rgba(6, 27, 53, 0.25);
  overflow: hidden;
}
.ds-form:before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  right: -90px;
  top: -90px;
  background: rgba(202, 169, 121, 0.18);
}
.ds-form .row {
  position: relative;
  z-index: 2;
}
.ds-form .form-control,
.ds-form .form-select {
  border: 0;
  border-radius: 14px;
  min-height: 56px;
  background: #fff;
}
.ds-form textarea.form-control {
  min-height: 130px;
}
.ds-form .form-control:focus,
.ds-form .form-select:focus {
  box-shadow: 0 0 0 0.24rem rgba(202, 169, 121, 0.28);
}
.ds-disclaimer {
  font-size: 0.9rem;
  color: #fff !important;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .ds-right-bg {
    display: none;
  }
  .ds-hero-section {
    min-height: auto;
  }
  .ds-min-vh-hero {
    min-height: auto;
    padding: 90px 0;
  }
  .ds-content-card {
    padding: 42px 35px;
    border-radius: 30px;
  }
  .ds-content-card p {
    font-size: 17px;
  }
  .ds-section {
    padding: 70px 0;
  }
  .ds-img img {
    height: 330px;
  }
  .ds-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .ds-min-vh-hero {
    padding: 65px 0;
  }
  .ds-content-card {
    padding: 30px 22px;
    border-radius: 24px;
  }
  .ds-badge {
    font-size: 11px;
    padding: 9px 16px;
    letter-spacing: 0.08em;
  }
  .ds-content-card h1 {
    font-size: 32px;
  }
  .ds-content-card p {
    font-size: 15px;
    line-height: 1.75;
  }
  .ds-btn {
    width: 100%;
  }
  .ds-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .footer-description {
    width: 100% !important;
  }
}

/* ------------------------Signup Section Styling--------------------------- */

.signup-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 80px;
  background:
    linear-gradient(rgba(255, 250, 244, 0.92), rgba(255, 250, 244, 0.94)),
    url("https://images.unsplash.com/photo-1521587760476-6c12a4b040da?auto=format&fit=crop&w=1800&q=90")
      center/cover no-repeat;
}
.signup-card {
  width: 100%;
  max-width: 650px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(202, 169, 121, 0.25);
  border-radius: 32px;
  padding: 2.5rem;
  box-shadow: 0 25px 70px rgba(170, 129, 81, 0.18);
}
.signup-card h1 {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  font-size: 3.5rem;
  color: #2a1d14;
}
.signup-card > p {
  text-align: center;
  color: #6f5b49;
  margin-bottom: 2rem;
}
.signup-card .form-control,
.signup-card .form-select {
  min-height: 56px;
  border: 1px solid rgba(202, 169, 121, 0.25);
  border-radius: 14px;
  box-shadow: none;
}
.signup-card textarea.form-control {
  min-height: 130px;
}
.signup-card .form-control:focus,
.signup-card .form-select:focus {
  border-color: #caa979;
  box-shadow: 0 0 0 0.2rem rgba(202, 169, 121, 0.18);
}
.btn-theme {
  background: linear-gradient(135deg, #caa979, #aa8151);
  border: none;
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  padding: 1rem;
}
.btn-theme:hover {
  color: #fff;
  background: linear-gradient(135deg, #d8b98d, #b88b57);
}
.form-consent {
  color: #6f5b49;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .signup-card {
    padding: 1.5rem;
    border-radius: 24px;
  }
  .signup-card h1 {
    font-size: 2.5rem;
  }
}



/* ---------------Publishing Page Styling------------------- */


.publishing-page {
      --pub-theme: #caa979;
      --pub-theme-dark: #aa8151;
      --pub-ink: #2a1d14;
      --pub-soft: #fbf7ef;
      --pub-cream: #fffaf4;
      --pub-shadow: 0 24px 70px rgba(170, 129, 81, .18);
      color: var(--pub-ink);
      overflow: hidden;
   }

   .publishing-page h1,
   .publishing-page h2,
   .publishing-page h3,
   .publishing-page h4 {
      font-family: "Cormorant Garamond", serif;
      font-weight: 700;
      line-height: 1.08;
   }

   .publishing-page p {
      color: #000000;
      line-height: 1.75;
   }

   .publishing-page .mini {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      background: #fff;
      border: 1px solid rgba(202, 169, 121, .25);
      border-radius: 999px;
      padding: .5rem 1rem;
      color: var(--pub-theme-dark);
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
      box-shadow: 0 14px 35px rgba(170, 129, 81, .12);
   }

   .publishing-page .section-title {
      text-align: center;
      margin-bottom: 3rem;
   }

   .publishing-page .section-title h2 {
      font-size: clamp(2.25rem, 4vw, 4.2rem);
   }

   .publishing-page .section-title p {
      max-width: 920px;
      margin: .85rem auto 0;
   }

   .publishing-page .section-pad {
      position: relative;
      padding: 95px 0;
      overflow: hidden;
   }

   .publishing-page .publishing-hero {
      position: relative;
      padding: 115px 0 95px;
      background:
         linear-gradient(120deg, rgba(20, 13, 8, .74), rgba(20, 13, 8, .58)),
         url('https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=1800&q=90') center/cover no-repeat;
      color: #fff;
      text-align: center;
      overflow: hidden;
   }

   .publishing-page .publishing-hero:before {
      content: "";
      position: absolute;
      inset: 0;
      background:
         radial-gradient(circle at 12% 22%, rgba(202,169,121,.24), transparent 16%),
         radial-gradient(circle at 88% 18%, rgba(170,129,81,.22), transparent 18%);
      pointer-events: none;
   }

   .publishing-page .publishing-hero .container {
      position: relative;
      z-index: 2;
   }

   .publishing-page .hero-card {
      max-width: 1060px;
      margin: 0 auto;
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.22);
      border-radius: 34px;
      padding: 3rem;
      backdrop-filter: blur(14px);
      box-shadow: 0 30px 80px rgba(0,0,0,.20);
   }

   .publishing-page .publishing-hero h1 {
      font-size: clamp(2.6rem, 5vw, 5.4rem);
      color: #fff;
   }

   .publishing-page .publishing-hero p {
      color: #f4ecdf;
      max-width: 920px;
      margin: 1rem auto 0;
   }

   .publishing-page .countdown-row {
      display: flex;
      justify-content: center;
      gap: 2.2rem;
      flex-wrap: wrap;
      margin-bottom: 1.8rem;
   }

   .publishing-page .countdown-circle {
      --progress: 75;
      width: 128px;
      height: 128px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: conic-gradient(var(--pub-theme) calc(var(--progress) * 1%), rgba(255,255,255,.28) 0);
      box-shadow: 0 18px 42px rgba(0,0,0,.28);
      position: relative;
   }

   .publishing-page .countdown-circle:before {
      content: "";
      position: absolute;
      inset: 14px;
      border-radius: 50%;
      background: rgba(11, 9, 8, .86);
      border: 1px solid rgba(255,255,255,.12);
   }

   .publishing-page .countdown-content {
      position: relative;
      z-index: 2;
      color: #fff;
      text-align: center;
      line-height: 1;
   }

   .publishing-page .countdown-content small {
      display: block;
      font-size: .68rem;
      text-transform: uppercase;
      letter-spacing: .08em;
      margin-bottom: .42rem;
      color: #f4ecdf;
   }

   .publishing-page .countdown-content strong {
      display: block;
      font-size: 2.15rem;
      font-weight: 900;
      color: #fff;
   }

   .publishing-page .btn-theme {
      background: linear-gradient(135deg, var(--pub-theme), var(--pub-theme-dark));
      border: 0;
      color: #fff;
      font-weight: 900;
      border-radius: 999px;
      padding: .85rem 1.35rem;
      box-shadow: 0 16px 32px rgba(170,129,81,.28);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .5rem;
      transition: .25s;
   }

   .publishing-page .btn-outline-theme {
      border: 2px solid var(--pub-theme);
      color: var(--pub-theme);
      font-weight: 900;
      border-radius: 999px;
      padding: .75rem 1.25rem;
      background: rgba(255,255,255,.92);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .5rem;
      transition: .25s;
   }

   .publishing-page .btn-theme:hover,
   .publishing-page .btn-outline-theme:hover {
      background: linear-gradient(135deg, #d8b98d, #b88b57);
      color: #fff;
      transform: translateY(-2px);
   }

   .publishing-page .notice-band {
      background: linear-gradient(135deg, var(--pub-theme), var(--pub-theme-dark));
      color: #fff;
      padding: 38px 0;
      text-align: center;
   }

   .publishing-page .notice-band p {
      color: #fff;
      margin: 0 auto;
      max-width: 1050px;
      font-weight: 700;
   }

   .publishing-page .quick-features {
      background: #fff;
      border-bottom: 1px solid rgba(202,169,121,.18);
   }

   .publishing-page .quick-feature {
      height: 100%;
      padding: 1.25rem;
      text-align: center;
      background: linear-gradient(180deg, #fff, #fff8ef);
      border-right: 1px solid rgba(202,169,121,.14);
   }

   .publishing-page .quick-feature i {
      color: var(--pub-theme-dark);
      font-size: 1.6rem;
      margin-bottom: .4rem;
   }

   .publishing-page .quick-feature strong {
      display: block;
      color: var(--pub-ink);
   }

   .publishing-page .premium-card,
   .publishing-page .service-card,
   .publishing-page .faq-card,
   .publishing-page .identity-card {
      background: linear-gradient(180deg, #fff, #fff8ef);
      border: 1px solid rgba(202,169,121,.22);
      border-radius: 28px;
      box-shadow: 0 20px 55px rgba(170,129,81,.10);
      transition: .3s ease;
      position: relative;
      overflow: hidden;
   }

   .publishing-page .premium-card:before,
   .publishing-page .service-card:before,
   .publishing-page .faq-card:before,
   .publishing-page .identity-card:before {
      content: "";
      position: absolute;
      right: -55px;
      top: -55px;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: rgba(202,169,121,.15);
   }

   .publishing-page .premium-card {
      padding: 2.4rem;
      height: 100%;
   }

   .publishing-page .service-card,
   .publishing-page .faq-card,
   .publishing-page .identity-card {
      padding: 1.6rem;
      height: 100%;
   }

   .publishing-page .premium-card:hover,
   .publishing-page .service-card:hover,
   .publishing-page .faq-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--pub-shadow);
   }

   .publishing-page .image-frame {
      border-radius: 34px;
      overflow: hidden;
      box-shadow: var(--pub-shadow);
      border: 8px solid rgba(255,255,255,.86);
      background: #fff;
   }

   .publishing-page .image-frame img {
      width: 100%;
      height: 430px;
      object-fit: cover;
      display: block;
   }

   .publishing-page .soft-bg {
       background-color: white;
      /*background:*/
      /*   radial-gradient(circle at 12% 20%, rgba(202,169,121,.12), transparent 20%),*/
      /*   linear-gradient(135deg, #fffaf4, #f8f1e8);*/
   }

   .publishing-page .dark-bg {
      background:
         linear-gradient(135deg, rgba(43,29,16,.94), rgba(27,18,8,.94)),
         url('https://images.unsplash.com/photo-1507842217343-583bb7270b66?auto=format&fit=crop&w=1800&q=85') center/cover fixed;
      color: #fff;
   }

   .publishing-page .dark-bg p {
      color: #efe5d7;
   }

   .publishing-page .tick {
      display: flex;
      gap: .75rem;
      margin: .8rem 0;
      color: #403328;
      font-weight: 800;
      align-items: flex-start;
   }

   .publishing-page .tick i {
      color: var(--pub-theme-dark);
      margin-top: .15rem;
   }

   .publishing-page .process-list {
      list-style: none;
      padding: 0;
      margin: 1.4rem 0 0;
   }

   .publishing-page .process-list li {
      display: flex;
      gap: .9rem;
      align-items: flex-start;
      margin-bottom: 1rem;
      color: #6f5b49;
   }

   .publishing-page .process-list span {
      flex: 0 0 38px;
      width: 38px;
      height: 38px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--pub-theme), var(--pub-theme-dark));
      color: #fff;
      display: grid;
      place-items: center;
      font-weight: 900;
   }

   .publishing-page .accordion {
      --bs-accordion-border-width: 0;
      --bs-accordion-bg: transparent;
   }

   .publishing-page .accordion-item {
      border: 1px solid rgba(202,169,121,.22);
      border-radius: 18px !important;
      overflow: hidden;
      margin-bottom: 1rem;
      background: linear-gradient(180deg, #fff, #fff8ef);
      box-shadow: 0 14px 38px rgba(170,129,81,.10);
   }

   .publishing-page .accordion-button {
       font-size: 20px;;
      background: transparent;
      color: var(--pub-ink);
      font-weight: 900;
      padding: 1.15rem 1.25rem;
      box-shadow: none;
   }

   .publishing-page .accordion-button:not(.collapsed) {
      color: var(--pub-theme-dark);
      background: rgba(202,169,121,.10);
      box-shadow: none;
   }

   .publishing-page .accordion-button:focus {
      box-shadow: none;
      border-color: transparent;
   }

   .publishing-page .accordion-button::after {
      filter: sepia(1) saturate(1.2);
   }

   .publishing-page .accordion-body {
      padding: 0 1.25rem 1.25rem;
   }


   .publishing-page .portfolio-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 1rem;
   }

   .publishing-page .book-cover {
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 20px 45px rgba(0,0,0,.18);
      border: 5px solid rgba(255,255,255,.85);
      position: relative;
   }

   .publishing-page .book-cover img {
      width: 100%;
      aspect-ratio: 2/3;
      object-fit: cover;
      display: block;
      transition: .35s;
   }

   .publishing-page .book-cover:hover img {
      transform: scale(1.06);
   }

   .publishing-page .support-map {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      align-items: center;
      gap: .9rem;
      max-width: 900px;
      margin: 0 auto;
   }

   .publishing-page .map-box {
      min-height: 110px;
      display: grid;
      place-items: center;
      text-align: center;
      padding: 1rem;
      color: #fff;
      border-radius: 20px;
      box-shadow: 0 20px 45px rgba(0,0,0,.14);
      font-weight: 800;
   }

   .publishing-page .map-box:nth-child(odd) { background: linear-gradient(135deg, var(--pub-theme), var(--pub-theme-dark)); }
   .publishing-page .map-box:nth-child(even) { background: linear-gradient(135deg, #2d1f12, #1b1208); }
   .publishing-page .map-box.big { min-height: 170px; }

   .publishing-page .cta-band {
      background:
         linear-gradient(90deg, rgba(43,29,16,.88), rgba(202,169,121,.78)),
         url('https://images.unsplash.com/photo-1516979187457-637abb4f9353?auto=format&fit=crop&w=1800&q=85') center/cover fixed;
      color: #fff;
      padding: 95px 0;
   }

   .publishing-page .cta-band p {
      color: #fff5e8;
   }

   @media(max-width:991px){
      .publishing-page .publishing-hero{padding:75px 0}
      .publishing-page .hero-card{padding:2rem}
      .publishing-page .section-pad{padding:70px 0}
      .publishing-page .image-frame img{height:330px}
      .publishing-page .portfolio-grid{grid-template-columns:repeat(3,1fr)}
      .publishing-page .support-map{grid-template-columns:repeat(2,1fr)}
      .publishing-page .support-map .big{grid-column:auto}
   }

   @media(max-width:575px){
      .publishing-page .publishing-hero{padding:55px 0}
      .publishing-page .hero-card{padding:1.25rem;border-radius:22px}
      .publishing-page .publishing-hero h1{font-size:2.35rem}
      .publishing-page .section-pad{padding:55px 0}
      .publishing-page .premium-card,
      .publishing-page .service-card,
      .publishing-page .faq-card,
      .publishing-page .identity-card{padding:1.25rem;border-radius:22px}
      .publishing-page .image-frame img{height:280px}
      .publishing-page .portfolio-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}
      .publishing-page .support-map{grid-template-columns:1fr}
      .publishing-page .quick-feature{border-right:0;border-bottom:1px solid rgba(202,169,121,.14)}
   }



   /* -----------------Marketing Page Styling--------------------- */


   .marketing-page {
      --mk-theme: #caa979;
      --mk-theme-dark: #aa8151;
      --mk-ink: #2a1d14;
      --mk-soft: #fbf7ef;
      --mk-cream: #fffaf4;
      --mk-shadow: 0 24px 70px rgba(170, 129, 81, .18);
      color: var(--mk-ink);
      overflow: hidden;
   }

   .marketing-page h1,
   .marketing-page h2,
   .marketing-page h3,
   .marketing-page h4 {
      font-family: "Cormorant Garamond", serif;
      font-weight: 700;
      line-height: 1.08;
   }

   .marketing-page p {
      color: #000000;
      line-height: 1.75;
   }

   .marketing-page .section-pad {
      position: relative;
      padding: 95px 0;
      overflow: hidden;
   }

   .marketing-page .mini {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      background: #fff;
      border: 1px solid rgba(202, 169, 121, .25);
      border-radius: 999px;
      padding: .5rem 1rem;
      color: var(--mk-theme-dark);
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
      box-shadow: 0 14px 35px rgba(170, 129, 81, .12);
   }

   .marketing-page .section-title {
      text-align: center;
      margin-bottom: 3rem;
   }

   .marketing-page .section-title h2 {
      font-size: clamp(2.25rem, 4vw, 4.2rem);
   }

   .marketing-page .section-title p {
      max-width: 920px;
      margin: .85rem auto 0;
   }

   .marketing-page .btn-theme {
      background: linear-gradient(135deg, var(--mk-theme), var(--mk-theme-dark));
      border: 0;
      color: #fff;
      font-weight: 900;
      border-radius: 999px;
      padding: .85rem 1.35rem;
      box-shadow: 0 16px 32px rgba(170, 129, 81, .28);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .5rem;
      transition: .25s;
   }

   .marketing-page .btn-outline-theme {
      border: 2px solid var(--mk-theme);
      color: var(--mk-theme-dark);
      font-weight: 900;
      border-radius: 999px;
      padding: .75rem 1.25rem;
      background: rgba(255, 255, 255, .92);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .5rem;
      transition: .25s;
   }

   .marketing-page .btn-theme:hover,
   .marketing-page .btn-outline-theme:hover {
      background: linear-gradient(135deg, #d8b98d, #b88b57);
      color: #fff;
      transform: translateY(-2px);
   }

   .marketing-page .marketing-hero {
      position: relative;
      padding: 110px 0 90px;
      background: linear-gradient(120deg, rgba(255, 250, 244, .96) 0 50%, rgba(202, 169, 121, .38) 50% 100%),
         url('https://images.unsplash.com/photo-1495020689067-958852a7765e?auto=format&fit=crop&w=1800&q=90') center/cover no-repeat;
      overflow: hidden;
   }

   .marketing-page .marketing-hero:before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 12% 20%, rgba(202, 169, 121, .18), transparent 15%),
         radial-gradient(circle at 85% 22%, rgba(170, 129, 81, .20), transparent 18%),
         repeating-linear-gradient(135deg, rgba(202, 169, 121, .07) 0 2px, transparent 2px 18px);
      pointer-events: none;
   }

   .marketing-page .marketing-hero .container {
      position: relative;
      z-index: 2;
   }

   .marketing-page .hero-copy {

      background: rgba(255, 255, 255, .78);
      border: 1px solid rgba(202, 169, 121, .24);
      border-radius: 34px;
      padding: 2.7rem;
      backdrop-filter: blur(14px);
      box-shadow: var(--mk-shadow);
   }

   .marketing-page .hero-copy h1 {
      font-size: clamp(2.55rem, 5vw, 5.4rem);
   }

   .marketing-page .hero-form {
      background: rgba(255, 255, 255, .86);
      border: 1px solid rgba(202, 169, 121, .28);
      border-radius: 30px;
      padding: 1.6rem;
      box-shadow: var(--mk-shadow);
      backdrop-filter: blur(14px);
   }

   .marketing-page .hero-form .form-control,
   .marketing-page .hero-form .form-select {
      border: 1px solid rgba(202, 169, 121, .22);
      border-radius: 14px;
      padding: .9rem;
      margin-bottom: .8rem;
   }

   .marketing-page .notice-band {
      background: linear-gradient(135deg, var(--mk-theme), var(--mk-theme-dark));
      color: #fff;
      padding: 38px 0;
      text-align: center;
   }

   .marketing-page .notice-band p {
      color: #fff;
      margin: 0 auto;
      max-width: 1050px;
      font-weight: 700;
   }

   .marketing-page .soft-bg {
       background-color: white;
      /*background: radial-gradient(circle at 12% 20%, rgba(202, 169, 121, .12), transparent 20%), linear-gradient(135deg, #fffaf4, #f8f1e8);*/
   }

   .marketing-page .premium-card,
   .marketing-page .support-card,
   .marketing-page .faq-card,
   .marketing-page .identity-card,
   .marketing-page .pricing-card {
      background: linear-gradient(180deg, #fff, #fff8ef);
      border: 1px solid rgba(202, 169, 121, .22);
      border-radius: 28px;
      box-shadow: 0 20px 55px rgba(170, 129, 81, .10);
      position: relative;
      overflow: hidden;
      height: 100%;
      transition: .3s;
   }

   .marketing-page .premium-card,
   .marketing-page .support-card,
   .marketing-page .faq-card,
   .marketing-page .identity-card {
      padding: 2rem;
   }

   .marketing-page .premium-card:hover,
   .marketing-page .support-card:hover,
   .marketing-page .faq-card:hover,
   .marketing-page .pricing-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--mk-shadow);
   }

   .marketing-page .support-icon {
      width: 64px;
      height: 64px;
      border-radius: 20px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--mk-theme), var(--mk-theme-dark));
      color: #fff;
      font-size: 1.75rem;
      margin-bottom: 1rem;
      box-shadow: 0 16px 35px rgba(170, 129, 81, .24);
   }

   .marketing-page .image-frame {
      border-radius: 34px;
      overflow: hidden;
      box-shadow: var(--mk-shadow);
      border: 8px solid rgba(255, 255, 255, .86);
      background: #fff;
   }

   .marketing-page .image-frame img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
   }

   .marketing-page .approach-step {
           box-shadow: rgb(207 194 175) 0px 1px 4px;
      padding: 1.4rem;
      border-left: 4px solid var(--mk-theme);
      background: rgba(255, 255, 255, .72);
      border-radius: 18px;
      height: 100%;
   }

   .marketing-page .approach-step strong {
      color: var(--mk-theme-dark);
      display: block;
      margin-bottom: .35rem;
   }

   .marketing-page .pricing-head {
      background: linear-gradient(135deg, var(--mk-theme), var(--mk-theme-dark));
      color: #fff;
      padding: 1rem;
      text-align: center;
      font-weight: 900;
   }

   .marketing-page .pricing-body {
      padding: 1.5rem;
   }

   .marketing-page .pricing-body ul {
      padding-left: 1.1rem;
      color: #6f5b49;
      line-height: 1.9;
      margin-bottom: 1.5rem;
   }

   .marketing-page .dark-marketing {
      background: linear-gradient(135deg, rgba(18, 12, 7, .94), rgba(43, 29, 16, .92)),
         url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1800&q=90') center/cover fixed;
      color: #fff;
   }

   .marketing-page .dark-marketing p {
      color: #efe5d7;
   }

   .marketing-page .portfolio-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.4rem;
   }

   .marketing-page .book-cover {
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 20px 45px rgba(0, 0, 0, .18);
      border: 5px solid rgba(255, 255, 255, .85);
      background: #fff;
   }

   .marketing-page .book-cover img {
      width: 100%;
      aspect-ratio: 2/3;
      object-fit: cover;
      display: block;
      transition: .35s;
   }

   .marketing-page .book-cover:hover img {
      transform: scale(1.06);
   }

   .marketing-page .author-map {
      position: relative;
      min-height: 520px;
      max-width: 1050px;
      margin: 0 auto;
      border-radius: 34px;
      background:
         radial-gradient(circle at 20% 25%, rgba(202, 169, 121, .18), transparent 10%),
         radial-gradient(circle at 75% 35%, rgba(170, 129, 81, .16), transparent 12%),
         radial-gradient(circle at 50% 78%, rgba(202, 169, 121, .14), transparent 15%),
         linear-gradient(180deg, #fff, #fff8ef);
      border: 1px solid rgba(202, 169, 121, .22);
      box-shadow: var(--mk-shadow);
      overflow: hidden;
   }

   .marketing-page .author-map:before {
      content: "";
      position: absolute;
      inset: 45px;
      background-image: radial-gradient(rgba(170, 129, 81, .28) 1.2px, transparent 1.2px);
      background-size: 18px 18px;
      opacity: .45;
      mask-image: radial-gradient(circle, #000 45%, transparent 72%);
   }

   .marketing-page .map-line {
      position: absolute;
      left: 10%;
      right: 10%;
      top: 50%;
      height: 2px;
      background: linear-gradient(90deg, transparent, rgba(170, 129, 81, .6), transparent);
      transform: rotate(-8deg);
   }

   .marketing-page .choice-dot {
      position: absolute;
      text-align: center;
      width: 130px;
      cursor: pointer;
      z-index: 3;
   }

   .marketing-page .choice-dot img {
      width: 86px;
      height: 86px;
      border-radius: 50%;
      object-fit: cover;
      border: 4px solid var(--mk-theme);
      box-shadow: 0 16px 35px rgba(170, 129, 81, .22);
      transition: .3s ease;
      background: #fff;
   }

   .marketing-page .choice-dot strong {
      display: inline-block;
      margin-top: .8rem;
      color: #fff;
      background: linear-gradient(135deg, var(--mk-theme), var(--mk-theme-dark));
      border-radius: 999px;
      padding: .36rem .85rem;
      font-size: .85rem;
      box-shadow: 0 12px 25px rgba(170, 129, 81, .18);
   }

   .marketing-page .choice-dot:hover img {
      transform: translateY(-8px) scale(1.08);
   }

   .marketing-page .choice-dot .tooltip-box {
      position: absolute;
      left: 50%;
      bottom: calc(100% + 12px);
      transform: translateX(-50%) translateY(8px);
      width: 245px;
      background: #1b1208;
      color: #fff;
      border-radius: 18px;
      padding: 1rem;
      box-shadow: 0 22px 50px rgba(0, 0, 0, .22);
      opacity: 0;
      visibility: hidden;
      transition: .25s ease;
      pointer-events: none;
      z-index: 8;
      border: 1px solid rgba(202, 169, 121, .35);
   }

   .marketing-page .choice-dot .tooltip-box:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 100%;
      transform: translateX(-50%);
      border: 9px solid transparent;
      border-top-color: #1b1208;
   }

   .marketing-page .choice-dot .tooltip-box h5 {
      color: var(--mk-theme);
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: .98rem;
      font-weight: 900;
      margin-bottom: .35rem;
   }

   .marketing-page .choice-dot .tooltip-box p {
      color: #f4ecdf;
      font-size: .82rem;
      line-height: 1.55;
      margin: 0;
   }

   .marketing-page .choice-dot:hover .tooltip-box {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(0);
   }

   .marketing-page .choice-dot:nth-child(2) {
      left: 8%;
      top: 53%;
   }

   .marketing-page .choice-dot:nth-child(3) {
      left: 29%;
      top: 50%;
   }

   .marketing-page .choice-dot:nth-child(4) {
      left: 47%;
      top: 47%;
   }

   .marketing-page .choice-dot:nth-child(5) {
      right: 24%;
      top: 62%;
   }

   .marketing-page .choice-dot:nth-child(6) {
      right: 8%;
      top: 55%;
   }

   .marketing-page .accordion {
      --bs-accordion-border-width: 0;
      --bs-accordion-bg: transparent;
   }

   .marketing-page .accordion-item {
      border: 1px solid rgba(202, 169, 121, .22);
      border-radius: 18px !important;
      overflow: hidden;
      margin-bottom: 1rem;
      background: linear-gradient(180deg, #fff, #fff8ef);
      box-shadow: 0 14px 38px rgba(170, 129, 81, .10);
   }

.marketing-page .accordion-button {
    font-size: 20px;
    background: transparent;
    color: var(--mk-ink);
    font-weight: 900;
    padding: 1.15rem 1.25rem;
    box-shadow: none;
}
   .marketing-page .accordion-button:not(.collapsed) {
      color: var(--mk-theme-dark);
      background: rgba(202, 169, 121, .10);
      box-shadow: none;
   }

   .marketing-page .accordion-button:focus {
      box-shadow: none;
   }

   .marketing-page .accordion-body {
      padding: 0 1.25rem 1.25rem;
   }

   .marketing-page .contact-form .form-control {
      border: 1px solid rgba(202, 169, 121, .22);
      border-radius: 14px;
      padding: .95rem;
      margin-bottom: .85rem;
   }

   @media(max-width:991px) {
      .marketing-page .marketing-hero {
         padding: 75px 0;
         background: linear-gradient(180deg, #fffaf4, #f8f1e8)
      }

      .marketing-page .hero-copy {
         text-align: center;
         margin: auto;
         padding: 2rem
      }

      .marketing-page .section-pad {
         padding: 70px 0
      }

      .marketing-page .image-frame img {
         height: 330px
      }

      .marketing-page .portfolio-grid {
         grid-template-columns: repeat(2, 1fr)
      }

      .marketing-page .author-map {
         min-height: 650px
      }

      .marketing-page .choice-dot {
         position: relative;
         left: auto !important;
         right: auto !important;
         top: auto !important;
         width: 100%;
         margin: 0 auto
      }

      .marketing-page .author-map {
         display: grid;
         grid-template-columns: repeat(2, 1fr);
         gap: 1.2rem;
         padding: 2rem
      }

      .marketing-page .map-line {
         display: none
      }
   }

   @media(max-width:575px) {
      .marketing-page .marketing-hero {
         padding: 55px 0
      }

      .marketing-page .hero-copy {
         padding: 1.25rem;
         border-radius: 22px
      }

      .marketing-page .hero-copy h1 {
         font-size: 2.3rem
      }

      .marketing-page .section-pad {
         padding: 55px 0
      }

      .marketing-page .premium-card,
      .marketing-page .support-card,
      .marketing-page .faq-card,
      .marketing-page .identity-card,
      .marketing-page .pricing-body {
         padding: 1.25rem
      }

      .marketing-page .image-frame img {
         height: 280px
      }

      .marketing-page .portfolio-grid {
         gap: .85rem
      }

      .marketing-page .author-map {
         grid-template-columns: 1fr;
         min-height: auto;
         padding: 1.25rem
      }

      .marketing-page .choice-dot .tooltip-box {
         position: static;
         transform: none;
         opacity: 1;
         visibility: visible;
         width: auto;
         margin-top: .9rem
      }

      .marketing-page .choice-dot .tooltip-box:after {
         display: none
      }

      .marketing-page .choice-dot:hover .tooltip-box {
         transform: none
      }
   }

/* -----------------Formatting Page Styling------------------------------ */


   .formatting-page{
    --gold:#caa979;
    --gold-dark:#aa8151;
    --ink:#2d2218;
    --cream:#f7f1e8;
    --soft:#fff8ef;
    --navy:#061b35;
    --shadow:0 28px 80px rgba(0,0,0,.10);
    color:var(--ink);
    overflow:hidden;
}
.formatting-page h1,.formatting-page h2,.formatting-page h3,.formatting-page h4{
    font-family:"Cormorant Garamond",serif;
    font-weight:800;
    line-height:1.08;
}
.formatting-page p{color:#222;line-height:1.85;}
.bf-hero-section{position:relative;overflow:hidden;min-height:770px;background:var(--cream);}
.bf-min-vh-hero{min-height:770px;padding:70px 0;}
.bf-right-bg{
    position:absolute;
    top:0;
    right:0;
    width:48%;
    height:100%;
    overflow:hidden;
    clip-path:polygon(18% 0,100% 0,100% 100%,0 100%);
}
.bf-right-bg img{width:100%;height:100%;object-fit:cover;}
.bf-right-bg::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(170,129,81,.58),rgba(170,129,81,.58)),
        repeating-linear-gradient(135deg,rgba(255,255,255,.08) 0,rgba(255,255,255,.08) 1px,transparent 1px,transparent 13px);
    z-index:2;
}
.bf-content-card{
    position:relative;
    z-index:5;
    background:#fff;
    border-radius:38px;
    padding:54px 58px;
    box-shadow:var(--shadow);
}
.bf-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:11px 24px;
    border-radius:999px;
    background:#fffaf3;
    border:1px solid #eadcc7;
    color:var(--gold-dark);
    font-size:14px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
    margin-bottom:24px;
}
.bf-content-card h1{font-size:clamp(34px,3.2vw,52px);color:var(--ink);margin-bottom:20px;}
.bf-content-card p{font-size:15px;margin-bottom:18px;}
.bf-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:10px;
    padding:15px 34px;
    border-radius:999px;
    background:var(--gold);
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:800;
    transition:.3s ease;
    box-shadow:0 16px 35px rgba(170,129,81,.28);
    border:0;
}
.bf-btn:hover{background:var(--gold-dark);color:#fff;transform:translateY(-2px);}
.bf-floating-preview{
    position:relative;
    z-index:5;
    max-width:390px;
    margin-left:auto;
    border:7px solid #fff;
    border-radius:34px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 28px 90px rgba(0,0,0,.28);
    transform:rotate(1.5deg);
}
.bf-preview-body{padding:18px;background:#fff8ef;}
.bf-preview-art{
    min-height:360px;
    border-radius:24px;
    padding:24px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    background:
        linear-gradient(135deg,rgba(7,28,54,.86),rgba(202,169,121,.45)),
        url('https://images.unsplash.com/photo-1519682337058-a94d519337bc?auto=format&fit=crop&w=900&q=90') center/cover no-repeat;
}
.bf-preview-art small{
    width:max-content;
    background:#fff;
    color:var(--gold-dark);
    border-radius:999px;
    padding:7px 14px;
    font-weight:800;
    margin-bottom:12px;
}
.bf-preview-art h3{color:#fff;font-size:32px;line-height:1.05;margin-bottom:8px;}
.bf-preview-art p{color:#fff;margin:0;}
.bf-preview-lines{padding-top:18px;}
.bf-preview-lines span{
    display:block;
    height:12px;
    border-radius:999px;
    background:#e6d0b2;
    margin-bottom:10px;
}
.bf-preview-lines span:nth-child(2){width:78%;}
.bf-preview-lines span:nth-child(3){width:58%;}
.bf-section{padding:95px 0;position:relative;overflow:hidden;}
.bf-soft{
    background:
        radial-gradient(circle at 12% 18%,rgba(202,169,121,.14),transparent 22%),
        linear-gradient(135deg,#fff8ef,#fff);
}
.bf-title{text-align:center;margin-bottom:3rem;}
.bf-title h2{font-size:clamp(2.2rem,4vw,4.4rem);}
.bf-title p{max-width:900px;margin:.75rem auto 0;}
.bf-mini{
    display:inline-flex;
    align-items:center;
    gap:.55rem;
    background:#fff;
    border:1px solid rgba(202,169,121,.28);
    border-radius:999px;
    padding:.55rem 1rem;
    color:var(--gold-dark);
    font-size:.78rem;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.bf-card{
    height:100%;
    background:linear-gradient(180deg,#fff,#fff8ef);
    border:1px solid rgba(202,169,121,.22);
    border-radius:28px;
    padding:1.7rem;
    box-shadow:0 20px 55px rgba(170,129,81,.10);
    transition:.28s ease;
    position:relative;
    overflow:hidden;
}
.bf-card:before{
    content:"";
    position:absolute;
    right:-55px;
    top:-55px;
    width:150px;
    height:150px;
    border-radius:50%;
    background:rgba(202,169,121,.15);
}
.bf-card>*{position:relative;z-index:2;}
.bf-card:hover{transform:translateY(-8px);box-shadow:0 28px 80px rgba(170,129,81,.18);}
.bf-card-icon{
    width:58px;
    height:58px;
    border-radius:18px;
    background:linear-gradient(135deg,var(--navy),#143c70);
    color:#fff;
    display:grid;
    place-items:center;
    font-size:1.6rem;
    margin-bottom:1rem;
}
.bf-img{
    border-radius:34px;
    overflow:hidden;
    box-shadow:0 28px 80px rgba(170,129,81,.18);
    border:8px solid #fff;
}
.bf-img img{width:100%;height:430px;object-fit:cover;display:block;}
.bf-check{display:flex;gap:.8rem;margin:.9rem 0;font-weight:800;color:#3a2d22;}
.bf-check i{color:var(--gold-dark);margin-top:.18rem;}
.bf-process{
    background:
        linear-gradient(135deg,rgba(6,27,53,.95),rgba(2,11,24,.92)),
        url('https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=1800&q=85') center/cover fixed;
    color:#fff;
}
.bf-process p,.bf-process h2,.bf-process h3{color:#fff;}
.bf-step{
    height:100%;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.14);
    border-radius:28px;
    padding:1.6rem;
    backdrop-filter:blur(12px);
    transition:.28s;
}
.bf-step:hover{transform:translateY(-8px);background:rgba(255,255,255,.12);}
.bf-num{
    width:56px;
    height:56px;
    border-radius:18px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#f2d29b,var(--gold),#9d6d39);
    color:#fff;
    font-weight:900;
    font-size:1.3rem;
    margin-bottom:1rem;
}
.bf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;}
.bf-box{
    min-height:165px;
    border-radius:24px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-align:center;
    padding:1rem;
    box-shadow:0 22px 48px rgba(0,0,0,.16);
    position:relative;
    overflow:hidden;
    transition:.28s ease;
}
.bf-box:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(255,255,255,.24),transparent 38%);}
.bf-box:hover{transform:translateY(-8px) scale(1.02);}
.bf-box i{
    font-size:2.25rem;
    margin-bottom:.65rem;
    position:relative;
    z-index:2;
    display:inline-block;
    line-height:1;
    color:#fff!important;
    font-family:"bootstrap-icons"!important;
}
.bf-box strong{position:relative;z-index:2;font-size:1.05rem;}
.bf-box:nth-child(1){background:#14203f;}
.bf-box:nth-child(2){background:#4c70b8;}
.bf-box:nth-child(3){background:#082957;}
.bf-box:nth-child(4){background:#e5a91c;}
.bf-box:nth-child(5){background:#3d4965;}
.bf-box:nth-child(6){background:#d9a03b;}
.bf-box:nth-child(7){background:#df3436;}
.bf-box:nth-child(8){background:#18aeb8;}
.bf-faq .accordion-item{
    border:1px solid rgba(202,169,121,.22);
    border-radius:18px!important;
    overflow:hidden;
    margin-bottom:1rem;
    background:linear-gradient(180deg,#fff,#fff8ef);
    box-shadow:0 14px 38px rgba(170,129,81,.10);
}
.bf-faq .accordion-button{
    font-size:19px;
    font-weight:900;
    background:transparent;
    box-shadow:none;
    color:var(--ink);
    padding:1.2rem 1.35rem;
}
.bf-faq .accordion-button:not(.collapsed){color:var(--gold-dark);background:rgba(202,169,121,.12);}
.bf-faq .accordion-button:focus{box-shadow:none;}
.bf-cta{
    background:
      linear-gradient(90deg,rgba(2,11,24,.92),rgba(170,129,81,.74)),
      url('https://images.unsplash.com/photo-1516979187457-637abb4f9353?auto=format&fit=crop&w=1800&q=85') center/cover fixed;
    color:#fff;
}
.bf-cta h2,.bf-cta p{color:#fff;}
.bf-contact{
    background:
      radial-gradient(circle at 80% 15%,rgba(202,169,121,.18),transparent 22%),
      linear-gradient(135deg,#fff8ee,#fff);
}
.bf-form{
    position:relative;
    background:linear-gradient(145deg,#061b35,#020b18);
    border:1px solid rgba(255,255,255,.1)!important;
    border-radius:28px!important;
    padding:2rem!important;
    box-shadow:0 34px 80px rgba(6,27,53,.25);
    overflow:hidden;
}
.bf-form:before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    border-radius:50%;
    right:-90px;
    top:-90px;
    background:rgba(202,169,121,.18);
}
.bf-form .row{position:relative;z-index:2;}
.bf-form .form-control,.bf-form .form-select{
    border:0;
    border-radius:14px;
    min-height:56px;
}
.bf-form textarea.form-control{min-height:130px;}
.bf-form .form-control:focus,.bf-form .form-select:focus{box-shadow:0 0 0 .24rem rgba(202,169,121,.28);}
.bf-disclaimer{font-size:.9rem;color:#fff!important;opacity:.9;}
@media(max-width:991px){
    .bf-right-bg{display:none;}
    .bf-hero-section{min-height:auto;}
    .bf-min-vh-hero{min-height:auto;padding:90px 0;}
    .bf-content-card{padding:42px 35px;border-radius:30px;}
    .bf-content-card p{font-size:17px;}
    .bf-section{padding:70px 0;}
    .bf-img img{height:330px;}
    .bf-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:575px){
    .bf-min-vh-hero{padding:65px 0;}
    .bf-content-card{padding:30px 22px;border-radius:24px;}
    .bf-badge{font-size:11px;padding:9px 16px;letter-spacing:.08em;}
    .bf-content-card h1{font-size:32px;}
    .bf-content-card p{font-size:15px;line-height:1.75;}
    .bf-btn{width:100%;}
    .bf-grid{grid-template-columns:1fr;}
}



/* ----------------author-web-page Styling----------------------- */


.author-web-page{
    --gold:#caa979;
    --gold2:#f2d29b;
    --dark:#061b35;
    --dark2:#020b18;
    --ink:#21150d;
    --cream:#fff8ee;
    --soft:#fff3e3;
    --blue:#456fc0;
    --cyan:#18aeb8;
    --red:#df3436;
    --green:#21a67a;
    --shadow:0 30px 90px rgba(6,27,53,.16);
    color:var(--ink);
    overflow:hidden;
    background:#fff;
}
.author-web-page *{box-sizing:border-box;}
.author-web-page h1,
.author-web-page h2,
.author-web-page h3,
.author-web-page h4{
    font-family:"Cormorant Garamond",serif;
    font-weight:800;
    line-height:1.04;
}
.author-web-page p{color:white;line-height:1.75;}
.aw-sec{padding:105px 0;position:relative;overflow:hidden;}
.aw-badge{
    display:inline-flex;
    align-items:center;
    gap:.55rem;
    border-radius:999px;
    padding:.55rem 1.05rem;
    font-size:.78rem;
    letter-spacing:.12em;
    text-transform:uppercase;
    font-weight:900;
    color:#8c6235;
    background:#fff;
    border:1px solid rgba(202,169,121,.35);
    box-shadow:0 14px 35px rgba(170,129,81,.14);
}
.aw-title{text-align:center;margin-bottom:3.2rem;position:relative;z-index:2;}
.aw-title h2{font-size:clamp(2.3rem,4.2vw,4.7rem);margin-top:.85rem;}
.aw-title p{max-width:930px;margin:.85rem auto 0;}
.aw-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:.55rem;
    border-radius:999px;
    padding:.9rem 1.45rem;
    text-decoration:none;
    font-weight:900;
    transition:.28s ease;
    border:0;
}
.aw-btn-gold{
    color:#fff;
    background:linear-gradient(135deg,var(--gold2),var(--gold) 45%,#a87946);
    box-shadow:0 18px 35px rgba(170,129,81,.34);
}
.aw-btn-white{
    color:#8c6235;
    background:#fff;
    border:2px solid rgba(202,169,121,.45);
}
.aw-btn:hover{transform:translateY(-3px);color:#fff;background:linear-gradient(135deg,#d9b77d,#9a6a38);}

/* HERO */
.aw-hero{
    min-height:850px;
    display:flex;
    align-items:center;
    position:relative;
    background:
        radial-gradient(circle at 8% 18%,rgba(242,210,155,.26),transparent 18%),
        radial-gradient(circle at 91% 13%,rgba(24,174,184,.19),transparent 18%),
        linear-gradient(115deg,rgba(2,11,24,.96),rgba(6,27,53,.72)),
        url('https://images.unsplash.com/photo-1498050108023-c5249f4df085?auto=format&fit=crop&w=2200&q=90') center/cover no-repeat;
}
.aw-hero:before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
      linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
      linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
    background-size:54px 54px;
    mask-image:linear-gradient(180deg,#000,transparent 84%);
}
.aw-hero:after{
    content:"";
    position:absolute;
    left:0;right:0;bottom:-1px;height:150px;
    background:linear-gradient(0deg,#fff8ee,transparent);
}
.aw-hero .container{position:relative;z-index:2;}
.aw-hero-copy{color:#fff;max-width:790px;}
.aw-hero-copy h1{
    color:#fff;
    font-size:clamp(3rem,4vw,6.8rem);
    letter-spacing:-.03em;
}
.aw-hero-copy p{color:#fff !important;font-size:1.08rem;}
.aw-pill-wrap{
    display:flex;
    flex-wrap:wrap;
    gap:.75rem;
    margin:1.35rem 0 0;
}
.aw-pill{
    color:#fff;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.18);
    border-radius:999px;
    padding:.65rem 1rem;
    backdrop-filter:blur(10px);
    font-weight:800;
}
.aw-browser-wrap{
    position:relative;
    min-height:560px;
}
.aw-browser{
    position:absolute;
    right:0;
    top:10px;
    width:92%;
    border-radius:34px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 48px 110px rgba(0,0,0,.42);
    transform:rotate(2deg);
}
.aw-browser-top{
    height:50px;
    display:flex;
    align-items:center;
    gap:.5rem;
    padding:0 1rem;
    background:#f4f4f4;
    border-bottom:1px solid #e2e2e2;
}
.aw-dot{width:12px;height:12px;border-radius:50%;background:#df3436;}
.aw-dot:nth-child(2){background:#e5a91c;}
.aw-dot:nth-child(3){background:#21a67a;}
.aw-url{
    margin-left:1rem;
    flex:1;
    background:#fff;
    border-radius:999px;
    color:#777;
    padding:.35rem .9rem;
    font-size:.82rem;
}
.aw-browser-body{
    padding:1.4rem;
    background:linear-gradient(135deg,#fff,#fff7ec);
}
.aw-site-preview{
    height:440px;
    border-radius:24px;
    background:
      linear-gradient(135deg,rgba(6,27,53,.88),rgba(170,129,81,.55)),
      url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=950&q=90') center/cover;
    padding:1.4rem;
    display:flex;
    align-items:flex-end;
}
.aw-preview-card{
    background:rgba(255,255,255,.92);
    border-radius:24px;
    padding:1.25rem;
    width:75%;
    box-shadow:0 22px 60px rgba(0,0,0,.20);
}
.aw-preview-card h4{font-size:1.8rem;margin-bottom:.35rem;}
.aw-preview-lines span{
    display:block;
    height:9px;
    border-radius:99px;
    background:#e7d5bc;
    margin:.45rem 0;
}
.aw-preview-lines span:nth-child(2){width:75%;}
.aw-preview-lines span:nth-child(3){width:55%;}
.aw-floating-card{
    position:absolute;
    left:0;
    bottom:40px;
    width:260px;
    background:#fff;
    border-radius:26px;
    padding:1.35rem;
    box-shadow:0 28px 70px rgba(0,0,0,.24);
}
.aw-floating-card i{
    width:48px;height:48px;border-radius:16px;
    display:grid;place-items:center;
    color:#fff;
    background:linear-gradient(135deg,var(--cyan),#087f88);
    font-size:1.4rem;
    margin-bottom:.8rem;
}
.aw-floating-card h4{font-size:1.35rem;margin:0;}
.aw-floating-card p{font-size:.92rem;margin:.35rem 0 0;}

/* Notice */
.aw-notice{
    background:linear-gradient(135deg,#d2af7a,#a77a45);
    padding:34px 0;
    color:#fff;
    text-align:center;
}
.aw-notice p{color:#fff !important;margin:0 auto;max-width:1120px;font-weight:800;}

/* Cards */
.aw-soft{
    background:
      radial-gradient(circle at 12% 18%,rgba(202,169,121,.16),transparent 22%),
      radial-gradient(circle at 90% 70%,rgba(24,174,184,.10),transparent 24%),
      linear-gradient(135deg,#fff8ee,#fff);
}
.aw-card{
    position:relative;
    height:100%;
    padding:2rem;
    border-radius:30px;
    background:rgba(255,255,255,.86);
    border:1px solid rgba(202,169,121,.28);
    box-shadow:0 20px 60px rgba(170,129,81,.11);
    overflow:hidden;
    transition:.28s ease;
}
.aw-card:before{
    content:"";
    position:absolute;
    right:-70px;top:-70px;
    width:180px;height:180px;border-radius:50%;
    background:linear-gradient(135deg,rgba(202,169,121,.22),rgba(24,174,184,.08));
}
.aw-card:hover{
    transform:translateY(-10px);
    box-shadow:var(--shadow);
}
.aw-card > *{position:relative;z-index:2;}
.aw-card-icon{
    width:62px;height:62px;border-radius:20px;
    display:grid;place-items:center;
    color:#fff;font-size:1.7rem;
    background:linear-gradient(135deg,var(--dark),#123f73);
    margin-bottom:1.1rem;
}
.aw-card:nth-child(2n) .aw-card-icon{background:linear-gradient(135deg,var(--gold),#9d6d39);}
.aw-card h3{font-size:1.85rem;}

/* image sections */
.aw-img{
    border:10px solid #fff;
    border-radius:36px;
    overflow:hidden;
    box-shadow:var(--shadow);
    transform:rotate(-1.2deg);
}
.aw-img img{
    width:100%;
    height:470px;
    object-fit:cover;
    display:block;
}
.aw-highlight{
    border-radius:36px;
    padding:2.4rem;
    background:
      linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,248,238,.92)),
      radial-gradient(circle at top right,rgba(202,169,121,.22),transparent 35%);
    border:1px solid rgba(202,169,121,.28);
    box-shadow:var(--shadow);
}
.aw-check{
    display:flex;
    gap:.8rem;
    margin:.9rem 0;
    font-weight:800;
    color:#3a2d22;
}
.aw-check i{color:#aa8151;margin-top:.18rem;}

/* process */
.aw-process{
    background:
      linear-gradient(135deg,rgba(6,27,53,.96),rgba(2,11,24,.94)),
      url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=2200&q=88') center/cover fixed;
    color:#fff;
}
.aw-process p,.aw-process h2,.aw-process h3{color:#fff;}
.aw-process-card{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.14);
    border-radius:30px;
    padding:1.6rem;
    height:100%;
    backdrop-filter:blur(12px);
    transition:.28s;
}
.aw-process-card:hover{transform:translateY(-8px);background:rgba(255,255,255,.12);}
.aw-step-num{
    width:58px;height:58px;border-radius:18px;
    display:grid;place-items:center;
    background:linear-gradient(135deg,var(--gold2),var(--gold),#9d6d39);
    color:#fff;font-weight:900;font-size:1.35rem;
    margin-bottom:1rem;
}

/* feature grid */
.aw-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:1rem;
}
.aw-box{
    min-height:170px;
    border-radius:24px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-align:center;
    padding:1rem;
    box-shadow:0 22px 48px rgba(0,0,0,.16);
    position:relative;
    overflow:hidden;
    transition:.28s ease;
}
.aw-box:after{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at top right,rgba(255,255,255,.24),transparent 38%);
}
.aw-box:hover{transform:translateY(-8px) scale(1.02);}
.aw-box i{font-size:2.25rem;margin-bottom:.65rem;position:relative;z-index:2;}
.aw-box strong{position:relative;z-index:2;font-size:1.05rem;}
.aw-box:nth-child(1){background:#14203f;}
.aw-box:nth-child(2){background:#4c70b8;}
.aw-box:nth-child(3){background:#082957;}
.aw-box:nth-child(4){background:#e5a91c;}
.aw-box:nth-child(5){background:#3d4965;}
.aw-box:nth-child(6){background:#d9a03b;}
.aw-box:nth-child(7){background:#df3436;}
.aw-box:nth-child(8){background:#18aeb8;}

/* CTA */
.aw-cta{
    background:
      linear-gradient(90deg,rgba(2,11,24,.92),rgba(170,129,81,.74)),
      url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2200&q=88') center/cover fixed;
    color:#fff;
}
.aw-cta h2,.aw-cta p{color:#fff;}

/* FAQ */
.aw-faq .accordion-item{
    border:1px solid rgba(202,169,121,.22);
    border-radius:20px!important;
    overflow:hidden;
    margin-bottom:1rem;
    background:linear-gradient(180deg,#fff,#fff8ef);
    box-shadow:0 14px 38px rgba(170,129,81,.10);
}
.aw-faq .accordion-button{
    font-size:19px;
    font-weight:900;
    background:transparent;
    box-shadow:none;
    color:var(--ink);
    padding:1.2rem 1.35rem;
}
.aw-faq .accordion-button:not(.collapsed){
    color:#9a6a38;
    background:rgba(202,169,121,.12);
}
.aw-faq .accordion-button:focus{box-shadow:none;}

/* FORM */
.aw-contact{
    background:
      radial-gradient(circle at 80% 15%,rgba(202,169,121,.18),transparent 22%),
      linear-gradient(135deg,#fff8ee,#fff);
}
.aw-form{
    position:relative;
    background:linear-gradient(145deg,#061b35,#020b18);
    border:1px solid rgba(255,255,255,.1)!important;
    border-radius:28px!important;
    padding:2rem!important;
    box-shadow:0 34px 80px rgba(6,27,53,.25);
    overflow:hidden;
}
.aw-form:before{
    content:"";
    position:absolute;
    width:220px;height:220px;border-radius:50%;
    right:-90px;top:-90px;
    background:rgba(202,169,121,.18);
}
.aw-form .row{position:relative;z-index:2;}
.aw-form .form-control,
.aw-form .form-select{
    border:0;
    border-radius:14px;
    min-height:56px;

}
.aw-form textarea.form-control{min-height:130px;}
.aw-form .form-control:focus,
.aw-form .form-select:focus{
    box-shadow:0 0 0 .24rem rgba(202,169,121,.28);
}
.aw-disclaimer{
    font-size:.9rem;
    color:#fff!important;
    opacity:.9;
}

@media(max-width:991px){
    .aw-hero{min-height:auto;padding:90px 0;}
    .aw-browser-wrap{display:none;}
    .aw-sec{padding:75px 0;}
    .aw-img img{height:350px;}
    .aw-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:575px){
    .aw-hero{padding:60px 0;}
    .aw-hero-copy h1{font-size:2.7rem;}
    .aw-sec{padding:58px 0;}
    .aw-card,.aw-highlight{padding:1.35rem;border-radius:22px;}
    .aw-img img{height:285px;}
    .aw-grid{grid-template-columns:1fr;}
}



.awc-hero-section{
    position:relative;
    overflow:hidden;
    min-height:770px;
    background:#f7f1e8;
}

.min-vh-hero{
    min-height:770px;
    padding:70px 0;
}

.awc-right-bg{
    position:absolute;
    top:0;
    right:0;
    width:48%;
    height:100%;
    overflow:hidden;
    clip-path:polygon(18% 0,100% 0,100% 100%,0 100%);
}

.awc-right-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.awc-right-bg::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(170,129,81,.58),rgba(170,129,81,.58)),
        repeating-linear-gradient(
            135deg,
            rgba(255,255,255,.08) 0,
            rgba(255,255,255,.08) 1px,
            transparent 1px,
            transparent 13px
        );
    z-index:2;
}

.awc-content-card{
    position:relative;
    z-index:5;
    background:#fff;
    border-radius:38px;
    padding:54px 58px;
    box-shadow:0 28px 80px rgba(0,0,0,.10);
}

.awc-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:11px 24px;
    border-radius:999px;
    background:#fffaf3;
    border:1px solid #eadcc7;
    color:#aa8151;
    font-size:14px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
    margin-bottom:24px;
}

.awc-content-card h1{
    font-family:"Cormorant Garamond",serif;
    font-size:clamp(34px,3.2vw,52px);
    line-height:1.08;
    font-weight:800;
    color:#2d2218;
    margin-bottom:20px;
}

.awc-content-card p{
    font-size:15px;
    line-height:1.85;
    color:#222;
    margin-bottom:18px;
}

.awc-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:10px;
    padding:15px 34px;
    border-radius:999px;
    background:#caa979;
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:800;
    transition:.3s ease;
    box-shadow:0 16px 35px rgba(170,129,81,.28);
}

.awc-btn:hover{
    background:#aa8151;
    color:#fff;
    transform:translateY(-2px);
}

.awc-floating-preview{
    position:relative;
    z-index:5;
    max-width:390px;
    margin-left:auto;
    border:7px solid #fff;
    border-radius:34px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 28px 90px rgba(0,0,0,.28);
    transform:rotate(1.5deg);
}

.awc-browser-top{
    height:45px;
    background:#f4f4f4;
    display:flex;
    align-items:center;
    gap:8px;
    padding:0 18px;
}

.awc-browser-top span{
    width:12px;
    height:12px;
    border-radius:50%;
    display:block;
}

.awc-browser-top span:nth-child(1){background:#df3436;}
.awc-browser-top span:nth-child(2){background:#e5a91c;}
.awc-browser-top span:nth-child(3){background:#21a67a;}

.awc-preview-body{
    padding:18px;
    background:#fff8ef;
}

.awc-preview-hero{
    min-height:330px;
    border-radius:24px;
    padding:24px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    background:
        linear-gradient(135deg,rgba(7,28,54,.88),rgba(202,169,121,.45)),
        url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=900&q=90')
        center/cover no-repeat;
}

.awc-preview-hero small{
    width:max-content;
    background:#fff;
    color:#aa8151;
    border-radius:999px;
    padding:7px 14px;
    font-weight:800;
    margin-bottom:12px;
}

.awc-preview-hero h3{
    color:#fff;
    font-family:"Cormorant Garamond",serif;
    font-size:32px;
    line-height:1.05;
    margin-bottom:8px;
}

.awc-preview-hero p{
    color:#fff;
    margin:0;
}

.awc-preview-lines{
    padding-top:18px;
}



@media(max-width:991px){
    .awc-right-bg{
        display:none;
    }

    .awc-hero-section{
        min-height:auto;
    }

    .min-vh-hero{
        min-height:auto;
        padding:90px 0;
    }

    .awc-content-card{
        padding:42px 35px;
        border-radius:30px;
    }

    .awc-content-card p{
        font-size:17px;
    }
}

@media(max-width:575px){
    .min-vh-hero{
        padding:65px 0;
    }

    .awc-content-card{
        padding:30px 22px;
        border-radius:24px;
    }

    .awc-badge{
        font-size:11px;
        padding:9px 16px;
        letter-spacing:.08em;
    }

    .awc-content-card h1{
        font-size:32px;
    }

    .awc-content-card p{
        font-size:15px;
        line-height:1.75;
    }

    .awc-btn{
        width:100%;
    }
}


/* ------------------Editing Page Styling---------------------------- */

.editing-lp{
    --gold:#caa979;
    --gold2:#f1d19b;
    --dark:#071c36;
    --dark2:#020b18;
    --ink:#1f140d;
    --cream:#fff8ee;
    --soft:#fbefe0;
    --red:#e3403f;
    --cyan:#17aeb8;
    --blue:#456fc0;
    --shadow:0 30px 90px rgba(7,28,54,.16);
    color:var(--ink);
    overflow:hidden;
    background:#fff;
}
.editing-lp *{box-sizing:border-box;}
.editing-lp h1,
.editing-lp h2,
.editing-lp h3,
.editing-lp h4{
    font-family:"Cormorant Garamond",serif;
    font-weight:800;
    line-height:1.03;
}
.editing-lp p{color:#232323;line-height:1.75;}
.ed-sec{padding:105px 0;position:relative;overflow:hidden;}
.ed-badge{
    display:inline-flex;
    align-items:center;
    gap:.55rem;
    border-radius:999px;
    padding:.55rem 1.05rem;
    font-size:.78rem;
    letter-spacing:.12em;
    text-transform:uppercase;
    font-weight:900;
    color:#8c6235;
    background:#fff;
    border:1px solid rgba(202,169,121,.35);
    box-shadow:0 14px 35px rgba(170,129,81,.14);
}
.ed-title{text-align:center;margin-bottom:3.2rem;position:relative;z-index:2;}
.ed-title h2{font-size:clamp(2.3rem,4.2vw,4.7rem);margin-top:.85rem;}
.ed-title p{max-width:920px;margin:.85rem auto 0;}
.ed-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:.55rem;
    border-radius:999px;
    padding:.9rem 1.45rem;
    text-decoration:none;
    font-weight:900;
    transition:.28s ease;
    border:0;
}
.ed-btn-gold{
    color:#fff;
    background:linear-gradient(135deg,var(--gold2),var(--gold) 45%,#a87946);
    box-shadow:0 18px 35px rgba(170,129,81,.34);
}
.ed-btn-white{
    color:#8c6235;
    background:#fff;
    border:2px solid rgba(202,169,121,.45);
}
.ed-btn:hover{transform:translateY(-3px);color:#fff;background:linear-gradient(135deg,#d9b77d,#9a6a38);}

/* HERO */
.ed-hero{
    min-height:850px;
    display:flex;
    align-items:center;
    position:relative;
    background:
        radial-gradient(circle at 10% 18%,rgba(241,209,155,.25),transparent 18%),
        radial-gradient(circle at 92% 14%,rgba(23,174,184,.16),transparent 18%),
        linear-gradient(115deg,rgba(2,11,24,.95),rgba(7,28,54,.76)),
        url('https://images.unsplash.com/photo-1455390582262-044cdead277a?auto=format&fit=crop&w=2200&q=90') center/cover no-repeat;
}
.ed-hero:before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
      linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
      linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
    background-size:54px 54px;
    mask-image:linear-gradient(180deg,#000,transparent 85%);
}
.ed-hero:after{
    content:"";
    position:absolute;
    left:0;right:0;bottom:-1px;height:150px;
    background:linear-gradient(0deg,#fff8ee,transparent);
}
.ed-hero .container{position:relative;z-index:2;}
.ed-hero-copy{
    color:#fff;
    max-width:780px;
}
.ed-hero-copy h1{
    color:#fff;
    font-size:clamp(3rem,4vw,6.8rem);
    letter-spacing:-.03em;
}
.ed-hero-copy p{color:#fff4e5;font-size:1.08rem;}
.ed-hero-list{
    
    display:flex;
    flex-wrap:wrap;
    gap:.75rem;
    margin:1.35rem 0 0;
}
.ed-pill{
    color:#fff;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.18);
    border-radius:999px;
    padding:.65rem 1rem;
    backdrop-filter:blur(10px);
    font-weight:800;
}
.ed-visual-stack{
    position:relative;
    min-height:560px;
}
.ed-main-visual{
    position:absolute;
    right:0;
    top:10px;
    width:88%;
    border-radius:38px;
    padding:14px;
    background:rgba(255,255,255,.16);
    border:1px solid rgba(255,255,255,.24);
    box-shadow:0 45px 100px rgba(0,0,0,.38);
    backdrop-filter:blur(16px);
}
.ed-main-visual img{
    width:100%;
    height:520px;
    object-fit:cover;
    border-radius:28px;
    display:block;
}
.ed-floating-note{
    position:absolute;
    left:0;
    bottom:42px;
    width:260px;
    background:#fff;
    border-radius:26px;
    padding:1.35rem;
    box-shadow:0 28px 70px rgba(0,0,0,.24);
}
.ed-floating-note i{
    width:48px;height:48px;border-radius:16px;
    display:grid;place-items:center;
    color:#fff;
    background:linear-gradient(135deg,var(--red),#9c1116);
    font-size:1.4rem;
    margin-bottom:.8rem;
}
.ed-floating-note h4{font-size:1.35rem;margin:0;}
.ed-floating-note p{font-size:.92rem;margin:.35rem 0 0;}
.ed-floating-score{
    position:absolute;
    right:18px;
    bottom:-8px;
    width:175px;height:175px;
    border-radius:50%;
    display:grid;
    place-items:center;
    text-align:center;
    color:#fff;
    background:conic-gradient(var(--gold) 0 78%,rgba(255,255,255,.2) 78% 100%);
    box-shadow:0 25px 70px rgba(0,0,0,.32);
}
.ed-floating-score:before{
    content:"";
    position:absolute;
    inset:14px;
    border-radius:50%;
    background:#061a32;
}
.ed-floating-score div{position:relative;z-index:2;}
.ed-floating-score strong{display:block;font-size:2.1rem;line-height:1;color:#fff;}
.ed-floating-score span{font-size:.8rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#fff4e3;}

/* NOTICE */
.ed-notice{
    background:linear-gradient(135deg,#d2af7a,#a77a45);
    padding:34px 0;
    color:#fff;
    text-align:center;
}
.ed-notice p{color:#fff !important;margin:0 auto;max-width:1120px;font-weight:800;}

/* Cards */
.ed-soft{
    background:
      radial-gradient(circle at 12% 18%,rgba(202,169,121,.16),transparent 22%),
      radial-gradient(circle at 90% 70%,rgba(23,174,184,.10),transparent 24%),
      linear-gradient(135deg,#fff8ee,#fff);
}
.ed-card{
    position:relative;
    height:100%;
    padding:2rem;
    border-radius:30px;
    background:rgba(255,255,255,.84);
    border:1px solid rgba(202,169,121,.28);
    box-shadow:0 20px 60px rgba(170,129,81,.11);
    overflow:hidden;
    transition:.28s ease;
}
.ed-card:before{
    content:"";
    position:absolute;
    right:-70px;top:-70px;
    width:180px;height:180px;border-radius:50%;
    background:linear-gradient(135deg,rgba(202,169,121,.22),rgba(23,174,184,.08));
}
.ed-card:hover{
    transform:translateY(-10px);
    box-shadow:var(--shadow);
}
.ed-card > *{position:relative;z-index:2;}
.ed-card-icon{
    width:62px;height:62px;border-radius:20px;
    display:grid;place-items:center;
    color:#fff;font-size:1.7rem;
    background:linear-gradient(135deg,var(--dark),#123f73);
    margin-bottom:1.1rem;
}
.ed-card:nth-child(2n) .ed-card-icon{background:linear-gradient(135deg,var(--gold),#9d6d39);}
.ed-card h3{font-size:1.85rem;}

/* IMAGE */
.ed-img-wrap{
    position:relative;
}
.ed-img{
    border:10px solid #fff;
    border-radius:36px;
    overflow:hidden;
    box-shadow:var(--shadow);
    transform:rotate(-1.2deg);
}
.ed-img img{
    width:100%;
    height:470px;
    object-fit:cover;
    display:block;
}
.ed-img-badge{
    position:absolute;
    right:-18px;
    bottom:30px;
    background:#fff;
    border-radius:24px;
    padding:1rem 1.25rem;
    box-shadow:0 22px 55px rgba(0,0,0,.18);
    border:1px solid rgba(202,169,121,.20);
    max-width:260px;
}
.ed-img-badge strong{display:block;font-size:1.1rem;}
.ed-check{
    display:flex;
    gap:.8rem;
    margin:.9rem 0;
    font-weight:800;
    color:#3a2d22;
}
.ed-check i{color:#aa8151;margin-top:.18rem;}

/* PROCESS */
.ed-process-wrap{
    background:
      linear-gradient(135deg,rgba(7,28,54,.96),rgba(2,11,24,.94)),
      url('https://images.unsplash.com/photo-1507842217343-583bb7270b66?auto=format&fit=crop&w=2200&q=88') center/cover fixed;
    color:#fff;
}
.ed-process-wrap p,.ed-process-wrap h2,.ed-process-wrap h3{color:#fff;}
.ed-process-card{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.14);
    border-radius:30px;
    padding:1.6rem;
    height:100%;
    backdrop-filter:blur(12px);
    transition:.28s;
}
.ed-process-card:hover{transform:translateY(-8px);background:rgba(255,255,255,.12);}
.ed-step-num{
    width:58px;height:58px;border-radius:18px;
    display:grid;place-items:center;
    background:linear-gradient(135deg,var(--gold2),var(--gold),#9d6d39);
    color:#fff;font-weight:900;font-size:1.35rem;
    margin-bottom:1rem;
}

/* COLOR GRID */
.ed-grid-boxes{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:1rem;
}
.ed-box{
    min-height:170px;
    border-radius:24px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-align:center;
    padding:1rem;
    box-shadow:0 22px 48px rgba(0,0,0,.16);
    position:relative;
    overflow:hidden;
    transition:.28s ease;
}
.ed-box:after{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at top right,rgba(255,255,255,.24),transparent 38%);
}
.ed-hero-copy p {
    color: #ffffff !important;
    font-size: 1.08rem;
}
.ed-box:hover{transform:translateY(-8px) scale(1.02);}
.ed-box i{font-size:2.25rem;margin-bottom:.65rem;position:relative;z-index:2;}
.ed-box strong{position:relative;z-index:2;font-size:1.05rem;}
.ed-box:nth-child(1){background:#14203f;}
.ed-box:nth-child(2){background:#4c70b8;}
.ed-box:nth-child(3){background:#082957;}
.ed-box:nth-child(4){background:#e5a91c;}
.ed-box:nth-child(5){background:#3d4965;}
.ed-box:nth-child(6){background:#d9a03b;}
.ed-box:nth-child(7){background:#df2d2f;}
.ed-box:nth-child(8){background:#19aeb9;}

/* SPLIT FEATURE */
.ed-split{
    background:linear-gradient(135deg,#fff,#fff8ee);
}
.ed-highlight{
    border-radius:36px;
    padding:2.4rem;
    background:
      linear-gradient(135deg,rgba(255,255,255,.90),rgba(255,248,238,.90)),
      radial-gradient(circle at top right,rgba(202,169,121,.22),transparent 35%);
    border:1px solid rgba(202,169,121,.28);
    box-shadow:var(--shadow);
}

/* BEFORE AFTER */
.ed-compare-section{
    background:
      radial-gradient(circle at 15% 15%,rgba(202,169,121,.18),transparent 24%),
      linear-gradient(135deg,#071c36,#020b18);
    color:#fff;
}
.ed-compare-section p,.ed-compare-section h2{color:#fff;}
.ed-compare-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:1.2rem;
}
.ed-compare{
    border-radius:30px;
    padding:2rem;
    min-height:245px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.16);
    backdrop-filter:blur(12px);
}
.ed-compare.before{border-left:8px solid var(--red);}
.ed-compare.after{border-left:8px solid var(--cyan);}
.ed-compare p{color:#f6ead9;}

/* FAQ */
.ed-faq .accordion-item{
    border:1px solid rgba(202,169,121,.22);
    border-radius:20px!important;
    overflow:hidden;
    margin-bottom:1rem;
    background:linear-gradient(180deg,#fff,#fff8ef);
    box-shadow:0 14px 38px rgba(170,129,81,.10);
}
.ed-faq .accordion-button{
    font-size:19px;
    font-weight:900;
    background:transparent;
    box-shadow:none;
    color:var(--ink);
    padding:1.2rem 1.35rem;
}
.ed-faq .accordion-button:not(.collapsed){
    color:#9a6a38;
    background:rgba(202,169,121,.12);
}
.ed-faq .accordion-button:focus{box-shadow:none;}

/* CTA */
.ed-cta{
    background:
      linear-gradient(90deg,rgba(2,11,24,.92),rgba(170,129,81,.74)),
      url('https://images.unsplash.com/photo-1519791883288-dc8bd696e667?auto=format&fit=crop&w=2200&q=88') center/cover fixed;
    color:#fff;
}
.ed-cta h2,.ed-cta p{color:#fff;}

/* FORM */
.ed-contact{
    background:
      radial-gradient(circle at 80% 15%,rgba(202,169,121,.18),transparent 22%),
      linear-gradient(135deg,#fff8ee,#fff);
}
.ed-form{
    position:relative;
    background:linear-gradient(145deg,#071c36,#020b18);
    border:1px solid rgba(255,255,255,.1)!important;
    border-radius:28px!important;
    padding:2rem!important;
    box-shadow:0 34px 80px rgba(7,28,54,.25);
    overflow:hidden;
}
.ed-form:before{
    content:"";
    position:absolute;
    width:220px;height:220px;border-radius:50%;
    right:-90px;top:-90px;
    background:rgba(202,169,121,.18);
}
.ed-form .row{position:relative;z-index:2;}
.ed-form .form-control,
.ed-form .form-select{
    border:0;
    border-radius:14px;
    min-height:56px;

}
.ed-form textarea.form-control{min-height:130px;}
.ed-form .form-control:focus,
.ed-form .form-select:focus{
    box-shadow:0 0 0 .24rem rgba(202,169,121,.28);
}
.ed-disclaimer{
    font-size:.9rem;
    color:#fff!important;
    opacity:.9;
}

/* responsive */
@media(max-width:991px){
    .ed-hero{min-height:auto;padding:90px 0;}
    .ed-visual-stack{display:none;}
    .ed-sec{padding:75px 0;}
    .ed-img img{height:350px;}
    .ed-grid-boxes{grid-template-columns:repeat(2,1fr);}
    .ed-compare-grid{grid-template-columns:1fr;}
}
@media(max-width:575px){
    .ed-hero{padding:60px 0;}
    .ed-hero-copy h1{font-size:2.7rem;}
    .ed-sec{padding:58px 0;}
    .ed-card,.ed-highlight{padding:1.35rem;border-radius:22px;}
    .ed-img img{height:285px;}
    .ed-img-badge{position:static;margin-top:1rem;max-width:100%;}
    .ed-grid-boxes{grid-template-columns:1fr;}
}


/* -----------------Audiobook Page Styling----------------- */

.audiobook-page {
      --audio-theme: #caa979;
      --audio-theme-dark: #aa8151;
      --audio-ink: #2a1d14;
      --audio-soft: #fbf7ef;
      --audio-cream: #fffaf4;
      --audio-shadow: 0 24px 70px rgba(170, 129, 81, .18);
      color: var(--audio-ink);
      overflow: hidden;
   }

   .audiobook-page h1,
   .audiobook-page h2,
   .audiobook-page h3,
   .audiobook-page h4 {
      font-family: "Cormorant Garamond", serif;
      font-weight: 700;
      line-height: 1.08;
   }

   .audiobook-page p {
      color: #000000;
      line-height: 1.75;
   }

   .audiobook-page .section-pad {
      position: relative;
      padding: 95px 0;
      overflow: hidden;
   }

   .audiobook-page .mini {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      background: #fff;
      border: 1px solid rgba(202, 169, 121, .25);
      border-radius: 999px;
      padding: .5rem 1rem;
      color: var(--audio-theme-dark);
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
      box-shadow: 0 14px 35px rgba(170, 129, 81, .12);
   }

   .audiobook-page .section-title {
      text-align: center;
      margin-bottom: 3rem;
   }

   .audiobook-page .section-title h2 {
      font-size: clamp(2.25rem, 4vw, 4.2rem);
   }

   .audiobook-page .section-title p {
      max-width: 920px;
      margin: .85rem auto 0;
   }

   .audiobook-page .btn-theme {
      background: linear-gradient(135deg, var(--audio-theme), var(--audio-theme-dark));
      border: 0;
      color: #fff;
      font-weight: 900;
      border-radius: 999px;
      padding: .85rem 1.35rem;
      box-shadow: 0 16px 32px rgba(170, 129, 81, .28);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .5rem;
      transition: .25s;
   }

   .audiobook-page .btn-outline-theme {
      border: 2px solid var(--audio-theme);
      color: var(--audio-theme-dark);
      font-weight: 900;
      border-radius: 999px;
      padding: .75rem 1.25rem;
      background: rgba(255, 255, 255, .92);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .5rem;
      transition: .25s;
   }

   .audiobook-page .btn-theme:hover,
   .audiobook-page .btn-outline-theme:hover {
      background: linear-gradient(135deg, #d8b98d, #b88b57);
      color: #fff;
      transform: translateY(-2px);
   }

   .audiobook-page .audio-hero {
      position: relative;
      padding: 110px 0 90px;
      background:
         linear-gradient(120deg, rgba(255, 250, 244, .96) 0 50%, rgba(202, 169, 121, .38) 50% 100%),
         url('https://images.unsplash.com/photo-1507874457470-272b3c8d8ee2?auto=format&fit=crop&w=1800&q=90') center/cover no-repeat;
      overflow: hidden;
   }

   .audiobook-page .audio-hero:before {
      content: "";
      position: absolute;
      inset: 0;
      background:
         radial-gradient(circle at 12% 20%, rgba(202, 169, 121, .18), transparent 15%),
         radial-gradient(circle at 85% 22%, rgba(170, 129, 81, .20), transparent 18%),
         repeating-linear-gradient(135deg, rgba(202, 169, 121, .07) 0 2px, transparent 2px 18px);
      pointer-events: none;
   }

   .audiobook-page .audio-hero .container {
      position: relative;
      z-index: 2;
   }

   .audiobook-page .hero-copy {
      max-width: 760px;
      background: rgba(255, 255, 255, .78);
      border: 1px solid rgba(202, 169, 121, .24);
      border-radius: 34px;
      padding: 2.7rem;
      backdrop-filter: blur(14px);
      box-shadow: var(--audio-shadow);
   }

   .audiobook-page .hero-copy h1 {
      font-size: clamp(2.55rem, 5vw, 5.4rem);
   }

   .audiobook-page .hero-visual {
      position: relative;
      min-height: 440px;
   }

   .audiobook-page .hero-listener {
      position: absolute;
      right: 0;
      top: 0;
      width: min(390px, 88%);
      border-radius: 36px;
      overflow: hidden;
      box-shadow: var(--audio-shadow);
      border: 8px solid rgba(255, 255, 255, .75);
   }

   .audiobook-page .hero-listener img {
      width: 100%;
      height: 430px;
      object-fit: cover;
      display: block;
   }

   .audiobook-page .book-float {
      position: absolute;
      right: 18%;
      bottom: -12px;
      width: 230px;
      transform: rotate(-8deg);
      filter: drop-shadow(0 28px 30px rgba(0, 0, 0, .18));
   }

   .audiobook-page .notice-band {
      background: linear-gradient(135deg, var(--audio-theme), var(--audio-theme-dark));
      color: #fff;
      padding: 38px 0;
      text-align: center;
   }

   .audiobook-page .notice-band p {
      color: #fff;
      margin: 0 auto;
      max-width: 1050px;
      font-weight: 700;
   }

   .audiobook-page .soft-bg {
       background-color: white;
      /*background:*/
      /*   radial-gradient(circle at 12% 20%, rgba(202, 169, 121, .12), transparent 20%),*/
      /*   linear-gradient(135deg, #fffaf4, #f8f1e8);*/
   }

   .audiobook-page .pricing-card,
   .audiobook-page .premium-card,
   .audiobook-page .identity-card {
      background: linear-gradient(180deg, #fff, #fff8ef);
      border: 1px solid rgba(202, 169, 121, .22);
      border-radius: 28px;
      box-shadow: 0 20px 55px rgba(170, 129, 81, .10);
      position: relative;
      overflow: hidden;
      height: 100%;
      transition: .3s;
   }

   .audiobook-page .pricing-card:hover,
   .audiobook-page .premium-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--audio-shadow);
   }

   .audiobook-page .pricing-head {
      background: linear-gradient(135deg, var(--audio-theme), var(--audio-theme-dark));
      color: #fff;
      padding: 1rem;
      text-align: center;
      font-weight: 900;
   }

   .audiobook-page .pricing-price {
      text-align: center;
      padding: 1.4rem 1rem;
      background: #fffaf4;
      border-bottom: 1px solid rgba(202, 169, 121, .18);
   }

   .audiobook-page .pricing-price strong {
      font-size: 3rem;
      color: #111;
      font-weight: 900;
   }

   .audiobook-page .pricing-body {
      padding: 1.5rem;
   }

   .audiobook-page .pricing-body ul {
      padding-left: 1.1rem;
      color: #6f5b49;
      line-height: 1.9;
      margin-bottom: 1.5rem;
   }

   .audiobook-page .premium-card,
   .audiobook-page .identity-card {
      padding: 2.2rem;
   }

   .audiobook-page .dark-audio {
      background:
         linear-gradient(135deg, rgba(18, 12, 7, .94), rgba(43, 29, 16, .92)),
         url('https://images.unsplash.com/photo-1516280440614-37939bbacd81?auto=format&fit=crop&w=1800&q=90') center/cover fixed;
      color: #fff;
   }

   .audiobook-page .dark-audio p {
      color: #efe5d7;
   }

   .audiobook-page .tick {
      display: flex;
      gap: .75rem;
      align-items: flex-start;
      margin: .8rem 0;
      color: inherit;
      font-weight: 800;
   }

   .audiobook-page .tick i {
      color: var(--audio-theme);
      margin-top: .15rem;
   }

   .audiobook-page .image-frame {
      border-radius: 34px;
      overflow: hidden;
      box-shadow: var(--audio-shadow);
      border: 8px solid rgba(255, 255, 255, .86);
      background: #fff;
   }

   .audiobook-page .image-frame img {
      width: 100%;
      height: 65%;
      object-fit: cover;
      display: block;
   }

   .audiobook-page .portfolio-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.4rem;
   }

   .audiobook-page .book-cover {
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 20px 45px rgba(0, 0, 0, .18);
      border: 5px solid rgba(255, 255, 255, .85);
      position: relative;
      background: #fff;
   }

   .audiobook-page .book-cover img {
      width: 100%;
      aspect-ratio: 2/3;
      object-fit: cover;
      display: block;
      transition: .35s;
   }

   .audiobook-page .book-cover:hover img {
      transform: scale(1.06);
   }

   .audiobook-page .contact-band {
      background: linear-gradient(135deg, var(--audio-theme), var(--audio-theme-dark));
      color: #fff;
      padding: 85px 0;
   }

   .audiobook-page .contact-band p {
      color: #fff5e8;
   }

   .audiobook-page .contact-form .form-control {
      border: 0;
      border-radius: 0;
      padding: .95rem;
      margin-bottom: .8rem;
   }

   @media(max-width:991px) {
      .audiobook-page .audio-hero {
         padding: 75px 0;
         background: linear-gradient(180deg, #fffaf4, #f8f1e8)
      }

      .audiobook-page .hero-copy {
         margin: auto;
         text-align: center;
         padding: 2rem
      }

      .audiobook-page .hero-visual {
         min-height: 380px;
         margin-top: 2rem
      }

      .audiobook-page .hero-listener {
         left: 50%;
         right: auto;
         transform: translateX(-50%)
      }

      .audiobook-page .book-float {
         right: 10%;
         width: 190px
      }

      .audiobook-page .section-pad {
         padding: 70px 0
      }

      .audiobook-page .portfolio-grid {
         grid-template-columns: repeat(2, 1fr)
      }

      .audiobook-page .image-frame img {
         height: 330px
      }
   }

   @media(max-width:575px) {
      .audiobook-page .audio-hero {
         padding: 55px 0
      }

      .audiobook-page .hero-copy {
         padding: 1.25rem;
         border-radius: 22px
      }

      .audiobook-page .hero-copy h1 {
         font-size: 2.3rem
      }

      .audiobook-page .section-pad {
         padding: 55px 0
      }

      .audiobook-page .pricing-body,
      .audiobook-page .premium-card,
      .audiobook-page .identity-card {
         padding: 1.25rem
      }

      .audiobook-page .portfolio-grid {
         gap: .85rem
      }

      .audiobook-page .image-frame img {
         height: 280px
      }

      .audiobook-page .hero-listener img {
         height: 320px
      }

      .audiobook-page .book-float {
         display: none
      }
   }