/*
Theme Name: BlankSlate Child
Template: blankslate
Description: A framework for WordPress theme modification
Theme URI: https://wpchildtheme.co.uk/blankslate/
Author: wpchildtheme
Author URI: https://wpchildtheme.co.uk
Version: 1.0.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
Tags: wpchildtheme, child theme, blankslate-child     
Text Domain: blankslatechild
*/

@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    box-sizing: border-box;
}

:root {
    --primary: #40B7A9;
    --light: #EAF7F6;
    --dark: #0C2824;
    --white: #FFF;
    --black: #000;
    --font1: "Poppins", serif;
    --font2: 'Josefin Sans';
}

html {
    margin: 0 !important;
}

body {
    font-family: "Poppins", serif;
    padding: 0px;
    margin: 0;
    color: var(--dark);
}

html .container {
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 25px;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: all 0.4s;
}

a:hover {
    color: var(--dark);
    text-decoration: none;
}

p:last-child {
    margin-bottom: 0;
}

::selection {
    color: var(--light);
    background: var(--primary);
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-top: 0;
    font-family: 'exo';
}

html b,
html span {
    font-weight: 600;
}

html .btn {
    background: var(--primary);
    box-shadow: none;
    border-radius: 10px;
    padding: 0 28px;
    line-height: 48px;
    border: 1px solid var(--primary);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

html .btn .icon {
    height: 26px;
    width: 26px;
    background-color: var(--primary);
    padding: 6px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

html .btn:hover {
    background-color: var(--dark);
    color: var(--white);
    border: 1px solid var(--dark);
}

html .btn:hover .icon {
    background-color: var(--dark);
}


header#site-header {
    padding: 20px 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: var(--white);
    max-width: 100%;
    width: 100%;
    transition: all 0.4s;
    z-index: 999;
}

header#site-header .header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-header-container ul.menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    align-items: center;
    list-style: none;
}

.menu-header-container ul.menu li {
    position: relative;
    display: flex;
    padding: 0;
    line-height: normal;
    background-color: transparent;
    border: 0;
    margin: 0 8px;
}

.menu-header-container ul.menu li a {
    display: block;
    padding: 10px 20px;
    color: var(--dark);
    font-weight: 500;
    font-size: 16px;
}

.menu-header-container ul.menu li a:hover {
    color: var(--primary);
}

.navbar-toggle {
    display: none;
}


.hero-new {
    position: relative;
    padding: 140px 0;
    background: linear-gradient(120deg, #EAF7F6 60%, #ffffff 40%);
    overflow: hidden;
}

.hero-new::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 700px;
    height: 500px;
    background-image: url('https://wiperblade.com.au/wp-content/uploads/2026/02/wiper-car.png');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.95;
}

.hero-text {
    max-width: 560px;
    margin-bottom: 30px;
}

.hero-text h1 {
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--dark);
    margin-bottom: 16px;
}

.hero-text h1 span {
    color: var(--primary);
}

.hero-text p {
    font-size: 16px;
    color: var(--dark);
}

/* CARD FORM */
.hero-card {
    max-width: 560px;
}

.hero-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--dark)
}

.hero-card .form_box {
    position: absolute;
    width: 1080px;
}

.form_box form .find_wiper_blades {
    display: flex;
    max-width: 100%;
    background: #ffffff;
    border-radius: 12px;
    padding: 28px 28px 40px;
    border: 1px solid #e5e7eb;
    box-shadow: none;
    border-radius: 14px;
    position: relative;
    align-items: flex-end;
    gap: 20px;
}

section.hero-new .find_wiper_blades>* {
    width: 100%;
    margin-bottom: 0;
}

section.hero-new .find_wiper_blades>*.submit {
    width: auto;
}

section.hero-new .find_wiper_blades label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Exo';
    margin-bottom: 6px;
}

.select2.select2-container {
    width: 100% !important;
    margin-bottom: 0px;
}

.select2-container .select2-selection--single {
    height: 50px;
    background: transparent;
    border: 0;
}

/* SELECT INPUTS */


section.hero-new .find_wiper_blades select {
    width: 100%;
    border: 1px solid #d1d5db;
    font-size: 16px;
    background-color: var(--white);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path opacity="0.4" d="M1 1.5L6 6.5L11 1.5" stroke="%2310332F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    line-height: 46px;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid #bac5c3;
    background-color: var(--white);
    padding: 0 12px;
    outline: none;
    color: var(--black);
    font-weight: 400;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    border-radius: 10px;
    border: 1px solid #bac5c3;
    background: var(--white);
    height: 50px;
    margin-top: 0 !important;
    padding: 0 12px;
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path opacity="0.4" d="M1 1.5L6 6.5L11 1.5" stroke="%2310332F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    margin: 0;
    left: auto;
    right: 10px;
    top: 0px;
    height: 50px;
    width: 20px;
}

section.hero-new .submit input.sub_wiper {
    margin: 0;
    font-family: 'Exo';
    text-transform: capitalize;
    padding: 0 20px;
    line-height: normal;
    width: fit-content;
    border-radius: 8px;
    font-size: 16px;
    line-height: 48px;
    background: var(--primary);
    color: #fff;
    border: 0;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s ease;
}

section.hero-new .submit input.sub_wiper:hover {
    background: var(--dark);
}

section.hero-new .find_wiper_blades .help {
    font-size: 14px;
    position: absolute;
    text-align: right;
    bottom: 10px;
    right: 28px;
    width: auto;
}

section.hero-new .find_wiper_blades .help a:hover {
    text-decoration: underline;
}

footer .footer-bottom {
    background-color: var(--dark);
    padding: 10px 20px;
}

footer .footer-bottom #copyright {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: var(--white);
}

@media (max-width:1024px) {
    .menu-header-container ul.menu li a {
        padding: 8px 10px;
        font-size: 14px;
    }
}

@media (max-width:767px) {
    html .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-header-container ul.menu {
        display: block;
        margin-top: 20px;
    }

    .header_inner .nav_menu {
        position: fixed;
        display: block;
        top: 0;
        bottom: 0;
        right: 0;
        left: auto;
        background-color: var(--white);
        width: 300px;
        z-index: 9999;
        padding: 20px 20px 20px;
        transform: translatex(100%);
        transition: all 0.4s;
    }

    .header-btn-wrap {
        margin-left: auto;
        margin-right: 10px;
    }

    html .header-btn-wrap .btn {
        line-height: 30px;
        padding: 0 14px;
        font-size: 12px;
    }

    .navbar-toggle {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .navbar-toggle span {
        width: 30px;
        height: 2px;
        background-color: var(--primary);
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        margin: auto;
        transition: all 0.3s;
    }

    .navbar-toggle span:nth-child(1) {
        top: -16px;
        width: 30px;
    }

    .navbar-toggle span:nth-child(3) {
        bottom: -16px;
        width: 30px;
    }

    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        width: 18px;
        transform: rotate(45deg);
        background-color: var(--dark);
    }

    .menu-show .navbar-toggle span:nth-child(2) {
        width: 0;
    }

    .menu-show .navbar-toggle span:nth-child(3) {
        bottom: 0;
        width: 28px;
        transform: rotate(-45deg);
        background-color: var(--dark);
    }


}