
/* Terms & Conditions */
/* General Reset */

/* Section Wrapper */
.terms-section {
  background-color: #f4f8f9;
  padding: 40px 20px;
}

/* Container */
.terms-container {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Title & Subtitle */
.terms-title {
  text-align: center;
  font-size: 2rem;
  color: #262322;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.terms-updated {
  text-align: center;
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 30px;
}

/* Text Formatting */
.terms-intro {
  text-align: justify;
  margin-bottom: 20px;
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
}

/* Section Headings */
.terms-heading {
  font-size: 1.2rem;
  color: #262322;
  margin-top: 25px;
  margin-bottom: 10px;
  border-left: 4px solid #262322;
  padding-left: 10px;
  font-weight: 600;
}

/* Paragraphs */
.terms-para {
  color: #444;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: justify;
}

/* Lists */
.terms-list {
  margin-left: 25px;
  margin-bottom: 20px;
}

.terms-list li {
  margin-bottom: 10px;
  color: #444;
}

/* Footer */
.terms-footer {
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .terms-container {
    padding: 25px;
  }

  .terms-title {
    font-size: 1.6rem;
  }

  .terms-heading {
    font-size: 1.1rem;
  }
}

/* Privacy */

/* Section wrapper */
.privacy-section { padding: 40px 20px; }

/* Main container */
.privacy-container {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  padding: 42px;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.06);
}

/* Title / meta */
.privacy-title {
  text-align: center;
  color: #262322;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.privacy-updated {
  text-align: center;
  color: #666;
  margin-bottom: 26px;
  font-size: 0.95rem;
}

/* Intro / content */
.privacy-intro { margin-bottom: 22px; text-align: justify; color: #444; }
.privacy-content { margin-top: 8px; }

/* Headings */
.privacy-heading {
  font-size: 1.15rem;
  color: #262322;
  margin-top: 22px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #262322;
  font-weight: 600;
}

/* Paragraphs and lists */
.privacy-para { margin-bottom: 14px; color: #444; text-align: justify; }
.privacy-list { margin-left: 22px; margin-bottom: 14px; }
.privacy-list li { margin-bottom: 8px; color: #444; }

/* Links */
.privacy-link { color: #262322; text-decoration: none; }
.privacy-link:hover { text-decoration: underline; }

/* Address */
.privacy-address { font-style: normal; color: #444; margin-bottom: 16px; line-height: 1.5; }

/* Footer */
.privacy-footer {
  margin-top: 30px;
  padding-top: 14px;
  border-top: 1px solid #eee;
  text-align: center;
  color: #777;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
  .privacy-container { padding: 26px; }
  .privacy-title { font-size: 1.6rem; }
  .privacy-heading { font-size: 1.05rem; }
}

/* Privacy */

/* Cancellation & Refund Policy */


/* Section wrapper */
.cancellation-section { padding: 36px 20px; }

/* Container */
.cancellation-container {
  max-width: 920px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

/* Title / meta */
.cancellation-title {
  text-align: center;
  color: #262322;
  font-size: 1.85rem;
  text-transform: none;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.cancellation-updated {
  text-align: center;
  color: #666;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

/* Content area (verbatim text preserved) */
.cancellation-content p {
  margin-bottom: 14px;
  color: #333;
  text-align: justify;
  white-space: pre-wrap; /* preserve multi-line spacing if present */
  font-size: 1rem;
}

/* Footer */
.cancellation-footer {
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid #eee;
  text-align: center;
  color: #777;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
  .cancellation-container { padding: 24px; }
  .cancellation-title { font-size: 1.4rem; }
  .cancellation-content p { font-size: 0.98rem; }
}

/* Cancellation & Refund Policy */

/* shipping */


/* Section wrapper */
.shipping-section {
  padding: 36px 20px;
}

/* Container */
.shipping-container {
  max-width: 920px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

/* Title / meta */
.shipping-title {
  text-align: center;
  color: #262322;
  font-size: 1.85rem;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.shipping-updated {
  text-align: center;
  color: #666;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

/* Content */
.shipping-content p {
  margin-bottom: 14px;
  color: #333;
  text-align: justify;
  white-space: pre-wrap; /* preserves line breaks */
  font-size: 1rem;
}

/* Footer */
.shipping-footer {
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid #eee;
  text-align: center;
  color: #777;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
  .shipping-container { padding: 24px; }
  .shipping-title { font-size: 1.5rem; }
  .shipping-content p { font-size: 0.98rem; }
}
