#footer {
  background: radial-gradient(circle at top left, #2a0052, #120024 40%, #0a0014 100%) !important;
  position: relative;
  padding: 60px 0;
  color: #d9c6ff;
  font-family: 'Orbitron', sans-serif;
  text-align: center;
  overflow: hidden;
}

/* 🌌 Starry particles effect */
#footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url("https://www.transparenttextures.com/patterns/stardust.png");
  opacity: 0.3;
  pointer-events: none;
}

/* Neon titles */
#footer .footer-title {
  font-size: 22px;
  color: #c084fc;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 0 0 8px #a855f7, 0 0 15px rgba(168,85,247,0.6);
}

/* Links */
#footer .footer-links li a {
  color: #d9c6ff;
  transition: all 0.3s ease;
  display: inline-block;
  margin: 5px 0;
}
#footer .footer-links li a:hover {
  color: #c084fc;
  text-shadow: 0 0 6px #c084fc, 0 0 12px rgba(192,132,252,0.6);
}

/* Payment icons */
#footer .footer-payments li a {
  font-size: 28px;
  color: #b794f6;
  transition: 0.3s;
}
#footer .footer-payments li a:hover {
  color: #fff;
  text-shadow: 0 0 8px #c084fc, 0 0 16px #7c3aed;
}

/* Copyright */
#footer .copyright {
  display: block;
  margin-top: 25px;
  font-size: 14px;
  color: #a78bfa;
  text-shadow: 0 0 5px rgba(192,132,252,0.5);
}



.dropdownn {
    position: relative;
    display: inline-block;
}

.dropdownn > a {
    background: linear-gradient(135deg, #6a0dad, #a020f0);
    color: #fff !important;
    padding: 8px 14px;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(160, 32, 240, 0.6);
    transition: 0.3s;
}

.dropdownn > a:hover {
    background: linear-gradient(135deg, #d07eff, #a020f0);
    box-shadow: 0 0 20px violet;
}

.dropdownn-content {
    display: none;
    position: absolute;
    background: rgba(50, 0, 80, 0.95);
    min-width: 180px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(180, 0, 255, 0.6);
    padding: 8px 0;
    top: 40px;
    right: 0;
    z-index: 1000;
}

.dropdownn-content a {
    color: #d7a9ff;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;

     text-align: center;
}

.dropdownn-content a:hover {
    background: rgba(160, 32, 240, 0.3);
    color: #fff;
    box-shadow: inset 0 0 10px rgba(200, 100, 255, 0.6);
}

.dropdownn:hover .dropdownn-content {
    display: block;
}

/* */

/* Galactic Login Panel */
.billing-details.jumbotron {
    background: radial-gradient(circle at top, #2e003e, #0d001a);
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(180, 0, 255, 0.6),
                0 0 60px rgba(100, 0, 150, 0.4);
    color: #fff;
    padding: 30px;
    border: none;
}

/* Title */
.billing-details .section-title h2 {
    color: #d7a9ff;
    text-shadow: 0 0 10px violet;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

/* Labels */
.billing-details label {
    color: #d7a9ff;
    font-size: 14px;
    margin-bottom: 5px;
}

/* Inputs */
.billing-details .input-borders {
    width: 100%;
    padding: 12px;
    margin: 8px 0 15px 0;
    border: none;
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 14px;
}

.billing-details .input-borders:focus {
    outline: 2px solid violet;
    box-shadow: 0 0 10px rgba(200,100,255,0.6);
}

/* Forgot password link */
.text-pad a {
    color: #b87fff;
    font-size: 13px;
    text-decoration: none;
    float: right;
    margin-bottom: 15px;
}

.text-pad a:hover {
    color: #fff;
    text-shadow: 0 0 8px violet;
}

/* Login Button */
.primary-btn {
    background: linear-gradient(135deg, #a020f0, #6a0dad) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 12px !important;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
    text-transform: uppercase;
}

.primary-btn:hover {
    background: linear-gradient(135deg, #d07eff, #a020f0) !important;
    box-shadow: 0 0 15px violet;
}

/* Error message panel */
.panel-footer .alert-danger {
    background: rgba(255, 0, 100, 0.2);
    border: none;
    color: #ff7bcd;
    border-radius: 10px;
    padding: 12px;
    margin-top: 15px;
    text-align: center;
}


#signup_form .billing-details.jumbotron {
    background: radial-gradient(circle at top, #2e003e, #0d001a);
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(180, 0, 255, 0.6),
                0 0 60px rgba(100, 0, 150, 0.4);
    color: #fff;
    padding: 30px;
    border: none;
}

/* Register Title */
#signup_form .section-title h2 {
    color: #d7a9ff;
    text-shadow: 0 0 10px violet;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

/* Inputs */
#signup_form .input-borders {
    width: 100%;
    padding: 12px;
    margin: 8px 0 15px 0;
    border: none;
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 14px;
}

#signup_form .input-borders::placeholder {
    color: rgba(255,255,255,0.6);
}

#signup_form .input-borders:focus {
    outline: 2px solid violet;
    box-shadow: 0 0 10px rgba(200,100,255,0.6);
}

/* Sign Up Button */
#signup_form .primary-btn {
    background: linear-gradient(135deg, #a020f0, #6a0dad) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 12px !important;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
    text-transform: uppercase;
}

#signup_form .primary-btn:hover {
    background: linear-gradient(135deg, #d07eff, #a020f0) !important;
    box-shadow: 0 0 15px violet;
}

/* Already have account link */
#signup_form .text-pad a {
    color: #b87fff;
    font-size: 13px;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 15px;
}

#signup_form .text-pad a:hover {
    color: #fff;
    text-shadow: 0 0 8px violet;
}

/* Signup message area */
#signup_msg {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #ff80d5;
}