
.privacy-wrapper {
  max-width: auto;
  margin: 40px auto;
  padding: 30px 40px;
  position: relative;
  border-radius: 16px;
  background: linear-gradient(180deg, #111, #0b0b0b);
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0,0,0,0.6);
}

/* ✨ Animated Border */
.privacy-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(90deg, #ffcc00, #ff6600, #ff0000, #ffcc00);
  background-size: 400% 400%;
  animation: borderGlow 6s linear infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 0;
}
@keyframes borderGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.privacy-content {
  position: relative;
  z-index: 1;
}

.privacy-content h1 {
  text-align: center;
  color: #ffd700;
  font-size: 32px;
  margin-bottom: 8px;
}
.privacy-content p {
  line-height: 1.7;
  font-size: 15px;
  margin: 10px 0;
  color: #ddd;
}
.privacy-content h2 {
  color: #ffd700;
  margin-top: 30px;
  font-size: 22px;
}
.privacy-content h3, 
.privacy-content h4 {
  color: #e6c97a;
  margin-top: 15px;
  font-size: 18px;
}
.privacy-content ul {
  margin: 8px 0 15px 20px;
}
.privacy-content li {
  margin-bottom: 6px;
  color: #ccc;
  line-height: 1.6;
}
.privacy-content a {
  color: #00e5b0;
  text-decoration: none;
}
.privacy-content a:hover {
  text-decoration: underline;
}
.privacy-footer {
  text-align: center;
  color: #e6c97a;
  margin-top: 25px;
  font-size: 14px;
  border-top: 1px solid rgba(255,215,0,0.3);
  padding-top: 12px;
}
.meta-date {
  text-align: center;
  color: #aaa;
  margin-bottom: 15px;
  font-size: 14px;
}



    .about-section-wrapper {
      max-width: auto;
      margin: 40px auto;
      padding: 30px 40px;
      position: relative;
      border-radius: 16px;
      background: linear-gradient(180deg, #111, #0b0b0b);
      overflow: hidden;
      box-shadow: 0 0 30px rgba(0,0,0,0.6);
    }
    .about-section-wrapper::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 16px;
      padding: 2px;
      background: linear-gradient(90deg, #ffcc00, #ff6600, #ff0000, #ffcc00);
      background-size: 400% 400%;
      animation: borderGlow 6s linear infinite;
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      z-index: 0;
    }
    @keyframes borderGlow {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }
    .about-content-box {
      position: relative;
      z-index: 1;
    }
    .about-content-box h1 {
      text-align: center;
      color: #ffd700;
      font-size: 32px;
      margin-bottom: 8px;
    }
    .about-content-box p {
      line-height: 1.7;
      font-size: 15px;
      margin: 10px 0;
      color: #ddd;
    }
    .about-content-box h2 {
      color: #ffd700;
      margin-top: 30px;
      font-size: 22px;
    }
    .about-content-box h3, 
    .about-content-box h4 {
      color: #e6c97a;
      margin-top: 15px;
      font-size: 18px;
    }
    .about-content-box ul {
      margin: 8px 0 15px 20px;
    }
    .about-content-box li {
      margin-bottom: 6px;
      color: #ccc;
      line-height: 1.6;
    }
    .about-content-box a {
      color: #00e5b0;
      text-decoration: none;
    }
    .about-content-box a:hover {
      text-decoration: underline;
    }
    .about-page-footer {
      text-align: center;
      color: #e6c97a;
      margin-top: 25px;
      font-size: 14px;
      border-top: 1px solid rgba(255,215,0,0.3);
      padding-top: 12px;
    }
    .meta-date {
      text-align: center;
      color: #aaa;
      margin-bottom: 15px;
      font-size: 14px;
    }
    
    .disclaimer-wrapper {
  max-width: auto;
  margin: 40px auto;
  padding: 30px 40px;
  position: relative;
  border-radius: 16px;
  background: linear-gradient(180deg, #111, #0b0b0b);
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0,0,0,0.6);
}

/* ✨ Animated Border */
.disclaimer-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(90deg, #ffcc00, #ff6600, #ff0000, #ffcc00);
  background-size: 400% 400%;
  animation: borderGlow 6s linear infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 0;
}
@keyframes borderGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.disclaimer-content {
  position: relative;
  z-index: 1;
}

.disclaimer-content h1 {
  text-align: center;
  color: #ffd700;
  font-size: 32px;
  margin-bottom: 8px;
}
.disclaimer-content p {
  line-height: 1.7;
  font-size: 15px;
  margin: 10px 0;
  color: #ddd;
}
.disclaimer-content h2 {
  color: #ffd700;
  margin-top: 30px;
  font-size: 22px;
}
.disclaimer-content h3 {
  color: #e6c97a;
  margin-top: 15px;
  font-size: 18px;
}
.disclaimer-content ul {
  margin: 8px 0 15px 20px;
}
.disclaimer-content li {
  margin-bottom: 6px;
  color: #ccc;
  line-height: 1.6;
}
.disclaimer-content a {
  color: #00e5b0;
  text-decoration: none;
}
.disclaimer-content a:hover {
  text-decoration: underline;
}
.meta-date {
  text-align: center;
  color: #aaa;
  margin-bottom: 15px;
  font-size: 14px;
}

.contact-wrapper {
  max-width: auto;
  margin: 40px auto;
  padding: 30px 40px;
  position: relative;
  border-radius: 16px;
  background: linear-gradient(180deg, #111, #0b0b0b);
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0,0,0,0.6);
}

/* ✨ Animated Border */
.contact-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(90deg, #ffcc00, #ff6600, #ff0000, #ffcc00);
  background-size: 400% 400%;
  animation: borderGlow 6s linear infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 0;
}
@keyframes borderGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.contact-content {
  position: relative;
  z-index: 1;
}

.contact-content h1 {
  text-align: center;
  color: #ffd700;
  font-size: 32px;
  margin-bottom: 8px;
}
.contact-content p {
  line-height: 1.7;
  font-size: 15px;
  margin: 10px 0;
  color: #ddd;
}
.contact-content h2 {
  color: #ffd700;
  margin-top: 30px;
  font-size: 22px;
}
.contact-content ul {
  margin: 8px 0 15px 20px;
}
.contact-content li {
  margin-bottom: 6px;
  color: #ccc;
  line-height: 1.6;
}
.contact-content a {
  color: #00e5b0;
  text-decoration: none;
}
.contact-content a:hover {
  text-decoration: underline;
}
.meta-date {
  text-align: center;
  color: #aaa;
  margin-bottom: 15px;
  font-size: 14px;
}



