.elementor-9 .elementor-element.elementor-element-86e15e3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-af3b180{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-5f7192a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-8edbdce{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-673f597{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-c3247a0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-2c09c6f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-ada48a6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-60f7d16{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-7e51fdc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-9dab9c5{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-9dab9c5:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-9dab9c5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-9 .elementor-element.elementor-element-fa404c1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-fbb8518{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-95e34a1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-fcb284d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-168d1d0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e08422d *//* ==========================================
   ROOT
========================================== */

:root {

  --header-bg: #F7F2E8;
  --header-text: #211F1B;
  --header-gold: #C9A227;
  --header-border: #D8C39A;
  --header-black: #0B0A08;

}


/* ==========================================
   HEADER
========================================== */

.lela-header {

  position: relative;

  width: 100%;

  z-index: 9999;

  background:
    var(--header-bg);

  border-bottom:
    1px solid
    rgba(
      216,
      195,
      154,
      0.7
    );

  color:
    var(--header-text);

}


.lela-header *,
.lela-header *::before,
.lela-header *::after {

  box-sizing:
    border-box;

}


/* ==========================================
   CONTAINER
========================================== */

.header-container {

  width:
    min(
      1380px,
      92%
    );

  min-height:
    88px;

  margin:
    0 auto;

  display:
    flex;

  align-items:
    center;

  gap:
    30px;

}


/* ==========================================
   LOGO
========================================== */

.header-logo {

  display:
    inline-flex;

  align-items:
    center;

  flex-shrink:
    0;

  text-decoration:
    none !important;

}


.header-logo-image {

  display:
    block;

  width:
    220px !important;

  height:
    auto;

  max-width:
    100%;

  object-fit:
    contain;

}


/* ==========================================
   DESKTOP NAVIGATION
========================================== */

.header-nav {

  flex:
    1;

  display:
    flex;

  align-items:
    center;

  justify-content:
    center;

  gap:
    clamp(
      14px,
      1.5vw,
      27px
    );

}


.nav-link {

  position:
    relative;

  padding:
    8px 0;

  color:
    var(--header-text);

  font-family:
    "DM Sans",
    Arial,
    sans-serif;

  font-size:
    12px !important;

  font-weight:
    800 !important;

  letter-spacing:
    1.2px;

  text-decoration:
    none !important;

  white-space:
    nowrap;

  transition:
    color 0.3s ease;

}


/* ==========================================
   NAV UNDERLINE
========================================== */

.nav-link::after {

  content:
    "";

  position:
    absolute;

  left:
    0;

  bottom:
    0;

  width:
    0;

  height:
    1px;

  background:
    var(--header-gold);

  transition:
    width 0.3s ease;

}


.nav-link:hover,
.nav-link.active {

  color:
    var(--header-gold);

}


.nav-link:hover::after,
.nav-link.active::after {

  width:
    100%;

}


/* ==========================================
   BOOKS DROPDOWN WRAPPER
========================================== */

.books-dropdown {

  position:
    relative;

  display:
    flex;

  align-items:
    center;

}


/* ==========================================
   BOOKS ARROW
========================================== */

.books-dropdown > .books-trigger {

  display:
    inline-flex;

  align-items:
    center;

  gap:
    7px;

}


.books-arrow {

  display:
    inline-block;

  width:
    6px;

  height:
    6px;

  margin-top:
    -3px;

  border-right:
    1px solid
    currentColor;

  border-bottom:
    1px solid
    currentColor;

  transform:
    rotate(45deg);

  transition:
    transform 0.3s ease;

}


/* ==========================================
   BOOKS DROPDOWN MENU
========================================== */

.books-menu {

  position:
    absolute;

  top:
    calc(100% + 12px);

  left:
    50%;

  width:
    235px;

  padding:
    10px;

  background:
    #F7F2E8;

  border:
    1px solid
    rgba(
      216,
      195,
      154,
      0.85
    );

  box-shadow:
    0 15px 35px
    rgba(
      11,
      10,
      8,
      0.12
    );

  opacity:
    0;

  visibility:
    hidden;

  transform:
    translate(
      -50%,
      -8px
    );

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;

  z-index:
    10000;

}


/* ==========================================
   SMALL TOP GOLD LINE
========================================== */

.books-menu::before {

  content:
    "";

  position:
    absolute;

  top:
    0;

  left:
    20px;

  right:
    20px;

  height:
    2px;

  background:
    var(--header-gold);

}


/* ==========================================
   DESKTOP DROPDOWN OPEN
========================================== */

.books-dropdown:hover .books-menu,
.books-dropdown.books-open .books-menu {

  opacity:
    1;

  visibility:
    visible;

  transform:
    translate(
      -50%,
      0
    );

}


.books-dropdown:hover .books-arrow,
.books-dropdown.books-open .books-arrow {

  transform:
    rotate(
      225deg
    );

}


/* ==========================================
   BOOK DROPDOWN LINKS
========================================== */

.books-menu a {

  display:
    flex;

  align-items:
    center;

  justify-content:
    space-between;

  width:
    100%;

  padding:
    14px 13px;

  color:
    var(--header-text);

  font-family:
    "DM Sans",
    Arial,
    sans-serif;

  font-size:
    11px;

  font-weight:
    700;

  letter-spacing:
    1px;

  text-decoration:
    none !important;

  border-bottom:
    1px solid
    rgba(
      216,
      195,
      154,
      0.45
    );

  transition:
    color 0.25s ease,
    background 0.25s ease,
    padding-left 0.25s ease;

}


.books-menu a:last-child {

  border-bottom:
    none;

}


.books-menu a:hover {

  color:
    var(--header-gold);

  background:
    rgba(
      201,
      162,
      39,
      0.08
    );

  padding-left:
    18px;

}


/* ==========================================
   DROPDOWN LINK ARROW
========================================== */

.books-menu a::after {

  content:
    "→";

  font-size:
    14px;

  font-weight:
    400;

  opacity:
    0;

  transform:
    translateX(-5px);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease;

}


.books-menu a:hover::after {

  opacity:
    1;

  transform:
    translateX(0);

}


/* ==========================================
   HEADER CTA
========================================== */

.header-cta {

  min-height:
    43px;

  padding:
    0 17px;

  display:
    inline-flex;

  align-items:
    center;

  justify-content:
    center;

  gap:
    10px;

  flex-shrink:
    0;

  color:
    var(--header-black);

  background:
    var(--header-gold);

  border:
    1px solid
    var(--header-gold);

  border-radius:
    7px;

  font-family:
    "DM Sans",
    Arial,
    sans-serif;

  font-size:
    8px;

  font-weight:
    700;

  letter-spacing:
    1.1px;

  text-decoration:
    none !important;

  white-space:
    nowrap;

  transition:
    background 0.3s ease,
    transform 0.3s ease,
    gap 0.3s ease;

}


.header-cta strong {

  font-size:
    15px;

  font-weight:
    400;

  transition:
    transform 0.3s ease;

}


.header-cta:hover {

  color:
    var(--header-black);

  background:
    #E0C15A;

  border-color:
    #E0C15A;

  transform:
    translateY(-2px);

  gap:
    14px;

}


.header-cta:hover strong {

  transform:
    translateX(3px);

}


/* ==========================================
   MOBILE MENU BUTTON
========================================== */

.mobile-menu-button {

  display:
    none;

  width:
    42px;

  height:
    42px;

  padding:
    9px;

  margin-left:
    auto;

  align-items:
    center;

  justify-content:
    center;

  flex-direction:
    column;

  gap:
    5px;

  background:
    transparent;

  border:
    1px solid
    rgba(
      33,
      31,
      27,
      0.25
    );

  cursor:
    pointer;

}


.mobile-menu-button span {

  width:
    20px;

  height:
    1px;

  background:
    var(--header-text);

  transition:
    transform 0.3s ease,
    opacity 0.3s ease;

}


/* ==========================================
   MOBILE MENU OPEN ICON
========================================== */

.mobile-menu-button.menu-open
span:nth-child(1) {

  transform:
    translateY(6px)
    rotate(45deg);

}


.mobile-menu-button.menu-open
span:nth-child(2) {

  opacity:
    0;

}


.mobile-menu-button.menu-open
span:nth-child(3) {

  transform:
    translateY(-6px)
    rotate(-45deg);

}


/* ==========================================
   MOBILE MENU
========================================== */

.mobile-menu {

  display:
    none;

  max-height:
    0;

  overflow:
    hidden;

  background:
    var(--header-bg);

  border-top:
    1px solid
    transparent;

  transition:
    max-height 0.45s ease,
    border-color 0.3s ease;

}


.mobile-menu.menu-visible {

  max-height:
    900px;

  border-top-color:
    rgba(
      216,
      195,
      154,
      0.6
    );

}


.mobile-menu nav {

  width:
    88%;

  margin:
    0 auto;

  padding:
    15px 0 25px;

  display:
    flex;

  flex-direction:
    column;

}


/* ==========================================
   MOBILE LINKS
========================================== */

.mobile-nav-link {

  padding:
    16px 4px;

  color:
    var(--header-text);

  border-bottom:
    1px solid
    rgba(
      216,
      195,
      154,
      0.5
    );

  font-family:
    "DM Sans",
    Arial,
    sans-serif;

  font-size:
    11px;

  font-weight:
    600;

  letter-spacing:
    1.5px;

  text-decoration:
    none;

  transition:
    color 0.3s ease,
    padding-left 0.3s ease;

}


.mobile-nav-link:hover {

  color:
    var(--header-gold);

  padding-left:
    10px;

}


/* ==========================================
   MOBILE BOOKS
========================================== */

.mobile-books-wrapper {

  border-bottom:
    1px solid
    rgba(
      216,
      195,
      154,
      0.5
    );

}


.mobile-books-button {

  width:
    100%;

  padding:
    16px 4px;

  display:
    flex;

  align-items:
    center;

  justify-content:
    space-between;

  color:
    var(--header-text);

  background:
    transparent;

  border:
    none;

  font-family:
    "DM Sans",
    Arial,
    sans-serif;

  font-size:
    11px;

  font-weight:
    600;

  letter-spacing:
    1.5px;

  text-align:
    left;

  cursor:
    pointer;

}


.mobile-books-button:hover {

  color:
    var(--header-gold);

}


.mobile-books-arrow {

  width:
    7px;

  height:
    7px;

  border-right:
    1px solid
    currentColor;

  border-bottom:
    1px solid
    currentColor;

  transform:
    rotate(45deg);

  transition:
    transform 0.3s ease;

}


.mobile-books-wrapper.books-open
.mobile-books-arrow {

  transform:
    rotate(225deg);

}


/* ==========================================
   MOBILE BOOKS DROPDOWN
========================================== */

.mobile-books-menu {

  display:
    none;

  padding:
    0 0 8px 12px;

}


.mobile-books-wrapper.books-open
.mobile-books-menu {

  display:
    block;

}


.mobile-book-link {

  display:
    flex;

  align-items:
    center;

  gap:
    10px;

  padding:
    12px 5px;

  color:
    #5E564A;

  font-family:
    "DM Sans",
    Arial,
    sans-serif;

  font-size:
    10px;

  font-weight:
    600;

  letter-spacing:
    1.1px;

  text-decoration:
    none;

  border-left:
    1px solid
    var(--header-gold);

  transition:
    color 0.25s ease,
    padding-left 0.25s ease;

}


.mobile-book-link:hover {

  color:
    var(--header-gold);

  padding-left:
    12px;

}


/* ==========================================
   MOBILE COMMUNITY BUTTON
========================================== */

.mobile-community-button {

  margin-top:
    22px;

  padding:
    15px 20px;

  display:
    flex;

  align-items:
    center;

  justify-content:
    center;

  color:
    var(--header-black);

  background:
    var(--header-gold);

  border-radius:
    7px;

  font-family:
    "DM Sans",
    Arial,
    sans-serif;

  font-size:
    9px;

  font-weight:
    700;

  letter-spacing:
    1.4px;

  text-decoration:
    none !important;

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1150px) {

  .header-container {

    gap:
      20px;

  }


  .header-logo-image {

    width:
      145px !important;

  }


  .header-nav {

    gap:
      13px;

  }


  .nav-link {

    font-size:
      8px !important;

    letter-spacing:
      0.8px;

  }


  .header-cta {

    padding:
      0 13px;

    font-size:
      7px;

  }

}


/* ==========================================
   MOBILE / SMALL TABLET
========================================== */

@media (max-width: 900px) {

  .header-container {

    min-height:
      76px;

  }


  .header-logo-image {

    width:
      150px !important;

  }


  .header-nav,
  .header-cta {

    display:
      none;

  }


  .mobile-menu-button {

    display:
      flex;

  }


  .mobile-menu {

    display:
      block;

  }


  /* Hide desktop dropdown on mobile */

  .books-menu {

    display:
      none !important;

  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

  .header-container {

    width:
      90%;

    min-height:
      70px;

  }


  .header-logo-image {

    width:
      135px !important;

  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d45bf05 *//* =========================
       ROOT COLORS
    ========================== */

    :root {
      --black: #0B0A08;
      --ivory: #F7F2E8;
      --gold: #C9A227;
      --gold-hover: #E0C15A;
      --champagne: #D8CFC0;
      --dark-gold: #8D7218;
    }


    /* =========================
       RESET
    ========================== */

  

    html {
      scroll-behavior: smooth;
    }

    body {
      background: var(--black);
      color: var(--ivory);
      font-family: "DM Sans", sans-serif !important;
    }

    a {
      text-decoration: none;
      color: inherit;
    }


    /* =========================
       HERO
    ========================== */

    .hero {
      position: relative;
      min-height: 100vh;
      overflow: hidden;
      background:
        radial-gradient(
          circle at 80% 45%,
          rgba(201, 162, 39, 0.10),
          transparent 35%
        ),
        var(--black);
      display: flex;
      align-items: center;
      padding-top: 50px;
      padding-bottom: 50px;
    }


    /* =========================
       DECORATIVE ELEMENTS
    ========================== */

    .hero::before {
      content: "";
      position: absolute;
      width: 500px;
      height: 500px;
      border: 1px solid rgba(201, 162, 39, 0.18);
      border-radius: 50%;
      right: -180px;
      top: 50%;
      transform: translateY(-50%);
    }

    .hero::after {
      content: "";
      position: absolute;
      width: 300px;
      height: 300px;
      border: 1px solid rgba(201, 162, 39, 0.10);
      border-radius: 50%;
      right: -80px;
      top: 50%;
      transform: translateY(-50%);
    }


    /* =========================
       CONTAINER
    ========================== */

    .hero-container {
      width: min(1200px, 92%);
      margin: auto;
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      align-items: center;
      gap: 70px;
      position: relative;
      z-index: 2;
    }


    /* =========================
       LEFT CONTENT
    ========================== */

    .hero-content {
      max-width: 650px;
    }

    .eyebrow {
      display: flex;
      align-items: center;
      gap: 14px;
      color: var(--gold);
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-bottom: 25px;
    }

    .eyebrow::before {
      content: "";
      width: 42px;
      height: 1px;
      background: var(--gold);
    }


    /* =========================
       NAME
    ========================== */

    .hero-name {
      font-family: "Playfair Display", serif;
      font-size: clamp(20px, 2vw, 28px);
      font-weight: 500;
      color: var(--champagne);
      margin-bottom: 18px;
    }


    /* =========================
       MAIN HEADING
    ========================== */

    .hero-title {
      font-family: "Playfair Display", serif;
      font-size: clamp(48px, 6vw, 82px);
      line-height: 1.02;
      font-weight: 600;
      letter-spacing: -2px;
      color: var(--ivory);
      margin-bottom: 25px;
    }

    .hero-title .highlight {
      color: var(--gold);
      position: relative;
      display: inline-block;
    }

    .hero-title .highlight::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -7px;
      width: 100%;
      height: 1px;
      background: var(--gold);
      transform: scaleX(0);
      transform-origin: left;
      animation: underline 1.2s ease forwards 1s;
    }

    @keyframes underline {
      to {
        transform: scaleX(1);
      }
    }


    /* =========================
       ROLE
    ========================== */

    .hero-role {
      color: var(--champagne);
      font-size: 16px;
      line-height: 1.8;
      max-width: 570px;
      margin-bottom: 22px;
    }

    .hero-description {
      color: rgba(216, 207, 192, 0.75);
      font-size: 15px;
      line-height: 1.8;
      max-width: 540px;
      margin-bottom: 35px;
    }


    /* =========================
       BUTTONS
    ========================== */

    .hero-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      min-height: 54px;
      padding: 0 25px;
      border-radius: 2px;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      transition: all 0.3s ease;
      cursor: pointer;
      text-decoration: none !important;
    }

    .btn-primary {
      background: var(--gold);
      color: var(--black);
    }

    .btn-primary:hover {
      background: var(--gold-hover);
      transform: translateY(-4px);
      box-shadow: 0 12px 30px rgba(201, 162, 39, 0.22);
      color: white;
    }

    .btn-secondary {
      border: 1px solid rgba(201, 162, 39, 0.55);
      color: var(--ivory);
      background: transparent;
    }

    .btn-secondary:hover {
      background: rgba(201, 162, 39, 0.08);
      border-color: var(--gold);
      color: var(--gold-hover);
      transform: translateY(-4px);
    }

    .arrow {
      transition: transform 0.3s ease;
    }

    .btn:hover .arrow {
      transform: translateX(5px);
    }


    /* =========================
       RIGHT IMAGE
    ========================== */

    .hero-image-wrapper {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .hero-image-frame {
      position: relative;
      width: min(480px, 100%);
      aspect-ratio: 4 / 5;
      overflow: hidden;
      border: 1px solid rgba(201, 162, 39, 0.45);
      background: #15130f;
    }

    .hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      filter: saturate(0.85) contrast(1.05);
      transition: transform 0.8s ease;
    }

    .hero-image-frame:hover .hero-image {
      transform: scale(1.04);
    }


    /* =========================
       IMAGE OVERLAY
    ========================== */

    .hero-image-frame::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(
          180deg,
          transparent 45%,
          rgba(11, 10, 8, 0.55) 100%
        );
      pointer-events: none;
    }


    /* =========================
       GOLD CORNERS
    ========================== */

    .corner {
      position: absolute;
      width: 70px;
      height: 70px;
      z-index: 4;
      pointer-events: none;
    }

    .corner-top {
      top: -12px;
      right: -12px;
      border-top: 1px solid var(--gold);
      border-right: 1px solid var(--gold);
    }

    .corner-bottom {
      bottom: -12px;
      left: -12px;
      border-bottom: 1px solid var(--gold);
      border-left: 1px solid var(--gold);
    }


    /* =========================
       IMAGE LABEL
    ========================== */

    .image-label {
      position: absolute;
      bottom: 25px;
      left: 25px;
      z-index: 5;
      color: var(--ivory);
      font-family: "Playfair Display", serif;
      font-size: 18px;
      letter-spacing: 1px;
    }

    .image-label span {
      display: block;
      color: var(--gold);
      font-family: "DM Sans", sans-serif;
      font-size: 10px;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-bottom: 6px;
    }


    /* =========================
       FLOATING GOLD DOT
    ========================== */

    .gold-dot {
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--gold);
      right: 15%;
      top: 17%;
      box-shadow: 0 0 20px rgba(201, 162, 39, 0.6);
      animation: pulse 2.5s infinite ease-in-out;
    }

    @keyframes pulse {
      0%, 100% {
        opacity: 0.5;
        transform: scale(1);
      }

      50% {
        opacity: 1;
        transform: scale(1.5);
      }
    }


    /* =========================
       SCROLL INDICATOR
    ========================== */

    .scroll-indicator {
      position: absolute;
      left: 4%;
      bottom: 35px;
      writing-mode: vertical-rl;
      color: rgba(216, 207, 192, 0.55);
      font-size: 10px;
      letter-spacing: 3px;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      gap: 12px;
      z-index: 3;
    }

    .scroll-line {
      width: 1px;
      height: 50px;
      background: var(--gold);
      opacity: 0.6;
    }


    /* =========================
       ANIMATIONS
    ========================== */

    .hero-content > * {
      opacity: 0;
      transform: translateY(25px);
      animation: fadeUp 0.8s ease forwards;
    }

    .hero-content .eyebrow {
      animation-delay: 0.1s;
    }

    .hero-content .hero-name {
      animation-delay: 0.2s;
    }

    .hero-content .hero-title {
      animation-delay: 0.35s;
    }

    .hero-content .hero-role {
      animation-delay: 0.5s;
    }

    .hero-content .hero-description {
      animation-delay: 0.65s;
    }

    .hero-content .hero-buttons {
      animation-delay: 0.8s;
    }

    .hero-image-wrapper {
      opacity: 0;
      transform: translateX(30px);
      animation: imageReveal 1s ease forwards 0.45s;
    }

    @keyframes fadeUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes imageReveal {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }


    /* =========================
       RESPONSIVE
    ========================== */

    @media (max-width: 950px) {

      .hero-container {
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 90px 0;
      }

      .hero-content {
        max-width: 750px;
        text-align: center;
        margin: auto;
      }

      .eyebrow {
        justify-content: center;
      }

      .eyebrow::before {
        display: none;
      }

      .hero-role,
      .hero-description {
        margin-left: auto;
        margin-right: auto;
      }

      .hero-buttons {
        justify-content: center;
      }

      .hero-image-wrapper {
        max-width: 500px;
        width: 100%;
        margin: auto;
      }

      .scroll-indicator {
        display: none;
      }
    }


    @media (max-width: 600px) {

      .hero {
        min-height: auto;
      }

      .hero-container {
        width: 88%;
        padding: 75px 0;
        gap: 50px;
      }

      .hero-title {
        font-size: clamp(42px, 13vw, 58px);
        letter-spacing: -1px;
      }

      .hero-name {
        font-size: 20px;
      }

      .hero-role {
        font-size: 14px;
      }

      .hero-description {
        font-size: 14px;
      }

      .hero-buttons {
        flex-direction: column;
      }

      .btn {
        width: 100%;
      }

      .hero-image-frame {
        width: 90%;
      }

      .hero::before {
        width: 300px;
        height: 300px;
        right: -180px;
      }

      .hero::after {
        width: 200px;
        height: 200px;
        right: -100px;
      }
    }


    @media (prefers-reduced-motion: reduce) {

      *,
      *::before,
      *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d957d79 *//* ==========================================
     ABOUT SECTION
  ========================================== */

  .about-lela {
    position: relative;
    overflow: hidden;
    padding: 130px 0;
    background: #F7F2E8;
    color: #0B0A08;
  }


  /* ==========================================
     CONTAINER
  ========================================== */

  .about-container {
    width: min(1180px, 90%);
    margin: auto;

    display: grid;
    grid-template-columns: 0.9fr 1.1fr;

    align-items: center;
    gap: 100px;

    position: relative;
    z-index: 2;
  }


  /* ==========================================
     IMAGE
  ========================================== */

  .about-image-column {
    position: relative;
    padding: 15px;
  }

  .about-image-frame {
    position: relative;

    width: 100%;
    max-width: 460px;

    aspect-ratio: 4 / 5;

    overflow: hidden;

    background: #e9dfcc;

    border: 1px solid rgba(201, 162, 39, 0.45);

    box-shadow:
      0 25px 70px rgba(11, 10, 8, 0.10);
  }


  .about-image {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    filter:
      saturate(0.85)
      contrast(1.03);

    transition:
      transform 0.8s ease,
      filter 0.8s ease;
  }


  .about-image-frame:hover .about-image {
    transform: scale(1.04);

    filter:
      saturate(1)
      contrast(1.05);
  }


  /* ==========================================
     GOLD CORNERS
  ========================================== */

  .about-corner {
    position: absolute;

    width: 75px;
    height: 75px;

    z-index: 3;

    pointer-events: none;
  }


  .about-corner-top {
    top: -14px;
    right: -14px;

    border-top: 1px solid #C9A227;
    border-right: 1px solid #C9A227;
  }


  .about-corner-bottom {
    bottom: -14px;
    left: -14px;

    border-bottom: 1px solid #C9A227;
    border-left: 1px solid #C9A227;
  }


  /* ==========================================
     IMAGE CAPTION
  ========================================== */

  .about-image-caption {
    position: absolute;

    bottom: -5px;
    right: 0;

    display: flex;
    align-items: center;
    gap: 10px;

    color: #0B0A08;

    font-family: "Playfair Display", serif;

    font-size: 15px;

    letter-spacing: 1px;
  }


  .about-image-caption span {
    width: 28px;
    height: 1px;

    background: #C9A227;
  }


  /* ==========================================
     CONTENT
  ========================================== */

  .about-content {
    position: relative;

    max-width: 620px;
  }

/* ==========================================
   ELEMENTOR EDITOR FIX
========================================== */

body.elementor-editor-active .about-image-column,
body.elementor-editor-active .about-content {
    opacity: 1 !important;
    transform: none !important;
}

/* Keep the image visible inside Elementor */
body.elementor-editor-active .about-image {
    opacity: 1 !important;
    visibility: visible !important;
}
  /* ==========================================
     EYEBROW
  ========================================== */

  .about-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 25px;

    color: #C9A227;

    font-family: "DM Sans", sans-serif;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;
  }


  .about-line {
    width: 42px;
    height: 1px;

    background: #C9A227;
  }


  /* ==========================================
     HEADING
  ========================================== */

  .about-title {
    margin: 0 0 30px;

    font-family: "Playfair Display", serif;

    font-size: clamp(48px, 5vw, 70px);

    font-weight: 600;

    line-height: 1.08;

    letter-spacing: -1.5px;

    color: #0B0A08;
  }


  .about-title span {
    display: block;

    color: #C9A227;

    font-style: italic;

    font-weight: 500;
  }


  /* ==========================================
     INTRO PARAGRAPH
  ========================================== */

  .about-intro {
    margin: 0 0 25px;

    color: #4A443B;

    font-family: "DM Sans", sans-serif;

    font-size: 18px;

    line-height: 1.85;

    max-width: 600px;
  }


  /* ==========================================
     JOURNEY / MESSAGE
  ========================================== */

  .about-message {
    position: relative;

    padding-left: 25px;

    border-left: 1px solid #D8C39A;

    margin-bottom: 35px;
  }


  .about-message p {
    margin: 0 0 15px;

    color: #4A443B;

    font-family: "DM Sans", sans-serif;

    font-size: 15px;

    line-height: 1.85;
  }


  .about-message p:last-child {
    margin-bottom: 0;
  }


  /* ==========================================
     CTA
  ========================================== */

  .about-button {
    display: inline-flex;

    align-items: center;

    gap: 20px;

    min-height: 55px;
    
    padding: 0 24px;

    border: 1px solid #C9A227;

    color: #0B0A08;

    font-family: "DM Sans", sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    transition:
      background 0.3s ease,
      color 0.3s ease,
      transform 0.3s ease,
      gap 0.3s ease;
      
      text-decoration: none !important;
  }


  .about-button strong {
    color: #C9A227;

    font-size: 19px;

    font-weight: 400;

    transition: transform 0.3s ease;
  }


  .about-button:hover {
    background: #C9A227;

    color: #0B0A08;

    transform: translateY(-3px);

    gap: 25px;
  }


  .about-button:hover strong {
    color: #0B0A08;

    transform: translateX(4px);
  }


  /* ==========================================
     QUOTE MARK
  ========================================== */

  .about-quote-mark {
    position: absolute;

    right: -20px;
    bottom: -80px;

    font-family: "Playfair Display", serif;

    font-size: 180px;

    line-height: 1;

    color: rgba(201, 162, 39, 0.08);

    pointer-events: none;
  }


  /* ==========================================
     BACKGROUND CIRCLES
  ========================================== */

  .about-circle {
    position: absolute;

    border-radius: 50%;

    border: 1px solid rgba(216, 195, 154, 0.35);

    pointer-events: none;
  }


  .about-circle-one {
    width: 400px;
    height: 400px;

    left: -260px;
    top: 10%;
  }


  .about-circle-two {
    width: 220px;
    height: 220px;

    right: -100px;
    bottom: 5%;
  }


  /* ==========================================
     SCROLL ANIMATION
  ========================================== */

  .about-image-column,
  .about-content {
    opacity: 0;

    transform: translateY(40px);

    transition:
      opacity 0.9s ease,
      transform 0.9s ease;
  }


  .about-image-column.reveal,
  .about-content.reveal {
    opacity: 1;

    transform: translateY(0);
  }


  .about-content.reveal {
    transition-delay: 0.15s;
  }


  /* ==========================================
     TABLET
  ========================================== */

  @media (max-width: 950px) {

    .about-lela {
      padding: 100px 0;
    }

    .about-container {
      grid-template-columns: 1fr;

      gap: 70px;

      width: min(700px, 88%);
    }

    .about-image-column {
      max-width: 480px;

      width: 100%;

      margin: auto;
    }

    .about-image-frame {
      max-width: 100%;
    }

    .about-content {
      max-width: 100%;
    }

  }


  /* ==========================================
     MOBILE
  ========================================== */

  @media (max-width: 600px) {

    .about-lela {
      padding: 80px 0;
    }

    .about-container {
      width: 88%;

      gap: 55px;
    }

    .about-image-column {
      padding: 10px;
    }

    .about-title {
      font-size: 46px;

      letter-spacing: -1px;
    }

    .about-intro {
      font-size: 16px;

      line-height: 1.8;
    }

    .about-message {
      padding-left: 18px;
    }

    .about-message p {
      font-size: 14px;
    }

    .about-button {
      width: 100%;

      justify-content: center;
    }

    .about-quote-mark {
      right: 0;

      bottom: -60px;

      font-size: 120px;
    }

    .about-circle-one {
      width: 250px;
      height: 250px;

      left: -180px;
    }

  }


  /* ==========================================
     REDUCED MOTION
  ========================================== */

  @media (prefers-reduced-motion: reduce) {

    .about-image,
    .about-button,
    .about-image-column,
    .about-content {
      transition: none !important;
    }

  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36b5506 *//* ==========================================
   ELEMENTOR EDITOR VISIBILITY FIX
========================================== */

body.elementor-editor-active .story-image-column,
body.elementor-editor-active .story-content {
    opacity: 1 !important;
    transform: none !important;
}

body.elementor-editor-active .story-image {
    opacity: 1 !important;
    visibility: visible !important;
}
  /* ==========================================
     STORY SECTION
  ========================================== */

  .story-section {
    position: relative;
    overflow: hidden;

    padding: 140px 0;

    background: #0B0A08;

    color: #F7F2E8;
  }


  /* ==========================================
     CONTAINER
  ========================================== */

  .story-container {
    width: min(1180px, 90%);

    margin: auto;

    display: grid;

    grid-template-columns: 0.92fr 1.08fr;

    align-items: center;

    gap: 100px;

    position: relative;

    z-index: 2;
  }


  /* ==========================================
     IMAGE COLUMN
  ========================================== */

  .story-image-column {
    position: relative;

    padding: 15px;
  }


  .story-image-frame {
    position: relative;

    width: 100%;

    max-width: 470px;

    aspect-ratio: 4 / 5;

    overflow: hidden;

    border: 1px solid rgba(201, 162, 39, 0.65);

    background: #15130f;

    box-shadow:
      0 30px 80px rgba(0, 0, 0, 0.35);
  }


  .story-image {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    filter:
      grayscale(8%)
      saturate(0.85)
      contrast(1.08);

    transition:
      transform 0.9s ease,
      filter 0.9s ease;
  }


  .story-image-frame:hover .story-image {
    transform: scale(1.05);

    filter:
      grayscale(0%)
      saturate(1)
      contrast(1.05);
  }


  /* ==========================================
     IMAGE OVERLAY
  ========================================== */

  .story-image-overlay {
    position: absolute;

    inset: 0;

    background:
      linear-gradient(
        180deg,
        rgba(11, 10, 8, 0.05) 35%,
        rgba(11, 10, 8, 0.55) 100%
      );

    pointer-events: none;
  }


  /* ==========================================
     GOLD FRAME DETAILS
  ========================================== */

  .story-frame-top,
  .story-frame-bottom {
    position: absolute;

    width: 75px;
    height: 75px;

    z-index: 4;

    pointer-events: none;
  }


  .story-frame-top {
    top: -14px;
    right: -14px;

    border-top: 1px solid #C9A227;
    border-right: 1px solid #C9A227;
  }


  .story-frame-bottom {
    bottom: -14px;
    left: -14px;

    border-bottom: 1px solid #C9A227;
    border-left: 1px solid #C9A227;
  }


  /* ==========================================
     IMAGE CAPTION
  ========================================== */

  .story-caption {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 22px;

    color: #D8CFC0;

    font-family: "DM Sans", sans-serif;

    font-size: 10px;

    font-weight: 500;

    letter-spacing: 3px;

    text-transform: uppercase;
  }


  .story-caption-line {
    width: 35px;
    height: 1px;

    background: #C9A227;
  }


  /* ==========================================
     CONTENT
  ========================================== */

  .story-content {
    position: relative;

    max-width: 620px;
  }


  /* ==========================================
     EYEBROW
  ========================================== */

  .story-eyebrow {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-bottom: 24px;

    color: #C9A227;

    font-family: "DM Sans", sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;
  }


  .story-eyebrow span {
    width: 42px;
    height: 1px;

    background: #C9A227;
  }


  /* ==========================================
     HEADING
  ========================================== */

  .story-heading {
    margin: 0 0 28px;

    color: #F7F2E8;

    font-family: "Playfair Display", serif;

    font-size: clamp(48px, 5vw, 72px);

    font-weight: 600;

    line-height: 1.05;

    letter-spacing: -1.5px;
  }


  .story-heading em {
    display: block;

    color: #C9A227;

    font-style: italic;

    font-weight: 500;
  }


  /* ==========================================
     INTRO
  ========================================== */

  .story-intro {
    max-width: 560px;

    margin: 0 0 30px;

    color: #D8CFC0;

    font-family: "Playfair Display", serif;

    font-size: 21px;

    font-style: italic;

    line-height: 1.65;
  }


  /* ==========================================
     STORY TEXT
  ========================================== */

  .story-text {
    margin-bottom: 32px;
  }


  .story-text p {
    margin: 0 0 18px;

    color: #D8CFC0;

    font-family: "DM Sans", sans-serif;

    font-size: 15px;

    line-height: 1.9;
  }


  .story-text p:last-child {
    margin-bottom: 0;
  }


  /* ==========================================
     PURPOSE BOX
  ========================================== */

  .story-purpose {
    position: relative;

    margin: 35px 0;

    padding: 25px 30px 25px 40px;

    border-top: 1px solid rgba(201, 162, 39, 0.3);

    border-bottom: 1px solid rgba(201, 162, 39, 0.3);

    background:
      linear-gradient(
        90deg,
        rgba(201, 162, 39, 0.06),
        transparent
      );
  }


  .purpose-mark {
    position: absolute;

    left: 0;

    top: 12px;

    color: #C9A227;

    font-family: "Playfair Display", serif;

    font-size: 65px;

    line-height: 1;

    opacity: 0.8;
  }


  .story-purpose p {
    margin: 0;

    color: #F7F2E8;

    font-family: "Playfair Display", serif;

    font-size: 17px;

    line-height: 1.75;

    font-style: italic;
  }


  /* ==========================================
     CTA
  ========================================== */

  .story-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 20px;

    min-height: 55px;

    padding: 0 25px;

    border: 1px solid #C9A227;

    color: #F7F2E8;

    font-family: "DM Sans", sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    transition:
      background 0.3s ease,
      color 0.3s ease,
      transform 0.3s ease,
      gap 0.3s ease;
      
      text-decoration: none !important;
  }


  .story-button strong {
    color: #C9A227;

    font-size: 20px;

    font-weight: 400;

    transition:
      transform 0.3s ease,
      color 0.3s ease;
  }


  .story-button:hover {
    background: #C9A227;

    color: #0B0A08;

    transform: translateY(-3px);

    gap: 26px;
  }


  .story-button:hover strong {
    color: #0B0A08;

    transform: translateX(5px);
  }


  /* ==========================================
     DECORATIVE ORBITS
  ========================================== */

  .story-orbit {
    position: absolute;

    border: 1px solid rgba(201, 162, 39, 0.12);

    border-radius: 50%;

    pointer-events: none;
  }


  .story-orbit-one {
    width: 520px;
    height: 520px;

    right: -300px;
    top: -150px;
  }


  .story-orbit-two {
    width: 280px;
    height: 280px;

    left: -190px;
    bottom: -150px;
  }


  /* ==========================================
     SUBTLE GOLD DOT
  ========================================== */

  .story-section::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #C9A227;

    right: 12%;

    top: 30%;

    box-shadow:
      0 0 25px rgba(201, 162, 39, 0.55);

    animation: storyPulse 3s ease-in-out infinite;
  }


  @keyframes storyPulse {

    0%,
    100% {
      opacity: 0.4;
      transform: scale(1);
    }

    50% {
      opacity: 1;
      transform: scale(1.5);
    }

  }


  /* ==========================================
     SCROLL REVEAL
  ========================================== */

  .story-image-column,
  .story-content {

    opacity: 0;

    transform: translateY(45px);

    transition:
      opacity 0.9s ease,
      transform 0.9s ease;
  }


  .story-image-column.story-reveal,
  .story-content.story-reveal {

    opacity: 1;

    transform: translateY(0);
  }


  .story-content.story-reveal {
    transition-delay: 0.15s;
  }


  /* ==========================================
     TABLET
  ========================================== */

  @media (max-width: 950px) {

    .story-section {
      padding: 105px 0;
    }


    .story-container {

      width: min(700px, 88%);

      grid-template-columns: 1fr;

      gap: 70px;
    }


    .story-image-column {

      width: 100%;

      max-width: 480px;

      margin: auto;
    }


    .story-image-frame {
      max-width: 100%;
    }


    .story-content {
      max-width: 100%;
    }

  }


  /* ==========================================
     MOBILE
  ========================================== */

  @media (max-width: 600px) {

    .story-section {
      padding: 80px 0;
    }


    .story-container {
      width: 88%;

      gap: 55px;
    }


    .story-image-column {
      padding: 10px;
    }


    .story-heading {
      font-size: 46px;

      letter-spacing: -1px;
    }


    .story-intro {
      font-size: 18px;
    }


    .story-text p {
      font-size: 14px;

      line-height: 1.85;
    }


    .story-purpose {
      padding:
        23px
        20px
        23px
        35px;
    }


    .story-purpose p {
      font-size: 15px;
    }


    .story-button {
      width: 100%;
    }


    .story-orbit-one {
      width: 300px;
      height: 300px;

      right: -220px;
    }


    .story-orbit-two {
      width: 200px;
      height: 200px;

      left: -150px;
    }

  }


  /* ==========================================
     REDUCED MOTION
  ========================================== */

  @media (prefers-reduced-motion: reduce) {

    .story-image,
    .story-button,
    .story-image-column,
    .story-content {
      transition: none !important;
    }

  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34a6a1c *//* =========================================================
   LE'LA C. JACKSON
   THE PHILOSOPHY SECTION
   ========================================================= */

.lela-philosophy-section,
.lela-philosophy-section * {
    box-sizing: border-box;
}

.lela-philosophy-section {
    position: relative;
    width: 100%;
    padding: 130px 0;
    background: #F7F2E8;
    overflow: hidden;
}

.lela-philosophy-container {
    width: min(1180px, 90%);
    margin: 0 auto;
    text-align: center;
}


/* =========================================================
   SCROLL REVEAL
   ========================================================= */

.lela-philosophy-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition:
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.lela-philosophy-reveal.lela-philosophy-visible {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   TOP EYEBROW
   ========================================================= */

.lela-philosophy-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 52px;

    color: #C9A227;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.lela-philosophy-eyebrow-line {
    display: block;
    width: 45px;
    height: 1px;
    background: #C9A227;
}


/* =========================================================
   MAIN HEADING
   ========================================================= */

.lela-philosophy-main {
    width: 100%;
}

.lela-philosophy-heading {
    margin: 0;

    color: #0B0A08;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(48px, 5vw, 70px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.lela-philosophy-line {
    display: block;
}

/* GOLD ITALIC MIDDLE LINE */

.lela-philosophy-highlight {
    margin: 6px 0;

    color: #C9A227;
    font-style: italic;
    font-weight: 500;
}


/* =========================================================
   SUPPORTING TEXT
   ========================================================= */

.lela-philosophy-support {
    width: 100%;
    max-width: 720px;
    margin: 42px auto 0;
}

.lela-philosophy-support p {
    margin: 0;

    color: #4A443B;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.85;
}


/* =========================================================
   BOTTOM
   ========================================================= */

.lela-philosophy-bottom {
    width: 100%;
    margin-top: 70px;
}

.lela-philosophy-bottom-line {
    width: min(100%, 720px);
    height: 1px;
    margin: 0 auto 25px;

    background: #D8C39A;
}

.lela-philosophy-bottom p {
    margin: 0;

    color: #0B0A08;
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.lela-philosophy-bottom p span {
    margin: 0 9px;
    color: #C9A227;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .lela-philosophy-section {
        padding: 100px 0;
    }

    .lela-philosophy-heading {
        font-size: clamp(46px, 6vw, 62px);
    }

    .lela-philosophy-support {
        max-width: 650px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .lela-philosophy-section {
        padding: 80px 0;
    }

    .lela-philosophy-container {
        width: min(1180px, 88%);
    }


    /* Eyebrow */

    .lela-philosophy-eyebrow {
        gap: 12px;
        margin-bottom: 38px;

        font-size: 10px;
        letter-spacing: 2.3px;
    }

    .lela-philosophy-eyebrow-line {
        width: 28px;
    }


    /* Heading */

    .lela-philosophy-heading {
        font-size: 46px;
        line-height: 1.08;
        letter-spacing: -1px;
    }

    .lela-philosophy-highlight {
        margin: 8px 0;
    }


    /* Supporting Text */

    .lela-philosophy-support {
        margin-top: 32px;
    }

    .lela-philosophy-support p {
        font-size: 16px;
        line-height: 1.75;
    }


    /* Bottom */

    .lela-philosophy-bottom {
        margin-top: 50px;
    }

    .lela-philosophy-bottom-line {
        margin-bottom: 20px;
    }

    .lela-philosophy-bottom p {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 7px;

        font-size: 9px;
        line-height: 1.8;
        letter-spacing: 1.4px;
    }

    .lela-philosophy-bottom p span {
        margin: 0 2px;
    }
}


/* =========================================================
   ELEMENTOR EDITOR FIX
   ========================================================= */

body.elementor-editor-active .lela-philosophy-reveal,
.elementor-editor-active .lela-philosophy-reveal {
    opacity: 1 !important;
    transform: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6047087 *//* ==========================================
   ELEMENTOR EDITOR FIX
========================================== */

body.elementor-editor-active .book-visual,
body.elementor-editor-active .book-content,
body.elementor-editor-preview .book-visual,
body.elementor-editor-preview .book-content {
    opacity: 1 !important;
    transform: none !important;
}

body.elementor-editor-active .book-cover,
body.elementor-editor-preview .book-cover {
    opacity: 1 !important;
    visibility: visible !important;
}

  /* ==========================================
     FEATURED BOOK SECTION
  ========================================== */

  .featured-book {
    position: relative;

    overflow: hidden;

    padding: 140px 0;

    background: white !important;

    color: #0B0A08;
  }


  /* ==========================================
     CONTAINER
  ========================================== */

  .featured-book-container {
    width: min(1180px, 90%);

    margin: auto;

    display: grid;

    grid-template-columns: 0.85fr 1.15fr;

    align-items: center;

    gap: 110px;

    position: relative;

    z-index: 2;
  }


  /* ==========================================
     BOOK VISUAL
  ========================================== */

  .book-visual {
    position: relative;

    display: flex;

    flex-direction: column;

    align-items: center;
  }


  .book-frame {
    position: relative;

    width: min(360px, 85%);

    aspect-ratio: 2 / 3;

    background: #EDE4D3;

    padding: 10px;

    box-shadow:
      0 30px 60px rgba(11, 10, 8, 0.16);

    transform:
      rotate(-2deg);

    transition:
      transform 0.6s ease,
      box-shadow 0.6s ease;
  }


  .book-frame:hover {
    transform:
      rotate(0deg)
      translateY(-8px);

    box-shadow:
      0 40px 80px rgba(11, 10, 8, 0.22);
  }


  .book-cover {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
  }


  /* ==========================================
     BOOK GOLD ACCENT
  ========================================== */

  .book-frame::before {
    content: "";

    position: absolute;

    width: 45px;
    height: 45px;

    top: -15px;
    left: -15px;

    border-top: 1px solid #C9A227;
    border-left: 1px solid #C9A227;

    z-index: 3;
  }


  .book-frame::after {
    content: "";

    position: absolute;

    width: 45px;
    height: 45px;

    bottom: -15px;
    right: -15px;

    border-bottom: 1px solid #C9A227;
    border-right: 1px solid #C9A227;

    z-index: 3;
  }


  /* ==========================================
     BOOK VISUAL LINE
  ========================================== */

  .book-visual-line {
    width: 90px;

    height: 1px;

    background: #C9A227;

    margin-top: 45px;

    opacity: 0.75;
  }


  /* ==========================================
     CAPTION
  ========================================== */

  .book-caption {
    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 5px;

    margin-top: 15px;

    text-align: center;
  }


  .book-caption span {
    color: #C9A227;

    font-family: "DM Sans", sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;
  }


  .book-caption strong {
    color: #4A443B;

    font-family: "Playfair Display", serif;

    font-size: 15px;

    font-weight: 500;
  }


  /* ==========================================
     CONTENT
  ========================================== */

  .book-content {
    max-width: 650px;
  }


  /* ==========================================
     EYEBROW
  ========================================== */

  .book-eyebrow {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-bottom: 24px;

    color: #C9A227;

    font-family: "DM Sans", sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;
  }


  .book-eyebrow-line {
    width: 42px;
    height: 1px;

    background: #C9A227;
  }


  /* ==========================================
     MAIN HEADING
  ========================================== */

  .book-heading {
    margin: 0 0 27px;

    color: #0B0A08;

    font-family: "Playfair Display", serif;

    font-size: clamp(45px, 5vw, 68px);

    font-weight: 600;

    line-height: 1.07;

    letter-spacing: -1.5px;
  }


  .book-heading span {
    color: #C9A227;

    font-style: italic;

    font-weight: 500;
  }


  /* ==========================================
     BOOK TITLE
  ========================================== */

  .book-title {
    margin: 0 0 17px;

    color: #0B0A08;

    font-family: "DM Sans", sans-serif;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
  }


  /* ==========================================
     DESCRIPTION
  ========================================== */

  .book-description {
    margin: 0 0 28px;

    color: #4A443B;

    font-family: "DM Sans", sans-serif;

    font-size: 16px;

    line-height: 1.85;

    max-width: 590px;
  }


  /* ==========================================
     DISCOVER BOX
  ========================================== */

  .book-discover {
    display: grid;

    grid-template-columns: 42px 1fr;

    gap: 18px;

    padding: 22px 0;

    border-top: 1px solid #D8C39A;

    border-bottom: 1px solid #D8C39A;

    margin-bottom: 25px;
  }


  .discover-icon {
    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid #C9A227;

    color: #C9A227;

    font-family: "DM Sans", sans-serif;

    font-size: 19px;

    font-weight: 400;
  }


  .book-discover h4 {
    margin: 0 0 7px;

    color: #0B0A08;

    font-family: "Playfair Display", serif;

    font-size: 19px;

    font-weight: 600;
  }


  .book-discover p {
    margin: 0;

    color: #4A443B;

    font-family: "DM Sans", sans-serif;

    font-size: 14px;

    line-height: 1.75;
  }


  /* ==========================================
     AUTHOR NOTE
  ========================================== */

  .book-author-note {
    display: flex;

    gap: 17px;

    margin-bottom: 32px;
  }


  .author-note-line {
    flex: 0 0 1px;

    min-height: 55px;

    background: #C9A227;
  }


  .book-author-note p {
    margin: 0;

    color: #4A443B;

    font-family: "Playfair Display", serif;

    font-size: 15px;

    font-style: italic;

    line-height: 1.8;
  }


  /* ==========================================
     BUTTONS
  ========================================== */

  .book-buttons {
    display: flex;

    flex-wrap: wrap;

    gap: 13px;
  }


  .book-btn {
    min-height: 54px;

    padding: 0 23px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 18px;

    font-family: "DM Sans", sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    transition:
      background 0.3s ease,
      color 0.3s ease,
      transform 0.3s ease,
      gap 0.3s ease;
      
      text-decoration: none !important;
  }


  .book-btn strong {
    font-size: 17px;

    font-weight: 400;

    transition:
      transform 0.3s ease,
      color 0.3s ease;
  }


  /* Primary */
  .book-btn-primary {
    background: #C9A227;

    color: #0B0A08;

    border: 1px solid #C9A227;
  }


  .book-btn-primary:hover {
    background: #E0C15A;

    border-color: #E0C15A;

    transform: translateY(-3px);

    gap: 24px;
  }


  /* Amazon */
  .book-btn-amazon {
    background: transparent;

    color: #0B0A08;

    border: 1px solid #C9A227;
  }


  .book-btn-amazon strong {
    color: #C9A227;
  }


  .book-btn-amazon:hover {
    background: #0B0A08;

    color: #F7F2E8;

    transform: translateY(-3px);

    gap: 24px;
  }


  .book-btn-amazon:hover strong {
    color: #C9A227;

    transform: translate(3px, -3px);
  }


  /* ==========================================
     BACKGROUND CIRCLES
  ========================================== */

  .book-bg-circle {
    position: absolute;

    border-radius: 50%;

    border: 1px solid rgba(216, 195, 154, 0.32);

    pointer-events: none;
  }


  .book-circle-one {
    width: 500px;
    height: 500px;

    left: -330px;
    top: -170px;
  }


  .book-circle-two {
    width: 280px;
    height: 280px;

    right: -150px;
    bottom: -120px;
  }


  /* ==========================================
     SMALL GOLD DOT
  ========================================== */

  .featured-book::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #C9A227;

    left: 13%;

    bottom: 23%;

    opacity: 0.65;
  }


  /* ==========================================
     SCROLL REVEAL
  ========================================== */

  .book-visual,
  .book-content {
    opacity: 0;

    transform: translateY(45px);

    transition:
      opacity 0.9s ease,
      transform 0.9s ease;
  }


  .book-visual.book-reveal,
  .book-content.book-reveal {
    opacity: 1;

    transform: translateY(0);
  }


  .book-content.book-reveal {
    transition-delay: 0.15s;
  }


  /* ==========================================
     TABLET
  ========================================== */

  @media (max-width: 950px) {

    .featured-book {
      padding: 105px 0;
    }


    .featured-book-container {
      width: min(700px, 88%);

      grid-template-columns: 1fr;

      gap: 70px;
    }


    .book-visual {
      width: 100%;

      margin: auto;
    }


    .book-content {
      max-width: 100%;
    }

  }


  /* ==========================================
     MOBILE
  ========================================== */

  @media (max-width: 600px) {

    .featured-book {
      padding: 80px 0;
    }


    .featured-book-container {
      width: 88%;

      gap: 55px;
    }


    .book-frame {
      width: 82%;
    }


    .book-heading {
      font-size: 45px;

      letter-spacing: -1px;
    }


    .book-description {
      font-size: 14px;
    }


    .book-discover {
      grid-template-columns: 35px 1fr;

      gap: 13px;
    }


    .book-author-note p {
      font-size: 14px;
    }


    .book-buttons {
      flex-direction: column;
    }


    .book-btn {
      width: 100%;
    }


    .book-circle-one {
      width: 300px;
      height: 300px;

      left: -220px;
    }

  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe293cf *//* ==========================================
   LE'LA C. JACKSON
   THE COLLECTION
========================================== */

.lela-collection {
  position: relative;
  overflow: hidden;

  padding: 130px 0;

  background: #0B0A08;
  color: #F7F2E8;

  height: auto !important;
  min-height: 0 !important;
}


/* ==========================================
   CONTAINER
========================================== */

.lela-collection-container {
  width: min(1440px, 90%);
  margin: auto;

  position: relative;
  z-index: 2;
}


/* ==========================================
   BACKGROUND DECORATION
========================================== */

.lela-collection-circle {
  position: absolute;

  border: 1px solid rgba(216, 195, 154, 0.12);
  border-radius: 50%;

  pointer-events: none;
}


.lela-collection-circle-one {
  width: 550px;
  height: 550px;

  top: 12%;
  left: -360px;
}


.lela-collection-circle-two {
  width: 420px;
  height: 420px;

  right: -280px;
  bottom: 8%;
}


/* ==========================================
   SECTION HEADER
========================================== */

.lela-collection-header {
  max-width: 850px;

  margin: 0 auto 90px;

  text-align: center;
}


/* ==========================================
   EYEBROW
========================================== */

.lela-collection-eyebrow {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 14px;

  margin-bottom: 25px;

  color: #C9A227;

  font-family: "DM Sans", sans-serif;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 3px;

  text-transform: uppercase;
}


.lela-collection-line {
  width: 42px;
  height: 1px;

  background: #C9A227;
}


/* ==========================================
   MAIN HEADING
========================================== */

.lela-collection-title {
  margin: 0 0 28px;

  font-family: "Playfair Display", serif;

  font-size: clamp(48px, 5vw, 70px);

  font-weight: 600;

  line-height: 1.08;

  letter-spacing: -1.5px;

  color: #F7F2E8;
}


.lela-collection-title span {
  display: block;

  color: #C9A227;

  font-style: italic;

  font-weight: 500;
}


/* ==========================================
   INTRO
========================================== */

.lela-collection-intro {
  max-width: 700px;

  margin: auto;

  color: #B9B0A3;

  font-family: "DM Sans", sans-serif;

  font-size: 15px;

  line-height: 1.85;
}


/* ==========================================
   BOOK GRID
   3 BOOKS
========================================== */

.lela-books-grid {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  align-items: start;

  gap: 32px;

  height: auto !important;
  min-height: 0 !important;
}


/* ==========================================
   BOOK ITEM
========================================== */

.lela-book-item {
  position: relative;

  display: flex;
  flex-direction: column;

  min-width: 0;

  height: auto !important;
  min-height: 0 !important;

  padding: 35px 24px 30px;

  border-top: 1px solid rgba(201, 162, 39, 0.35);

  background: rgba(20, 18, 15, 0.35);

  transition:
    transform 0.4s ease,
    border-color 0.4s ease;
}


.lela-book-item:hover {
  transform: translateY(-6px);

  border-color: rgba(201, 162, 39, 0.75);
}


/* ==========================================
   BOOK NUMBER
========================================== */

.lela-book-number {
  position: absolute;

  top: 10px;
  right: 18px;

  z-index: 0;

  font-family: "Playfair Display", serif;

  font-size: 80px;

  font-weight: 600;

  line-height: 1;

  color: rgba(201, 162, 39, 0.12);

  pointer-events: none;
}


/* ==========================================
   BOOK VISUAL
========================================== */

.lela-book-visual {
  position: relative;

  z-index: 2;

  display: flex;

  align-items: center;
  justify-content: center;

  margin-bottom: 32px;

  min-height: 390px;
}


/* ==========================================
   BOOK FRAME
========================================== */

.lela-book-frame {
  position: relative;

  width: min(100%, 260px);

  aspect-ratio: 2 / 3;

  padding: 10px;

  border: 1px solid rgba(201, 162, 39, 0.38);

  background: #14120F;

  box-shadow:
    0 25px 50px rgba(0, 0, 0, 0.30);
}


/* ==========================================
   BOOK COVER
========================================== */

.lela-book-cover {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  position: relative;
  z-index: 2;

  transition:
    transform 0.7s ease,
    filter 0.7s ease;
}


.lela-book-item:hover .lela-book-cover {
  transform: scale(1.025);
}


/* ==========================================
   GOLD CORNERS
========================================== */

.lela-book-corner {
  position: absolute;

  width: 45px;
  height: 45px;

  z-index: 3;

  pointer-events: none;
}


.lela-book-corner-top {
  top: -9px;
  right: -9px;

  border-top: 1px solid #C9A227;
  border-right: 1px solid #C9A227;
}


.lela-book-corner-bottom {
  bottom: -9px;
  left: -9px;

  border-bottom: 1px solid #C9A227;
  border-left: 1px solid #C9A227;
}


/* ==========================================
   BOOK CONTENT
========================================== */

.lela-book-content {
  position: relative;

  z-index: 2;

  display: flex;
  flex-direction: column;

  width: 100%;

  min-height: 0 !important;
}


/* ==========================================
   CATEGORY
========================================== */

.lela-book-category {
  margin-bottom: 17px;

  color: #C9A227;

  font-family: "DM Sans", sans-serif;

  font-size: 10px;

  font-weight: 600;

  letter-spacing: 1.8px;

  line-height: 1.5;

  text-transform: uppercase;
}


/* ==========================================
   BOOK TITLE
========================================== */

.lela-book-title {
  margin: 0 0 20px;

  min-height: 12px;

  font-family: "Playfair Display", serif;

  font-size: clamp(22px, 2vw, 30px);

  font-weight: 600;

  line-height: 1.18;

  letter-spacing: -0.5px;

  color: #F7F2E8;
}


.lela-book-title span {
  display: block;

  color: #D8C39A;

  font-style: italic;

  font-weight: 500;
}


/* ==========================================
   DESCRIPTION
========================================== */

.lela-book-description {
  margin: 0 0 18px;

  min-height: 30px;

  color: #B9B0A3;

  font-family: "DM Sans", sans-serif;

  font-size: 12px;

  line-height: 1.8;
}


/* ==========================================
   FORMAT ACCORDION
========================================== */

.lela-format-accordion {
  width: 100%;

  height: auto !important;
  min-height: 0 !important;

  margin: 0;
  padding: 0;
}


/* ==========================================
   TOGGLE BUTTON
========================================== */

.lela-format-toggle {
  width: 100%;

  min-height: 58px;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 15px;

  padding: 0 18px;

  border: 1px solid rgba(201, 162, 39, 0.38);

  background: transparent;

  color: #F7F2E8;

  font-family: "DM Sans", sans-serif;

  font-size: 11px;

  font-weight: 600;

  letter-spacing: 1.6px;

  cursor: pointer;

  text-align: left;

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
}


.lela-format-toggle:hover,
.lela-format-accordion.is-open .lela-format-toggle {
  background: rgba(201, 162, 39, 0.08);

  border-color: #C9A227;

  color: #C9A227;
}


/* ==========================================
   ARROW
========================================== */

.lela-format-arrow {
  flex-shrink: 0;

  color: #C9A227;

  font-size: 18px;

  line-height: 1;

  transition: transform 0.3s ease;
}


.lela-format-accordion.is-open .lela-format-arrow {
  transform: rotate(180deg);
}


/* ==========================================
   FORMAT PANEL
   CLOSED = ZERO SPACE
========================================== */

.lela-format-panel {
  display: none;

  width: 100%;

  height: 0;

  max-height: 0;

  overflow: hidden;

  opacity: 0;

  margin: 0;
  padding: 0;

  border: 0;
}


/* ==========================================
   OPEN PANEL
========================================== */

.lela-format-accordion.is-open .lela-format-panel {
  display: block;

  height: auto;

  max-height: none;

  opacity: 1;

  overflow: visible;

  margin-top: 10px;

  animation: lela-format-expand 0.35s ease forwards;
}


/* ==========================================
   FORMAT OPTIONS
========================================== */

.lela-format-option {
  display: grid;

  grid-template-columns: 30px 1fr 20px;

  align-items: center;

  gap: 10px;

  min-height: 72px;

  padding: 12px 14px;

  border:
    1px solid rgba(201, 162, 39, 0.20);

  border-bottom: 0;

  background: #14120F;

  color: #F7F2E8;

  text-decoration: none !important;

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}


.lela-format-option:last-child {
  border-bottom:
    1px solid rgba(201, 162, 39, 0.20);
}


.lela-format-option:hover {
  background: rgba(201, 162, 39, 0.08);

  border-color: rgba(201, 162, 39, 0.60);

  transform: translateX(3px);
}


/* ==========================================
   FORMAT NUMBER
========================================== */

.lela-format-number {
  color: #C9A227;

  font-family: "Playfair Display", serif;

  font-size: 18px;
}


/* ==========================================
   FORMAT INFO
========================================== */

.lela-format-info {
  display: flex;

  flex-direction: column;

  gap: 5px;

  min-width: 0;
}


.lela-format-info strong {
  color: #F7F2E8;

  font-family: "DM Sans", sans-serif;

  font-size: 10px;

  font-weight: 600;

  letter-spacing: 1.3px;
}


.lela-format-info small {
  color: #B9B0A3;

  font-family: "DM Sans", sans-serif;

  font-size: 8px;

  letter-spacing: 0.8px;
}


/* ==========================================
   FORMAT LINK
========================================== */

.lela-format-link {
  color: #C9A227;

  font-size: 17px;

  transition: transform 0.3s ease;
}


.lela-format-option:hover .lela-format-link {
  transform: translate(2px, -2px);
}


/* ==========================================
   ACCORDION ANIMATION
========================================== */

@keyframes lela-format-expand {

  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}


/* ==========================================
   DIVIDER
========================================== */

.lela-collection-divider {
  width: 100%;
  height: 1px;

  margin: 90px 0;

  background:
    rgba(201, 162, 39, 0.25);
}


/* ==========================================
   BOTTOM CTA
========================================== */

.lela-collection-cta {
  max-width: 850px;

  margin: 0 auto;

  padding: 20px 0;

  text-align: center;
}


.lela-collection-cta-title {
  margin: 0 0 28px;

  font-family: "Playfair Display", serif;

  font-size: clamp(48px, 5vw, 70px);

  font-weight: 600;

  line-height: 1.08;

  letter-spacing: -1.5px;

  color: #F7F2E8;
}


.lela-collection-cta-title span {
  display: block;

  color: #C9A227;

  font-style: italic;

  font-weight: 500;
}


.lela-collection-cta p {
  max-width: 650px;

  margin: auto;

  color: #B9B0A3;

  font-family: "DM Sans", sans-serif;

  font-size: 15px;

  line-height: 1.85;
}


/* ==========================================
   SCROLL REVEAL
========================================== */

.lela-collection-reveal {
  opacity: 0;

  transform: translateY(40px);

  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
}


.lela-collection-reveal.reveal {
  opacity: 1;

  transform: translateY(0);
}


/* ==========================================
   ELEMENTOR EDITOR FIX
========================================== */

body.elementor-editor-active .lela-collection-reveal,
body.elementor-editor-active .lela-book-item {
  opacity: 1 !important;

  transform: none !important;
}


body.elementor-editor-active .lela-format-panel {
  display: none;
}


body.elementor-editor-active
.lela-format-accordion.is-open
.lela-format-panel {
  display: block;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1150px) {

  .lela-collection {
    padding: 100px 0;
  }


  .lela-books-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 50px 35px;
  }


  .lela-book-title {
    min-height: auto;
  }


  .lela-book-description {
    min-height: auto;
  }


  .lela-book-visual {
    min-height: 430px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 650px) {

  .lela-collection {
    padding: 80px 0;
  }


  .lela-collection-container {
    width: 88%;
  }


  .lela-collection-header {
    margin-bottom: 60px;
  }


  .lela-collection-eyebrow {
    font-size: 10px;

    letter-spacing: 2px;

    gap: 10px;
  }


  .lela-collection-line {
    width: 28px;
  }


  .lela-collection-title,
  .lela-collection-cta-title {
    font-size: 46px;

    letter-spacing: -1px;
  }


  .lela-collection-intro,
  .lela-collection-cta p {
    font-size: 16px;

    line-height: 1.8;
  }


  .lela-books-grid {
    grid-template-columns: 1fr;

    gap: 50px;
  }


  .lela-book-item {
    padding:
      30px 18px 24px;
  }


  .lela-book-visual {
    min-height: auto;

    margin-bottom: 28px;
  }


  .lela-book-frame {
    width: min(100%, 250px);
  }


  .lela-book-number {
    font-size: 65px;
  }


  .lela-book-title {
    min-height: auto;

    font-size: 31px;
  }


  .lela-book-description {
    min-height: auto;

    font-size: 14px;
  }


  .lela-format-option {
    grid-template-columns:
      28px 1fr 18px;
  }


  .lela-format-info small {
    font-size: 7px;
  }


  .lela-collection-divider {
    margin: 65px 0;
  }


  .lela-collection-circle-one {
    width: 300px;
    height: 300px;

    left: -220px;
  }


  .lela-collection-circle-two {
    width: 250px;
    height: 250px;

    right: -180px;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .lela-collection-reveal,
  .lela-book-item,
  .lela-book-cover,
  .lela-format-option,
  .lela-format-toggle,
  .lela-format-arrow {
    transition: none !important;
  }


  .lela-format-accordion.is-open
  .lela-format-panel {
    animation: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce0f3e1 *//* ==========================================
   ELEMENTOR EDITOR FIX
========================================== */

body.elementor-editor-active .usa-visual,
body.elementor-editor-active .usa-content,
body.elementor-editor-preview .usa-visual,
body.elementor-editor-preview .usa-content {
    opacity: 1 !important;
    transform: none !important;
}

body.elementor-editor-active .usa-image,
body.elementor-editor-preview .usa-image {
    opacity: 1 !important;
    visibility: visible !important;
}
/* ==========================================
   ROOT COLORS
========================================== */

:root {

  --usa-bg: #EFE6D5;

  --usa-black: #0B0A08;

  --usa-gold: #C9A227;

  --usa-champagne: #D8C39A;

  --usa-text: #4A443B;

}


/* ==========================================
   SECTION
========================================== */

.usa-section {

  position: relative;

  overflow: hidden;

  padding: 135px 0;

  background: var(--usa-bg);

  color: var(--usa-black);

}


/* ==========================================
   CONTAINER
========================================== */

.usa-container {

  width: min(1180px, 90%);

  margin: auto;

  display: grid;

  grid-template-columns:
    0.95fr 1.05fr;

  align-items: center;

  gap: 100px;

  position: relative;

  z-index: 2;

}


/* ==========================================
   LEFT VISUAL
========================================== */

.usa-visual {

  position: relative;

  display: flex;

  flex-direction: column;

  align-items: center;

}


/* ==========================================
   IMAGE CARD
========================================== */

.usa-image-card {

  position: relative;

  width: min(480px, 100%);

  aspect-ratio: 4 / 5;

  overflow: hidden;

  background: #D8CFC0;

  border:
    1px solid rgba(201, 162, 39, 0.55);

  box-shadow:
    0 30px 70px rgba(11, 10, 8, 0.14);

}


/* ==========================================
   IMAGE
========================================== */

.usa-image {

  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  filter:
    saturate(0.8)
    contrast(1.04);

  transition:
    transform 0.9s ease,
    filter 0.9s ease;

}


.usa-image-card:hover .usa-image {

  transform: scale(1.05);

  filter:
    saturate(1)
    contrast(1.04);

}


/* ==========================================
   IMAGE OVERLAY
========================================== */

.usa-image-overlay {

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(11, 10, 8, 0.05) 25%,
      rgba(11, 10, 8, 0.65) 100%
    );

  pointer-events: none;

}


/* ==========================================
   GOLD FRAME CORNERS
========================================== */

.usa-image-card::before {

  content: "";

  position: absolute;

  top: 15px;
  left: 15px;

  width: 55px;
  height: 55px;

  border-top:
    1px solid var(--usa-gold);

  border-left:
    1px solid var(--usa-gold);

  z-index: 4;

}


.usa-image-card::after {

  content: "";

  position: absolute;

  bottom: 15px;
  right: 15px;

  width: 55px;
  height: 55px;

  border-bottom:
    1px solid var(--usa-gold);

  border-right:
    1px solid var(--usa-gold);

  z-index: 4;

}


/* ==========================================
   BRAND LOGO
========================================== */

.usa-brand {

  position: absolute;

  top: 38px;
  left: 38px;

  z-index: 5;

  display: flex;

  align-items: center;

  gap: 14px;

  color: #F7F2E8;

}


/* Smile Symbol */

.usa-brand-symbol {

  width: 42px;
  height: 42px;

  display: flex;

  align-items: center;
  justify-content: center;

  border:
    1px solid var(--usa-gold);

  border-radius: 50%;

  color: var(--usa-gold);

  font-size: 21px;

}


/* Brand Name */

.usa-brand-name {

  display: flex;

  flex-direction: column;

  font-family:
    "Playfair Display",
    serif;

  font-size: 23px;

  font-weight: 600;

  line-height: 0.95;

  letter-spacing: 1px;

}


.usa-brand-name span {

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 8px;

  font-weight: 600;

  letter-spacing: 3px;

  margin-bottom: 4px;

}


.usa-brand-name small {

  margin-top: 5px;

  color: var(--usa-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 7px;

  font-weight: 600;

  letter-spacing: 3px;

}


/* ==========================================
   IMAGE MESSAGE
========================================== */

.usa-image-message {

  position: absolute;

  left: 35px;
  bottom: 32px;

  z-index: 5;

  color: #F7F2E8;

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 9px;

  font-weight: 600;

  letter-spacing: 3px;

}


.usa-image-message::before {

  content: "";

  display: inline-block;

  width: 28px;
  height: 1px;

  margin-right: 10px;

  vertical-align: middle;

  background: var(--usa-gold);

}


/* ==========================================
   VISUAL LINE
========================================== */

.usa-visual-line {

  width: 80px;
  height: 1px;

  margin-top: 35px;

  background:
    var(--usa-gold);

}


/* ==========================================
   CAPTION
========================================== */

.usa-visual-caption {

  margin-top: 13px;

  color: var(--usa-text);

  font-family:
    "Playfair Display",
    serif;

  font-size: 14px;

  font-style: italic;

}


/* ==========================================
   CONTENT
========================================== */

.usa-content {

  max-width: 620px;

}


/* ==========================================
   EYEBROW
========================================== */

.usa-eyebrow {

  display: flex;

  align-items: center;

  gap: 14px;

  margin-bottom: 24px;

  color: var(--usa-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 11px;

  font-weight: 600;

  letter-spacing: 3px;

  text-transform: uppercase;

}


.usa-eyebrow span {

  width: 42px;
  height: 1px;

  background:
    var(--usa-gold);

}


/* ==========================================
   HEADING
========================================== */

.usa-heading {

  margin: 0 0 28px;

  color: var(--usa-black);

  font-family:
    "Playfair Display",
    serif;

  font-size:
    clamp(44px, 5vw, 67px);

  font-weight: 600;

  line-height: 1.07;

  letter-spacing: -1.5px;

}


.usa-heading span {

  display: block;

  color: var(--usa-gold);

  font-style: italic;

  font-weight: 500;

}


/* ==========================================
   INTRO
========================================== */

.usa-intro {

  margin: 0 0 20px;

  color: var(--usa-text);

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 17px;

  line-height: 1.85;

}


/* ==========================================
   SECONDARY TEXT
========================================== */

.usa-text {

  margin: 0 0 35px;

  color: var(--usa-text);

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 14px;

  line-height: 1.85;

}


/* ==========================================
   AFFIRMATION BOX
========================================== */

.usa-affirmation {

  position: relative;

  display: flex;

  gap: 22px;

  padding: 30px 30px 30px 25px;

  margin-bottom: 35px;

  background:
    rgba(255, 255, 255, 0.24);

  border-top:
    1px solid var(--usa-champagne);

  border-bottom:
    1px solid var(--usa-champagne);

}


/* ==========================================
   QUOTE
========================================== */

.usa-quote-mark {

  flex-shrink: 0;

  color: var(--usa-gold);

  font-family:
    "Playfair Display",
    serif;

  font-size: 70px;

  line-height: 0.8;

}


/* ==========================================
   AFFIRMATION CONTENT
========================================== */

.usa-affirmation-content {

  padding-top: 4px;

}


.usa-affirmation-label {

  display: block;

  margin-bottom: 12px;

  color: var(--usa-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 9px;

  font-weight: 600;

  letter-spacing: 2.5px;

}


.usa-affirmation-content p {

  margin: 0;

  color: var(--usa-black);

  font-family:
    "Playfair Display",
    serif;

  font-size: 20px;

  font-style: italic;

  line-height: 1.65;

}


.usa-affirmation-line {

  width: 45px;
  height: 1px;

  margin-top: 18px;

  background: var(--usa-gold);

}


/* ==========================================
   CTA
========================================== */

.usa-button {

  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 20px;

  min-height: 55px;

  padding: 0 25px;

  color: var(--usa-black);

  background:
    var(--usa-gold);

  border:
    1px solid var(--usa-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 10px;

  font-weight: 600;

  letter-spacing: 1.5px;

  text-decoration: none !important;

  text-transform: uppercase;

  transition:
    background 0.3s ease,
    transform 0.3s ease,
    gap 0.3s ease;

}


.usa-button strong {

  font-size: 18px;

  font-weight: 400;

  transition:
    transform 0.3s ease;

}


.usa-button:hover {

  background:
    #E0C15A;

  transform:
    translateY(-3px);

  gap: 27px;

}


.usa-button:hover strong {

  transform:
    translateX(4px);

}


/* ==========================================
   DECORATIVE CIRCLES
========================================== */

.usa-circle {

  position: absolute;

  border:
    1px solid rgba(201, 162, 39, 0.14);

  border-radius: 50%;

  pointer-events: none;

}


.usa-circle-one {

  width: 500px;
  height: 500px;

  left: -350px;
  top: -180px;

}


.usa-circle-two {

  width: 280px;
  height: 280px;

  right: -160px;
  bottom: -130px;

}


/* ==========================================
   FLOATING GOLD DOT
========================================== */

.usa-section::after {

  content: "";

  position: absolute;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background:
    var(--usa-gold);

  right: 12%;
  top: 22%;

  box-shadow:
    0 0 20px
    rgba(201, 162, 39, 0.45);

  animation:
    usaPulse 3s ease-in-out infinite;

}


@keyframes usaPulse {

  0%,
  100% {

    opacity: 0.4;

    transform:
      scale(1);

  }

  50% {

    opacity: 1;

    transform:
      scale(1.5);

  }

}


/* ==========================================
   SCROLL REVEAL
========================================== */

.usa-visual,
.usa-content {

  opacity: 0;

  transform:
    translateY(40px);

  transition:
    opacity 0.9s ease,
    transform 0.9s ease;

}


.usa-visual.usa-visible,
.usa-content.usa-visible {

  opacity: 1;

  transform:
    translateY(0);

}


.usa-content.usa-visible {

  transition-delay:
    0.15s;

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 950px) {

  .usa-section {

    padding: 105px 0;

  }


  .usa-container {

    width:
      min(700px, 88%);

    grid-template-columns:
      1fr;

    gap: 70px;

  }


  .usa-visual {

    max-width: 480px;

    width: 100%;

    margin: auto;

  }


  .usa-content {

    max-width: 100%;

  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

  .usa-section {

    padding: 80px 0;

  }


  .usa-container {

    width: 88%;

    gap: 55px;

  }


  .usa-image-card {

    width: 100%;

  }


  .usa-brand {

    top: 28px;
    left: 28px;

  }


  .usa-brand-name {

    font-size: 20px;

  }


  .usa-heading {

    font-size: 43px;

    letter-spacing:
      -1px;

  }


  .usa-intro {

    font-size: 15px;

  }


  .usa-text {

    font-size: 14px;

  }


  .usa-affirmation {

    padding:
      25px
      18px
      25px
      18px;

    gap: 13px;

  }


  .usa-quote-mark {

    font-size: 55px;

  }


  .usa-affirmation-content p {

    font-size: 17px;

  }


  .usa-button {

    width: 100%;

    text-align: center;

  }


  .usa-circle-one {

    width: 300px;
    height: 300px;

    left: -220px;

  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .usa-image,
  .usa-button,
  .usa-visual,
  .usa-content {

    transition: none !important;

  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fbbc6e0 *//* ==========================================
   ROOT
========================================== */

.affirmations-section {

  --aff-black: #0B0A08;
  --aff-ivory: #F7F2E8;
  --aff-gold: #C9A227;
  --aff-gold-soft: #D8C39A;
  --aff-text: #D8CFC0;

  position: relative;

  overflow: hidden;

  padding: 145px 0;

  background: var(--aff-black);

  color: var(--aff-ivory);
}


/* ==========================================
   CONTAINER
========================================== */

.affirmations-container {

  width: min(1080px, 90%);

  margin: auto;

  position: relative;

  z-index: 2;
}


/* ==========================================
   HEADER
========================================== */

.affirmations-header {

  max-width: 780px;

  margin: 0 auto 75px;

  text-align: center;
}


/* ==========================================
   EYEBROW
========================================== */

.affirmations-eyebrow {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 14px;

  margin-bottom: 27px;

  color: var(--aff-gold);

  font-family: "DM Sans", sans-serif;

  font-size: 11px;

  font-weight: 600;

  letter-spacing: 3px;

  text-transform: uppercase;
}


.affirmations-eyebrow span {

  width: 42px;

  height: 1px;

  background: var(--aff-gold);
}


/* ==========================================
   HEADING
========================================== */

.affirmations-heading {

  margin: 0 0 27px;

  color: var(--aff-ivory);

  font-family: "Playfair Display", serif;

  font-size: clamp(45px, 5vw, 70px);

  font-weight: 600;

  line-height: 1.06;

  letter-spacing: -1.6px;
}


.affirmations-heading span {

  display: block;

  color: var(--aff-gold);

  font-style: italic;

  font-weight: 500;
}


/* ==========================================
   INTRO
========================================== */

.affirmations-intro {

  max-width: 650px;

  margin: auto;

  color: var(--aff-text);

  font-family: "DM Sans", sans-serif;

  font-size: 16px;

  line-height: 1.9;
}


/* ==========================================
   FEATURED AFFIRMATION
========================================== */

.affirmation-feature {

  position: relative;

  max-width: 920px;

  margin: auto;

  padding: 75px 85px 70px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.035),
      rgba(201,162,39,0.025)
    );

  border-top:
    1px solid rgba(201,162,39,0.45);

  border-bottom:
    1px solid rgba(201,162,39,0.45);

  box-shadow:
    0 35px 90px rgba(0,0,0,0.20);
}


/* ==========================================
   QUOTE MARK
========================================== */

.affirmation-quote-mark {

  position: absolute;

  top: 18px;

  left: 42px;

  color: rgba(201,162,39,0.18);

  font-family: "Playfair Display", serif;

  font-size: 150px;

  line-height: 1;

  pointer-events: none;
}


/* ==========================================
   CONTENT
========================================== */

.affirmation-content {

  position: relative;

  z-index: 2;

  text-align: center;
}


/* ==========================================
   LABEL
========================================== */

.affirmation-label {

  margin-bottom: 25px;

  color: var(--aff-gold);

  font-family: "DM Sans", sans-serif;

  font-size: 10px;

  font-weight: 600;

  letter-spacing: 3px;

  text-transform: uppercase;
}


/* ==========================================
   MAIN AFFIRMATION
========================================== */

.affirmation-feature blockquote {

  max-width: 760px;

  margin: 0 auto;

  color: var(--aff-ivory);

  font-family: "Playfair Display", serif;

  font-size: clamp(32px, 4vw, 51px);

  font-weight: 500;

  font-style: italic;

  line-height: 1.3;

  letter-spacing: -0.5px;
  
  font-size: 32px;
}


/* ==========================================
   DIVIDER
========================================== */

.affirmation-divider {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 13px;

  margin: 37px auto 40px;
}


.affirmation-divider span:not(.affirmation-star) {

  width: 55px;

  height: 1px;

  background:
    rgba(201,162,39,0.45);
}


.affirmation-star {

  color: var(--aff-gold);

  font-size: 12px;
}


/* ==========================================
   REFLECTION
========================================== */

.affirmation-reflection {

  max-width: 650px;

  margin: auto;
}


.affirmation-reflection h3 {

  margin: 0 0 13px;

  color: var(--aff-ivory);

  font-family: "Playfair Display", serif;

  font-size: 23px;

  font-weight: 600;
}


.affirmation-reflection p {

  margin: 0;

  color: var(--aff-text);

  font-family: "DM Sans", sans-serif;

  font-size: 15px;

  line-height: 1.9;
}


/* ==========================================
   INSPIRATIONAL MESSAGE
========================================== */

.affirmation-message {

  display: flex;

  align-items: stretch;

  max-width: 650px;

  margin: 35px auto 0;

  text-align: left;
}


.message-line {

  flex: 0 0 1px;

  margin-right: 20px;

  background: var(--aff-gold);
}


.affirmation-message p {

  margin: 0;

  color: var(--aff-text);

  font-family: "Playfair Display", serif;

  font-size: 16px;

  font-style: italic;

  line-height: 1.8;
}


/* ==========================================
   SMALL QUOTE
========================================== */

.affirmation-small-quote {

  max-width: 620px;

  margin: 38px auto 0;

  padding-top: 25px;

  border-top:
    1px solid rgba(216,195,154,0.18);

  display: flex;

  align-items: flex-start;

  justify-content: center;

  gap: 12px;
}


.affirmation-small-quote span {

  color: var(--aff-gold);

  font-family: "Playfair Display", serif;

  font-size: 38px;

  line-height: 0.8;
}


.affirmation-small-quote p {

  margin: 0;

  color: rgba(216,207,192,0.75);

  font-family: "DM Sans", sans-serif;

  font-size: 13px;

  line-height: 1.7;
}


/* ==========================================
   CTA
========================================== */

.affirmation-button {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 20px;

  min-height: 55px;

  margin-top: 40px;

  padding: 0 26px;

  color: var(--aff-black);

  background: var(--aff-gold);

  border: 1px solid var(--aff-gold);

  font-family: "DM Sans", sans-serif;

  font-size: 10px;

  font-weight: 600;

  letter-spacing: 1.5px;

  text-decoration: none !important;

  text-transform: uppercase;

  transition:
    background 0.3s ease,
    transform 0.3s ease,
    gap 0.3s ease;
}


.affirmation-button strong {

  font-size: 18px;

  font-weight: 400;

  transition:
    transform 0.3s ease;
}


.affirmation-button:hover {

  background: #E0C15A;

  transform: translateY(-3px);

  gap: 26px;
}


.affirmation-button:hover strong {

  transform: translateX(4px);
}


/* ==========================================
   FOOTER MESSAGE
========================================== */

.affirmations-footer-message {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 18px;

  margin-top: 48px;
}


.affirmations-footer-message p {

  margin: 0;

  color: rgba(216,207,192,0.6);

  font-family: "Playfair Display", serif;

  font-size: 14px;

  font-style: italic;

  letter-spacing: 0.3px;
}


.footer-line {

  width: 35px;

  height: 1px;

  background: rgba(201,162,39,0.35);
}


/* ==========================================
   DECORATIVE ORBITS
========================================== */

.affirmations-orbit {

  position: absolute;

  border:
    1px solid rgba(201,162,39,0.09);

  border-radius: 50%;

  pointer-events: none;
}


.affirmations-orbit-one {

  width: 520px;

  height: 520px;

  left: -360px;

  top: -210px;
}


.affirmations-orbit-two {

  width: 340px;

  height: 340px;

  right: -210px;

  bottom: -180px;
}


/* ==========================================
   GOLD AMBIENT DOT
========================================== */

.affirmations-section::after {

  content: "";

  position: absolute;

  width: 6px;

  height: 6px;

  right: 13%;

  top: 24%;

  border-radius: 50%;

  background: var(--aff-gold);

  box-shadow:
    0 0 24px rgba(201,162,39,0.55);

  animation:
    affirmationPulse 3.5s ease-in-out infinite;
}


@keyframes affirmationPulse {

  0%,
  100% {

    opacity: 0.35;

    transform: scale(1);
  }

  50% {

    opacity: 1;

    transform: scale(1.45);
  }
}


/* ==========================================
   SCROLL REVEAL
========================================== */

.affirmations-header,
.affirmation-feature,
.affirmations-footer-message {

  opacity: 0;

  transform: translateY(40px);

  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
}


.affirmations-header.aff-visible,
.affirmation-feature.aff-visible,
.affirmations-footer-message.aff-visible {

  opacity: 1;

  transform: translateY(0);
}


.affirmation-feature.aff-visible {

  transition-delay: 0.12s;
}


.affirmations-footer-message.aff-visible {

  transition-delay: 0.22s;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 900px) {

  .affirmations-section {

    padding: 110px 0;
  }

  .affirmation-feature {

    padding: 65px 55px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

  .affirmations-section {

    padding: 80px 0;
  }


  .affirmations-container {

    width: 88%;
  }


  .affirmations-header {

    margin-bottom: 50px;
  }


  .affirmations-heading {

    font-size: 43px;

    letter-spacing: -1px;
  }


  .affirmations-intro {

    font-size: 14px;

    line-height: 1.85;
  }


  .affirmation-feature {

    padding: 55px 22px 50px;
  }


  .affirmation-quote-mark {

    left: 15px;

    top: 15px;

    font-size: 100px;
  }


  .affirmation-feature blockquote {

    font-size: 29px;

    line-height: 1.35;
  }


  .affirmation-reflection h3 {

    font-size: 21px;
  }


  .affirmation-reflection p {

    font-size: 14px;
  }


  .affirmation-message p {

    font-size: 14px;
  }


  .affirmation-small-quote {

    align-items: flex-start;

    text-align: left;
  }


  .affirmation-small-quote p {

    font-size: 12px;
  }


  .affirmation-button {

    width: 100%;

    margin-top: 32px;
  }


  .affirmations-footer-message {

    gap: 10px;
  }


  .affirmations-footer-message p {

    font-size: 12px;

    text-align: center;
  }


  .footer-line {

    width: 20px;
  }


  .affirmations-orbit-one {

    width: 300px;

    height: 300px;

    left: -220px;
  }


  .affirmations-orbit-two {

    width: 220px;

    height: 220px;

    right: -150px;
  }

}


/* ==========================================
   ELEMENTOR EDITOR FIX
========================================== */

body.elementor-editor-active
.affirmations-header,

body.elementor-editor-active
.affirmation-feature,

body.elementor-editor-active
.affirmations-footer-message,

body.elementor-editor-preview
.affirmations-header,

body.elementor-editor-preview
.affirmation-feature,

body.elementor-editor-preview
.affirmations-footer-message {

  opacity: 1 !important;

  transform: none !important;
}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .affirmations-header,
  .affirmation-feature,
  .affirmations-footer-message,
  .affirmation-button {

    transition: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe538ec *//* ==========================================
   ROOT COLORS
========================================== */

:root {

  --testimonial-bg: #F7F2E8;

  --testimonial-heading: #0B0A08;

  --testimonial-quote: #211F1B;

  --testimonial-gold: #C9A227;

  --testimonial-card: #EFE6D5;

  --testimonial-accent: #D8C39A;

  --testimonial-text: #4A443B;

}


/* ==========================================
   SECTION
========================================== */

.lela-testimonials {

  position: relative;

  overflow: hidden;

  padding: 135px 0;

  background: var(--testimonial-bg);

  color: var(--testimonial-heading);

}


/* ==========================================
   CONTAINER
========================================== */

.testimonial-container {

  width: min(1180px, 90%);

  margin: auto;

  position: relative;

  z-index: 2;

}


/* ==========================================
   HEADER
========================================== */

.testimonial-header {

  max-width: 750px;

  margin: 0 auto 65px;

  text-align: center;

}


/* ==========================================
   EYEBROW
========================================== */

.testimonial-eyebrow {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 14px;

  margin-bottom: 24px;

  color: var(--testimonial-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 11px;

  font-weight: 600;

  letter-spacing: 3px;

  text-transform: uppercase;

}


.testimonial-eyebrow span {

  width: 40px;

  height: 1px;

  background:
    var(--testimonial-gold);

}


/* ==========================================
   HEADING
========================================== */

.testimonial-heading {

  margin: 0 0 22px;

  color:
    var(--testimonial-heading);

  font-family:
    "Playfair Display",
    serif;

  font-size:
    clamp(45px, 5vw, 68px);

  font-weight: 600;

  line-height: 1.08;

  letter-spacing: -1.5px;

}


.testimonial-heading span {

  color:
    var(--testimonial-gold);

  font-style: italic;

  font-weight: 500;

}


/* ==========================================
   INTRO
========================================== */

.testimonial-intro {

  max-width: 650px;

  margin: auto;

  color:
    var(--testimonial-text);

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 15px;

  line-height: 1.85;

}


/* ==========================================
   SLIDER
========================================== */

.testimonial-slider-wrapper {

  position: relative;

  display: flex;

  align-items: center;

  gap: 25px;

}


/* ==========================================
   VIEWPORT
========================================== */

.testimonial-viewport {

  width: 100%;

  overflow: hidden;

}


/* ==========================================
   TRACK
========================================== */

.testimonial-track {

  display: flex;

  gap: 25px;

  transition:
    transform 0.65s
    cubic-bezier(
      0.22,
      1,
      0.36,
      1
    );

}


/* ==========================================
   CARD
========================================== */

.testimonial-card {

  flex:
    0 0 calc(
      (100% - 50px) / 3
    );

  min-height: 390px;

  padding: 35px 30px;

  display: flex;

  flex-direction: column;

  background:
    var(--testimonial-card);

  border:
    1px solid
    rgba(
      216,
      195,
      154,
      0.75
    );

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;

}


.testimonial-card:hover {

  transform:
    translateY(-7px);

  border-color:
    rgba(
      201,
      162,
      39,
      0.55
    );

  box-shadow:
    0 22px 50px
    rgba(
      11,
      10,
      8,
      0.10
    );

}


/* ==========================================
   QUOTE MARK
========================================== */

.testimonial-quote-mark {

  margin-bottom: 10px;

  color:
    var(--testimonial-gold);

  font-family:
    "Playfair Display",
    serif;

  font-size: 70px;

  line-height: 0.7;

}


/* ==========================================
   QUOTE
========================================== */

.testimonial-quote {

  flex: 1;

  margin: 15px 0 30px;

  color:
    var(--testimonial-quote);

  font-family:
    "Playfair Display",
    serif;

  font-size: 19px;

  font-style: italic;

  line-height: 1.7;

}


/* ==========================================
   STARS
========================================== */

.testimonial-stars {

  display: flex;

  gap: 4px;

  margin-bottom: 22px;

  color:
    var(--testimonial-gold);

  font-family:
    Arial,
    sans-serif;

  font-size: 13px;

}


.testimonial-stars.empty {

  display: none;

}


/* ==========================================
   PERSON
========================================== */

.testimonial-person {

  display: flex;

  align-items: center;

  gap: 14px;

  padding-top: 20px;

  border-top:
    1px solid
    rgba(
      216,
      195,
      154,
      0.8
    );

}


/* ==========================================
   PHOTO
========================================== */

.testimonial-photo {

  width: 48px;

  height: 48px;

  flex-shrink: 0;

  overflow: hidden;

  border-radius: 50%;

  border:
    1px solid
    var(--testimonial-gold);

  background:
    var(--testimonial-accent);

}


.testimonial-photo img {

  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

}


/* ==========================================
   NAME
========================================== */

.testimonial-name {

  margin: 0 0 4px;

  color:
    var(--testimonial-heading);

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 13px;

  font-weight: 600;

}


.testimonial-reference {

  margin: 0;

  color:
    var(--testimonial-text);

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 10px;

  letter-spacing: 0.5px;

}


/* ==========================================
   NAVIGATION ARROWS
========================================== */

.testimonial-arrow {

  width: 48px;

  height: 48px;

  flex-shrink: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  border:
    1px solid
    var(--testimonial-accent);

  background:
    transparent;

  color:
    var(--testimonial-heading);

  font-size: 19px;

  cursor: pointer;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;

}


.testimonial-arrow:hover {

  background:
    var(--testimonial-gold);

  border-color:
    var(--testimonial-gold);

  color:
    var(--testimonial-heading);

  transform:
    translateY(-2px);

}


/* ==========================================
   DOTS
========================================== */

.testimonial-dots {

  display: flex;

  justify-content: center;

  align-items: center;

  gap: 8px;

  margin-top: 35px;

}


.testimonial-dot {

  width: 7px;

  height: 7px;

  padding: 0;

  border: 0;

  border-radius: 50%;

  background:
    var(--testimonial-accent);

  cursor: pointer;

  transition:
    width 0.3s ease,
    background 0.3s ease;

}


.testimonial-dot.active {

  width: 25px;

  border-radius: 10px;

  background:
    var(--testimonial-gold);

}


/* ==========================================
   DECORATIVE CIRCLES
========================================== */

.testimonial-circle {

  position: absolute;

  border:
    1px solid
    rgba(
      216,
      195,
      154,
      0.35
    );

  border-radius: 50%;

  pointer-events: none;

}


.testimonial-circle-one {

  width: 500px;

  height: 500px;

  left: -350px;

  top: -190px;

}


.testimonial-circle-two {

  width: 300px;

  height: 300px;

  right: -170px;

  bottom: -140px;

}


/* ==========================================
   GOLD DOT
========================================== */

.lela-testimonials::after {

  content: "";

  position: absolute;

  width: 7px;

  height: 7px;

  border-radius: 50%;

  background:
    var(--testimonial-gold);

  right: 12%;

  top: 24%;

  opacity: 0.65;

  box-shadow:
    0 0 20px
    rgba(
      201,
      162,
      39,
      0.35
    );

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1000px) {

  .lela-testimonials {

    padding: 105px 0;

  }


  .testimonial-card {

    flex:
      0 0 calc(
        (100% - 25px) / 2
      );

  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 650px) {

  .lela-testimonials {

    padding: 80px 0;

  }


  .testimonial-container {

    width: 88%;

  }


  .testimonial-header {

    margin-bottom: 50px;

  }


  .testimonial-heading {

    font-size: 43px;

    letter-spacing: -1px;

  }


  .testimonial-intro {

    font-size: 14px;

  }


  .testimonial-slider-wrapper {

    gap: 10px;

  }


  .testimonial-card {

    flex:
      0 0 100%;

    min-height: 380px;

    padding:
      30px 25px;

  }


  .testimonial-arrow {

    width: 38px;

    height: 38px;

    position: absolute;

    z-index: 5;

    background:
      var(--testimonial-bg);

  }


  .testimonial-prev {

    left: -8px;

  }


  .testimonial-next {

    right: -8px;

  }


  .testimonial-quote {

    font-size: 18px;

  }


  .testimonial-circle-one {

    width: 300px;

    height: 300px;

    left: -220px;

  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .testimonial-track,
  .testimonial-card,
  .testimonial-arrow {

    transition: none !important;

  }

}

</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-031071c *//* =========================================================
   LE'LA C. JACKSON — TEACHING LIBRARY
   COMPLETELY UNIQUE PREFIX: lcjtlx-
   ========================================================= */


/* ROOT SECTION */
#lcjtlx-teaching-library {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 130px 0 !important;
    background: #0d0d0c !important;
    color: #F7F2E8 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}


/* UNIVERSAL BOX SIZING — ONLY INSIDE THIS SECTION */
#lcjtlx-teaching-library,
#lcjtlx-teaching-library *,
#lcjtlx-teaching-library *::before,
#lcjtlx-teaching-library *::after {
    box-sizing: border-box !important;
}


/* CONTAINER */
#lcjtlx-teaching-library .lcjtlx-container {
    width: min(1180px, 90%) !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}


/* =========================================================
   HEADER
   ========================================================= */

#lcjtlx-teaching-library .lcjtlx-header {
    width: 100% !important;
    max-width: 850px !important;
    margin: 0 auto 75px !important;
    padding: 0 !important;
    text-align: center !important;
}


/* EYEBROW */
#lcjtlx-teaching-library .lcjtlx-eyebrow {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    width: 100% !important;
    margin: 0 0 28px !important;

    font-family: "DM Sans", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: #C9A227 !important;
}


#lcjtlx-teaching-library .lcjtlx-eyebrow-line {
    display: block !important;
    width: 58px !important;
    height: 1px !important;
    flex: 0 0 58px !important;
    background: #C9A227 !important;
    opacity: 0.8 !important;
}


/* MAIN TITLE */
#lcjtlx-teaching-library .lcjtlx-main-title {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;

    font-family: "Playfair Display", Georgia, serif !important;
    font-size: clamp(48px, 5vw, 70px) !important;
    font-weight: 600 !important;
    line-height: 1.08 !important;
    letter-spacing: -1.5px !important;
    color: #F7F2E8 !important;
}


#lcjtlx-teaching-library .lcjtlx-title-light,
#lcjtlx-teaching-library .lcjtlx-title-gold {
    display: block !important;
}


#lcjtlx-teaching-library .lcjtlx-title-light {
    color: #F7F2E8 !important;
}


#lcjtlx-teaching-library .lcjtlx-title-gold {
    margin-top: 2px !important;

    font-family: "Playfair Display", Georgia, serif !important;
    font-style: italic !important;
    font-weight: 500 !important;
    color: #C9A227 !important;
}


/* INTRO TEXT */
#lcjtlx-teaching-library .lcjtlx-intro-text {
    display: block !important;
    max-width: 680px !important;
    margin: 28px auto 0 !important;
    padding: 0 !important;

    font-family: "DM Sans", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.85 !important;
    color: #B9B0A3 !important;
}


/* =========================================================
   GRID
   ========================================================= */

#lcjtlx-teaching-library .lcjtlx-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   LIBRARY ITEM
   ========================================================= */

#lcjtlx-teaching-library .lcjtlx-item {
    position: relative !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;

    min-width: 0 !important;
    min-height: 330px !important;

    margin: 0 !important;
    padding: 28px 28px 25px !important;

    background: #14120F !important;
    border: 1px solid rgba(201, 162, 39, 0.28) !important;

    overflow: hidden !important;

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease !important;
}


/* TOP GOLD DETAIL */
#lcjtlx-teaching-library .lcjtlx-item::before {
    content: "" !important;

    position: absolute !important;
    top: 0 !important;
    left: 0 !important;

    width: 0 !important;
    height: 2px !important;

    background: #C9A227 !important;

    transition: width 0.4s ease !important;
}


/* HOVER */
#lcjtlx-teaching-library .lcjtlx-item:hover {
    transform: translateY(-7px) !important;
    border-color: rgba(201, 162, 39, 0.75) !important;
    background: #171510 !important;
}


#lcjtlx-teaching-library .lcjtlx-item:hover::before {
    width: 100% !important;
}


/* LARGE NUMBER */
#lcjtlx-teaching-library .lcjtlx-number {
    position: absolute !important;
    top: 20px !important;
    right: 22px !important;

    z-index: 1 !important;

    margin: 0 !important;
    padding: 0 !important;

    font-family: "Playfair Display", Georgia, serif !important;
    font-size: clamp(42px, 4vw, 58px) !important;
    font-weight: 500 !important;
    line-height: 1 !important;

    color: rgba(201, 162, 39, 0.13) !important;

    pointer-events: none !important;
}


/* ICON BOX */
#lcjtlx-teaching-library .lcjtlx-icon-box {
    position: relative !important;
    z-index: 2 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 36px !important;
    height: 36px !important;

    margin: 0 0 26px !important;
    padding: 0 !important;

    border: 1px solid rgba(201, 162, 39, 0.75) !important;

    color: #C9A227 !important;

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease !important;
}


#lcjtlx-teaching-library .lcjtlx-item:hover .lcjtlx-icon-box {
    transform: translateY(-2px) !important;
    border-color: #C9A227 !important;
}


#lcjtlx-teaching-library .lcjtlx-icon-symbol {
    display: block !important;

    font-family: Georgia, serif !important;
    font-size: 16px !important;
    line-height: 1 !important;
    color: #C9A227 !important;
}


/* CONTENT */
#lcjtlx-teaching-library .lcjtlx-content {
    position: relative !important;
    z-index: 2 !important;

    display: block !important;
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


#lcjtlx-teaching-library .lcjtlx-content h3 {
    display: block !important;

    margin: 0 0 14px !important;
    padding: 0 !important;

    font-family: "Playfair Display", Georgia, serif !important;
    font-size: clamp(23px, 2vw, 29px) !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.4px !important;

    color: #F7F2E8 !important;
}


#lcjtlx-teaching-library .lcjtlx-content p {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    font-family: "DM Sans", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;

    color: #B9B0A3 !important;
}


/* CTA LINK */
#lcjtlx-teaching-library .lcjtlx-link {
    position: relative !important;
    z-index: 3 !important;

    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;

    margin: auto 0 0 !important;
    padding: 25px 0 0 !important;

    font-family: "DM Sans", Arial, sans-serif !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 1.4px !important;
    text-transform: uppercase !important;

    color: #C9A227 !important;
    text-decoration: none !important;

    transition: color 0.3s ease !important;
}


#lcjtlx-teaching-library .lcjtlx-arrow {
    display: inline-block !important;

    font-size: 16px !important;
    line-height: 1 !important;

    transition: transform 0.3s ease !important;
}


#lcjtlx-teaching-library .lcjtlx-link:hover {
    color: #D8C39A !important;
}


#lcjtlx-teaching-library .lcjtlx-link:hover .lcjtlx-arrow {
    transform: translateX(5px) !important;
}


/* =========================================================
   BOTTOM CTA
   ========================================================= */

#lcjtlx-teaching-library .lcjtlx-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    width: 100% !important;
    max-width: 850px !important;

    margin: 90px auto 0 !important;
    padding: 70px 20px 0 !important;

    text-align: center !important;

    border-top: 1px solid rgba(216, 195, 154, 0.22) !important;
}


#lcjtlx-teaching-library .lcjtlx-bottom-line {
    display: block !important;

    width: 60px !important;
    height: 1px !important;

    margin: 0 0 28px !important;
    padding: 0 !important;

    background: #C9A227 !important;
}


#lcjtlx-teaching-library .lcjtlx-bottom-quote {
    display: block !important;

    margin: 0 0 30px !important;
    padding: 0 !important;

    font-family: "Playfair Display", Georgia, serif !important;
    font-size: clamp(25px, 3vw, 38px) !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;

    color: #F7F2E8 !important;
}


#lcjtlx-teaching-library .lcjtlx-bottom-quote em {
    font-style: italic !important;
}


/* MAIN BUTTON */
#lcjtlx-teaching-library .lcjtlx-main-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;

    min-height: 52px !important;

    margin: 0 !important;
    padding: 16px 25px !important;

    background: #C9A227 !important;
    border: 1px solid #C9A227 !important;

    font-family: "DM Sans", Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;

    color: #0B0A08 !important;
    text-decoration: none !important;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease !important;
}


#lcjtlx-teaching-library .lcjtlx-main-button:hover {
    transform: translateY(-3px) !important;

    background: #D8C39A !important;
    border-color: #D8C39A !important;
}


/* =========================================================
   SAFE REVEAL ANIMATION
   IMPORTANT:
   Content is VISIBLE BY DEFAULT.
   JS only adds animation when supported.
   ========================================================= */

#lcjtlx-teaching-library.lcjtlx-js-active .lcjtlx-header,
#lcjtlx-teaching-library.lcjtlx-js-active .lcjtlx-item,
#lcjtlx-teaching-library.lcjtlx-js-active .lcjtlx-bottom {
    opacity: 0 !important;
    transform: translateY(25px) !important;

    transition:
        opacity 0.7s ease,
        transform 0.7s ease !important;
}


#lcjtlx-teaching-library.lcjtlx-js-active .lcjtlx-header.lcjtlx-visible,
#lcjtlx-teaching-library.lcjtlx-js-active .lcjtlx-item.lcjtlx-visible,
#lcjtlx-teaching-library.lcjtlx-js-active .lcjtlx-bottom.lcjtlx-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}


/* ELEMENTOR EDITOR FIX */
body.elementor-editor-active #lcjtlx-teaching-library .lcjtlx-header,
body.elementor-editor-active #lcjtlx-teaching-library .lcjtlx-item,
body.elementor-editor-active #lcjtlx-teaching-library .lcjtlx-bottom {
    opacity: 1 !important;
    transform: none !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 1024px) {

    #lcjtlx-teaching-library {
        padding: 100px 0 !important;
    }


    #lcjtlx-teaching-library .lcjtlx-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }


    #lcjtlx-teaching-library .lcjtlx-header {
        margin-bottom: 60px !important;
    }


    #lcjtlx-teaching-library .lcjtlx-item {
        min-height: 320px !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 767px) {

    #lcjtlx-teaching-library {
        padding: 80px 0 !important;
    }


    #lcjtlx-teaching-library .lcjtlx-container {
        width: min(100% - 32px, 1180px) !important;
    }


    #lcjtlx-teaching-library .lcjtlx-header {
        margin-bottom: 45px !important;
    }


    #lcjtlx-teaching-library .lcjtlx-eyebrow {
        gap: 10px !important;

        font-size: 9px !important;
        letter-spacing: 2.2px !important;
    }


    #lcjtlx-teaching-library .lcjtlx-eyebrow-line {
        width: 35px !important;
        flex-basis: 35px !important;
    }


    #lcjtlx-teaching-library .lcjtlx-main-title {
        font-size: 46px !important;
        letter-spacing: -1px !important;
    }


    #lcjtlx-teaching-library .lcjtlx-intro-text {
        margin-top: 24px !important;

        font-size: 14px !important;
        line-height: 1.8 !important;
    }


    #lcjtlx-teaching-library .lcjtlx-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 14px !important;
    }


    #lcjtlx-teaching-library .lcjtlx-item {
        min-height: 300px !important;
        padding: 26px 22px 24px !important;
    }


    #lcjtlx-teaching-library .lcjtlx-number {
        top: 18px !important;
        right: 18px !important;

        font-size: 48px !important;
    }


    #lcjtlx-teaching-library .lcjtlx-content h3 {
        font-size: 26px !important;
    }


    #lcjtlx-teaching-library .lcjtlx-bottom {
        margin-top: 65px !important;
        padding-top: 55px !important;
    }


    #lcjtlx-teaching-library .lcjtlx-main-button {
        width: 100% !important;
        max-width: 360px !important;

        padding: 17px 18px !important;

        text-align: center !important;
    }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media screen and (max-width: 420px) {

    #lcjtlx-teaching-library .lcjtlx-main-title {
        font-size: 39px !important;
    }


    #lcjtlx-teaching-library .lcjtlx-item {
        min-height: 290px !important;
    }


    #lcjtlx-teaching-library .lcjtlx-bottom-quote {
        font-size: 27px !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-522fb8c *//* ==========================================
   ROOT
========================================== */

:root {

  --journal-bg: #F7F2E8;

  --journal-black: #0B0A08;

  --journal-card: #EFE6D5;

  --journal-gold: #C9A227;

  --journal-gold-hover: #E0C15A;

  --journal-text: #4A443B;

  --journal-line: #D8C39A;

}


/* ==========================================
   SECTION
========================================== */

.lela-journal {

  position: relative;

  overflow: hidden;

  padding: 140px 0;

  background:
    var(--journal-bg);

  color:
    var(--journal-black);

}


/* ==========================================
   CONTAINER
========================================== */

.journal-container {

  width:
    min(1180px, 90%);

  margin: auto;

  position: relative;

  z-index: 2;

}


/* ==========================================
   HEADER
========================================== */

.journal-header {

  max-width:
    800px;

  margin:
    0 auto 70px;

  text-align:
    center;

}


/* ==========================================
   EYEBROW
========================================== */

.journal-eyebrow {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 14px;

  margin-bottom: 24px;

  color:
    var(--journal-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 11px;

  font-weight: 600;

  letter-spacing: 3px;

  text-transform: uppercase;

}


.journal-eyebrow span {

  width: 40px;

  height: 1px;

  background:
    var(--journal-gold);

}


/* ==========================================
   HEADING
========================================== */

.journal-heading {

  margin: 0 0 24px;

  color:
    var(--journal-black);

  font-family:
    "Playfair Display",
    serif;

  font-size:
    clamp(44px, 5vw, 68px);

  font-weight: 600;

  line-height: 1.08;

  letter-spacing: -1.5px;

}


.journal-heading span {

  display: block;

  color:
    var(--journal-gold);

  font-style: italic;

  font-weight: 500;

}


/* ==========================================
   INTRO
========================================== */

.journal-intro {

  max-width:
    680px;

  margin: auto;

  color:
    var(--journal-text);

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 15px;

  line-height: 1.85;

}


/* ==========================================
   JOURNAL GRID
========================================== */

.journal-grid {

  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 28px;

}


/* ==========================================
   POST CARD
========================================== */

.journal-card {

  position: relative;

  overflow: hidden;

  background:
    var(--journal-card);

  border:
    1px solid
    rgba(
      216,
      195,
      154,
      0.7
    );

  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;

  opacity: 0;

  transform:
    translateY(35px);

}


.journal-card.visible {

  opacity: 1;

  transform:
    translateY(0);

}


.journal-card:hover {

  transform:
    translateY(-8px);

  border-color:
    rgba(
      201,
      162,
      39,
      0.6
    );

  box-shadow:
    0 25px 60px
    rgba(
      11,
      10,
      8,
      0.12
    );

}


/* ==========================================
   FEATURED IMAGE
========================================== */

.journal-image-link {

  display: block;

  text-decoration: none !important;

}


.journal-image {

  position: relative;

  width: 100%;

  aspect-ratio:
    16 / 10;

  overflow: hidden;

  background:
    #DDD2BE;

}


.journal-image img {

  width: 100%;

  height: 100%;

  display: block;

  object-fit: cover;

  transition:
    transform 0.8s ease;

}


.journal-card:hover
.journal-image img {

  transform:
    scale(1.06);

}


/* ==========================================
   IMAGE OVERLAY
========================================== */

.journal-image::after {

  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 50%,
      rgba(
        11,
        10,
        8,
        0.32
      )
    );

  pointer-events: none;

}


/* ==========================================
   CATEGORY BADGE
========================================== */

.journal-category {

  position: absolute;

  left: 18px;

  bottom: 17px;

  z-index: 2;

  padding:
    7px 11px;

  color:
    var(--journal-black);

  background:
    var(--journal-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 8px;

  font-weight: 700;

  letter-spacing: 1.5px;

  text-transform: uppercase;

}


/* ==========================================
   POST CONTENT
========================================== */

.journal-content {

  padding:
    27px 26px 30px;

}


/* ==========================================
   DATE
========================================== */

.journal-date {

  margin-bottom: 10px;

  color:
    var(--journal-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 9px;

  font-weight: 600;

  letter-spacing: 1.8px;

  text-transform: uppercase;

}


/* ==========================================
   TITLE
========================================== */

.journal-title {

  margin:
    0 0 14px;

  color:
    var(--journal-black);

  font-family:
    "Playfair Display",
    serif;

  font-size: 26px;

  font-weight: 600;

  line-height: 1.2;

}


.journal-title a {

  color:
    inherit;

  text-decoration:
    none !important;

  transition:
    color 0.3s ease;

}


.journal-title a:hover {

  color:
    var(--journal-gold);

}


/* ==========================================
   EXCERPT
========================================== */

.journal-excerpt {

  min-height:
    72px;

  margin:
    0 0 22px;

  color:
    var(--journal-text);

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 13px;

  line-height: 1.75;

}


/* ==========================================
   READ MORE
========================================== */

.journal-read-more {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding-top: 18px;

  border-top:
    1px solid
    rgba(
      216,
      195,
      154,
      0.85
    );

  width: 100%;

  color:
    var(--journal-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 9px;

  font-weight: 600;

  letter-spacing: 1.5px;

  text-decoration:
    none !important;

  transition:
    color 0.3s ease,
    gap 0.3s ease;

}


.journal-read-more span {

  font-size: 16px;

  transition:
    transform 0.3s ease;

}


.journal-read-more:hover {

  color:
    var(--journal-black);

  gap: 16px;

}


.journal-read-more:hover span {

  transform:
    translateX(4px);

}


/* ==========================================
   CTA
========================================== */

.journal-cta {

  display: flex;

  justify-content: center;

  margin-top: 55px;

}


.journal-button {

  min-height:
    55px;

  padding:
    0 26px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 20px;

  color:
    var(--journal-black);

  background:
    var(--journal-gold);

  border:
    1px solid
    var(--journal-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size: 10px;

  font-weight: 600;

  letter-spacing: 1.5px;

  text-decoration:
    none !important;

  transition:
    background 0.3s ease,
    transform 0.3s ease,
    gap 0.3s ease;

}


.journal-button strong {

  font-size: 18px;

  font-weight: 400;

  transition:
    transform 0.3s ease;

}


.journal-button:hover {

  background:
    var(--journal-gold-hover);

  transform:
    translateY(-3px);

  gap: 27px;

}


.journal-button:hover strong {

  transform:
    translateX(4px);

}


/* ==========================================
   DECORATIVE CIRCLES
========================================== */

.journal-circle {

  position: absolute;

  border:
    1px solid
    rgba(
      216,
      195,
      154,
      0.35
    );

  border-radius: 50%;

  pointer-events: none;

}


.journal-circle-one {

  width: 520px;

  height: 520px;

  left: -370px;

  top: -210px;

}


.journal-circle-two {

  width: 300px;

  height: 300px;

  right: -170px;

  bottom: -150px;

}


/* ==========================================
   GOLD DOT
========================================== */

.lela-journal::after {

  content: "";

  position: absolute;

  width: 7px;

  height: 7px;

  border-radius: 50%;

  background:
    var(--journal-gold);

  right: 12%;

  top: 22%;

  opacity: 0.6;

  box-shadow:
    0 0 20px
    rgba(
      201,
      162,
      39,
      0.4
    );

  animation:
    journalPulse 3s
    ease-in-out
    infinite;

}


@keyframes journalPulse {

  0%,
  100% {

    opacity: 0.35;

    transform:
      scale(1);

  }

  50% {

    opacity: 1;

    transform:
      scale(1.5);

  }

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 950px) {

  .lela-journal {

    padding:
      105px 0;

  }


  .journal-grid {

    grid-template-columns:
      repeat(
        2,
        minmax(0, 1fr)
      );

    gap: 22px;

  }


  .journal-card:last-child {

    grid-column:
      1 / -1;

    max-width:
      calc(
        50% - 11px
      );

    width: 100%;

    margin:
      0 auto;

  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 650px) {

  .lela-journal {

    padding:
      80px 0;

  }


  .journal-container {

    width:
      88%;

  }


  .journal-header {

    margin-bottom:
      50px;

  }


  .journal-heading {

    font-size:
      43px;

    letter-spacing:
      -1px;

  }


  .journal-intro {

    font-size:
      14px;

  }


  .journal-grid {

    grid-template-columns:
      1fr;

    gap:
      20px;

  }


  .journal-card:last-child {

    grid-column:
      auto;

    max-width:
      none;

    margin: 0;

  }


  .journal-title {

    font-size:
      24px;

  }


  .journal-excerpt {

    min-height:
      auto;

  }


  .journal-button {

    width:
      100%;

  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a95929b *//* ==========================================
   ROOT
========================================== */

:root {

  --media-black: #0B0A08;

  --media-ivory: #F7F2E8;

  --media-gold: #C9A227;

  --media-gold-hover: #E0C15A;

  --media-text: #D8CFC0;

  --media-card: #17140F;

}


/* ==========================================
   SECTION
========================================== */

.lela-media {

  position: relative;

  overflow: hidden;

  padding: 140px 0;

  background:
    var(--media-black);

  color:
    var(--media-ivory);

}


/* ==========================================
   CONTAINER
========================================== */

.media-container {

  width:
    min(1180px, 90%);

  margin:
    auto;

  position:
    relative;

  z-index:
    2;

}


/* ==========================================
   HEADER
========================================== */

.media-header {

  max-width:
    800px;

  margin:
    0 auto 70px;

  text-align:
    center;

}


/* ==========================================
   EYEBROW
========================================== */

.media-eyebrow {

  display:
    flex;

  align-items:
    center;

  justify-content:
    center;

  gap:
    14px;

  margin-bottom:
    24px;

  color:
    var(--media-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    11px;

  font-weight:
    600;

  letter-spacing:
    3px;

  text-transform:
    uppercase;

}


.media-eyebrow span {

  width:
    40px;

  height:
    1px;

  background:
    var(--media-gold);

}


/* ==========================================
   HEADING
========================================== */

.media-heading {

  margin:
    0 0 25px;

  color:
    var(--media-ivory);

  font-family:
    "Playfair Display",
    serif;

  font-size:
    clamp(44px, 5vw, 68px);

  font-weight:
    600;

  line-height:
    1.07;

  letter-spacing:
    -1.5px;

}


.media-heading span {

  display:
    block;

  color:
    var(--media-gold);

  font-style:
    italic;

  font-weight:
    500;

}


/* ==========================================
   INTRO
========================================== */

.media-intro {

  max-width:
    680px;

  margin:
    auto;

  color:
    var(--media-text);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    15px;

  line-height:
    1.85;

}


/* ==========================================
   MAIN GRID
========================================== */

.media-main-grid {

  display:
    grid;

  grid-template-columns:
    1.15fr 0.85fr;

  gap:
    25px;

  align-items:
    stretch;

}


/* ==========================================
   FEATURED MEDIA CARD
========================================== */

.featured-media-card {

  background:
    var(--media-card);

  border:
    1px solid
    rgba(
      201,
      162,
      39,
      0.18
    );

  transition:
    border-color 0.4s ease,
    transform 0.4s ease,
    box-shadow 0.4s ease;

}


.featured-media-card:hover {

  transform:
    translateY(-6px);

  border-color:
    rgba(
      201,
      162,
      39,
      0.55
    );

  box-shadow:
    0 25px 65px
    rgba(
      0,
      0,
      0,
      0.3
    );

}


/* ==========================================
   FEATURED IMAGE
========================================== */

.featured-media-image {

  position:
    relative;

  width:
    100%;

  aspect-ratio:
    16 / 9;

  overflow:
    hidden;

}


.featured-media-image img {

  width:
    100%;

  height:
    100%;

  display:
    block;

  object-fit:
    cover;

  filter:
    saturate(0.75)
    contrast(1.05);

  transition:
    transform 0.8s ease,
    filter 0.8s ease;

}


.featured-media-card:hover
.featured-media-image img {

  transform:
    scale(1.05);

  filter:
    saturate(1)
    contrast(1.05);

}


/* ==========================================
   OVERLAY
========================================== */

.featured-media-overlay {

  position:
    absolute;

  inset:
    0;

  background:
    linear-gradient(
      180deg,
      rgba(11,10,8,0.05),
      rgba(11,10,8,0.65)
    );

}


/* ==========================================
   PLAY BUTTON
========================================== */

.media-play-button {

  position:
    absolute;

  left:
    50%;

  top:
    50%;

  transform:
    translate(-50%, -50%);

  width:
    72px;

  height:
    72px;

  display:
    flex;

  align-items:
    center;

  justify-content:
    center;

  border:
    1px solid
    var(--media-gold);

  border-radius:
    50%;

  background:
    rgba(
      11,
      10,
      8,
      0.45
    );

  color:
    var(--media-gold);

  transition:
    background 0.3s ease,
    transform 0.3s ease;

}


.featured-media-card:hover
.media-play-button {

  background:
    var(--media-gold);

  color:
    var(--media-black);

  transform:
    translate(-50%, -50%)
    scale(1.08);

}


.media-play-button span {

  margin-left:
    4px;

  font-size:
    17px;

}


/* ==========================================
   FEATURED LABEL
========================================== */

.featured-media-label {

  position:
    absolute;

  left:
    25px;

  bottom:
    22px;

  z-index:
    2;

  color:
    var(--media-ivory);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    9px;

  font-weight:
    600;

  letter-spacing:
    2px;

}


/* ==========================================
   FEATURED CONTENT
========================================== */

.featured-media-content {

  padding:
    30px;

}


.media-category {

  margin-bottom:
    12px;

  color:
    var(--media-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    9px;

  font-weight:
    600;

  letter-spacing:
    2px;

}


.featured-media-content h3 {

  margin:
    0 0 14px;

  color:
    var(--media-ivory);

  font-family:
    "Playfair Display",
    serif;

  font-size:
    30px;

  font-weight:
    600;

  line-height:
    1.2;

}


.featured-media-content p {

  margin:
    0 0 23px;

  color:
    var(--media-text);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    13px;

  line-height:
    1.8;

}


.media-link {

  display:
    inline-flex;

  align-items:
    center;

  gap:
    10px;

  color:
    var(--media-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    9px;

  font-weight:
    600;

  letter-spacing:
    1.5px;

  text-decoration:
    none !important;

  transition:
    gap 0.3s ease,
    color 0.3s ease;

}


.media-link span {

  font-size:
    16px;

}


.media-link:hover {

  color:
    var(--media-gold-hover);

  gap:
    16px;

}


/* ==========================================
   SOCIAL CARD
========================================== */

.social-card {

  padding:
    35px 30px;

  background:
    var(--media-card);

  border:
    1px solid
    rgba(
      201,
      162,
      39,
      0.18
    );

}


/* ==========================================
   SOCIAL EYEBROW
========================================== */

.social-eyebrow {

  display:
    flex;

  align-items:
    center;

  gap:
    12px;

  margin-bottom:
    20px;

  color:
    var(--media-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    10px;

  font-weight:
    600;

  letter-spacing:
    2.5px;

}


.social-eyebrow span {

  width:
    30px;

  height:
    1px;

  background:
    var(--media-gold);

}


/* ==========================================
   SOCIAL HEADING
========================================== */

.social-heading {

  margin:
    0 0 17px;

  color:
    var(--media-ivory);

  font-family:
    "Playfair Display",
    serif;

  font-size:
    36px;

  line-height:
    1.1;

}


.social-heading span {

  display:
    block;

  color:
    var(--media-gold);

  font-style:
    italic;

}


/* ==========================================
   SOCIAL TEXT
========================================== */

.social-text {

  margin:
    0 0 27px;

  color:
    var(--media-text);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    13px;

  line-height:
    1.8;

}


/* ==========================================
   SOCIAL LINKS
========================================== */

.social-links {

  display:
    flex;

  flex-direction:
    column;

  margin-bottom:
    25px;

}


.social-link {

  min-height:
    52px;

  display:
    flex;

  align-items:
    center;

  gap:
    13px;

  border-bottom:
    1px solid
    rgba(
      216,
      195,
      154,
      0.13
    );

  color:
    var(--media-text);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    12px;

  text-decoration:
    none !important;

  transition:
    color 0.3s ease,
    padding-left 0.3s ease;

}


.social-link:first-child {

  border-top:
    1px solid
    rgba(
      216,
      195,
      154,
      0.13
    );

}


.social-link:hover {

  padding-left:
    5px;

  color:
    var(--media-gold);

}


/* ==========================================
   SOCIAL ICON
========================================== */

.social-icon {

  width:
    32px;

  height:
    32px;

  display:
    flex;

  align-items:
    center;

  justify-content:
    center;

  border:
    1px solid
    rgba(
      201,
      162,
      39,
      0.45
    );

  color:
    var(--media-gold);

  flex-shrink:
    0;

}


.social-icon svg {

  width:
    16px;

  height:
    16px;

  fill:
    none;

  stroke:
    currentColor;

  stroke-width:
    1.4;

}


.social-icon .fill-dot {

  fill:
    currentColor;

  stroke:
    none;

}


.social-icon .social-fill {

  fill:
    currentColor;

  stroke:
    none;

}


.social-letter {

  font-family:
    Arial,
    sans-serif;

  font-size:
    14px;

  font-weight:
    600;

}


.social-link strong {

  margin-left:
    auto;

  color:
    var(--media-gold);

  font-size:
    15px;

  font-weight:
    400;

}


/* ==========================================
   SOCIAL CTA
========================================== */

.social-button {

  width:
    100%;

  min-height:
    50px;

  display:
    flex;

  align-items:
    center;

  justify-content:
    center;

  gap:
    16px;

  color:
    var(--media-black);

  background:
    var(--media-gold);

  border:
    1px solid
    var(--media-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    9px;

  font-weight:
    600;

  letter-spacing:
    1.5px;

  text-decoration:
    none !important;

  transition:
    background 0.3s ease,
    transform 0.3s ease,
    gap 0.3s ease;

}


.social-button strong {

  font-size:
    17px;

  font-weight:
    400;

}


.social-button:hover {

  background:
    var(--media-gold-hover);

  transform:
    translateY(-3px);

  gap:
    23px;

}


/* ==========================================
   MEDIA FEATURES
========================================== */

.media-features {

  margin-top:
    65px;

}


.media-features-header {

  display:
    flex;

  align-items:
    center;

  gap:
    20px;

  margin-bottom:
    22px;

}


.media-features-label {

  color:
    var(--media-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    9px;

  font-weight:
    600;

  letter-spacing:
    2px;

}


.media-features-line {

  flex:
    1;

  height:
    1px;

  background:
    rgba(
      201,
      162,
      39,
      0.25
    );

}


/* ==========================================
   MEDIA TYPES
========================================== */

.media-types {

  display:
    grid;

  grid-template-columns:
    repeat(
      3,
      minmax(0, 1fr)
    );

  border-top:
    1px solid
    rgba(
      216,
      195,
      154,
      0.16
    );

}


.media-type {

  min-height:
    95px;

  padding:
    20px;

  display:
    flex;

  align-items:
    center;

  gap:
    16px;

  border-right:
    1px solid
    rgba(
      216,
      195,
      154,
      0.16
    );

  border-bottom:
    1px solid
    rgba(
      216,
      195,
      154,
      0.16
    );

  color:
    var(--media-text);

  text-decoration:
    none !important;

  transition:
    background 0.3s ease,
    color 0.3s ease;

}


.media-type:nth-child(3n) {

  border-right:
    none;

}


.media-type:hover {

  background:
    rgba(
      201,
      162,
      39,
      0.06
    );

  color:
    var(--media-gold);

}


.media-type-number {

  color:
    rgba(
      201,
      162,
      39,
      0.55
    );

  font-family:
    "Playfair Display",
    serif;

  font-size:
    14px;

}


.media-type h4 {

  margin:
    0 0 4px;

  color:
    var(--media-ivory);

  font-family:
    "Playfair Display",
    serif;

  font-size:
    17px;

}


.media-type p {

  margin:
    0;

  color:
    rgba(
      216,
      207,
      192,
      0.65
    );

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    10px;

}


.media-type strong {

  margin-left:
    auto;

  color:
    var(--media-gold);

  font-size:
    16px;

  font-weight:
    400;

}


/* ==========================================
   MAIN CTA
========================================== */

.media-main-cta {

  display:
    flex;

  justify-content:
    center;

  margin-top:
    55px;

}


.media-main-button {

  min-height:
    55px;

  padding:
    0 27px;

  display:
    inline-flex;

  align-items:
    center;

  justify-content:
    center;

  gap:
    20px;

  color:
    var(--media-black);

  background:
    var(--media-gold);

  border:
    1px solid
    var(--media-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    10px;

  font-weight:
    600;

  letter-spacing:
    1.5px;

  text-decoration:
    none !important;

  transition:
    background 0.3s ease,
    transform 0.3s ease,
    gap 0.3s ease;

}


.media-main-button strong {

  font-size:
    18px;

  font-weight:
    400;

}


.media-main-button:hover {

  background:
    var(--media-gold-hover);

  transform:
    translateY(-3px);

  gap:
    27px;

}


/* ==========================================
   DECORATIVE CIRCLES
========================================== */

.media-circle {

  position:
    absolute;

  border:
    1px solid
    rgba(
      201,
      162,
      39,
      0.10
    );

  border-radius:
    50%;

  pointer-events:
    none;

}


.media-circle-one {

  width:
    520px;

  height:
    520px;

  left:
    -360px;

  top:
    -220px;

}


.media-circle-two {

  width:
    300px;

  height:
    300px;

  right:
    -170px;

  bottom:
    -150px;

}


/* ==========================================
   GOLD DOT
========================================== */

.lela-media::after {

  content:
    "";

  position:
    absolute;

  width:
    7px;

  height:
    7px;

  border-radius:
    50%;

  background:
    var(--media-gold);

  right:
    12%;

  top:
    22%;

  opacity:
    0.6;

  box-shadow:
    0 0 20px
    rgba(
      201,
      162,
      39,
      0.4
    );

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 950px) {

  .lela-media {

    padding:
      105px 0;

  }


  .media-main-grid {

    grid-template-columns:
      1fr;

  }


  .media-types {

    grid-template-columns:
      repeat(
        2,
        minmax(0, 1fr)
      );

  }


  .media-type:nth-child(3n) {

    border-right:
      1px solid
      rgba(
        216,
        195,
        154,
        0.16
      );

  }


  .media-type:nth-child(2n) {

    border-right:
      none;

  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 650px) {

  .lela-media {

    padding:
      80px 0;

  }


  .media-container {

    width:
      88%;

  }


  .media-header {

    margin-bottom:
      50px;

  }


  .media-heading {

    font-size:
      43px;

    letter-spacing:
      -1px;

  }


  .media-intro {

    font-size:
      14px;

  }


  .featured-media-content {

    padding:
      25px;

  }


  .featured-media-content h3 {

    font-size:
      27px;

  }


  .social-card {

    padding:
      30px 25px;

  }


  .social-heading {

    font-size:
      32px;

  }


  .media-types {

    grid-template-columns:
      1fr;

  }


  .media-type,
  .media-type:nth-child(2n),
  .media-type:nth-child(3n) {

    border-right:
      none;

  }


  .media-main-button {

    width:
      100%;

  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84553a7 */:root {
  --final-black: #0B0A08;
  --final-ivory: #F7F2E8;
  --final-gold: #C9A227;
  --final-gold-hover: #E0C15A;
  --final-text: #D8CFC0;
}


/* ==========================================
   SECTION
========================================== */

.lela-final-cta {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  padding: 145px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--final-black);
  color: var(--final-ivory);
  box-sizing: border-box;
}

.lela-final-cta *,
.lela-final-cta *::before,
.lela-final-cta *::after {
  box-sizing: border-box;
}


/* ==========================================
   CONTAINER
========================================== */

.final-container {
  width: min(900px, 90%);
  margin: auto;
  position: relative;
  z-index: 5;
  text-align: center;

  opacity: 0;
  transform: translateY(35px);

  transition:
    opacity 1s ease,
    transform 1s ease;
}

.final-container.final-visible {
  opacity: 1;
  transform: translateY(0);
}


/* ==========================================
   EYEBROW
========================================== */

.final-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;

  color: var(--final-gold);

  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.final-eyebrow span {
  width: 45px;
  height: 1px;
  background: var(--final-gold);
}


/* ==========================================
   HEADING
========================================== */

.final-heading {
  margin: 0 0 30px;

  color: var(--final-ivory);

  font-family: "Playfair Display", serif;

  font-size: clamp(58px, 8vw, 100px);

  font-weight: 500;

  line-height: 0.98;

  letter-spacing: -3px;
}

.final-heading span {
  display: block;
  margin-top: 8px;

  color: var(--final-gold);

  font-style: italic;
  font-weight: 500;
}


/* ==========================================
   DESCRIPTION
========================================== */

.final-description {
  max-width: 680px;

  margin: 0 auto 40px;

  color: var(--final-text);

  font-family: "DM Sans", sans-serif;

  font-size: 15px;

  line-height: 1.9;
}


/* ==========================================
   BUTTONS
========================================== */

.final-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}


/* ==========================================
   BUTTON BASE
========================================== */

.final-button {
  min-height: 57px;

  padding: 0 27px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 20px;

  font-family: "DM Sans", sans-serif;

  font-size: 9px;
  font-weight: 600;

  letter-spacing: 1.5px;

  text-decoration: none !important;

  transition:
    background 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease,
    gap 0.35s ease;
}

.final-button strong {
  font-size: 18px;
  font-weight: 400;

  transition:
    transform 0.35s ease;
}


/* ==========================================
   PRIMARY
========================================== */

.final-button-primary {
  color: var(--final-black);

  background: var(--final-gold);

  border: 1px solid var(--final-gold);
}

.final-button-primary:hover {
  color: var(--final-black);

  background: var(--final-gold-hover);

  border-color: var(--final-gold-hover);

  transform: translateY(-4px);

  gap: 27px;
}

.final-button-primary:hover strong {
  transform: translateX(4px);
}


/* ==========================================
   SECONDARY
========================================== */

.final-button-secondary {
  color: var(--final-ivory);

  background: transparent;

  border: 1px solid rgba(201, 162, 39, 0.6);
}

.final-button-secondary:hover {
  color: var(--final-black);

  background: var(--final-gold);

  border-color: var(--final-gold);

  transform: translateY(-4px);

  gap: 27px;
}

.final-button-secondary:hover strong {
  transform: translateX(4px);
}


/* ==========================================
   BOTTOM MESSAGE
========================================== */

.final-message {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 18px;

  margin-top: 70px;
}

.final-message span {
  color: rgba(216, 207, 192, 0.55);

  font-family: "DM Sans", sans-serif;

  font-size: 8px;

  font-weight: 600;

  letter-spacing: 2.5px;
}

.final-line {
  width: 45px;
  height: 1px;

  background: rgba(201, 162, 39, 0.35);
}


/* ==========================================
   CINEMATIC GLOW
========================================== */

.final-glow {
  position: absolute;

  border-radius: 50%;

  pointer-events: none;

  filter: blur(2px);
}

.final-glow-one {
  width: 500px;
  height: 500px;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  background:
    radial-gradient(
      circle,
      rgba(201, 162, 39, 0.09) 0%,
      rgba(201, 162, 39, 0.035) 35%,
      transparent 70%
    );
}

.final-glow-two {
  width: 350px;
  height: 350px;

  right: -180px;
  top: -160px;

  background:
    radial-gradient(
      circle,
      rgba(201, 162, 39, 0.07),
      transparent 70%
    );
}


/* ==========================================
   RINGS
========================================== */

.final-ring {
  position: absolute;

  border: 1px solid rgba(201, 162, 39, 0.11);

  border-radius: 50%;

  pointer-events: none;
}

.final-ring-one {
  width: 650px;
  height: 650px;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);
}

.final-ring-two {
  width: 900px;
  height: 900px;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  opacity: 0.45;
}


/* ==========================================
   GOLD PARTICLES
========================================== */

.lela-final-cta::before {
  content: "";

  position: absolute;

  width: 5px;
  height: 5px;

  top: 25%;
  left: 18%;

  border-radius: 50%;

  background: var(--final-gold);

  box-shadow:
    360px 230px 0 rgba(201, 162, 39, 0.5),
    -100px 310px 0 rgba(201, 162, 39, 0.35),
    700px 40px 0 rgba(201, 162, 39, 0.35);

  animation:
    finalFloat 5s ease-in-out infinite;
}

@keyframes finalFloat {

  0%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-12px);
  }
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 800px) {

  .lela-final-cta {
    min-height: auto;
    padding: 110px 0;
  }

  .final-heading {
    font-size: clamp(52px, 10vw, 75px);
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

  .lela-final-cta {
    padding: 85px 0;
  }

  .final-container {
    width: 88%;
  }

  .final-eyebrow {
    font-size: 9px;
    letter-spacing: 2.5px;
  }

  .final-eyebrow span {
    width: 25px;
  }

  .final-heading {
    font-size: 48px;
    letter-spacing: -1.5px;
    line-height: 1.02;
  }

  .final-description {
    font-size: 14px;
    line-height: 1.8;
  }

  .final-buttons {
    flex-direction: column;
    width: 100%;
  }

  .final-button {
    width: 100%;
  }

  .final-message {
    margin-top: 50px;
    gap: 10px;
  }

  .final-message span {
    font-size: 6.5px;
    letter-spacing: 1.5px;
  }

  .final-line {
    width: 20px;
  }

  .final-ring-one {
    width: 400px;
    height: 400px;
  }

  .final-ring-two {
    width: 600px;
    height: 600px;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .final-container,
  .final-button {
    transition: none !important;
  }

  .lela-final-cta::before {
    animation: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15625c1 *//* ==========================================
   LE'LA INNER CIRCLE SECTION
========================================== */

.ljic-section {
  position: relative;
  overflow: hidden;

  padding: 130px 0;

  background: #EFE6D5;
  color: #0B0A08;
}


/* ==========================================
   CONTAINER
========================================== */

.ljic-container {
  width: min(1180px, 90%);
  margin: auto;

  display: grid;
  grid-template-columns: 1fr 0.95fr;

  align-items: center;

  gap: 100px;

  position: relative;
  z-index: 2;
}


/* ==========================================
   LEFT CONTENT
========================================== */

.ljic-content {
  position: relative;
  max-width: 620px;
}


/* ==========================================
   EYEBROW
========================================== */

.ljic-eyebrow {
  display: flex;
  align-items: center;

  gap: 14px;

  margin-bottom: 25px;

  color: #C9A227;

  font-family: "DM Sans", sans-serif;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 3px;

  text-transform: uppercase;
}


.ljic-line {
  width: 42px;
  height: 1px;

  background: #C9A227;

  flex-shrink: 0;
}


/* ==========================================
   MAIN HEADING
========================================== */

.ljic-title {
  margin: 0 0 22px;

  font-family: "Playfair Display", serif;

  font-size: clamp(48px, 5vw, 70px);

  font-weight: 600;

  line-height: 1.08;

  letter-spacing: -1.5px;

  color: #0B0A08;
}


.ljic-title span {
  display: block;

  color: #C9A227;

  font-style: italic;

  font-weight: 500;
}


/* ==========================================
   TAGLINE
========================================== */

.ljic-tagline {
  margin: 0 0 24px;

  font-family: "Playfair Display", serif;

  font-size: clamp(20px, 2vw, 27px);

  font-weight: 500;

  font-style: italic;

  line-height: 1.4;

  color: #211F1B;
}


/* ==========================================
   INTRO
========================================== */

.ljic-intro {
  margin: 0 0 38px;

  max-width: 590px;

  color: #4A443B;

  font-family: "DM Sans", sans-serif;

  font-size: 17px;

  line-height: 1.85;
}


/* ==========================================
   WELCOME GIFT
========================================== */

.ljic-gift {
  position: relative;

  padding: 5px 0 5px 28px;

  margin-bottom: 34px;

  border-left: 1px solid #C9A227;
}


.ljic-gift-label {
  margin-bottom: 12px;

  color: #C9A227;

  font-family: "DM Sans", sans-serif;

  font-size: 11px;

  font-weight: 600;

  letter-spacing: 2.5px;

  text-transform: uppercase;
}


.ljic-gift-title {
  margin: 0 0 13px;

  font-family: "Playfair Display", serif;

  font-size: clamp(27px, 3vw, 38px);

  font-weight: 600;

  line-height: 1.2;

  color: #0B0A08;
}


.ljic-gift p {
  margin: 0;

  max-width: 510px;

  color: #4A443B;

  font-family: "DM Sans", sans-serif;

  font-size: 15px;

  line-height: 1.85;
}


/* ==========================================
   SUPPORTING TEXT
========================================== */

.ljic-supporting-text {
  display: flex;
  align-items: flex-start;

  gap: 12px;

  color: #6B6256;

  font-family: "DM Sans", sans-serif;

  font-size: 13px;

  line-height: 1.7;

  letter-spacing: 0.2px;
}


.ljic-supporting-text span {
  width: 28px;
  height: 1px;

  margin-top: 10px;

  background: #C9A227;

  flex-shrink: 0;
}


/* ==========================================
   FORM COLUMN
========================================== */

.ljic-form-column {
  width: 100%;
}


/* ==========================================
   FORM CARD
========================================== */

.ljic-form-card {
  position: relative;

  padding: 55px;

  background: #F7F2E8;

  border: 1px solid #D8C39A;

  box-shadow:
    0 25px 70px rgba(11, 10, 8, 0.06);
}


/* ==========================================
   GOLD CORNERS
========================================== */

.ljic-form-card::before,
.ljic-form-card::after {
  content: "";

  position: absolute;

  width: 55px;
  height: 55px;

  pointer-events: none;
}


.ljic-form-card::before {
  top: -1px;
  right: -1px;

  border-top: 1px solid #C9A227;
  border-right: 1px solid #C9A227;
}


.ljic-form-card::after {
  bottom: -1px;
  left: -1px;

  border-bottom: 1px solid #C9A227;
  border-left: 1px solid #C9A227;
}


/* ==========================================
   FORM LABEL
========================================== */

.ljic-form-label {
  margin-bottom: 18px;

  color: #C9A227;

  font-family: "DM Sans", sans-serif;

  font-size: 11px;

  font-weight: 600;

  letter-spacing: 2.5px;

  text-transform: uppercase;
}


/* ==========================================
   FORM HEADING
========================================== */

.ljic-form-title {
  margin: 0 0 18px;

  font-family: "Playfair Display", serif;

  font-size: clamp(30px, 3vw, 44px);

  font-weight: 600;

  line-height: 1.15;

  letter-spacing: -0.8px;

  color: #0B0A08;
}


/* ==========================================
   FORM DESCRIPTION
========================================== */

.ljic-form-description {
  margin: 0 0 35px;

  color: #4A443B;

  font-family: "DM Sans", sans-serif;

  font-size: 15px;

  line-height: 1.8;
}


/* ==========================================
   WPFORMS AREA
========================================== */

.ljic-wpforms-area {
  position: relative;

  padding-top: 8px;

  border-top: 1px solid rgba(201, 162, 39, 0.35);
}


/* ==========================================
   PLACEHOLDER

   Remove this styling if you don't want
   the placeholder visible after inserting
   WPForms.
========================================== */

.ljic-form-placeholder {
  min-height: 180px;

  display: flex;

  align-items: center;
  justify-content: center;

  gap: 15px;

  padding: 30px 20px;

  border: 1px dashed rgba(201, 162, 39, 0.45);

  color: #8A7966;

  text-align: center;

  font-family: "DM Sans", sans-serif;

  font-size: 10px;

  font-weight: 600;

  letter-spacing: 2px;

  text-transform: uppercase;
}


.ljic-placeholder-line {
  width: 30px;
  height: 1px;

  background: #C9A227;

  opacity: 0.7;
}


/* ==========================================
   WPFORMS STYLE SUPPORT

   These styles automatically improve
   WPForms appearance inside this area.
========================================== */

.ljic-wpforms-area .wpforms-container {
  margin: 0 !important;
}


.ljic-wpforms-area .wpforms-field {
  padding: 0 0 18px !important;
}


.ljic-wpforms-area .wpforms-field-label {
  margin-bottom: 9px !important;

  color: #0B0A08 !important;

  font-family: "DM Sans", sans-serif !important;

  font-size: 11px !important;

  font-weight: 600 !important;

  letter-spacing: 1px !important;

  text-transform: uppercase !important;
}


.ljic-wpforms-area input[type="text"],
.ljic-wpforms-area input[type="email"],
.ljic-wpforms-area input[type="tel"],
.ljic-wpforms-area textarea,
.ljic-wpforms-area select {
  width: 100% !important;

  min-height: 54px !important;

  padding: 12px 16px !important;

  background: #F7F2E8 !important;

  border: 1px solid #D8C39A !important;

  border-radius: 0 !important;

  color: #0B0A08 !important;

  font-family: "DM Sans", sans-serif !important;

  font-size: 14px !important;

  box-shadow: none !important;

  transition:
    border-color 0.3s ease,
    background 0.3s ease !important;
}


.ljic-wpforms-area input:focus,
.ljic-wpforms-area textarea:focus,
.ljic-wpforms-area select:focus {
  outline: none !important;

  border-color: #C9A227 !important;

  background: #FFFFFF !important;

  box-shadow: none !important;
}


.ljic-wpforms-area input::placeholder,
.ljic-wpforms-area textarea::placeholder {
  color: #8A7966 !important;

  opacity: 0.8 !important;
}


/* Checkbox */

.ljic-wpforms-area .wpforms-field-checkbox label {
  color: #4A443B !important;

  font-family: "DM Sans", sans-serif !important;

  font-size: 13px !important;

  line-height: 1.6 !important;
}


/* Submit Button */

.ljic-wpforms-area button[type="submit"] {
  width: 100% !important;

  min-height: 56px !important;

  padding: 0 24px !important;

  background: #C9A227 !important;

  border: 1px solid #C9A227 !important;

  border-radius: 0 !important;

  color: #0B0A08 !important;

  font-family: "DM Sans", sans-serif !important;

  font-size: 12px !important;

  font-weight: 600 !important;

  letter-spacing: 1.5px !important;

  text-transform: uppercase !important;

  transition:
    background 0.3s ease,
    transform 0.3s ease !important;
}


.ljic-wpforms-area button[type="submit"]:hover {
  background: #D8C39A !important;

  border-color: #D8C39A !important;

  transform: translateY(-2px);
}


/* ==========================================
   DECORATIVE CIRCLES
========================================== */

.ljic-circle {
  position: absolute;

  border-radius: 50%;

  border: 1px solid rgba(201, 162, 39, 0.16);

  pointer-events: none;
}


.ljic-circle-one {
  width: 420px;
  height: 420px;

  top: -190px;
  left: -200px;
}


.ljic-circle-two {
  width: 280px;
  height: 280px;

  right: -150px;
  bottom: -110px;
}


/* ==========================================
   SCROLL REVEAL
========================================== */

.ljic-reveal {
  opacity: 0;

  transform: translateY(40px);

  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
}


.ljic-reveal.ljic-visible {
  opacity: 1;

  transform: translateY(0);
}


.ljic-form-column.ljic-visible {
  transition-delay: 0.15s;
}


/* ==========================================
   ELEMENTOR EDITOR FIX
========================================== */

body.elementor-editor-active .ljic-reveal,
body.elementor-editor-active .ljic-content,
body.elementor-editor-active .ljic-form-column {
  opacity: 1 !important;

  transform: none !important;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 950px) {

  .ljic-section {
    padding: 100px 0;
  }


  .ljic-container {
    grid-template-columns: 1fr;

    width: min(700px, 88%);

    gap: 70px;
  }


  .ljic-content {
    max-width: 100%;
  }


  .ljic-form-card {
    padding: 50px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

  .ljic-section {
    padding: 80px 0;
  }


  .ljic-container {
    width: 88%;

    gap: 55px;
  }


  .ljic-title {
    font-size: 46px;

    letter-spacing: -1px;
  }


  .ljic-tagline {
    font-size: 21px;
  }


  .ljic-intro {
    font-size: 16px;

    line-height: 1.8;
  }


  .ljic-gift {
    padding-left: 20px;
  }


  .ljic-gift-title {
    font-size: 29px;
  }


  .ljic-form-card {
    padding: 35px 24px;
  }


  .ljic-form-title {
    font-size: 32px;
  }


  .ljic-form-placeholder {
    min-height: 140px;

    gap: 10px;

    padding: 25px 10px;

    font-size: 9px;

    letter-spacing: 1.5px;
  }


  .ljic-placeholder-line {
    width: 18px;
  }


  .ljic-circle-one {
    width: 260px;
    height: 260px;

    top: -120px;
    left: -160px;
  }


  .ljic-circle-two {
    width: 180px;
    height: 180px;

    right: -110px;
    bottom: -80px;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .ljic-reveal,
  .ljic-wpforms-area input,
  .ljic-wpforms-area textarea,
  .ljic-wpforms-area select,
  .ljic-wpforms-area button[type="submit"] {
    transition: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-865c57c *//* ==========================================
   ROOT
========================================== */
/* ==========================================
   FOOTER LOGO IMAGE
========================================== */

.footer-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}


.footer-logo-image {
  display: block;
  width: 190px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}


/* Mobile */

@media (max-width: 650px) {

  .footer-logo-image {
    width: 165px;
  }

}
:root {

  --footer-black: #0B0A08;

  --footer-ivory: #F7F2E8;

  --footer-gold: #C9A227;

  --footer-text: #D8CFC0;

  --footer-muted: rgba(
    216,
    207,
    192,
    0.58
  );

}


/* ==========================================
   FOOTER
========================================== */

.lela-footer {

  position: relative;

  overflow: hidden;

  background:
    var(--footer-black);

  color:
    var(--footer-ivory);

  padding:
    90px 0 28px;

}


.lela-footer *,
.lela-footer *::before,
.lela-footer *::after {

  box-sizing:
    border-box;

}


/* ==========================================
   CONTAINER
========================================== */

.footer-container {

  width:
    min(
      1180px,
      90%
    );

  margin:
    0 auto;

  position:
    relative;

  z-index:
    3;

}


/* ==========================================
   MAIN GRID
========================================== */

.footer-main {

  display:
    grid;

  grid-template-columns:
    1.45fr
    0.8fr
    0.8fr
    1.15fr;

  gap:
    55px;

}


/* ==========================================
   BRAND
========================================== */

.footer-brand {

  padding-right:
    25px;

}


.footer-logo {

  display:
    inline-block;

  color:
    var(--footer-ivory);

  text-decoration:
    none !important;

}


.footer-logo-text {

  display:
    flex;

  flex-direction:
    column;

  font-family:
    "Playfair Display",
    serif;

  font-size:
    31px;

  line-height:
    0.95;

  font-weight:
    500;

  letter-spacing:
    -0.5px;

}


.footer-logo-text strong {

  color:
    var(--footer-gold);

  font-size:
    25px;

  font-style:
    italic;

  font-weight:
    500;

  margin-top:
    5px;

}


.footer-statement {

  max-width:
    350px;

  margin:
    25px 0 22px;

  color:
    var(--footer-text);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    13px;

  line-height:
    1.85;

}


/* ==========================================
   ROLES
========================================== */

.footer-roles {

  display:
    flex;

  align-items:
    center;

  flex-wrap:
    wrap;

  gap:
    9px;

  color:
    var(--footer-muted);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    7px;

  font-weight:
    600;

  letter-spacing:
    1.5px;

}


.footer-roles i {

  width:
    3px;

  height:
    3px;

  border-radius:
    50%;

  background:
    var(--footer-gold);

}


/* ==========================================
   BRAND LINE
========================================== */

.footer-brand-line {

  width:
    70px;

  height:
    1px;

  margin-top:
    28px;

  background:
    var(--footer-gold);

}


/* ==========================================
   FOOTER TITLES
========================================== */

.footer-title {

  margin:
    3px 0 25px;

  color:
    var(--footer-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    9px;

  font-weight:
    600;

  letter-spacing:
    2.5px;

  text-transform:
    uppercase;

}


/* ==========================================
   LINKS
========================================== */

.footer-links {

  list-style:
    none;

  padding:
    0;

  margin:
    0;

}


.footer-links li {

  margin-bottom:
    13px;

}


.footer-links a {

  position:
    relative;

  display:
    inline-block;

  color:
    var(--footer-ivory);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    12px;

  line-height:
    1.4;

  text-decoration:
    none !important;

  transition:
    color 0.3s ease,
    padding-left 0.3s ease;

}


.footer-links a::before {

  content:
    "";

  position:
    absolute;

  left:
    -13px;

  top:
    50%;

  width:
    0;

  height:
    1px;

  background:
    var(--footer-gold);

  transition:
    width 0.3s ease;

}


.footer-links a:hover {

  color:
    var(--footer-gold);

  padding-left:
    5px;

}


.footer-links a:hover::before {

  width:
    8px;

}


/* ==========================================
   SOCIAL ICONS
========================================== */

.footer-socials {

  display:
    flex;

  align-items:
    center;

  gap:
    9px;

  margin-top:
    28px;

}


.footer-social {

  width:
    35px;

  height:
    35px;

  display:
    flex;

  align-items:
    center;

  justify-content:
    center;

  color:
    var(--footer-gold);

  border:
    1px solid
    rgba(
      201,
      162,
      39,
      0.42
    );

  text-decoration:
    none;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;

}


.footer-social:hover {

  color:
    var(--footer-black);

  background:
    var(--footer-gold);

  border-color:
    var(--footer-gold);

  transform:
    translateY(-3px);

}


.footer-social svg {

  width:
    16px;

  height:
    16px;

  fill:
    none;

  stroke:
    currentColor;

  stroke-width:
    1.4;

}


.footer-social .social-dot {

  fill:
    currentColor;

  stroke:
    none;

}


.footer-social .youtube-play {

  fill:
    currentColor;

  stroke:
    none;

}


.footer-social-letter {

  font-family:
    Arial,
    sans-serif;

  font-size:
    14px;

  font-weight:
    600;

}


.footer-social.linkedin {

  font-size:
    11px;

}


/* ==========================================
   CONNECT
========================================== */

.footer-connect-text {

  max-width:
    300px;

  margin:
    0 0 20px;

  color:
    var(--footer-text);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    12px;

  line-height:
    1.75;

}


/* ==========================================
   FORM
========================================== */

.footer-form {

  width:
    100%;

}


.footer-input-wrap {

  display:
    flex;

  width:
    100%;

  height:
    48px;

  border:
    1px solid
    rgba(
      201,
      162,
      39,
      0.4
    );

  background:
    rgba(
      255,
      255,
      255,
      0.025
    );

  transition:
    border-color 0.3s ease;

}


.footer-input-wrap:focus-within {

  border-color:
    var(--footer-gold);

}


.footer-input-wrap input {

  flex:
    1;

  min-width:
    0;

  padding:
    0 14px;

  border:
    none;

  outline:
    none;

  background:
    transparent;

  color:
    var(--footer-ivory);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    11px;

}


.footer-input-wrap input::placeholder {

  color:
    rgba(
      216,
      207,
      192,
      0.5
    );

}


.footer-input-wrap button {

  width:
    48px;

  flex-shrink:
    0;

  border:
    none;

  border-left:
    1px solid
    rgba(
      201,
      162,
      39,
      0.35
    );

  background:
    var(--footer-gold);

  color:
    var(--footer-black);

  font-size:
    18px;

  cursor:
    pointer;

  transition:
    background 0.3s ease;

}


.footer-input-wrap button:hover {

  background:
    #E0C15A;

}


/* ==========================================
   FORM MESSAGE
========================================== */

.footer-form-message {

  min-height:
    18px;

  margin-top:
    8px;

  color:
    var(--footer-gold);

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    9px;

}


/* ==========================================
   SMALL NOTE
========================================== */

.footer-small-note {

  margin:
    3px 0 0;

  color:
    rgba(
      216,
      207,
      192,
      0.38
    );

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    8px;

  line-height:
    1.5;

}


/* ==========================================
   DIVIDER
========================================== */

.footer-divider {

  width:
    100%;

  height:
    1px;

  margin:
    65px 0 25px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(
        201,
        162,
        39,
        0.45
      ),
      transparent
    );

}


/* ==========================================
   BOTTOM BAR
========================================== */

.footer-bottom {

  display:
    flex;

  align-items:
    center;

  justify-content:
    space-between;

  gap:
    25px;

}


.footer-copyright {

  color:
    rgba(
      216,
      207,
      192,
      0.5
    );

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    9px;

  letter-spacing:
    0.3px;

}


.footer-legal {

  display:
    flex;

  align-items:
    center;

  gap:
    13px;

}


.footer-legal a {

  color:
    rgba(
      247,
      242,
      232,
      0.65
    );

  font-family:
    "DM Sans",
    sans-serif;

  font-size:
    9px;

  text-decoration:
    none !important;

  transition:
    color 0.3s ease;

}


.footer-legal a:hover {

  color:
    var(--footer-gold);

}


.footer-legal span {

  width:
    3px;

  height:
    3px;

  border-radius:
    50%;

  background:
    rgba(
      201,
      162,
      39,
      0.5
    );

}


/* ==========================================
   DECORATIVE GLOW
========================================== */

.footer-glow {

  position:
    absolute;

  width:
    400px;

  height:
    400px;

  border-radius:
    50%;

  pointer-events:
    none;

  background:
    radial-gradient(
      circle,
      rgba(
        201,
        162,
        39,
        0.045
      ),
      transparent 70%
    );

}


.footer-glow-left {

  left:
    -250px;

  bottom:
    -220px;

}


.footer-glow-right {

  right:
    -250px;

  top:
    -250px;

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1000px) {

  .footer-main {

    grid-template-columns:
      1.2fr 1fr 1fr;

    gap:
      40px;

  }


  .footer-brand {

    grid-column:
      1 / -1;

    padding-right:
      0;

    max-width:
      600px;

  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 650px) {

  .lela-footer {

    padding:
      70px 0 25px;

  }


  .footer-container {

    width:
      88%;

  }


  .footer-main {

    grid-template-columns:
      1fr;

    gap:
      45px;

  }


  .footer-brand {

    grid-column:
      auto;

  }


  .footer-title {

    margin-bottom:
      20px;

  }


  .footer-divider {

    margin:
      50px 0 25px;

  }


  .footer-bottom {

    flex-direction:
      column;

    align-items:
      flex-start;

    gap:
      15px;

  }


  .footer-legal {

    flex-wrap:
      wrap;

    gap:
      10px;

  }


  .footer-statement {

    font-size:
      12px;

  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .footer-social,
  .footer-links a,
  .footer-input-wrap,
  .footer-input-wrap button {

    transition:
      none !important;

  }

}/* End custom CSS */