@media (min-width: 300px) and (max-width: 996px) {
  a {
    text-decoration: none !important;
  }
  .make-account {
    display: none !important;
  }
  .login-signup {
    display: flex;
    gap: 1.5rem !important;
  }
  .nav-items .nav-item {
    height: 3rem;
  }
  .nav-items, .gvt-logo, .user-account {
    display: none;
  }
  .ecadastrelogo {
    display: none;
  }
  .uk-drop.uk-dropdown.uk-open {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem !important;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  }
  .uk-drop.uk-dropdown.uk-open .optionsWrapperDropdown {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }
  .uk-drop.uk-dropdown.uk-open .optionsWrapperDropdown li {
    height: 1.5rem;
    text-align: center;
    display: flex;
    padding: 0;
    margin: 0;
  }
  .uk-drop.uk-dropdown.uk-open .optionsWrapperDropdown li a {
    font-size: 0.7rem;
    text-align: center;
    display: flex;
  }
  .uk-drop.uk-dropdown.uk-open .optionsWrapperDropdown .uk-active a {
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
  }
  .uk-drop.uk-dropdown.uk-open .accounts {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-top: 1.2px solid #dedede;
    padding-top: 1.5rem;
    margin-top: 0.5rem;
  }
  .uk-drop.uk-dropdown.uk-open .accounts a {
    width: 100%;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    border-radius: 4px;
    font-family: "Satoshi-Bold";
  }
  .uk-drop.uk-dropdown.uk-open .accounts .login {
    background: #008000;
    color: #fff;
  }
  .uk-drop.uk-dropdown.uk-open .accounts .make-account {
    gap: 0.5rem;
    border: 1.2px solid #dedede;
    color: #1a1a1a;
  }
  .uk-drop.uk-dropdown.uk-open .accounts .make-account span {
    height: 1rem;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navigation-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 1rem;
    background-color: #fff;
    border-bottom: 1.2px solid #dedede;
    align-items: center;
  }
  .mobile-navigation {
    width: 4rem !important;
    height: 4rem !important;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .uk-navbar-right {
    display: flex;
    align-items: center;
  }
  .uk-navbar-right .menu-icon {
    display: flex;
    flex-direction: row-reverse;
    gap: 0.5rem;
    align-items: center;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    scale: 0.9;
  }
  .uk-navbar-right .menu-icon .menuHeader {
    color: rgba(26, 26, 26, 0.8);
    font-size: 0.9rem;
  }
  .mobile-logos {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    height: 2rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mobile-logos div {
    display: flex;
    align-items: center;
    height: 100%;
    width: 3rem;
  }
  .uk-navbar-dropdown {
    --uk-position-offset: 15px;
    --uk-position-shift-offset: 0;
    --uk-position-viewport-offset: 15px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem !important;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  }
  .uk-navbar-dropdown .uk-navbar-dropdown-nav {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }
  .uk-navbar-dropdown .uk-navbar-dropdown-nav li {
    height: 1.5rem;
    text-align: center;
    display: flex;
    padding: 0;
    margin: 0;
  }
  .uk-navbar-dropdown .uk-navbar-dropdown-nav li a {
    font-size: 0.7rem;
    text-align: center;
    display: flex;
  }
  .uk-navbar-dropdown .uk-navbar-dropdown-nav .uk-active a {
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
  }
  .uk-navbar-dropdown .accounts {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-top: 1.2px solid #dedede;
    padding-top: 1.5rem;
    margin-top: 0.5rem;
  }
  .uk-navbar-dropdown .accounts a {
    width: 100%;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 0.7rem;
    border-radius: 4px;
    font-family: "Satoshi-Bold";
  }
  .uk-navbar-dropdown .accounts .login {
    background: #008000;
    color: #fff;
  }
  .uk-navbar-dropdown .accounts .make-account {
    gap: 0.5rem;
    border: 1.2px solid #dedede;
    color: #1a1a1a;
    text-decoration: none !important;
  }
  .uk-navbar-dropdown .accounts .make-account .makeAccountWrapper {
    height: 1rem;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .uk-navbar-dropdown .accounts .make-account span {
    height: 1rem;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .uk-navbar-dropdown .accounts .make-account:hover {
    background-color: #008000;
    color: #fff;
  }
  .nav-items .active {
    /* background-color: red; */
    min-height: 2rem;
    position: relative;
  }
  .nav-items .active::before {
    content: "";
    position: absolute;
    bottom: 0.5rem;
    height: 1.5px;
    border-radius: 10rem;
    width: 100%;
    background-color: #008000;
  }
  .login-signup {
    display: flex;
    min-height: 3rem;
    align-items: center;
    gap: 1rem;
  }
  .login-signup .login {
    display: flex;
    height: 2.5rem;
    padding: 0 1rem;
    align-items: center;
    font-size: 0.8rem;
    font-family: "Satoshi-Bold";
    color: #fff;
    border-radius: 4px;
    background: #008000 !important;
  }
  .login-signup .make-account {
    display: flex;
    font-size: 0.8rem;
    gap: 0.5rem;
    height: 2.5rem;
    padding: 0 1rem;
    font-family: "Satoshi-Bold";
    color: #333;
    border-radius: 4px;
    border: 1.2px solid #333;
    align-items: center;
  }
  .login-signup .make-account span {
    display: flex;
    height: 1.2rem;
    width: 1.2rem;
  }
  .login-signup a {
    text-decoration: none;
  }
  .login-signup .login {
    transition: all 0.3s ease-in-out;
  }
  .login-signup .login:hover {
    scale: 1.05;
    border-radius: 10rem;
    background-color: #004500 !important;
  }
  .login-signup .make-account {
    transition: all 0.3s ease-in-out;
    border: 1.2px solid #008000;
  }
  .login-signup .make-account .makeAccountIcon path {
    fill: #008000 !important;
  }
  .login-signup .make-account:hover {
    background-color: #041104;
    border: 1.2px solid #fff;
    color: white;
    border-radius: 10rem;
  }
  .login-signup .make-account:hover .makeAccountIcon path {
    fill: #fff !important;
  }
  .uk-dropdown {
    padding: 0 !important;
  }
  .servicesDropWrapper {
    /* background-color: red; */
    height: -moz-fit-content;
    height: fit-content;
  }
  .servicesDropWrapper .services-drop {
    /* background-color: red; */
    width: 90%;
    margin-inline: auto;
    margin-top: 1.5rem;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    padding-bottom: 0.5rem;
  }
  .servicesDropWrapper .services-drop a {
    height: 100%;
    width: 100%;
    color: #333;
    padding-left: 1rem;
    gap: 0.5rem;
    font-size: 0.8rem !important;
    display: flex;
    align-items: center !important;
    height: 2.2rem;
    /* font-family: 'Sat'; */
    background-color: rgba(0, 128, 0, 0.2431372549);
    border-radius: 4px;
    border: 1.2px solid #dedede;
    font-family: "Satoshi-Bold";
    transition: all 0.3s ease-in-out;
  }
  .servicesDropWrapper .services-drop a span {
    height: 1rem;
    /* background-color: red; */
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .servicesDropWrapper .services-drop a:hover {
    background-color: rgba(0, 128, 0, 0.662745098);
    color: #fff !important;
    border-radius: 10rem;
  }
  .geodeticIcon path {
    fill: rgba(70, 70, 70, 0.937254902);
  }

  /* Mobile Navigation Button Styles */
  .mobileNavigation {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobileNavigation:focus,
  .mobileNavigation:active {
    outline: none;
    background: none;
  }
  .mobileHamburger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }
  .hamburgerIcon,
  .closeIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    transition: all 0.2s ease;
  }
  .uk-dropdown {
    padding: 0 !important;
  }
  .servicesDropWrapper {
    /* background-color: red; */
    height: -moz-fit-content;
    height: fit-content;
  }
  .servicesDropWrapper .services-drop {
    /* background-color: red; */
    width: 90%;
    margin-inline: auto;
    margin-top: 1.5rem;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    padding-bottom: 0.5rem;
  }
  .servicesDropWrapper .services-drop a {
    height: 100%;
    width: 100%;
    color: #333;
    padding-left: 1rem;
    gap: 0.5rem;
    font-size: 0.8rem !important;
    display: flex;
    align-items: center !important;
    height: 2.2rem;
    /* font-family: 'Sat'; */
    background-color: rgba(0, 128, 0, 0.2431372549);
    border-radius: 4px;
    border: 1.2px solid #dedede;
    font-family: "Satoshi-Bold";
    transition: all 0.3s ease-in-out;
  }
  .servicesDropWrapper .services-drop a span {
    height: 1rem;
    /* background-color: red; */
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .servicesDropWrapper .services-drop a:hover {
    background-color: rgba(0, 128, 0, 0.662745098);
    color: #fff !important;
    border-radius: 10rem;
  }
  .geodeticIcon path {
    fill: rgba(70, 70, 70, 0.937254902);
  }
  .navigation-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 1rem;
    background-color: #fff;
    border-bottom: 1.2px solid #dedede;
    align-items: center;
  }
  .mobile-logos {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    height: 3rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mobile-logos div {
    display: flex;
    align-items: center;
    height: 100%;
    width: 4rem;
  }
  .mobile-navigation {
    width: 4rem !important;
    height: 4rem !important;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .uk-navbar-right {
    display: flex;
    align-items: center;
  }
  .uk-navbar-right .menu-icon {
    display: flex;
    flex-direction: row-reverse;
    gap: 0.5rem;
    align-items: center;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    scale: 0.9;
  }
  .uk-navbar-right .menu-icon .menuHeader {
    color: rgba(26, 26, 26, 0.8);
    font-size: 0.9rem;
  }
  .uk-navbar-dropdown {
    --uk-position-offset: 15px;
    --uk-position-shift-offset: 0;
    --uk-position-viewport-offset: 15px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem !important;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  }
  .uk-navbar-dropdown .uk-navbar-dropdown-nav {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }
  .uk-navbar-dropdown .uk-navbar-dropdown-nav li {
    height: 1.5rem;
    text-align: center;
    display: flex;
    padding: 0;
    margin: 0;
  }
  .uk-navbar-dropdown .uk-navbar-dropdown-nav li a {
    font-size: 0.7rem;
    text-align: center;
    display: flex;
  }
  .uk-navbar-dropdown .uk-navbar-dropdown-nav .uk-active a {
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
  }
  .uk-navbar-dropdown .accounts {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-top: 1.2px solid #dedede;
    padding-top: 1.5rem;
    margin-top: 0.5rem;
  }
  .uk-navbar-dropdown .accounts a {
    width: 100%;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    border-radius: 4px;
    font-family: "Satoshi-Bold";
  }
  .uk-navbar-dropdown .accounts .login {
    background: #008000;
    color: #fff;
  }
  .uk-navbar-dropdown .accounts .make-account {
    gap: 0.5rem;
    border: 1.2px solid #dedede;
    color: #008000 !important;
    font-family: "Satoshi-Bold";
  }
  .uk-navbar-dropdown .accounts .make-account span {
    height: 1rem;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .uk-drop.uk-dropdown.uk-open {
    background-color: #FFFFFF;
    bottom: -153.6px;
    box-shadow: rgba(0, 0, 0, 0.1490196078) 0px 5px 12px 0px;
    box-sizing: border-box;
    left: 1004.33px;
    max-width: 10rem !important;
    /* min-width: 200px; */
    padding: 0 !important;
    position: absolute;
    right: 314.875px;
    top: 67.6px;
    z-index: 1020;
  }
  .uk-drop.uk-dropdown.uk-open .dropContainer {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 90%;
    margin-top: 1rem;
    margin-inline: auto;
  }
  .uk-drop.uk-dropdown.uk-open .dropContainer li {
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .uk-drop.uk-dropdown.uk-open .dropContainer li a {
    height: 100%;
    width: 100%;
    color: #333;
    padding-left: 0.5rem;
    font-size: 0.8rem !important;
    /* font-family: 'Sat'; */
    background-color: rgba(0, 128, 0, 0.2431372549);
    border-radius: 4px;
    border: 1.2px solid #dedede;
    font-family: "Satoshi-Bold";
    transition: all 0.3s ease-in-out;
  }
  .uk-drop.uk-dropdown.uk-open .dropContainer li a span {
    height: 1rem;
    width: 1rem;
  }
  .uk-drop.uk-dropdown.uk-open .dropContainer li a:hover {
    background-color: #008000;
    color: #fff;
    border-radius: 10rem;
  }
  .uk-drop.uk-dropdown.uk-open .logout-container {
    background-color: #fff;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    border-top: 1.2px solid #dedede;
  }
  .uk-drop.uk-dropdown.uk-open .logout-container .logout-btn {
    display: flex;
    height: 2.2rem;
    width: 90%;
    margin-inline: auto;
    background: #ef233c;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    font-family: "Satoshi-Bold";
    justify-content: center;
    transition: all 0.3s ease-in-out;
  }
  .uk-drop.uk-dropdown.uk-open .logout-container .logout-btn:hover {
    background-color: #d15664;
    border-radius: 10rem;
  }
  .user-account {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 0.5rem;
  }
  .user-account .user-action {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: 2.5rem;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    font-size: 0.8rem;
    font-family: "Satoshi-Bold" !important;
    padding-left: 0.2rem;
    padding-right: 1rem !important;
    border-radius: 10rem;
    background-color: rgba(0, 128, 0, 0.4431372549);
    display: flex !important;
  }
  .user-account .user-action .avatar {
    display: flex;
    height: 2rem;
    width: 2rem;
    background-color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  .mobileNavigationExpanded {
    position: fixed;
    top: 4.5rem;
    left: 0;
    height: calc(100dvh - 4.5rem);
    width: 100%;
    z-index: 10000 !important;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    display: none;
    overflow: hidden;
  }
  .mobileNavigationExpanded::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(0, 176, 80, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 50%), radial-gradient(circle at 40% 80%, rgba(0, 176, 80, 0.08) 0%, transparent 50%);
    pointer-events: none;
  }
  .navigation-container {
    justify-content: unset !important;
    min-height: 4.5rem;
    position: relative;
  }
  .navigation-container .mobile-logos {
    position: absolute;
    left: 1rem;
    display: flex;
    gap: 0.5rem !important;
  }
  .navigation-container .make-account {
    display: none !important;
  }
  .navigation-container .user-account {
    position: absolute;
    top: 1.2rem;
    flex-direction: row-reverse;
    right: 1rem;
  }
  .navigation-container .user-account .user-action {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: 2.5rem;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    font-family: "Satoshi-Bold" !important;
    padding-left: 0.5rem;
    padding-right: 1.2rem !important;
    border-radius: 10rem;
    background-color: rgba(0, 128, 0, 0.4431372549);
    display: flex !important;
  }
  .navigation-container .user-account .user-action .avatar {
    display: flex;
    align-items: center;
    height: 1.5rem;
    width: 1.5rem;
    padding: 0.2rem;
    border-radius: 50%;
    background-color: #fff !important;
    overflow: hidden;
  }
  .navigation-container .loginIcon path {
    fill: #fff !important;
  }
  .navigation-container .login {
    display: flex;
    gap: 0.5rem !important;
  }
  .navigation-container .login .loginIconWrapper {
    display: flex;
    height: 1rem;
    width: 1rem;
  }
  .mobileNavContent {
    position: relative;
    z-index: 101;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  .mobileNavMenu {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .mobileNavMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .mobileNavLink {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.85rem;
    font-family: "Satoshi-Bold";
    position: relative;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    text-align: left;
    padding-left: 1.5rem;
    border-radius: 12px;
    width: -moz-fit-content;
    width: fit-content;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 4px;
    width: fit-content;
    min-width: 100%;
    min-height: 3.5rem;
    gap: 1rem;
    padding-right: 1rem;
  }
  .mobileNavLink .dropdownIcon {
    display: flex;
    height: 1rem;
    width: 1rem;
    align-items: center;
    justify-content: center;
  }
  .mobileNavLink:hover {
    color: #00B050;
    background: rgba(0, 176, 80, 0.1);
    border: 1px solid rgba(0, 176, 80, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 176, 80, 0.2);
  }
  .hasSubmenu .mobileNavLink {
    cursor: pointer;
  }
  .dropdownIcon {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .dropdownIcon.rotated {
    transform: rotate(180deg);
  }
  .mobileSubmenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: rgba(0, 176, 80, 0.1);
    border-radius: 8px;
    margin-top: 1rem;
    backdrop-filter: blur(10px);
  }
  .mobileSubmenu.expanded {
    margin: 1rem 0;
    background-color: rgba(197, 197, 197, 0.363);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.61);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 1rem 0.5rem;
  }
  .mobileSubLink {
    padding-left: 1rem;
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-family: "Satoshi-Medium";
    text-decoration: none;
    height: 2.5rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    width: 100%;
    text-align: left;
    transition: all 0.3s ease;
  }
  .mobileSubLink .cadastral-iconWrapper {
    padding: 0.2rem;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
  }
  .mobileAuthButtons, .mobileUserActions {
    display: none;
  }
  .mobileUserSection {
    display: none;
  }
  .gvt-logo {
    display: none !important;
  }
  .login-signup {
    display: flex;
    gap: 1.5rem !important;
  }
  .login-signup .login {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .login-signup .login .loginIcon path {
    fill: #fff !important;
  }
  .navigation-container {
    display: flex;
    background-color: #fff;
    border-bottom: 1.2px solid #dedede;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    width: 100%;
    height: 4.5rem;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 1rem;
  }
  .navigation-container .mobile-logos {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .navigation-container .mobile-logos > div {
    width: 3.5rem;
    height: 3.5rem;
  }
  .navigation-container .mobile-logos > div a {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .navigation-container .mobile-logos > div a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .navigation-container .nav-items {
    display: none !important;
  }
}
@media (min-width: 996px) {
  .login-signup {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .mobile-navigation, .mobile-gvt-logo {
    display: none !important;
  }
  .nav-items, .gvt-logo, .user-account {
    display: flex !important;
  }
  .user-account {
    align-items: center;
    gap: 0.5rem;
  }
  .loggedIn {
    display: none !important;
  }
  .userLoggedOut {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .userLoggedOut .login {
    display: flex;
    background: #008000;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0 1rem;
    height: 1.8rem;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    border-radius: 4px;
  }
  .userLoggedOut .make-account {
    display: flex;
    color: #1a1a1a;
    border: 1.2px solid #1a1a1a;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0 0.8rem;
    height: 1.8rem;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    border-radius: 4px;
    gap: 0.5rem;
  }
  .userLoggedOut .make-account span {
    height: 1rem;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dsg-logo {
    height: 4rem !important;
    width: 5rem !important;
  }
  .dsg-logo a {
    display: flex;
    height: 100%;
    width: 100%;
  }
  .dsg-logo a img {
    display: flex;
    height: 100%;
    width: 100%;
  }
  .navigation-container {
    border-bottom: unset !important;
    display: flex;
    width: 1210px;
    margin: auto;
    flex-direction: row !important;
  }
  .navigation-container .gvt-logo {
    height: 4rem;
    width: 5rem;
    display: flex;
    align-items: center;
  }
  .nav-items {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    gap: 2.5rem;
    list-style: none;
  }
  .nav-items a {
    text-decoration: none !important;
    font-size: 0.9rem;
    font-family: "Satoshi-Medium";
    color: rgba(26, 26, 26, 0.8);
  }
  .nav-items a:hover {
    color: #008000;
  }
  .nav-items .active {
    font-family: "Satoshi-Bold";
    color: #008000;
  }
  .user-action {
    display: flex;
    background-color: #cce6cc;
    align-items: center;
    color: #1a1a1a;
    height: 2.2rem;
    padding: 0 0.8rem;
    border-radius: 4px;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-family: "Satoshi-Bold";
    transition: all 0.3s ease-in-out;
  }
  .user-action .avatar {
    height: 1.3rem;
    width: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0.2rem;
    border-radius: 50%;
  }
  .user-action:hover {
    text-decoration: none;
    color: #fff;
    background-color: #008000;
  }
  .servicesDropWrapper {
    /* background-color: red; */
    height: -moz-fit-content;
    height: fit-content;
  }
  .servicesDropWrapper .services-drop {
    /* background-color: red; */
    width: 90%;
    margin-inline: auto;
    margin-top: 1.5rem;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    padding-bottom: 0.5rem;
  }
  .servicesDropWrapper .services-drop a {
    height: 100%;
    width: 100%;
    color: #333;
    padding-left: 0.5rem;
    font-size: 0.8rem !important;
    /* font-family: 'Sat'; */
    background-color: rgba(0, 128, 0, 0.2431372549);
    border-radius: 4px;
    border: 1.2px solid #dedede;
    font-family: "Satoshi-Bold";
    transition: all 0.3s ease-in-out;
  }
  .servicesDropWrapper .services-drop a span {
    height: 1rem;
    width: 1rem;
  }
  .servicesDropWrapper .services-drop a:hover {
    background-color: #008000;
    color: #fff;
    border-radius: 10rem;
  }
  .navigation {
    border-bottom: 1.2px solid #dedede;
  }
  .stepsCounter > li .stepsDesc {
    display: flex;
    flex-direction: column-reverse;
    font-size: unset;
    font-size: 0.9rem;
    font-family: "Satoshi-Bold";
    color: rgba(26, 26, 26, 0.4745098039);
  }
  .stepsCounter > li .stepsDesc span {
    width: 1.6rem;
    height: 1.6rem;
  }
  .stepsCounter > li .stepsDesc span img {
    height: 100%;
    width: 100%;
    display: flex;
  }
  .ecadastrelogo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    width: 3.5rem;
  }
  .editDetails, .delete {
    height: unset;
    height: 1.5rem !important;
  }
  .delete {
    width: 1.5rem !important;
  }
  .mainHeading {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.5rem !important;
  }
  .preHeading {
    font-size: 0.9rem !important;
    width: 40%;
    margin-inline: auto;
    opacity: 0.8;
    margin-top: 2rem !important;
  }
  .productMainWrapper {
    display: flex;
    flex-direction: row;
    padding-bottom: 2rem;
    max-width: 1210px;
    margin-inline: auto !important;
    transform: translateY(2rem);
  }
  .productMainWrapper .orderProperties {
    padding-left: 2rem;
    height: 20rem;
  }
  .productMainWrapper .checkoutInformation {
    width: 30rem;
  }
  .productMainWrapper .orderWrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .productMainWrapper .orderWrapper .orderItem {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
  .productMainWrapper .previewDiagram {
    height: 4rem !important;
    width: 4rem !important;
  }
  .productMainWrapper .previewDiagram img {
    height: 2.5rem;
    opacity: 0.5;
  }
  .productMainWrapper .orderDetails {
    display: flex;
    gap: 1rem;
  }
  .productMainWrapper .orderDetails .heading {
    font-size: unset !important;
    font-size: 1.5rem;
    width: unset;
    justify-content: space-between;
    gap: 5rem !important;
  }
  .productMainWrapper .orderDetails .heading .orderCount {
    font-size: 1.3rem;
  }
  .orderItem {
    justify-content: unset !important;
    position: relative;
  }
  .navigation {
    background-color: #fff !important;
    border-bottom: 1.2px solid #dedede;
  }
  .userLoggedOut {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .userLoggedOut .login {
    display: flex;
    background: #008000;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0 1rem;
    height: 1.8rem;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    border-radius: 4px;
  }
  .userLoggedOut .make-account {
    display: flex;
    color: #1a1a1a;
    border: 1.2px solid #1a1a1a;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0 0.8rem;
    height: 1.8rem;
    background-color: red;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    border-radius: 4px;
    gap: 0.5rem;
  }
  .userLoggedOut .make-account span {
    height: 1rem !important;
    width: 1rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .userLoggedOut .make-account span .makeAccountIcon path {
    fill: #1a1a1a;
  }
  .userLoggedOut .make-account:hover .makeAccountIcon path {
    fill: #fff;
  }
  .dsg-logo {
    height: 5rem !important;
    width: 6rem !important;
  }
  .dsg-logo a {
    display: flex;
    height: 100%;
    width: 100%;
  }
  .dsg-logo a img {
    display: flex;
    height: 100%;
    width: 100%;
  }
  .navigation-container {
    border-bottom: unset !important;
    display: flex;
    width: 1280px;
    margin: auto;
    flex-direction: row !important;
  }
  .navigation-container .gvt-logo {
    height: 5rem;
    width: 6rem;
    display: flex;
    align-items: center;
  }
  .nav-items {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    gap: 2.5rem;
    list-style: none;
  }
  .nav-items a {
    text-decoration: none !important;
    font-size: 0.9rem;
    color: rgba(26, 26, 26, 0.8);
  }
  .nav-items a:hover {
    color: #008000;
  }
  .nav-items .active {
    font-family: "Satoshi-Bold";
    color: #008000;
  }
  .user-action {
    display: flex;
    background-color: #cce6cc;
    align-items: center;
    color: #1a1a1a;
    height: 2.5rem;
    padding: 0 0.8rem;
    border-radius: 4px;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-family: "Satoshi-Bold";
    transition: all 0.3s ease-in-out;
  }
  .user-action .avatar {
    min-height: 1.5rem;
    min-width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0.1rem;
    border-radius: 50%;
    padding: 0.1rem;
  }
  .user-action .avatar span {
    padding: 0.5rem;
    display: flex;
    align-items: center;
  }
  .user-action:hover {
    text-decoration: none;
    color: #002700;
    border-radius: 10rem;
    color: #fff !important;
  }
  .login-signup a {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 0.9rem;
    height: 2.2rem;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-family: "Satoshi-Bold";
  }
  .login-signup a:hover {
    text-decoration: none;
  }
  .login-signup .login {
    width: -moz-fit-content;
    width: fit-content;
    background: #008000;
    color: #fff;
    padding: 0 0.8rem;
    font-size: 0.8rem !important;
  }
  .login-signup .make-account {
    /* background: #008000; */
    border: 1.2px solid #008000;
    color: #008000 !important;
    display: flex;
    gap: 0.4rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 0.5rem;
    font-size: 0.8rem !important;
  }
  .make-account:hover {
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  }
  .mobileNavigation {
    display: none !important;
  }
  .mobileNavigationExpanded {
    display: none !important;
  }
  .navigation {
    background-color: #fff !important;
    border-bottom: 1.2px solid #dedede;
  }
  .userLoggedOut {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .userLoggedOut .login {
    display: flex;
    background: #008000;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0 1rem;
    height: 1.8rem;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    border-radius: 4px;
  }
  .userLoggedOut .make-account {
    display: flex;
    color: #1a1a1a;
    border: 1.2px solid #1a1a1a;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0 0.8rem;
    height: 1.8rem;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    border-radius: 4px;
    gap: 0.5rem;
  }
  .userLoggedOut .make-account span {
    height: 1rem !important;
    width: 1rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .userLoggedOut .make-account span .makeAccountIcon path {
    fill: #1a1a1a;
  }
  .userLoggedOut .make-account:hover .makeAccountIcon path {
    fill: #fff;
  }
  .dsg-logo {
    height: 5rem !important;
    width: 6rem !important;
  }
  .dsg-logo a {
    display: flex;
    height: 100%;
    width: 100%;
  }
  .dsg-logo a img {
    display: flex;
    height: 100%;
    width: 100%;
  }
  .navigation-container {
    border-bottom: unset !important;
    display: flex;
    align-items: center;
    width: 1210px;
    margin: auto;
    flex-direction: row !important;
    font-family: "Satoshi-Variable";
    justify-content: space-between;
  }
  .navigation-container .login .loginIconWrapper {
    display: none;
  }
  .navigation-container .mobileNavigation {
    display: none;
  }
  .navigation-container .gvt-logo {
    height: 5rem;
    width: 6rem;
    display: flex;
    align-items: center;
  }
  .nav-items {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center !important;
    gap: 2.5rem;
    list-style: none;
  }
  .nav-items a {
    text-decoration: none !important;
    font-size: 0.9rem;
    color: rgba(26, 26, 26, 0.8);
  }
  .nav-items a:hover {
    color: #008000;
  }
  .nav-items .active {
    font-family: "Satoshi-Bold";
    color: #008000;
  }
  .user-action {
    display: flex;
    background-color: #cce6cc;
    align-items: center;
    color: #1a1a1a;
    height: 2.5rem;
    padding: 0 0.8rem;
    border-radius: 4px;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-family: "Satoshi-Bold";
    transition: all 0.3s ease-in-out;
  }
  .user-action .avatar {
    min-height: 1.5rem;
    min-width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0.1rem;
    border-radius: 50%;
    padding: 0.1rem;
  }
  .user-action .avatar span {
    padding: 0.5rem;
    display: flex;
    align-items: center;
  }
  .user-action:hover {
    text-decoration: none;
    color: #002700;
    border-radius: 10rem;
    color: #fff !important;
  }
  .mobile-gvt-logo {
    display: none;
  }
}
.nav-items .active {
  /* background-color: red; */
  min-height: 2rem;
  position: relative;
}

.nav-items .active::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  height: 1.5px;
  border-radius: 10rem;
  width: 100%;
  background-color: #008000;
}

/* CSS Inspector (http://ecadastre) */
.login-signup {
  /* background-color: red; */
  display: flex;
  min-height: 3rem;
  align-items: center;
  gap: 1rem;
}

.login-signup .login {
  display: flex;
  height: 2.5rem;
  padding: 0 1rem;
  align-items: center;
  font-size: 0.8rem;
  font-family: "Satoshi-Bold";
  color: #fff;
  border-radius: 4px;
  background: #008000 !important;
}

.login-signup .make-account {
  display: flex;
  font-size: 0.8rem;
  gap: 0.5rem;
  height: 2.5rem;
  padding: 0 1rem;
  font-family: "Satoshi-Bold";
  color: #333;
  border-radius: 4px;
  border: 1.2px solid #333;
  align-items: center;
}

.login-signup .make-account span {
  display: flex;
  height: 1.2rem;
  width: 1.2rem;
}

div.login-signup {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 16px;
  min-height: 48px;
}

div.login-signup a {
  text-decoration: none !important;
}

div.login-signup .login {
  transition: all 0.3s ease-in-out;
}

div.login-signup .login:hover {
  scale: 1.05;
  border-radius: 10rem;
  background-color: #004500 !important;
}

div.login-signup .make-account {
  transition: all 0.3s ease-in-out;
}
div.login-signup .make-account .makeAccountIcon path {
  fill: #008000 !important;
}

div.login-signup .make-account:hover {
  background-color: #041104;
  border: 1.2px solid #fff;
  color: white;
  border-radius: 10rem;
}
div.login-signup .make-account:hover .makeAccountIcon path {
  fill: #fff !important;
}



.uk-dropdown {
  padding: 0 !important;
}

.servicesDropWrapper {
  /* background-color: red; */
  height: -moz-fit-content;
  height: fit-content;
}

.servicesDropWrapper .services-drop {
  /* background-color: red; */
  width: 90%;
  margin-inline: auto;
  margin-top: 1.5rem;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  padding-bottom: 0.5rem;
}

.servicesDropWrapper .services-drop a {
  height: 100%;
  width: 100%;
  color: #333;
  padding-left: 1rem;
  gap: 0.5rem;
  font-size: 0.8rem !important;
  display: flex;
  align-items: center !important;
  height: 2.2rem;
  /* font-family: 'Sat'; */
  background-color: rgba(0, 128, 0, 0.2431372549);
  border-radius: 4px;
  border: 1.2px solid #dedede;
  font-family: "Satoshi-Bold";
  transition: all 0.3s ease-in-out;
}

.servicesDropWrapper .services-drop a span {
  height: 1rem;
  /* background-color: red; */
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servicesDropWrapper .services-drop a:hover {
  background-color: rgba(0, 128, 0, 0.662745098);
  color: #fff !important;
  border-radius: 10rem;
}

.geodeticIcon path {
  fill: rgba(70, 70, 70, 0.937254902);
}


/* Mobile Navigation Button Styles */
.mobileNavigation {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobileNavigation:focus,
.mobileNavigation:active {
  outline: none;
  background: none;
}

.mobileHamburger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.hamburgerIcon,
.closeIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  transition: all 0.2s ease;
}

.uk-dropdown {
  padding: 0 !important;
}

.servicesDropWrapper {
  /* background-color: red; */
  height: -moz-fit-content;
  height: fit-content;
}

.servicesDropWrapper .services-drop {
  /* background-color: red; */
  width: 90%;
  margin-inline: auto;
  margin-top: 1.5rem;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  padding-bottom: 0.5rem;
}

.servicesDropWrapper .services-drop a {
  height: 100%;
  width: 100%;
  color: #333;
  padding-left: 1rem;
  gap: 0.5rem;
  font-size: 0.8rem !important;
  display: flex;
  align-items: center !important;
  height: 2.2rem;
  /* font-family: 'Sat'; */
  background-color: rgba(0, 128, 0, 0.2431372549);
  border-radius: 4px;
  border: 1.2px solid #dedede;
  font-family: "Satoshi-Bold";
  transition: all 0.3s ease-in-out;
}

.servicesDropWrapper .services-drop a span {
  height: 1rem;
  /* background-color: red; */
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servicesDropWrapper .services-drop a:hover {
  background-color: rgba(0, 128, 0, 0.662745098);
  color: #fff !important;
  border-radius: 10rem;
}

.geodeticIcon path {
  fill: rgba(70, 70, 70, 0.937254902);
}

.uk-drop.uk-dropdown.uk-open {
  background-color: #FFFFFF;
  bottom: -153.6px;
  box-shadow: rgba(0, 0, 0, 0.1490196078) 0px 5px 12px 0px;
  box-sizing: border-box;
  left: 1004.33px;
  max-width: 10rem !important;
  /* min-width: 200px; */
  padding: 0 !important;
  position: absolute;
  right: 314.875px;
  top: 67.6px;
  z-index: 1020;
}
.uk-drop.uk-dropdown.uk-open .dropContainer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 90%;
  margin-top: 1rem;
  margin-inline: auto;
}
.uk-drop.uk-dropdown.uk-open .dropContainer li {
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.uk-drop.uk-dropdown.uk-open .dropContainer li a {
  height: 100%;
  width: 100%;
  color: #333;
  padding-left: 0.5rem;
  font-size: 0.8rem !important;
  /* font-family: 'Sat'; */
  text-decoration: none !important;
  background-color: rgba(0, 128, 0, 0.2431372549);
  border-radius: 4px;
  border: 1.2px solid #dedede;
  font-family: "Satoshi-Bold";
  transition: all 0.3s ease-in-out;
}
.uk-drop.uk-dropdown.uk-open .dropContainer li a span {
  height: 1rem;
  width: 1rem;
}
.uk-drop.uk-dropdown.uk-open .dropContainer li a:hover {
  background-color: #008000;
  color: #fff;
  border-radius: 10rem;
}
.uk-drop.uk-dropdown.uk-open .logout-container {
  background-color: #fff;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  border-top: 1.2px solid #dedede;
}
.uk-drop.uk-dropdown.uk-open .logout-container .logout-btn {
  display: flex;
  height: 2.2rem;
  width: 90%;
  margin-inline: auto;
  background: #ef233c;
  align-items: center;
  border-radius: 4px;
  color: #fff;
  margin-top: 0;
  font-family: "Satoshi-Bold";
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.uk-drop.uk-dropdown.uk-open .logout-container .logout-btn:hover {
  background-color: #d15664;
  border-radius: 10rem;
}

.loaderContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.loader {
  height: 10rem;
  width: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loaderContainer.fade-out {
  opacity: 0;
}

body.no-scroll {
  overflow: hidden;
}/*# sourceMappingURL=navigationServices.css.map */