.elementor-49 .elementor-element.elementor-element-38ff827 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-38ff827 *//* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #000;
  font-family: sans-serif;
}

.bi-header {
  width: calc(100% - 400px);
  margin: 0 auto;
  padding: 15px 20px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1000;
  flex-wrap: nowrap;
}

.bi-left a img {
  height: 60px;
  object-fit: contain;
  display: block;
}

.bi-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}

.bi-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.bi-menu li {
  position: relative;
}

.bi-menu li a {
  text-decoration: none;
  color: white;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s;
  padding: 5px 0;
  display: inline-block;
}

.bi-menu li a:hover,
.bi-menu li a.active {
  color: #0073e6;
}

.bi-menu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #111;
  display: none;
  padding: 10px 0;
  min-width: 200px;
  border-radius: 4px;
  z-index: 999;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  list-style: none;
}

.bi-menu li:hover ul {
  display: block;
}

.bi-menu li ul li a {
  display: block;
  padding: 8px 15px;
  color: white;
  font-size: 16px;
  white-space: nowrap;
}

.bi-menu li ul li a:hover {
  background: #222;
  color: #0073e6;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: white;
  border-radius: 2px;
}

#menu-toggle {
  display: none;
}

@media (max-width: 1024px) {
  .bi-header {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .hamburger {
    display: flex;
    margin: 10px auto;
  }

  .bi-nav {
    width: 100%;
  }

  .bi-menu {
    flex-direction: column;
    width: 100%;
    background: #111;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px;
    display: none;
  }

  #menu-toggle:checked ~ .bi-nav .bi-menu {
    display: flex;
  }

  .bi-menu li:hover ul {
    position: static;
    display: block;
    background: none;
    box-shadow: none;
  }

  .bi-menu li ul li a {
    padding-left: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7793a90 */.popup-content {
  background: #0d1117;
  padding: 30px;
  border-radius: 12px;
  color: #fff;
  width: 80%; /* Updated from fixed 350px to 80% */
  max-width: 350px;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
  position: relative;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a86ef5 */@media (max-width: 600px) {
  .custom-form-wrapper {
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
  }

  .custom-form-images {
    display: none;
  }

  .custom-form-content {
    flex: 1;
    padding: var(--mobile-padding);
    font-size: var(--mobile-font-size);
  }

  .custom-form-content input,
  .custom-form-content button {
    font-size: calc(var(--mobile-font-size) - 1px);
  }

  .custom-phone-group select {
    font-size: calc(var(--mobile-font-size) - 2px);
  }
}/* End custom CSS */