.elementor-1600 .elementor-element.elementor-element-7454fc1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0rem;--margin-bottom:0rem;--margin-left:2rem;--margin-right:2rem;}.elementor-1600 .elementor-element.elementor-element-87909b2{z-index:5;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-1600 .elementor-element.elementor-element-7454fc1{--width:8%;}}@media(max-width:1200px){.elementor-1600 .elementor-element.elementor-element-7454fc1{--margin-top:0rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;}}@media(max-width:1024px){.elementor-1600 .elementor-element.elementor-element-7454fc1{--margin-top:0rem;--margin-bottom:0rem;--margin-left:1rem;--margin-right:0rem;}}@media(max-width:767px){.elementor-1600 .elementor-element.elementor-element-7454fc1{--width:20%;--margin-top:0rem;--margin-bottom:0rem;--margin-left:1rem;--margin-right:0rem;}}/* Start custom CSS for html, class: .elementor-element-87909b2 */.circle {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.circle:hover {
  transform: scale(0.9);
}

.hamburger {
  width: 20px;
  height: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.line {
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: all 0.3s ease;
}

.hamburger.active .line1 {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active .line2 {
  transform: rotate(-45deg) translate(2px, -2px);
}/* End custom CSS */