/* ===== FIX IT FAST AU - FINAL SITE CSS ===== */

/* SITE BACKGROUND */
html,
body,
.wp-site-blocks,
.site,
.site-main,
.site-content,
.content-area,
.entry-content,
main {
  background: #0b0b0b !important;
  color: #f5f1e8;
}

/* GENERAL TEXT */
body {
  color: #f5f1e8;
}

/* HEADER / NAV */
header,
.site-header,
.wp-block-template-part,
.wp-block-group {
  background: #0b0b0b !important;
  color: #f5f1e8 !important;
}

header a,
.site-header a,
.wp-block-navigation a,
.menu a {
  color: #f5f1e8 !important;
}

header a:hover,
.site-header a:hover,
.wp-block-navigation a:hover,
.menu a:hover {
  color: #c9a64b !important;
}

/* CONTENT WRAPPERS */
.entry-content,
.site-main,
.content-area,
main {
  width: 100%;
}

/* KEEP PAGES CLEAN BUT NOT TOO NARROW */
.entry-content > *,
.site-main > *,
.content-area > *,
main > * {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* FIXITFAST SECTION */
.ff-wrap {
  --bg: #0b0b0b;
  --text: #f5f1e8;
  --muted: #cfc7b6;
  --gold: #c9a64b;
  --gold-2: #e0bf6a;
  --shadow: 0 12px 35px rgba(0,0,0,.35);

  background: linear-gradient(180deg, #0b0b0b 0%, #111111 100%);
  color: var(--text);
  font-family: Arial, sans-serif;
}

.ff-wrap * {
  box-sizing: border-box;
}

/* CARDS */
.ff-card {
  background: #141414;
  border: 1px solid #2a2a2a;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

/* BUTTONS */
.ff-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 14px;
  font-weight: 700;
  min-height: 48px;
  cursor: pointer;
  text-decoration: none !important;
  transition: .2s ease;
  border: 1px solid transparent;
}

.ff-btn:hover {
  transform: translateY(-2px);
}

.ff-btn:active {
  transform: scale(.98);
}

.ff-btn-primary {
  background: linear-gradient(135deg, #c9a64b, #e0bf6a);
  color: #111111 !important;
}

.ff-btn-secondary {
  background: #111111;
  color: #ffffff !important;
  border: 1px solid #c9a64b;
}

.ff-btn-dark {
  background: #000000;
  color: #ffffff !important;
  border: 1px solid #333333;
}

/* FIX BOXES */
.ff-fix {
  background: #151515;
  border: 1px solid #2a2a2a;
  color: #ffffff !important;
}

.ff-fix:hover {
  border-color: #c9a64b;
  transform: translateY(-4px);
}

.ff-fix h3 {
  color: #ffffff !important;
}

.ff-fix p {
  color: #cfc7b6 !important;
}

.ff-link {
  color: #c9a64b !important;
}

/* CHIPS / TABS */
.ff-chip,
.ff-tab {
  background: #111111;
  border: 1px solid #333333;
  color: #ffffff !important;
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
}

.ff-chip:hover,
.ff-tab:hover,
.ff-chip.active,
.ff-tab.active {
  background: linear-gradient(135deg, #c9a64b, #e0bf6a);
  color: #111111 !important;
  border-color: #c9a64b;
}

/* INPUTS */
.ff-input,
.ff-textarea,
.ff-select,
.ff-wrap input,
.ff-wrap textarea,
.ff-wrap select {
  background: #111111 !important;
  border: 1px solid #333333 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-radius: 12px;
  padding: 12px;
  caret-color: #c9a64b !important;
}

.ff-input::placeholder,
.ff-textarea::placeholder,
.ff-wrap input::placeholder,
.ff-wrap textarea::placeholder {
  color: #888888 !important;
  opacity: 1 !important;
}

.ff-input:focus,
.ff-textarea:focus,
.ff-select:focus,
.ff-wrap input:focus,
.ff-wrap textarea:focus,
.ff-wrap select:focus {
  border-color: #c9a64b !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(201,166,75,.18) !important;
}

/* AUTOFILL FIX */
.ff-wrap input:-webkit-autofill,
.ff-wrap textarea:-webkit-autofill,
.ff-wrap select:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 0 0 1000px #111111 inset !important;
}

/* BUNNINGS LINKS */
.ff-bunnings-link {
  background: #111111;
  border: 1px solid #2e2e2e;
  color: #ffffff !important;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
}

.ff-bunnings-link:hover {
  border-color: #c9a64b;
}

/* FAQ */
.ff-acc-btn {
  color: #ffffff !important;
}

.ff-acc-body {
  color: #cfc7b6 !important;
}

/* COUNTERS */
.ff-counter strong {
  color: #c9a64b !important;
}

/* MOBILE BAR */
.ff-bar {
  background: #0b0b0b;
  border-top: 1px solid #2a2a2a;
}

/* FOOTER */
footer,
.site-footer {
  background: #0b0b0b !important;
  color: #f5f1e8 !important;
}

footer a,
.site-footer a {
  color: #f5f1e8 !important;
}

footer a:hover,
.site-footer a:hover {
  color: #c9a64b !important;
}

/* MOBILE */
@media (max-width: 640px) {
  .ff-btn {
    width: 100%;
  }

  .entry-content > *,
  .site-main > *,
  .content-area > *,
  main > * {
    max-width: calc(100% - 24px);
  }
}.entry-title,
.wp-block-post-title {
  display:none !important;
}/* ===== FORM TEXT VISIBILITY FIX ===== */
input,
textarea,
select,
form input,
form textarea,
form select,
.wpforms-form input,
.wpforms-form textarea,
.wpforms-form select,
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: #111111 !important;
  border: 1px solid #333333 !important;
  caret-color: #c9a64b !important;
}

input::placeholder,
textarea::placeholder,
select::placeholder,
form input::placeholder,
form textarea::placeholder,
.wpforms-form input::placeholder,
.wpforms-form textarea::placeholder,
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #8f8f8f !important;
  opacity: 1 !important;
}

input:focus,
textarea:focus,
select:focus,
form input:focus,
form textarea:focus,
form select:focus,
.wpforms-form input:focus,
.wpforms-form textarea:focus,
.wpforms-form select:focus,
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: #111111 !important;
  border-color: #c9a64b !important;
  box-shadow: 0 0 0 2px rgba(201,166,75,.18) !important;
  outline: none !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 0 0 1000px #111111 inset !important;
}/* ===== PREMIUM PAGE ANIMATION ===== */
.ff-animate,
.ff-card,
form,
.wpforms-form,
.wpcf7-form {
  animation: ffFadeUp .7s ease both;
}

.ff-card:hover {
  transform: translateY(-4px);
  transition: .25s ease;
  box-shadow: 0 16px 34px rgba(0,0,0,.28);
}

@keyframes ffFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* nice button polish */
a[href*="request"],
button,
input[type="submit"],
.wpforms-submit,
.wpcf7-submit {
  transition: .22s ease !important;
}

a[href*="request"]:hover,
button:hover,
input[type="submit"]:hover,
.wpforms-submit:hover,
.wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(201,166,75,.16);
}

a[href*="request"]:active,
button:active,
input[type="submit"]:active,
.wpforms-submit:active,
.wpcf7-submit:active {
  transform: scale(.98);
}