.elementor-3131 .elementor-element.elementor-element-6c4cb403{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3131 .elementor-element.elementor-element-5f1ad5d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-bb72a07 *//* ── RESET ── */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ── VARIABLES ── */
:root {
  --gold:       #B8935A;
  --gold-light: #D4AF7A;
  --cream-deep: #EDE4D5;
  --dark:       #1A160E;
  --bark:       #6B5744;
  --text-muted: #8A7968;
}

/* ── BODY ── */
body {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  background: var(--cream-deep);
  color: var(--dark);
  min-height: 100vh;
  
  align-items: center;
}

/* ── CONSULT HERO SECTION ── */
.consult-hero {
  width: 100%;
  padding: 5rem 6rem;
  background: var(--cream-deep);
  position: relative;
  overflow: hidden;
}

/* ── WATERMARK TEXT ── */
.consult-hero::after {
  content: 'CONSULT';
  position: absolute;
  right: -1rem;
  bottom: -2rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 12rem;
  font-weight: 300;
  color: rgba(184, 147, 90, 0.04);
  pointer-events: none;
  line-height: 1;
  letter-spacing: 0.12em;
  z-index: 0;
}

/* ── INNER CONTENT ── */
.consult-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

/* ── SECTION LABEL ── */
.section-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
}
.section-label::before {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 1px;
  background: var(--gold);
}

/* ── MAIN HEADING ── */
.consult-inner h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.5rem;
  font-weight: 300;
  color: var(--dark);
  line-height: 1.05;
  margin-bottom: 1.6rem;
  letter-spacing: -0.01em;
}
.consult-inner h1 em {
  font-style: italic;
  color: var(--gold);
  display: block;
}

/* ── DESCRIPTION TEXT ── */
.consult-inner p {
  font-family: 'Jost', sans-serif;
  font-size: 0.87rem;
  font-weight: 300;
  color: var(--bark);
  line-height: 2;
  max-width: 520px;
}

/* ── MOBILE RESPONSIVE ── */
@media (max-width: 860px) {
  .consult-hero {
    padding: 3rem 1.5rem 3rem 2.5rem;
  }
  .consult-inner h1 {
    font-size: 3rem;
  }
}

@media (max-width: 480px) {
  .consult-hero {
    padding: 2.5rem 1rem 2.5rem 1.5rem;
  }
  .consult-inner h1 {
    font-size: 2.4rem;
  }
  .consult-inner p {
    font-size: 0.82rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a9ee33f */*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --gold:#B8935A;
  --gold-dark:#8B6A3A;
  --cream:#F7F2EB;
  --dark:#1A160E;
  --bark:#6B5744;
  --off-white:#FAF7F2;
  --text-muted:#8A7968;
}
body{
  font-family:'Jost',sans-serif;
  font-weight:300;
  background:var(--off-white);
  color:var(--dark);
}

/* ══ CONSULT SECTION ══ */
.consult-section{
  padding:4rem 6rem;
  background:var(--cream);
  display:grid;
  grid-template-columns:1fr 1.5fr;
  gap:4rem;
  align-items:start;
}

/* ── Left Info ── */
.section-label{
  font-size:0.6rem;
  letter-spacing:0.38em;
  text-transform:uppercase;
  color:var(--gold);
  display:inline-flex;
  align-items:center;
  gap:0.8rem;
  margin-bottom:1.2rem;
}
.section-label::before{
  content:'';
  width:1.8rem;
  height:1px;
  background:var(--gold);
}
.consult-info h2{
  font-family:'Cormorant Garamond',serif;
  font-size:2.8rem;
  font-weight:300;
  color:var(--dark);
  line-height:1.15;
  margin-bottom:1rem;
}
.consult-info h2 em{
  font-style:italic;
  color:var(--gold);
  display:block;
}
.consult-info p{
  font-size:0.86rem;
  color:var(--bark);
  line-height:2;
  margin-bottom:1rem;
}
.perks{
  display:flex;
  flex-direction:column;
  gap:0.8rem;
  margin-top:1.8rem;
}
.perk{
  display:flex;
  align-items:center;
  gap:0.8rem;
  font-size:0.78rem;
  color:var(--bark);
}
.perk-icon{
  width:24px;
  height:24px;
  background:rgba(184,147,90,0.12);
  border:1px solid rgba(184,147,90,0.25);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:0.65rem;
  color:var(--gold);
  flex-shrink:0;
}

/* ── Form Box ── */
.form-box{
  background:var(--off-white);
  padding:2.5rem;
  border:1px solid rgba(184,147,90,0.15);
}
.form-header{
  font-size:0.58rem;
  letter-spacing:0.28em;
  text-transform:uppercase;
  color:var(--gold);
  display:flex;
  align-items:center;
  gap:0.8rem;
  margin-bottom:1.8rem;
}
.form-header::before{
  content:'';
  width:1.5rem;
  height:1px;
  background:var(--gold);
}
.row-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1rem;
  margin-bottom:1.2rem;
}
.form-row{
  margin-bottom:1.2rem;
}
.form-label{
  display:block;
  font-size:0.58rem;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:var(--bark);
  margin-bottom:0.4rem;
}
.form-input,
.form-select,
.form-textarea{
  width:100%;
  background:var(--cream);
  border:1px solid rgba(184,147,90,0.22);
  padding:0.75rem 1rem;
  font-family:'Jost',sans-serif;
  font-size:0.82rem;
  font-weight:300;
  color:var(--dark);
  outline:none;
  transition:border-color 0.3s;
  -webkit-appearance:none;
  appearance:none;
}
.form-input::placeholder{
  color:rgba(107,87,68,0.4);
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus{
  border-color:var(--gold);
}
.form-select{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239E7D62' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 1rem center;
  padding-right:2.5rem;
  cursor:pointer;
  color:var(--bark);
}
.form-textarea{
  min-height:100px;
  resize:vertical;
  line-height:1.65;
}
.submit-btn{
  width:100%;
  background:var(--dark);
  color:var(--cream);
  border:none;
  padding:1.1rem;
  font-family:'Jost',sans-serif;
  font-size:0.7rem;
  letter-spacing:0.25em;
  text-transform:uppercase;
  cursor:pointer;
  margin-top:0.5rem;
  transition:background 0.3s;
}
.submit-btn:hover{
  background:var(--gold-dark);
}
.form-note{
  font-size:0.65rem;
  color:var(--text-muted);
  text-align:center;
  margin-top:0.8rem;
  line-height:1.6;
}

/* ── Responsive ── */
@media(max-width:860px){
  .consult-section{
    grid-template-columns:1fr;
    padding:2.5rem 1.5rem;
    gap:2.5rem;
  }
}
@media(max-width:520px){
  .row-2{grid-template-columns:1fr}
}

/* ── Toast Popup (Added Only) ── */
.toast{
  position:fixed;
  top:24px;
  right:24px;
  background:var(--dark);
  color:var(--cream);
  padding:14px 20px;
  border-radius:4px;
  font-size:0.7rem;
  letter-spacing:0.08em;
  line-height:1.4;
  opacity:0;
  transform:translateY(-15px);
  transition:all 0.35s ease;
  z-index:9999;
  box-shadow:0 8px 25px rgba(0,0,0,0.15);
}
.toast.show{
  opacity:1;
  transform:translateY(0);
}
.toast.success{
  background:#2e7d32;
}
.toast.error{
  background:#c62828;
}/* End custom CSS */