@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --color-f57a2c: #f57a2c;
    --color-066eb6: #066eb6;
    --color-b0b4bc: #b0b4bc;
    --color-000000: #000000;
    --color-f4f5f4: #f4f5f4;
    --color-282828: #282828;
    --color-5f5f5f: #5f5f5f;
    --color-ffffff: #fff;
    --font-family-Poppins: "Poppins", sans-serif;
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-20: 20px;
    --font-size-22: 22px;
    --font-size-25: 25px;
    --font-size-27: 27px;
    --font-size-30: 30px;
    --font-size-33: 33px;
    --font-size-35: 35px;
    --font-size-42: 42px;
    --font-size-47: 47px;
    --font-size-50: 50px;
    --font-size-59: 59px;
    --font-size-66: 66px;
    --font-size-92: 92px;
    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
}


body {
    font-family: var(--font-family-Poppins);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    outline: 0;
}

.mobile,
.feature-mobile {
    display: none !important;
}

html {
    scroll-behavior: smooth;
    scrollbar-color: var(--color-d2a800) #282828;
}

.container {
    max-width: 100%;
    padding: 0 150px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

a,
.btn,
button {
    outline: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
    color: var(--color-066eb6);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

h4,
h2,
h3,
h4,
h5,
h6 {
    text-transform: normal;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
    font-size: var(--font-size-16);
}

button,
input,
optgroup,
select,
textarea {
    font-family: var(--font-family-Poppins)
}

header,
footer,
section {
    width: 100%;
    float: left;
}

.text-gold {
    color: var(--color-066eb6) !important;
}

p {
    font-size: var(--font-size-19);
    font-family: var(--font-family-Poppins);
    font-weight: var(--font-weight-Regular);
    color: var(--color-000000);
}

.sub-title {
    font-size: var(--font-size-16);
    color: var(--colorvar(--color-000000));
    font-family: var(--font-family-Poppins);
    color: var(--color-066eb6);
    font-weight: var(--font-weight-Regular);
}
.title {
    font-size: var(--font-size-50);
    font-family: var(--font-family-Poppins);
    color: var(--color-000000);
    font-weight: var(--font-weight-SemiBold);
}

.div-title {
    font-size: var(--font-size-47);
    font-family: var(--font-family-Poppins);
    color: var(--color-000000);
    font-weight: var(--font-weight-SemiBold);
}

.main-title {
    font-size: var(--font-size-33);
    font-family: var(--font-family-Poppins);
    line-height: normal;
    color: var(--color-000000);
    font-weight: var(--font-weight-Medium);
}

.short-title {
    font-family: var(--font-family-Poppins);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-093d5b);
    font-size: var(--font-size-16);
    line-height: normal;
}

.top-product-title {
    font-size: var(--font-size-20);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-093d5b);
    margin-top: 15px;
    margin-bottom: 10px;
}

.div-title {
    font-size: var(--font-size-33);
    color: var(--color-000);
}

.div-text {
    font-size: var(--font-size-33);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-000000);
}

.big-title {
    font-size: 80px;
    font-weight: var(--font-weight-Regular);
    text-transform: uppercase;
}

.section-space {
    padding: 100px 0;
}

.color-f57a2c {
    color: var(--color-f57a2c);
}

.color-066eb6 {
    color: var(--color-066eb6);
}

.color-093d5b {
    color: var(--color-093d5b);
}

.color-a9abae {
    color: var(--color-a9abae);
}

.color-dark-grey {
    color: var(--color-b0b4bc);
}

/* Navbar */
.screen-darken.active {
    height: 1000vh;
    position: absolute;
    z-index: 9999;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
    background: #000;
    opacity: 0.5;
}

.top-bg {
    background: var(--color-066eb6);
    color: #fff;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.top-flex {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0;
}

ul.top-contact li a,
ul.top-contact li p {
    color: var(--color-093d5b);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-Medium);
    margin: 0;
    letter-spacing: 1px;
}

ul.top-contact li p span {
    font-weight: var(--font-weight-Bold);
}

ul.top-contact li a:hover {
    color: var(--color-000000);
}

ul.top-contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

ul.top-contact li {
    display: flex;
    list-style: disc;
    align-items: center;
    justify-content: center;
}

ul.top-contact li i {
    font-size: 16px;
    margin-right: 10px;
    color: var(--color-000000);
}

ul.top-social li i {
    font-size: 20px;
    transition: 0.5s;
    color: var(--color-ffffff);
}

ul.top-social li i:hover {
    color: var(--color-000000);
}

ul.top-social {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.social-bg {
    background: var(--color-d1b328);
    padding: 10px 0;
    position: relative;
}

.social-bg:before {
    content: "";
    background: var(--color-d1b328);
    position: absolute;
    right: -100%;
    width: 100%;
    height: 100%;
    top: 0;
}

.offcanvas-header {
    display: none;
}

.g_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--color-ffffff);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink {
    position: fixed;
    box-shadow: #63636333 0px 2px 8px 0px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 999;
}

img.logo {
    width: 100%;
    padding: 10px 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink img.logo {
    width: 80%;
}

.nav-item:hover,
a.nav-item.active {
    color: var(--color-000000);
}

div#sub_menu {
    display: flex;
    align-items: center;
}

.navbar-expand-lg {
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
}

.navbar {
    width: 100%;
    padding: 0;
    padding-top: 10px;
}

.nav-item {
    font-size: var(--font-size-16);
    font-family: var(--font-family-Poppins);
    cursor: pointer;
    text-decoration: none;
    color: var(--color-093d5b);
}

.social ul {
    display: flex;
    gap: 15px;
    margin-top: 100px;
}

.social ul li i {
    font-size: var(--font-size-16);
    color: var(--color-066eb6);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.social ul li i:hover {
    color: var(--color-ffffff);
}

/* Continuous gradient movement */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Pulse + bounce effect */
@keyframes smoothBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

    /* adjust for bounce height */
}
.orange_explore_now.explore_now {
    border: 1px solid var(--color-f57a2c);
    background-color: var(--color-f57a2c);
    color: var(--color-ffffff);
}
.orange_explore_now.explore_now:hover {
    border: 1px solid var(--color-f57a2c);
    color: var(--color-f57a2c);
}

.orange_explore_now.explore_now:hover i{
 background: var(--color-f57a2c);
    color: var(--color-ffffff);
}

.orange_explore_now.explore_now i {
    background: var(--color-f57a2c);
    color: #fff;
}

.white_explore_now.explore_now {
    border: 1px solid var(--color-ffffff);
    background-color: var(--color-ffffff);
    color: var(--color-066eb6);
}

.white_explore_now.explore_now:hover i{
 background: #066eb6;
    color: #fff;
}

.white_explore_now.explore_now i {
    background: #fff;
    color: #066eb6;
}


.explore_now {
    position: relative;
    border-radius: 50px;
    position: relative;
    border: 1px solid var(--color-066eb6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: normal;
    padding: 10px 20px;
    /* padding-right: 0!important; */
    font-size: 16px;
    font-weight: var(--font-weight-Medium);
    background-color: var(--color-066eb6);
    color: var(--color-ffffff);
    text-decoration: none;
    /* overflow: hidden; */
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.explore_now:hover {
    background: #fff;
    color: #066eb6;
    padding: 10px 20px;
    padding-right: 0;
    padding-right: 50px;
    
}

/* Keep text above animations */
.explore_now span {
    position: relative;
    z-index: 1;
}


.explore_now i {
    position: absolute;
    display: flex;
    width: 45px;
    height: 45px;
    background: #066eb6;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    right: -45px;
}

.explore_now:hover i {
    right: 0;
    transform: translateX(0);
    width: 35px;
    height: 35px;
    font-size: 18px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

ul.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-size: var(--font-size-16);
    gap: 45px;
}

.mobile-social {
    display: none;
}

.read-more {
    color: var(--color-066eb6);
}

.read-more i {
    margin-left: 10px;
}

.read-more:hover {
    color: var(--color-000000);
}

/* underline */
.reveal-line {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 15px;
}

.reveal-line h2 {
    font-size: var(--font-size-25);
    margin: 0;
}

.underline-block {
    position: relative;
    width: 254px;
    height: 2px;
}

.underline-fill.white {
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.8s ease;
}

/* Active animation */
.underline-block.active .underline-fill.white {
    width: 100%;
}

/* underline */

.music-btn {
    background: #00000066;
    border: none;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 16px;
    color: var(--color-066eb6);
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 9;
}

.music-btn:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.music-btn.playing {
    background: rgba(44, 39, 39, 0.333);
    color: var(--color-066eb6);
}

/* banner */
/* Festive CTA Button */
/* Banner Image Zoom Effect */

.banner {
    position: relative;
    background: url(../images/banner/bg.jpg)center/cover no-repeat;
    height: 100vh;
}
img.car-img {
    position: absolute;
    bottom: 100px;
}
section.contact-form-box {
    position: relative;
    z-index: 9;
    margin-top: -100px;
}

.banner-content {
    position: absolute;
    top: 25%;
    width: 80%;
    text-align: center;
}

h1.banner-title {
    font-size: 190px;
    color: #fff;
    font-weight: bold;
}

h3.banner-sub-title {
    font-size: 47px;
    font-weight: bold;
    color: #fff;
    margin-bottom: -20px;
}
.banner-content p {
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
    color: #fff;
}
/* banner */


/* form */
.contact-form-box form {
    width: 94%;
    background: #f57a2c;
    padding: 100px 50px;
    padding-top: 50px;
    border-radius: 36px;
    color: #fff;
}

img.plug-up {
    width: 25%;
    position: absolute;
    right: 0;
    bottom: -30px;
}

.shock-up {
    position: absolute;
    width: 32%;
    top: -180px;
    left: -60px;
    z-index: 9;
}



/* Labels */
.contact-form-box label {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
    color: #fff;
}

/* Inputs & textarea */
.contact-form-box input,
.contact-form-box textarea {
    width: 100%;
    height: 70px;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.6);
    border-radius: 6px;
    padding: 21px 14px;
    color: #fff;
    font-size: 14px;
    font-style: italic;
}

.contact-form-box input::placeholder,
.contact-form-box textarea::placeholder {
    color: rgba(255,255,255,0.8);
}

/* Focus */
.contact-form-box input:focus,
.contact-form-box textarea:focus {
    outline: none;
    border-color: #fff;
}

/* Button */
.contact-form-box button {
    font-size: 25px;
    background: #fff;
    color: #000;
    border: none;
    padding: 14px 150px;
    border-radius: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px auto 0;
    transition: all 0.3s ease;
}

.contact-form-box button i {
    transition: transform 0.3s ease;
}

.contact-form-box button:hover {
    background: #000;
    color: #fff;
}

.contact-form-box button:hover i {
    transform: translateX(4px);
}

/* form */
/* about-us */
.about-us {
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
    background: #b0b4bc;
    margin-top: -80px;
    overflow: hidden;
}
.orange-box1 {
    position: relative;
    padding: 15px;
    background: #f57a2c;
    border-radius: 16px;
    margin: 10px 0;
}
.orange-box1 {
    position: relative;
    padding: 18px 30px;
    background: #f57a2c;
    border-radius: 16px;
    margin: 15px 0;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    animation: pulseGlow 2s infinite ease-in-out;
}

/* Moving Highlight Border */
.orange-box1::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 18px;
    padding: 3px;
    background: linear-gradient(
        90deg,
        #ffffff,
        #ffa600,
        #ffffff,
        #ffa600,
        #ffffff
    );
    background-size: 300% 300%;
    animation: borderMove 3s linear infinite;
    mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: -1;
}

/* Shine Sweep Effect */
.orange-box1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.6),
        transparent
    );
    transform: skewX(-20deg);
    animation: shineMove 3s infinite;
}

/* Border Animation */
@keyframes borderMove {
    0% { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}

/* Glow Pulse */
@keyframes pulseGlow {
    0%,100% { box-shadow: 0 0 15px rgba(255, 153, 0, 0.6); }
    50% { box-shadow: 0 0 30px rgba(255,255,255,0.9); }
}

/* Shine Animation */
@keyframes shineMove {
    0% { left: -100%; }
    100% { left: 150%; }
}

.orange-box1 h4 {
    margin: 0;
    font-style: italic;
    font-size: var(--font-size-25);
}
.about-text {
    position: relative;
    z-index: 9;
}
img.gear-box {
    padding: 0;
    width: 48%;
    /* height: 100%; */
    position: absolute;
    top: 0;
    right: 0;
}
.counter-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* background: #bfc3c8; */
  padding: 0;
  /* text-align: center; */
  gap: 100px;
  margin-top: 60px;
  z-index: 9;
}

.counter-box h2 {
    font-size: var(--font-size-50);
  color: #000;
  font-weight: 700;
  margin: 0;
}

.counter-box h2::after {
  content: "+";
}

.counter-box p {
  font-size: 25px;
  margin-top: 8px;
}

/* about-us */

/* instant */
.instant{
background: radial-gradient(circle,rgba(32, 158, 246, 1) 13%, rgba(6, 110, 182, 1) 40%);    
}
.battery-section {  
    padding: 0;
padding-top: 80px;
color: #fff;  
text-align: center;
}
.section-heading p{
    opacity: 0.8;
}


.features {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.product img {
  max-width: 100%;
}

.feature {
  margin-bottom: 20px;
}
.features p{
    font-size: var(--font-size-22);
    color: var(--color-ffffff);
    margin: 0;
    line-height: 28px;
}
.inner-feature {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 15px;
}

.features img {
    width: 60px;
}

.features.left {
    text-align: right;
}

.features.right {
    text-align: left;
}

.features.right .features {
    display: flex;
    flex-direction: column;
}

.features.right .inner-feature {
    display: flex;
    flex-direction: row;
}

.battery-flex {display: flex;align-items: center;justify-content: center;}

/* instant */
/* mechanical */
.mechanical{
    overflow: hidden;
    position: relative;
}
img.mechanical-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -9;
}
.mechanical h3{
    font-size: var(--font-size-22);
    color: #282828;
    font-weight: var(--font-weight-Regular);
    margin-top: 30px;
    margin-right: 50px;
}
.card-img {
    width: 31%;
}

.card-img img {
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 26px;
    margin-bottom: 15px;
}

.card-img p {
    font-weight: bold;
}

.card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
/* mechanical */
/* why-section */
.why-section{
    background: #f4f5f4;
}
/* WHY SECTION */
.why-section {
    padding: 100px 0;
    overflow: hidden;
    background: #f4f5f4;
}

/* HEADER */
.why-header h2 {
    color: #282828;
    font-weight: 700;
    margin-bottom: 0;
}

.why-nav {
    display: flex;
    gap: 14px;
}

.why-prev,
.why-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid var(--color-066eb6);
    color: var(--color-066eb6);;
    background: var(--color-ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
}

/* SWIPER */
.why-swiper {
    width: 92%;
    float: right;
}

.why-swiper .swiper-slide {
    transition: all 0.5s ease;
}

/* CARD */
.why-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
}

.why-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.why-card:hover img {
    transform: scale(1.08);
}

/* OVERLAY */
.why-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(360deg, #f57a2c, transparent);
    z-index: 2;
}

/* CONTENT */
.why-content {
    position: absolute;
    bottom: 24px;
    left: 40px;
    right: 24px;
    z-index: 3;
    color: #fff;
}

.why-content h4 {
    font-size: var(--font-size-22);
    margin: 0;
    font-weight: 600;
}

/* why-section */

/* servicing */
.servicing{
    background: url(../images/servicing-bg.jpg)center/cover no-repeat;
    position: relative;
}
.servicing h4{
    font-size: var(--font-size-22);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Regular);
    color: #FFF;
}
.orange-box {
    position: relative;
    padding: 25px 50px;
    background: #f57a2c;
    border-radius: 26px;
    margin: 30px 0;
}

.orange-box b {
    font-style: italic;
}
.need{
    font-size: 38px;
    color: var(--color-ffffff);
    font-weight: var(--font-weight-SemiBold);
}
.need span{
    color: var(--color-f57a2c);
    font-style: italic;
}
.fast-reliable h2 {
    font-size: 22px;
    color: var(--color-f57a2c);
    padding: 25px 55px;
    padding-left: 150px;
    border: 2px solid #ffffff9c;
    border-radius: 50px;
    margin-left: -50px;
    margin-bottom: 0;
}

.fast-reliable {
    display: flex;
    align-items: center;
}

.fast-reliable h2:hover {
    background: var(--color-f57a2c);
    color: #fff;
}
img.perth-img {
    position: absolute;
    width: 40%;
    right: 0;
    bottom: 0;
    padding: 0;
}

.orange-box p {
    margin: 0;
}

.orange-box:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    left: 94%;
    top: 0;
    background: #f57a2c;
}
/* servicing */

/* footer */
.site-footer {
  background: radial-gradient(circle at top, #1b1b1b, #000);
  color: #fff;
  padding: 60px 0 30px;
  font-family: "Poppins", sans-serif;
}



.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-left {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.footer-block {
    width: 45%;
}

.footer-block h6 {
  color: #ff7a18;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}
.footer-block a:hover {
    color: #f57a2c;
}



.footer-block a {
  color: #fff;
  text-decoration: none;
}



.footer-right h4 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-buttons {
     display: flex;
    gap: 70px;
    flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn span {
  font-size: 16px;
}

.btn-outline {
  border: 2px solid #fff;
  color: #007bff;
  background: #fff;
}

.btn-outline:hover {
  background: transparent;
  color: #fff;
}

.btn-primary {
  background: #ff7a18;
  color: #fff;
}

.btn-primary:hover {
  background: #e86610;
}

.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 40px 0;
}

.footer-bottom {
  text-align: left;
  font-size: 14px;
  color: #FFF;
}
.footer-bottom p{
    color: var(--color-ffffff);
    margin: 0;
}



.scroll-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: var(--color-f57a2c);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.scroll-btn.show {
    display: flex;
}
/* ================================
   Popup Overlay
================================ */
.quote-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  z-index: 9999;
}

.quote-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ================================
   Popup Box
================================ */
.quote-box {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  max-width: 520px;
  width: 90%;
  padding: 35px 30px;
  border-radius: 16px;
  position: relative;
  transform: translateY(50px) scale(0.95);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.quote-overlay.active .quote-box {
  transform: translateY(0) scale(1);
}

/* ================================
   Close Button
================================ */
.quote-close {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 26px;
  border: none;
  background: none;
  color: var(--color-000000);
  cursor: pointer;
}

/* ================================
   Header
================================ */
.quote-header h2 {
  font-size: 28px;
  color: var(--color-066eb6);
  margin-bottom: 5px;
}

.quote-header p {
  color: var(--color-282828);
  font-size: 14px;
  margin-bottom: 25px;
}

/* ================================
   Form Layout
================================ */
.quote-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
p#quote-msg {
    grid-column: 1 / -1;
    width: 100%;
    margin: 0;
}
/* Full width fields */
.form-group.full {
  grid-column: 1 / -1;
}

/* ================================
   Form Fields
================================ */
.form-group {
  position: relative;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 12px;
  border-radius: 8px;
  border: 1px solid var(--color-b0b4bc);
  background: transparent;
  outline: none;
  font-size: 14px;
  color: var(--color-000000);
}

.form-group textarea {
  resize: none;
}

/* ================================
   Floating Labels
================================ */
.form-group label {
  position: absolute;
  top: 50%;
  left: 12px;
  color: var(--color-b0b4bc);
  font-size: 13px;
  transform: translateY(-50%);
  background: #ffffff;
  padding: 0 6px;
  pointer-events: none;
  transition: 0.3s ease;
}

.form-group textarea + label {
  top: 18px;
  transform: none;
}

/* Active Label */
.form-group input:focus + label,
.form-group input:valid + label,
.form-group textarea:focus + label,
.form-group textarea:valid + label,
.form-group select:focus + label,
.form-group select:valid + label {
  top: -7px;
  font-size: 11px;
  color: var(--color-066eb6);
}

/* Focus Border */
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--color-066eb6);
}

/* ================================
   Submit Button
================================ */
.quote-btn {
  grid-column: 1 / -1;
background-color: var(--color-066eb6);
  color: #ffffff;
  padding: 14px;
  border-radius: 10px;
  border: none;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.quote-btn:hover {
    background: var(--color-f57a2c);
  color: var(--color-ffffff);
}
a.contact-btn.instagram-btn {
    background: linear-gradient(45deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%);
      bottom: 140px;
}
.whatsapp-btn {
    bottom: 80px;
    border-radius: 50%;
}

.contact-btn {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 20px;
    padding: 10px 15px;
    background: #25D366;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    transition: background-color 0.3s;
    border: 1px solid #ffffff;
    align-items: center;
    justify-content: center;
}


/* Responsive */
@media (max-width: 1680px) {
    :root{
        --font-size-50: 45px;
        --font-size-33: 30px;
        --font-size-25: 23px;
        --font-size-22: 18px;
        --font-size-19: 17px;
    }
    .features img {
    width: 55px;
}
.product {
    width: 50%;
}
.battery-section {
    padding-top: 50px;
}
    .counter-box p {
    font-size: 22px;
}
.section-space {
    padding: 80px 0;
}
img.mechanical-img {
    width: 51%;
    position: absolute;
    top: 9%;
    right: 0;
}
.container {
    max-width: 100%;
    padding: 0 50px;
}
img.car-img {
    width: 30%;
    bottom: 100px;
}
.contact-form-box button {
font-size: 22px;
padding: 14px 100px;
}
.contact-form-box form {
    padding: 70px 50px;
    padding-top: 50px;
}
.why-swiper {
    width: 97%;
}
.why-content {
    left: 20px;
}
.fast-reliable h2 {
    font-size: 20px;
    padding: 20px 40px;
    padding-left: 125px;
}
.footer-left {
    gap: 30px}
    ul.btns-tabs {
    justify-content: center;
}
}


@media (max-width: 1480px) {
        :root {
        --font-size-50: 40px;
        --font-size-33: 26px;
        --font-size-22: 18px;
        --font-size-19: 17px;
    }
    .orange-box1,.orange-box1::before {
    border-radius: 12px;
}
    .orange-box1{
    padding: 14px 20px;
}
h1.banner-title {
    font-size: 110px;
}
    .contact-form-box button {
        font-size: 19px;
        padding: 12px 85px;
    }
    .contact-form-box input, .contact-form-box textarea {
    width: 100%;
    height: 60px;
    padding: 10px 12px;
}
    .counter-box p {
        font-size: 20px;
    }
    .counter-wrapper {
    gap: 60px;
    margin-top: 40px;
}
.about-us {
    padding-top: 100px;
    padding-bottom: 60px;
}
    .product {
        width: 44%;
    }
    .card-img p {
    font-size: 16px;
    font-weight: var(--font-weight-SemiBold);
}
.card-img img {
    border-radius: 16px;
    margin-bottom: 10px;
}
.card-list {
    gap: 20px;
}
    .need {
        font-size: 33px;
        margin: 23px 0;
    }
.orange-box {
    padding: 22px 30px;
    border-radius: 16px;
    margin: 30px 0;
}
.footer-divider {
    margin: 25px 0;
}
.footer-bottom p {
    font-size: 14px;
}
 .banner-content p {
    width: 90%;
}
}

@media (max-width: 1366px) {


    h4,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 10px;
    }

}

@media (max-width: 1280px) {

}

@media (max-width: 991px) {
    :root {
        --font-size-14: 13px;
        --font-size-18: 14px;
        --font-size-16: 14px;
        --font-size-19: 14px;
        --font-size-25: 18px;
        --font-size-20: 16px;
        --font-size-40: 22px;
        --font-size-50: 30px;
        --font-size-30: 18px;
        --font-size-33: 18px;
        --font-size-59: 26px;
        --font-size-66: 36px;
    }
    .container {
        width: 100%;
        padding: 0 30px;
    }
      .logo {
        position: relative;
        width: 100%;
        padding: 0px 0;
    }
        .sticky-wrapper.is-sticky .logo {
        position: relative;
        width: 90%;
        padding: 0;
    }
    br {
        display: none;
    }
    h1.banner-title {
        font-size: 80px;
    }
    h3.banner-sub-title {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .banner {
        height: 580px;
    }
    img.car-img {
        width: 45%;
        bottom: 70px;
    }
    
    section.contact-form-box {
        margin-top: -50px;
    }
    .contact-form-box form {
        width: 100%;
        padding: 30px;
        border-radius: 16px;
    }
    .contact-form-box input, .contact-form-box textarea {
        height: 50px;
        padding: 10px;
    }

    .section-space,
    .about-us {
        padding: 50px 0;
    }
     .title {
        margin-bottom: 10px;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .mt-3 {
        margin-top: 0.5rem !important;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none !important;
    }
    .explore_now i {
    right: -35px;
    }
        .contact-form-box button {
        font-size: 16px;
        padding: 10px 50px;
        margin-top: 15px;
    }
    .about-us {
    position: relative;
    padding-top: 70px;
    padding-bottom: 30px;
    background: #b0b4bc;
    margin-top: -50px;
    overflow: hidden;
}
    .counter-box p {
        font-size: 18px;
    }
    .shock-up {
    top: -65px;
    left: -20px;
}
img.plug-up {
    bottom: 0px;
}
    img.gear-box {
        width: 53%;
        top: 18%;
    }
.features p {
    font-size: 14px;
    line-height: 20px;
}
    .features img {
        width: 35px;
    }
        .product {
        width: 90%;
    }
    .features {
    gap: 35px;
}
.battery-flex {
    margin-bottom: 40px;
}
.explore_now {
    padding: 8px 20px;
    font-size: 14px;
}
.explore_now i {
    width: 35px;
    height: 35px;
    font-size: 18px;
}
    img.mechanical-img {
        width: 36%;
        position: absolute;
        top: -36px;
        right: 0;
    }   
    .mechanical h3 {
    width: 60%;
    font-size: 18px;
    line-height: 26px;
    color: #282828;
    font-weight: var(--font-weight-Regular);
    margin-top: 30px;
    margin-right: 0;
}
.why-prev, .why-next {
    width: 35px;
    height: 35px;
    border: 1px solid var(--color-066eb6);
    font-size: 16px;
}
    .why-swiper {
        margin-top: 20px;
    }
     .orange-box {
        width: 61%;
        padding: 15px;
        border-radius: 12px;
        margin: 15px 0;
    }
     .fast-reliable h2 {
        font-size: 18px;
        padding: 12px 18px;
        padding-left: 100px;
    }
        .need {
        font-size: 25px;
        margin: 20px 0;
    }
    img.perth-img {
    position: absolute;
    width: 46%;
    right: -17px;
    bottom: 0;
    padding: 0;
}
.footer-block {
    width: 32%;
}
    .footer-left {
        gap: 10px;
    }
    .footer-buttons {
    justify-content: center;
}
.footer-top {
    justify-content: center;
    gap: 10px;
}
    .footer-divider {
        margin: 20px 0;
    }
    .site-footer {
    padding: 40px 0 20px;
}
    .orange-box1,.orange-box1::before {
    border-radius: 8px;
}
    .orange-box1 {
        padding: 12px;
    }
}
@media (max-width: 800px) {}

@media (max-width: 575px) {
    :root {
        --font-size-66: 25px;
        --font-size-50: 18px;
        --font-size-59: 22px;
        --font-size-42: 20px;
        --font-size-35: 20px;
        --font-size-33: 16px;
        --font-size-25: 18px;
        --font-size-16: 13px;
        --font-size-20: 14px;
    }

    p {
        margin-bottom: 10px;
        text-align: justify;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
        .logo {
        width: 70%;
    }
        .orange-box1 {
        padding: 10px;
        margin: 10px;
    }
        .sticky-wrapper.is-sticky .logo {
        width: 60%;
    }
        h3.banner-sub-title {
        font-size: 18px;
    }
        h1.banner-title {
        font-size: 50px;
    }
        .banner {
        height: 400px;
    }
    .banner-content {
    top: 36%;
}
    .contact-form-box form {
        padding: 30px 15px;
    }
    form p{
        text-align: center;
    }
        .contact-form-box input, .contact-form-box textarea {
        height: 45px;
        padding: 6px;
    }
    .contact-form-box button {
        font-size: 14px;
        padding: 8px 40px;
        margin-top: 15px;
    }
    .shock-up {
        top: 0;
        display: none;
        left: 0;
    }
    img.plug-up {
        width: 29%;
    }
    img.gear-box {
        position: relative;
        width: 100%;
        top: 0;
        margin-top: -40px;
        margin-bottom: -30px;
    }
        .counter-box p {
        font-size: 16px;
        margin-bottom: 0;
    }
        .counter-wrapper {
        gap: 15px 26px;
        margin-top: 30px;
    }
       .counter-box p {
        font-size: 14px;
    }
    .counter-wrapper {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.counter-box {
    text-align: center;
}
.counter-box h2 {
    font-size: 26px;
}
    .section-space, .about-us {
        padding: 30px 0;
    }
        .about-us {
        text-align: center;
        position: relative;
        padding-top: 70px;
        padding-bottom: 30px;
        background: #b0b4bc;
        margin-top: -50px;
        overflow: hidden;
    }
    .about-text {
    padding-right: 0px;
}
 .section-heading span {
    display: block;
}
.orange-box p {
    text-align: center;
}

.battery-flex {
    flex-direction: column;
        margin-bottom: 15px;
        padding: 0;

}
.inner-feature {
    flex-direction: row;
    gap: 10px;
}
    .features {
        gap: 15px;
    }
        .battery-section {
            padding: 15px;
            padding-bottom: 0;
        text-align: left;
    }
    .card-img {
    width: 46%;
}
    img.mechanical-img {
        width: 55%;
        top: 60%;
    }
        .mechanical h3 {
        width: 100%;
        font-size: 16px;
        text-align: center;
    }
    .battery-section h3{
        text-align: center;
    }
    .mechanical-flex {
    flex-direction: column;
}
    .servicing h4 {
        font-size: 14px;
        line-height: normal;
    }
    .orange-box {
        width: 100%;
        padding: 15px;
        border-radius: 12px;
        margin: 10px 0;
    }
    .orange-box:before{
        display: none;
    }
        .need {
        text-align: left;
        font-size: 20px;
        margin: 15px 0;
    }
        .fast-reliable h2 {
        text-align: left;
        width: 70%;
        font-size: 14px;
        padding: 12px 15px;
        padding-left: 90px;
    }
    .footer-right h4 {
    font-size: 16px;
}
    .footer-block {
        width: 100%;
    }
    .footer-block h6 {
    font-size: 14px;
}
    .footer-bottom p {
        text-align: left;
    }
    .site-mobile-menu-header img {
    width: 70%;
}

.site-mobile-menu-header {
    display: flex;
    align-items: center;
}
    .card-img p {
        text-align: center;
        font-size: 13px;
        margin: 0;
    }
    .why-content h4 {
    font-size: 16px;
}
    .why-content {
        left: 12px;
        bottom: 15px;
    }
    .why-card {
    border-radius: 16px;
    }
    .section-heading {
    text-align: center;
}
    .footer-buttons {
        justify-content: start;
        gap: 50px;
        margin-left: -12px;
    }
    .servicing,.why-section {
        overflow: hidden;
    }
     .card-list {
        gap: 20px 10px;
    }
    .card-img img {
        border-radius: 12px;
    }
    .section-heading p {
    text-align: center;
}
    .features p {
        text-align: left;
    }
    .quote-form {
    gap: 12px;
}
    .quote-box {
            max-width: 100%;
    width: 96%;
    padding: 20px 15px;
}
    .quote-form {
        gap: 14px 25px;
    }
    .quote-header h2 {
    font-size: 22px;
}
.quote-close {
    top: -8px;
    right: 2px;
    font-size: 35px;
}
.quote-header p {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
}
.form-group input, .form-group textarea, .form-group select {
    width: 100%;
    padding: 10px;
}
.form-group input, .form-group textarea, .form-group select {
    font-size: 12px;
}
.quote-btn {
    padding: 10px;
}
section {
    overflow: hidden;
}
    img.car-img {
        width: 50%;
    }
    .contact-btn {
    width: 40px;
    height: 40px;
}
.footer-block p {
    text-align: left;
}
    .footer-bottom p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {}

@media (max-width: 375px) {}