/* ---------- Main ---------- */
main {
  max-width: 1100px;
  margin: auto;
  padding: 10px;
}

/* ---------- All Sections ---------- */

section {
  margin-bottom: 30px;
}

/* ---------- Section-Intro ---------- */

.section-intro,
.section-platform {
  background: rgb(199, 214, 140);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #290a0a;
}

.section-intro h2,
.section-platform h2 {
  text-align: center;
  color: #950d0d;
  margin: 2% 1%;
}

.section-intro p,
.section-platform p {
  color: #053919;
  margin: 2% 1%;
}

/* ---------- Section-Law ---------- */
.section-sanatan,
.section-knowledge,
.section-education,
.section-sangeet,
.section-articles {
  background: #e1a7a7;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  border-left: #950d0d solid 4px;
}

.section-sanatan h2,
.section-knowledge h2,
.section-education h2,
.section-sangeet h2,
.section-articles h2 {
  color: #024460;
  margin: 2% 1%;
  border-bottom: 1px solid #950d0d;
}

.section-sanatan div,
.section-knowledge div,
.section-education div,
.section-sangeet div,
.section-articles div {
  background-color: #b0b50c;
  padding: 2%;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  color: #053919;
  margin: 0.3% 2%;
}

.section-sanatan div p,
.section-knowledge div p,
.section-education div p,
.section-sangeet div p,
.section-articles div p {
  color: #053919;
  margin: 2% 1%;
}

.section-sanatan div li,
.section-knowledge div li,
.section-education div li,
.section-sangeet div li,
.section-articles div li {
  color: #053919;
  margin: 0.2% 4%;
}

.section-sanatan div li a,
.section-knowledge div li a,
.section-education div li a,
.section-sangeet div li a,
.section-articles div li a {
  color: #950d0d;
  text-decoration: none;
}

/* Latest Knowledge Articles , Featured Knowledge Guides*/
.section-latest-articles,
.section-featured-guides {
  padding: 40px 20px;
  background: #f5f7fa;
  border-radius: 10px;
  margin: 40px 0;
}

.section-latest-articles ul,
.section-featured-guides ul {
  list-style: none;
  margin-top: 15px;
  padding-left: 20px;
}

.section-latest-articles li,
.section-featured-guides li {
  padding: 10px 0;
  margin: 8px 0;
}

/* law-home */
.law-home {
  padding: 60px 20px;
  background: #c6d3f0;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  border-left: #950d0d solid 4px;
}

.law-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}

.law-intro {
  text-align: center;
  color: #555;
  margin-bottom: 30px;
}

/* Simple Box */
.law-simple-box {
  background: #fff;
  padding: 20px;
  border-left: 4px solid #007bff;
  border-radius: 8px;
  margin-bottom: 30px;
}

/* Cards */
.law-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.law-card {
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.law-card:hover {
  transform: translateY(-5px);
}

/* Colors */
.criminal {
  background: linear-gradient(135deg, #ff4d4d, #cc0000);
}
.civil {
  background: linear-gradient(135deg, #007bff, #004080);
}
.family {
  background: linear-gradient(135deg, #ff9933, #cc6600);
}
.business {
  background: linear-gradient(135deg, #343a40, #000);
}

/* Split */
.law-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.law-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.law-box ul li {
  margin: 10px 0;
}

/* Button */
.law-btn-wrap {
  text-align: center;
  margin-top: 30px;
}

.law-btn {
  background: #007bff;
  color: #fff;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
}

/* Mobile */
@media (max-width: 768px) {
  .law-split {
    grid-template-columns: 1fr;
  }
}

/* ---------- Section-Mission , section-popular-topics, section-why-platform ,section-knowledge-categories---------- */

.section-mission,
.section-popular-topics,
.section-why-platform,
.section-knowledge-categories {
  background: #e9dea8;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  border-top: #191111 solid 4px;
}

.section-mission h2,
.section-popular-topics h2,
.section-why-platform h2,
.section-knowledge-categories h2 {
  color: #024460;
  margin: 2% 1%;
}

.section-mission p,
.section-popular-topics p,
.section-why-platform p,
.section-knowledge-categories p {
  color: #053919;
  margin: 2% 1%;
}

/* ---------- Mobile ---------- */
@media (max-width: 600px) {
  header {
    font-size: 14px;
    gap: 10px;
  }
}
