html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #2a2a2a;
}


#code-of-conduct {
  background-color: #f9f9f9;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

#code-of-conduct .container {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.section-title {
  font-size: 2.8em;
  color: #2c3e50;
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 40px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.card {
  background: white;
  padding: 20px;
  text-align: left;
  border-left: 5px solid;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.3em;
}

.card p {
  color: #555;
  font-size: 0.98em;
  line-height: 1.5em;
}

/* Color Borders */
.card.blue { border-color: #2980b9; }
.card.green { border-color: #27ae60; }
.card.orange { border-color: #e67e22; }
.card.purple { border-color: #8e44ad; }
.card.dark { border-color: #34495e; }
.card.red { border-color: #c0392b; }

/* Responsive */
@media screen and (max-width: 600px) {
  .section-title {
    font-size: 2em;
  }
  .card {
    padding: 15px;
  }
}
.code-of-conduct {

  text-align: center;
}
.code-of-conduct-after{
      max-width: 800px;
  margin-top: 1rem;
  margin: auto;
  padding: 20px;
  font-family: 'Segoe UI', sans-serif;
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.code-of-conduct h2 {
  color: #2c3e50;
  margin-bottom: 10px;
}

.code-of-conduct h3 {
  margin-top: 20px;
  color: #444;
}

.code-of-conduct p {
  line-height: 1.6;
  color: #333;
}

#readMoreBtn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #005bbb;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#readMoreBtn:hover {
  background-color: #004199;
}

.hidden {
  display: none;
}
#toTopBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  font-size: 22px;
  color: white;
  background-color: #1b4332;
  border: none;
  border-radius: 50%;
  padding:0.75rem 1.05rem;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease, transform 0.2s;
}

#toTopBtn:hover {
  background-color: #285f44;
  transform: scale(1.1);
}

#toTopBtn i {
  font-weight: bold;
}
.rnd-section {
  max-width: 900px;
  margin: 50px auto;
  background-color: #f2f9ff;
  padding: 35px 30px;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', sans-serif;
  color: #2c3e50;
}

#Innovation h2 {
  text-align: center;
  color: #f9f9f9;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
}

#Innovation p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-top: 18px;
}

#Innovation h3 {
  margin-top: 30px;
  font-size: 20px;
  color: #0077cc;
  border-left: 4px solid #0077cc;
  padding-left: 10px;
}

#Innovation ul {
  list-style-type: disc;
  margin-top: 15px;
  margin-left: 25px;
  color: #333;
}

#Innovation li {
  font-size: 15.5px;
  margin-bottom: 12px;
  line-height: 1.6;
}
section {
  padding: 4.5rem 2rem; 
  /* border-bottom: 1px solid #ccc; */
  min-height: 100vh;
}
#intro{
    padding: 1rem 2rem ;
}
.heads{
    color:  #1b4332;
    background-color:  #1b4332;
    color: #f9f9f9;

    display: inline-block;
    border-radius: 1rem;
        margin: 1rem 0;
    padding: 0.5rem 1rem;
}
p{
    color: #555;
      font-size: clamp(1rem, 1.1vw, 1.25rem);
      margin-top: 0.75rem;
      line-height: 1.5;
}

.copyright {
  background-color: #1b4332;
  color: #f9f9f9;
  padding: 1rem;
  text-align: center;
}
