/*
Theme Name: We Packaging
Theme URI: 
Description: Hello Elementor Child
Author: Arsalan Ahmed
Author URI: 
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  wepackaging
*/



/* Container for the tabs */
.ht-tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/* Tab titles list */
.ht-tab-titles {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    border-bottom: 1px solid #ddd;
    flex-direction: column;
    gap: 24px;
}

/* Each tab title */
.ht-tab-title {
    cursor: pointer;
    padding: 16px 20px 16px 20px;
    background-color: #FFFFFF;
    margin-right: 5px;
    border-radius: 8px;
    border-bottom: none;
    font-family: 'Avenir';
    font-size: 18px;
    line-height: 23.4px;
}

.ht-tab-title.active {
    background-color: #0A3364;
    color: #ffffff;
    border-bottom: 1px solid #0A3364;
    font-family: 'Avenir Bold';
}

/* Container for the tab contents */
.ht-tab-contents {
    padding: 8.5px 0;
}

/* Each tab content section */
.ht-tab-content {
    display: none;
}

.ht-tab-content.active {
    display: flex;
    flex-direction: column;
}

.ht-tab-content-title {
    margin: 0;
    color: #0A3364;
    font-family: 'Avenir Bold';
    font-size: 18px;
    line-height: 23.4px;
    margin-bottom: 16px;
}
.ht-tab-content-desc {
    color: #6B6B6B;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}
body {
    font-family: 'Avenir' !important;
}
.ht-tab-content-btn {
    background: #0CBF69;
    width: fit-content;
    padding: 16px 40px;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 16px;
}
.db-text-32 {
    font-family: 'Avenir Bold';
    color: #0A3364;
    font-size: 32px !important;
}
.db-text-17 {
    font-family: 'Avenir';
    color: #0A3364;
    font-size: 17px !important;
}
.g-dec {
    font-size: 16px;
    line-height: 24px;
}
.taxonomy-menu-wrap {
    flex-wrap: wrap;
    gap: 20px 0;
}
.taxonomy-menu-item {
    width: 25%;
    padding-right: 20px;
    gap: 10px;
}
.testimonial-wrapper .elementor-widget-container {
	position:absolute;
}