.elementor-4905 .elementor-element.elementor-element-8ed82d5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--flex-wrap:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4905 .elementor-element.elementor-element-cf04147{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-4905 .elementor-element.elementor-element-fa8c8f3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--flex-wrap:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4905 .elementor-element.elementor-element-fac7155{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-4905 .elementor-element.elementor-element-8ed82d5{--justify-content:center;--padding-top:50px;--padding-bottom:100px;--padding-left:70px;--padding-right:70px;}.elementor-4905 .elementor-element.elementor-element-fa8c8f3{--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-4905 .elementor-element.elementor-element-8ed82d5{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-4905 .elementor-element.elementor-element-fa8c8f3{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-cf04147 *//* =========================================
   HARMONY & PULSE — FOOTER
========================================= */

.hp-footer {
  --hp-bg: #47423d;
  --hp-heading: #f7f2eb;
  --hp-text: #d7cec4;
  --hp-muted: #a99f96;
  --hp-accent: #94b2c4;
  --hp-border: rgba(255,255,255,.12);

  width: 100%;
  overflow: hidden;

  background: var(--hp-bg);
  color: var(--hp-text);

  padding:
    clamp(75px, 7vw, 110px)
    24px
    30px;
}


/* =========================================
   MAIN GRID
========================================= */

.hp-footer-main {
  width: min(1500px, 100%);
  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(300px, 1.5fr)
    repeat(3, minmax(160px, .7fr));

  gap:
    clamp(45px, 5vw, 85px);

  align-items: start;
}


/* =========================================
   BRAND
========================================= */

.hp-footer-brand {
  max-width: 420px;
}

.hp-footer-logo {
  display: inline-flex;
}

.hp-footer-brand img {
  width: 210px !important;
  max-width: 100%;
  height: auto;

  display: block;
}

.hp-footer-brand > p {
  max-width: 390px;

  margin: 28px 0 0;

  color: var(--hp-text);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;

  line-height: 1.7;
}

.hp-footer-location {
  margin-top: 20px;

  color: var(--hp-accent);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.6;

  letter-spacing: .7px;
}


/* =========================================
   SOCIAL
========================================= */

.hp-footer-social {
  margin-top: 28px;

  display: flex;
  align-items: center;

  gap: 12px;
}

.hp-footer-social a {
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid var(--hp-border);
  border-radius: 50%;

  color: var(--hp-text);

  transition:
    color .3s ease,
    background .3s ease,
    border-color .3s ease,
    transform .3s ease;
}

.hp-footer-social svg {
  width: 19px;
  height: 19px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.hp-footer-social a:nth-child(2) svg,
.hp-footer-social a:nth-child(3) svg {
  fill: currentColor;
  stroke: none;
}

.hp-footer-social a:hover {
  color: #fff;

  background: rgba(148,178,196,.15);

  border-color: rgba(148,178,196,.55);

  transform: translateY(-3px);
}


/* =========================================
   COLUMNS
========================================= */

.hp-footer-col h3 {
  margin: 0 0 24px;

  color: var(--hp-heading);

  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.hp-footer-col nav {
  display: flex;
  flex-direction: column;

  align-items: flex-start;

  gap: 13px;
}

.hp-footer-col nav a {
  position: relative;

  color: var(--hp-text);

  text-decoration: none;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;

  line-height: 1.45;

  transition:
    color .25s ease,
    transform .25s ease;
}

.hp-footer-col nav a::before {
  content: "";

  position: absolute;

  left: 0;
  bottom: -4px;

  width: 0;
  height: 1px;

  background: var(--hp-accent);

  transition: width .3s ease;
}

.hp-footer-col nav a:hover {
  color: #fff;

  transform: translateX(3px);
}

.hp-footer-col nav a:hover::before {
  width: 100%;
}


/* =========================================
   BOOK LINK
========================================= */

.hp-footer-col nav .hp-footer-book {
  margin-top: 5px;

  padding:
    11px
    17px;

  border: 1px solid rgba(148,178,196,.5);

  color: #eaf2f6;

  text-transform: uppercase;

  font-size: 11px;
  font-weight: 600;

  letter-spacing: 1.6px;
}

.hp-footer-col nav .hp-footer-book::before {
  display: none;
}

.hp-footer-col nav .hp-footer-book:hover {
  background: rgba(148,178,196,.12);

  transform: translateY(-2px);
}


/* =========================================
   PULSE DIVIDER
========================================= */

.hp-footer-pulse {
  width: min(1500px, 100%);

  margin:
    clamp(55px, 6vw, 85px)
    auto
    0;

  display: grid;
  grid-template-columns: 1fr 65px 1fr;

  align-items: center;

  color: var(--hp-accent);
}

.hp-footer-pulse span {
  height: 1px;

  background: var(--hp-border);
}

.hp-footer-pulse svg {
  width: 65px;
  height: 26px;
}


/* =========================================
   DISCLAIMER
========================================= */

.hp-footer-disclaimer {
  width: min(1000px, 100%);

  margin:
    28px
    auto
    0;

  color: var(--hp-muted);

  text-align: center;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;

  line-height: 1.65;
}


/* =========================================
   BOTTOM BAR
========================================= */

.hp-footer-bottom {
  width: min(1500px, 100%);

  margin:
    35px
    auto
    0;

  padding-top: 25px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 25px;

  border-top: 1px solid var(--hp-border);

  color: var(--hp-muted);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.hp-footer-legal {
  display: flex;
  align-items: center;

  flex-wrap: wrap;

  gap: 22px;
}

.hp-footer-legal a {
  color: var(--hp-muted);

  text-decoration: none;

  transition: color .25s ease;
}

.hp-footer-legal a:hover {
  color: #fff;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

  .hp-footer-main {
    grid-template-columns:
      minmax(280px, 1.2fr)
      repeat(2, minmax(160px, .7fr));
  }

  .hp-footer-col:last-child {
    grid-column: 2;
  }

}


/* =========================================
   MOBILE / TABLET
========================================= */

@media (max-width: 760px) {

  .hp-footer {
    padding:
      70px
      20px
      28px;
  }

  .hp-footer-main {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap:
      45px
      30px;
  }

  .hp-footer-brand {
    grid-column: 1 / -1;

    max-width: 520px;
  }

  .hp-footer-col:last-child {
    grid-column: auto;
  }

  .hp-footer-logo img {
    width: 185px;
  }

  .hp-footer-pulse {
    margin-top: 60px;
  }

  .hp-footer-bottom {
    flex-direction: column;

    align-items: flex-start;
  }

}


/* =========================================
   MOBILE
========================================= */

/* =========================================
   MOBILE — COMPACT FOOTER
========================================= */

@media (max-width:520px){

  .hp-footer{
    padding:
      48px
      20px
      24px;
  }


  /* ---------------------------------------
     MAIN GRID
  --------------------------------------- */

  .hp-footer-main{
    display:grid;

    grid-template-columns:
      minmax(0,1fr)
      minmax(0,1fr);

    gap:
      38px
      24px;
  }


  /* Brand full width */

  .hp-footer-brand{
    grid-column:1 / -1;

    max-width:100%;
  }


  .hp-footer-logo{
    display:inline-flex;
  }


  .hp-footer-brand img{
    width:175px !important;
  }


  .hp-footer-brand > p{
    max-width:360px;

    margin-top:22px;

    font-size:14px;
    line-height:1.7;
  }


  .hp-footer-location{
    margin-top:16px;

    font-size:11px;
  }


  .hp-footer-social{
    margin-top:22px;
  }


  .hp-footer-social a{
    width:40px;
    height:40px;
  }


  /* ---------------------------------------
     LINK COLUMNS
  --------------------------------------- */

  .hp-footer-explore{
    grid-column:1;
  }


  .hp-footer-journey{
    grid-column:2;
  }


  /* Connect spans full width */

  .hp-footer-connect{
    grid-column:1 / -1;
  }


  .hp-footer-col h3{
    margin-bottom:17px;

    font-size:20px;
  }


  .hp-footer-col nav{
    gap:10px;
  }


  .hp-footer-col nav a{
    font-size:13px;
    line-height:1.45;
  }


  /* Connect links in two columns */

  .hp-footer-connect nav{
    display:grid;

    grid-template-columns:
      repeat(2,minmax(0,1fr));

    gap:
      12px
      20px;
  }


  .hp-footer-connect .hp-footer-book{
    grid-column:1 / -1;

    width:100%;

    margin-top:7px;

    display:flex;
    align-items:center;
    justify-content:center;

    min-height:46px;

    padding:0 18px;
  }


  /* ---------------------------------------
     PULSE
  --------------------------------------- */

  .hp-footer-pulse{
    margin-top:48px;

    grid-template-columns:
      1fr
      50px
      1fr;
  }


  .hp-footer-pulse svg{
    width:50px;
  }


  /* ---------------------------------------
     DISCLAIMER
  --------------------------------------- */

  .hp-footer-disclaimer{
    max-width:340px;

    margin-top:22px;

    font-size:10.5px;
    line-height:1.65;
  }


  /* ---------------------------------------
     BOTTOM
  --------------------------------------- */

  .hp-footer-bottom{
    margin-top:26px;

    padding-top:20px;

    flex-direction:column;
    align-items:flex-start;

    gap:18px;

    font-size:10.5px;
  }


  .hp-footer-copyright{
    flex-direction:column;
    align-items:flex-start;

    gap:7px;
  }


  .hp-footer-webora{
    padding-left:0;
  }


  .hp-footer-webora::before{
    display:none;
  }


  .hp-footer-legal{
    width:100%;

    gap:
      8px
      18px;
  }

}
@media (max-width:520px){

  .hp-footer-main{
    grid-template-columns:
      minmax(0,1fr)
      minmax(0,1fr);

    gap:
      34px
      22px;
  }

  .hp-footer-brand{
    grid-column:1 / -1;
  }

  .hp-footer-explore{
    grid-column:1;
  }

  .hp-footer-journey{
    grid-column:2;
  }

  /* Connect full width */
  .hp-footer-connect{
    grid-column:1 / -1;
  }

  .hp-footer-connect nav{
    display:flex;
    flex-direction:column;
    align-items:flex-start;

    gap:11px;
  }

  .hp-footer-connect .hp-footer-book{
    width:100%;
    max-width:240px;

    margin-top:10px;

    min-height:48px;

    display:flex;
    align-items:center;
    justify-content:center;
  }

  .hp-footer-col h3{
    margin-bottom:16px;
  }

  .hp-footer-col nav{
    gap:10px;
  }

  .hp-footer-pulse{
    margin-top:44px;
  }

}



/* =========================================
   WEBORA SIGNATURE
========================================= */

.hp-footer-copyright{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 18px;
}

.hp-footer-webora{
  position:relative;

  padding-left:18px;

  color:var(--hp-muted);

  font-size:11px;
  letter-spacing:.25px;
}

.hp-footer-webora::before{
  content:"";

  position:absolute;
  left:0;
  top:50%;

  width:1px;
  height:12px;

  background:var(--hp-border);

  transform:translateY(-50%);
}

.hp-footer-webora strong{
  color:var(--hp-accent);
  font-weight:600;
}

@media(max-width:520px){

  .hp-footer{
    padding-top:44px;
  }

  .hp-footer-main{
    gap:30px 22px;
  }

  .hp-footer-brand{
    margin-bottom:2px;
  }

  .hp-footer-connect{
    margin-top:8px;
  }

  .hp-footer-connect .hp-footer-book{
    max-width:260px;
    width:100%;

    min-height:50px;

    margin-top:12px;

    letter-spacing:1.8px;
  }

  .hp-footer-pulse{
    margin-top:40px;
  }

  .hp-footer-disclaimer{
    max-width:350px;
  }

  .hp-footer-bottom{
    align-items:center;
    text-align:center;
  }

  .hp-footer-copyright{
    align-items:center;
  }

  .hp-footer-webora{
    font-size:10.5px;
    opacity:.9;
  }

  .hp-footer-legal{
    justify-content:center;
    gap:18px;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8ed82d5 */a, button, .elementor-button {
  -webkit-tap-highlight-color: transparent;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fac7155 *//* =========================================================
   HARMONY & PULSE — NEW EDITORIAL FOOTER
========================================================= */

.hp-footer-new{
  --hp-bg:#F6EFE9;
  --hp-text:#2A2A2A;
  --hp-muted:#6F665F;
  --hp-label:#B79782;
  --hp-dark:#213735;
  --hp-line:rgba(42,42,42,.18);

  width:100%;

  background:var(--hp-bg);

  color:var(--hp-text);

  padding:
    70px
    40px
    26px;
}


/* =========================
   INNER
========================= */

.hp-footer-new-inner{
  width:min(1240px,100%);

  margin:0 auto;

  display:grid;

  grid-template-columns:
    minmax(150px,.7fr)
    minmax(420px,1.6fr)
    minmax(150px,.7fr);

  align-items:center;

  gap:50px;
}


/* =========================
   SIDE NAV
========================= */

.hp-footer-new-col{
  display:flex;
  flex-direction:column;

  gap:18px;
}

.hp-footer-new-left{
  align-items:flex-start;
}

.hp-footer-new-right{
  align-items:flex-end;
}

.hp-footer-new-col a{
  position:relative;

  color:var(--hp-muted);

  font-family:"Akatab", Arial, Helvetica, sans-serif;

  font-size:15px;
  font-weight:400;

  line-height:1.2;

  text-decoration:none;

  transition:
    color .22s ease;
}

.hp-footer-new-col a::after{
  content:"";

  position:absolute;

  left:0;
  bottom:-5px;

  width:100%;
  height:1px;

  background:var(--hp-line);

  transition:
    background .22s ease,
    width .22s ease;
}

.hp-footer-new-col a:hover{
  color:var(--hp-dark);
}

.hp-footer-new-col a:hover::after{
  background:var(--hp-dark);
}


/* =========================
   CENTER BRAND
========================= */

.hp-footer-new-brand{
  text-align:center;
}

.hp-footer-new-title{
  display:inline-block;

  color:var(--hp-text) !important;

  font-family:"Bodoni 72", "Bodoni Moda", Georgia, serif;

  font-size:54px;
  font-weight:400;

  line-height:1;

  letter-spacing:0;

  text-decoration:none !important;
}

.hp-footer-new-tagline{
  margin-top:14px;

  color:var(--hp-text);

  font-family:"Bodoni 72", "Bodoni Moda", Georgia, serif;

  font-size:19px;
  font-style:italic;
  font-weight:400;

  line-height:1.3;

  letter-spacing:.08em;
}

.hp-footer-new-brand p{
  max-width:520px;

  margin:
    24px
    auto
    0;

  color:var(--hp-muted);

  font-family:"Akatab", Arial, Helvetica, sans-serif;

  font-size:14px;
  font-weight:400;

  line-height:1.5;
}


/* =========================
   BOTTOM
========================= */

.hp-footer-new-bottom{
  width:min(1240px,100%);

  margin:
    48px
    auto
    0;

  padding-top:20px;

  border-top:1px solid var(--hp-line);

  display:flex;
  align-items:center;
  justify-content:space-between;

  gap:20px;

  color:var(--hp-muted);

  font-family:"Akatab", Arial, Helvetica, sans-serif;

  font-size:11px;
  line-height:1.4;
}

.hp-footer-new-webora strong{
  color:var(--hp-dark);
  font-weight:600;
}

.hp-footer-new-legal{
  display:flex;
  align-items:center;

  gap:18px;
}

.hp-footer-new-legal a{
  color:var(--hp-muted);

  text-decoration:none;

  transition:color .22s ease;
}

.hp-footer-new-legal a:hover{
  color:var(--hp-dark);
}


/* =========================
   TABLET
========================= */

@media(max-width:900px){

  .hp-footer-new{
    padding:
      60px
      28px
      24px;
  }

  .hp-footer-new-inner{
    grid-template-columns:
      minmax(120px,.6fr)
      minmax(320px,1.4fr)
      minmax(120px,.6fr);

    gap:30px;
  }

  .hp-footer-new-title{
    font-size:46px;
  }

  .hp-footer-new-tagline{
    font-size:17px;
  }

}


/* =========================
   MOBILE
========================= */

@media(max-width:700px){

  .hp-footer-new{
    padding:
      52px
      22px
      24px;
  }

  .hp-footer-new-inner{
    grid-template-columns:1fr;

    gap:34px;

    text-align:center;
  }


  /* brand first visually */
  .hp-footer-new-brand{
    order:1;
  }

  .hp-footer-new-left{
    order:2;
  }

  .hp-footer-new-right{
    order:3;
  }


  .hp-footer-new-left,
  .hp-footer-new-right{
    align-items:center;
  }

  .hp-footer-new-col{
    gap:14px;
  }

  .hp-footer-new-col a{
    font-size:14px;
  }


  .hp-footer-new-title{
    font-size:42px;
  }

  .hp-footer-new-tagline{
    margin-top:12px;

    font-size:16px;

    letter-spacing:.07em;
  }

  .hp-footer-new-brand p{
    max-width:340px;

    margin-top:20px;

    font-size:13px;
  }


  .hp-footer-new-bottom{
    margin-top:38px;

    padding-top:18px;

    flex-direction:column;

    justify-content:center;

    text-align:center;

    gap:10px;
  }

  .hp-footer-new-legal{
    justify-content:center;

    flex-wrap:wrap;

    gap:
      8px
      16px;
  }

}


/* =========================
   SMALL MOBILE
========================= */

@media(max-width:420px){

  .hp-footer-new{
    padding-left:18px;
    padding-right:18px;
  }

  .hp-footer-new-title{
    font-size:38px;
  }

  .hp-footer-new-tagline{
    font-size:15px;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fa8c8f3 */a, button, .elementor-button {
  -webkit-tap-highlight-color: transparent;
}/* End custom CSS */