.footer_wrapper {
    padding: 50px 0 !important;
    background-color: #00000061;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-top p strong {
    font-size: 20px;
    display: inline-block;
    margin-top: 10px !important;
}

.footer-left,
.footer-center,
.footer-right {
    flex: 1 1 250px;
    color: #fff;
}

.footer-right {
    text-align: right;
}

.footer-center {
    text-align: center;
}

.footer-left a,
.footer-right a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 5px 0;
}

.footer-logo {
    width: 320px;
    margin-bottom: 10px;
}

.footer-brand {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

.footer-brand .highlight {
    background: linear-gradient(45deg, #5D40D4, #C9299A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

hr {
    border: 0;
    border-top: 1px solid #444;
    margin: 30px 0;
}

.copyright p {
    background: linear-gradient(45deg, #5D40D4, #C9299A);
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-weight: 600;
}

@media(max-width:768px) {
    .footer-bottom {
        gap: 7px;
        justify-content: space-evenly;
    }

    .copyright p {
        font-size: 12px;
    }

    .footer-right,
    .footer-center {
        text-align: left;
    }
}


/* footer nav */
.footer-nav {
      display: none;
    }

    @media (max-width: 992px) {
      .footer-nav {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;

        /* Cosmic background matching the image */
        background:
          radial-gradient(ellipse at 50% 120%, rgba(80, 120, 255, 0.35) 0%, transparent 65%),
          radial-gradient(ellipse at 20% 80%, rgba(60, 80, 200, 0.2) 0%, transparent 50%),
          linear-gradient(180deg, rgba(10, 15, 50, 0.85) 0%, rgba(5, 8, 35, 0.97) 100%);

        backdrop-filter: blur(20px) saturate(1.4);
        -webkit-backdrop-filter: blur(20px) saturate(1.4);

        border-top: 1px solid rgba(100, 140, 255, 0.25);
        border-radius: 20px 20px 0 0;
       

        /* Subtle glow along the top edge */
        box-shadow:
          0 -1px 0 rgba(150, 180, 255, 0.1),
          0 -8px 32px rgba(60, 100, 255, 0.15),
          inset 0 1px 0 rgba(200, 220, 255, 0.08);
      }

      /* Starfield pseudo-element */
      .footer-nav::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 20px 20px 0 0;
        background-image:
          radial-gradient(1px 1px at 15% 30%, rgba(255,255,255,0.6) 0%, transparent 100%),
          radial-gradient(1px 1px at 35% 60%, rgba(255,255,255,0.4) 0%, transparent 100%),
          radial-gradient(1px 1px at 55% 20%, rgba(255,255,255,0.5) 0%, transparent 100%),
          radial-gradient(1px 1px at 72% 70%, rgba(255,255,255,0.3) 0%, transparent 100%),
          radial-gradient(1px 1px at 88% 40%, rgba(255,255,255,0.5) 0%, transparent 100%),
          radial-gradient(1px 1px at 45% 85%, rgba(255,255,255,0.3) 0%, transparent 100%),
          radial-gradient(1.5px 1.5px at 8% 75%, rgba(200,210,255,0.5) 0%, transparent 100%),
          radial-gradient(1px 1px at 62% 50%, rgba(255,255,255,0.25) 0%, transparent 100%),
          radial-gradient(1px 1px at 92% 85%, rgba(255,255,255,0.4) 0%, transparent 100%);
        pointer-events: none;
        z-index: 0;
      }

      .footer-nav-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 8px 4px;
        cursor: pointer;
        position: relative;
        z-index: 1;
        text-decoration: none;
        border-radius: 14px;
        transition: background 0.25s ease, transform 0.2s ease;
        -webkit-tap-highlight-color: transparent;
      }

      .footer-nav-item:active {
        transform: scale(0.92);
      }

      /* Icon wrapper with glassy bubble */
      .footer-icon-wrap {
        width: 46px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(150, 170, 255, 0.12);
        position: relative;
        transition: background 0.25s, border-color 0.25s, box-shadow 0.25s;
      }

      .footer-nav-item i {
        font-size: 22px;
        color: rgba(170, 190, 255, 0.85);
        transition: color 0.25s, transform 0.25s;
        display: block;
        line-height: 1;
      }

      .footer-nav-item span {
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.04em;
        color: rgba(160, 185, 255, 0.75);
        text-transform: capitalize;
        transition: color 0.25s;
        white-space: nowrap;
      }

      /* Active / hover state */
      .footer-nav-item.active .footer-icon-wrap,
      .footer-nav-item:hover .footer-icon-wrap {
        background: rgba(100, 140, 255, 0.2);
        border-color: rgba(140, 170, 255, 0.4);
        box-shadow:
          0 0 14px rgba(100, 140, 255, 0.35),
          inset 0 1px 0 rgba(200, 220, 255, 0.12);
      }

      .footer-nav-item.active i,
      .footer-nav-item:hover i {
        color: #c8d8ff;
        transform: translateY(-1px) scale(1.1);
      }

      .footer-nav-item.active span,
      .footer-nav-item:hover span {
        color: #c8d8ff;
      }

     

    
    }
