/* Global Variables and Base Styles */

:root {
    --pr-yellow: #FFC700;
    --pr-dark: #111111;
    --pr-gray: #666666;
    --pr-text-dark: #333333;
    --pr-white: #FFFFFF;
}

/* Override Bootstrap container width to 1425px */
@media (min-width: 992px) {
    .container {
        width: 100% !important;
        margin: 0 auto !important;
    }
}

/* Cookie Script Overrides - Professional White/Yellow Theme */
div#cookiescript_injected, 
#cookiescript_injected {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    font-family: inherit !important;
    border-top: 1px solid #eeeeee !important;
    box-shadow: 0 -5px 25px rgba(0,0,0,0.1) !important;
    z-index: 999999 !important;
}

#cookiescript_injected #cookiescript_header {
    color: #000000 !important;
    font-weight: 700 !important;
}

#cookiescript_injected #cookiescript_text {
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

#cookiescript_injected #cookiescript_description {
    color: #000000 !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
    font-weight: 400 !important;
}

#cookiescript_injected a#cookiescript_link,
#cookiescript_injected #cookiescript_readmore {
    color: var(--pr-yellow) !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

#cookiescript_injected #cookiescript_accept,
button#cookiescript_accept {
    background-color: var(--pr-yellow) !important;
    color: #000000 !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 12px 30px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    height: auto !important;
    line-height: 1.5 !important;
    font-size: 13px !important;
    cursor: pointer !important;
}

#cookiescript_injected #cookiescript_accept:hover {
    background-color: #FFD700 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(255, 199, 0, 0.3) !important;
}

#cookiescript_injected #cookiescript_reject,
button#cookiescript_reject {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 12px 30px !important;
    border: 1px solid #000000 !important;
    transition: all 0.3s ease !important;
    height: auto !important;
    line-height: 1.5 !important;
    font-size: 13px !important;
    cursor: pointer !important;
}

#cookiescript_injected #cookiescript_reject:hover {
    background-color: #FFFFFF !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15) !important;
}

#cookiescript_injected #cookiescript_buttons {
    display: flex !important;
    gap: 15px !important;
    justify-content: center !important;
    margin-top: 20px !important;
}

/* ═══════════════════════════════════════════════════════════════
   UNIVERSAL PLATE PREVIEW — same style on ALL pages
   520:110 ratio, yellow, UKNumberPlate font, black border
════════════════════════════════════════════════════════════════ */
@font-face {
    font-family: 'UKNumberPlate';
    src: url('../../UKNumberPlate.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.plate-univ {
    background: #FFD100;
    border-radius: 6px;
    width: 100%;
    aspect-ratio: 520 / 110;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    color: #000000;
    font-family: 'UKNumberPlate', 'Charles Wright', Arial, sans-serif;
    font-size: clamp(24px, 5vw, 56px);
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    text-align: center;
    margin: 0 auto 16px auto;
    padding: 0;
    text-indent: 0;
}

/* PRIMO legal name bottom-center */
.plate-univ::after {
    content: 'PRIMO';
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0;
    color: #000;
    opacity: 0.65;
    white-space: nowrap;
    line-height: 1;
}

/* BSAU label bottom-right */
.plate-univ::before {
    content: 'BSAU 145e';
    position: absolute;
    bottom: 3px;
    right: 8px;
    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0;
    color: #000;
    opacity: 0.65;
    white-space: nowrap;
    line-height: 1;
}

/* Scale PRIMO/BSAU down on mobile */
@media (max-width: 600px) {
    .plate-univ::after,
    .plate-univ::before {
        font-size: 7px;
    }
}

/* Override old .plate-preview on breakdown / style / offer pages */
.page-breakdown .plate-preview,
.page-style .plate-preview,
.page-offer .plate-preview {
    background: #FFD100 !important;
    background-image: none !important;
    border: 3px solid #000 !important;
    border-radius: 6px !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 520 / 110 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    font-family: 'UKNumberPlate', 'Charles Wright', Arial, sans-serif !important;
    font-size: clamp(24px, 5vw, 56px) !important;
    font-weight: 700 !important;
    letter-spacing: 5px !important;
    line-height: 1 !important;
    color: #000 !important;
    margin: 0 auto 16px auto !important;
    text-indent: 0 !important;
    padding: 0 !important;
}

.page-breakdown .plate-preview span,
.page-style .plate-preview span,
.page-offer .plate-preview span {
    font-family: 'UKNumberPlate', 'Charles Wright', Arial, sans-serif !important;
    font-size: inherit !important;
    font-weight: 700 !important;
    letter-spacing: 5px !important;
    color: #000 !important;
    position: relative !important;
    z-index: 2;
    line-height: 1 !important;
}
/* Header Redesign CSS */

/* Add body padding to prevent content from hiding under fixed header */
body {
    padding-top: 90px !important;
    background: #FFFFFF !important;
}

/* Logo Styling */
.logo-container {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    min-width: 220px !important;
    max-width: 220px !important;
    flex-shrink: 0 !important;
}

.logo-box {
    width: 50px;
    height: 50px;
    background: var(--pr-yellow);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 24px;
    color: var(--pr-dark);
    margin-right: 12px;
    flex-shrink: 0;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-main-text {
    font-size: 24px;
    font-weight: 700;
    color: var(--pr-dark);
    line-height: 1;
    letter-spacing: -0.5px;
}

.logo-main-text span {
    color: var(--pr-yellow);
}

.logo-tagline {
    font-size: 11px;
    color: var(--pr-gray);
    margin-top: 2px;
    letter-spacing: 0.3px;
}

/* Header Redesign */
header {
    background: #FFFFFF !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 12px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto !important;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

header * {
    box-sizing: border-box;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1425px;
    margin: 0 auto;
    padding: 0;
    flex-wrap: nowrap;
    gap: 15px;
}

@media (max-width: 1498px) {
    header .container {
        padding: 0 20px;
    }
}

/* Neutralize legacy absolute positioning */
header nav,
header .container nav {
    position: relative !important;
    bottom: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* Navigation */
nav.main-nav {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 10px !important;
    min-width: 0 !important;
}

nav.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
    align-items: center;
    flex-wrap: nowrap;
}

nav.main-nav ul li {
    margin: 0;
    padding: 0;
}

nav.main-nav ul li a {
    color: var(--pr-text-dark) !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s;
    padding: 8px 0;
    display: block;
    background: transparent !important;
    white-space: nowrap;
}

nav.main-nav ul li a:hover {
    color: var(--pr-yellow) !important;
    background: transparent !important;
    border: none !important;
    padding: 8px 0 !important;
}

/* Dropdown Menu Styling */
nav.main-nav ul li.dropdown {
    position: relative;
}

nav.main-nav ul li.dropdown .dropdown-toggle i {
    font-size: 10px;
    margin-left: 5px;
    transition: transform 0.3s;
}

nav.main-nav ul li.dropdown:hover .dropdown-toggle i {
    transform: rotate(180deg);
}

nav.main-nav ul li.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #FFFFFF !important;
    min-width: 220px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: block !important;
    z-index: 10000;
}

nav.main-nav ul li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

nav.main-nav ul li.dropdown .dropdown-menu li {
    width: 100%;
    display: block;
    gap: 0;
}

nav.main-nav ul li.dropdown .dropdown-menu li a {
    padding: 10px 20px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: var(--pr-text-dark) !important;
    text-align: left;
    transition: all 0.2s;
}

nav.main-nav ul li.dropdown .dropdown-menu li a:hover {
    background: #F5F5F5 !important;
    color: var(--pr-yellow) !important;
    padding-left: 25px !important;
}

/* Submenu Styling */
nav.main-nav ul li.dropdown .dropdown-menu li.dropdown-submenu {
    position: relative;
}

nav.main-nav ul li.dropdown .dropdown-menu li.dropdown-submenu > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav.main-nav ul li.dropdown .dropdown-menu li.dropdown-submenu > a i {
    font-size: 10px;
    margin-left: 10px;
    transition: transform 0.3s;
}

nav.main-nav ul li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-submenu-content {
    position: absolute;
    left: 100%;
    top: 0;
    background: #FFFFFF !important;
    min-width: 200px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: block !important;
    z-index: 10001;
    margin-left: 5px;
}

nav.main-nav ul li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-submenu-content {
    opacity: 1;
    visibility: visible;
}

nav.main-nav ul li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-submenu-content li a {
    padding: 10px 20px !important;
    font-size: 13px !important;
}

nav.main-nav ul li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-submenu-content li a:hover {
    background: #F5F5F5 !important;
    color: var(--pr-yellow) !important;
    padding-left: 25px !important;
}

/* Header Actions */
.header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    min-width: 220px !important;
    max-width: 220px !important;
}

.header-phone {
    color: var(--pr-text-dark) !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s;
    background: transparent !important;
    white-space: nowrap;
}

.header-phone:hover {
    color: var(--pr-yellow) !important;
}

.header-phone i {
    color: var(--pr-yellow);
}

.header-cart {
    position: relative;
    color: var(--pr-text-dark) !important;
    text-decoration: none;
    font-size: 20px;
    transition: color 0.3s;
    background: transparent !important;
}

.header-cart:hover {
    color: var(--pr-yellow) !important;
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--pr-yellow) !important;
    color: var(--pr-dark);
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
}

/* Mobile Navigation */
.mobile-nav-toggle {
    display: none;
}

/* Mobile Actions (Phone + Hamburger) */
.mobile-actions {
    display: none !important;
    align-items: center;
    gap: 15px;
}

.mobile-phone {
    color: var(--pr-text-dark) !important;
    font-size: 20px;
    text-decoration: none;
}

/* Hamburger Button */
.hamburger-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 1001;
}

.hamburger-btn span {
    display: block;
    width: 28px;
    height: 3px;
    background: #000000 !important;
    border-radius: 3px;
    transition: all 0.3s;
}

/* Force show mobile at 998px and below */
@media screen and (max-width: 998px) {
    .mobile-actions {
        display: flex !important;
    }
}

/* Mobile Drawer */
.mobile-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    pointer-events: none;
    display: block;
}

.mobile-drawer.active {
    pointer-events: all;
}

.drawer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
}

.mobile-drawer.active .drawer-overlay {
    opacity: 1;
}

.drawer-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    max-width: 320px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: -5px 0 25px rgba(0,0,0,0.15);
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.mobile-drawer.active .drawer-content {
    transform: translateX(0);
}

.drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
}

.drawer-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.drawer-close {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #666666;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
}

.drawer-close:hover {
    color: #000000;
}

.drawer-nav {
    padding: 10px 0;
}

.drawer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.drawer-nav > ul > li {
    border-bottom: 1px solid #f8f8f8;
    position: relative;
    transition: background-color 0.3s;
}

.drawer-nav > ul > li > a,
.drawer-dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    white-space: normal;
    padding: 16px 24px;
    box-sizing: border-box;
}

.drawer-nav > ul > li:active {
    background-color: #f5f5f5;
}

.drawer-dropdown.active {
    background-color: #fafafa;
}

.drawer-dropdown.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--pr-yellow);
}

.drawer-dropdown-toggle i {
    font-size: 14px;
    color: #000000;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.drawer-dropdown.active .drawer-dropdown-toggle {
    color: var(--pr-yellow);
}

.drawer-dropdown.active .drawer-dropdown-toggle i {
    color: var(--pr-yellow);
}

.drawer-dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #ffffff;
    padding-left: 0;
}

/* Nested sub-menu toggle inside drawer */
.drawer-dropdown-menu .drawer-dropdown-toggle {
    padding: 14px 24px 14px 32px;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    color: #333333;
}

.drawer-dropdown-menu li {
    position: relative;
}

.drawer-dropdown-menu li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #eeeeee;
}

.drawer-dropdown-menu li a {
    display: block;
    padding: 14px 24px 14px 32px;
    color: #333333;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-align: left !important;
    transition: all 0.2s;
    white-space: normal;
    line-height: 1.4;
}

.drawer-dropdown-menu li a:active {
    color: var(--pr-yellow);
    background: #f9f9f9;
}

.drawer-cart {
    padding: 30px 24px;
    margin-top: auto;
    background: #FFFFFF;
    border-top: 1px solid #f0f0f0;
}

.drawer-cart-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px 20px;
    background: var(--pr-yellow);
    color: #000000 !important;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    box-shadow: 0 10px 25px rgba(255, 199, 0, 0.3);
    transition: all 0.3s ease;
    text-align: center;
    line-height: 1.2;
}

.drawer-cart-link:active {
    transform: translateY(2px);
    box-shadow: 0 2px 8px rgba(255, 199, 0, 0.2);
}

.drawer-cart-link i {
    font-size: 32px;
    margin-bottom: 2px;
}

.drawer-cart-link span {
    display: block;
}

@media (max-width: 767px) {
    .mobile-nav-toggle {
        display: block;
    }
    
    .mobile-nav-toggle a {
        color: var(--pr-text-dark);
        font-size: 24px;
    }
}

/* Responsiveness */
@media screen and (max-width: 998px) {
    /* Hide desktop nav and actions */
    nav.main-nav,
    .header-actions,
    .hidden-mobile {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
    
    /* Show mobile actions */
    .mobile-actions {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    header .container {
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
    }
    
    .logo-container {
        flex: 1;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 70px;
    }
    
    header {
        padding: 10px 0;
    }
    
    .logo-box {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .logo-main-text {
        font-size: 20px;
    }
    
    .logo-tagline {
        font-size: 10px;
    }
    
    .header-phone {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    header nav ul {
        text-align: left !important;
    }
}
/* Hero Search Section CSS */

/* Hero Search Section */
.hero-search-section {
    background: linear-gradient(135deg, #FFFFFF 0%, #FFFFFF 50%, #FFFAE6 100%);
    padding: 60px 15px 80px 15px;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.hero-search-section .container {
    max-width: 1425px;
    margin: 0 auto;
}

.hero-search-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 199, 0, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.hero-search-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
}

.hero-title .highlight-yellow {
    color: var(--pr-yellow);
    position: relative;
    display: inline-block;
}

.hero-subtitle {
    font-size: 18px;
    color: #666666;
    margin: 0 0 40px 0;
    line-height: 1.6;
}

.hero-subtitle strong {
    color: #000000;
    font-weight: 600;
}

/* Hero Search Form */
.hero-search-form {
    margin: 0 0 15px 0;
}

.search-input-wrapper {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 60px;
    padding: 8px 8px 8px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    max-width: 700px;
    margin: 0 auto;
    transition: box-shadow 0.3s;
    width: 100%;
}

.search-input-wrapper:focus-within {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.18);
}

.search-icon {
    color: #999999;
    font-size: 18px;
    margin-right: 15px;
    flex-shrink: 0;
}

.hero-search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333333;
    padding: 12px 0;
    background: transparent;
    margin-left: 10px;
}

.hero-search-input::placeholder {
    color: #999999;
}

.hero-search-button {
    background: #82B92E;
    color: #FFFFFF;
    border: none;
    padding: 16px 40px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    flex-shrink: 0;
    text-transform: none;
}

.hero-search-button:hover {
    background: #6B9B23;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(130, 185, 46, 0.4);
}

.search-hint {
    font-size: 14px;
    color: #888888;
    margin: 15px 0 50px 0;
}

/* Hero Features */
.hero-features {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}

.feature-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 199, 0, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 20px;
    color: #000000;
}

/* Hero Responsive */
@media (max-width: 768px) {
    .hero-search-section {
        padding: 40px 15px 50px 15px;
    }
    
    .hero-title {
        font-size: 28px;
        margin: 0 0 15px 0;
    }
    
    .hero-subtitle {
        font-size: 15px;
        margin: 0 0 25px 0;
    }
    
    .search-input-wrapper {
        flex-direction: row;
        padding: 12px;
        border-radius: 16px;
        max-width: 100%;
        gap: 10px;
    }
    
    .hero-search-input {
        width: 100%;
        text-align: center;
        padding: 12px 0;
        font-size: 15px;
    }
    
    .hero-search-button {
        width: auto;
        padding: 14px 30px;
        font-size: 15px;
        flex-shrink: 0;
    }
    
    .search-icon {
        color: #999999;
        font-size: 16px;
        margin-right: 10px;
        flex-shrink: 0;
    }
    
    .search-hint {
        font-size: 13px;
        margin: 12px 0 30px 0;
    }
    
    .hero-features {
        gap: 20px;
        margin-top: 30px;
    }
    
    .hero-feature-item {
        font-size: 13px;
        flex-direction: column;
        text-align: center;
    }
    
    .feature-icon {
        width: 35px;
        height: 35px;
    }
    
    .feature-icon i {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .header-search .keyword {
        flex-direction: row !important;
        gap: 10px;
    }
}
/* Search Results Page Redesign */

/* Hero Search Section */
.header-search.advanced {
    background: #FCFBF8;
    margin-bottom: 0;
    border-bottom: none;
    position: relative;
}

.hero-section {
    background: #FCFBF8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 120px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.header-search.advanced h1 {
    font-size: 42px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 10px 0;
    line-height: 1.2;
    text-align: center;
    text-shadow: none !important;
}

.search-subtitle {
    font-size: 18px;
    color: #6B7280;
    margin: 0;
    font-weight: 400;
    text-align: center;
}

/* Search Form - Positioned to overlap (half hero, half results) */
.header-search .container {
    position: relative;
}

.header-search .search-form {
    max-width: 900px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    padding: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -120px;
    z-index: 10;
    width: calc(100% - 40px);
}

/* Non-search pages - less overlap */
body:not(.search-page) .header-search .search-form {
    bottom: -70px;
}

/* Stats Badge - "Over 73 Million plates available!" */
.search-stats-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6B7280;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.search-stats-badge .sparkle {
    font-size: 16px;
}

.search-stats-badge strong {
    color: #000000;
    font-weight: 700;
}

.header-search .keyword {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    align-items: center;
    background: transparent;
}

.search-input-wrapper {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    padding: 4px;
}

.search-input-wrapper:focus-within {
    border-color: var(--pr-yellow);
    box-shadow: 0 0 0 4px rgba(255, 199, 0, 0.1);
}

.search-icon {
    color: #9CA3AF;
    font-size: 18px;
    pointer-events: none;
    margin-right: 0px !important;
    margin-left: 15px !important;
}

.header-search .search-value {
    flex: 1;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    color: #111827;
    background: transparent;
    transition: all 0.3s;
    outline: none;
    width: 100%;
}

.header-search .search-value:focus {
    border-color: var(--pr-yellow);
    background: #FFFFFF;
    box-shadow: 0 0 0 4px rgba(255, 199, 0, 0.1);
}

.header-search .search-value::placeholder {
    color: #9CA3AF;
}

.header-search .keyword button,
.header-search .search-form div button {
    padding: 16px 32px;
    background: #82B92E !important;
    background-image: none !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
    text-transform: none !important;
    text-shadow: none !important;
    width: auto !important;
    height: auto !important;
}

.header-search .keyword button:hover {
    background: #6B9B23 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(130, 185, 46, 0.3);
}

/* Override green-link styling for header search button */
.green-link,
.header-search .search-form div button,
.page-checkout .postcode-button {
    text-transform: none !important;
    text-shadow: none !important;
}

/* Popular Searches Inline */
.popular-searches-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 10px;
}

.popular-searches-inline .popular-label {
    font-size: 14px;
    color: #6B7280;
    font-weight: 500;
}

.popular-searches-inline .popular-tag {
    padding: 6px 14px;
    background: #F3F4F6;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    font-size: 13px;
    color: #374151;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
}

.popular-searches-inline .popular-tag:hover {
    background: var(--pr-yellow);
    border-color: var(--pr-yellow);
    color: #000000;
    transform: translateY(-1px);
}


.search-results .content {
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 30px;
    margin-bottom: 30px;
}

/* Results Type Header */
.results-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #F3F4F6;
}

.results-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1F2937;
    color: #FFFFFF;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.results-badge .count {
    background: #374151;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.results-type h1 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    border: none;
    padding: 0;
}

/* Sort Dropdown */
.search-price {
    padding: 10px 16px;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    background: #FFFFFF;
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
}

.search-price:hover {
    border-color: var(--pr-yellow);
}

.search-price:focus {
    border-color: var(--pr-yellow);
    box-shadow: 0 0 0 3px rgba(255, 199, 0, 0.1);
}

/* Lowest Prices Badge */
.lowest-prices {
    max-width: 200px;
    height: auto;
    margin-top: 10px;
}

/* Type Sections */
.type-block {
    margin-bottom: 40px;
}

.type-title {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E5E7EB;
}

/* Results Container */
.results-container {
    background: #FFFFFF;
}

/* Table Headers */
.results-container > .clearfix {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    background: #F9FAFB;
    border-radius: 8px;
    margin-bottom: 15px;
}

.reg-title,
.all-in-title {
    font-size: 13px;
    font-weight: 600;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Results Table */
.results {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.results tr {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    transition: all 0.3s;
}

.results tr:hover {
    border-color: var(--pr-yellow);
    box-shadow: 0 4px 12px rgba(255, 199, 0, 0.15);
    transform: translateY(-2px);
}

.results td {
    padding: 20px;
    vertical-align: middle;
}

.results td:first-child {
    border-radius: 8px 0 0 8px;
}

.results td:last-child {
    border-radius: 0 8px 8px 0;
}

/* Plate Number Display */
.results .plate-number {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    font-family: 'Arial Black', Arial, sans-serif;
    letter-spacing: 2px;
}

/* Price Display */
.results .price {
    font-size: 20px;
    font-weight: 700;
    color: var(--pr-yellow);
}

.results .all-inc-price {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
}

/* Action Buttons */
.results .btn-view,
.results .btn-add-basket {
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
    margin: 0 5px;
}

.results .btn-view {
    background: transparent;
    border: 2px solid #D1D5DB;
    color: #374151;
}

.results .btn-view:hover {
    border-color: #9CA3AF;
    background: #F9FAFB;
}

.results .btn-add-basket {
    background: var(--pr-yellow);
    border: 2px solid var(--pr-yellow);
    color: #000000;
}

.results .btn-add-basket:hover {
    background: #FFD700;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 199, 0, 0.3);
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    padding: 10px 16px;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    background: #FFFFFF;
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}

.pagination a:hover {
    border-color: var(--pr-yellow);
    background: #FFFBF0;
}

.pagination li.active a {
    background: var(--pr-yellow);
    border-color: var(--pr-yellow);
    color: #000000;
    font-weight: 700;
}

.pagination li.disabled a {
    opacity: 0.5;
    cursor: not-allowed;
}

/* No Results Message */
.no-results {
    text-align: center;
    padding: 60px 20px;
    background: #F9FAFB;
    border-radius: 12px;
    margin: 40px 0;
}

.no-results h2 {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
}

.no-results p {
    font-size: 16px;
    color: #6B7280;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 20px;
}

/* Responsive */
@media (max-width: 991px) {
    .header-search.advanced {
        padding: 40px 0 60px;
    }
    
    .header-search.advanced h1 {
        font-size: 32px;
    }
    
    .search-subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .header-search .search-form {
        padding: 25px;
        bottom: -117px;
    }
    
    body:not(.search-page) .header-search .search-form {
        bottom: -60px;
    }
    
    .search-results .content {
        padding: 20px;
    }
    
    .results-type {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .results-type h1 {
        font-size: 24px;
    }
    
    .search-price {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header-search.advanced {
        padding: 30px 0 50px;
    }
    
    .header-search.advanced h1 {
        font-size: 26px;
        max-width: 100%;
    }
    .search-subtitle {
        font-size: 14px;
        margin-bottom: 25px;
        max-width: 100%;
    }
    
    .header-search .search-form {
        padding: 20px;
        border-radius: 12px;
        bottom: -138px;
    }
    
    body:not(.search-page) .header-search .search-form {
        bottom: -50px;
    }
    
    .header-search .keyword {
        flex-direction: column;
        gap: 10px;
    }
    
    .header-search .keyword button {
        width: 100%;
    }
    
    .popular-searches-inline {
        gap: 8px;
    }
    
    .popular-searches-inline .popular-label {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    
    .search-results .content {
        padding: 15px;
        border-radius: 8px;
    }
    
    .results-type h1 {
        font-size: 20px;
    }
    
    .type-title {
        font-size: 18px;
    }
    
    .results td {
        padding: 15px 10px;
        font-size: 14px;
    }
    
    .results .plate-number {
        font-size: 18px;
    }
    
    .results .price,
    .results .all-inc-price {
        font-size: 16px;
    }
    
    .results .btn-view,
    .results .btn-add-basket {
        padding: 8px 16px;
        font-size: 13px;
        margin: 5px 2px;
    }
    
    .pagination a {
        padding: 8px 12px;
        font-size: 13px;
    }
}
.hero-section {
    background-color: #FCFBF8;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: auto;
    color: #000000;
    font-size: 24px;
    font-weight: 700;   
    text-align: center;
    padding-top: 10px;
}
.search-results {
    padding-top: 3% !important;
}
@media (min-width: 768px) {
    .header-search {
        padding: 0px !important;
    }
}
@media (max-width: 459px) {
.header-search .keyword {
    flex-direction: column !important;
}
.header-search .keyword button, .header-search .search-form div button {
    width: 100% !important;
}
.header-search.advanced {
    padding-top: 0px !important;
}
.hero-section {
    padding-top: 0px !important;
    padding-bottom: 30%;
}
.search-stats-badge {
    display: none;

}
.popular-searches-inline {
    display: none;
}
} 
.search-hero-features {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 20px;
}
@media (max-width: 992px) {
    .search-hero-features {
           margin-top: 0px !important;
    }
    .search-results {
        padding-top: 11% !important;
    }
}

/* ── Hero section mobile responsiveness (non-search pages only) ── */
@media (max-width: 991px) {
    body:not(.search-page) .header-search .search-form {
        bottom: -75px;
    }
}
@media (max-width: 767px) {
    body:not(.search-page) .hero-section {
        padding-bottom: 80px !important;
        font-size: 18px;
    }
    body:not(.search-page) .header-search.advanced h1 {
        font-size: 22px !important;
        padding: 0 12px;
    }
    body:not(.search-page) .header-search .search-form {
        position: relative !important;
        bottom: auto !important;
        transform: none !important;
        left: auto !important;
        width: 100% !important;
        margin: 0 auto !important;
        border-radius: 12px;
    }
    body:not(.search-page) .hero-section {
        padding-bottom: 20px !important;
    }
    .search-hero-features {
        gap: 16px;
        margin-top: 10px;
    }
    .search-hero-features .hero-feature-item {
        font-size: 12px;
        flex-direction: column;
        text-align: center;
        gap: 4px;
    }
    .search-hero-features .feature-icon {
        width: 32px;
        height: 32px;
    }
    .search-hero-features .feature-icon i {
        font-size: 14px;
    }
}
@media (max-width: 459px) {
    body:not(.search-page) .hero-section {
        padding-bottom: 10px !important;
    }
}/* Search Filters Sidebar */
.search-page-wrapper {
    max-width: 1425px;
    padding: 0 15px;
    margin: 100px auto 0 auto;
    position: relative;
}

/* Mobile Filter Toggle Button */
.mobile-filter-toggle {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    background: #82B92E;
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(130, 185, 46, 0.4);
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.mobile-filter-toggle:hover {
    background: #6B9B23;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(130, 185, 46, 0.5);
}

.mobile-filter-toggle i {
    font-size: 16px;
}

/* Mobile Filter Drawer Overlay */
.mobile-filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-filter-overlay.active {
    display: block;
    opacity: 1;
}

/* Mobile Filter Drawer */
.mobile-filter-drawer {
    display: none;
    position: fixed;
    top: 0;
    right: -85%;
    width: 85%;
    max-width: 360px;
    height: 100%;
    max-height: 100vh;
    background: #FFFFFF;
    z-index: 999;
    transition: right 0.3s ease;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    flex-direction: column;
}

.mobile-filter-drawer.active {
    right: 0;
    display: flex;
}

@media (max-width: 991px) {
    .mobile-filter-drawer {
        display: flex;
    }
}

.mobile-filter-drawer .filter-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 20%;
}

.mobile-filter-drawer .filter-drawer-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.filter-drawer-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #6B7280;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.filter-drawer-close:hover {
    color: #000000;
}

.mobile-filter-drawer .filter-drawer-content {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 24px;
    -webkit-overflow-scrolling: touch;
    display: block;
    visibility: visible;
    background: #FFFFFF;
    min-height: 0;
}

.mobile-filter-drawer .filter-drawer-content .search-filters-sidebar {
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: static;
    display: block;
    background: #FFFFFF;
    color: #000000;
}

.mobile-filter-drawer .filter-drawer-content .filter-group {
    display: block;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E7EB;
}

.mobile-filter-drawer .filter-drawer-content .search-filters-sidebar .filter-title {
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.mobile-filter-drawer .filter-drawer-content .search-filters-sidebar .filter-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-filter-drawer .filter-drawer-content .search-filters-sidebar .filter-radio {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-filter-drawer .filter-drawer-content .search-filters-sidebar .radio-label {
    color: #374151;
    font-size: 14px;
}

.mobile-filter-drawer .filter-drawer-content .search-filters-sidebar .filters-header {
    display: none;
}

.mobile-filter-drawer .filter-drawer-content .search-filters-sidebar .price-range-slider,
.mobile-filter-drawer .filter-drawer-content .search-filters-sidebar .year-range-slider {
    display: block;
}

.mobile-filter-drawer .filter-drawer-content .filter-actions {
    display: none;
}

.mobile-filter-drawer .filter-drawer-content .sidebar-reviews {
    display: none;
}

.mobile-filter-drawer .filter-drawer-footer {
    display: flex;
    gap: 12px;
    padding: 16px 24px;
    border-top: 1px solid #E5E7EB;
    background: #FFFFFF;
}

.mobile-filter-drawer .filter-drawer-footer .btn-clear-filters,
.mobile-filter-drawer .filter-drawer-footer .btn-apply-filters {
    flex: 1;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mobile-filter-drawer .filter-drawer-footer .btn-clear-filters {
    background: #FFFFFF;
    border: 2px solid #E5E7EB;
    color: #374151;
}

.mobile-filter-drawer .filter-drawer-footer .btn-clear-filters:hover {
    border-color: #9CA3AF;
    background: #F9FAFB;
}

.mobile-filter-drawer .filter-drawer-footer .btn-apply-filters {
    background: #82B92E;
    border: none;
    color: #FFFFFF;
}

.mobile-filter-drawer .filter-drawer-footer .btn-apply-filters:hover {
    background: #6B9B23;
}

/* Body scroll lock when drawer is open */
body.drawer-open {
    overflow: hidden;
}

.search-filters-sidebar {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 20px;
    margin-bottom: 20px;
}

/* Filters Header */
.filters-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.filters-header i {
    color: #82B92E;
    font-size: 20px;
}

.filters-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

/* Filter Groups */
.filter-group {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E5E7EB;
}

.filter-group:last-of-type {
    border-bottom: none;
}

.filter-title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 16px 0;
}

/* Range Sliders */
.price-range-slider {
    padding: 10px 14px;
    position: relative;
}

.price-range-slider input[type="range"],
.price-range-input {
    width: 100%;
    height: 6px;
    background: #E5E7EB;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    display: block;
    margin: 8px 0;
    position: relative;
    cursor: pointer;
}

/* Add tick marks for price range */
.price-range-slider {
    position: relative;
}

/* Price tick styling - hide default datalist */
datalist {
    display: none;
}

.price-range-slider input[type="range"]::-webkit-slider-thumb,
.price-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #FFD100;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin-top: -10px;
}

.price-range-slider input[type="range"]::-moz-range-thumb,
.price-range-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #FFD100;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.price-range-slider input[type="range"]::-webkit-slider-runnable-track,
.price-range-input::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: transparent;
    border-radius: 3px;
}

.price-range-slider input[type="range"]::-moz-range-track,
.price-range-input::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: transparent;
    border-radius: 3px;
}

.range-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #6B7280;
    padding: 10px 0 0 0;
    margin-top: 5px;
}

/* Year Range Slider */
.year-range-slider {
    padding: 10px 14px;
    position: relative;
}

.year-range-slider input[type="range"],
.year-range-input {
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #E5E7EB 0%, #E5E7EB 100%);
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    display: block;
    margin: 8px 0;
    position: relative;
    cursor: pointer;
}

.year-range-slider input[type="range"]::-webkit-slider-thumb,
.year-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #FFD100;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin-top: -7px;
}

.year-range-slider input[type="range"]::-moz-range-thumb,
.year-range-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #FFD100;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.year-range-slider input[type="range"]::-webkit-slider-runnable-track,
.year-range-input::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: transparent;
    border-radius: 3px;
}

.year-range-slider input[type="range"]::-moz-range-track,
.year-range-input::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: transparent;
    border-radius: 3px;
}

.year-range-slider .range-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #6B7280;
    padding: 10px 0 0 0;
    margin-top: 5px;
}

.year-range-slider .max-value {
    font-weight: 600;
    color: #000000;
    text-align: right;
    max-width: 70%;
    white-space: normal;
    word-break: break-word;
    line-height: 1.3;
}

/* Custom Dropdown */
.custom-dropdown {
    position: relative;
    width: 100%;
}

.dropdown-selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background: #FFFFFF;
    border: 2px solid #E5E7EB;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.dropdown-selected:hover {
    border-color: #D1D5DB;
    background-color: #FAFAFA;
}

.dropdown-selected.active {
    border-color: #FFD100;
    box-shadow: 0 0 0 4px rgba(255, 209, 0, 0.15);
}

.dropdown-selected i {
    color: #6B7280;
    font-size: 14px;
    transition: transform 0.2s ease;
}

.dropdown-selected.active i {
    transform: rotate(180deg);
}

.dropdown-options {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #FFFFFF;
    border: 2px solid #E5E7EB;
    border-radius: 10px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.dropdown-options.show {
    display: block;
}

.dropdown-option {
    padding: 12px 16px;
    cursor: pointer;
    font-size: 13px;
    color: #374151;
    transition: all 0.15s ease;
    border-bottom: 1px solid #F3F4F6;
}

.dropdown-option:last-child {
    border-bottom: none;
}

.dropdown-option:hover {
    background-color: #FEF9E7;
    color: #000000;
}

.dropdown-option.selected {
    background-color: #FFD100;
    color: #000000;
    font-weight: 600;
}

/* Scrollbar styling for dropdown */
.dropdown-options::-webkit-scrollbar {
    width: 8px;
}

.dropdown-options::-webkit-scrollbar-track {
    background: #F3F4F6;
    border-radius: 0 10px 10px 0;
}

.dropdown-options::-webkit-scrollbar-thumb {
    background: #D1D5DB;
    border-radius: 4px;
}

.dropdown-options::-webkit-scrollbar-thumb:hover {
    background: #9CA3AF;
}

/* Radio Button Filters */
.filter-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.filter-radio input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
    accent-color: #FFD100;
}

.filter-radio .radio-label {
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    user-select: none;
}

.filter-radio input[type="radio"]:checked + .radio-label {
    font-weight: 600;
    color: #000000;
}

/* Action Buttons */
.filter-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.btn-apply-filters {
    background: #82B92E;
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

.btn-apply-filters:hover {
    background: #6fa025;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(130, 185, 46, 0.3);
}

.btn-clear-filters {
    background: #FFFFFF;
    color: #6B7280;
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

.btn-clear-filters:hover {
    border-color: #D1D5DB;
    color: #374151;
}

/* Sidebar Reviews Section */
.sidebar-reviews {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #E5E7EB;
}

.sidebar-reviews h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 4px 0;
}

.reviews-subtitle {
    font-size: 14px;
    color: #6B7280;
    margin: 0 0 20px 0;
}

/* Review Cards */
.review-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}

.review-card {
    background: #FFFFFF;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #F3F4F6;
}

.review-card:last-child {
    border-bottom: none;
}

.review-quote {
    font-size: 24px;
    color: #9CA3AF;
    margin-bottom: 8px;
    line-height: 1;
}

.review-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
}

.review-stars i {
    color: #FFD100;
    font-size: 14px;
}

.review-text {
    font-size: 14px;
    color: #374151;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-author-info {
    flex-direction: column;
    gap: 2px;
}

.review-author {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.review-date {
    font-size: 12px;
    color: #9CA3AF;
}

.review-badge {
    font-size: 11px;
    font-weight: 500;
    color: #6B7280;
    background: #F3F4F6;
    padding: 4px 10px;
    border-radius: 4px;
}

/* View All Reviews Link */
.view-all-reviews {
    display: block;
    text-align: center;
    padding: 12px;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s ease;
}

.view-all-reviews:hover {
    background: #F3F4F6;
    color: #000000;
    text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .search-filters-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .search-page-wrapper {
        padding: 0 10px;
    }
    
    .search-filters-sidebar {
        padding: 20px;
        border-radius: 8px;
    }
    
    .filters-header h3 {
        font-size: 18px;
    }
    
    .filter-title {
        font-size: 15px;
    }
    
    .filter-radio .radio-label {
        font-size: 13px;
    }
}

/* Results Area Adjustments */
.search-results {
    width: 100%;
}

.search-results .content {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
}

/* Remove old dropdown styles from results page */
.search-results .results-type .pull-right select {
    display: none;
}

/* Badge for result count */
.results-badge {
    background: #FFD100;
    color: #000000;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
}

.exact-matches-section .results-type h1,
.close-matches-section .results-type h1 {
    display: inline-block;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

/* Results Type Header */
.results-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E7EB;
}

.lowest-prices {
    max-height: 40px;
    width: auto;
}

/* Mobile Responsive - Below 992px */
@media (max-width: 991px) {
    /* Hide desktop sidebar */
    .sidebar-filters-desktop {
        display: none !important;
    }
    
    /* Show mobile filter toggle */
    .mobile-filter-toggle {
        display: flex;
    }
    
    /* Show mobile drawer */
    .mobile-filter-drawer {
        display: flex;
    }
    
    /* Adjust search page wrapper */
    .search-page-wrapper {
        margin-top: 60px;
        padding: 0 10px;
    }
    
    /* Full width results on mobile */
    .search-results .content {
        padding: 15px;
    }
}

/* Tablet adjustments - 768px to 991px */
@media (min-width: 768px) and (max-width: 991px) {
    .mobile-filter-drawer {
        max-width: 400px;
    }
}

/* Small mobile adjustments */
@media (max-width: 480px) {
    .mobile-filter-toggle {
        padding: 12px 20px;
        font-size: 13px;
    }

    
    .filter-drawer-header {
        padding: 16px 20px;
    }
    
    .filter-drawer-content {
        padding: 16px 20px;
    }
    
    .filter-drawer-footer {
        padding: 12px 20px;
    }
}
/* UK Number Plate font — required for plate preview */
@font-face {
    font-family: 'UKNumberPlate';
    src: url('../../UKNumberPlate.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Search Results Grid Layout */
.search-results-container {
    width: 100%;
    padding: 0;
}

/* Loading Spinner */
.search-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    margin-top: 20px;
}

.search-loader.hidden {
    display: none;
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #E5E7EB;
    border-top: 4px solid #FFD100;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.search-loader p {
    font-size: 16px;
    color: #6B7280;
    margin: 0;
    font-weight: 500;
}

/* Search Results Container - Match Filter Sidebar Style */
.search-results .content.page {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    border: none !important;
    margin-bottom: 20px;
    display: none; /* Hidden by default, shown by JS when ready */
}

.search-results .content.page.has-results {
    display: block; /* Show when has-results class is added */
}

/* Hide lowest prices images */
.lowest-prices {
    display: none !important;
}

/* Type blocks hidden by default */
.type-block {
    display: none;
}

/* Section Headers */
.results-section-header {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #E5E7EB;
}

.results-section-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 5px 0;
    display: inline-block;
}

.results-section-subtitle {
    font-size: 14px;
    color: #6B7280;
    margin: 5px 0 0 0;
}

/* Results Grid */
.plates-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .plates-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .plates-grid {
        grid-template-columns: 1fr;
    }
}

/* Plate Card - Smaller, more compact */
.plate-card {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.plate-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

/* Favorite Heart Icon - Smaller */
.plate-card .favorite-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 5;
}

.plate-card .favorite-icon i {
    font-size: 12px;
    color: #9CA3AF;
}

/* Plate Display - Exact 520mm x 110mm ratio (520:110 = 4.727:1) */
.plate-display {
    margin: 8px auto 12px auto;
    width: 100%;
    aspect-ratio: 520 / 110;
    border-radius: 4px;
    font-family: 'UKNumberPlate', 'Charles Wright', Arial, sans-serif;
    font-size: clamp(18px, 3.8vw, 52px);
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

/* Yellow Plate */
.plate-display.yellow {
    background: #FFD100;
    color: #000000;
}

/* Price Row - Price left, p/m right */
.plate-price-row {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 0 0 8px 0;
    padding: 0 4px;
    gap: 30px;
}

.plate-price {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.plate-finance {
    font-size: 12px;
    color: #6B7280;
}

.plate-finance strong {
    color: #000000;
    font-weight: 600;
}

/* Action Buttons - Compact, not full width */
.plate-actions {
    display: flex;
    gap: 8px;
    margin-top: 0;
    justify-content: center;
}

.btn-buy-now {
    background: #82B92E;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    min-width: 90px;
}

.btn-buy-now:hover {
    background: #6B9B23;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(130, 185, 46, 0.3);
    color: #FFFFFF;
    text-decoration: none;
}

.btn-buy-now i {
    font-size: 11px;
}

.btn-enquire {
    background: #FFFFFF;
    color: #374151;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    min-width: 90px;
}

.btn-enquire:hover {
    border-color: #D1D5DB;
    background: #FAFAFA;
    color: #374151;
    text-decoration: none;
}

.btn-enquire i {
    font-size: 11px;
}

/* Pagination */
.results-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 40px 0 20px 0;
    padding-top: 20px;
    border-top: 1px solid #E5E7EB;
}

.pagination-btn,
.pagination a {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: #FFFFFF;
    border: 2px solid #6B7280;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.pagination-btn:hover,
.pagination a:hover {
    border-color: #FFD100;
    background: #FEF9E7;
    color: #374151;
    text-decoration: none;
}

.pagination-btn.active,
.pagination .active a {
    background: #82B92E;
    color: #FFFFFF;
    border-color: #82B92E;
}

.pagination-btn:disabled,
.pagination .disabled a {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Pagination prev/next text */
.pagination-prev,
.pagination-next {
    padding: 0 16px;
}

/* Loading State */
.plates-grid.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* No Results */
.no-results-message {
    text-align: center;
    padding: 60px 20px;
}

.no-results-message h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 10px 0;
}

.no-results-message p {
    font-size: 16px;
    color: #6B7280;
    margin: 0;
}

/* Result Count Badge */
.result-count-badge {
    display: inline-block;
    background: #FFD100;
    color: #000000;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
}

/* Hide old table layout */
.search-results table.results {
    display: none !important;
}

.search-results .results-type .pull-left,
.search-results .results-type .pull-right {
    display: none !important;
}

.results-container .clearfix {
    display: none !important;
}

.results-container .reg-title,
.results-container .all-in-title {
    display: none !important;
}
.results-type {
    justify-content: flex-start !important;
    border-bottom: none !important;
}

/* Reviews Carousel Section - Below Results */
.reviews-carousel-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
}

#reviewsio-carousel-widget {
    width: 100%;
}

#reviewsio-carousel-widget .CarouselWidget {
    background: transparent !important;
    border: none !important;
    max-width: 100% !important;
}

#reviewsio-carousel-widget .cw__header {
    background: transparent !important;
    margin-bottom: 20px !important;
}

#reviewsio-carousel-widget .header__content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 40px !important;
    text-decoration: none !important;
}

#reviewsio-carousel-widget .header__stats {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}

#reviewsio-carousel-widget .stats__left {
    text-align: left !important;
}

#reviewsio-carousel-widget .RatingVerdict {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin-bottom: 8px !important;
}

#reviewsio-carousel-widget .RatingStars__star {
    color: #FFD100 !important;
    font-size: 20px !important;
}

#reviewsio-carousel-widget .stats__right {
    display: flex !important;
    gap: 20px !important;
}

#reviewsio-carousel-widget .RatingStatistics__Number {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #000000 !important;
}

#reviewsio-carousel-widget .RatingStatistics__Text {
    font-size: 12px !important;
    color: #6B7280 !important;
}

#reviewsio-carousel-widget .reviewsContainer {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
}

#reviewsio-carousel-widget .reviewWrap {
    background: #FFFFFF !important;
    border-radius: 8px !important;
    padding: 20px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    text-align: left !important;
    max-width: 350px !important;
}

#reviewsio-carousel-widget .reviewHeader {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 10px !important;
}

#reviewsio-carousel-widget .author {
    font-weight: 600 !important;
    color: #000000 !important;
    font-size: 14px !important;
}

#reviewsio-carousel-widget .reviewStarsWrap {
    display: flex !important;
    gap: 2px !important;
}

#reviewsio-carousel-widget .reviewStarsWrap i {
    color: #FFD100 !important;
    font-size: 14px !important;
}

#reviewsio-carousel-widget .reviewText p {
    font-size: 14px !important;
    color: #374151 !important;
    line-height: 1.5 !important;
    margin: 0 0 10px 0 !important;
}

#reviewsio-carousel-widget .reviewMeta p {
    font-size: 12px !important;
    color: #9CA3AF !important;
    margin: 0 !important;
}
@media (max-width: 459px) {
    .search-results .content.page {
      padding: 0px !important;
    }
} /* Plate Styles Section CSS */

.plate-styles-section {
    padding: 80px 0;
    background: #FFFFFF;
}

.plate-styles-container {
    max-width: 100% !important;
    width: 100% !important;
    /* padding-left: 40px;
    padding-right: 40px; */
}

/* Wrapper for scroll buttons and grid */
.plate-styles-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 1425px;
    margin: 0 auto;
}

/* Scroll Buttons */
.plate-scroll-btn {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.plate-scroll-btn:hover:not(:disabled) {
    background: var(--pr-yellow);
    border-color: var(--pr-yellow);
    transform: scale(1.1);
}

.plate-scroll-btn i {
    color: var(--pr-text-dark);
    font-size: 16px;
}

.plate-scroll-btn:hover:not(:disabled) i {
    color: #FFFFFF;
}

.plate-scroll-btn:disabled {
    cursor: default;
}

.plate-styles-grid {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
    padding: 10px 5px;
    scroll-snap-type: x mandatory;
}

.plate-styles-grid::-webkit-scrollbar {
    display: none;
}

.plate-style-card {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 12px;
    padding: 25px;
    flex: 0 0 250px;
    min-width: 250px;
    max-width: 275px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
}

.plate-style-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: var(--pr-yellow);
}

.plate-preview-wrapper {
    height: 120px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

/* Background tints for each style */
.style-current { background-color: #FFF9E6; }
.style-prefix { background-color: #E6F0FF; }
.style-suffix { background-color: #E6F9F0; }
.style-dateless { background-color: #F3E6FF; }
.style-ni { background-color: #FFE6E6; }

.plate-box {
    background: #FFCC00;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 25px;
    border: 2px solid #000000;
    border-radius: 4px;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
    white-space: nowrap;
}

.plate-style-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
    line-height: 1.3;
}

.plate-style-card p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.browse-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--pr-yellow);
}

.card-footer i {
    font-size: 14px;
    color: #000000;
    transition: transform 0.3s ease;
}

.plate-style-card:hover .card-footer i {
    transform: translateX(5px);
    color: var(--pr-yellow);
}

/* Responsive */
@media (max-width: 768px) {
    .plate-styles-section {
        padding: 60px 20px;
    }
    
    .plate-styles-grid {
        gap: 15px;
    }
    
    .plate-style-card {
        min-width: 100%;
        max-width: 100%;
    }
    .plate-card {
        flex-direction: row;
    }
    .plate-actions {
        flex-direction: column;
    }
    .plate-price-row {
        flex-direction: column;
        gap: 16px;
    }
    .plate-card {
        gap: 40px;
    }
}
@media (max-width: 544px) { 
    .plate-display {
        font-size: 30px;
        text-wrap: nowrap;
        white-space: nowrap;
    }
    .btn-buy-now  {
        text-wrap: nowrap;
        white-space: nowrap;
    }
}/* Special Collections Section CSS */

.special-collections-section {
    padding: 80px 0;
    background: #FFFFFF;
}

.special-collections-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 40px;
    padding-right: 40px;
}

.special-collections-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1425px;
    margin: 0 auto;
}

.collection-card {
    border-radius: 15px;
    padding: 35px;
    flex: 1;
    min-width: 320px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid transparent;
}

.collection-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* Card Background Tints */
.collection-premium {
    background-color: #FFF7E6; /* Light orange tint */
}

.collection-budget {
    background-color: #E6F7F0; /* Light green tint */
}

.collection-dateless {
    background-color: #FFE6EB; /* Light pink tint */
}

.collection-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.collection-premium .collection-icon { background: #FFEBBF; }
.collection-budget .collection-icon { background: #BFF0E0; }
.collection-dateless .collection-icon { background: #FFCFD8; }

.collection-icon i {
    font-size: 20px;
    color: #000000;
}

.collection-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.collection-card p {
    font-size: 16px;
    color: #4B5563;
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1;
}

/* Button Styling */
.collection-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 25px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.btn-yellow {
    background: #FFCC00;
    color: #000000;
}

.btn-white {
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #E5E7EB;
}

.collection-btn i {
    font-size: 14px;
}

.collection-btn:hover {
    filter: brightness(0.95);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Responsive */
@media (max-width: 768px) {
    .special-collections-grid {
        gap: 20px;
    }
    
    .collection-card {
        min-width: 100%;
        max-width: 100%;
    }
}
/* How It Works Section CSS */

.how-it-works-section {
    padding: 80px 0;
    background: #FFFFFF;
}

.how-it-works-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 40px;
    padding-right: 40px;
}

.how-it-works-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    max-width: 1425px;
    margin: 0 auto;
    padding-top: 40px;
}

.steps-line {
    position: absolute;
    top: 100px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: #E5E7EB;
    z-index: 1;
}

.step-item {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.step-icon-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.step-number {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFCC00;
    color: #000000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.icon-circle {
    width: 120px;
    height: 120px;
    background: #F8F9FA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.step-item:hover .icon-circle {
    background: #FFCC001A;
    transform: translateY(-5px);
}

.icon-circle i {
    font-size: 36px;
    color: #000000;
}

.step-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.step-item p {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .steps-line {
        display: none;
    }
    
    .how-it-works-steps {
        flex-direction: column;
        gap: 50px;
    }
    
    .step-item {
        width: 100%;
    }
}
/* Why Choose Primo Reg Section CSS */

.why-choose-section {
    padding: 80px 0;
    background: #F5F5F5;
}

.why-choose-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 40px;
    padding-right: 40px;
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    border: none;
}

.section-subtitle {
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
}

.why-choose-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.why-choose-card {
    background: #F5F5F5;
    border: 1px solid #F0F0F0;
    border-radius: 12px;
    padding: 40px 25px;
    flex: 1;
    min-width: 240px;
    max-width: 270px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: var(--pr-yellow);
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    background: #FFCC001A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-wrapper i {
    font-size: 24px;
    color: #000000;
}

.why-choose-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.3;
}

.why-choose-card p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 1200px) {
    .why-choose-grid {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .why-choose-section {
        padding: 60px 20px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .section-subtitle {
        font-size: 16px;
    }
    
    .why-choose-card {
        min-width: 100%;
        max-width: 100%;
        padding: 30px 20px;
    }
}
/* Reviews Section CSS */

/* Custom Reviews Widget Wrapper */
.reviews-widget-wrapper {
    background: #FFFFFF;
    padding: 40px 0;
    margin: 40px 0;
    border: none;
}

.reviews-widget-wrapper .container {
    max-width: 1425px;
}

/* Override Reviews.io Widget Styles */
.CarouselWidget,
.widgetContainer {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Widget Header Styling */
.cw__header,
.header__content {
    background: transparent !important;
    border: none !important;
    padding: 20px 0 !important;
    margin-bottom: 0 !important;
}

.header__stats {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 40px !important;
    flex-wrap: wrap !important;
}

.stats__left {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

.RatingVerdict {
    display: none !important;
}

/* Star Styling */
.RatingStars {
    display: flex !important;
    gap: 4px !important;
}

.RatingStars__star {
    color: #FFC700 !important;
    font-size: 20px !important;
}

/* Rating Statistics */
.stats__right {
    display: flex !important;
    align-items: center !important;
    gap: 30px !important;
}

.RatingStatistics {
    text-align: center !important;
}

.RatingStatistics__Number {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    line-height: 1 !important;
    margin-bottom: 5px !important;
}

.RatingStatistics__Text {
    font-size: 14px !important;
    color: #666666 !important;
    text-transform: none !important;
}

/* Reviews Logo */
.reviewsLogoWrap {
    display: none !important;
}

/* Hide Carousel Content (Individual Reviews) */
.cw__content,
.reviewsContainer,
.reviewWrap {
    display: none !important;
}

/* Simple Static Reviews Section (Horizontal Layout) */
.reviews-section {
    background: #F8F9FA;
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #E5E7EB;
}

.reviews-container {
    max-width: 1425px;
    margin: 0 auto;
}

.reviews-flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

/* Left side rating */
.reviews-rating-side {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rating-stars {
    display: flex;
    gap: 4px;
}

.rating-stars i {
    color: #000000;
    font-size: 18px;
}

.rating-details {
    display: flex;
    flex-direction: column;
}

.rating-number {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    line-height: 1.1;
}

.rating-subtext {
    font-size: 14px;
    color: #6B7280;
}

/* Divider */
.reviews-divider {
    width: 1px;
    height: 40px;
    background: #E5E7EB;
}

/* Quote side */
.reviews-quote-side {
    max-width: 500px;
}

.quote-content {
    display: flex;
    gap: 15px;
}

.quote-content i {
    font-size: 24px;
    color: #000000;
    opacity: 0.8;
}

.quote-content p {
    font-size: 16px;
    color: #4B5563;
    font-style: italic;
    margin: 0;
    line-height: 1.5;
}

/* CTA side */
.see-all-link {
    font-size: 16px;
    font-weight: 700;
    color: #FFCC00;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    transition: color 0.3s;
}

.see-all-link:hover {
    color: #E6B800;
}

/* Responsive */
@media (max-width: 991px) {
    .reviews-flex-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    
    .reviews-divider {
        display: none;
    }
    
    .quote-content {
        flex-direction: column;
        align-items: center;
    }
}
/* Footer Redesign CSS */

/* Footer Redesign */
.footer-redesign {
    background: var(--pr-dark);
    color: #e0e0e0;
    padding: 60px 0 0 0;
    font-size: 14px;
}

.footer-redesign .container {
    max-width: 1425px;
}

.footer-redesign .row {
    margin-left: -15px;
    margin-right: -15px;
}

.footer-redesign .footer-col {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-redesign h4 {
    color: var(--pr-white);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: none;
}

.footer-redesign p {
    line-height: 1.8;
    color: #b0b0b0;
    margin-bottom: 20px;
}

.footer-redesign ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-redesign ul li {
    margin-bottom: 12px;
}

.footer-redesign ul li a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s, padding-left 0.3s;
    display: inline-block;
}

.footer-redesign ul li a:hover {
    color: var(--pr-yellow);
    padding-left: 5px;
}

/* Footer Contact Info */
.footer-contact-info {
    margin-top: 25px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: #b0b0b0;
}

.footer-contact-item i {
    color: var(--pr-yellow);
    margin-top: 3px;
    font-size: 16px;
}

.footer-contact-item span {
    flex: 1;
    line-height: 1.6;
}

.footer-redesign .footer-col-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

/* Footer Connect Section */
.footer-connect-section {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

/* Override Bootstrap col-sm-6 width for footer columns */
@media (min-width: 768px) {
    .footer-redesign .col-md-4 .row {
        display: flex;
        margin-left: 0;
        margin-right: 0;
    }
    
    .footer-redesign .col-md-4 .col-sm-6 {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .footer-redesign .col-md-4 .col-sm-6:first-child {
        padding-left: 0;
    }
    
    .footer-redesign .col-md-4 .col-sm-6:last-child {
        padding-right: 0;
    }
}

/* Social Icons */
.social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    justify-content: flex-end;
}

.social-link {
    width: 40px;
    height: 40px;
    background: #222;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pr-white);
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid #333;
}

.social-link:hover {
    background: var(--pr-yellow);
    color: var(--pr-dark);
    border-color: var(--pr-yellow);
    transform: translateY(-3px);
}

.social-link i {
    font-size: 16px;
}

/* Footer Badges */
.footer-badges {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
}

.badge-item {
    width: fit-content;
}

.badge-item {
    background: #1a1a1a;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 13px;
    color: #ddd;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.badge-item:hover {
    border-color: #555;
    background: #222;
}

.badge-item i {
    color: var(--pr-yellow);
    font-size: 14px;
}

/* Bottom Bar */
.footer-bottom {
    border-top: 1px solid #222;
    padding: 25px 0;
    margin-top: 20px;
    text-align: center;
}

.footer-bottom-links {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.footer-bottom-links a {
    color: #888;
    text-decoration: none;
    font-size: 13px;
}

.footer-bottom-links a:hover {
    color: var(--pr-white);
}
