/* ==============================
   PRIVACY POLICY CERTIFICATION STYLE
   ============================== */
.main-container {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/gorakhpur-sanatan-devotional-background-with-bells-mandala.jpg') center/cover no-repeat;
}

.privacy-certificate {
  margin: 0 auto;
  position: relative;
  padding: 0 1rem;
}

.privacy-certificate h1{
padding-top: 1rem;
}

.certificate-card {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.14),
    rgba(255, 255, 255, 0.04)
  );
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  padding: 2.4rem;

  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.45),
    inset 0 1px 1px rgba(255, 255, 255, 0.25),
    inset 0 -1px 1px rgba(255, 255, 255, 0.05);

  position: relative;
  overflow: hidden;
}


.certificate-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.certificate-meta {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 2rem 0 2.2rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
  text-align: left;
}

.certificate-meta div {
  background: rgba(255, 255, 255, 0.03);
  padding: 0.8rem;
  border-radius: 12px;
}

.certificate-meta strong {
  color: var(--soft-white);
  font-weight: 600;
  margin-left: 1rem;
  font-size: 0.95rem;
}

.certificate-meta span{
  color: var(--liquid-gold);
}

.divider {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.12), transparent);
  margin: 2rem 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.certificate-content p.text-reveal {
  margin-bottom: 1.4rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--soft-white);
}

.certificate-content p.text-reveal:last-child {
  margin-bottom: 0;
}

.certificate-quote {
  font-style: italic;
  font-size: 1.1rem;
  color: var(--liquid-gold);
  margin: 1.8rem 0;
  padding: 0;
  border: none;
  font-family: var(--heading-font);
  line-height: 1.4;
}

.certificate-footer {
  font-size: 0.9rem;
  color: var(--text-secondary);
  text-align: center;
  margin-top: 2rem;
  line-height: 1.6;
}

.certificate-footer a {
  color: var(--liquid-gold);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.certificate-footer a:hover {
  text-decoration: underline;
}

.welcome-container h3{
  font-size: 2rem;
}

.text-reveal a{
text-decoration: none;
color: var(--liquid-gold);
} 

/* Ensure parent has relative positioning */
.features-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 1.8rem 0;
}

.feature-item {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  padding: 1.4rem 1.2rem;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* Hide the small inline icon by default */
.feature-item .icon {
  display: none;
}

/* Create a backdrop blur layer on hover */
.feature-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

/* Large centered icon using pseudo-element + Font Awesome character */
.feature-item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 64px;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: white;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

/* WhatsApp */
.feature-item.whatsapp-service:hover::after {
  content: "\f232"; /* fa-whatsapp */
  color: #25D366;
}

/* Firebase / Key (using solid key icon) */
.feature-item.firebase-service:hover::after {
  content: "\f084"; /* fa-key */
  color: #FF9800;
}

/* Instagram */
.feature-item.instagram-service:hover::after {
  content: "\f16d"; /* fa-instagram */
  color: #E1306C;
}

/* Trigger effects on hover */
.feature-item:hover::before {
  opacity: 1;
}

.feature-item:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Slightly fade text on hover for focus */
.feature-item:hover .text-reveal {
  opacity: 0.82;
  transition: opacity 0.3s ease;
}

p.text-reveal{
  max-width: 90%;
  text-align: justify;
}

/* === What We Do NOT Do — Sacred Negation Style === */

.no-tracking-title {
  font-size: 2.1rem;
  margin: 2.4rem 0 1.4rem;
  position: relative;
  text-align: center;
  color: var(--molten-orange);
}

.no-tracking-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--liquid-gold), transparent);
  margin: 0.8rem auto;
  border-radius: 1px;
}

.no-tracking-list {
  list-style: none;
  padding: 0;
  margin: 1.6rem 0;
  counter-reset: negation;
}

.no-tracking-list li {
  position: relative;
  padding: 0.9rem 0 0.9rem 2.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: opacity 0.3s ease;
}

.no-tracking-list li:last-child {
  border-bottom: none;
}

/* Custom "X" icon as negation symbol */
.negation-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--molten-orange);
  font-weight: bold;
  opacity: 0.9;
  animation: pulseNegation 2s infinite;
}

@keyframes pulseNegation {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

.no-tracking-list li:hover .negation-icon {
  transform: translateY(-50%) scale(1.2);
  opacity: 1;
  color: var(--liquid-gold);
}

/* Optional: Add subtle glow on hover */
.no-tracking-list li:hover {
  opacity: 0.92;
}

/* === Devotional Contact Card === */

.devotional-contact-card {
  margin-top: 2.8rem;
  padding: 2rem;
  background: 
    linear-gradient(145deg, rgba(30, 20, 10, 0.4), rgba(10, 5, 15, 0.4)),
    url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm20 44c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm24-24c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zM40 26c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm48 40c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4z' fill='rgba(255,215,0,0.03)'/%3E%3C/svg%3E");
  border-radius: 20px;
  border: 1px solid rgba(255, 215, 0, 0.12);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.devotional-contact-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.06) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.devotional-quote {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--liquid-gold);
  text-align: center;
  margin: 0 0 1.4rem;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.contact-details {
  text-align: center;
  margin-bottom: 1.6rem;
  color: var(--soft-white);
  position: relative;
  z-index: 1;
}

/* Contact Links as Clean List */
.contact-links-list {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.contact-link-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.7rem 1rem;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  transition: all 0.3s ease;
  border-left: 3px solid var(--molten-orange);
}

.contact-link-item:hover {
  background: rgba(255, 215, 0, 0.08);
  transform: translateX(4px);
  border-left-color: var(--liquid-gold);
}

.contact-icon {
  font-size: 1.2rem;
  min-width: 24px;
  text-align: center;
  color: var(--liquid-gold);
}

.contact-link-item a {
  color: var(--soft-white);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.contact-link-item a:hover {
  color: var(--liquid-gold);
}

.personal-seva-note {
  margin-top: 1.4rem;
  font-style: italic;
  color: #b0b0d0;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}

/* Optional: Subtle floating animation */
@keyframes floatGentle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.devotional-contact-card {
  animation: floatGentle 8s ease-in-out infinite;
}
/* ==============================
   RESPONSIVE PRIVACY POLICY STYLES
   ============================== */

@media (max-width: 768px) {
  .certificate-card {
    padding: 2rem;
  }

  .certificate-meta {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    margin: 1.6rem 0;
  }

  .certificate-content p.text-reveal {
    font-size: 1rem;
    max-width: 100%;
    text-align: left;
  }

  .certificate-quote {
    font-size: 1rem;
  }

  .privacy-certificate {
    padding: 0 1.2rem;
  }

  .no-tracking-title {
    font-size: 1.8rem;
    margin: 2rem 0 1.2rem;
  }

  .negation-icon {
    left: 0.3rem;
    font-size: 1rem;
  }

  .no-tracking-list li {
    padding-left: 2rem;
    font-size: 0.95rem;
  }

  .devotional-contact-card {
    padding: 1.6rem;
    margin-top: 2.2rem;
  }

  .devotional-quote {
    font-size: 1.15rem;
  }

  .contact-links-list {
    gap: 0.8rem;
  }

  .contact-link-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    padding: 0.8rem;
  }

  .contact-icon {
    align-self: flex-start;
  }

  .personal-seva-note,
  .contact-details {
    font-size: 0.95rem;
  }

  /* Feature items */
  .feature-item::after {
    font-size: 52px;
  }
}

@media (max-width: 480px) {
  .privacy-certificate h1{
    padding-top: 2rem;
  }
  .certificate-card {
    padding: 1.2rem 1rem;
    border-radius: 18px;
  }

  .certificate-meta div {
    padding: 0.65rem;
    font-size: 0.88rem;
  }

  .certificate-content h1 {
    font-size: 1.8rem;
    padding-top: 0.8rem;
  }

  .no-tracking-title {
    font-size: 1.6rem;
  }

  .negation-icon {
    font-size: 0.95rem;
  }

  .no-tracking-list li {
    padding: 0.7rem 0 0.7rem 1.8rem;
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .devotional-contact-card {
    padding: 1.4rem 1.1rem;
    margin-top: 2rem;
  }

  .devotional-quote {
    font-size: 1.1rem;
  }

  .contact-link-item {
    padding: 0.7rem;
  }

  .feature-item {
    padding: 1.2rem;
  }

  .feature-item::after {
    font-size: 48px;
  }
}

@media (max-width: 399px) {
  .privacy-certificate {
    padding: 0 0.8rem;
  }

  .privacy-certificate h1 {
    font-size: 1.65rem;
    padding-top: 1.6rem;
    line-height: 1.3;
  }

  .certificate-card {
    padding: 1rem 0.9rem;
    border-radius: 16px;
  }

  .certificate-meta div {
    padding: 0.55rem 0.6rem;
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .no-tracking-title {
    font-size: 1.45rem;
    margin: 1.8rem 0 1rem;
  }

  .negation-icon {
    font-size: 0.9rem;
    left: 0.25rem;
  }

  .no-tracking-list li {
    padding: 0.6rem 0 0.6rem 1.6rem;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .devotional-contact-card {
    padding: 1.2rem 0.9rem;
    margin-top: 1.8rem;
  }

  .devotional-quote {
    font-size: 1.05rem;
    line-height: 1.35;
  }

  .contact-details,
  .personal-seva-note {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .contact-link-item {
    padding: 0.6rem;
    gap: 0.3rem;
  }

  .contact-icon {
    font-size: 1.1rem;
  }

  .feature-item {
    padding: 1rem 0.9rem;
  }

  .feature-item::after {
    font-size: 42px;
  }

  /* Ensure text doesn't overflow */
  .text-reveal {
    font-size: 0.92rem;
    line-height: 1.6;
  }
}