/*=======privacy policy=====*/

/* ====== GLOBAL ====== */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #030a14, #030915);
  color: #ffffff;
}

/* ====== TOP BAR ====== */
.topbar {
  padding: 20px 40px;
}

.back-btn {
  text-decoration: none;
  color: #00d4ff;
  font-size: 16px;
  font-weight: 500;
}

/* ====== HEADER ====== */
.header {
  text-align: center;
  margin-top: 30px;
}

.header h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.header p {
  color: #a0b4d6;
  font-size: 18px;
}

.line {
  width: 80px;
  height: 4px;
  background: #00d4ff;
  margin: 20px auto;
  border-radius: 10px;
}

/* ====== MAIN CARD ====== */
.card {
  max-width: 1000px;
  margin: 40px auto;
  padding: 40px;
  background: rgba(6, 13, 26, 0.85);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 30px rgba(0,0,0,0.6);
}

.card h2 {
  margin-top: 30px;
  font-size: 26px;
}

.card h3 {
  margin-top: 20px;
  font-size: 20px;
}

.card hr {
  border: 1px solid rgba(255,255,255,0.1);
  margin: 15px 0;
}

.card p {
  color: #e8e9ed;
  line-height: 1.6;
  font-size: 16px; 
  
}

.card ul {
  padding-left: 20px;
  font-size: 16px; 
}

.card li {
  margin-bottom: 8px;
}



/* ====== AGE BOX ====== */
.age-box {
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid rgba(255, 0, 0, 0.4);
  padding: 20px;
  margin-top: 40px;
  border-radius: 15px;
}

.age-box h3 {
  margin: 0 0 10px 0;
  color: #ff4d4d;
}
.age-box p {
  font-size: 14px; 
}
/* ====== CONTACT CARD ====== */

.contact-card {
  background: rgba(0,0,0,0.3);
  margin-top: 40px;
  padding: 25px;
  border-radius: 15px;
  font-size: 14px;          /* Adjusted text size */
  line-height: 1.3;         /* Reduced space between lines */
}

/* Remove default paragraph margin */
.contact-card p {
  margin: 2px 0;            /* Very small gap between lines */
}

.contact-card h3 {
  margin-top: 0;
}

.contact-email {
  color: #00c6ff !important;   /* Sky Blue */
  margin-top: 8px;
  display: block;
}

/* If email is inside <a> tag */
.contact-email a {
  color: #00c6ff !important;
  text-decoration: none;
}

/* ====== RESPONSIVE ====== */
@media(max-width: 768px) {

  .header h1 {
    font-size: 28px;
  }

  .card {
    margin: 20px;
    padding: 25px;
  }

}



/*======contact us=======*/

.touch-card {
  text-align: center;
  border: 1px solid #00c6ff;
  padding: 25px;
  border-radius: 15px;
  max-width: 1000px;
  margin: 80px auto;
  background: rgba(6, 16, 16, 0.845);
}
.touch-card p{
  font-size: 20px;
}
.icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.touch-card h2 {
  color: #00d4ff;
  margin-bottom: 15px;
}
.contact-card2 {
  background: rgba(0,0,0,0.3);
  margin-top: 40px;
  padding: 25px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.1;   /* Reduced line spacing */
}

/* Remove extra space between lines */
.contact-card2 p {
  margin: 2px 0;      /* Very small gap */
}

/* Reduce heading gap */
.contact-card2 h4 {
  color: #00c6ff !important;
  margin-bottom: 5px;  /* Reduced gap below heading */
}



/*======Shipping policy=======*/
.shipping-card {
  text-align: center;
  border: 3px solid #00c6ff;
  padding: 25px;
  border-radius: 15px;
  max-width: 800px;
  margin: 80px auto;
  background: rgba(6, 16, 16, 0.845);
}
.shipping-icon {
  font-size: 40px;
  margin-bottom: 15px;
}
.shipping-card p{
  font-size: 20px;
}


/*-------children policy--------*/
.children-card {
  text-align: center;
  border: 3px solid #fe1317;
  padding: 25px;
  border-radius: 15px;
  max-width: 800px;
  margin: 80px auto;
  background: rgba(79, 34, 34, 0.845);
}
.children-icon {
  font-size: 40px;
  margin-bottom: 15px;
}
.children-card p{
  font-size: 16px;
}
.children-card2 {

  border: 3px solid #56089f;
  padding: 25px;
  border-radius: 15px;
  max-width: 1000px;
  margin: 80px auto;
  background: rgba(96, 53, 146, 0.308);
}

.children-card2 p{
  font-size: 16px;
}
.children-card3 {

  border: 3px solid #c40909;
  padding: 25px;
  border-radius: 15px;
  max-width: 1000px;
  margin: 80px auto;
  background: rgba(146, 53, 62, 0.326);
}

.children-card3 p{
  font-size: 16px;
}
