.elementor-2675 .elementor-element.elementor-element-3f477f5f{--display:flex;}.elementor-2675 .elementor-element.elementor-element-539a3433 > .elementor-widget-container{margin:-30px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-539a3433 *//* FORCE VRM YELLOW BOX HEIGHT – FINAL */
body .adukm-hero .vrm input[type="text"] {
  height: 60px !important;
  min-height: 60px !important;
  line-height: 60px !important;
  display: block !important;
  box-sizing: border-box !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #ffe489 !important;
  text-transform: uppercase;
  text-align: center;
}
/* === AUTODATA UK – MOBILE BUTTON COLOUR MATCH (Desktop Style) === */
.adukm-hero .vrm button {
  background: #0a2740 !important;   /* solid AutoData navy */
  color: #fff !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
  transition: background 0.25s ease !important;
}

.adukm-hero .vrm button:hover {
  background: #122c50 !important;   /* slightly darker hover tone */
}

.adukm-hero .vrm button:disabled {
  background: #b0b8c0 !important;   /* grey when VRM empty */
  color: #fff !important;
  opacity: 1 !important;            /* full colour, not faded */
  cursor: not-allowed !important;
}
/* === AUTODATA UK – MOBILE BUTTON SIZE & FONT TWEAK === */
@media (max-width: 480px) {
  .adukm-hero .vrm button {
    height: 46px !important;         /* smaller, neater buttons */
    padding: 0 16px !important;      /* balanced side spacing */
    font-size: 20px !important;      /* larger, clearer text */
    line-height: 1 !important;
    border-radius: 8px !important;   /* consistent rounded corners */
  }

  .adukm-hero .vrm input {
    height: 48px !important;         /* match button height */
    font-size: 18px !important;      /* slightly larger reg text */
    font-weight: 700 !important;
  }
}
/* === FINAL ANTI-WASHOUT FIX (MOBILE VRM + BUTTONS) === */

/* Force full vivid yellow VRM box (no overlay, no transparency) */
.vrm input[type="text"] {
  background: #FFD300 !important; /* official number plate yellow */
  color: #0A2740 !important;
  font-weight: 700 !important;
  border: none !important;
  box-shadow: inset 0 0 0 2px #d9b700 !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-filter: none !important;
  mix-blend-mode: normal !important;
  background-blend-mode: normal !important;
  isolation: isolate !important;
}

/* Default state – solid medium grey buttons */
.btn-free,
.btn-full,
.vrm button {
  background: #505A63 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  background-blend-mode: normal !important;
  isolation: isolate !important;
}

/* Active state – strong vivid navy */
.vrm button.active,
.vrm button:enabled {
  background: #0A2740 !important;
  color: #fff !important;
  opacity: 1 !important;
}

/* Disabled state – keep solid (no opacity fade) */
.vrm button:disabled {
  background: #505A63 !important;
  color: #fff !important;
  opacity: 1 !important;
}

/* Reset Elementor/Astra global button filters */
button,
input,
select,
textarea {
  filter: none !important;
  -webkit-filter: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  background-blend-mode: normal !important;
  transition: none !important;
}
/* === VRM Number Plate Styling === */
.vrm input[type="text"] {
  background: #FFD300 !important;        /* Official number plate yellow */
  border: 4px solid #E0B000 !important;  /* Nice golden border */
  border-radius: 12px !important;
  color: #0A2740 !important;
  font-weight: 700 !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-filter: none !important;
  mix-blend-mode: normal !important;
  background-blend-mode: normal !important;
  box-shadow: 0 0 0 2px #d6b400 !important;
  transition: none !important;
}

/* === Buttons (Force Full Colour) === */
.vrm button,
.btn-free,
.btn-full {
  background: #505A63 !important;  /* Medium dark grey default */
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
  opacity: 1 !important;
  filter: none !important;
  box-shadow: none !important;
  mix-blend-mode: normal !important;
  background-blend-mode: normal !important;
  transition: all 0.2s ease-in-out !important;
}

/* === Active State (When Text Entered) === */
.vrm button.active,
.vrm button:enabled {
  background: #0A2740 !important;  /* Deep vivid navy */
  color: #FFFFFF !important;
  opacity: 1 !important;
  filter: none !important;
}

/* ===State (Keep Solid, No Fade) === */
.vrm button:disabled {
  background: #505A63 !important;
  color: #FFFFFF !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
}

/* === Reset Elementor/Astra button overrides === */
button,
input[type="button"],
input[type="submit"] {
  box-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1 !important;
  background-image: none !important;
  background-blend-mode: normal !important;
  mix-blend-mode: normal !important;
  transition: none !important;
}
/* === FORCE AUTODATA VRM BUTTON COLOURS === */
#heroSection .vrm button,
#heroSection .vrm button:disabled,
#heroSection .vrm .btn-free,
#heroSection .vrm .btn-full {
  all: unset;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 78px;
  line-height: 78px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.25s ease-in-out;
}

/* inactive (no text) */
#heroSection .vrm .btn-free,
#heroSection .vrm .btn-full {
  background-color: #5d6872 !important;
}

/* active (with text entered) */
#heroSection .vrm .btn-free.active,
#heroSection .vrm .btn-full.active {
  background-color: #0a2740 !important;
}
#heroSection .vrm .btn-free.active:hover,
#heroSection .vrm .btn-full.active:hover {
  background-color: #122c50 !important;
}
/* === Mobile hover tooltip for inactive VRM buttons === */
.aduk-free .vrm-line button:disabled::after {
  content: "Please enter your registration to proceed";
  position: absolute;
  bottom: 60px;                /* slightly closer for mobile layout */
  left: 50%;
  transform: translateX(-50%);
  background: #0a2740;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 9px;
  border-radius: 6px;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(10,39,64,.25);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease;
  pointer-events: none;
  z-index: 9999;
}

.aduk-free .vrm-line button:disabled:hover::after {
  opacity: 1;
  visibility: visible;
}
/* === TEMP VISUAL ACTIVE STATE (CSS-ONLY) === */
/* When the VRM input is focused, make both buttons appear active */
.aduk-free .vrm input[type="text"]:focus ~ button,
.aduk-free .vrm input[type="text"]:focus + .btn-free,
.aduk-free .vrm input[type="text"]:focus + .btn-full {
  background-color: #0a2740 !important;  /* vivid navy active colour */
  color: #ffffff !important;
}

/* Optional hover effect while input is active */
.aduk-free .vrm input[type="text"]:focus ~ button:hover {
  background-color: #122c50 !important;
}
/* === AUTODATA UK – FORCE TOOLTIP ABOVE BOTH MOBILE BUTTONS === */

/* 1) make sure no parent is clipping it */
.adukm-hero,
.adukm-hero .vrm,
.adukm-hero .btn-wrap {
  position: relative;
  overflow: visible !important;
  z-index: 1;
}

/* 2) each button gets its own layer */
.adukm-hero .btn-free,
.adukm-hero .btn-full {
  position: relative;
  overflow: visible !important;
  z-index: 2;
}

/* 3) actual tooltip – ALWAYS on top */
.adukm-hero .btn-free:disabled::after,
.adukm-hero .btn-full:disabled::after {
  content: "Please enter your registration to proceed";
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  background: #0a2740;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(10,39,64,.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 999999999; /* higher than everything in the hero */
}

/* show on hover/tap */
.adukm-hero .btn-free:disabled:hover::after,
.adukm-hero .btn-full:disabled:hover::after {
  opacity: 1;
  visibility: visible;
}

/* tighten for small screens */
@media (max-width: 420px) {
  .adukm-hero .btn-free:disabled::after,
  .adukm-hero .btn-full:disabled::after {
    bottom: 58px;
    font-size: 11.5px;
    padding: 5px 9px;
  }
}
/* === IMPROVED TAGLINE STYLE === */
.adukm-hero .tagline {
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  color: #0a2740;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 0.2px;
}

.adukm-hero .tagline .aduk-price {
  color: #0A63C4;;
  font-weight: 800;
  font-size: 20px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}/* End custom CSS */