/* .digitalmark1-textbox {
    width: 100%;
    max-width: 350px;
}

.digitalmark1-textbox h2{
      color: white;
      font-size: 65px;
  }

.digitalmark1-desc {
      text-align: justify;
      font-size: 16px;
      line-height: 1.8;
      font-weight: 700;
      color: white;
  }

  .digitalmark1-textbox h2{
      color: white;
  }

  @media (max-width: 768px) {
    .digitalmark1-con {
        background-position: center;
        padding: 40px 20px;
        height: auto;
        flex-direction: column;
        text-align: center;
    }

    .digitalmark1-desc {
        max-width: 100%;
    }
  } */

.digitalmark1-textbox {
  width: 100%;
  max-width: 450px;
}

.digitalmark1-textbox h2 {
  color: white;
  font-size: 65px;
}

.digitalmark1-desc {
  text-align: justify;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  color: white;
}

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {
  .digitalmark1-textbox h2 {
    font-size: 38px;
  }

  .digitalmark1-desc {
    font-size: 15px;
  }

  .digitalmark1-textbox {
    max-width: 200px;

  }
}

/* Small Devices (577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .digitalmark1-textbox h2 {
    font-size: 45px;
  }

  .digitalmark1-textbox {
    max-width: 350px;
  }
}

/* Medium Devices (769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .digitalmark1-textbox h2 {
    font-size: 55px;
   
  }
}

/* Large Devices (993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .digitalmark1-textbox h2 {
    font-size: 60px;
  }

   .digitalmark1-textbox {
    max-width: 300px;
  }
}

/* Extra Large Devices (≥1201px) */
@media (min-width: 1201px) {
  .digitalmark1-textbox h2 {
    font-size: 65px;
  }
}


 .digitalmark2-con {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
  }
  
  .digitalmark2-con .service-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 20px;
  }
  
  /* Alternate background colors */
  .bg-card1 {
    background-color: #5BB5F4;
  }
  
  .bg-card2 {
    background-color: #8588EA;
  }
  
  .bg-card3 {
    background-color: #2162A1;
  }
  
  .bg-card4 {
    background-color: #E54C4C;
  }

  .bg-card5 {
    background-color: #9264E9;
  }

  .bg-card6 {
    background: linear-gradient(to bottom, #18AE42, #69b980 30%, #ffffff 100%);
  }
  
  /* Shared styles */
  .digitalmark2-con .services-title h2 {
    color: #ffffff;
  }
  
  .digitalmark2-con .services-para p {
    color: #ffffff;
  }
  
  .digitalmark2-con .services-img {
    position: relative;
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin:auto;
  }
  
  .digitalmark2-con .services-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  .digitalmark2-con .main-ser {
    font-weight: 700;
    font-size: 35px;
    color: #3D95D1;
  }
  
  /* Responsive Design */
  @media (max-width: 992px) {
    .digitalmark2-con .services-title h2 {
      font-size: 32px;
    }
  
    .main-ser {
      font-size: 30px;
    }
  }
  
  @media (max-width: 768px) {
    .digitalmark2-con .service-row {
      padding: 30px 15px;
    }
  
    .digitalmark2-con .services-title h2 {
      font-size: 28px;
    }
  
    .digitalmark2-con .services-img {
      max-width: 300px;
      margin-bottom: 20px;
    }
  
    .main-ser {
      font-size: 26px;
    }
  }
  
  @media (max-width: 576px) {
    .digitalmark2-con .service-row {
      width: 95%;
    }

    .digitalmark2-con .services-title h2 {
      font-size: 24px;
      text-align: center;
    }
  
    .digitalmark2-con .services-para p {
      font-size: 16px;
    }
  
    .main-ser {
      font-size: 24px;
    }
  
    .service-row {
      padding: 25px 10px;
    }
  
    .digitalmark2-con .services-img {
      max-width: 360px;
    }
  }
  
/* .digitalmark3-con {
  padding: 20px;
}

.digitalmark3-heading {
  font-size: 35px;
  font-weight: 700;
  color: #4a90e2;
  text-align: center;
}

.digitalmark3-box {
  color: #fff;
  font-size: 25px;
  padding: 20px;
  border-radius: 15px;
  line-height: 1.6;
}

.digitalmark3-box strong {
  font-size: 30px;
}

.box-blue {
  background-color: #4cb2f4;
}

.box-purple {
  background-color: #837ef7;
}

.box-darkblue {
  background-color: #154b93;
}

.box-red {
  background-color: #e74c3c;
} */

.digitalmark3-con {
  padding: 20px;
}

.digitalmark3-heading {
  font-size: 35px;
  font-weight: 700;
  color: #4a90e2;
  text-align: center;
}

.digitalmark3-box {
  color: #fff;
  font-size: 25px;
  padding: 20px;
  border-radius: 15px;
  line-height: 1.6;
}

.digitalmark3-box strong {
  font-size: 30px;
}

.box-blue {
  background-color: #4cb2f4;
}

.box-purple {
  background-color: #837ef7;
}

.box-darkblue {
  background-color: #154b93;
}

.box-red {
  background-color: #e74c3c;
}

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

  .digitalmark3-box {
    font-size: 16px;
    padding: 15px;
  }

  .digitalmark3-box strong {
    font-size: 20px;
  }
}

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

  .digitalmark3-box {
    font-size: 18px;
    padding: 18px;
  }

  .digitalmark3-box strong {
    font-size: 24px;
  }
}

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

  .digitalmark3-box {
    font-size: 22px;
    padding: 20px;
  }

  .digitalmark3-box strong {
    font-size: 28px;
  }
}

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

  .digitalmark3-box {
    font-size: 24px;
    padding: 22px;
  }

  .digitalmark3-box strong {
    font-size: 30px;
  }
}

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

  .digitalmark3-box {
    font-size: 25px;
    padding: 25px;
  }

  .digitalmark3-box strong {
    font-size: 30px;
  }
}

