/*=============PAGE2=================*/
/* About-us.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Arial, sans-serif;
}

body {
  background: #f3f3f4;
}
.about-section {
  padding: 30px 10%;
  background: #edecec;
  
}
/**/


/* Main heading */
.about-section h1 {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
}

/* ✅ Single card wrapper */
.about-section .about-container {
  max-width: 1200px;
  margin: auto;

  /*background: #ffffff;*/
  padding: 30px 35px;

  /*border-radius: 12px;*/
  /*box-shadow: 0 8px 20px rgba(0,0,0,0.08);*/
}

/* Paragraph styling (no card now) */
.about-section p {
  font-size: 16px;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.6;
  text-indent:5%;
}



/* Section headings like Vision, Mission */
.about-section span {
  display: block;
  font-size: 22px;
  font-weight: 650;
  margin: 20px 0 10px;
  color: #111;
}

/* Lists */
.about-section ul,ol {
  padding-left: 20px;
  margin-bottom: 15px;
}

.about-section li {
  margin-bottom: 8px;
  font-size:18px;
}