/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
    --primary: #010A1A;
    --secondary: #FFFFFF;
    --text: #1A2331;
    --accent: #EC1C24;
    --font1: "Special Gothic";
    --font2: "Poppins", Sans-serif;
}

html {
    scroll-behavior: smooth;
    margin: 0 !important;
}

body {
    margin: 0;
    padding: 0;
    color: var(--secondery);
    font-family: var(--font2);
    font-size: 16px;
    line-height: 150%;
    background-color: #f9fafb;
}

img {
    display: block;
}

a {
    text-decoration: none !important;
    transition: all 0.5s ease;
}


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


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

.btn {
    display: flex;
}

h2 {
    color: var(--accent);
}

/* ===== FORCE TOGGLE ON DESKTOP ===== */
.header .hfe-nav-menu__toggle {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 100001;
}

/* ===== MENU CONTAINER (SIDEBAR) ===== */
.header nav.hfe-nav-menu__layout-horizontal {
    position: fixed !important;
    top: 0 !important;
    left: -320px !important;
    /* hidden */
    width: 300px !important;
    max-width: 300px !important;
    height: 100vh !important;
    background: #fff;
    z-index: 99999 !important;

    display: flex !important;
    flex-direction: column;
    padding: 50px 20px 20px;
    /* top space for close button */

    transition: left 0.4s ease !important;
}

/* ===== OPEN STATE ===== */
.header nav.hfe-nav-menu__layout-horizontal.menu-is-active {
    left: 0 !important;
}

/* ===== REMOVE DROPDOWN BEHAVIOR ===== */
.elementor-nav-menu--dropdown,
.hfe-active-menu .hfe-nav-menu__layout-horizontal {
    position: fixed !important;
    top: 0 !important;
    left: -320px;
}

/* ===== FIX INLINE STYLE ISSUE ===== */
.header nav.hfe-nav-menu__layout-horizontal[style] {
    width: 300px !important;
    left: -320px !important;
}

.header nav.hfe-nav-menu__layout-horizontal.menu-is-active[style] {
    left: 0 !important;
}

/* ===== MENU ITEMS VERTICAL ===== */
.header .hfe-nav-menu {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    margin: 0;
}

.header .hfe-nav-menu__toggle.hfe-active-menu {
    position: absolute !important;
    margin: 0;
    top: -15px;
    left: -28px;
}

.header_wrap .header_left .hfe-nav-menu-icon {
    padding: 0 !important;
}

.header .header_right .cart_icon,
.header .header_right .cart_icon .elementor-icon-wrapper {
    display: flex;
}

.header .header_right .cart_icon .elementor-icon {
    position: relative;
}

.header .header_right .cart_icon .elementor-icon:after {
    content: "1";
    position: absolute;
    top: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
    background: var(--accent);
    border-radius: 50%;
    color: var(--secondary);
    font-family: var(--font2);
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header_right .cart_icon .elementor-icon {
    transition: 0.3s ease;
}

.header .header_right .cart_icon:hover .elementor-icon {
    transform: scale(1.08);
}

.header .header_right .elementor-button-link svg {
    transition: all 0.3s ease;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #010a1aeb;
    transition: all 0.3s ease;
}

html.sticky .header {
    padding-bottom: 10px;
    padding-top: 10px;
}


.btn-wrap .btn:first-child .elementor-button-link svg {
    width: 9px;
}

.btn:not(.white-btn) .elementor-button-link:hover svg path {
    stroke: var(--primary);
}

.white-btn svg {
    width: 40px;
}

.pro_sec .btn:not(.white-btn) .elementor-button-link:hover svg path {
    stroke: var(--secondary);
    fill: transparent !important;
}

.choose_slider_wrap {
    display: block !important;
}

.choose_slider_wrap .e-con {
    width: 100%;
}

.driving_icon_wrap .e-con-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
}


/* First 3 items */
.driving_icon_wrap .e-con-inner>.elementor-element:nth-child(1),
.driving_icon_wrap .e-con-inner>.elementor-element:nth-child(2),
.driving_icon_wrap .e-con-inner>.elementor-element:nth-child(3) {
    width: 33.33%;
}

/* Last 2 items */
.driving_icon_wrap .e-con-inner>.elementor-element:nth-child(4),
.driving_icon_wrap .e-con-inner>.elementor-element:nth-child(5) {
    width: 50%;
    max-width: 450px;
}

.smart_sec .smart_box_wrap h3 {
    margin-top: 0;
}

.table_sec h3 span {
    color: var(--accent);
}
.table_sec .table_wrap > div:not(:first-child) {
    height: 63px;
}
.table_sec .table_wrap > div:not(:first-child) h2 {
    position: relative;
    padding-left: 20px;
}
.table_sec .table_wrap > div:not(:first-child) h2::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--accent);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}