.glass-nav {
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .g-footer-nav-underline {
        position: relative;
        display: inline-block;
        margin-bottom: 1.5rem;
    }

    .g-footer-nav-underline::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: white;
        opacity: 0.3;
    }

    .card-connector::after {
        content: "+";
        position: absolute;
        top: -13px;
        right: -10px;
        color: #e5e7eb;
        background: white;
        font-size: 24px;
        line-height: 1;
        font-weight: 300;
        z-index: 10;
    }

   .glass-nav {
       backdrop-filter: blur(10px);
       -webkit-backdrop-filter: blur(10px);
       border: 1px solid rgba(255, 255, 255, 0.1);
   }

   .g-footer-nav-underline {
       position: relative;
       display: inline-block;
       margin-bottom: 1.5rem;
   }

   .g-footer-nav-underline::after {
       content: "";
       position: absolute;
       bottom: 0;
       left: 0;
       width: 100%;
       height: 1px;
       background-color: white;
       opacity: 0.3;
   }

   .card-connector::after {
       content: "+";
       position: absolute;
       top: -13px;
       right: -10px;
       color: #e5e7eb;
       background: white;
       font-size: 24px;
       line-height: 1;
       font-weight: 300;
       z-index: 10;
   }

   .services-label-container {
       position: relative;
       z-index: 30;
       padding: 0.5rem 2rem;
       border-radius: 99px;
   }