/*
Theme Name: Fujienviromax
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1759230570
Updated: 2025-09-30 11:09:30

*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Barlow", sans-serif !important;
}
span.elementor-button-text {
    font-family: 'Barlow';
    font-size: 18px;
}
span.elementor-button-text {
    font-family: 'Barlow';
    font-size: 18px;
}

p {font-family: 'Barlow' !important;}

span {
    font-family: 'Barlow';
}

.elementor-widget-text-editor {
    font-family: 'Barlow' !important;
}

a.hfe-menu-item {
    font-family: 'Barlow' !important;
}


.main-sticky-area {
    display: flex;
    align-items: flex-start;
}

.left-sticky-col {
    position: sticky;
    top: 150px;
    align-self: flex-start;
}

.right-content-col {
    width: 100%;
}

.cus_zoom .elementor-widget-image {
  overflow: hidden;
}

.cus_zoom .elementor-widget-image img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.cus_zoom .elementor-widget-image:hover img {
  transform: scale(1.1);
  cursor: zoom-in;
}


.battery-table-wrapper h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    line-height: 30px;
}
.battery-table-wrapper .battery-table {
    width: 100%;
    border-collapse: collapse;
}
.battery-table-wrapper .battery-table thead th {
    text-align: center;
    padding: 14px 10px;
    font-size: 16px;
    color: #000;
    border-bottom: 2px solid #dcdcdc;
}
.battery-table-wrapper .battery-table tbody td {
    padding: 16px 10px;
    font-size: 16px;
    color: #222;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    background-color: #fff;
}
.battery-table-wrapper .battery-table tbody tr:last-child td {
    border-bottom: 2px solid #dcdcdc;
}


@media (max-width: 767px) {
	.cus_scroll {
    display: flex;
	    overflow: auto;
}
.cus_scroll > .elementor-element {
    min-width: 120px;
}
    .main-sticky-area {
        display: block;
    }

    .left-sticky-col {
        position: static !important;
        top: auto !important;
    }

    .right-content-col {
        width: 100%;
    }
}
