/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 16 2026 | 23:12:11 */
body{
	overflow-x: hidden;
}
.elementor-2667 .elementor-element.elementor-element-2a162297 .menu-wrapper ul li ul {
    max-width: max-content;
    width: max-content;
	  
}
.menu-wrapper ul li ul li ul{
	left: 100%;
}
.navigation li.menu-item-has-children li.menu-item-has-children > a:after{
    right: 20px;
	transform: rotate(360deg);
}
.navigation li.menu-item-has-children li.menu-item-has-children:hover > a:after{
	transform: rotate(-100deg);
}
.elementor-2667 .elementor-element.elementor-element-2a162297 .navigation li ul li a:hover{
	color: #EC2328;
}

.bim-mode-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  user-select: none;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
}

.bim-switch-track {
  width: 42px;
  height: 22px;
  border-radius: 20px;
  background: #EC2328;
  position: relative;
  display: inline-block;
  transition: .25s;
}

.bim-switch-knob {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 2px;
  transition: .25s;
}

.bim-mode-switch.dark .bim-switch-track {
  background: #EC2328;
}

.bim-mode-switch.dark .bim-switch-knob {
  left: 22px;
}



.bim-mode-switch.dark {
  color: #fff;
}
