.elementor-126 .elementor-element.elementor-element-06325d9{--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;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-126 .elementor-element.elementor-element-06325d9:not(.elementor-motion-effects-element-type-background), .elementor-126 .elementor-element.elementor-element-06325d9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF9F4;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-126 .elementor-element.elementor-element-cd09a30 .elementor-heading-title{color:#171717;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-126 .elementor-element.elementor-element-af373ac{width:var( --container-widget-width, 60% );max-width:60%;--container-widget-width:60%;--container-widget-flex-grow:0;font-family:"Inter", Sans-serif;font-size:20px;font-weight:400;color:#171717;}.elementor-126 .elementor-element.elementor-element-954143f{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-126 .elementor-element.elementor-element-954143f:not(.elementor-motion-effects-element-type-background), .elementor-126 .elementor-element.elementor-element-954143f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF9F4;}.elementor-126 .elementor-element.elementor-element-99d5427{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-126 .elementor-element.elementor-element-c9f0058{--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;}.elementor-126 .elementor-element.elementor-element-72bb4fe .elementor-heading-title{font-family:"Libre Baskerville", Sans-serif;font-size:18px;font-weight:600;color:#000000;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-126 .elementor-element.elementor-element-99d5427{--width:50%;}.elementor-126 .elementor-element.elementor-element-c9f0058{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-ac6758e *//* Hair Hut – Contact Form */
.hh-form {
  max-width: 520px;
}

/* Field wrapper */
.hh-field {
  margin-bottom: 36px;
}

.hh-field label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #000;
}

/* Inputs & textarea */
.hh-form input[type="text"],
.hh-form input[type="email"],
.hh-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  padding: 10px 0;
  font-size: 16px;
  background: transparent;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  color: #000;
}

/* Placeholder text */
.hh-form input::placeholder,
.hh-form textarea::placeholder {
  color: rgba(0,0,0,0.5);
}

/* Focus state */
.hh-form input:focus,
.hh-form textarea:focus {
  border-bottom-color: rgba(0,0,0,0.85);
}

/* Prevent CF7 default margins */
.hh-form .wpcf7-form p {
  margin: 0;
}

/* Submit button – underline style, always black */
.hh-actions .wpcf7-submit {
  background: transparent !important;
  border: 0 !important;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  color: #000 !important;
  border-bottom: 1px solid #000;
  display: inline-block;
  transition: opacity 0.2s ease;
}

/* Hover / focus / active – still black */
.hh-actions .wpcf7-submit:hover,
.hh-actions .wpcf7-submit:focus,
.hh-actions .wpcf7-submit:active {
  color: #000 !important;
  background: transparent !important;
  opacity: 0.7;
}

/* Kill theme pseudo-elements */
.hh-actions .wpcf7-submit::before,
.hh-actions .wpcf7-submit::after {
  display: none !important;
}

/* Validation text */
.hh-form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 8px;
  color: #000;
}

/* Response message */
.hh-form .wpcf7-response-output {
  margin-top: 24px;
  padding-top: 12px;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.15);
  font-size: 14px;
  color: #000;
}/* End custom CSS */