/* 基础样式 */
/*
顶部导航条
*/
.header-top-nav {
    height: 32px;
    background-color: #333333;
}
.navbar {
    padding: 0;
    /*border-bottom: 1px solid #CCCCCC;*/
}

.custom-header {
    position: relative;
}
/**
logo样式
 */

.main-navigation{
    /*display: flex;*/
    /*justify-content: flex-end;*/
}
.menu-logo {
    width: 150px;
}
.main-navigation ul.custom-primary-menu {
    display: flex !important;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.main-navigation ul.custom-primary-menu li.menu-item {
    position: relative;
    margin: 0;
    padding: 24px 15px 16px 15px;
    white-space: nowrap;
    display: block;
    /*padding-top: var(--bs-navbar-brand-padding-y);*/
    /*padding-bottom: var(--bs-navbar-brand-padding-y);*/

}
.main-navigation li a {
    color: #333333 !important;
    font-weight: 600;
}
.main-navigation li:hover a {
    color: #327cf7;
}
/* 默认隐藏超级菜单 */
.customize-mega-menu {
    position: absolute;
    top: 100%;
    /*top: calc(100% - 2px);*/
    left: 0;
    z-index: 1000;

    min-width: 200px;
    width: 100%;
    background-color: #f0f0f0;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.customize-mega-menu .supermenu {
    width: 96%;
    margin: 0 auto;
    display: none;
    overflow: hidden;
    padding: 20px 0;
}

.supermenu-content {
    display: flex;
    flex-direction: column;
}

/* 桌面版布局 */
.supermenu-desktop {
    display: flex;
    padding: 20px;
}

.vertical-menu {
    width: 200px;
    border-right: 1px solid #e5e5e5;
}

.vertical-menu li {
    padding: 10px;
}

.horizontal-menus {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.horizontal-menu {
    display: none;
    padding: 20px;
    width: 200px;
}

.horizontal-menu.active {
    display: block;
}

/* 移动端布局 */
@media (max-width: 768px) {

}

/* 关于页面样式 */
.about-content {
    display: flex;
    flex-wrap: wrap;
}

.about-image {
    flex: 0 0 40%;
    padding: 10px;
}

.about-text {
    flex: 0 0 60%;
    padding: 10px;
}

.about-buttons {
    margin-top: 20px;
}
.purchase-category {
    overflow: hidden;
    position: relative;
}
.purchase-category > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.purchase-category div {
    width: 100%;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}
.purchase-category:before{
    content: "";
    display: block;
    padding-top: 75%;
}
a{
    text-decoration: none !important;
}
.home-products-category {

}
.home-products-category .products-category-pic, .home-products-category .products-category-pic div {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.home-products-category .products-category-pic img{
    transition: transform 0.6s ease;
}
.home-products-category:hover .products-category-pic img{
    transform: scale(1.1);
}

.home-commitment .commitment-list{
    height: 100%
}
.home-services-img >div{
    overflow: hidden;
    border-radius: 10px;
}
.home-services-img >div img{
    transition: transform 0.6s ease;
    border-radius: 10px;
}
.home-services-img:hover img{
    transform: scale(1.1);
}
.abcdef {

    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}
.professional-services-list {
    flex: 1 1 calc(25% - 15px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 150px;

}
.professional-services-title{
    flex: 1 !important;
}
.professional-services-describe{
    height: 60px;
    flex: 1 !important;
}
.home-service-tenet {
    display: flex !important;
    flex-direction: column !important; /* 垂直排列 */
    justify-content: space-between !important; /* 上下两端对齐 */
    height: 100vh; /* 父容器需要有高度 */
    border-radius: 10px !important;
    overflow: hidden !important;
}
/**
页脚样式
 */
.site-footer .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    width: 96%;
    max-width: 100%;
}
.site-footer .widget-title {
    padding-left: 2rem;
}
.site-footer ul.menu li {
    padding: 4px 0;
    line-height: 28px;
}
.site-footer ul.menu li a.menu-link {
    color: #666666 !important;
}
.site-footer ul.menu li a.menu-link:hover {
    color: #327cf7 !important;
}
.site-footer .footer-contact{
    text-align: left;
    margin: 20px 0;
    display: flex;
    line-height: 30px;
    align-items: flex-start;
}
.site-footer .footer-contact span {
    display: block;
    margin-left: 10px;
}
.site-footer .bottom-form {

}
.site-footer .bottom-form h4{
    font-size: 1.25rem;
    font-weight: 400;
}

.site-footer .bottom-form .bottom-form-placeholder {
    color: #666666;
}
@media (min-width: 1140px) {
    .elementor-container {
        width: 96% !important;
        max-width: 96% !important;;
    }
}
/*
产品导航
*/
#supermenu-products {
    /*display: block !important;*/
}
.primary-cat {
    height: 540px;
    position: relative;
    padding: 0;
}
#supermenu-products ul {
    margin-left: 0;
    padding-left: 0;
}
#supermenu-products ul li {
    list-style-type: none;
    margin: 5px 0;
}
#supermenu-products ul li a {
    color: #000000;
    font-size: 18px;
    display: inline-block;
}
#supermenu-products ul li.primary-cat-list > a {
    font-weight: 500;
}
.primary-cat-list a::after {
    display: block;
    content: "";
    height: 2px;
    width: 0;
    background-color: #327cf7;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.primary-cat-list.active > a::after, .secondary-cate-list.active>a::after {
    width: 100%;
}
#supermenu-products ul li a:hover {
    color: #327cf7;
}
.primary-cat ul.sub-categories {
    width: 240px;
    height: calc(100% - 80px);
    padding-right: 10px;
}
.primary-cat .primary-cat-list {
    /*position: relative;*/
}

.secondary-cate {
    display: none;
    position: absolute;
    top: 0;
    left: 240px;
    height: calc(100% - 1rem);
    border-left: 1px solid #DDDDDD;
}
.secondary-cate .no-sub-cate {
    padding: 30px 20px;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #999999;
}
.primary-cat .primary-cat-list.active .secondary-cate {
    width: 320px;
    display: block;
}

.secondary-cate li.secondary-cate-list {
    padding-left: 20px;
}
.secondary-cate li.brands-cate-tit {
    padding-left: 20px;
    font-size: 20px;
    color: #333333;
    font-weight: 500;
}
#supermenu-products .secondary-cate li.secondary-cate-list a {
    font-size: 16px;
    color: #666666;
}

.secondary-cate li.secondary-cate-list a::after {
    height: 1px;
}
.third-cate {
    position: absolute;
    top: 0;
    left: 320px;
    display: none;
    height: calc(100%);
    padding-left: 20px;
    border-left: 1px solid #DDDDDD;
    width: 400px;
}
.secondary-cate li.secondary-cate-list.active .third-cate {
    display: block;
}
.products-summary {
    border-top: 1px solid #DDDDDD;
    width: 220px;
    padding-top: 10px;
}
.products-summary svg {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
}
    /**
    品牌菜单样式
     */
.customize-mega-menu {
    border-top: 1px solid #CCCCCC;
}
.super-menu {
    padding: 20px;
}
.super-menu .menu-title {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
}
.super-menu .menu-describe {
    line-height: 40px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.super-menu-brands .container .row {
    display: flex;
}
.super-menu-brands .container .row .brands-list{
    text-align: center;
    margin: 8px 0;
}
.brands-list a {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    height: 100%; /* 设置容器高度为视窗高度的100%，根据实际情况调整 */
    width: 54%;
}
.brands-list a img {
    max-width: 100%; /* 确保图片不会超出其容器宽度 */
    max-height: 100%; /* 确保图片不会超出其容器高度 */
    transition: transform 0.6s ease;
}
.brands-list a:hover img{
    transform: scale(1.1);
}
/**
服务菜单和解决方案样式
 */
.services-super-menu {

}
.service-list h4,
.solutions-list h4{
    margin-top: 10px;
    margin-bottom: 8px;
}
.service-list a,
.solutions-list a{
    display: block;
    color: #666666;
    margin: 16px 0;
}
.service-list a:hover,
.solutions-list a:hover{
    color: #327cf7;
}
.service-img,
.solutions-img {
    border-left: 1px solid #cccccc;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;
}
.service-img .service-bg-pic,
.solutions-img .solutions-bg-pic {
    overflow: hidden;
    width: 96%;
    position: relative;
}
.service-img .service-bg-pic .support-div,
.solutions-img .solutions-bg-pic .support-div {
    width: 100%; /* 或者指定一个固定的宽度 */
    /* 根据4:3的比例计算padding-top，(height/width)*100% */
    padding-top: 75%;
    background: url("../img/header/bucs.jpg") no-repeat center center;
    background-size: cover;
    transition: transform 0.5s ease;
}
.service-img .service-bg-pic:hover .support-div,
.solutions-img .solutions-bg-pic:hover .support-div{
    transform: scale(1.1);
}
.solutions-img .solutions-bg-pic .support-div {
    background: url("../img/header/solutions-one.jpg") no-repeat center center;
    background-size: cover;
}
.service-img .service-bg-pic .posion-absout,
.solutions-img .solutions-bg-pic .posion-absout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/**
解决方案
 */
.solutions-list {
    width: 22.22222%;
}

/**
关于我们菜单样式
 */
.super-menu-about {

}
.super-menu-about h3 {
    border-bottom: 1px solid #DDDDDD;
    width: 88%;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.super-menu-about .about-cont {
    width: 72%;
}
.super-menu-about .short-description {
    line-height: 30px;
}
.super-menu-about .about-cont a {
    display: block;
    margin-bottom: 1rem;
    color: #666666;
}
.super-menu-about .about-cont a:hover {
    color: #327cf7;
}
.super-menu-about .about-cont * {
    font-size: 20px;
    color: #666666;
}
.super-menu-about .about-cont p b {
    color: #5f5f5f;
    display: inline-block;
}
.super-menu-about .contact-us {
    width: 88%;
}
/**
促销菜单
 */
.hao {
    display: flex;
    padding-left: 20px;
}
.promotions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #DDDDDD;
}
.promotions p {
    padding-right: 5%;
}
.promotions a {
    color: #327cf7;
}
.promotions-cate-sma {
    width: 60%;
    display: flex;
    flex-wrap: wrap;             /* 允许换行 */
    justify-content: space-between; /* 主轴上均匀分布 */
    align-content: space-between;   /* 交叉轴上也均匀分布 */
    gap: 16px;
    box-sizing: border-box;
    padding-right: 16px;
}

.promotions-cate-sma .cate-sma {
    flex: 0 0 calc(50% - 8px);   /* 宽度为 50% - 一半的 gap（20px / 2） */
    box-sizing: border-box;
    position: relative;
}
.promotions-cate-sma .cate-sma-bg {
    overflow: hidden;
}
.promotions-cate-sma .cate-sma-bg img{
    transition: transform 0.5s ease;
}
.promotions-cate-sma .cate-sma:hover img{
    transform: scale(1.1);
}
.promotions-cate-sma .cate-sma .cate-sma-cont{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.promotions-cate-sma .cate-sma .cate-sma-cont * {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
}
.promotions-cate-sma .cate-sma .cate-sma-cont p{
    font-size: 14px;
}
.promotions-cate-right{
    width: 40%;
    position: relative;
    overflow: hidden;
}
.promotions-cate-right >*{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.promotions-cate-right .cate-right {
    transition: transform 0.5s ease;

    background: url("../img/header/p/st-0.jpg") no-repeat center center;
    background-size: cover;

}
.promotions-cate-right:hover .cate-right {
    transform: scale(1.1);
}
.promotions-cate-right .cate-sma-cont{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.promotions-cate-right .cate-sma-cont * {
    color: #ffffff;
}

/*
搜索按钮和导航点击显示按钮样式
 */
.search-navbar {
    padding-top: 8px;
    padding-bottom: 8px;
}
.search-navbar, .search-navbar .menu-search {
    display: flex;
    align-items: center;
}

/*
搜索按钮
*/
.icon-search {
    height: 100%;
    display: block;
}
.search-navbar .menu-search {
    cursor: pointer;
}
.search-navbar .menu-search span {
    display: none;
    color: #666666;
}
.icon-search .MuiSvgIcon-root {
    width: 24px;
    margin-left: 12px;
}

.MuiSvgIcon-root:hover path {
    fill: #327cf7;
}
/*
导航按钮
*/
.navbar-toggler {
    margin-left: 16px;
}

/*
导航菜单搜索页样式
*/
.super-menu-search {
    background-color: #ffffff;
    border-top: 1px solid #CCCCCC;
    display: none;
    position: relative;
}
#hideBtn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 24px;
    right: 40px;
    cursor: pointer;

}
#hideBtn svg{
    width: 100%;
    height: 100%;
}
#hideBtn svg path {
    fill: #aaaaaa; /* 直接设置颜色 */
}
#hideBtn svg:hover path {
    fill: #ef0000; /* 直接设置颜色 */
}
.header-search-form {
    width: 90%;
    max-width: 840px;
    margin: 30px auto;
    background: #ffffff;
    border-radius: 30px !important;
    border: 1px solid #cccccc;
    border-top: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
#search-suggestions {
    padding: 30px;
}
#solutions-search {
    display: block;
}
.woocommerce-product-search {
    align-items: center;
}
.search-input-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.search-field {
    width: 100%;
    padding: 12px 50px 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.search-field:focus {
    outline: none;
    border-color: #327cf7;
    box-shadow: 0 0 0 2px rgba(50, 124, 247, 0.2);
}

.search-submit-icon {
    position: absolute;
    right: 10px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    box-shadow: none;
}

.search-submit-icon:hover {
    color: #327cf7;
    background-color: transparent;
}

.search-icon {
    width: 32px;
    height: 32px;
    transition: color 0.3s;
}
.search-icon path {
    fill: #999999;
}
.search-submit-icon:hover .search-icon path {
    fill: #327cf7;
}
.woocommerce-product-search i {
    display: block;
    height: 100%;
    margin-left: -55px;
    cursor: pointer;
}
.woocommerce-product-search .icon-search .MuiSvgIcon-root {
    width: 32px;
}
.header-search-form .MuiSvgIcon-root path {
    fill: #999999;
}
.woocommerce-product-search .search-field {
    height: 60px !important;
    border-radius: 30px !important;
    font-size: 28px !important;
    box-sizing: border-box;
    flex: none;
    border: 1px solid #999999 !important;
    padding: 12px 30px;
}
.popular-search ul, #search-suggestions ul {
    margin: 20px 0;
    padding-left: 0;
}
.popular-search ul li, #search-suggestions ul li {
    list-style-type: none;
    cursor: pointer;
    margin: 8px 0;
}
.popular-search ul li a, #search-suggestions ul li a {
    list-style-type: none;
    cursor: pointer;
    margin: 8px 0;
    color: #666666;
}
.popular-search ul li:hover a, #search-suggestions ul li:hover a {
    color: #327cf7;
}
@media (min-width: 1200px) {
    .container, .container-lg {
        max-width: 96%;
        width: 96%;
    }
    .search-navbar .menu-search span {
        display: block;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 96%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 96%;
    }
}

/*
about us页面
*/
.about-banner, .about-intelligence{
    position: relative;
    height:0;
    padding: 30% 0 0 0;
}
.about-intelligence {
    padding: 31.25% 0 0 0;
}
.about-banner > div, .about-intelligence > div {
    position: absolute;
    top: 0;
    left: 0;
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
}
.about-banner-title h1 {
    font-size: 2.5rem;
}
.about-spr {
    overflow: hidden;
}

.about-approach-list .approach-pic{
    overflow: hidden;
    border-radius: 20px;
}
.about-approach-list .approach-pic img {
    transition: transform 0.6s ease;
}
.about-approach-list:hover .approach-pic img {
    transform: scale(1.1);
}
.brands-cate-list {
    display: grid !important;
    flex-direction: column !important;
    align-content: space-between !important;
    color: green;
}
.hover-scale {
    overflow: hidden;
}
.hover-scale img {
    transition: transform 0.6s ease;
}
.brands-cate-list:hover .hover-scale img {
    transform: scale(1.1);
}

.hot-solutions {
    overflow: hidden;
}
.hot-solutions .hot-solutions-pic, .hot-solutions .hot-solutions-pic * {
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.hot-solutions .hot-solutions-pic img {
    transition: transform 0.6s ease;
}
.hot-solutions:hover .hot-solutions-pic img  {
    transform: scale(1.1);
}
.hot-solutions .hot-solutions-pic, .hot-solutions .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
.hot-solutions .hot-solutions-text * {
    margin-bottom: 0;
    color: #ffffff;
    display: block;
    width: 100%;
}
.hot-solutions .hot-solutions-text {
    background-color: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: 8px 10px;
    text-align: center;
}
.hot-solutions .hot-solutions-text a:hover{
    color: #327cf7;
}
.our-solutions-list {
    transition: box-shadow 0.3s ease;
}
.our-solutions-list:hover {
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1);
}
.page-footer p {
    margin: 0;
}
.page-footer div.wpforms-container-full .wpforms-confirmation-container-full{
    margin: 0;
    text-align: center;
}
.page-email-form {
    overflow: hidden;
    padding: 10px
}
.page-email-form form {
    display: flex;
    justify-content: center;
}
.page-email-form form .wpforms-field-container {
    width: calc(90% - 80px);
    max-width: 400px;
    margin: 0 10px;
}
.page-email-form form .wpforms-field-container .email-form {
    padding: 0;
}
.page-email-form form .wpforms-submit-container {
    padding: 0;
    margin: 0 !important;
}
.page-email-form form .wpforms-submit-container button {
    background-color: #327cf7 !important;
    padding: 0 20px;
}
.page-email-form .wpforms-container-full {
    margin: 0 !important;
}

.page-email-form form .wpforms-field-container input {
    /* 设置你想要的边框样式 */
    border: 1px solid #ccc ;
    transition: border 0.3s ease; /* 可选：平滑过渡效果 */
}

.page-email-form form .wpforms-field-container input:focus {
    /* 移除或指定聚焦时的边框样式 */
    outline: none !important; /* 移除聚焦时的外发光或边框 */
    border-color: #ccc; /* 确保边框颜色与原始状态相同 */
    /* 如果需要完全无边框效果，可以将border设为none或使用其他值*/
    box-shadow: none;
}

/* 滑动面板样式 */
.side-panel {
    background: white;
    width: 450px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -450px;
    z-index: 1050;
    transition: left 0.2s ease-in-out;
    padding: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    overflow-y: auto;
}

.side-panel.active {
    left: 0;
}

.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.panel-header h3 {
    color: #1a2980;
    font-weight: 700;
    margin: 0;
}
.panel-header img {
    width: 160px;
}

.panel-content {
    padding: 10px 5px;
}

/* 多层菜单样式 */
.multi-level-menu {
    list-style: none;
    padding: 0;
}

.side-panel .menu-item {
    border-radius: 8px;
    overflow: hidden;
}
.side-panel .menu-item a {
    margin-bottom: 5px;
    background-color: #fcfcfc;
}
.side-panel .menu-item > a {
    display: flex;
    align-items: center;
    padding: 4px 12px;
    height: 50px;
    line-height: 50px;
    color: #1a2980;
    text-decoration: none;
    font-weight: 600;
    background-color: #f8f9fa;
    transition: all 0.3s;
    border-left: 4px solid transparent;
}

.side-panel .menu-item > a:hover {
    background-color: #e9ecef;
    color: #ff6b6b;
}

.side-panel .menu-item > a.active {
    background-color: #e3f2fd;
    border-left-color: #1a2980;
}

.menu-item .toggle-icon {
    color: #aaaaaa;
    font-size: 30px;
    font-weight: 300;
    margin-left: auto;
    transition: transform 0.3s;
}

.menu-item .toggle-icon.rotated {
    transform: rotate(90deg);
}

.sub-menu {
    list-style: none;
    padding-left: 20px !important;
    /*margin-top: 5px !important;*/
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.sub-menu.show {
    max-height: 1000px;
}

.sub-menu .menu-item > a {
    padding-left: 30px;
    font-weight: 500;
    background-color: #fcfcfc;
}

.sub-menu .menu-item a {
    background-color: #fcfcfc !important;
}

.sub-menu .sub-menu .menu-item > a {
    padding-left: 45px;
    font-weight: 400;
    background-color: #e9ecef;
}

.menu-badge {
    background-color: #ff6b6b;
    color: white;
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 8px;
}

/* 关闭按钮固定在屏幕右上角 */
.close-btn {
    position: fixed;
    top: 25px;
    right: 25px;
    background: #f0f0f0;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    color: #555;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1060;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    padding: 0;
}

.close-btn.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.close-btn:hover {
    background-color: #327cf7;
    color: white;
    transform: scale(1.1);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 1040;
}
.overlay.active {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 992px) {
    #hideBtn {
        right: 20px;
    }
    .main-navigation {
        display: flex !important;
        width: 20px !important;
        height: 10px;
        flex-basis: 10% !important;
    }
    .main-navigation ul.custom-primary-menu {
        display: none !important;
    }
}

@media (max-width: 510px) {
    .side-panel {
        width: calc(100% - 60px);
        left: calc(60px - 100%);
    }
    .close-btn {
        right: 5px;
    }
}