          body {
            font-family: Arial, sans-serif;
            margin: 0;
            background: #f4f4f4;
            color: #333;
        }
        header {
            color: none;
            background:#f4f4f4
            padding: 1rem;
            text-align: center;
        }
        .sign-up{
            color:black;
        }
         .nav{
            display:flex;
            flex-wrap: wrap;
            height: 50px;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            font-weight:500;
            align-items: center; 
            background-color:rgb(247, 247, 247);
           }
           /* Make nav links shrink to text width */
.navbar .nav-link {
  position: relative;
  display: inline-block;   /* key change: prevents full-width underline */
}
/* Animated underline */
.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #000;   /* adjust to brand colour if needed */
  transition: width 0.25s ease;
    pointer-events: none;
}

.navbar .nav-link:hover::after {
  width: 100%;
}
/* Optional: spacing + weight */
.nav-item {
  text-align: center;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
}
.nav-item:hover {
  font-weight: bold;
}
/* Override global link hover colour */
.navbar .nav-link:hover {
  color: #000 !important;
  font-weight: bold;
} 
       body{
           margin:0;
           padding:0;
           background-color:rgb(247, 247, 247);
        }
       .nav-item{
         text-align: center;
         margin-left: 10px;
         margin-right: 10px;
        }
     .nav-item:hover{
       color:rgb(224, 45, 45) !important;
       font-weight:bold;
      }
        .nav a {
            margin: 0 10px;
            text-decoration: none;
        }
        .container {
            max-width: 1100px;
            margin: auto;
            padding: 20px;
        }
        .pricing {
            display: flex;
            gap: 80px;
            text-align: center  ;
            justify-content: center;
            margin-top: 30px;
            margin-left: 100px;
        }
        .plan {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            padding: 20px;
            margin-right:90px;
            width:300px;
            text-align: center !important; 
        }
         #membership{
            margin-top:10px;
            margin-bottom:20px;
            background: #d9ecf1;
            box-shadow: 2px 2px 6px  rgba(12, 11, 11, 0);
            border-radius: 8px;
            padding-bottom:75px;
            padding-top:40px;
        }
       
        .plan h3 {
            margin-top: 0;
        }
        .plan p.price {
            font-size: 1.5rem;
            color: #27ae60;
        }
        .form-section {
            background: #fff;
            padding: 20px;
            margin-top: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        form {
            display: flex;
            flex-direction: column;
        }
        form input {
            padding: 10px;
            margin: 8px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        form button {
            background: #2980b9;
            color: #fff;
            border: none;
            padding: 10px;
            cursor: pointer;
            border-radius: 5px;
        }
        @media (max-width: 768px) {
            .pricing {
                flex-direction: column;
                align-items: center;
            }
        }
        #LoveMyLaybyLogo {
            width: 70px;
            height: 70px;
        }
        #LoveMyLaybyLogos{
            height:150px;
        }
       
        #how{
            margin-top:10px;
            margin-bottom:30px;
        }
        .donate{
            margin-top:20px;
            margin-bottom:10px;
            color:#2980b9;
            background-color: #f4f4f4;;
        }
        .donate:hover{
            background-color:#ddd;
        }
        ul{
            text-align:center;
            list-style-type: none;
        }
        li{
            font-weight: bold;
            margin-bottom: 10px;
            list-style-type: none;
            text-align: left;
            padding-left: 20px;
        }
        #liveToastBtn{
            margin-top:10px;
            background: #2980b9;
            color: #fff;
            border: none;
            padding: 10px;
            cursor: pointer;
            border-radius: 5px;
        }
        .form-check-label{
            margin-left: 5px;
            font-size: 0.9rem;
        }
        .price{
            list-style-type: none;
            font-weight: bold;
            margin-bottom: 10px;
            color:#2980b9;
            padding-right: 25px;
        }
        #purchaseSticker{
            text-decoration:none;
            font-weight: bold;
            color:#2980b9;
        }
        a.btn:hover{
            color:red;
            font-weight: 600;
            background-color: #afc3d1;
        }
        
        #viewSticker{
        margin-left:29px;
        }
        #viewSticker:hover{
            color:red !important;
        }
        #Login{
        margin-left: 38%;
        margin-right:38%;
        margin-top:20px;
        margin-bottom:20px;
     
        }
        #Login:hover{
        background-color:lightcoral;
        color:black;
         font-family: Verdana, Geneva, Tahoma, sans-serif !important;
        font-family: bold;
        }
        #Memberships{
        margin-left: 38%;
        margin-right:38%;
        margin-top:20px;
        margin-bottom:20px;
        }
        #Memberships:hover{
        background-color:lightcoral;
        color:black;
         font-family: Verdana, Geneva, Tahoma, sans-serif !important;
        font-family: bold;
        }
        .form-control{
        width:500px;
        margin-left:25%;
        width:50%;
        }
         .form-check-label{
        margin-left:2%;  
        text-align: center;  
        text-justify: auto;

        }
        #invalidCheck{
        margin-left:25%;
        }
        .support{
            margin-left:26.9%;
        }
    
        