/* Video background styles */
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  object-fit: cover;
  opacity: 0.6; /* Adjust for effect */
  pointer-events: none;
}
body {
    font-family: "Aptos", sans-serif;
    background: url('uploads/website background.jpg') no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
 
main {
  max-width: 800px; 
  margin: 20px auto;
  padding: 20px; 
  background-color: #2c3e50;
  border-radius: 10px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}
nav {
  background: rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  width: 64px;      /* Smaller width */
  height: 64px;     /* Smaller height */
  margin: 30px auto 20px auto;
 display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* This centers content vertically */
  position: relative;
  z-index: 20;
  padding: 0;
  overflow: hidden;
  transition: width 0.4s, height 0.4s, border-radius 0.4s;
}

/* When menu is open, stretch nav background */
nav.menu-open {
  width: 350px;
  height: 420px;
  border-radius: 32px;
  transition: width 0.4s, height 0.4s, border-radius 0.4s;
}

/* Make the menu button fit the small circle */
.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center; /* This centers the icon horizontally */
  background: rgba(44, 62, 80, 0);
  color: #fff;
  border: none;
  font-size: 32px; /* Make the icon a bit larger for better centering */
  padding: 0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  cursor: pointer;
  line-height: 48px;
  text-align: center;
}

.nav-links {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: rgba(255, 1, 242, 0.18); /* glass effect */
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 32px;
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  padding: 30px 0 20px 0;
  margin-top: 0;
  transition: background 0.4s;
}

.nav-links.show {
  display: flex;
}

nav a {
  margin: 4px 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

nav a:hover {
  color: #00ffd0;
  text-decoration: underline;
}

/* Style the menu button to fit inside the circle */
.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center; /* This centers the icon horizontally */
  background: rgba(44, 62, 80, 0);
  color: #fff;
  border: none;
  font-size: 32px; /* Make the icon a bit larger for better centering */
  padding: 0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  cursor: pointer;
  line-height: 48px;
  text-align: center;
}
  
h1 {
    margin: 25px auto 15px;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    text-align: center;
    font-family: "Algerian", sans-serif;
    padding: 18px;
    border-radius: 12px;
    max-width: 760px;
    box-shadow: 0 8px 32px 0 rgba(255, 0, 255, 0.462);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1.5px solid rgba(255, 255, 255, 0.28);
}
  
/* Add this or update your .card selector for a circular glass effect */
/* Make the card more visible over the video background */

/* Make the card more visible over the video background */
.card {
  background: rgba(20, 20, 40, 0.92); /* Dark, almost solid background */
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  padding: 2.5rem 2rem;
  margin: 2rem auto;
  max-width: 700px;
  font-size: 1.15rem;
  line-height: 1.7;
  backdrop-filter: blur(2px);
}

/* Make headings stand out */
.card h1, .card h2 {
  color: #fff;
  text-shadow: 0 2px 8px #000;
  margin-top: 1.5rem;
}

/* Optional: Make the main background a bit darker for better contrast */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(10, 0, 30, 0.55);
  z-index: 0;
  pointer-events: none;
}

/* Ensure the card is above the overlay */
/* Ensure images fit the card */
.card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  margin: 1rem 0;
}

/* Optional: Limit card width for better appearance */
.card {
  max-width: 800px;
  margin: 2rem auto;
  /* ...other styles... */
}
/* Responsive: stack content nicely inside the circle */
@media (max-width: 600px) {
  .card {
    max-width: 90vw;
    max-height: 90vw;
    min-width: 200px;
    min-height: 200px;
    padding: 18px 8px;
  }
  .card img {
    max-width: 90%;
    max-height: 120px;
  }
  
}
  
 .card p {
    font-size: 15.5px;
    color: #ff00f7; /* Changed from #111 to white */
    line-height: 1.6;
}
  .dark-mode .card p{
    font-size: 15.5px;
    color: #ffffff;
    line-height: 1.6;
  }  
  button {
    background: #2c3e50;
    color: white;
    border: none;
    padding: 10px 18px;
    font-size: 15.5px;
    margin: 12px 6px;
    border-radius: 4px;
    cursor: pointer;
  }
  button222 {
    background: #05cf34;
    color: white;
    border: none;
    padding: 10px 18px;
    font-size: 15.5px;
    margin: 12px 6px;
    border-radius: 4px;
    cursor: pointer;
  }

  button:hover {
    background-color: #218c4f00;
  }
  
  #extra-info {
    background: #2c3e50;
    color: white;
    border-radius: 10px;
    padding: 14px;
    max-width: 760px;
    margin: 22px auto;
    border: 1px solid #0a0a0a;
    text-align: left;
  }
  
  .dark-mode #extra-info {
    background: #1e1e1e;
    color: #fff;
  }
  
footer {
    background: #2c3e50;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #0a0a0a;
    z-index: 10;
}
  a {
    color: #3498db;
    text-decoration: none;
    font-weight: bold;
  }
  
  a:hover {
    color: white;
    text-decoration: underline;
  }
  
  .dark-mode {
    background-color: #121212;
    color: #f9f9f9;
  }
  
  .dark-mode nav {
    background-color: #1c1c1c;
  }
  
  .dark-mode .card {
    background-color: #1e1e1e;
    color: #ccc;
    border-color: #333;
  }
  
  .dark-mode footer {
    background-color: #181818;
  }
  
  form label {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 8px;
  }
  form label2 {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    margin-bottom: 8px;
  }
  form label3 {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    margin-bottom: 8px;
  }
  
  form label b {
    color: #000;
  }
  form label .dark-mode b {
    color: #ffffff;
  }
  .dark-mode form label,
  .dark-mode form label b {
    color: #fcfcfc;
  }
  
  form textarea,
  form input[type="text"],
  form input[type="email"],
  form input[type="password"],
  form select {
    width: 100%;
    padding: 10px;
    margin: 6px 0 15px;
    border-radius: 6px;
    font-size: 15px;
    border: 1px solid #000;
  }
  
  form input[type="radio"],
  form input[type="checkbox"] {
    margin-right: 8px;
       padding: 10px;
    margin: 6px 0 15px;
    border-radius: 6px;
    font-size: 15px;
    border: 1px solid #000;
  }
  
  form input[type="radio"] + label,
  form input[type="checkbox"] + label {
    margin-bottom: 9px;
    display: inline-block;
    font-size: 16px;
    color: #000;
    
  }
  
.product img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 1rem;
    border-radius: 12px;
    object-fit: contain;
}

  .product h2 {
    font-size: 30px;
    margin: 0 0 10px;
    color: #ffffff;
    position: 50%;
    text-align: center;
  }
  .product h4 {
    font-size: 30px;
    margin: 0 0 10px;
    color: #ffffff;
    position: 50%;
    text-align: center;
  }
  
  .product p {
    font-size: 16px;
    color: #ff00ff;
    position: 50%;
    text-align: center;
  }

  .product button {
    background-color: #ffffff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    
  }
  
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000; 
  color: #fff; 
  border: 2px solid #000; 
  border-radius: 30px;
  padding: 10px 20px; 
  font-size: 16px;
  font-weight: bold; 
  text-decoration: none; 
  cursor: pointer; 
  transition: background-color 0.3s, color 0.3s;
margin: 0 auto; 
  display: block; 
  text-align: center;
  width: 200px;
  height: 50px; 
  font-size: 18px; 
  font-family: "Aptos", sans-serif; 
  font-weight: bold; 
  text-transform: uppercase; 
  letter-spacing: 1px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  margin: 20px auto; 
  display: block; 
  text-align: center; 
  width: 200px; 
  height: 30px; 
  font-size: 18px;
  font-family: "Aptos", sans-serif; 

  }

.btn:hover {
  background-color: #fff; 
  color: #000;

}


.btn::before {
  content: '\1F6D2'; 
  margin-right: 8px; 
  font-size: 18px;
  
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  color: #fdfdfd;
}


header {
  text-align: center; 
  padding: 20px 0; 
  background-color: #2c3e50; 
  color: #fff;
}


header h1 {
  font-size: 2.5rem;
  margin: 40;
  font-family: "Algerian", sans-serif; 
  text-transform: uppercase; 
  letter-spacing: 2px; 
}

nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 1rem;
}

nav a:hover {
  text-decoration: underline;
}


.slider {
  position: relative;
  max-width: 600px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.slider img {
  width: 100%;
  display: none;
}

.slider img.active {
  display: block;
}


.slider-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.slider-buttons button {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

.slider-buttons button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.product-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.add-to-cart {
  background-color: #28a745; 
  color: #fff; 
  border: none;
  padding: 20px 20px;
  font-size: 20px;  
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
  margin-right: 0;
  display: inline-block;
  text-align: center; 
  width: 200px;
  height: 80px; 


  
}

.add-to-cart:hover {
  background-color: #218838; 
}

.buy-now {
  background-color: #007bff; 
  color: #fff; 
  border: none;
  padding: 20px 20px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
  margin-left: 0; 
  display: inline-block; 
  text-align: center; 
  width: 200px; 
  height: 80px; 
  font-size: 24px;
    font-family: "Aptos", sans-serif;
}

.buy-now:hover {
  background-color: #0056b3; 
}

main p em {
  color: #ffffff; 
}


main h2 {
  color: #ffffff; 
}
main h3 {
  color: #fff4f4; 
}

.product-info p {
  color: #fff; 
}
main h5 {
  color: #0000; 
}

.login-page header {
  background-color: #2c3e50;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center; 
  align-items: center; 
  height: 50px; 
}
.login-page header {
  background-color: #2c3e50;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  position: center; 
  margin: 0 auto; 
}

.login-page header h1 {
  margin: 0;
  font-size: 2.5rem;
  position: center;
}

.login-page .login-form {
  max-width: 400px;
  margin: 20px auto;
  padding: 20px;
  background-color: #121212;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.login-page .login-form h2 {
  margin-bottom: 20px;
}

.login-page .login-form input[type="text"]{
  width: 90%;
  padding: 10px;
  margin: 10px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.login-page .login-form input[type="password"] {
  width: 90%;
  padding: 10px;
  margin: 10px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.login-page .login-form input[type="submit"] {
  width: 90%;
  padding: 10px;
  margin: 10px 20px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.login-page .login-form input[type="submit"] {
  background-color: #007bff;
  color: #fff;
  cursor: pointer;
}

.login-page .login-form input[type="submit"]:hover {
  background-color: #0056b3;
}

.login-page footer {
  background-color: #2c3e50;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

/* ...existing code... */

/* Glass effect for all main panels */
main,

footer,
#extra-info,
.login-page .login-form,
.card,
header {
  background: rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 8px 32px 0 rgba(255, 0, 247, 0.767);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.28);
}

/* Optional: Make nav and footer text more readable */
nav, footer, header {
  color: #fff !important;
}

/* Optional: Remove solid backgrounds from panels if present */
main,
#extra-info,
.login-page .login-form,
.card {
  background-color: transparent !important;
}

/* ...existing code... */
.create-account-btn {
  background: #05cf34;
  color: white;
  width: 90%;
  padding: 10px;
  margin: 10px 20px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.create-account-btn:hover {
  background: #1da33c;
}
/* ...existing code... */
.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center; /* This centers the icon horizontally */
  background: rgba(44, 62, 80, 0);
  color: #fff;
  border: none;
  font-size: 32px; /* Make the icon a bit larger for better centering */
  padding: 0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  cursor: pointer;
  line-height: 48px;
  text-align: center;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center; /* This centers the icon horizontally */
  background: rgba(44, 62, 80, 0);
  color: #fff;
  border: none;
  font-size: 32px; /* Make the icon a bit larger for better centering */
  padding: 0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  cursor: pointer;
  line-height: 48px;
  text-align: center;
}

.nav-links {
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  background: rgba(248, 203, 255, 0); /* glass effect */
  box-shadow: 0 8px 32px 0 rgba(247, 1, 239, 0.634);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  border: 1.5px solid rgba(255, 255, 255, 0);
  padding: 0;
  margin-top: 0;
  transition: background 0.4s;
}

.nav-links.show {
  display: flex;
}

nav a {
  display: block;
  padding: 18px 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid rgba(255, 0, 217, 0.705);
  background: transparent;
  transition: background 0.2s, color 0.2s;
}

nav a:last-child {
  border-bottom: none;
}

nav a:hover {
  background: rgba(255, 255, 255, 0);
  color: #00ffd0;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .card {
    width: 94vw !important;
    max-width: 98vw !important;
    margin: 12px auto !important;
    padding: 1.2rem 0.8rem !important;
    border-radius: 12px !important;
    font-size: 1rem !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .card img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    margin: 0.5rem 0 !important;
    display: block;
    box-sizing: border-box !important;
  }
  .card p, .card ul, .card li {
    font-size: 1rem !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
  .welcome-article, .card article {
    padding: 0 !important;
    margin: 0 !important;
  }
}

