/* Main header wrapper */
/*.ha-header {*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    z-index: 999;*/
/*    background: rgb(44 123 202 / 71%);*/
/*    background: transparent;*/
/*    backdrop-filter: blur(10px);*/
/*    border-bottom: 1px solid #01efff;*/
/*}*/

/* Inner container */
/*.ha-header-inner {*/
/*    max-width: 1440px;*/
/*    margin: auto;*/
/*    padding: 18px 40px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/

/* Logo */
/*.ha-logo img {*/
/*    width: 200px;*/
/*}*/

/* MENU */
/*.ha-nav{*/
/*    list-style: none !important;*/
/*    display: flex;*/
/*    gap: 40px;*/
/*}*/
/*.ha-nav li a {*/
/*    color: #fff;*/
/*    font-size: 17px;*/
/*    text-decoration: none;*/
/*    padding: 10px 18px;*/
/*    border-radius: 30px;*/
/*    transition: 0.3s;*/
/*}*/

/* Active menu styling */
/* Active (current page) menu item with gradient border */
/*.ha-nav .current-menu-item > a {*/
/*    color: #fff;*/
/*    background: #1e1e1e;*/
/*    border-radius: 30px;*/
/*    padding: 10px 18px;*/
/*    position: relative;*/
/*    overflow: none;*/
/*}*/

/* Gradient border effect */
/*.ha-nav .current-menu-item > a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    border-radius: 30px;*/
/*    padding: 2px; */
/*    background: linear-gradient(100deg, #00F0FF, #002E31B2);*/
/*    -webkit-mask: */
/*        linear-gradient(#fff 0 0) content-box, */
/*        linear-gradient(#fff 0 0);*/
/*    -webkit-mask-composite: xor; */
/*            mask-composite: exclude;*/
/*    pointer-events: none;*/
/*}*/

/* Hover */
/*.ha-nav li a:hover {*/
/*    color: #fff;*/
/*        color: #fff;*/
/*    background: #1e1e1e;*/
/*    border-radius: 30px;*/
/*    padding: 10px 18px;*/
/*    position: relative;*/
/*    overflow: none;*/
/*}*/

/* RIGHT SIDE */
/*.ha-right {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 25px;*/
/*}*/

/*.ha-signin {*/
/*    color: #00eaff;*/
/*    font-size: 17px;*/
/*    text-decoration: none;*/
/*    padding: 10px 0;*/
/*    transition: 0.3s;*/
/*}*/
/*.ha-signin:hover {*/
/*    color: #fff;*/
/*}*/

/* Contact Button */
/*.ha-btn {*/
/*    padding: 12px 28px;*/
/*    background: linear-gradient(90deg, #007bff, #00c3ff);*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*    border-radius: 40px;*/
/*    text-decoration: none;*/
/*    font-size: 17px;*/
/*    transition: 0.3s;*/
/*}*/
/*.ha-btn:hover {*/
/*    opacity: 0.85;*/
/*    color: #fff;*/
/*}*/

/* MOBILE HEADER FIXES */
/*@media (max-width: 991px) {*/

/*    .ha-header-inner {*/
/*        padding: 15px 20px;*/
/*    }*/

/*     Show hamburger, hide menu and right side */
/*    .ha-mobile-toggle {*/
/*        display: block;*/
/*        font-size: 28px;*/
/*        color: #fff;*/
/*        cursor: pointer;*/
/*        z-index: 1001;*/
/*    }*/

/*    .ha-menu {*/
/*        display: none;*/
/*    }*/

/*    .ha-right {*/
/*        display: none;*/
/*    }*/

/*     Mobile menu dropdown */
/*    .ha-nav {*/
/*        position: absolute;*/
/*        top: 100%;*/
/*        right: 0;*/
/*        width: 100%;*/
/*        flex-direction: column;*/
/*        gap: 0;*/
/*        padding: 20px;*/
/*        background: rgba(0,0,0,0.9);*/
/*        backdrop-filter: blur(10px);*/
/*        border-bottom: 1px solid #01efff;*/
/*    }*/

/*    .ha-nav li a {*/
/*        display: block;*/
/*        padding: 15px 10px;*/
/*        font-size: 18px;*/
/*        border-radius: 8px;*/
/*    }*/
/*}*/

/* HIDE BURGER ON DESKTOP */
/*.ha-mobile-toggle {*/
/*    display: none;*/
/*}*/
