.mobile-casestudy-banner {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-block: 80px;
}
/* .mobile-case-study {
  background-image: url(../assets/images/case-study-images/home4-banner-bg.png) !important;
  background: linear-gradient(135deg, #01358d, #2d0a57);
} */
.mobile-case-study {
}
.mobile-case-study .background-overlay {
  /* background-color: #01358d; */
  /* background-image: url(../assets/images/case-study-images/home4-banner-bg.png),
    linear-gradient(135deg, #01358d, #2d0a57) !important; */
  /* background: linear-gradient(135deg, #01358d, #2d0a57); */
  background-color: #122351;
  background-size: cover;

  /* background: linear-gradient(135deg, #01358d, #2d0a57); */
}
/* .mobile-case-study .image-block {
  height: 550px !important;
} */
.mobile-case-study .banner-image {
  /* background-image: url(../assets/images/png/test-bg.png); */
  background-size: cover;
}
.mobile-case-study .image-block img {
  height: 100% !important;
}
.banner-sub-title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
}
.banner-features {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

.banner-features li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #fff;
  text-align: left;
}

.banner-features img {
  width: 24px;
  margin-right: 10px;
}

.banner-cta-btn {
  background: linear-gradient(90deg, #3664d2, #6078f6);
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  color: white;
  /* font-weight: bold; */
  transition: 0.3s ease;
  display: inline-block;
}

.banner-cta-btn:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.mobile-casestudy-banner .casestudy-overview {
  width: 50%;
}
.casestudy-overview .overview {
  margin-top: 20px;
}
.mobile-casestudy-banner .banner-image {
  width: 45%;
}
.mobile-casestudy-banner .banner-image img {
  width: 100%;
}
.mobile-app-features {
  margin-top: 40px;
  column-gap: 15%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 60px;
}
.mobile-app-features .feature {
  border-bottom-right-radius: 110px;
  border-top-right-radius: 110px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 220px;
  max-width: 600px;
  padding: 20px;
  width: 40%;
  background-color: #0044b6;
}
.mobile-app-features .feature img {
  width: 75px;
  height: 75px;
  margin: auto 10px;
  object-fit: contain;
}
.feature .feature-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
.feature-content .title {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  font-weight: 600;
}
.feature-content .feature-description {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.app-requirement-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.app-requirement-section .requirement-image {
  width: 40%;
  /* height: 400px; */
  position: relative;
  /* max-width: 320px; */
}
/* .requirement-image .left-image {
  width: 220px;
  position: absolute;
  transform: rotate(-5deg);
  left: -50px;
}
.requirement-image .right-image {
  width: 220px;
  position: absolute;
  transform: rotate(5deg);
  right: -50px;
} */
.app-requirement-section .requirement-image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.app-requirement-section .requirement-details {
  box-sizing: border-box;
  width: 55%;
  text-align: left;
}
.requirement-details .caption {
  margin-top: 32px;
}
.requirement-details .requirements {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.requirement-details .requirements li {
  padding-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.requirement-details .requirements li:last-child {
  padding-bottom: 0;
}
.requirement-details .requirements li::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 5px;
  bottom: 0;
  top: 12px;
  border-left: 2px dashed #01358d;
}
.requirement-details .requirements li:last-child::after {
  display: none;
}
.requirements li::before {
  background: #01358d;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  transform: translateY(60%);
  width: 12px;
  z-index: 1;
}
.approaches-caption {
  max-width: 85%;
  margin-inline: auto !important;
}
.our-approaches {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 60px;
}
.our-approaches .feature-box {
  border-radius: 12px;
  box-sizing: border-box;
  display: flex;
  height: auto;
  max-width: 500px;
  min-height: 250px;
  padding: 30px;
  position: relative;
  width: 30%;
  background-color: #0044b6;
}
.feature-box .feature-icon {
  align-items: center;
  border: 5px solid #fff;
  border-radius: 50px;
  display: flex;
  height: 70px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: -35px;
  transform: translateX(-50%);
  width: 70px;
  background-color: #0044b6;
}
.feature-box .feature-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 0px;
}
.app-result-section {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}
.app-result-section .result-detail {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 55%;
}
.app-result-section .result-card {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: center;
}
.app-result-section .result-image {
  max-height: 600px;
  max-width: 600px;
  object-fit: contain;
  width: 40%;
  text-align: center;
}
.app-technologies-section {
  max-width: 720px;
  margin-inline: auto;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.app-technologies-section .techlogies {
  text-align: center;
}
.app-technologies-section .techlogies .logo {
  align-items: center;
  background-color: #619fd26d;
  border-radius: 50px;
  display: flex;
  height: 100px;
  justify-content: center;
  width: 100px;
}
.app-technologies-section .techlogies .logo img {
  width: 50px;
  height: 50px;
}
.app-technologies-section .techlogies span {
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}

@media (min-width: 1024px) {
  .app-requirement-section-revese {
    flex-direction: row-reverse !important;
  }
}
@media (max-width: 1023px) {
  .mobile-casestudy-banner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .mobile-casestudy-banner .casestudy-overview {
    width: 80%;
    text-align: center;
    margin-inline: auto;
  }
  .mobile-casestudy-banner .banner-image {
    margin-inline: auto;
    width: 65%;
  }
  .mobile-app-features {
    gap: 40px;
  }
  .mobile-app-features .feature {
    width: 100%;
    min-height: 180px;
    height: auto;
  }
  .app-requirement-section {
    flex-direction: column-reverse;
  }
  .app-requirement-section .requirement-details,
  .app-requirement-section .requirement-image {
    width: 100%;
  }
  .app-requirement-section .requirement-image {
    text-align: center;
  }
  .app-requirement-section .requirement-image img {
    width: auto;
  }
  .our-approaches .feature-box {
    width: 40%;
  }
  .app-result-section {
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
    margin-inline: auto;
  }
  .app-result-section .result-detail {
    width: 100%;
  }
  .app-result-section .result-card {
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .app-result-section .result-image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* .mobile-case-study .image-block {
    height: auto !important;
  } */
  .mobile-casestudy-banner {
    padding-block: 60px;
    gap: 32px;
  }
  .banner-sub-title {
    font-size: 20px;
  }
  .approaches-caption {
    max-width: 100%;
  }
  .our-approaches .feature-box {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 576px) {
  .mobile-casestudy-banner .casestudy-overview {
    width: 100%;
  }
  .mobile-casestudy-banner .banner-image {
    max-width: 320px;
    width: 100%;
  }
  .mobile-app-features .feature img {
    width: 40px;
    height: 40px;
  }
  .feature-content .title {
    font-size: 16px;
  }
  .feature-content .feature-description {
    font-size: 14px;
  }
  .our-approaches .feature-box {
    min-height: 250px;
    height: auto;
  }
  .app-result-section {
    width: 100%;
  }
  .requirement-details .requirements li {
    padding-left: 24px;
  }
}
