.conduct-section {
  background: #f3f3f3;
   padding: 100px 20px 0px;
  font-family: "Inter", sans-serif;
}

/* TOP TEXT */
.conduct-top {
  text-align: center; font-weight: 600;
  max-width: 1050px;
  margin: auto;
  color: #555;
  margin-bottom: 70px;
  line-height: 1.6;
  font-size: 15px;
   
}

/* LAYOUT */
.conduct-container{
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 80px;
}

/* LEFT */
.conduct-left {
  flex: 1;
  text-align: left;
}

/* HEADING */
.conduct-left h2 {
  font-size: 30px;
  color: #1e2756;
  margin-bottom: 20px;
  position: relative; font-weight: 600;
  padding-left: 25px;
}

.line {
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 80%;
  background: #f7931e;
}

/* PARAGRAPH */
.desc {
  color: #666;
  margin-bottom: 30px;
  line-height: 1.7;
  margin-left: 25px;
}

/* SUBTITLE */
.conduct-left h3 {
  color: #1e2756;
  margin-bottom: 20px; font-weight: 600;
  margin-left: 60px;
}

/* LIST */
.conduct-left ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.conduct-left ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px; font-weight: 600;
  color: #555;
  margin-left: 30px;
}

/* ORANGE DOT */
.conduct-left ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #f7931e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

/* BOTTOM TEXT */
.bottom-text {
  font-size: 20px; font-weight: 600;
  color: #1e2756;
  margin-left: 60px;
}

/* IMAGE */
.conduct-right {
  flex: 1;
}

.conduct-right img {
  width: 100%;
  display: block;
}

.code-section {
  background: #f3f3f3;
  padding: 0px 20px 100px;
}

.code-container {
  max-width: 1200px;
margin: 30px auto;
  display: flex;
  align-items: center;
  gap: 80px;
}

/* IMAGE */
.code-left {
  flex: 1;
}

.code-left img {
  width: 100%;
  display: block;
}

/* CONTENT */
.code-right {
  flex: 1;
}

/* HEADING */
.code-right h2 {
  font-size: 32px;
  color: #1e2756;
  margin-bottom: 10px;
  position: relative; font-weight: 600;
  padding-left: 25px;
}

/* ORANGE LINE */
.code-right h2 .line {
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 80%;
  background: #f7931e;
}

/* SUB TEXT */
.sub-text {
  color: #888; font-weight: 600;
  margin-bottom: 25px;
  margin-left: 35px;
}

/* LIST HEADING */
.code-right h3 { font-weight: 600;
  color: #1e2756;
  margin-bottom: 15px;
  margin-left: 75px;
}

/* LIST */
.code-right ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.code-right ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px; font-weight: 600;
  color: #555;
  margin-left: 30px;
}

/* ORANGE DOT */
.code-right ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #f7931e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

/* BOTTOM TEXT */
.bottom-text-3 {
  color: #1e2756;
    font-size: 16px;
    font-weight: 600; font-weight: 600;
    margin-top: 75px;
    margin-left: 0px;
}

@media (max-width: 992px) {

  .conduct-container{
    gap: 40px;
  }

  .conduct-left h2 {
    font-size: 30px;
  }

  .code-container {
    gap: 40px;
  }

  .code-right h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {

  .conduct-container{
    flex-direction: column;
    align-items: flex-start;
  }

  .conduct-right {
    margin-top: 40px;
  }

  .conduct-left h2 {
    font-size: 26px;
  }

  .conduct-top {
    margin-bottom: 40px;
  }

  .code-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .code-right {
    margin-top: 40px;
  }

  .code-right h2 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {

  .conduct-top {
    margin-bottom: 40px;
    font-size: 14px;
  }

  .conduct-left h2 {
    font-size: 22px;
  }

  .desc {
    font-size: 14px;
  }

  .conduct-section {
    background: #f3f3f3;
    padding: 50px 20px;
  }

  .conduct-left h3 {
    margin-left: 25px;
  }

  .conduct-left ul li {
    margin-left: 25px;
    font-size: 14px;
  }

  .bottom-text {
    font-size: 15px;
    margin-left: 25px;
  }

  .code-section {
    background: #f3f3f3;
    padding: 50px 20px;
  }
  .sub-text {
    margin-left: 25px;
  }

  .code-right h3 {
    margin-left: 25px;
  }

  .code-right ul li {
    margin-left: 25px;
  }

  .bottom-text-3 {
    font-size: 18px;
    margin-left: 25px;
  }
}
