.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3 {
  font-size: 40px;
  margin: auto;
  font-weight: 400;
  line-height: 1.5;
}
.witr_section_title_inner h2 {
  color: #888;
  font-size: 18px;
  margin: 0;
  display: inline-block;
}
.witr_section_title_inner h1 span,
.witr_section_title_inner h2 span,
.witr_section_title_inner h3 span,
.witr_section_title_inner p span,
.witr_section_title_inner p span a {
  color: var(--color-primary);
}

.witr_section_title {
  margin-bottom: 45px;
}
.witr_section_title_inner p {
  width: 100%;
  padding: 10px 0 0 0;
}
.witr_section_title_inner.text-center p {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
}

/* ===== 7. Choose Area CSS ===== */
.dt_choose_area {
  padding: 60px 0 110px;
  position: relative;
}
.choose_content .witr_section_title {
  margin-bottom: 28px;
}
.choose_content .witr_section_title_inner p {
  width: 80%;
}
.witr_shape_item_inner {
  top: 210px;
  left: -90px;
}
.witr_shape_item_inner {
  position: absolute;
  z-index: -1;
  content: "";
  transition: 0.5s;
}
.choose_witr_shap .witr_shape_item_inner {
  top: -30px;
  /* right: -15px; */
  left: auto;
}
.witr_s_flex {
  display: flex;
}
.service_top_text {
  display: flex;
  align-items: center;
}
.em-service2.sleft .em-service-icon {
  margin-right: 20px;
  width: 50px;
}
.em-service-icon i {
  font-size: 40px;
  height: auto;
  width: auto;
  border-radius: initial;
  line-height: normal;
  background: 0 0;
  border: none;
  display: inline-block;
  text-align: center;
  transition: 0.5s;
  color: var(--color-primary);
}
.all_color_service h3 {
  margin: 10px 0 0 0;
  font-weight: 400;
}
.em-service2 {
  margin-bottom: 21px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 87%;
  }
  .title_in_area {
    width: 100%;
  }

  .witr_section_title_inner h1,
  .witr_section_title_inner h3 {
    font-size: 34px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* section_title */
  .witr_section_title_inner h1,
  .witr_section_title_inner h3 {
    font-size: 30px;
  }
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 90%;
  }
  .title_in_area {
    width: 100%;
  }

  .slider_btn .witr_btn {
    margin-top: 20px;
  }

  .em-service2 .em-service-icon i {
    margin-bottom: 10px;
  }
  .choose_content .witr_section_title_inner p {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .witr_section_title_inner h2 {
    font-size: 17px !important;
    padding-top: 10px;
  }
  .witr_section_title_inner p {
    padding-top: 10px;
  }
  .witr_section_title {
    text-align: center;
  }
  .witr_section_title .text-right {
    text-align: center !important;
  }
  .title_btn {
    margin: 30px 0 20px;
  }
  .witr_section_title_inner h1,
  .witr_section_title_inner h2,
  .witr_section_title_inner h3 {
    font-size: 21px;
  }

  .slider_btn .witr_btn {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* section_title */
  .witr_section_title_inner h1,
  .witr_section_title_inner h2,
  .witr_section_title_inner h3 {
    font-size: 25px;
  }
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 91%;
  }
}

.staggered-list { display: flex; gap: 30px; list-style: none; padding: 0; margin: 0; }
.staggered-list > li { flex: 1; display: flex; flex-direction: column; gap: 30px; }
.staggered-list > li:last-child { margin-top: 100px; }
.image-item { width: 100%; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }
.image-item img { width: 100%; display: block; object-fit: cover; aspect-ratio: 4 / 3; }
.image-item:hover { transform: translateY(-5px); }
@media (max-width: 768px) { 
    .staggered-list { flex-direction: column; gap: 20px; }
    .staggered-list > li:last-child { margin-top: 0; }
    .image-item img { height: 220px; }
}

