.flutter-container-fluid {
    background: linear-gradient(to bottom, #A055C9, #DBA4FF 70%, #ffffff 100%);
}

.flutterapp1-con {
    padding: 20px;
    color: white;
    border-radius: 12px;
    text-align: left;
}

.flutterapp1-con .flutterapp1-heading {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
}

.flutterapp1-con .flutterapp1-desc {
    font-size: 22px;
    line-height: 1.7;
    margin-top: 20px;
    color: #ffffff;
    font-weight: 700;
}

.flutterapp1-con .flutterapp1-tag {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.flutterapp1-con .flutterapp1-input {
    position: relative;
    max-width: 300px;
}

.flutterapp1-con .flutterapp1-input input {
    padding: 10px 45px 10px 15px;
    border-radius: 25px;
    border: none;
    outline: none;
    font-size: 14px;
}

.flutterapp1-con .flutterapp1-send {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #6c63ff;
    cursor: pointer;
}

.flutterapp1-con .flutterapp1-img {
    max-width: 800px;
    height: auto;
    border-radius: 12px;
}

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
    .flutterapp1-con .flutterapp1-heading {
        font-size: 26px;
        text-align: center;
    }

    .flutterapp1-con .flutterapp1-desc {
        font-size: 16px;
        text-align: center;
    }

    .flutterapp1-con .flutterapp1-con .flutterapp1-tag {
        font-size: 12px;
        padding: 6px 12px;
    }

    .flutterapp1-con .flutterapp1-input {
        max-width: 100%;
        margin: auto;
    }

    .flutterapp1-con .flutterapp1-img {
        max-width: 350px;
        margin-top: 20px;
    }
}

/* Small Devices (577px to 768px) */
@media (min-width: 577px) and (max-width: 768px) {
    .flutterapp1-con .flutterapp1-heading {
        font-size: 30px;
    }

    .flutterapp1-con .flutterapp1-desc {
        font-size: 18px;
    }

    .flutterapp1-con .flutterapp1-img {
        max-width: 420px;
    }
}

/* Medium Devices (769px to 992px) */
@media (min-width: 769px) and (max-width: 992px) {
    .flutterapp1-con .flutterapp1-heading {
        font-size: 34px;
    }

    .flutterapp1-con .flutterapp1-desc {
        font-size: 19px;
    }

    .flutterapp1-con .flutterapp1-img {
        max-width: 400px;
    }
}

/* Large Devices (993px to 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
    .flutterapp1-con .flutterapp1-heading {
        font-size: 36px;
    }

    .flutterapp1-con .flutterapp1-desc {
        font-size: 20px;
    }

    .flutterapp1-con .flutterapp1-img {
        max-width: 600px;
    }
}

/* Extra Large Devices (min-width: 1201px) */
@media (min-width: 1201px) {
    .flutterapp1-con .flutterapp1-heading {
        font-size: 40px;
    }

    .flutterapp1-con .flutterapp1-desc {
        font-size: 20px;
    }

    .flutterapp1-con .flutterapp1-img {
        max-width: 800px;
    }
}

.flutterapp2-con {
    padding: 20px;
}

.flutterapp2-con .flutter2-heading {
    color: #2e2e81;
    font-size: 36px;
    font-weight: 700;
}

.flutterapp2-con .flutter2-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.flutterapp2-con .flutter2-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #2e2e81;
    font-weight: 700;
}

.flutterapp2-con .flutter2-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: -3px;
    color: #2e2e81;
    font-size: 30px;
}

.flutterapp2-con .flutter2-img {
    max-width: 600px;
    margin-top: -50px;
}

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {
    .flutterapp2-con .flutter2-heading {
        font-size: 24px;
        text-align: center;
    }

    .flutterapp2-con .flutter2-list li {
        font-size: 15px;
        padding-left: 20px;
    }

    .flutterapp2-con .flutter2-img {
        max-width: 330px;
        margin-top: 20px;
    }

    .flutterapp2-con .flutter2-list li::before {
        content: "●";
        position: absolute;
        left: 0;
        top: -3px;
        color: #2e2e81;
        font-size: 22px;
    }
}

/* Small Devices (577px–768px) */
@media (min-width: 577px) and (max-width: 768px) {
    .flutterapp2-con .flutter2-heading {
        font-size: 28px;
        text-align: center;
    }

    .flutterapp2-con .flutter2-list li {
        font-size: 16px;
    }

    .flutterapp2-con .flutter2-img {
        max-width: 320px;
    }

    .flutterapp2-con .flutter2-list li::before {
        content: "●";
        position: absolute;
        left: 0;
        top: -3px;
        color: #2e2e81;
        font-size: 22px;
    }
}

/* Medium Devices (769px–992px) */
@media (min-width: 769px) and (max-width: 992px) {
    .flutterapp2-con .flutter2-heading {
        font-size: 32px;
    }

    .flutterapp2-con .flutter2-img {
        max-width: 400px;
    }
}

/* Large Devices (993px–1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
    .flutterapp2-con .flutter2-heading {
        font-size: 34px;
    }

    .flutterapp2-con .flutter2-img {
        max-width: 500px;
    }
}

/* Extra Large Devices (1201px and up) */
@media (min-width: 1201px) {
    .flutterapp2-con .flutter2-heading {
        font-size: 36px;
    }

    .flutterapp2-con .flutter2-img {
        max-width: 600px;
    }
}

.flutterapp3-con {
  padding: 20px;
}

.flutterapp3-con .flutter3-box {
  border: 1.5px solid #90A6E0;
  border-radius: 12px;
  padding: 20px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  position: relative;
  height: 400px;
  max-width: 500px;
}

.flutterapp3-con .flutter3-box::before {
  content: "“";
  font-size: 60px;
  color: #5a6cff;
  position: absolute;
  top: -5px;
  left: 20px;
  font-family: serif;
}

.flutterapp3-con .flutter3-title {
  font-size: 20px;
  font-weight: 700;
  color: #323535;
  margin-bottom: 15px;
}

.flutterapp3-con .flutter3-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.flutterapp3-con .flutter3-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.8;
}

.flutterapp3-con .flutter3-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: -15px;
  color: #323535;
  font-size: 30px;
}

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
  .flutterapp3-con {
    padding: 30px 10px;
  }

  .flutterapp3-con .flutter3-box {
    height: 370px;
    
  }

  .flutterapp3-con .flutter3-title {
    font-size: 20px;
    text-align: center;
  }

  .flutterapp3-con .flutter3-list li {
    font-size: 14px;
  }

  .flutterapp3-con .flutter3-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: -15px;
    color: #323535;
    font-size: 22px;
  }
}

/* Small Devices (577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .flutterapp3-con {
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
  }

  .flutterapp3-con .flutter3-title {
    font-size: 21px;
  }

  .flutterapp3-con .flutter3-list li {
    font-size: 15px;
  }

  .flutterapp3-con .flutter3-box {
    height: 430px;
    max-width: 500px;
  }
}

/* Medium Devices (769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .flutter3-title {
    font-size: 22px;
  }

  .flutterapp3-con .flutter3-list li {
    font-size: 16px;
  }
}

/* Large Devices (993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .flutterapp3-con .flutter3-title {
    font-size: 22px;
  }

  .flutterapp3-con .flutter3-list li {
    font-size: 16px;
  }

  .flutterapp3-con .flutter3-box {
    height: 490px;
    max-width: 550px;
  }
}

/* Extra Large Devices (min-width: 1201px) */
@media (min-width: 1201px) {
  .flutterapp3-con .flutter3-title {
    font-size: 22px;
  }

  .flutterapp3-con .flutter3-list li {
    font-size: 16px;
  }
}

.flutterapp4-con {
    background-color: #9C46C6;
    border-radius: 12px;
    padding: 20px;
}

.flutterapp4-con .flutter4-subheading{
    font-size: 40px;
    margin-top: -15px;
    margin-bottom: 30px;
    color: #ffffff;
}

.flutterapp4-con .flutter4-img img {
    width: 300px;
}

.flutterapp4-con .flutter4-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.flutterapp4-con .flutter4-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.flutterapp4-con .flutter4-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: -3px;
    color: #ffffff;
    font-size: 30px;
}

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {
  .flutterapp4-con {
    width: 98%;
    margin: auto;
  }

  .flutterapp4-con .flutter4-subheading {
    margin-top: 5px;
    font-size: 20px;
    text-align: center;
  }

  .flutterapp4-con .flutter4-list li {
    font-size: 14px;
  }

  .flutterapp4-con .flutter4-img img {
    max-width: 220px;
    margin-bottom: 20px;
  }

  .flutterapp4-con .flutter4-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: -3px;
    color: #ffffff;
    font-size: 22px;
  }
}

/* Small Devices (577px–768px) */
@media (min-width: 577px) and (max-width: 768px) {
    .flutterapp4-con .flutter4-subheading {
      font-size: 24px;
      text-align: center;
  }

  .flutterapp4-con .flutter4-list li {
      font-size: 15px;
  }

  .flutterapp4-con .flutter4-img img {
      max-width: 240px;
  }

  .flutterapp4-con .flutter4-list li::before {
      content: "●";
      position: absolute;
      left: 0;
      top: -3px;
      color: #ffffff;
      font-size: 22px;
  }
}

/* Medium Devices (769px–992px) */
@media (min-width: 769px) and (max-width: 992px) {
    .flutterapp4-con .flutter4-subheading {
        font-size: 26px;
    }

    .flutterapp4-con .flutter4-img img {
        max-width: 260px;
    }
}

/* Large Devices (993px–1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .flutterapp4-con .flutter4-subheading {
        font-size: 27px;
    }

    .flutterapp4-con .flutter4-img img {
        max-width: 280px;
    }
}

/* Extra Large Devices (1201px and up) */
@media (min-width: 1201px) {
    .flutterapp4-con .flutter4-img img {
        max-width: 300px;
    }
}

.flutterapp5-con {
  background-color: #6D8BFF;
  padding: 20px;
  border-radius: 10px;
}

.flutterapp5-con .flutterapp5-title {
  font-size: 40px;
  margin-top: -15px;
  margin-bottom: 25px;
  color: #ffffff;
}

.flutterapp5-con .flutterapp5-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.flutterapp5-con .flutterapp5-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

.flutterapp5-con .flutterapp5-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: -3px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}

.flutterapp5-con .flutterapp5-img {
  max-width: 300px;
  height: auto;
}

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
  .flutterapp5-con {
    width: 98%;
    margin: auto;
  }

  .flutterapp5-con .flutterapp5-title {
    margin-top: 5px;
    font-size: 20px;
    text-align: center;
  }

  .flutterapp5-con .flutterapp5-list li {
    font-size: 14px;
  }

  .flutterapp5-con .flutterapp5-img {
    max-width: 220px;
  }

  .flutterapp5-con .flutterapp5-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: -3px;
    color: #ffffff;
    font-size: 22px;
  }
}

/* Small Devices (min-width: 577px and max-width: 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .flutterapp5-con .flutterapp5-title {
    margin-top: 5px;
    font-size: 24px;
    text-align: center;
  }

  .flutterapp5-con .flutterapp5-list li {
      font-size: 15px;
  }

  .flutterapp5-con .flutterapp5-img {
    max-width: 240px;
  }

  .flutterapp5-con .flutterapp5-list li::before {
      content: "●";
      position: absolute;
      left: 0;
      top: -3px;
      color: #ffffff;
      font-size: 22px;
  }
}

/* Medium Devices (min-width: 769px and max-width: 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .flutterapp5-con .flutterapp5-title {
    font-size: 26px;
  }

  .flutterapp5-con .flutterapp5-img {
    max-width: 260px;
  }
}

/* Large Devices (min-width: 993px and max-width: 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .flutterapp5-con .flutterapp5-title {
    font-size: 27px;
  }

  .flutterapp5-con .flutterapp5-img {
    max-width: 280px;
  }
}

/* Extra Large Devices (min-width: 1201px) */
@media (min-width: 1201px) {
  .flutterapp5-con .flutterapp5-img {
    max-width: 300px;
  }
}

.flutterapp6-con {
  padding: 20px;
  background: #ffffff;
}

.flutterapp6-con .flutterapp6-heading{
  font-size: 40px;
  font-weight: 700;
  color: #9E52C8;
}

.flutterapp6-con .flutterapp6-box {
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  min-height: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  position: relative;
}

.flutterapp6-con .box-left {
  border: 1.5px solid #90A6E0;
}

.flutterapp6-con .box-left::before {
  content: "“";
  font-size: 60px;
  color: #5a6cff;
  position: absolute;
  top: -5px;
  left: 15px;
  font-family: serif;
}

.flutterapp6-con .box-right {
  background-color: #9E52C8;
}

.flutterapp6-con .flutterapp6-subheading {
  font-size: 22px;
  color: #4D4D4D;
  margin-bottom: 20px;
}

.flutterapp6-con .flutterapp6-list1,
.flutterapp6-con .flutterapp6-list2 {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.flutterapp6-con .flutterapp6-list1 li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #4D4D4D;
}

.flutterapp6-con .flutterapp6-list2 li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #ffffff;
}

.flutterapp6-con .flutterapp6-list1 li span,
.flutterapp6-con .flutterapp6-list2 li span {
  font-size: 30px;
}

.flutterapp6-con .flutterapp6-img {
  max-width: 350px;
  height: auto;
  border-radius: 12px;
}

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
  .flutterapp6-con .flutterapp6-heading {
    font-size: 24px;
  }

  .flutterapp6-con .flutterapp6-subheading {
    font-size: 20px;
    text-align: center;
  }

  .flutterapp6-con .flutterapp6-list1 li,
  .flutterapp6-con .flutterapp6-list2 li {
    font-size: 14px;
  }

  .flutterapp6-con .flutterapp6-list1 li span,
  .flutterapp6-con .flutterapp6-list2 li span {
    font-size: 22px;
  }

  .flutterapp6-con .flutterapp6-img {
    max-width: 300px;
    margin: auto;
    margin-top: 20px;
  }
}

/* Small Devices (577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .flutterapp6-con .flutterapp6-heading {
    font-size: 28px;
  }

  .flutterapp6-conv .flutterapp6-subheading {
    font-size: 17px;
  }

  .flutterapp6-con .flutterapp6-list1 li span,
  .flutterapp6-con .flutterapp6-list2 li span {
    font-size: 22px;
  }

  .flutterapp6-con .flutterapp6-img {
    max-width: 340px;
  }
}

/* Medium Devices (769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .flutterapp6-con .flutterapp6-heading {
    font-size: 28px;
  }

  .flutterapp6-con .flutterapp6-img {
    max-width: 300px;
  }
}

/* Large Devices (993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .flutterapp6-con .flutterapp6-heading {
    font-size: 30px;
  }

  .flutterapp6-con .flutterapp6-img {
    max-width: 350px;
  }

  .flutterapp6-con .flutterapp6-box {
    border-radius: 10px;
    height: 440px;
  }
}

/* Extra Large Devices (1201px and up) */
@media (min-width: 1201px) {
  .flutterapp6-con .flutterapp6-img {
    max-width: 350px;
  }
}

.flutterapp7-con {
  padding: 20px;
  background-color: #ffffff;
}

.flutterapp7-con .flutterapp7-heading {
  color: #a043c3;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.flutterapp7-con .flutterapp7-img {
  max-width: 350px;
  height: auto;
}

.flutterapp7-con .flutterapp7-box {
  border: 1.5px solid #90A6E0;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  height: 100%;
  position: relative;
}

.flutterapp7-con .flutterapp7-box h5{
  color: #4D4D4D;
  font-size: 22px;
  font-weight: 700;
}

.flutterapp7-con .flutterapp7-box::before {
  content: "“";
  font-size: 60px;
  color: #5a6cff;
  position: absolute;
  top: -4px;
  left: 25px;
  font-family: serif;
}

.flutterapp7-con .flutterapp7-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.flutterapp7-con .flutterapp7-list li {
  font-size: 16px;
  color: #4D4D4D;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.flutterapp7-con .flutterapp7-bottom-box {
  border: 1.5px solid #90A6E0;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 20px;
  padding-top: 50px;
  position: relative;
}

.flutterapp7-con .flutterapp7-bottom-box::before {
  content: "“";
  font-size: 60px;
  color: #5a6cff;
  position: absolute;
  top: -5px;
  left: 25px;
  font-family: serif;
}

.flutterapp7-con .flutterapp7-bottom-box h5{
  color: #4D4D4D;
  font-size: 22px;
  font-weight: 700;
}

.flutterapp7-con .flutterapp7-tags {
  display: flex;
  flex-wrap: wrap;
}

.flutterapp7-con .flutterapp7-tags li {
  font-size: 16px;
  font-weight: 700;
  color: #4D4D4D;
  margin: 8px 12px;
}

.flutterapp7-con .flutterapp7-tags li span,
.flutterapp7-con .flutterapp7-list li span {
  font-size: 30px;
  line-height: 1;
}

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
  .flutterapp7-con .flutterapp7-heading {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .flutterapp7-con .flutterapp7-img {
    max-width: 250px;
    margin-bottom: 20px;
  }

  .flutterapp7-con .flutterapp7-list li {
    font-size: 14px;
  }

  .flutterapp7-con .flutterapp7-tags {
    text-align: left; /* Already there, keep it */
    justify-content: flex-start !important; /* Align tags to left */
    display: block;
  }

  .flutterapp7-con .flutterapp7-bottom-box {
    text-align: left; /* Align heading and content left */
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .flutterapp7-con .flutterapp7-tags li {
    font-size: 14px;
  }

  .flutterapp7-con .flutterapp7-tags li span,
  .flutterapp7-con .flutterapp7-list li span {
    font-size: 22px;
    line-height: 1;
  }
}

/* Small Devices (577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .flutterapp7-con .flutterapp7-heading {
    font-size: 1.75rem;
  }

  .flutterapp7-con .flutterapp7-img {
    max-width: 280px;
  }

  .flutterapp7-con .flutterapp7-tags li span,
  .flutterapp7-con .flutterapp7-list li span {
    font-size: 22px;
    line-height: 1;
  }
}

/* Medium Devices (769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .flutterapp7-con .flutterapp7-heading {
    font-size: 1.85rem;
  }

  .flutterapp7-con .flutterapp7-img {
    max-width: 300px;
  }
}

/* Large Devices (993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .flutterapp7-con {
    margin-top: -25px;
  }
  
  .flutterapp7-con .flutterapp7-heading {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .flutterapp7-con .flutterapp7-img {
    max-width: 330px;
  }
}

/* Extra Large Devices (min-width: 1201px) */
@media (min-width: 1201px) {
  .flutterapp7-con .flutterapp7-img {
    max-width: 350px;
  }
}

.flutterapp8-con {
  padding: 20px;
  background-color: #fdfcff;
}

.flutterapp8-con .flutterapp8-heading {
  color: #904ccf;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.flutterapp8-con .flutterapp8-box {
  background: #fff;
  border: 1.5px solid #90A6E0;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  position: relative;
}

.flutterapp8-con .flutterapp8-box h5{
  color: #4D4D4D;
  font-size: 22px;
  font-weight: 700;
}

.flutterapp8-con .flutterapp8-box::before {
  content: "“";
  font-size: 60px;
  color: #5a6cff;
  position: absolute;
  top: -4px;
  left: 25px;
  font-family: serif;
}

.flutterapp8-con .flutterapp8-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.flutterapp8-con .flutterapp8-list li {
  font-size: 16px;
  color: #4D4D4D;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.flutterapp8-con .flutterapp8-img {
  max-height: 350px;
  height: auto;
}

.flutterapp8-con .flutterapp8-bottom-box {
  border: 1.5px solid #90A6E0;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 20px;
  padding-top: 50px;
  position: relative;
}

.flutterapp8-con .flutterapp8-bottom-box::before {
  content: "“";
  font-size: 60px;
  color: #5a6cff;
  position: absolute;
  top: -5px;
  left: 25px;
  font-family: serif;
}

.flutterapp8-con .flutterapp8-bottom-box h5{
  color: #4D4D4D;
  font-size: 22px;
  font-weight: 700;
}

.flutterapp8-con .flutterapp8-tags{
  display: flex;
  flex-wrap: wrap;
}

.flutterapp8-con .flutterapp8-tags li {
  font-size: 16px;
  font-weight: 700;
  color: #4D4D4D;
  margin: 8px 12px;
}

.flutterapp8-con .flutterapp8-tags li span,
.flutterapp8-con .flutterapp8-list li span {
  font-size: 30px;
  line-height: 1;
}

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
  .flutterapp8-con .flutterapp8-heading {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .flutterapp8-con .flutterapp8-img {
    max-width: 250px;
    margin-bottom: 20px;
  }

  .flutterapp8-con .flutterapp8-list li {
    font-size: 14px;
  }

  .flutterapp8-con .flutterapp8-tags {
    text-align: left; /* Already there, keep it */
    justify-content: flex-start !important; /* Align tags to left */
    display:block;
  }

  .flutterapp8-con .flutterapp8-bottom-box {
    text-align: left; /* Align heading and content left */
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .flutterapp8-con .flutterapp8-tags li {
    font-size: 14px;
  }

  .flutterapp8-con .flutterapp8-tags li span,
  .flutterapp8-con .flutterapp8-list li span {
    font-size: 22px;
    line-height: 1;
  }
}

/* Small Devices (577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .flutterapp8-con .flutterapp8-heading {
    font-size: 1.75rem;
  }

  .flutterapp8-con .flutterapp8-img {
    max-width: 280px;
  }

  .flutterapp8-con .flutterapp8-tags li span,
  .flutterapp8-con .flutterapp8-list li span {
    font-size: 22px;
    line-height: 1;
  }
}

/* Medium Devices (769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .flutterapp8-con .flutterapp8-heading {
    font-size: 1.85rem;
  }

  .flutterapp8-con .flutterapp8-img {
    max-width: 300px;
  }
}

/* Large Devices (993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .flutterapp8-con {
    margin-top: -25px;
  }
  
  .flutterapp8-con .flutterapp8-heading {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .flutterapp8-con .flutterapp8-img {
    max-width: 330px;
  }
}

/* Extra Large Devices (min-width: 1201px) */
@media (min-width: 1201px) {
  .flutterapp8-con .flutterapp8-img {
    max-width: 350px;
  }
}

.flutterapp9-con {
  background-color: #C0284E;
  padding: 20px;
  border-radius: 12px;
}

.flutterapp9-con .flutter9-title {
  font-size: 40px;
  margin-top: -15px;
  margin-bottom: 30px;
  color: #ffffff;
}

.flutterapp9-con .flutter9-img img {
  max-width: 280px;
  margin-bottom: -20px;
  height: auto;
}

.flutterapp9-con .flutter9-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.flutterapp9-con .flutter9-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

.flutterapp9-con .flutter9-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #ffffff;
  font-size: 30px;
}

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
  .flutterapp9-con {
    width: 98%;
    margin: auto;
  }
  
  .flutterapp9-con .flutter9-title {
    margin-top: 5px;
    font-size: 20px;
    text-align: center;
  }

  .flutterapp9-con .flutter9-list li {
    font-size: 14px;
  }

  .flutterapp9-con .flutter9-img img {
    max-width: 250px;
    margin-bottom: 20px;
  }

  .flutterapp9-con .flutter9-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: -3px;
    color: #ffffff;
    font-size: 22px;
  }

}

/* Small Devices (577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .flutterapp9-con .flutter9-title {
    font-size: 24px;
    text-align: center;
  }

  .flutterapp9-con .flutterapp9-con .flutter9-list li {
      font-size: 15px;
  }

  .flutterapp9-con .flutter9-img img {
    max-width: 240px;
    margin-bottom: 20px;
  }

  .flutterapp9-con .flutter9-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: -3px;
    color: #ffffff;
    font-size: 22px;
  }
}

/* Medium Devices (769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .flutterapp9-con .flutter9-title {
    font-size: 26px;
  }

  .flutterapp9-con .flutter9-img img {
    max-width: 260px;
  }
}

/* Large Devices (993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .flutterapp9-con .flutter9-title {
    font-size: 27px;
  }

  .flutterapp9-con .flutter9-img img {
    max-width: 280px;
  }
}

/* Extra Large Devices (min-width: 1201px) */
@media (min-width: 1201px) {
  .flutterapp9-con .flutter9-img img {
    max-width: 280px;
  }
}

.flutterapp10-con {
  background-color: #8D6DF4;
  border-radius: 10px;
  padding-left: 20px;
}

.flutterapp10-title {
  font-size: 40px;
  margin-top: -15px;
  margin-bottom: 25px;
  color: #ffffff;
}

.flutterapp10-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.flutterapp10-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

.flutterapp10-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: -3px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}

.flutterapp10-img {
  max-width: 300px;
  height: auto;
}

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {
  .flutterapp10-con {
    width: 98%;
    margin: auto;
  }
  
  .flutterapp10-title {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
  }

  .flutterapp10-list li {
    font-size: 14px;
    
  }

  .flutterapp10-img {
    max-width: 250px;
    margin-bottom: 20px;
  }

  .flutterapp10-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: -3px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
  }
}

/* Small Devices (577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .flutterapp10-title {
    margin-top: 5px;
    font-size: 24px;
    text-align: center;
  }

  .flutterapp10-con .flutterapp10-list li {
      font-size: 15px;
  }

  .flutterapp10-img {
    max-width: 240px;
  }

  .flutterapp10-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: -3px;
    color: #ffffff;
    font-size: 22 px;
    line-height: 1;
  }
}

/* Medium Devices (769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .flutterapp10-title {
    font-size: 26px;
  }

  .flutterapp10-img {
    max-width: 260px;
  }
}

/* Large Devices (993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .flutterapp10-title {
    font-size: 27px;
    margin-top: 20px;
  }

  .flutterapp10-img {
    max-width: 280px;
  }
}

/* Extra Large Devices (≥1201px) */
@media (min-width: 1201px) {
  .flutterapp10-img {
    max-width: 330px;
  }
}

.flutterapp11-con {
    background-color: #5a45cb;
    width: 90%;
    margin: auto;
    margin-left: 130px;
    border-radius: 12px;
}

.flutterapp11-con .flutterapp11-img {
    max-width: 400px;
    max-height: 400px;
    margin-left: -112px;
}

.flutterapp11-con .flutterapp11-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    color: #ffffff;
}

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {
  .flutterapp11-con {
    width: 100%;
    margin: auto;
  }

  .flutterapp11-con .flutterapp11-img {
    max-width: 250px;
    margin: auto;
  }

  .flutterapp11-con .flutterapp11-text {
    font-size: 15px;
    text-align: center;
  }
}

/* Small Devices (577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .flutterapp11-con {
    width: 100%;
    margin: auto;
  }
  
  .flutterapp11-con .flutterapp11-img {
    max-width: 300px;
    margin-bottom: 15px;
    margin: auto;
  }

  .flutterapp11-con .flutterapp11-text {
    font-size: 15.5px;
    text-align: center;
  }
}

/* Medium Devices (769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .flutterapp11-con .flutterapp11-img {
    max-width: 200px;
  }

  .flutterapp11-con .flutterapp11-text {
    font-size: 16px;
    text-align: center;
  }
}

/* Large Devices (993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .flutterapp11-con {
    margin-left: 105px;
  }
  
  .flutterapp11-con .flutterapp11-img {
    max-width: 350px;
    margin-left: -100px;
  }

  .flutterapp11-con .flutterapp11-text {
    font-size: 16.5px;
  }
}

/* Extra Large Devices (≥1201px) */
@media (min-width: 1201px) {
  /* .flutterapp11-img {
    max-width: 240px;
  } */

}

