.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==== CONTACT FORM – SYDNEY CABINETRY STYLE ==== */
/* Wrap your form in a div with class="sc-contact-form" */

.sc-contact-form {
  max-width: 560px;
  margin: 0 auto 40px;
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 30px 32px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e5e5;
}

/* Form heading (optional) */
.sc-contact-form h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #0b1b26;
}

/* Labels */
.sc-contact-form label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 500;
  color: #555;
  margin-bottom: 6px;
}

/* Inputs + textarea */
.sc-contact-form input[type="text"],
.sc-contact-form input[type="email"],
.sc-contact-form input[type="tel"],
.sc-contact-form input[type="file"],
.sc-contact-form textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d7dde3;
  padding: 11px 14px;
  font-size: 14px;
  line-height: 1.4;
  background: #f9fafb;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  outline: none;
  box-sizing: border-box;
}

/* Focus state */
.sc-contact-form input[type="text"]:focus,
.sc-contact-form input[type="email"]:focus,
.sc-contact-form input[type="tel"]:focus,
.sc-contact-form input[type="file"]:focus,
.sc-contact-form textarea:focus {
  border-color: #dba74a;          /* gold accent */
  background: #ffffff;
  box-shadow: 0 0 0 1px #dba74a22;
}

/* Textarea height */
.sc-contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* Spacing between fields */
.sc-contact-form p {
  margin-bottom: 14px;
}

/* File input – make it look like a button */
.sc-contact-form input[type="file"] {
  padding: 8px 10px;
  cursor: pointer;
}

/* Placeholder text */
.sc-contact-form ::placeholder {
  color: #9aa3ad;
}

/* Submit button */
.sc-contact-form input[type="submit"],
.sc-contact-form button[type="submit"] {
  width: 100%;
  border-radius: 999px;
  border: none;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  background: #0b1b26;            /* dark header colour */
  color: #ffffff;
  transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

.sc-contact-form input[type="submit"]:hover,
.sc-contact-form button[type="submit"]:hover {
  background: #dba74a;            /* gold on hover */
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

.sc-contact-form input[type="submit"]:active,
.sc-contact-form button[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
}

/* Success / error messages (CF7) */
.sc-contact-form .wpcf7-response-output {
  margin-top: 16px;
  border-radius: 10px;
  border-width: 1px;
  font-size: 13px;
  padding: 10px 12px;
}

.sc-contact-form .wpcf7-mail-sent-ok {
  border-color: #3bb273;
  background: #e7f7ee;
  color: #206645;
}

.sc-contact-form .wpcf7-validation-errors,
.sc-contact-form .wpcf7-acceptance-missing {
  border-color: #e0574c;
  background: #fde9e7;
  color: #8a251d;
}

/* Individual field error tips */
.sc-contact-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #e0574c;
  margin-top: 4px;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .sc-contact-form {
    margin-top: 20px;
    padding: 22px 18px 24px;
  }
}

/* =========================================
   SYDNEYCABINETRY - TOP INFO BAR (SEO HEADER)
   ========================================= */

/* 1) Top bar container (you must assign this class to the top section) */
.sc-topbar {
  background: #111 !important;
  color: #fff !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.12) !important;
  font-family: inherit;
}

/* 2) Make the section content align nicely/* End custom CSS */