:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-48c3215 *//* =========================================
   NOVA — CALM PROTOCOL
========================================= */

.nova-calm-protocol,
.nova-calm-protocol *{
  box-sizing:border-box;
}

.nova-calm-protocol{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:90px 24px 80px;
  overflow:hidden;

  background:#fff;
  color:#151c32;
}

.nova-calm-container{
  width:min(1180px, 100%);
  margin:0 auto;
}

/* =========================================
   HEADER
========================================= */

.nova-calm-header{
  max-width:1050px;
  margin:0 auto;
  text-align:center;
}

.nova-calm-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-bottom:18px;

  color:#b07f73;

  font-family:"Inter", Arial, sans-serif;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.nova-calm-label::before,
.nova-calm-label::after{
  content:"";
  width:38px;
  height:1px;
  background:#b07f73;
}

.nova-calm-header h2{
  max-width:1050px;
  margin:0 auto;

  color:#151c32;

  font-family:"Cormorant Garamond", Georgia, serif;
  font-size:clamp(48px, 5.4vw, 76px);
  font-weight:400;
  line-height:1;
  letter-spacing:-.035em;
  text-align:center;
}

.nova-calm-header h2 em{
  color:#b07f73;
  font-weight:400;
}

.nova-calm-intro{
  max-width:760px;
  margin:20px auto 0;

  color:#454b58;

  font-family:"Inter", Arial, sans-serif;
  font-size:18px;
  font-weight:400;
  line-height:1.7;
  text-align:center;
}

/* =========================================
   DESCRIPTION
========================================= */

.nova-calm-description{
  max-width:980px;
  margin:36px auto 0;
  padding:28px 0;

  border-top:1px solid rgba(21,28,50,.12);
  border-bottom:1px solid rgba(21,28,50,.12);

  text-align:center;
}

.nova-calm-description p{
  margin:0;

  color:#4e5562;

  font-family:"Inter", Arial, sans-serif;
  font-size:17px;
  font-weight:400;
  line-height:1.8;
}

/* =========================================
   TWO SIMPLE ROUND IMAGES
========================================= */

.nova-calm-items{
  width:min(620px, 100%);
  margin:42px auto 0;

  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  align-items:start;
  gap:70px;
}

.nova-calm-item{
  text-align:center;
}

.nova-calm-image{
  width:170px;
  height:170px;
  margin:0 auto 16px;
  overflow:hidden;

  border-radius:50%;
  background:#ebe4e0;
}

.nova-calm-image img{
  display:block;
  width:100%;
  height:100%;

  object-fit:cover;
  object-position:center;

  border-radius:50%;
}

.nova-calm-item h3{
  margin:0;

  color:#151c32;

  font-family:"Cormorant Garamond", Georgia, serif;
  font-size:30px;
  font-weight:400;
  line-height:1.15;
}

/* =========================================
   TABLET
========================================= */

@media (max-width:1024px){

  .nova-calm-protocol{
    padding:75px 24px 70px;
  }

  .nova-calm-header h2{
    font-size:clamp(46px, 6vw, 66px);
  }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width:767px){

  .nova-calm-protocol{
    padding:60px 20px 58px;
  }

  .nova-calm-label{
    margin-bottom:16px;
    font-size:11px;
    letter-spacing:.12em;
  }

  .nova-calm-label::before,
  .nova-calm-label::after{
    width:24px;
  }

  .nova-calm-header h2{
    max-width:520px;
    font-size:42px;
    line-height:1.04;
  }

  .nova-calm-header h2 em{
    display:block;
    margin-top:5px;
  }

  .nova-calm-intro{
    margin-top:16px;
    font-size:16px;
    line-height:1.65;
  }

  .nova-calm-description{
    margin-top:30px;
    padding:24px 0;
  }

  .nova-calm-description p{
    font-size:16px;
    line-height:1.7;
  }

  .nova-calm-items{
    margin-top:34px;
    gap:28px;
  }

  .nova-calm-image{
    width:130px;
    height:130px;
    margin-bottom:13px;
  }

  .nova-calm-item h3{
    font-size:25px;
  }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width:390px){

  .nova-calm-items{
    grid-template-columns:1fr;
    gap:30px;
  }

  .nova-calm-image{
    width:145px;
    height:145px;
  }

}

@media (max-width:767px){

  .nova-calm-protocol,
  .nova-calm-header,
  .nova-calm-description,
  .nova-calm-item{
    text-align:left !important;
  }

  .nova-calm-header{
    align-items:flex-start !important;
  }

  .nova-calm-label,
  .nova-calm-header h2,
  .nova-calm-intro,
  .nova-calm-description p,
  .nova-calm-item h3{
    text-align:left !important;
  }

  .nova-calm-header h2,
  .nova-calm-intro,
  .nova-calm-description{
    margin-left:0 !important;
    margin-right:0 !important;
  }

  .nova-calm-items{
    justify-items:start !important;
  }

}

@media (max-width:767px){

  .nova-calm-items{
    width:100%;
    display:flex !important;
    flex-direction:column;
    align-items:center !important;
    justify-content:center !important;
  }

  .nova-calm-item{
    width:100%;
    display:flex !important;
    flex-direction:column;
    align-items:center !important;
    text-align:center !important;
  }

  .nova-calm-image{
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .nova-calm-item h3{
    width:100%;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c22d735 *//* =========================================
   NOVA — IV THERAPY FEATURE PANELS
========================================= */

.nova-iv-panels,
.nova-iv-panels *{
  box-sizing:border-box;
}

.nova-iv-panels{
  --nova-navy:#151c32;
  --nova-rose:#b07f73;
  --nova-rose-hover:#9f7167;
  --nova-gold:#b98665;
  --nova-cream:#f4f0eb;
  --nova-text:#535966;

  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:105px 6%;
  overflow:hidden;
  background:#fff;
}

.nova-iv-panels-inner{
  display:flex;
  flex-direction:column;
  width:min(1440px,100%);
  margin:0 auto;
  gap:32px;
}


/* =========================================
   MAIN PANEL
========================================= */

.nova-iv-panel{
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);
  min-height:660px;
  overflow:hidden;
  border-radius:28px;
  background:#fff;
}

.nova-iv-panel-reverse .nova-iv-panel-image{
  order:2;
}

.nova-iv-panel-reverse .nova-iv-panel-content{
  order:1;
}


/* =========================================
   IMAGE
========================================= */

.nova-iv-panel-image{
  position:relative;
  min-height:660px;
  overflow:hidden;
  background:#d9d1ca;
}

.nova-iv-panel-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      135deg,
      rgba(21,28,50,.04),
      rgba(21,28,50,.17)
    );
  pointer-events:none;
}

.nova-iv-panel-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform 1s cubic-bezier(.2,.7,.2,1);
}

.nova-iv-panel:hover .nova-iv-panel-image img{
  transform:scale(1.035);
}


/* =========================================
   CONTENT
========================================= */

.nova-iv-panel-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:70px clamp(42px,5vw,80px);
  background:var(--nova-cream);
}

.nova-iv-panel-top{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:30px;
  color:var(--nova-rose);
  font-family:Inter,Arial,sans-serif;
}

.nova-iv-panel-top > span{
  font-size:12px;
  font-weight:600;
  letter-spacing:.14em;
}

.nova-iv-panel-top i{
  display:block;
  width:48px;
  height:1px;
  background:currentColor;
}

.nova-iv-panel-top small{
  font-size:10px;
  font-weight:600;
  letter-spacing:.2em;
}

.nova-iv-panel-content h2{
  max-width:570px;
  margin:0 0 24px;
  color:var(--nova-navy);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(46px,4vw,67px);
  font-weight:500;
  line-height:.98;
  letter-spacing:-.035em;
}

.nova-iv-panel-intro{
  max-width:590px;
  margin:0 0 29px;
  color:var(--nova-text);
  font-family:Inter,Arial,sans-serif;
  font-size:17px;
  line-height:1.75;
}

.nova-iv-panel-content ul{
  display:grid;
  grid-template-columns:1fr;
  gap:9px;
  margin:0 0 38px;
  padding:0;
  list-style:none;
}

.nova-iv-panel-content li{
  position:relative;
  margin:0;
  padding-left:22px;
  color:#555b67;
  font-family:Inter,Arial,sans-serif;
  font-size:14px;
  line-height:1.55;
}

.nova-iv-panel-content li::before{
  content:"";
  position:absolute;
  top:.72em;
  left:0;
  width:9px;
  height:1px;
  background:var(--nova-gold);
}


/* =========================================
   DARK PANELS
========================================= */

.nova-iv-panel-dark .nova-iv-panel-content{
  background:var(--nova-navy);
}

.nova-iv-panel-dark .nova-iv-panel-top{
  color:#d2a091;
}

.nova-iv-panel-dark .nova-iv-panel-content h2{
  color:#fff;
}

.nova-iv-panel-dark .nova-iv-panel-intro{
  color:rgba(255,255,255,.72);
}

.nova-iv-panel-dark .nova-iv-panel-content li{
  color:rgba(255,255,255,.69);
}

.nova-iv-panel-dark .nova-iv-panel-content li::before{
  background:#d2a091;
}


/* =========================================
   LIGHT PANEL BUTTON
========================================= */

.nova-iv-panel-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  gap:16px;

  width:fit-content;
  min-width:285px;
  min-height:68px;
  padding:15px 32px;

  border:1px solid var(--nova-rose);
  border-radius:999px;
  background:var(--nova-rose);
  color:#fff;

  font-family:Inter,Arial,sans-serif;
  font-size:15px;
  font-weight:600;
  line-height:1;
  letter-spacing:.08em;
  text-decoration:none;
  text-transform:none;
  white-space:nowrap;

  transition:
    background .3s ease,
    border-color .3s ease,
    color .3s ease,
    transform .3s ease;
}

.nova-iv-panel-button > span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;

  width:auto;
  height:auto;

  border:0;
  border-radius:0;
  background:transparent;
  color:#fff;

  font-family:Arial,sans-serif;
  font-size:23px;
  font-weight:600;
  line-height:1;

  transition:
    color .3s ease,
    background .3s ease,
    transform .3s ease;
}

.nova-iv-panel-button:hover{
  border-color:var(--nova-rose-hover);
  background:var(--nova-rose-hover);
  color:#fff;
  transform:translateY(-2px);
}

.nova-iv-panel-button:hover > span{
  background:transparent;
  color:#fff;
  transform:translateX(4px);
}


/* =========================================
   DARK PANEL BUTTON
========================================= */

.nova-iv-panel-dark .nova-iv-panel-button{
  justify-content:space-between;
  gap:28px;

  min-width:370px;
  min-height:82px;
  padding:10px 12px 10px 40px;

  border:1px solid rgba(255,255,255,.7);
  border-radius:999px;
  background:transparent;
  color:#fff;

  font-size:14px;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.nova-iv-panel-dark .nova-iv-panel-button > span{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 58px;

  width:58px;
  height:58px;

  border-radius:50%;
  background:#f8f6f4;
  color:var(--nova-navy);

  font-family:Arial,sans-serif;
  font-size:24px;
  font-weight:400;
}

.nova-iv-panel-dark .nova-iv-panel-button:hover{
  border-color:#fff;
  background:rgba(255,255,255,.07);
  color:#fff;
}

.nova-iv-panel-dark .nova-iv-panel-button:hover > span{
  background:#fff;
  color:var(--nova-navy);
  transform:translateX(3px);
}


/* =========================================
   TABLET
========================================= */

@media(max-width:1024px){

  .nova-iv-panels{
    padding:80px 5%;
  }

  .nova-iv-panel{
    grid-template-columns:1fr;
    min-height:0;
    border-radius:24px;
  }

  .nova-iv-panel-image,
  .nova-iv-panel-reverse .nova-iv-panel-image{
    order:1;
    min-height:470px;
  }

  .nova-iv-panel-content,
  .nova-iv-panel-reverse .nova-iv-panel-content{
    order:2;
    padding:58px 52px;
  }

  .nova-iv-panel-dark .nova-iv-panel-button{
    min-width:340px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

  .nova-iv-panels{
    padding:58px 16px;
  }

  .nova-iv-panels-inner{
    gap:22px;
  }

  .nova-iv-panel{
    border-radius:18px;
  }

  .nova-iv-panel-image,
  .nova-iv-panel-reverse .nova-iv-panel-image{
    min-height:300px;
    height:300px;
  }

  .nova-iv-panel-content,
  .nova-iv-panel-reverse .nova-iv-panel-content{
    padding:38px 25px 42px;
  }

  .nova-iv-panel-top{
    margin-bottom:23px;
  }

  .nova-iv-panel-top i{
    width:32px;
  }

  .nova-iv-panel-content h2{
    margin-bottom:19px;
    font-size:40px;
    line-height:1.02;
  }

  .nova-iv-panel-intro{
    margin-bottom:25px;
    font-size:16px;
    line-height:1.7;
  }

  .nova-iv-panel-content li{
    font-size:14px;
  }

  .nova-iv-panel-button,
  .nova-iv-panel-dark .nova-iv-panel-button{
    align-self:stretch;
    width:100%;
    min-width:0;
  }

  .nova-iv-panel-button{
    min-height:62px;
    padding:14px 23px;
    font-size:14px;
  }

  .nova-iv-panel-dark .nova-iv-panel-button{
    min-height:68px;
    padding:7px 8px 7px 24px;
    font-size:11px;
    letter-spacing:.09em;
  }

  .nova-iv-panel-dark .nova-iv-panel-button > span{
    flex-basis:52px;
    width:52px;
    height:52px;
  }

}

/* =========================================
   NOVA — SMALLER IV BUTTONS
========================================= */

/* LIGHT BUTTON */
.nova-iv-panel-button{
  min-width:230px;
  min-height:54px;
  padding:12px 24px;
  gap:12px;

  font-size:13px;
  letter-spacing:.06em;
}

.nova-iv-panel-button > span{
  font-size:19px;
}


/* DARK OUTLINE BUTTON */
.nova-iv-panel-dark .nova-iv-panel-button{
  min-width:285px;
  min-height:60px;
  padding:7px 8px 7px 25px;
  gap:18px;

  font-size:11px;
  letter-spacing:.1em;
}

.nova-iv-panel-dark .nova-iv-panel-button > span{
  flex:0 0 44px;
  width:44px;
  height:44px;
  font-size:19px;
}


/* MOBILE */
@media(max-width:767px){

  .nova-iv-panel-button,
  .nova-iv-panel-dark .nova-iv-panel-button{
    width:auto;
    min-width:0;
    align-self:flex-start;
  }

  .nova-iv-panel-button{
    min-height:50px;
    padding:11px 20px;
    font-size:12px;
  }

  .nova-iv-panel-dark .nova-iv-panel-button{
    min-width:250px;
    min-height:56px;
    padding:6px 7px 6px 21px;
    font-size:10px;
  }

  .nova-iv-panel-dark .nova-iv-panel-button > span{
    flex-basis:42px;
    width:42px;
    height:42px;
  }

}

/* =========================================
   IV BUTTON — FORCE WHITE TEXT
========================================= */

.nova-iv-panel-button,
.nova-iv-panel-button:link,
.nova-iv-panel-button:visited,
.nova-iv-panel-button:hover,
.nova-iv-panel-button:focus,
.nova-iv-panel-button:active{
  color:#fff !important;
}

.nova-iv-panel-button > span,
.nova-iv-panel-button:hover > span,
.nova-iv-panel-button:focus > span,
.nova-iv-panel-button:active > span{
  color:#fff !important;
}

.nova-iv-panel-button *{
  color:inherit !important;
}

.nova-iv-panel-dark .nova-iv-panel-button > span{
  color:var(--nova-navy) !important;
}

.nova-iv-panel-dark .nova-iv-panel-button:hover > span{
  color:var(--nova-navy) !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b869f7a *//* =========================================
   NOVA — TREATMENT ADD-ONS
========================================= */

.nova-addon-section,
.nova-addon-section *{
  box-sizing:border-box;
}

.nova-addon-section{
  --addon-navy:#151c32;
  --addon-rose:#b07f73;
  --addon-rose-hover:#9f7167;
  --addon-gold:#b98665;
  --addon-cream:#f5f1ec;
  --addon-text:#575d69;

  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:110px 6%;
  overflow:hidden;
  background:var(--addon-navy);
}

.nova-addon-inner{
  width:min(1420px,100%);
  margin:0 auto;
}


/* =========================================
   HEADER
========================================= */

.nova-addon-header{
  margin-bottom:58px;
}

.nova-addon-eyebrow{
  display:flex;
  align-items:center;
  gap:13px;

  margin-bottom:24px;

  color:#d5a295;
  font-family:Inter,Arial,sans-serif;
  font-size:11px;
  font-weight:600;
  line-height:1;
  letter-spacing:.2em;
}

.nova-addon-eyebrow span{
  display:block;
  width:44px;
  height:1px;
  background:currentColor;
}

.nova-addon-heading-row{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
  align-items:end;
  gap:70px;
}

.nova-addon-heading-row h2{
  max-width:760px;
  margin:0;

  color:#fff;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(50px,5.2vw,78px);
  font-weight:500;
  line-height:.95;
  letter-spacing:-.035em;
}

.nova-addon-heading-row p{
  max-width:520px;
  margin:0;
  padding-left:28px;

  border-left:1px solid rgba(255,255,255,.2);

  color:rgba(255,255,255,.7);
  font-family:Inter,Arial,sans-serif;
  font-size:17px;
  line-height:1.75;
}


/* =========================================
   GRID
========================================= */

.nova-addon-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  grid-template-rows:repeat(2,minmax(0,1fr));
  gap:22px;
}


/* =========================================
   CARD
========================================= */

.nova-addon-card{
  position:relative;

  display:flex;
  flex-direction:column;

  min-width:0;
  min-height:330px;
  padding:42px 42px 38px;

  overflow:hidden;

  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;

  background:var(--addon-cream);
}

.nova-addon-featured{
  grid-row:1 / 3;

  min-height:682px;
  padding:58px 58px 50px;

  background:
    linear-gradient(
      145deg,
      rgba(176,127,115,.08),
      transparent 40%
    ),
    var(--addon-cream);
}


/* =========================================
   FEATURED IMAGE
========================================= */

.nova-addon-featured-image{
  position:relative;

  width:100%;
  height:30vh;
  min-height:300px;
  margin:8px 0 30px;

  overflow:hidden;
  border-radius:18px;

  background:#ded6d1;
}

.nova-addon-featured-image::after{
  content:"";
  position:absolute;
  inset:0;

  background:
    linear-gradient(
      180deg,
      rgba(21,28,50,0) 45%,
      rgba(21,28,50,.18) 100%
    );

  pointer-events:none;
}

.nova-addon-featured-image img{
  display:block;
  width:100%;
  height:100%;

  object-fit:cover;
  object-position:center;

  transition:transform .8s cubic-bezier(.2,.7,.2,1);
}

.nova-addon-featured:hover .nova-addon-featured-image img{
  transform:scale(1.035);
}


/* =========================================
   NUMBER
========================================= */

.nova-addon-number{
  position:absolute;
  top:20px;
  right:26px;

  color:rgba(21,28,50,.09);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:86px;
  font-weight:500;
  line-height:1;

  pointer-events:none;
}

.nova-addon-featured .nova-addon-number{
  top:27px;
  right:38px;
  font-size:130px;
}


/* =========================================
   CARD CONTENT
========================================= */

.nova-addon-card-top{
  position:relative;
  z-index:2;

  display:flex;
  align-items:center;
  gap:12px;

  margin-bottom:25px;

  color:var(--addon-rose);
  font-family:Inter,Arial,sans-serif;
  font-size:10px;
  font-weight:700;
  line-height:1;
  letter-spacing:.17em;
  text-transform:uppercase;
}

.nova-addon-card-top::before{
  content:"";

  width:32px;
  height:1px;

  background:currentColor;
}

.nova-addon-card h3{
  position:relative;
  z-index:2;

  max-width:580px;
  margin:0 0 22px;

  color:var(--addon-navy);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(37px,3.5vw,56px);
  font-weight:500;
  line-height:1;
  letter-spacing:-.025em;
}

.nova-addon-featured h3{
  margin-bottom:28px;
  font-size:clamp(48px,4.5vw,68px);
}

.nova-addon-description{
  position:relative;
  z-index:2;

  max-width:650px;
  margin:0 0 34px;

  color:var(--addon-text);
  font-family:Inter,Arial,sans-serif;
  font-size:17px;
  line-height:1.8;
}

.nova-addon-benefits-title{
  margin-bottom:16px;

  color:var(--addon-navy);
  font-family:Inter,Arial,sans-serif;
  font-size:13px;
  font-weight:700;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
}


/* =========================================
   BENEFITS
========================================= */

.nova-addon-list{
  position:relative;
  z-index:2;

  display:grid;
  gap:11px;

  margin:0 0 32px;
  padding:0;

  list-style:none;
}

.nova-addon-featured .nova-addon-list{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:15px 30px;
}

.nova-addon-list li{
  position:relative;

  margin:0;
  padding-left:27px;

  color:var(--addon-text);
  font-family:Inter,Arial,sans-serif;
  font-size:15px;
  line-height:1.55;
}

.nova-addon-list li::before{
  content:"✓";

  position:absolute;
  top:0;
  left:0;

  color:var(--addon-rose);
  font-size:13px;
  font-weight:700;
}


/* =========================================
   BOOK BUTTON
========================================= */

.nova-inline-book-btn,
.nova-inline-book-btn:link,
.nova-inline-book-btn:visited{
  position:relative;
  z-index:3;

  display:inline-flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  align-self:flex-start !important;
  gap:18px !important;

  width:auto !important;
  max-width:100% !important;
  min-width:280px !important;
  min-height:54px !important;

  margin-top:auto !important;
  padding:0 9px 0 24px !important;

  border:1px solid var(--addon-navy) !important;
  border-radius:999px !important;

  background:var(--addon-navy) !important;
  color:#fff !important;

  font-family:Inter,Arial,sans-serif !important;
  font-size:10px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:.14em !important;
  text-decoration:none !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;

  transition:
    background .3s ease,
    border-color .3s ease,
    color .3s ease,
    transform .3s ease !important;
}

.nova-inline-book-btn-text{
  color:#fff !important;
}

.nova-inline-book-btn-icon{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 36px !important;

  width:36px !important;
  height:36px !important;

  border-radius:50% !important;

  background:#fff !important;
  color:var(--addon-navy) !important;

  transition:
    background .3s ease,
    color .3s ease,
    transform .3s ease !important;
}

.nova-inline-book-btn-icon svg{
  display:block !important;

  width:17px !important;
  height:17px !important;

  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.7 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;

  pointer-events:none;
}

.nova-inline-book-btn:hover,
.nova-inline-book-btn:focus{
  border-color:var(--addon-rose) !important;
  background:var(--addon-rose) !important;
  color:#fff !important;

  transform:translateY(-2px) !important;
}

.nova-inline-book-btn:hover .nova-inline-book-btn-text,
.nova-inline-book-btn:focus .nova-inline-book-btn-text{
  color:#fff !important;
}

.nova-inline-book-btn:hover .nova-inline-book-btn-icon,
.nova-inline-book-btn:focus .nova-inline-book-btn-icon{
  background:#fff !important;
  color:var(--addon-rose) !important;

  transform:rotate(-35deg) !important;
}


/* =========================================
   TABLET
========================================= */

@media(max-width:1024px){

  .nova-addon-section{
    padding:85px 5%;
  }

  .nova-addon-heading-row{
    grid-template-columns:1fr;
    gap:28px;
  }

  .nova-addon-heading-row p{
    max-width:700px;
  }

  .nova-addon-grid{
    grid-template-columns:1fr;
    grid-template-rows:auto;
  }

  .nova-addon-featured{
    grid-row:auto;
    min-height:0;
  }

  .nova-addon-featured-image{
    height:320px;
    min-height:0;
  }

}


/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

  .nova-addon-section{
    padding:65px 17px;
  }

  .nova-addon-header{
    margin-bottom:38px;
  }

  .nova-addon-heading-row h2{
    font-size:45px;
    line-height:1;
  }

  .nova-addon-heading-row p{
    padding-left:19px;
    font-size:16px;
    line-height:1.7;
  }

  .nova-addon-grid{
    gap:16px;
  }

  .nova-addon-card,
  .nova-addon-featured{
    min-height:0;
    padding:35px 24px 30px;
    border-radius:16px;
  }

  .nova-addon-card h3,
  .nova-addon-featured h3{
    font-size:40px;
  }

  .nova-addon-description{
    font-size:16px;
    line-height:1.7;
  }

  .nova-addon-featured .nova-addon-list{
    grid-template-columns:1fr;
    gap:11px;
  }

  .nova-addon-number,
  .nova-addon-featured .nova-addon-number{
    top:18px;
    right:18px;
    font-size:70px;
  }

  .nova-addon-featured-image{
    height:220px;
    min-height:0;
    margin:5px 0 25px;
    border-radius:14px;
  }

  .nova-inline-book-btn,
  .nova-inline-book-btn:link,
  .nova-inline-book-btn:visited{
    width:auto !important;
    min-width:250px !important;
    min-height:52px !important;
    padding:0 8px 0 20px !important;
  }

  .nova-inline-book-btn-icon{
    flex-basis:36px !important;
    width:36px !important;
    height:36px !important;
  }

}

@media(max-width:390px){

  .nova-inline-book-btn,
  .nova-inline-book-btn:link,
  .nova-inline-book-btn:visited{
    width:100% !important;
    min-width:0 !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4121778 *//* =========================================
   NOVA — PRE FOOTER CTA WITH BACKGROUND
========================================= */

.nova-prefooter,
.nova-prefooter *{
  box-sizing:border-box;
}

.nova-prefooter{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:42px 6%;
  overflow:hidden;
  background:#fff;
}


/* =========================================
   MAIN BOX
========================================= */

.nova-prefooter-inner{
  position:relative;
  isolation:isolate;

  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:26px;

  width:min(1400px,100%);
  min-height:330px;
  margin:0 auto;
  padding:55px 64px;

  overflow:hidden;
  border-radius:26px;

  background-image:
    linear-gradient(
      90deg,
      rgba(21,28,50,.94) 0%,
      rgba(21,28,50,.82) 34%,
      rgba(21,28,50,.52) 58%,
      rgba(21,28,50,.20) 82%,
      rgba(21,28,50,.10) 100%
    ),
    url("/wp-content/uploads/2026/07/ChatGPT-Image-Jul-10-2026-01_46_09-PM-scaled.jpg");

  background-size:cover;
  background-position:center right;
  background-repeat:no-repeat;
}


/* DECORATIVE CIRCLE */

.nova-prefooter-inner::after{
  content:"";
  position:absolute;
  z-index:-1;
  top:-115px;
  right:-75px;

  width:340px;
  height:340px;

  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  pointer-events:none;
}


/* =========================================
   CONTENT
========================================= */

.nova-prefooter-content{
  position:relative;
  z-index:2;

  width:100%;
  max-width:1050px;
}

.nova-prefooter-label{
  display:flex;
  align-items:center;
  gap:12px;

  margin:0 0 15px;

  color:#d2a091;
  font-family:Inter,Arial,sans-serif;
  font-size:10px;
  font-weight:600;
  line-height:1.4;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.nova-prefooter-label span{
  display:block;
  flex:0 0 36px;
  width:36px;
  height:1px;
  background:currentColor;
}


/* TITLE — ONE LINE ON DESKTOP */

.nova-prefooter h2{
  width:100%;
  max-width:none;
  margin:0 0 15px;

  color:#fff;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(43px,3.9vw,64px);
  font-weight:500;
  line-height:1;
  letter-spacing:-.03em;
  white-space:nowrap;
}


/* PARAGRAPH */

.nova-prefooter p{
  max-width:760px;
  margin:0;

  color:rgba(255,255,255,.78);
  font-family:Inter,Arial,sans-serif;
  font-size:16px;
  line-height:1.75;
}


/* =========================================
   BUTTON — BELOW TEXT
========================================= */

.nova-prefooter-button{
  position:relative;
  z-index:2;

  min-height:58px;
  margin:0;
  padding:0 10px 0 30px;

  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  flex-shrink:0;
  gap:22px;

  border:1px solid #ffffff;
  border-radius:999px;

  background:#ffffff;
  color:var(--nova-primary, #151c32) !important;

  font-family:var(--nova-font-body, Inter, Arial, sans-serif);
  font-size:13px;
  font-weight:600;
  line-height:1;
  letter-spacing:.12em;

  text-decoration:none !important;
  text-transform:uppercase;
  white-space:nowrap;

  box-shadow:0 12px 30px rgba(0,0,0,.12);

  transition:
    background .35s ease,
    color .35s ease,
    border-color .35s ease,
    transform .35s ease,
    box-shadow .35s ease;
}

.nova-prefooter-button span{
  width:40px;
  height:40px;
  flex-shrink:0;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;
  background:var(--nova-accent, #b07f73);
  color:#ffffff;

  font-family:Arial, sans-serif;
  font-size:20px;
  font-weight:400;
  line-height:1;

  transition:
    background .35s ease,
    color .35s ease,
    transform .35s ease;
}

.nova-prefooter-button:hover{
  border-color:#9f7167;
  background:#9f7167;
  color:#ffffff !important;

  transform:translateY(-3px);

  box-shadow:0 16px 36px rgba(0,0,0,.18);
}

.nova-prefooter-button:hover span{
  background:#ffffff;
  color:#9f7167;
  transform:rotate(-35deg);
}


/* =========================================
   TABLET
========================================= */

@media(max-width:1100px){

  .nova-prefooter{
    padding:36px 5%;
  }

  .nova-prefooter-inner{
    min-height:320px;
    padding:50px 44px;

    background-image:
      linear-gradient(
        90deg,
        rgba(21,28,50,.93) 0%,
        rgba(21,28,50,.80) 45%,
        rgba(21,28,50,.45) 72%,
        rgba(21,28,50,.20) 100%
      ),
      url("/wp-content/uploads/2026/07/ChatGPT-Image-Jul-10-2026-01_46_09-PM-scaled.jpg");

    background-position:center right;
  }

  .nova-prefooter-content{
    max-width:850px;
  }

  .nova-prefooter h2{
    font-size:clamp(39px,5vw,55px);
    white-space:normal;
  }

  .nova-prefooter p{
    max-width:650px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

  .nova-prefooter{
    padding:28px 16px;
  }

  .nova-prefooter-inner{
    gap:24px;

    min-height:0;
    padding:40px 24px;

    border-radius:19px;

    background-image:
      linear-gradient(
        90deg,
        rgba(21,28,50,.88) 0%,
        rgba(21,28,50,.76) 60%,
        rgba(21,28,50,.58) 100%
      ),
      url("/wp-content/uploads/2026/07/ChatGPT-Image-Jul-10-2026-01_46_09-PM-scaled.jpg");

    background-size:cover;
    background-position:62% center;
  }

  .nova-prefooter-inner::after{
    top:-80px;
    right:-130px;
    width:270px;
    height:270px;
  }

  .nova-prefooter-label{
    margin-bottom:13px;
    font-size:9px;
    letter-spacing:.15em;
  }

  .nova-prefooter-label span{
    flex-basis:30px;
    width:30px;
  }

  .nova-prefooter h2{
    margin-bottom:13px;
    font-size:39px;
    line-height:1.03;
    white-space:normal;
  }

  .nova-prefooter p{
    font-size:15px;
    line-height:1.7;
  }

  .nova-prefooter-button{
    min-height:49px;
    padding:11px 20px;
    font-size:11px;
  }

}/* End custom CSS */