/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/twentytwentyone-child
Description: A child theme for the Hello Elementor theme.
Author: Your Name
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add custom styles below this line */

.elementor-widget-text-editor :last-child {
    margin-bottom: 0 !important;
}
.pd100 {
    padding-bottom: clamp(62.5px, 12.2px + 4.5732vw, 100px) !important;
    padding-top: clamp(62.5px, 12.2px + 4.5732vw, 100px) !important;
}
.pdb0 {
    padding-bottom: 0 !important;
}
.pdt0 {
    padding-top: 0 !important;
}
.pdlr {
    padding-left: 10% !important; /*change as per figma */
    padding-right: 10% !important; /*change as per figma */
}
.pdl0 {
    padding-left: 0 !important; /*change as per figma */
}
.pdr0 {
    padding-right: 0 !important; /*change as per figma */
}
p {
    margin-block-end: 0;
    margin-block-start: 0;
}
/*Back to top*/
#back-to-top {
    position: fixed;
    bottom: 85px;
    right: 20px;
    color: #fff;
    padding: 8px 8px 0px 8px;
    border-radius: 100%;
    z-index: 9999;
    cursor: pointer;
    font-size: 24px;
    background-color: #ffffff;
    transition: all 0.5s;
}
#back-to-top:hover {
    background-color: #b4373b3d;
    transition: all 0.5s;
}
#back-to-top img {
    width: 32px;
}
/*End Back to top*/
.btn-icon svg {
    font-size: 14px;
    transition: transform 0.4s ease;
}
.btn-icon:hover svg {
    transform: translateX(10px);
}
.btn-icon a.elementor-button:hover::before {
    opacity: 1;
}
/* Red Button */
.home_product_image a {
    width: 100%;
}
.btn-icon a.elementor-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(360deg, #B4373B 0%, #651619 100%);
}
.btn-icon a.elementor-button::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(360deg, #B4373B 67.79%, #651619 100%);
    opacity: 0;
    transition: opacity .6s ease;
    z-index: -1;
}
/* White Button */
.btn-icon-white svg {
    font-size: 14px;
    transition: transform 0.4s ease;
}
.btn-icon-white:hover svg {
    transform: translateX(10px);
}
.btn-icon-white:hover svg path {
    fill: #fff !important;
}
.btn-icon-white a.elementor-button:hover::before {
    opacity: 1;
}
.btn-icon-white a.elementor-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(360deg, #FFFFFF 45.19%, #919191 100%) !important;
}
.btn-icon-white a.elementor-button::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(360deg, #FFFFFF -52.78%, #6B5454 100%) !important;
    opacity: 0;
    transition: opacity .6s ease;
    z-index: -1;
}
/* End */
.comn_bold h2 {
    font-weight: 700 !important;
}
.current-menu-item a.ekit-menu-nav-link.active {
    font-weight: 600 !important;
}
.copyright a {
    color: #000000;
}
.copyright a:hover {
    color: #752124;
}
.maroon-bold span {
    color: #752124;
    font-weight: 700;
}
.home-since-sec:hover {
    background-color: #752124 !important;
    transition: background 0.6s ease !important;
}
.home-since-sec:hover .maroon-bold span, 
.home-since-sec:hover h2.elementor-heading-title, 
.home-since-sec:hover p {
    color: #ffffff;
}
/* Image Container */
.industry_image {
    overflow: hidden;
}
/* Image */
.industry_image img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
}
/* Hover Zoom */
.industry_image:hover img {
    transform: scale(1.13);
}
.home_industry_img h2.elementor-heading-title {
    transform: translateY(0);
    transition: transform 0.4s ease;
}
.home_industry_img:hover h2.elementor-heading-title {
    transform: translateY(-10px);
}
.industry_image {
    position: relative;
    overflow: hidden;
    line-height: 0;
}
/* .industry_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.industry_image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    pointer-events: none;
}
.home-banner-text-shadow {
    background: linear-gradient(180deg, rgba(15, 14, 14, 0) 0%, rgba(15, 14, 14, 0.5) 50%, #0F0E0E 100%);
}   
.blog_icon span.elementor-icon-list-text {
    order: 1;
    padding-inline-start: 0px !important;
    margin-right: 10px;
}
.blog_icon span.elementor-icon-list-icon {
    order: 2;
}
.main_blog_div {
    overflow: hidden !important;
}
.main_blog_div .blog_image {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}
.main_blog_div:hover .blog_image {
    transform: scale(1.1);
}
.main_blog_div .blog_title {
    padding-left: 50px;
    transition: padding-left 0.3s ease-in-out;
}
.main_blog_div:hover .blog_title {
    padding-left: 20px;
}
.main_blog_div:hover time,
.main_blog_div:hover h3,
.main_blog_div:hover i.icon.icon-right-arrow,
.main_blog_div:hover span.elementor-icon-list-text {
    color: #752124 !important;
}
.main_blog_div .blog_border_maroon {
    border-top: 1px solid #000000;
    transition: transform 0.5s ease-in-out;
}
.main_blog_div:hover .blog_border_maroon {
    border-top: 1px solid #752124;
}
.products_main{
    overflow: hidden !important;
    border-top: 1px solid #D9D9D9 !important;
}
.products_main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    height: 100% !important;
    width: 100% !important;
    transform: translateY(-45%);
    transition: transform 0.3s ease-in-out, 
    background-color 0.3s ease-in-out, 
    border-color 0.3s ease-in-out;
}
.products_main:hover::before {
    transform: translateY(0);
    background-color: #752124 !important;
    border-color: #752124;

}
.products_main:hover h3.elementor-heading-title {
    color: #ffffff !important;
}
.home_contact input::placeholder,
.home_contact textarea::placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}
.home_contact .elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 0px rgba(0,0,0,.1);
    outline: 0;
}
.home_testimonials div.elementor-icon {
    display: none;
}
/* .home_contact button#home_cont_btn {
    background: linear-gradient(360deg, #B4373B 0%, #651619 100%);
} */
#home_cont_btn svg {
    font-size: 14px;
    transition: transform 0.4s ease;
}
#home_cont_btn:hover svg {
    transform: translateX(10px);
}
.home_contact button#home_cont_btn:hover::before,
.contact_form button#home_cont_btn:hover::before,
.popup_form button#home_cont_btn:hover::before {
    opacity: 1;
}
.home_contact button#home_cont_btn,
.contact_form button#home_cont_btn,
.popup_form button#home_cont_btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(360deg, #B4373B 0%, #651619 100%);
}
.home_contact button#home_cont_btn::before,
.contact_form button#home_cont_btn::before,
.popup_form button#home_cont_btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(360deg, #B4373B 67.79%, #651619 100%);
    opacity: 0;
    transition: opacity .6s ease;
    z-index: -1;
}
.home_world .elementor-widget-video .elementor-widget-container, .elementor-widget-video:not(:has(.elementor-widget-container)) {
    transform: none;
}
.home_world {
    mix-blend-mode: lighten;
    left: -7% !important;
    top: -6% !important;
    width: 55% !important;
}
.video_image {
    left: 27% !important;
    top: 31% !important;
}

.timeline_steps span.elementor-icon {
    position: relative;
    top:16px;
    left: -10px;
}
.timeline_steps p.timeline-title {
    font-family: var(--e-global-typography-2be0667-font-family), Sans-serif;
    font-size: var(--e-global-typography-2be0667-font-size);
    font-weight: var(--e-global-typography-2be0667-font-weight);
    line-height: var(--e-global-typography-2be0667-line-height);
    color: var(--e-global-color-text);
}
.timeline_steps p.timeline-title {
    color: #000000 !important;
    font-family: 'Hind Madurai';
    text-transform: uppercase;
    font-size: clamp(18px, 16.3328px + 0.463vw, 23px);
    line-height: clamp(21px, 19.3328px + 0.463vw, 26px);
}
.timeline_steps-wrap p {
    font-family: 'Hind Madurai';
    color: #1E1E1F;
    font-size: clamp(15px, 14px + 0.2778vw, 18px);
    line-height: clamp(26px, 24.6672px + 0.3704vw, 30px);
}
.timeline_steps.active:hover .timeline-title {
    color: #8d2323 !important;
}
.timeline_steps .timeline-title {
    color: #000000 !important;
}
.image-wrap-am div[am-img="1"], .image-wrap-am div[am-img="2"], .image-wrap-am div[am-img="3"]{
	display: none;
}
.image-wrap-am div[am-img] img{
	height:  400px;
	object-fit:cover;
}
.timeline_steps span.elementor-icon {
    border: 1px solid #8d2323;
    padding: 1px;
    border-radius: 50%;
}
.timeline_steps-wrap .active span.elementor-icon {
    background-color: #8d2323 !important;
}
span.elementor-icon {
    background-color: unset !important;
}
.timeline_steps .elementor-icon-box-title {
    margin-bottom: 5px !important;
}
.timeline_steps-wrap:before {
    content: "";
    position: absolute;
    background-color: #D9D9D9;
    width: 5px;
    height: 77%;
    top: 19px;
    left: -4px;
}
.home .my_footer .e-con-inner, 
.page-id-1609 .my_footer .e-con-inner,
.single.single-product .my_footer .e-con-inner,
.page-id-2398 .my_footer .e-con-inner {
    padding-top: clamp(62.5px, 12.2px + 4.5732vw, 80px) !important;
}
.home .footer_CTA,
.page-id-1609 .footer_CTA,
.single.single-product .footer_CTA,
.page-id-2398 .footer_CTA {
    display: none;
}
.contact_form img.emoji {
    font-size: 13px;
}
.contact_form span.elementor-field-option {
    background-color: #F1F2F4;
    padding: 9px 22px 7px 18px !important;
}
.contact_form .elementor-field-subgroup {
    column-gap: 10px;
}
.contact_form .elementor-field-subgroup label {
    position: relative;
    left: 5px;
}
.industry_archive_image {
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.industry_archive_image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.46); /* #FFFFFF75 */
    opacity: 0;
    transition: opacity .4s ease;
    z-index: 1;
    pointer-events: none;
}
.industry_archive_image img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
}
.industry_list_main:hover .industry_archive_image img {
    transform: scale(1.1);
    background: #FFFFFF75;
}
.industry_list_main:hover .industry_archive_image::before {
    opacity: 1;
}
.industry_list_main .industry_round_icon {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.industry_list_main:hover .industry_round_icon {
    opacity: 1 !important;
}
/* .industry_list_main .industry_list_content {
    transition: background-color 0.3s ease-in-out;
} */
.industry_list_main:hover {
    background-color: #651619 !important;
    /* transition: background-color 0.3s ease-in-out; */
}
.industry_list_main:hover .industry_list_content {
    background-color: #ffffff00 !important;
}
.industry_list_content span.product_subline {
    font-size: var(--e-global-typography-dfb98d8-font-size);
    font-weight: var(--e-global-typography-dfb98d8-font-weight);
    line-height: var(--e-global-typography-dfb98d8-line-height);
}
.industry_list_main:hover .industry_list_content h2.product_title {
    color: #ffffff;
}
.searchinput-listing input#product-search {
    font-size: var(--e-global-typography-dfb98d8-font-size);
    border: 1px solid #D9D9D9;
    padding-top: clamp(0.5rem, 0.3333rem + 0.7407vw, 1rem) !important;
    padding-bottom: clamp(0.5rem, 0.3333rem + 0.7407vw, 1rem);
    padding-left: clamp(0.5rem, 0.25rem + 1.1111vw, 1.25rem);
    padding-right: clamp(0.5rem, -0.1667rem + 2.963vw, 2.5rem);
}
.searchinput-listing::after {
    content: "";
    background-image: url("/wp-content/uploads/2026/07/humbleicons_search.png");
    background-repeat: no-repeat;
    position: absolute;
    background-size: clamp(1.125rem, 1rem + 0.5556vw, 1.5rem);
    right: clamp(1rem, 0.9167rem + 0.3704vw, 1.25rem);
    top: clamp(0.875rem, 0.7917rem + 0.3704vw, 1.125rem);
    height: clamp(1rem, 0.9167rem + 0.3704vw, 1.25rem);
    width: clamp(1rem, 0.9167rem + 0.3704vw, 1.25rem);
}
input#product-search::placeholder {
    font-size: var(--e-global-typography-dfb98d8-font-size);
    font-weight: var(--e-global-typography-e5e1222-font-weight);
    line-height: var(--e-global-typography-dfb98d8-line-height);
    color: #000000 !important;
    opacity: 1 !important;
}
.filters h4.filter-title {
    font-family: var(--e-global-typography-c045b03-font-family), Sans-serif;
    font-size: var(--e-global-typography-c045b03-font-size);
    line-height: var(--e-global-typography-c045b03-line-height) !important;
    padding-top: clamp(0.5625rem, 0.4792rem + 0.3704vw, 0.8125rem) !important;
    padding-bottom: clamp(0.4375rem, 0.3125rem + 0.5556vw, 0.8125rem);
    padding-left: clamp(0.5rem, 0.25rem + 1.1111vw, 1.25rem);
    padding-right: clamp(0.5rem, 0.25rem + 1.1111vw, 1.25rem);
    color: #323232 !important;
    background-color: #ffffff !important;
    border: 1px solid #ADADAD;
}
.filters .yith-wcan-filters {
    background-color: #ffffff00;
    margin-bottom: 0px;
}
.filters li.filter-item {
    font-family: var(--e-global-typography-c045b03-font-family), Sans-serif;
    font-size: var(--e-global-typography-c045b03-font-size);
    font-weight: var(--e-global-typography-c045b03-font-weight);
    line-height: var(--e-global-typography-c045b03-line-height) !important;
}
.filters li.filter-item.text:hover {
    background-color: #752124;
    transition: all 0.5s;
}
.filters li.filter-item.text:hover a {
    color: #ffffff !important;
}
.filters li.filter-item.text.active {
    /* background-color: #752124; */
    transition: all 0.5s;
}
.filters li.filter-item.text.active a {
    color: #ffffff !important;
    /* font-weight: 600; */
}
.filters .yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 20px;
}
.filters .filter-title::after {
    content: "" !important;
    position: absolute !important;
    right: 19px !important;
    top: 50% !important;
    transform: translateY(-50%);
    width: 12px !important;
    height: 6px !important;
    background-image: url("/wp-content/uploads/2026/07/Vector-down.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block !important;
    transition: transform 0.3s ease;
}
.filters .filter-title.closed::after {
    transform: translateY(-50%) rotate(180deg) !important;
}
.filters button.btn.btn-primary.apply-filters {
    display: block !important;
}



/* ========================================
   GENERAL FILTER STYLES
======================================== */

.filters li.filter-item > a.term-label {
    color: #1E1E1F !important;
}

.filters li.filter-item > ul.filter-items {
    background-color: transparent !important;
}











/* ========================================
   ACTIVE LEVEL 0 - BURGUNDY ONLY ON LINK
======================================== */

.filters ul.filter-items.level-0 > li.filter-item.active > a.term-label {
    background-color: #752124 !important;
    color: #ffffff !important;
}

/* Keep burgundy on hover */
.filters ul.filter-items.level-0 > li.filter-item.active:hover > a.term-label {
    background-color: #752124 !important;
    color: #ffffff !important;
}

/* Parent <li> itself stays transparent */
.filters ul.filter-items.level-0 > li.filter-item.active {
    background-color: transparent !important;
}

/* Parent Level 0 text = black */
.filters ul.filter-items.level-0 > li.filter-item.active > a.term-label,
.filters ul.filter-items.level-0 > li.filter-item.active:hover > a.term-label {
    background-color: #752124 !important;
    color: #ffffff !important;
}

/* ========================================
   LEVEL 0 ACTIVE - ONLY A TAG
======================================== */

.filters ul.filter-items.level-0 > li.filter-item.level-0.active > a.term-label,
.filters ul.filter-items.level-0 > li.filter-item.level-0.active:hover > a.term-label,
.filters ul.filter-items.level-0 > li.filter-item.level-0.hierarchy-collapsable.opened.active > a.term-label,
.filters ul.filter-items.level-0 > li.filter-item.level-0.hierarchy-collapsable.opened.active:hover > a.term-label {
    background-color: #752124 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* Keep the LI itself transparent */
.filters ul.filter-items.level-0 > li.filter-item.level-0.hierarchy-collapsable.opened.active {
    background-color: transparent !important;
}

/* ========================================
   LEVEL 0 ACTIVE FONT WEIGHT
======================================== */

/* Active Level 0 parent */
.filters ul.filter-items.level-0 >
li.filter-item.level-0.active >
a.term-label {
    font-weight: 700 !important;
}

/* Level 1 children should NOT inherit bold */
.filters ul.filter-items.level-0 >
li.filter-item.level-0.active >
ul.filter-items.level-1 >
li.filter-item >
a.term-label {
    font-weight: 400 !important;
}

/* Level 2 children should NOT inherit bold */
.filters ul.filter-items.level-0 >
li.filter-item.level-0.active
ul.filter-items.level-2 >
li.filter-item >
a.term-label {
    font-weight: 400 !important;
}

/* ========================================
   LEVEL 0
======================================== */

/* Normal Level 0 */
.filters ul.filter-items.level-0 > li.filter-item > a.term-label {
    color: #1E1E1F !important;
    display: block;
    padding-top: clamp(0.3125rem, 0.2083rem + 0.463vw, 0.625rem);
    padding-bottom: clamp(0.3125rem, 0.2083rem + 0.463vw, 0.625rem);
    padding-left: clamp(0.5rem, 0.25rem + 1.1111vw, 1.25rem);
    padding-right: clamp(0.5rem, 0.25rem + 1.1111vw, 1.25rem);
    /* margin-top: 10px; */
}

/* Level 0 hover = white */
.filters ul.filter-items.level-0 > li.filter-item:hover > a.term-label {
    color: #ffffff !important;
}

/* Level 0 active = white */
.filters ul.filter-items.level-0 > li.filter-item.active > a.term-label {
    color: #ffffff !important;
}

/* Level 0 active + hover = white */
.filters ul.filter-items.level-0 > li.filter-item.active:hover > a.term-label {
    color: #ffffff !important;
}

/* ========================================
   LEVEL 0 WITH CHILDREN / OPENED
======================================== */

/* Opened parent itself should not get red background */
.filters ul.filter-items.level-0 > li.filter-item.hierarchy-collapsable.opened:hover {
    background-color: transparent !important;
}

/* Opened parent title stays black */
.filters ul.filter-items.level-0 > li.filter-item.hierarchy-collapsable.opened:hover > a.term-label {
    color: #000000 !important;
}

/* But if opened parent is ACTIVE, keep it white */
.filters ul.filter-items.level-0 > li.filter-item.hierarchy-collapsable.opened.active > a.term-label,
.filters ul.filter-items.level-0 > li.filter-item.hierarchy-collapsable.opened.active:hover > a.term-label {
    color: #ffffff !important;
}


/* ========================================
   LEVEL 1
======================================== */

/* Level 1 container */
.filters ul.level-0 > li > ul.level-1 {
    background-color: transparent !important;
}

.filters ul.filter-items.level-1 > li.filter-item.level-1.active > a.term-label,
.filters ul.filter-items.level-1 > li.filter-item.level-1.active:hover > a.term-label,
.filters ul.filter-items.level-1 > li.filter-item.level-1.hierarchy-collapsable.opened.active > a.term-label,
.filters ul.filter-items.level-1 > li.filter-item.level-1.hierarchy-collapsable.opened.active:hover > a.term-label {
    background-color: #752124 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* Normal Level 1 */
.filters li.filter-item > ul.filter-items.level-1 > li.filter-item > a.term-label {
    background-color: transparent;
    color: #1E1E1F !important;
    display: block;
    padding-top: clamp(0.3125rem, 0.2083rem + 0.463vw, 0.625rem);
    padding-bottom: clamp(0.3125rem, 0.2083rem + 0.463vw, 0.625rem);
    padding-left: clamp(0.5rem, 0.25rem + 1.1111vw, 1.25rem);
    padding-right: clamp(0.5rem, 0.25rem + 1.1111vw, 1.25rem);
}

/* Level 1 hover */
.filters li.filter-item > ul.filter-items.level-1 > li.filter-item:hover > a.term-label {
    color: #ffffff !important;
}

/* Active Level 1 - ONLY active <a> */
.filters li.filter-item > ul.filter-items.level-1 > li.filter-item.active > a.term-label {
    background-color: #752124 !important;
    color: #ffffff !important;
}

/* Opened Level 1 parent should remain transparent */
.filters li.filter-item.level-1.hierarchy-collapsable.opened.no-color:hover {
    background-color: transparent !important;
}

/* Opened Level 1 parent text stays black */
.filters li.filter-item.level-1.hierarchy-collapsable.opened.no-color:hover > a.term-label {
    color: #000000 !important;
}

/* ========================================
   LEVEL 2
======================================== */

/* Normal Level 2 */
.filters li.filter-item > ul.filter-items.level-2 > li.filter-item > a.term-label {
    background-color: transparent;
    color: #1E1E1F !important;
    display: block;
    padding-top: clamp(0.3125rem, 0.2083rem + 0.463vw, 0.625rem);
    padding-bottom: clamp(0.3125rem, 0.2083rem + 0.463vw, 0.625rem);
    padding-left: clamp(0.5rem, 0.25rem + 1.1111vw, 1.25rem);
    padding-right: clamp(0.5rem, 0.25rem + 1.1111vw, 1.25rem);
}

/* Level 2 hover */
.filters li.filter-item > ul.filter-items.level-2 > li.filter-item:hover > a.term-label {
    color: #ffffff !important;
}

/* Active Level 2 - stay white after hover */
.filters li.filter-item > ul.filter-items.level-2 > li.filter-item.active > a.term-label,
.filters li.filter-item > ul.filter-items.level-2 > li.filter-item.active:hover > a.term-label {
    background-color: #752124 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}




















.level-2 a.term-label {
    font-size: 16px;
}

.filters li.filter-item.text.level-0.hierarchy-collapsable.opened span.toggle-handle {
    display: none;
}
.filters ul.filter-items.filter-text.level-1 {
    margin-top: 0px;
}
/* Product Apply button */
.filters button.btn.btn-primary.apply-filters {
    padding-top: clamp(0.375rem, 0.25rem + 0.5556vw, 0.75rem);
    padding-bottom: clamp(0.375rem, 0.25rem + 0.5556vw, 0.75rem);
    padding-left: clamp(1.25rem, 0.6875rem + 2.5vw, 2.9375rem);
    padding-right: clamp(1.25rem, 0.6875rem + 2.5vw, 2.9375rem);
}
.filters button.btn.btn-primary.apply-filters:hover::before {
    opacity: 1;
}
.filters button.btn.btn-primary.apply-filters {
    font-family: var(--e-global-typography-c045b03-font-family), Sans-serif;
    font-size: var(--e-global-typography-dfb98d8-font-size);
    font-weight: var(--e-global-typography-78792a4-font-weight);
    line-height: var(--e-global-typography-dfb98d8-line-height);
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(360deg, #B4373B 0%, #651619 100%);
    color: #ffffff;
    border-radius: 4px;
}
.filters button.btn.btn-primary.apply-filters::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(360deg, #B4373B 67.79%, #651619 100%);
    opacity: 0;
    transition: opacity .6s ease;
    z-index: -1;
}
/* Product Reset button */
.product_reset_btn button.btn.btn-primary.yith-wcan-reset-filters.reset-filters {
    padding-top: clamp(0.375rem, 0.25rem + 0.5556vw, 0.75rem);
    padding-bottom: clamp(0.375rem, 0.25rem + 0.5556vw, 0.75rem);
    padding-left: clamp(1.25rem, 0.6875rem + 2.5vw, 2.9375rem);
    padding-right: clamp(1.25rem, 0.6875rem + 2.5vw, 2.9375rem);
}
.product_reset_btn button.btn.btn-primary.yith-wcan-reset-filters.reset-filters:hover::before {
    opacity: 1;
}
.product_reset_btn button.btn.btn-primary.yith-wcan-reset-filters.reset-filters:hover {
    color: #ffffff;
}
.product_reset_btn button.btn.btn-primary.yith-wcan-reset-filters.reset-filters {
    font-family: var(--e-global-typography-c045b03-font-family), Sans-serif;
    font-size: var(--e-global-typography-dfb98d8-font-size);
    font-weight: var(--e-global-typography-78792a4-font-weight);
    line-height: var(--e-global-typography-dfb98d8-line-height);
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(360deg, #ffffff 0%, #ffffff 100%);
    border-radius: 4px;
    border: 1px solid #752124;
    color: #752124;
}
.product_reset_btn button.btn.btn-primary.yith-wcan-reset-filters.reset-filters::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(360deg, #FFFFFF -52.78%, #6B5454 100%);
    opacity: 0;
    transition: opacity .6s ease;
    z-index: -1;
}
.filters .yith-wcan-filters {
    position: relative;
}
.product_reset_btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable {
    position: relative;
    padding-bottom: 0;
}
a.show-more.initialized {
    font-family: var(--e-global-typography-c045b03-font-family), Sans-serif;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: clamp(0.5rem, 0.25rem + 1.1111vw, 1.25rem);
    padding-right: clamp(0.5rem, 0.25rem + 1.1111vw, 1.25rem);
    font-size: var(--e-global-typography-dfb98d8-font-size);
    line-height: var(--e-global-typography-dfb98d8-line-height);
    color: #8C2C30;
    font-weight: 500;
}
.yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul {
    padding-left: clamp(0.5625rem, 0.4375rem + 0.5556vw, 0.9375rem);
}
.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.product-tag {
    font-family: var(--e-global-typography-c045b03-font-family), Sans-serif;
    font-size: var(--e-global-typography-dfb98d8-font-size);
    line-height: var(--e-global-typography-dfb98d8-line-height);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: clamp(0.25rem, 0.1458rem + 0.463vw, 0.5625rem);
    padding-right: clamp(0.25rem, 0.1458rem + 0.463vw, 0.5625rem);
    background: #000000;
    color: #fff;
    border-radius: 5px;
}
.main-slider-wrapper,
.thumb-wrapper {
    position:relative;
}
.bik-main-slider{
    width:733px;
    max-width:100%;
    margin:auto;
}
.bik-main-slider .swiper-slide{
    width:100%;
    height:auto;
}
.bik-main-slider .swiper-slide img {
    width: 100%;
    height: 606px;
    object-fit: cover;
    display: block;
}
.bik-main-prev,
.bik-main-next {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:26px;
    height:26px;
    border-radius:50%;
    background:#fff;
    color:#000;
    z-index:999;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}
.bik-thumb-prev,
.bik-thumb-next {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:26px;
    height:26px;
    border-radius:50%;
    background:#6d1d1d;
    color:#fff;
    z-index:999;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}
.bik-thumb-prev {
    left:-11px;
    z-index: 9;
}
.bik-thumb-next {
    right:-11px;
    z-index: 1;
}
.bik-main-prev {
    left:10px;
    z-index: 9;
}
.bik-main-next {
    right:10px;
    z-index: 1;
}
.bik-main-prev::after,
.bik-thumb-prev::after {
    content:"❮";
    font-size:14px;
}
.bik-main-next::after,
.bik-thumb-next::after {
    content:"❯";
    font-size:14px;
}
.swiper-slide.swiper-slide-visible img.attachment-thumbnail.size-thumbnail {
    border: 1px solid #9F9F9F;
}
.swiper-slide.swiper-slide-thumb-active img.attachment-thumbnail.size-thumbnail {
    border: 0px solid #9F9F9F;
}
.main-slider-wrapper {
    margin-bottom: 20px;
}

.bik-thumb-slider .swiper-slide img{
    filter: grayscale(10%);
    opacity:.35;
    transition:all .3s ease;
}
.bik-thumb-slider .swiper-slide-thumb-active img{
    filter:none;
    opacity:1;
    border:2px solid #651619;
}
.main-slider-wrapper{
    position:relative;
}
.gallery-zoom{
    position:absolute;
    right:20px;
    top:20px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    z-index:9;
}
.gallery-zoom image{
    width:18px;
    height:18px;
}
.woocommerce-Tabs-panel h2.wb_cptb_title {
    display: none;
}
.woocommerce-tabs .tabs.wc-tabs li {
    /* width: 13%; */
    text-align: center;
}
.woocommerce-tabs ul.tabs.wc-tabs {
    border-bottom: 1px solid #9F9F9F;
}
.woocommerce-tabs ul.tabs li a {
    padding: 0.2em 1.2em !important;
}
.single_product_sidebar li.elementor-icon-list-item {
    background-color: #F2F2F2;
    padding: 10px;
    border-left: 2px solid #8C2C30;
}
div#boom, div#other, div#truck, div#controls, div#deck {
    color: #000000;
    font-family: var(--e-global-typography-f4c03a7-font-family), Sans-serif;
    font-size: var(--e-global-typography-f4c03a7-font-size);
    font-weight: 700;
    text-transform: var(--e-global-typography-f4c03a7-text-transform);
    line-height: var(--e-global-typography-f4c03a7-line-height);
    scroll-margin-top: 130px;
}
.common_bg {
    background-color: #F5F5F5;
    padding: 22px 24px;
    margin-bottom: 22px;
}
.common_bg p, .common_bg ul li, .common_bg a {
    font-size: clamp(13px, 10.7136px + 0.2976vw, 15px);
    color: #000000;
    font-family: var(--e-global-typography-f4c03a7-font-family), Sans-serif;
    line-height: clamp(22px, 15.1424px + 0.8929vw, 28px);
    text-transform: var(--e-global-typography-f4c03a7-text-transform);
}
.common_bg strong {
    font-weight: 600;
}
div#boom, div#other, div#truck, .common_bg ul, div#controls, div#deck {
    margin-bottom: 8px;
    margin-top: 8px;    
}
.common_bg  ul {
    padding-left: clamp(14px, 9.4288px + 0.5952vw, 18px);
}
.video-row {
    display: flex;
    gap: 14px;
    width: 100%;
}
.video-box {
    width: calc(50% - 7px);
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.video-box iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
/* Brochure css */
.brochure-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 70%;
    padding: 14px;
    background: #f4f4f4;
    border: 1px solid #75212429;
}
.brochure-info {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}
.brochure-icon {
    width: 72px;
    height: 90px;
    flex: 0 0 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #75212429;
}
.brochure-icon svg {
    width: 48px;
    height: 58px;
    color: #8d2529;
}
.brochure-content h3 {
    margin: 0 0 7px;
    font-family: var(--e-global-typography-be33d3b-font-family), Sans-serif;
    font-size: var(--e-global-typography-be33d3b-font-size);
    font-weight: var(--e-global-typography-2be0667-font-weight);
    text-transform: var(--e-global-typography-be33d3b-text-transform);
    line-height: var(--e-global-typography-be33d3b-line-height);
    color: #000000;
}
.brochure-content p {
    margin: 0;
    font-family: var(--e-global-typography-f4c03a7-font-family), Sans-serif;
    font-size: var(--e-global-typography-f4c03a7-font-size);
    font-weight: 500;
    text-transform: var(--e-global-typography-f4c03a7-text-transform);
    line-height: var(--e-global-typography-f4c03a7-line-height);
}
.brochure-buttons {
    display: flex;
    align-items: center;
    gap: 17px;
    flex-shrink: 0;
}
a.brochure-btn:hover::before {
    opacity: 1;
}
a.brochure-btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: var(--e-global-typography-f4c03a7-font-family), Sans-serif;
    font-size: var(--e-global-typography-f4c03a7-font-size);
    font-weight: 500;
    text-transform: var(--e-global-typography-f4c03a7-text-transform);
    line-height: clamp(26px, 24.6672px + 0.3704vw, 30px);
    background: linear-gradient(360deg, #B4373B 0%, #651619 100%);
    min-width: 116px;
    padding-top: clamp(6px, 4px + 0.5556vw, 12px);
    padding-bottom: clamp(6px, 4px + 0.5556vw, 12px);
    padding-left: clamp(16px, 11.3328px + 1.2963vw, 30px);
    padding-right: clamp(16px, 11.3328px + 1.2963vw, 30px);
    display: inline-flex;
    align-items: flex-start !important;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: var(--e-global-typography-f4c03a7-font-size);
    font-weight: 700;
    border-radius: 5px;
    transition: 0.3s ease;
}
a.brochure-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(360deg, #B4373B 67.79%, #651619 100%);
    opacity: 0;
    transition: opacity .6s ease;
    z-index: -1;
}
.download-btn {
    min-width: 170px;
}
a.a2a_dd.addtoany_no_icon.addtoany_share_save.addtoany_share {
    color: #752124;
    font-family: var(--e-global-typography-f4c03a7-font-family), Sans-serif;
    font-size: var(--e-global-typography-f4c03a7-font-size);
    font-weight: var(--e-global-typography-f192409-font-weight);
    line-height: var(--e-global-typography-f4c03a7-line-height);
}
.a2a_kit.a2a_kit_size_32.addtoany_list::before {
    content: "";
    background-image: url(https://bikboomtrucks.csweb.ca/wp-content/uploads/2026/07/mynaui_share.png);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    background-size: contain;
    width: clamp(14px, 4.8576px + 1.1905vw, 22px);
    height: clamp(14px, 4.8576px + 1.1905vw, 22px);
    left: -30px;
    top: 25px;
}
.single_prod_content {
    position: relative;
}
.page-id-2880 .a2a_kit.a2a_kit_size_32.addtoany_list,
.single.single-post .a2a_kit.a2a_kit_size_32.addtoany_list::before {
    display: none;
}
/* Chrome, Edge, Safari, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}
.social_links svg path {
    transition: fill 0.3s ease;
}
.social_links svg path:hover {
    fill: #000000 !important;
}
.common_bg:hover {
    background-color: #752124;
    transition: all 0.5s;
}
.common_bg:hover div#boom, 
.common_bg:hover div#other, 
.common_bg:hover div#deck, 
.common_bg:hover div#truck,
.common_bg:hover div#controls, 
.common_bg:hover p, 
.common_bg:hover ul li,
.common_bg:hover a {
    color: #ffffff;
}
p.after_title {
    font-size: clamp(13px, 12px + 0.2778vw, 16px) !important;
    line-height: clamp(26px, 26.6672px + 0.0926vw, 28px);
    font-weight: 600 !important;
}
.contact_address span.elementor-icon-list-icon {
    margin-right: clamp(5px, 4px + 0.2778vw, 8px);
}
.elementor-form input[type="radio"] {
    accent-color: #8C2C30;
}
.contact_form .elementor-field-group .elementor-field-textual {
    color: #1f2124 !important;
}
.content_p_space p {
    padding-bottom: 15px;
}
.industry_archive_image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.industry_archive_image a {
    display: block !important;
}
span.con_call::before {
    content: "";
    background-image: url(https://bikboomtrucks.csweb.ca/wp-content/uploads/2026/07/ic_outline-phone.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    left: -3px;
}
span.con_call, span.con_email {
    margin-left: 18px;
}
span.con_email::before {
    content: "";
    background-image: url(https://bikboomtrucks.csweb.ca/wp-content/uploads/2026/07/ic_outline-email.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    left: -3px;
}
.elementor-loop-container .no-products {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.elementor-loop-container .no-products p {
    margin: 0;
    font-family: var(--e-global-typography-be33d3b-font-family), Sans-serif;
    font-size: var(--e-global-typography-be33d3b-font-size);
    font-weight: 400;
    text-transform: var(--e-global-typography-be33d3b-text-transform);
    line-height: var(--e-global-typography-be33d3b-line-height);
    color: #000000;
}
.home .home_product_image img {
    height: 262px;
    object-fit: cover !important;
}
.home .product_title a {
    display: -webkit-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home .product_title.elementor-page-title {
    height: 24px !important;
}
.testimonial_text p {
    line-height: 24px;
    max-height: 96px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    scrollbar-width: thin;
}
a.page-numbers,
span.page-numbers.current {
    margin: 0 8px;
}
nav.elementor-pagination {
    margin-top: 50px;
}
a.page-numbers {
    color: #752124;
}
span.page-numbers.current {
    color: #000000;
}
.blog_title_loop a {
    display: -webkit-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
    border-radius: 0;
    border-width: 0;
    border-top: 1px solid #d3ced2;
    box-shadow: none;
    margin: -1px 0 0;
    padding: 20px 0 20px 20px;
}
div#ekit-megamenu-header-menu {
    z-index: 999 !important;
}
button#home_cont_btn {
    font-family: var(--e-global-typography-c045b03-font-family), Sans-serif;
    font-size: var(--e-global-typography-c045b03-font-size);
    font-weight: 700;
    line-height: var(--e-global-typography-c045b03-line-height);
}
svg.e-font-icon-svg.e-fas-arrow-right {
    font-size: 14px;
}
.popup_form select {
    padding: 8px 16px;
}
.post_title_serv h3.elementor-heading-title.elementor-size-default {
    font-size: clamp(20px, 10.8576px + 1.1905vw, 28px) !important;
    line-height: clamp(30px, 20.8576px + 1.1905vw, 38px) !important;
}
.elementskit-navbar-nav-default button.elementskit-menu-close {
    border: 0px solid rgba(0,0,0,.5);
    color: transparent;
}
span.page-numbers.current {
    position: relative !important;
    display: inline-block !important;
}
span.page-numbers.current::after {
    content: "";
    position: absolute;
    left: 51%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 16px;
    height: 2px;
    background-color: #000000;
}
.service_image01 {
    transition: transform 0.4s ease;
}
.service_image01:hover img,
.service_image02:hover img,
.service_image03:hover img,
.service_image04:hover img {
    transform: translateX(12px);
    transition: transform 0.4s ease;
}
.page-numbers.prev {
    font-size: 0;
}
.page-numbers.prev::before {
    content: "←";
    font-size: 26px;
}
.page-numbers.next {
    font-size: 0;
}
.page-numbers.next::before {
    content: "→";
    font-size: 26px;
}
/* Elementor image link */
.elementor-widget-image a {
    display: block;
}

/* Logo - normal state */
.main-header .h_logo {
    display: flex;
    align-items: center;
    transition:
        all 1.9s cubic-bezier(0.36, 1, 0.3, 1) !important;
}
.main-header .h_logo img {
    display: block;
    width: auto;
    object-fit: contain;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
	transition: all 0.5s ease-in-out;
}

.main-header.elementor-sticky--effects .h_logo img {
    /* max-height: 75px; */
    transform: scale(0.55);
	transform-origin: top;
}
/* .industry_list_content {
    min-height: 132px;
    overflow: hidden;
} */
.term-sold-archives .industry_benner_btn_view,
.term-sold-archives .industry_benner_btn_dwld {
    display: none;
}
 .main-header .h_logo img {
    transition: all 0.5s ease-in-out;
}
.industry_benner_btn_view, .industry_benner_btn_dwld, 
/* .industry_benner_btn_view:hover, .industry_benner_btn_dwld:hover, */
.industry_benner_btn_view:focus, .industry_benner_btn_dwld:focus,
.industry_benner_btn_view:active, .industry_benner_btn_dwld:active,
.industry_benner_btn_view:visited, .industry_benner_btn_dwld:visited {
    color: #752124 !important;
}
.industry_benner_btn_view .elementor-button-text, .industry_benner_btn_dwld .elementor-button-text {
    color: #752124 !important;
}
.industry_benner_btn_view .elementor-button-text:hover, .industry_benner_btn_dwld .elementor-button-text:hover {
    color: #ffffff !important;
}
a.dropdown-item.active {
    background-color: #752124 !important;
}



































































/* -------------------------------------------------------------------------  
                            RESPONSIVE CSS
--------------------------------------------------------------------------*/

@media (max-width: 1600px) {
    /* .h_menu {
        width: 66% !important;
    } */
    .video_image {
        width: 44%;
        left: 26% !important;
        top: 31% !important;
    }
    .journey_title {
        padding-left: 27%;
    }
    .product_filter {
        width: 22%;
    }
    .single_prod_btn a.elementor-button {
        padding: 8px 50px !important;
    }
    .single_prod_btn1 a.elementor-button {
        padding: 8px 90px !important;
    }
    .social_share {
        top: -36% !important;
    }
    .bik-main-slider .swiper-slide img {
        width: 100%;
        height: 486px;
        object-fit: cover;
        display: block;
    }
    .brochure-box {
        width: 85%;
    }
    .industry_archive_image img {
        height: 290px;
    }
    .home .home_product_image img {
        height: 218px;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1500px){ 
    .home .industry_image img {
        height: 290px !important;
    }
}

@media (max-width: 1440px) {
    /* .h_logo {
        width: 11% !important;
    } */
    .h_menu .elementskit-navbar-nav > li {
        margin: 0px 14px 0px 14px !important;
    }
    .journey_title {
        padding-left: 20%;
    }
    .industry_round_icon {
        width: 23%;
    }
    .product_filter {
        width: 26%;
    }
    .home_blg_title br {
        display: none;
    }
    .social_share {
        top: -34% !important;
    }
    .bik-main-slider .swiper-slide img {
        height: 470px;
    }
    .home_world {
        left: -7% !important;
        top: 9% !important;
        width: 55% !important;
    }
    .brochure-box {
        width: 100%;
    }  
    .industry_archive_image img {
        height: 250px;
    }
    .home .home_product_image img {
        height: 195px;
    }
    div#boom, div#other, div#truck, div#controls, div#deck {
        scroll-margin-top: 90px;
    }
}

@media screen and (max-width: 1500px) and (min-width: 1425px){ 
    .home .industry_image img {
        height: 258px !important;
    }
	.timeline_steps span.elementor-icon {
		top:21px;
	}
}

@media (max-width: 1425px) {
    .single_prod_btn a.elementor-button {
        padding: 8px 40px !important;
    }
}

@media (max-height: 640px) {
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: block !important;
    }
}


@media (max-width: 1366px) {
    .h_menu .elementskit-navbar-nav > li {
        margin: 0px 12px 0px 12px !important;
    }

    .btn-icon svg,
    .btn-icon-white svg {
        margin-top: -2px !important;
        font-size: 13px;
    }
    .home_world {
        left: -7% !important;
        top: 12% !important;
        width: 55% !important;
    }
    .video_image {
        width: 42%;
        left: 27% !important;
        top: 32% !important;
    }
    .main_blog_div .blog_title {
        padding-left: 30px;
    }
    .timeline_steps span.elementor-icon {
        top: 20px;
        left: -10px;
    }    
    .social_share {
        top: -21% !important;
    }
    .single_prod_btn a.elementor-button {
        padding: 7px 40px !important;
    }
    .single_prod_btn1 a.elementor-button {
        padding: 7px 80px !important;
    }
    .common_bg {
        padding: 18px 20px;
        margin-bottom: 14px;
    }
    .home .home_product_image img {
        height: 185px;
    }
    .level-2 a.term-label {
        font-size: 15px;
    }
    .page-numbers.prev::before, .page-numbers.next::before {
        font-size: 24px;
    }
    
}

@media (max-width: 1280px) {
    .h_menu .elementskit-navbar-nav > li {
        margin: 0px 10px 0px 10px !important;
    }
    .btn-icon svg,
    .btn-icon-white svg {
        margin-top: -1px !important;
        font-size: 13px;
    }
    .timeline_steps-wrap:before {
        width: 5px;
        height: 75%;
        top: 19px;
        left: -4px;
    }
    .product_filter {
        width: 27%;
    }
    .contact_form span.elementor-field-option {
        padding: 9px 22px 5px 18px !important;
    }
    .home .home_product_image img {
        height: 175px;
    }
}

@media (max-width: 1024px) {
    .pd100 {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .pdlr {
        padding-left: 25px !important; /*change as per need */
        padding-right: 25px !important; /*change as per need */
    }
    a.dropdown-item.active {
        background-color: #FFFFFF !important;
    }
    .btn-icon svg,
    .btn-icon-white svg {
        margin-top: -3px !important;
        font-size: 12px;
    }
    .home_world {
        left: -7% !important;
        top: 15% !important;
        width: 55% !important;
    }
    .industry_image a {
        width: 100% !important;
    }
    #back-to-top {
        padding: 6px 6px 0px 6px;
    }
    .btn-icon svg,
    .btn-icon-white svg, #home_cont_btn svg {
        margin-top: -3px !important;
        font-size: 10px;
    }
    .btn-icon a.elementor-button, .btn-icon-white a.elementor-button {
        padding: 8px 18px 5px 14px !important;
    }
    .btn-icon:hover svg, #home_cont_btn:hover svg {
        transform: translateX(7px);
    }
    .journey_title {
        padding-left: 0%;
    }
    p.timeline-title {
        margin-bottom: 4px;
    }
    ul.elementskit-dropdown.elementskit-submenu-panel.elementskit-dropdown-open {
        box-shadow: none !important;
        background-color: unset;
    }
    .product_filter {
        width: 32%;
    }
    .brochure-icon {
        width: 42px;
        height: 70px;
    }
    .brochure-icon img {
        width: 60%;
    }
    .single_prod_btn a.elementor-button {
        padding: 7px 30px !important;
    }
    .single_prod_btn1 a.elementor-button {
        padding: 7px 70px !important;
    }
    .a2a_kit.a2a_kit_size_32.addtoany_list::before {
        left: -24px;
        top: 28px;
    }
    .bik-main-slider .swiper-slide img {
        height: 410px;
    }
    .social_share {
        top: -30% !important;
    }
    .elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
        padding: 0px 14px;
        margin: 0px 0px 0px -7px;
    }
    span.con_call::before,
    span.con_email::before {
        width: 15px;
        height: 15px;
        top: 2px;
        left: -3px;
    }
    .home .home_product_image img {
        height: 262px;
    }
    .home .product_title.elementor-page-title {
        height: 18px !important;
    }
    .level-2 a.term-label {
        font-size: 14px;
    }
    div#ekit-megamenu-header-menu {
        background-color: #752124;
    }
    .elementskit-navbar-nav .elementskit-submenu-panel {
        background-color: unset !important;
    }
    .elementor-17 .elementor-element.elementor-element-4e54a54 .elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
        color: #ffffff;
        fill: var( --e-global-color-text );
    }  
    button.elementskit-menu-close.elementskit-menu-toggler:focus,
    button.elementskit-menu-close.elementskit-menu-toggler:hover {
        background-color: transparent !important;
    }
    div#boom, div#other, div#truck, div#controls, div#deck {
        scroll-margin-top: 90px;
    }
    .page-numbers.prev::before, .page-numbers.next::before {
        font-size: 22px;
    }
    .elementskit-navbar-nav-default button.elementskit-menu-close {
        border: 0px solid rgba(0,0,0,.5) !important;
        color: rgba(255, 255, 255, 0) !important;
    }
    .btn-icon-white.industry_benner_btn_view  a.elementor-button {
        padding: 8px 40px 5px 40px !important;
    }
    a.ekit-menu-nav-link.ekit-menu-dropdown-toggle {
        line-height: unset !important;
    }
    a.ekit-menu-nav-link.ekit-menu-dropdown-toggle.active {
        background-color: #ffffff !important;
    }
    a.ekit-menu-nav-link.active {
        background-color: #ffffff;
        color: #752124 !important;
    }
    .elementskit-navbar-nav > li.current-menu-item.active > a .elementskit-submenu-indicator {
        color: #752124 !important;
        fill: #752124;
    }
    .searchinput-listing::after {
        top: clamp(15px, 0.3rem + 0.3vw, 20px) !important;
    }
}

/* @media (min-width: 768px) {
    .elementor-swiper-button-prev,
    .elementor-swiper-button-next {
        display: none !important;
    }
} */

@media (max-width: 768px) {
    .btn-icon a.elementor-button,
    .btn-icon-white a.elementor-button {
        padding: 9px 24px 5px 14px !important;
    }
    .timeline_steps p {
        margin-bottom: 4px;
    }
    .product_filter {
        width: 40%;
    }
     .video-row {
        flex-direction: column;
    }
    .video-box {
        width: 100%;
    }
    .brochure-box {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        padding: 15px;
    }
    .brochure-icon {
        width: 60px;
        height: 75px;
        flex-basis: 60px;
    }
    .brochure-icon svg {
        width: 40px;
        height: 50px;
    }
    .brochure-content h3 {
        font-size: 18px;
    }
    .brochure-content p {
        font-size: 15px;
    }
    .brochure-buttons {
        width: 100%;
    }
    .brochure-btn,
    .download-btn {
        flex: 1;
        min-width: 0;
    }
    .single_prod_btn a.elementor-button {
        padding: 7px 20px !important;
    }
    .single_prod_btn1 a.elementor-button {
        padding: 7px 60px !important;
    }
    .gallery-zoom img {
        width: 66%;
    }
    .social_share {
        top: -23% !important;
    }
    .bik-main-slider .swiper-slide img {
        height: 290px;
    }
    .home_world {
        left: -9% !important;
        top: 15% !important;
        width: 59% !important;
    }
    span.con_call::before,
    span.con_email::before {
        width: 15px;
        height: 15px;
        top: 1px;
        left: -3px;
    }
    .contact_form span.elementor-field-option {
        padding: 7px 22px 5px 18px !important;
    }
    .home .home_product_image img {
        height: 236px;
    }
    .custom_service .elementor-widget-theme-post-excerpt {
        min-height: 85px;
    }
    button.elementskit-menu-hamburger {
        padding: 6px 0px 8px 16px !important;
    }
    .main-header.elementor-sticky--effects .h_logo img {
        transform: scale(0.70);
    }
}

@media (max-width: 767px) {
    .product_filter {
        width: 100%;
    }
    .timeline_steps-wrap {
        margin-top: 20px !important;
    }
    .timeline_steps-wrap:before {
        height: 79%;
        top: 15px;
        left: 6px;
    }
    .timeline_steps span.elementor-icon {
        top: 10px;
        left: 1px;
    }
    .home_world {
        left: 0% !important;
        top: 0% !important;
        width: 100% !important;
    }
    .main-header.elementor-sticky--effects .h_logo img {
        transform: scale(0.63);
    }
    .image-wrap-am div[am-img] img {
        height: 100%;
    }
    .product_reset_btn {
        bottom: 0px;
    }
    .industry_list_content {
        min-height: 0px !important;
    }
    .searchinput-listing::after {
        top: clamp(11px, 0.3rem + 0.3vw, 8px) !important;
    }
    .woocommerce div.product.elementor .woocommerce-tabs .panel {
        padding: 20px 0 0px 0px;
    }
    .common_bg:last-child {
        margin-bottom: 0;
    }
    .inner_banner_content br {
        display: none;
    }
}

@media screen and (max-width: 767px) and (min-width: 450px){
    .image-wrap-am {
        min-height: 150px;
    }
    .image-wrap-am div[am-img] img {
        height: 100%;
        object-fit: contain;
    }
    .social_share {
        top: -17% !important;
    }
    .home .home_product_image img {
        height: 511px;
    }
    /* .timeline_steps-wrap {
        margin-top: 0% !important;
    } */
}


/* @media (min-width: 430px){
    .timeline_steps-wrap {
        height: 100% !important;
        margin-top: 20% !important;
    }
} */


@media (max-width: 430px) {
    .home .home_product_image img {
        height: 254px;
    }
    .menu-item a.ekit-menu-nav-link,
    .menu-item a.dropdown-item {
        font-size: 18px !important;
    }
    .popup_form .elementor-field-textual {
        min-height: 30px;
    }
    .popup_form input,
    .popup_form select {
        padding: 6px 8px !important;
        line-height: 0px !important;
    }
    .home .my_footer .e-con-inner, 
    .page-id-1609 .my_footer .e-con-inner,
    .single.single-product .my_footer .e-con-inner {
        padding-top: clamp(62.5px, 12.2px + 4.5732vw, 80px) !important;
    }
    .product_filter {
        width: 100%;
    }
    /* .timeline_steps-wrap:before {
        height: 79%;
        top: 15px;
        left: 6px;
    }
    .timeline_steps span.elementor-icon {
        top: 10px;
        left: 1px;
    } */
}
@media (max-width: 414px) {
    .h_logo {
        margin-bottom: -33px;
    }
    .home_world {
        left: 0% !important;
        top: 0% !important;
        width: 100% !important;
    }
    .btn-icon svg,
    .btn-icon-white svg, #home_cont_btn svg {
        margin-top: -2px !important;
        font-size: 9px;
    }
    .btn-icon a.elementor-button, .btn-icon-white a.elementor-button {
        padding: 8px 16px 5px 14px !important;
    }
    .btn-icon:hover svg, #home_cont_btn:hover svg {
        transform: translateX(5px);
    }
    #back-to-top {
        padding: 5px 5px 0px 5px;
    }
    .journey_content br {
        display: none;
    }
    .image-wrap-am div[am-img] img {
        height: 100%;
        object-fit: contain;
    }
    .image-wrap-am {
        min-height: 150px;
    }
    .timeline_steps span.elementor-icon {
        top: 10px;
        left: 0px;
    }
    .timeline_steps-wrap:before {
        left: 5px;
        top: 20px;
        height: 74%;
    }
    .inner_banner_content br {
        display: none;
    }
    .product_filter {
        width: 100%;
    }
    .brochure-buttons {
        flex-direction: row;
    }
    .brochure-btn,
    .download-btn {
        width: 100%;
    }.single_prod_btn a.elementor-button {
        padding: 6px 20px !important;
    }
    .single_prod_btn1 a.elementor-button {
        padding: 6px 60px !important;
    }
    .social_share {
        top: -15% !important;
    }
    .a2a_kit.a2a_kit_size_32.addtoany_list::before {
        left: -15px;
        top: 29px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        padding: 0 0 0 0em;
    }
    .woocommerce div.product.elementor .woocommerce-tabs .panel {
        padding: 0px;
    }
    .common_bg {
        padding: 2px 12px;
        margin-bottom: 10px;
    }
    .bik-main-slider .swiper-slide img {
        height: 310px;
    }
    .single_prod_btn1 a.elementor-button {
        padding: 6px 55px !important;
    }
    .wb_cptb_content {
        margin-top: 20px;
    }
    .contact_form img.emoji {
        font-size: 11px;
    }
    span.con_email {
        font-size: 14px;
    }
    span.con_call::before,
    span.con_email::before {
        width: 15px;
        height: 15px;
        top: 0px;
        left: -3px;
    }
    .home .home_product_image img {
        height: 248px;
    }
    .home .product_title.elementor-page-title {
        height: 14px !important;
    }
    .level-2 a.term-label {
        font-size: 13px;
    }
    .product_reset_btn {
        bottom: 0px;
    }
    .yith-wcan-filters {
        margin-bottom: 0px;
    }
    button.elementskit-menu-hamburger {
        padding: 4px 0px 8px 20px !important;
    }
    .timeline_steps-wrap {
        margin-top: 0% !important;
    }
    .btn-icon-white.industry_benner_btn_view  a.elementor-button {
        padding: 8px 36px 5px 36px !important;
    }
}

@media (max-width: 360px) {
    .header-menu {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .h_menu button.elementskit-menu-hamburger {
        padding: 0px 0px 0px 16px !important;
    }
    .main-header {
        margin-top: 0px;
        margin-bottom: 3px !important;
    }
    .elementor-sticky--active {
        padding-bottom: 3px !important;
    }
    .h_btn {
        margin-top: 10px !important;
    }
    .btn-icon a.elementor-button, .btn-icon-white a.elementor-button {
        padding: 5px 11px 3px 11px !important;
    }
    .btn-icon:hover svg {
        transform: translateX(-1px);
    }
    .home .home_product_image img {
        height: 206px;
    }
    .single_prod_btn1 a.elementor-button {
        padding: 4px 43px !important;
    }
    .btn-icon-white.industry_benner_btn_view  a.elementor-button {
        padding: 5px 27px 3px 33px !important;
    }
    .timeline_steps-wrap:before {
        height: 74%;
    }
}
