/* .flutterapp1-con {
    background: linear-gradient(to bottom, #A055C9, #DBA4FF 70%, #ffffff 100%);
    padding: 20px;
    color: white;
    border-radius: 12px;
    text-align: left;
}

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

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

.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-input {
    position: relative;
    max-width: 300px;
}

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

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

.flutterapp1-img {
    max-width: 400px;
    height: auto;
    border-radius: 12px;
} */

.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-heading {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}

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

.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-input {
    position: relative;
    max-width: 300px;
}

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

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

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

.flutterapp1-con {
    background: linear-gradient(to bottom, #A055C9, #DBA4FF 70%, #ffffff 100%);
    padding: 40px 20px;
    border-radius: 12px;
    color: white;
}

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

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

.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-input {
    position: relative;
    max-width: 300px;
}

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

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

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

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

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

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

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

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

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

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

    .flutterapp1-img {
        max-width: 320px;
    }
}

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

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

    .flutterapp1-img {
        max-width: 360px;
    }
}

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

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

    .flutterapp1-img {
        max-width: 380px;
    }
}

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

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

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


/* .flutterapp2-con {
    padding: 20px;
}

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

.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: 18px;
    color: #333;
    font-weight: 600;
}

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

.flutterapp2-con .flutter2-img {
    max-width: 500px;
    height: auto;
    margin: auto;
} */

.flutterapp2-con {
    padding: 20px;
}

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

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

.flutter2-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

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

.flutter2-img {
    max-width: 500px;
    height: auto;
    margin: auto;
}

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

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

    .flutter2-img {
        max-width: 260px;
        margin-top: 20px;
    }
}

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

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

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

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

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

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

    .flutter2-img {
        max-width: 450px;
    }
}

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

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


/* .flutterapp3-con {
  padding: 40px 15px;
}

.flutterapp3-con .flutter3-box {
  border: 1.5px solid #90A6E0;
  border-radius: 12px;
  padding: 25px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}

.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: 22px;
  color: #323535;
  margin-bottom: 15px;
  position: relative;
}

.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: 600;
  color: #333;
  line-height: 1.6;
}

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

.flutterapp3-con {
  padding: 20px;
}

.flutterapp3-con .flutter3-box {
  border: 1.5px solid #90A6E0;
  border-radius: 12px;
  padding: 25px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}

.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: 22px;
  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: 600;
  color: #333;
  line-height: 1.6;
}

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

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

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

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

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

  .flutter3-title {
    font-size: 21px;
    text-align: center;
  }

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

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

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

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

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

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

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

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

.flutter4-title {
    font-size: 26px;
    margin-bottom: 25px;
    color: #ffffff;
}

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

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

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

.flutter4-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #ffffff;
    font-size: 25px;
} */

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

.flutter4-title {
    font-size: 28px;
    margin-bottom: 25px;
    color: #ffffff;
}

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

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

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

.flutter4-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #ffffff;
    font-size: 20px;
}

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {
    .flutter4-title {
        font-size: 22px;
        text-align: center;
    }

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

    .flutter4-img img {
        max-width: 220px;
    }
}

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

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

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

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

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

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

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

/* Extra Large Devices (1201px and up) */
@media (min-width: 1201px) {
    .flutter4-title {
        font-size: 28px;
    }

    .flutter4-img img {
        max-width: 300px;
    }
}

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

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

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

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

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

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

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

.flutterapp5-title {
  font-size: 30px;
  margin-bottom: 25px;
  color: #ffffff;
}

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

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

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

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

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
  .flutterapp5-title {
    font-size: 22px;
    text-align: center;
  }

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

  .flutterapp5-img {
    max-width: 220px;
    margin-top: 20px;
  }
}

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

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

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

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

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

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

/* Extra Large Devices (min-width: 1201px) */
@media (min-width: 1201px) {
  .flutterapp5-title {
    font-size: 30px;
  }

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

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

.flutterapp6-heading {
    font-size: 32px;
    color: #9333ea;
}

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

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


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

.box-right {
    background-color: #9333ea;
}

.flutterapp6-subheading {
    font-size: 18px;
    margin-bottom: 20px;
}

.flutterapp6-list {
    list-style: none;
    padding-left: 0;
}

.flutterapp6-list li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.flutterapp6-list li span {
    font-size: 25px;
}

.flutterapp6-img {
    max-width: 350px;
    height: 390px;
} */

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

.flutterapp6-heading {
  font-size: 32px;
  color: #9333ea;
}

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

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

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

.box-right {
  background-color: #9333ea;
}

.flutterapp6-subheading {
  font-size: 18px;
  margin-bottom: 20px;
}

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

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

.flutterapp6-list li span {
  font-size: 22px;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

  .flutterapp6-img {
    max-width: 330px;
  }
}

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

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

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

.flutterapp7-heading {
    color: #a043c3;
    font-size: 2rem;
    text-align: center;
}

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

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

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

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

.flutterapp7-list li {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}

.flutterapp7-list li span{
    font-size: 25px;
}

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

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

.flutterapp7-tags span {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 8px 12px;
} */

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

.flutterapp7-heading {
  color: #a043c3;
  font-size: 2rem;
  text-align: center;
}

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

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

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

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

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

.flutterapp7-list li span {
  font-size: 25px;
  line-height: 1;
}

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

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

.flutterapp7-tags span {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 8px 12px;
}

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

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

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

  .flutterapp7-tags span {
    font-size: 14px;
    margin: 6px;
  }
}

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

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

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

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

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

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

/* Extra Large Devices (min-width: 1201px) */
@media (min-width: 1201px) {
  .flutterapp7-heading {
    font-size: 2.2rem;
  }

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

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

.flutterapp8-heading {
    color: #904ccf;
    font-size: 2rem;
    text-align: center;
}

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

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

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


.flutterapp8-list li {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}


.flutterapp8-list li span{
    font-size: 25px;
}

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

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

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

.flutterapp8-tags span {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 8px 12px;
} */

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

.flutterapp8-heading {
  color: #904ccf;
  font-size: 2rem;
  text-align: center;
}

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

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

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

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

.flutterapp8-list li span {
  font-size: 25px;
}

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

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

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

.flutterapp8-tags span {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 8px 12px;
}

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

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

  .flutterapp8-tags span {
    font-size: 14px;
    margin: 6px;
  }

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

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

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

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

  .flutterapp8-img {
    max-width: 320px;
  }
}

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

  .flutterapp8-img {
    max-width: 340px;
  }
}

/* Extra Large Devices (min-width: 1201px) */
@media (min-width: 1201px) {
  .flutterapp8-heading {
    font-size: 2.2rem;
  }

  .flutterapp8-img {
    max-width: 350px;
  }
}

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

.flutter9-title {
    font-size: 26px;
    margin-bottom: 25px;
    color: #ffffff;
}

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

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

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

.flutter9-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #ffffff;
    font-size: 25px;
} */

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

.flutter9-title {
  font-size: 26px;
  margin-bottom: 25px;
  color: #ffffff;
}

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

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

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

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

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
  .flutter9-title {
    font-size: 20px;
    text-align: center;
  }

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

  .flutter9-img img {
    max-width: 220px;
    margin-bottom: 20px;
  }
}

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

  .flutter9-img img {
    max-width: 250px;
  }
}

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

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

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

  .flutter9-img img {
    max-width: 300px;
  }
}

/* Extra Large Devices (min-width: 1201px) */
@media (min-width: 1201px) {
  .flutter9-title {
    font-size: 28px;
  }

  .flutter9-img img {
    max-width: 320px;
  }
}

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

.flutterapp10-con .flutterapp10-title {
  font-size: 30px;
  margin-bottom: 25px;
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {
  .flutterapp10-title {
    font-size: 22px;
    text-align: center;
  }

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

  .flutterapp10-img {
    max-width: 220px;
    margin-top: 20px;
  }
}

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

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

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

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

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

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

/* Extra Large Devices (≥1201px) */
@media (min-width: 1201px) {
  .flutterapp10-title {
    font-size: 30px;
  }

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

/* .flutterapp11-con {
    background-color: #5a45cb;
    padding: 40px 20px;
    border-radius: 12px;
}

.flutterapp11-img {
    max-width: 220px;
}

.flutterapp11-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
} */

.flutterapp11-con {
    background-color: #5a45cb;
    padding: 40px 20px;
    border-radius: 12px;
}

.flutterapp11-img {
    max-width: 220px;
    height: auto;
}

.flutterapp11-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #ffffff;
}

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {
  .flutterapp11-img {
    max-width: 160px;
    margin-bottom: 15px;
  }

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

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

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

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

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

/* Large Devices (993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .flutterapp11-img {
    max-width: 220px;
  }

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

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

  .flutterapp11-text {
    font-size: 17px;
  }
}

