.elementor-14782 .elementor-element.elementor-element-fb07041{--display:flex;--justify-content:flex-start;--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-14782 .elementor-element.elementor-element-ddf237a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-14782 .elementor-element.elementor-element-fb07041:not(.elementor-motion-effects-element-type-background), .elementor-14782 .elementor-element.elementor-element-fb07041 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://jets.partners/wp-content/uploads/2025/08/hgffh.png");}}/* Start custom CSS for tp-header-03, class: .elementor-element-ddf237a */.elementor-14782 .elementor-element.elementor-element-ddf237a {
  transform: translateZ(0);
  will-change: transform;
  z-index: 999;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
}

.elementor-14782 .elementor-element.elementor-element-ddf237a .tp-header-4-btn .tp-btn-border-sm {
  margin-right: 14px;
}


/* Style for the navigation menu */
.tp-nav-menu {
  display: flex;
  justify-content: center; /* Align menu items horizontally */
  align-items: center; /* Align menu items vertically */
  position: relative;
  margin: 0;
  padding: 0;
}

/* Style for each menu item */
.tp-nav-menu .menu-item {
  position: relative;
  display: inline-block;
  margin: 0 20px; /* Adjust the spacing between menu items */
}

/* Style for the menu item links */
.tp-nav-menu .menu-item a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px; /* Space for the underline */
  font-weight: bold; /* Optional for emphasis */
  transition: all 0.3s ease;
  color: white; /* Text color */
  text-decoration: none; /* Remove default underline */
}

/* Glowing gradient underline effect */
.tp-nav-menu .menu-item a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%; /* Start the underline with 0% width */
  height: 2px; /* Keep the underline at 2px thickness */
  background: linear-gradient(to right, #0F386D, #336FBD); /* Gradient blue color */
  transform-origin: bottom left;
  transition: width 0.3s ease; /* Animate the width */
}

/* On hover, animate the underline */
.tp-nav-menu .menu-item a:hover::after {
  width: 100%; /* Full width of the word */
}/* End custom CSS */