.az-exercise:hover p.az-text {
     color: var(--e-global-color-accent);
}
 .az-exercise:hover img {
     scale: 0.98;
}
 .az-exercise, .az-exercise img {
     transition: .8s ease;
}
 .az-mainheader .az-primarymenu li.menu-item.az-hasmegamenu .elementor-nav-menu--dropdown {
     background-color: transparent !important;
}

 .az-mainheader .az-primarymenu li.menu-item.az-hasmegamenu li:before {
     display: none;
}
 .az-container.az-desktop {
     min-width: 1000px !important;
}
 .az-container {
     display: flex;
     flex-direction: row;
     background-color: #ececec;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     border-radius: 10px;
     overflow: hidden;
     width: 90%;
     max-width: 900px;
}
 .az-menu {
     background-color: #FCFEFFE5;
     padding: 20px 0px;
     width: 260px;
     display: flex;
     flex-direction: column;
}
 .az-menu-item.active {
     box-shadow: 3px 7px 24px 0px #00000014;
}
 .az-menu-item {
     padding: 15px;
     margin: 5px 0;
     cursor: pointer;
     border-radius: 5px;
     position: relative;
     text-align: left;
}
 .az-content {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-around;
     padding: 20px;
     width: calc(100% - 260px);
}
 .az-content-item {
     display: none;
}
 .az-content-item.active {
     display: flex;
}
 .az-exercise {
     text-align: center;
     margin: 10px;
}
 .az-exercise img {
     width: 100%;
     height: 250px;
     object-fit: cover;
     box-shadow: 2px 0 16px rgba(0,0,0,0.3);
     border-radius: 8px;
     margin-bottom: 10px;
}
 .az-icon {
     font-size: 18px;
     font-weight: 700;
}
 .az-menu-item {
     display: flex;
     align-items: center;
}
 .az-icon {
     display: flex;
     gap: 25px;
     align-items: center;
}
 .az-text {
     margin-top: 0;
     font-size: 18px;
     font-weight: 700;
     text-align: left;
     text-transform: uppercase;
     color: #000;
}
 .az-content-item.active {
     gap: 10px;
}
 .az-content-item a {
     text-decoration: none;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
}
 @media (max-width: 600px) {
     .az-container {
         flex-direction: column;
         width: 100%;
         height: auto;
    }
     .az-menu {
         width: 100%;
         flex-direction: column;
         padding: 0;
    }
     .az-menu-item {
         padding: 15px;
         display: flex;
         justify-content: space-between;
         align-items: center;
    }
     .az-menu-item::after {
         content: '▼';
         font-size: 12px;
         position: relative;
         margin-left: auto;
    }
     .az-menu-item.active::after {
         content: '▲';
    }
     .az-content {
         width: 100%;
         padding: 0 10px 20px 10px;
    }
     .az-content-item {
         display: none;
         flex-direction: column;
         width: 100%;
    }
     .az-content-item.active {
         display: flex;
    }
     .az-exercise {
         flex-direction: row;
         align-items: center;
         justify-content: flex-start;
         margin: 10px 0;
    }
     .az-exercise img {
         width: 150px;
         height: 190px;
         margin-right: 10px;
    }
     .az-content-item.active {
         display: flex;
         flex-direction: row;
         flex-wrap: wrap;
    }
     .az-content-item.active .az-exercise {
         width: 50%;
    }
     .az-content-item {
         justify-content: center;
    }
     .az-mobile .az-content-item .az-exercise {
         width: 30%;
    }
     .az-mobile .az-exercise img {
         width: 100px;
         height: 100px;
         object-fit: cover;
         object-position: top;
    }
     .az-mobile .az-text {
         font-size: 13px;
         text-align: center;
    }
}
 @media(min-width:1025px){
    .az-mobile{
        display:none;
    }
}
 @media(max-width:1024px){
    .az-desktop{
        display:none;
    }
.az-mainheader .az-primarymenu li.menu-item:last-child:after {
    display: none;
}
.az-mainheader .az-primarymenu li.menu-item.az-hasmegamenu li {
    padding: 20px 0px !important;
    max-width: 90vw;
}
.az-mobile .az-menu {
    background: transparent;
}
.az-mobile .az-container {
    background: transparent;
}
.az-mobile .az-menu-item {
    color: #fff;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 400;
}
.az-mobile .az-exercise p.az-text {
    color: #fff;
}
}
@media(min-width: 1025px) and (max-width: 1300px){
.az-mainheader .az-primarymenu li.menu-item.az-hasmegamenu li{
    left: -17%;
}
}
@media(min-width: 1331px){
.az-mainheader .az-primarymenu li.menu-item.az-hasmegamenu li {
     padding: 0 !important;
     left: -30%;
}
}