/*
XT Request a Quote Page CSS V2 Compact
File: /wp-content/themes/elementra/xt-custom/assets/css/xt-quote.css
Page ID: 2926
*/

body.page-id-2926 .page-title,
body.page-id-2926 .entry-title,
body.page-id-2926 .wd-page-title,
body.page-id-2926 .woodmart-page-title,
body.page-id-2926 .title-size-default {
  display: none !important;
}

body.page-id-2926 .site-content,
body.page-id-2926 .content-area,
body.page-id-2926 .page-content,
body.page-id-2926 .entry-content,
body.page-id-2926 .main-page-wrapper {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#xt-quote-page {
  --xtq-ink: #111111;
  --xtq-text: #505762;
  --xtq-muted: #7e858f;
  --xtq-line: #e7dfd3;
  --xtq-soft: #f8f3eb;
  --xtq-card: #ffffff;
  --xtq-gold: #b58d57;
  --xtq-gold-dark: #83623a;
  --xtq-shadow: 0 22px 60px rgba(17, 17, 17, 0.07);
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(181, 141, 87, 0.14), transparent 26%),
    radial-gradient(circle at 92% 20%, rgba(17, 17, 17, 0.05), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfaf7 45%, #f5efe7 100%);
  color: var(--xtq-ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

#xt-quote-page,
#xt-quote-page * {
  box-sizing: border-box;
}

#xt-quote-page a {
  color: inherit;
  text-decoration: none;
}

#xt-quote-page .xt-quote-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

#xt-quote-page .xt-quote-hero {
  padding: clamp(42px, 5vw, 68px) 0 clamp(24px, 3vw, 38px);
}

#xt-quote-page .xt-quote-hero-inner {
  max-width: 860px;
}

#xt-quote-page .xt-quote-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--xtq-gold-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

#xt-quote-page .xt-quote-kicker::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--xtq-gold);
}

#xt-quote-page h1,
#xt-quote-page h2,
#xt-quote-page h3,
#xt-quote-page p {
  margin-top: 0;
}

#xt-quote-page h1 {
  max-width: 820px;
  margin-bottom: 0;
  color: var(--xtq-ink);
  font-size: clamp(38px, 4.8vw, 68px);
  font-weight: 860;
  line-height: 1;
  letter-spacing: -0.062em;
}

#xt-quote-page .xt-quote-hero p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--xtq-text);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.75;
}

#xt-quote-page .xt-quote-form-section {
  padding: clamp(24px, 4vw, 46px) 0 clamp(42px, 6vw, 70px);
}

#xt-quote-page .xt-quote-form-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(22px, 3.6vw, 46px);
  align-items: start;
}

#xt-quote-page .xt-quote-side {
  padding: clamp(24px, 3vw, 34px);
  border-radius: 28px;
  background: #111111;
  color: #ffffff;
  box-shadow: var(--xtq-shadow);
}

#xt-quote-page .xt-quote-side .xt-quote-kicker {
  color: var(--xtq-gold);
}

#xt-quote-page .xt-quote-side h2 {
  max-width: 360px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 860;
  line-height: 1.04;
  letter-spacing: -0.056em;
}

#xt-quote-page .xt-quote-side-text {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.72;
}

#xt-quote-page .xt-quote-side-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

#xt-quote-page .xt-quote-side-list div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px 14px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
}

#xt-quote-page .xt-quote-side-list b {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: var(--xtq-ink);
  font-size: 12px;
  font-weight: 900;
}

#xt-quote-page .xt-quote-side-list span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
}

#xt-quote-page .xt-quote-side-list p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.58;
}

#xt-quote-page .xt-quote-form-card {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--xtq-line);
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--xtq-shadow);
}

#xt-quote-page .xt-quote-form-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--xtq-line);
}

#xt-quote-page .xt-quote-form-head span {
  display: block;
  margin-bottom: 8px;
  color: var(--xtq-gold-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

#xt-quote-page .xt-quote-form-head h3 {
  margin: 0;
  color: var(--xtq-ink);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 860;
  line-height: 1.14;
  letter-spacing: -0.04em;
}

#xt-quote-page .xt-quote-form-head strong {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--xtq-soft);
  color: var(--xtq-gold-dark);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

#xt-quote-page .xt-quote-section {
  padding: clamp(42px, 6vw, 76px) 0;
}

#xt-quote-page .xt-quote-section-head {
  max-width: 820px;
  margin-bottom: 26px;
}

#xt-quote-page .xt-quote-section-head h2,
#xt-quote-page .xt-quote-help-card h2 {
  margin-bottom: 0;
  color: var(--xtq-ink);
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 860;
  line-height: 1.06;
  letter-spacing: -0.054em;
}

#xt-quote-page .xt-quote-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

#xt-quote-page .xt-quote-next-card,
#xt-quote-page .xt-quote-help-card {
  padding: 24px;
  border: 1px solid var(--xtq-line);
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 44px rgba(17,17,17,.045);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

#xt-quote-page .xt-quote-next-card:hover {
  transform: translateY(-5px);
  border-color: rgba(181,141,87,.42);
  box-shadow: 0 24px 64px rgba(17,17,17,.08);
}

#xt-quote-page .xt-quote-next-card span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--xtq-soft);
  color: var(--xtq-gold-dark);
  font-size: 13px;
  font-weight: 900;
}

#xt-quote-page .xt-quote-next-card h3 {
  margin-bottom: 10px;
  color: var(--xtq-ink);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

#xt-quote-page .xt-quote-next-card p,
#xt-quote-page .xt-quote-help-card p {
  margin-bottom: 0;
  color: var(--xtq-text);
  font-size: 15px;
  line-height: 1.72;
}

#xt-quote-page .xt-quote-help {
  padding-top: 20px;
  padding-bottom: clamp(62px, 7vw, 90px);
}

#xt-quote-page .xt-quote-help-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

#xt-quote-page .xt-quote-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  transition: all .24s ease;
}

#xt-quote-page .xt-quote-btn-dark {
  background: var(--xtq-ink);
  color: #ffffff;
  border: 1px solid var(--xtq-ink);
}

#xt-quote-page .xt-quote-btn-dark:hover {
  transform: translateY(-3px);
  background: var(--xtq-gold);
  border-color: var(--xtq-gold);
}

/* Fluent Forms compact premium styling */
body.page-id-2926 #xt-quote-page .fluentform,
body.page-id-2926 #xt-quote-page .fluentform-wrapper {
  width: 100%;
}

body.page-id-2926 #xt-quote-page .fluentform .ff-el-group {
  margin-bottom: 16px !important;
}

body.page-id-2926 #xt-quote-page .fluentform .ff-el-input--label {
  margin-bottom: 7px !important;
}

body.page-id-2926 #xt-quote-page .fluentform .ff-el-input--label label,
body.page-id-2926 #xt-quote-page .fluentform label {
  color: var(--xtq-ink) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.35 !important;
}

body.page-id-2926 #xt-quote-page .fluentform .ff-el-form-control,
body.page-id-2926 #xt-quote-page .fluentform input[type="text"],
body.page-id-2926 #xt-quote-page .fluentform input[type="email"],
body.page-id-2926 #xt-quote-page .fluentform input[type="tel"],
body.page-id-2926 #xt-quote-page .fluentform input[type="number"],
body.page-id-2926 #xt-quote-page .fluentform select,
body.page-id-2926 #xt-quote-page .fluentform textarea {
  width: 100% !important;
  min-height: 52px !important;
  padding: 13px 15px !important;
  border: 1px solid var(--xtq-line) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: var(--xtq-ink) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color .22s ease, box-shadow .22s ease, background-color .22s ease !important;
}

body.page-id-2926 #xt-quote-page .fluentform textarea {
  min-height: 132px !important;
  resize: vertical !important;
}

body.page-id-2926 #xt-quote-page .fluentform .ff-el-form-control:focus,
body.page-id-2926 #xt-quote-page .fluentform input:focus,
body.page-id-2926 #xt-quote-page .fluentform select:focus,
body.page-id-2926 #xt-quote-page .fluentform textarea:focus {
  border-color: rgba(181, 141, 87, .76) !important;
  box-shadow: 0 0 0 4px rgba(181, 141, 87, .12) !important;
}

/* Phone field layout fix */
body.page-id-2926 #xt-quote-page .fluentform .iti,
body.page-id-2926 #xt-quote-page .fluentform .iti--allow-dropdown,
body.page-id-2926 #xt-quote-page .fluentform .ff-el-phone {
  width: 100% !important;
  display: block !important;
  position: relative !important;
}

body.page-id-2926 #xt-quote-page .fluentform .iti input[type="tel"],
body.page-id-2926 #xt-quote-page .fluentform .ff-el-phone input[type="tel"],
body.page-id-2926 #xt-quote-page .fluentform input.ff-el-phone {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  padding-left: 78px !important;
  padding-right: 15px !important;
}

body.page-id-2926 #xt-quote-page .fluentform .iti__flag-container {
  position: absolute !important;
  top: 1px !important;
  bottom: 1px !important;
  left: 1px !important;
  width: 64px !important;
  z-index: 4 !important;
}

body.page-id-2926 #xt-quote-page .fluentform .iti__selected-flag {
  width: 64px !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 10px 0 13px !important;
  border-radius: 13px 0 0 13px !important;
  background: #fbf8f3 !important;
  border-right: 1px solid var(--xtq-line) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
}

body.page-id-2926 #xt-quote-page .fluentform .iti__selected-flag:hover,
body.page-id-2926 #xt-quote-page .fluentform .iti__selected-flag:focus {
  background: #f6efe4 !important;
}

body.page-id-2926 #xt-quote-page .fluentform .iti__flag {
  transform: scale(1.05) !important;
  flex: 0 0 auto !important;
}

body.page-id-2926 #xt-quote-page .fluentform .iti__arrow {
  margin-left: 4px !important;
  border-top-color: var(--xtq-muted) !important;
}

body.page-id-2926 #xt-quote-page .fluentform .iti__country-list {
  max-width: 360px !important;
  border: 1px solid var(--xtq-line) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 44px rgba(17, 17, 17, .12) !important;
  overflow: hidden !important;
  z-index: 99999 !important;
}

body.page-id-2926 #xt-quote-page .fluentform .iti__country {
  min-height: 38px !important;
  padding: 8px 12px !important;
  color: var(--xtq-ink) !important;
}

body.page-id-2926 #xt-quote-page .fluentform .iti__country.iti__highlight {
  background: #f7f2ea !important;
}

/* Choices select clean layout */
body.page-id-2926 #xt-quote-page .choices,
body.page-id-2926 #xt-quote-page .choices__inner {
  width: 100% !important;
}

body.page-id-2926 #xt-quote-page .choices__inner {
  min-height: 52px !important;
  padding: 8px 42px 8px 14px !important;
  border: 1px solid var(--xtq-line) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
}

body.page-id-2926 #xt-quote-page .choices[data-type*="select-one"]::after {
  right: 16px !important;
  border-top-color: var(--xtq-muted) !important;
}

body.page-id-2926 #xt-quote-page .choices__button {
  right: 32px !important;
  top: 50% !important;
  margin-top: -10px !important;
  opacity: .45 !important;
}

body.page-id-2926 #xt-quote-page .fluentform .ff-btn-submit,
body.page-id-2926 #xt-quote-page .fluentform button.ff-btn-submit,
body.page-id-2926 #xt-quote-page .fluentform input[type="submit"] {
  width: 100% !important;
  min-height: 56px !important;
  border: 1px solid var(--xtq-ink) !important;
  border-radius: 999px !important;
  background: var(--xtq-ink) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: transform .24s ease, box-shadow .24s ease, background-color .24s ease, border-color .24s ease !important;
}

body.page-id-2926 #xt-quote-page .fluentform .ff-btn-submit:hover,
body.page-id-2926 #xt-quote-page .fluentform button.ff-btn-submit:hover,
body.page-id-2926 #xt-quote-page .fluentform input[type="submit"]:hover {
  transform: translateY(-3px) !important;
  background: var(--xtq-gold) !important;
  border-color: var(--xtq-gold) !important;
  box-shadow: 0 18px 36px rgba(181, 141, 87, .22) !important;
}

body.page-id-2926 #xt-quote-page .fluentform .ff-message-success {
  padding: 18px 20px !important;
  border: 1px solid var(--xtq-line) !important;
  border-left: 4px solid var(--xtq-gold) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  color: var(--xtq-ink) !important;
  box-shadow: 0 16px 42px rgba(17,17,17,.05) !important;
}

#xt-quote-page .xt-quote-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .68s ease, transform .68s cubic-bezier(.16, 1, .3, 1);
}

#xt-quote-page .xt-quote-reveal.xt-is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  #xt-quote-page .xt-quote-next-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  #xt-quote-page .xt-quote-form-layout {
    grid-template-columns: 1fr;
  }

  #xt-quote-page .xt-quote-side-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #xt-quote-page .xt-quote-side-list div {
    grid-template-columns: 1fr;
  }

  #xt-quote-page .xt-quote-side-list b {
    grid-row: auto;
  }
}

@media (max-width: 768px) {
  #xt-quote-page .xt-quote-container {
    width: min(100% - 24px, 1180px);
  }

  #xt-quote-page .xt-quote-hero {
    padding: 34px 0 18px;
  }

  #xt-quote-page h1 {
    font-size: clamp(36px, 11vw, 50px);
  }

  #xt-quote-page .xt-quote-hero p {
    font-size: 15px;
    line-height: 1.72;
  }

  #xt-quote-page .xt-quote-form-section {
    padding: 20px 0 42px;
  }

  #xt-quote-page .xt-quote-section {
    padding: 42px 0;
  }

  #xt-quote-page .xt-quote-side,
  #xt-quote-page .xt-quote-form-card,
  #xt-quote-page .xt-quote-next-card,
  #xt-quote-page .xt-quote-help-card {
    border-radius: 22px;
  }

  #xt-quote-page .xt-quote-side,
  #xt-quote-page .xt-quote-form-card {
    padding: 22px;
  }

  #xt-quote-page .xt-quote-side-list,
  #xt-quote-page .xt-quote-next-grid,
  #xt-quote-page .xt-quote-help-card {
    grid-template-columns: 1fr;
  }

  #xt-quote-page .xt-quote-form-head {
    display: block;
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  #xt-quote-page .xt-quote-form-head strong {
    margin-top: 12px;
  }

  body.page-id-2926 #xt-quote-page .fluentform .ff-el-group {
    margin-bottom: 14px !important;
  }

  body.page-id-2926 #xt-quote-page .fluentform textarea {
    min-height: 120px !important;
  }

  body.page-id-2926 #xt-quote-page .fluentform .iti input[type="tel"],
  body.page-id-2926 #xt-quote-page .fluentform .ff-el-phone input[type="tel"],
  body.page-id-2926 #xt-quote-page .fluentform input.ff-el-phone {
    padding-left: 74px !important;
  }

  body.page-id-2926 #xt-quote-page .fluentform .iti__flag-container {
    width: 60px !important;
  }

  body.page-id-2926 #xt-quote-page .fluentform .iti__selected-flag {
    width: 60px !important;
  }
}
