.service-page h4 {
  font-weight: 700;
  color: #0d47a1;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 28px;
}

.service-page .card p {
  color: #080808 !important;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 500;
}

.service-page .icon i {
  background: rgb(11, 35, 90);
  color: white;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin: 10px auto 15px;
  font-size: 20px;
}

.service-page .icon img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.service-page li {
  color: #1b1b1b !important;
  margin: 6px 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.service-page .features i {
  color: white;
  margin-right: 8px;
  background-color: #0d47a1;
  padding: 3px 3px;
}

/* this is web development section code */
.webdev-section {
  padding: 50px 0px;
  background-image: linear-gradient(65deg, rgb(11, 35, 90) 30%, rgb(158, 153, 153, 0.4) 30%);
}

.webdev-section .web-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 6px 4px 15px rgba(63, 61, 61);
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.webdev-section .web-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(13, 71, 161, 0.2);
}

.webdev-section .web-card .features {
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}

/* mobile development section code */
.mobiledev-section {
  padding: 50px 0px;
  background-color: #e8ebf1;
}

.mobiledev-section .mobile-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.mobiledev-section .mobile-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(21, 101, 192, 0.2);
}

.mobiledev-section .mobile-card .features {
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}

/* this is digital marketing section styling code */
.digital-section {
  padding: 50px 0px;
  background:
    linear-gradient(to left, rgba(21, 101, 192, 0.7), rgba(21, 101, 192, 0.7)),
    url('../images/digital-bg-image.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
}

.digital-section .digital-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  height: 480px !important;
  margin-top: 10px;
}

.digital-section h2 {
  color: #fff
}

.digital-section .section-subtitle {
  color: white;
}

.digital-section .digital-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(21, 101, 192, 0.25);
}

.digital-section .digital-card .features {
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}

/* ui/ux designing styling section */
.uiux-section {
  padding: 50px 0px;
  background-color: #dadee6
}

.uiux-section .section-subtitle {
  margin-bottom: 0px;
}

.uiux-section .uiux-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  margin-top: 10px;
}

.uiux-section .uiux-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(21, 101, 192, 0.25);
}

.uiux-section .uiux-card p {
  font-size: 17px;
  line-height: 28px;
}

/* this is cloud section style code */
.cloud-section {
  background: linear-gradient(to left, #0d47a1 60%, white 60%);
  color: white;
  padding: 50px 0px;
}

.cloud-section h2 {
  color: white;
  font-size: 32px;
  line-height: 52px;
  margin-bottom: 10px;
}

.cloud-section .features li {
  color: white !important;
}

.cloud-section .section-subtitle {
  margin-bottom: 20px;
  color: white;
}

.cloud-section .features i {
  color: #ffeb3b;
}

.testing-section {
  padding: 50px 0px;
  background:
    linear-gradient(to left, rgba(21, 101, 192, 0.7), rgba(21, 101, 192, 0.7)),
    url('../images/testing-bg-image.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top: 2px solid white;
  color: white;
}

.testing-section .section-title {
  color: white;
}

.testing-section .section-subtitle {
  color: white;
}

.testing-section .testing-card {
  padding: 15px 40px;
  border-radius: 20px;
  text-align: center;
  background: rgba(255, 255, 255);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.testing-section .testing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(21, 101, 192, 0.25);
}

.testing-section .testing-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  display: inline-block;
}

/* this is e-commerce section styling code */
.ecommerce-section {
  padding: 50px 0px;
  background-color: rgb(211, 208, 203);
}

.ecommerce-section .ecommerce-card {
  border-radius: 15px;
  transition: all 0.3s ease;
  background: #fff;
  height: 220px !important;
  margin-top: 10px;
}

.ecommerce-section .ecommerce-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.ecommerce-section i {
  transition: 0.4s;
  font-size: 28px;
}

.ecommerce-section .ecommerce-card h4 {
  font-weight: 700;
  color: #0d47a1;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
}

.ecommerce-section .ecommerce-card p {
  color: #0a0a0a;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.ecommerce-section i {
  transform: scale(1.2);
}

/* industries-section style code */
.industries-section {
  padding: 50px 0px;
  background: linear-gradient(to right, rgb(11, 35, 90), #1E88E5);
  color: #fff;
}

.industries-section .industry-card {
  transition: all 0.4s ease;
  padding: 20px 15px;
  height: 200px !important;
  margin-top: 10px;
}

.industries-section .industry-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* this is technologies section code */
.technologies-section {
  padding: 50px 0px;
  background: #cdcecf;
  color: rgb(11, 35, 90);
}

/* .technologies-section .tech-card {
  margin: 40px 0px 30px;
} */

/* @media screen and (max-width: 1399px) {
  .service-page .icon {
    line-height: 65px;
    font-size: 26px;
  }

  .service-page h4 {
    font-size: 27px;
    line-height: 34px;
  }

  .service-page .card p {
    font-size: 18px;
    line-height: 28px;
  }

  .service-page li {
    font-size: 18px;
    line-height: 26px;
  }

  .service-page .features i {
    padding: 4px 4px;
    font-size: 12px;
  }

  .cloud-section h2 {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 10px;
  }

  .ecommerce-section i {
    font-size: 42px;
  }

  .ecommerce-section h4 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 36px;
  }

  .ecommerce-section p {
    font-size: 18px;
    line-height: 27px;
  }
}

@media screen and (max-width: 1199px) {
  .service-page .icon {
    line-height: 50px;
    font-size: 22px;
  }

  .service-page h4 {
    font-size: 22px;
    line-height: 31px;
  }

  .service-page .card p {
    font-size: 15px;
    line-height: 25px;
  }

  .service-page li {
    font-size: 15px;
    line-height: 22px;
  }

  .service-page .features i {
    padding: 2px 2px;
  }

  .cloud-section h2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 8px;
  }

  .cloud-section .section-subtitle {
    font-size: 17px;
    line-height: 26px;
  }

  .ecommerce-section i {
    font-size: 34px;
  }

  .ecommerce-section h4 {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 29px;
  }

  .ecommerce-section p {
    font-size: 15px;
    line-height: 25px;
  }
}

@media screen and (max-width: 991px) {
  .testing-section .testing-card {
    padding: 16px 14px;
  }

  .cloud-section h2 {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 7px;
  }

  .cloud-section .section-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 26px;
    line-height: 28px;
  }

  .section-subtitle {
    font-size: 18px;
    line-height: 28px;
  }

  .webdev-section .web-card {
    padding: 28px;
    margin: 0px 60px
  }

  .webdev-section {
    padding: 35px 0px;
  }

  .mobiledev-section .mobile-card {
    padding: 20px;
    margin: 0px 60px;
  }

  .mobiledev-section {
    padding: 35px 0px;
  }

  .digital-section .digital-card {
    padding: 20px;
    margin: 0px 60px;
  }

  .digital-section {
    padding: 35px 0px;
  }

  .uiux-section {
    padding: 35px 0px;
  }

  .uiux-section .uiux-card {
    margin: 0px 60px;
  }

  .cloud-section {
    background: linear-gradient(to left, #0d47a1 99%, white 60%);
    padding: 35px 0px;
  }

  .cloud-section h2 {
    margin: 7px 0px;
  }

  .testing-section {
    padding: 35px 0px;
  }

  .testing-section .testing-card {
    margin: 0px 60px;
  }
}

@media screen and (max-width: 575px) {
  .section-title {
    font-size: 22px;
    line-height: 28px;
  }

  .section-subtitle {
    font-size: 17px;
    line-height: 28px;
  }

  .webdev-section .web-card {
    padding: 28px;
    margin: 0px 0px
  }

  .webdev-section {
    padding: 35px 0px;
  }

  .mobiledev-section .mobile-card {
    padding: 20px;
    margin: 0px 0px;
  }

  .digital-section .digital-card {
    padding: 20px;
    margin: 0px 0px;
  }

  .uiux-section .uiux-card {
    margin: 0px 0px;
  }

  .testing-section .testing-card {
    margin: 0px 0px;
  }
} */