.elementor-25 .elementor-element.elementor-element-f72c74d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-93e94fe */.rb-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: #242424;
  padding: 0 80px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: rbNavFadeIn 0.6s ease both;
}

@keyframes rbNavFadeIn {
  from { opacity: 0; transform: translateY(-16px); }
  to { opacity: 1; transform: translateY(0); }
}

.rb-nav-logo {
  animation: rbFadeInLeft 0.6s ease 0.1s both;
}

@keyframes rbFadeInLeft {
  from { opacity: 0; transform: translateX(-20px); }
  to { opacity: 1; transform: translateX(0); }
}

.rb-nav-logo img { height: 42px; display: block; }

.rb-nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0; padding: 0;
}

.rb-nav-links li {
  animation: rbFadeInDown 0.5s ease both;
}
.rb-nav-links li:nth-child(1) { animation-delay: 0.15s; }
.rb-nav-links li:nth-child(2) { animation-delay: 0.22s; }
.rb-nav-links li:nth-child(3) { animation-delay: 0.29s; }
.rb-nav-links li:nth-child(4) { animation-delay: 0.36s; }
.rb-nav-links li:nth-child(5) { animation-delay: 0.43s; }

@keyframes rbFadeInDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.rb-nav-links a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.rb-nav-links a:hover { opacity: 1; }

.rb-btn-accent {
  background: #ffc33a;
  color: #242424 !important;
  border: none;
  border-radius: 10px;
  padding: 11px 26px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600 !important;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, transform 0.15s;
}
.rb-btn-accent:hover { background: #e8af28 !important; transform: translateY(-1px); }

.rb-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.rb-hamburger span {
  display: block;
  width: 26px; height: 2px;
  background: #ffffff;
  border-radius: 2px;
}

.rb-offcanvas {
  position: fixed;
  top: 0; right: -320px;
  width: 300px; height: 100vh;
  background: #242424;
  z-index: 2000;
  padding: 80px 36px 36px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  transition: right 0.35s cubic-bezier(.4,0,.2,1);
}
.rb-offcanvas.open { right: 0; }

.rb-oc-link {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 500;
  opacity: 0.85;
}
.rb-oc-link:hover { opacity: 1; }

.rb-offcanvas-close {
  position: absolute;
  top: 22px; right: 22px;
  background: none; border: none;
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
}

.rb-overlay-canvas {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1500;
}
.rb-overlay-canvas.open { display: block; }

@media (max-width: 900px) {
  .rb-nav-links { display: none; }
  .rb-hamburger { display: flex; }
  .rb-nav { padding: 0 20px; }
}
.rb-hamburger,
.rb-hamburger:hover,
.rb-hamburger:focus,
.rb-offcanvas-close,
.rb-offcanvas-close:hover,
.rb-offcanvas-close:focus {
  background: none !important;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.rb-hamburger span {
  background: #ffffff !important;
}/* End custom CSS */