/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

a.skip-link{
  color: #fff;
}

.ticker__wrap {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.ticker__track {
  display: inline-flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 48px;
}

.ticker__item {
  flex-shrink: 0;
  font-weight: bold;
  color: #0b0b0c;
  font-size: 1.1vw;
}
.ticker-icon {
  width: 20px;
}
.ticker__sep {
  flex-shrink: 0;
}
@media (prefers-reduced-motion: reduce) {
  .ticker__track {
    animation: none;
  }
}

.txt-color-alt {
  color: #8b6914 !important;
}

.subtitle-w-line p {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
  gap: 20px;
}

.subtitle-w-line p:before {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #8b6914;
}

.service-title p,
.service-title h3 {

}

.service-title p .number,
.service-title h3 .number {
  font-size: 20px;
  opacity: 0.6;
  padding-right: 40px;
  display: inline-block;
}

.service-btn {
  flex-direction: column;
  gap: 10px;
}

#home-gallery
  .awb-swiper:not(.swiper-fade):not([data-slide-effect="swipe_vert"]):not(
    [data-slide-effect="slide_vert"]
  )
  .swiper-wrapper {
  padding: 0 !important;
}


/* ============================================================
   Loader — Charging Cable
   ============================================================ */
.pg-loader {
  position: fixed;
  inset: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 36px 48px;
  z-index: 99999;
  background:
    radial-gradient(60% 50% at 50% 50%, rgba(232,106,46,0.06), transparent 70%),
    #EDE7DA;
  /* font-family: "Familjen Grotesk", system-ui, sans-serif; */
  color: #0B0B0C;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

html.pg-loading .pg-loader {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pg-loader__top,
.pg-loader__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* font-family: "JetBrains Mono", ui-monospace, monospace; */
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(26,22,18,0.55);
}

.pg-loader__spacer { visibility: hidden; }

.pg-loader__stage {
  display: grid;
  place-items: center;
  position: relative;
}

.pg-loader__scene {
  position: relative;
  width: 760px;
  max-width: 100%;
  height: 420px;
}

.pg-loader__scene svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.pg-loader__cable-line {
  fill: none;
  stroke: rgba(26,22,18,0.22);
  stroke-width: 2;
  stroke-linecap: round;
}

.pg-loader__cable-flow {
  fill: none;
  stroke: #E86A2E;
  stroke-width: 3;
  stroke-linecap: round;
  filter: drop-shadow(0 0 8px rgba(232,106,46,0.5));
}

.pg-loader__socket-glow {
  fill: #E86A2E;
  opacity: 0;
  filter: drop-shadow(0 0 14px rgba(232,106,46,0.8));
}

.pg-loader__head {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

.pg-loader__eyebrow {
  /* font-family: "JetBrains Mono", ui-monospace, monospace; */
  font-size: 10.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(26,22,18,0.55);
  margin-bottom: 18px;
}

.pg-loader__title {
  font-family: "Newsreader", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  display: inline-block;
  position: relative;
  color: #0B0B0C;
}

.pg-loader__title::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: #E86A2E;
  overflow: hidden;
  width: var(--p, 0%);
  white-space: nowrap;
  pointer-events: none;
}

.pg-loader__progress {
  position: absolute;
  left: 48px;
  right: 48px;
  bottom: 80px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.pg-loader__num {
  /* font-family: "Newsreader", serif; */
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  width: 56px;
}

/* ============================================================
   Loader Responsive Layout
   ------------------------------------------------------------
   The loader is injected before homepage CSS is relevant, so its
   small-screen sizing lives beside the main loader rules.
   ============================================================ */
@media (max-width: 768px) {
  .pg-loader {
    padding: 24px 22px;
  }

  .pg-loader__top,
  .pg-loader__bottom {
    font-size: 9px;
    letter-spacing: 0.16em;
  }

  .pg-loader__scene {
    width: min(620px, 100%);
    height: clamp(280px, 58vh, 380px);
  }

  .pg-loader__head {
    bottom: -58px;
  }

  .pg-loader__eyebrow {
    margin-bottom: 12px;
    font-size: 9px;
    letter-spacing: 0.24em;
  }

  .pg-loader__title {
    font-size: clamp(34px, 9vw, 46px);
  }

  .pg-loader__progress {
    right: 22px;
    bottom: 58px;
    left: 22px;
  }

  .pg-loader__num {
    font-size: 18px;
    width: 48px;
  }
}

@media (max-width: 420px) {
  .pg-loader {
    padding: 20px 18px;
  }

  .pg-loader__scene {
    height: 300px;
  }

  .pg-loader__head {
    bottom: -48px;
  }

  .pg-loader__title {
    font-size: 34px;
  }

  .pg-loader__progress {
    right: 18px;
    bottom: 48px;
    left: 18px;
  }
}

/* Hide page scroll while loader is active */
html.pg-loading,
html.pg-loading body {
  overflow: hidden;
}

.home-elroq-presentation{
  gap: 2%;
}

.spec-card-reveal:not(.pg-spec-card-ready) > .fusion-layout-column {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 24px, 0) scale(0.96);
}

/* Pre-hide text animations until global.js has applied their GSAP
   from-states (class set by the loader inline script, removed by
   global.js after init) — so reveals always come from not shown. */
html.pg-anim-pending .reveal-heading,
html.pg-anim-pending .title-tumble,
html.pg-anim-pending .title-center-out,
html.pg-anim-pending .body-reveal,
html.pg-anim-pending .body-blur,
html.pg-anim-pending .body-indent {
  opacity: 0;
  visibility: hidden;
}

/* Contact form mobile */
@media (max-width: 1024px) {
  .form_contact_home .fusion-form-field {
    margin-bottom: 5px !important;
  }

  .form_contact_home .fusion-layout-column {
    --awb-margin-bottom-small: 5px !important;
  }

  .form_contact_home label {
    font-size: 22px !important;
    line-height: 1.15 !important;
  }

  .form_contact_home input.fusion-form-input {
    min-height: 30px !important;
    height: 30px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    line-height: 1.2 !important;
  }
}


/* =========================================================
   Rental landing (rental-search) + ticker variants
   ========================================================= */

/* Center a width-limited fusion_text */
.pg-mx-auto {
  margin-inline: auto !important;
}

/* Centered eyebrow with lines on both sides (hero / CTA) */
.pg-eyebrow p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.pg-eyebrow p::before,
.pg-eyebrow p::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #8b6914;
  opacity: 0.6;
}

/* Trust chips under the search card */
.pg-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 10px;
}
.pg-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "JetBrains Mono", ui-monospace, Consolas, monospace;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b655a;
  border: 1px solid rgba(11, 11, 12, 0.14);
  border-radius: 999px;
  padding: 9px 16px;
}
.pg-chip::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8b6914;
}

/* Ticker: light letters for gold/dark backgrounds */
.ticker--light .ticker__item {
  color: #fdfbf5;
}
.ticker--light .ticker-icon {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

/* Ticker: CSS loop for pages without the homepage GSAP script.
   Two identical tracks each move by -100% of their own width, so the
   loop is seamless by construction — no width math, no half-gap jump.
   The trailing padding on each track equals the gap, keeping the seam
   between the tracks identical to the internal spacing. */
.ticker--css {
  display: flex;
}
.ticker--css .ticker__track {
  flex-shrink: 0;
  gap: 48px;
  padding-right: 48px;
  animation: pg-ticker-scroll 60s linear infinite;
  will-change: transform;
}
.ticker--css .ticker__item {
  font-size: clamp(13px, 1.1vw, 21px);
}
.ticker--css:hover .ticker__track {
  animation-play-state: paused;
}
@keyframes pg-ticker-scroll {
  to {
    transform: translateX(-100%);
  }
}
@media (max-width: 1000px) {
  .ticker--css .ticker__track {
    gap: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 560px) {
  .ticker--css .ticker__track {
    gap: 20px;
    padding-right: 20px;
  }
  .ticker--css .ticker-icon {
    width: 14px;
  }
}

/* Included section: breathing room between the two rows of boxes */
.pg-included-boxes .content-box-column {
  margin-bottom: 36px;
}


/* =========================================================
   Account off-canvas + My Account page
   ========================================================= */

/* Logged-in view inside the account sliding bar */
.pg-account-oc .fusion-login-caption {
  font-size: 22px;
  font-weight: 300;
  color: #14110c;
  margin-bottom: 16px;
}
.pg-account-oc .fusion-login-avatar {
  float: none;
  margin: 0 0 16px;
}
.pg-account-oc .fusion-login-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
}
.pg-account-oc ul.fusion-login-loggedin-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.pg-account-oc ul.fusion-login-loggedin-links li {
  border: 1px solid rgba(11, 11, 12, 0.14);
  border-radius: 10px;
  transition: border-color 0.2s;
}
.pg-account-oc ul.fusion-login-loggedin-links li:hover {
  border-color: #8b6914;
}
.pg-account-oc ul.fusion-login-loggedin-links a {
  display: block;
  padding: 12px 16px;
  color: #14110c;
  font-size: 15px;
}
.pg-account-oc ul.fusion-login-loggedin-links a:hover {
  color: #8b6914;
}

/* Logged-out links row (lost password / register) */
.pg-account-oc .fusion-login-links a {
  color: #8b6914;
}
.pg-account-oc .fusion-login-links a:hover {
  color: #b8892a;
}

/* My Account page card */
.pg-account-card .woocommerce a {
  color: #8b6914;
}
.pg-account-card .woocommerce a:hover {
  color: #b8892a;
}
.pg-account-card .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.pg-account-card .woocommerce-MyAccount-navigation li {
  border: 1px solid rgba(11, 11, 12, 0.14);
  border-radius: 10px;
}
.pg-account-card .woocommerce-MyAccount-navigation li.is-active {
  border-color: #8b6914;
}
.pg-account-card .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 11px 16px;
  color: #14110c !important;
}
.pg-account-card .woocommerce-MyAccount-navigation li.is-active a,
.pg-account-card .woocommerce-MyAccount-navigation a:hover {
  color: #8b6914 !important;
}

/*
 * WooCommerce My Account
 *
 * The account page is generated by WooCommerce/Avada, so it cannot rely on
 * a page-builder wrapper class. Keep these rules scoped to the native account
 * body class and give every endpoint the same ProGrid surface.
 */
body.woocommerce-account #main {
  padding-top: 64px !important;
  padding-bottom: 80px !important;
  background: #ebe8de;
}

body.woocommerce-account #main .fusion-row {
  width: min(1400px, calc(100% - 40px));
  max-width: 1400px;
}

body.woocommerce-account .avada-myaccount-user {
  display: inline-flex;
  grid-column: 1 / -1;
  justify-self: start;
  width: auto;
  max-width: 100%;
  margin: 0 0 28px;
  overflow: hidden;
  border: 1px solid rgba(11, 11, 12, 0.12);
  border-radius: 14px;
  background: #fdfbf5;
  box-shadow: 0 18px 42px rgba(11, 11, 12, 0.07);
}

body.woocommerce-account .avada-myaccount-user .avada-myaccount-user-column {
  display: flex;
  align-items: center;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  border: 0;
  padding: 13px 18px;
  color: #5d574d;
  line-height: 1.45;
}

body.woocommerce-account .avada-myaccount-user .avada-myaccount-user-column.message,
body.woocommerce-account .avada-myaccount-user .avada-myaccount-user-column:not(.username) {
  display: none !important;
}

body.woocommerce-account .avada-myaccount-user .username {
  gap: 6px;
  flex: 0 1 auto;
}

body.woocommerce-account .avada-myaccount-user .username .hello,
body.woocommerce-account .avada-myaccount-user .username .not-user {
  display: inline;
  font-size: 16px;
  line-height: 1.5;
}

body.woocommerce-account .avada-myaccount-user .username .hello {
  padding-left: 25px;
}

body.woocommerce-account .avada-myaccount-user a {
  color: #14110c;
  text-decoration: none;
}

body.woocommerce-account .avada-myaccount-user a:hover,
body.woocommerce-account .avada-myaccount-user a:focus-visible {
  color: #8b6914;
}

body.logged-in.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  column-gap: 22px;
  row-gap: 28px;
  align-items: start;
}

body.logged-in.woocommerce-account .woocommerce::before,
body.logged-in.woocommerce-account .woocommerce::after {
  display: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  max-width: none !important;
  justify-self: stretch;
}

body.logged-in.woocommerce-account .woocommerce > .woocommerce-notices-wrapper,
body.logged-in.woocommerce-account .woocommerce > .woocommerce-error,
body.logged-in.woocommerce-account .woocommerce > .woocommerce-info,
body.logged-in.woocommerce-account .woocommerce > .woocommerce-message {
  grid-column: 1 / -1;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(11, 11, 12, 0.12);
  border-radius: 14px;
  background: #fdfbf5;
  list-style: none;
  box-shadow: 0 16px 36px rgba(11, 11, 12, 0.06);
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
  border: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 9px;
  padding: 10px 13px;
  color: #3f3a32;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a::after {
  margin-left: auto;
  color: currentColor;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li:not(.is-active) a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation li:not(.is-active) a:focus-visible {
  border-color: rgba(139, 105, 20, 0.28);
  background: #f0eadb;
  color: #6f5310;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  border-color: #8b6914;
  background: #8b6914;
  color: #fdfbf5;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible,
body.woocommerce-account .woocommerce-MyAccount-content a:focus-visible {
  outline: 3px solid rgba(139, 105, 20, 0.32);
  outline-offset: 2px;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  min-height: 290px;
  border: 1px solid rgba(11, 11, 12, 0.12);
  border-radius: 14px;
  padding: clamp(24px, 3vw, 38px);
  background: #fdfbf5;
  color: #3f3a32;
  box-shadow: 0 18px 42px rgba(11, 11, 12, 0.07);
}

body.woocommerce-account .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content > :last-child {
  margin-bottom: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3 {
  color: #14110c;
  line-height: 1.15;
}

body.woocommerce-account .woocommerce-MyAccount-content a {
  color: #8b6914;
}

body.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: #0b0b0c;
}

body.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
  width: 100%;
  margin: 22px 0 0;
  overflow: hidden;
  border: 1px solid rgba(11, 11, 12, 0.11);
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}

body.woocommerce-account .woocommerce-MyAccount-content table.shop_table th,
body.woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
  border: 0;
  border-bottom: 1px solid rgba(11, 11, 12, 0.08);
  padding: 15px 14px;
  text-align: left;
}

body.woocommerce-account .woocommerce-MyAccount-content table.shop_table th {
  background: #f0eadb;
  color: #3f3a32;
  font-size: 13px;
  font-weight: 700;
}

body.woocommerce-account .woocommerce-MyAccount-content table.shop_table tr:last-child td {
  border-bottom: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  border: 1px solid rgba(11, 11, 12, 0.11);
  border-radius: 10px;
  padding: 20px;
  background: #fff;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title {
  border-bottom: 1px solid rgba(11, 11, 12, 0.09);
  padding-bottom: 12px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address address {
  margin: 16px 0 0;
  color: #5d574d;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  body.logged-in.woocommerce-account .woocommerce {
    grid-template-columns: 200px minmax(0, 1fr);
    column-gap: 18px;
  }
}

@media (max-width: 760px) {
  body.woocommerce-account #main {
    padding-top: 32px !important;
    padding-bottom: 52px !important;
  }

  body.woocommerce-account #main .fusion-row {
    width: min(100% - 24px, 1400px);
  }

  body.woocommerce-account .avada-myaccount-user {
    width: 100%;
    margin-bottom: 24px;
  }

  body.woocommerce-account .avada-myaccount-user .avada-myaccount-user-column {
    width: 100%;
    min-height: 0;
    padding: 14px 16px;
  }

  body.woocommerce-account .avada-myaccount-user .username .hello,
  body.woocommerce-account .avada-myaccount-user .username .not-user {
    font-size: 15px;
  }

  body.logged-in.woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding: 8px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    min-height: 40px;
    white-space: nowrap;
  }

  body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 22px 18px;
  }

  body.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}


/* Account off-canvas: guest vs member blocks (body.logged-in is WP-native) */
body.logged-in .pg-account-oc .pg-oc-guest {
  display: none !important;
}
body:not(.logged-in) .pg-account-oc .pg-oc-member {
  display: none !important;
}

/* Role-aware account links (pg_account_links shortcode) */
.pg-account-panel__welcome {
  font-size: 22px;
  font-weight: 300;
  color: #14110c;
  margin-bottom: 18px;
}
ul.pg-account-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
ul.pg-account-links li {
  border: 1px solid rgba(11, 11, 12, 0.14);
  border-radius: 10px;
  transition: border-color 0.2s;
}
ul.pg-account-links li:hover {
  border-color: #8b6914;
}
ul.pg-account-links a {
  display: block;
  padding: 12px 16px;
  color: #14110c;
  font-size: 15px;
}
ul.pg-account-links a:hover {
  color: #8b6914;
}
ul.pg-account-links li.pg-account-links__logout {
  border-style: dashed;
}
ul.pg-account-links li.pg-account-links__logout a {
  color: #6b655a;
}
ul.pg-account-links li.pg-account-links__logout a:hover {
  color: #c0442e;
}
