.services_services {
  max-width: 1440px;
  margin: 0 auto;
  /* border: 2px solid red; */
}

.service-item-content {
  max-width: 1440px;
  margin: 0 auto;
  margin: 20px 0;
  padding: 30px 80px;
  display: flex;
  gap: 30px;
}

.service-item-content-left {
  flex: 8;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.service-item-content-left .service-item-content-left-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.left-content_desc_img_banner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.service-item-content-left-content-title-desc {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.service-item-content-left
  .service-item-content-left-content
  .left-content-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  color: #273a29;
}

.service-item-content-left
  .service-item-content-left-content
  .left-content-title
  span {
  font-style: italic;
  font-weight: 500;
}

.service-item-content-left
  .service-item-content-left-content
  .left-content-title-desc {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.service-item-content-left
  .service-item-content-left-content
  .left-content-title-desc
  p {
  margin-bottom: 0px;
}

.service-item-content-left .service-item-content-left-content p {
  line-height: 1.5;
  text-align: justify;
}

.service-item-content-left-image {
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}

.service-item-content-right {
  flex: 4;
}

.service-item-content-left-content__banner {
  border-left: 4px solid #1a5166;
  background: #8ac6dd;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
}

.service-item-content-left-content__banner i {
  font-size: 30px;
}

.service-item-content-left-content__banner p {
  margin-bottom: 0px;
}

.content-block-secondary .content-block-secondary__content,
.qualification_title_desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.content-block-secondary
  .content-block-secondary__content
  .content-block-secondary__title,
.qualification_title_desc .qualification__title,
.matching-process-title {
  font-size: 28px;
  font-weight: 500;
  color: #273a29;
  font-style: italic;
}

.content-block-secondary .content-block-secondary__content p,
.qualification_title_desc p {
  margin-bottom: 0px;
}

.service-item-content-left-content .content-block-third {
  display: flex;
  flex-direction: column;
}

.content-block-third .content-block-third__top,
.content-block-third .content-block-third__bottom {
  width: 100%;
  display: flex;
  gap: 30px;
}
.content-block-third__top__left,
.content-block-third__top__right,
.content-block-third__bottom__left,
.content-block-third__bottom__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.content-block-third__top__left .icon-title,
.content-block-third__top__right .icon-title,
.content-block-third__bottom__left .icon-title,
.content-block-third__bottom__right .icon-title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.content-block-third__top__left .icon-title i,
.content-block-third__top__right .icon-title i,
.content-block-third__bottom__left .icon-title i,
.content-block-third__bottom__right .icon-title i {
  font-size: 24px;
  color: #4d90ab;
}
.content-block-third__top__left .icon-title span,
.content-block-third__top__right .icon-title span,
.content-block-third__bottom__left .icon-title span,
.content-block-third__bottom__right .icon-title span {
  font-size: 22px;
  font-weight: 500;
  color: #273a29;
}
.content-block-third__top__left .content-desc p,
.content-block-third__bottom__left .content-desc p,
.content-block-third__bottom__right .content-desc p {
  margin-bottom: 0px;
}

.qualification {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.qualification_content {
  display: flex;
  gap: 30px;
}

.qualification_content_left,
.qualification_content_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.qualification_content_item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.qualification_content_item i {
  font-size: 28px;
  color: #4d90ab;
}

.qualification_content_item span {
  font-weight: 500;
  color: #273a29;
}

.qualification_content_right {
  height: 200px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

/* ====== Matching Process Css ====== */

/* Horizontal wrapper */
.matching-timeline-horizontal {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-top: 40px;
}

/* Horizontal dotted line */
.matching-timeline-horizontal::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  border-top: 2px dotted #ccc;
  z-index: 1;
}

/* Each step */
.timeline-step-h {
  width: 20%;
  text-align: center;
  position: relative;
}

/* Icon style */
.timeline-icon-h {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #4d90ab;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4d90ab;
  font-size: 20px;
  margin: 0 auto 10px auto;
  position: relative;
  z-index: 2;
}

/* Text */
.timeline-step-h h4 {
  margin: 10px 0 6px;
  font-size: 18px;
  color: #273a29;
  font-weight: 600;
}

.timeline-step-h p {
  font-size: 14px;
  /* color: #555; */
  padding: 0 10px;
  margin-bottom: 0px;
  line-height: 1.4;
}

/* ============ ADDED STARTS ============ */
.change-support-work-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.change-support-work {
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.change-support-work h1 {
  font-size: 28px;
}

.support-form h3 {
  font-size: 22px;
  margin: 10px 0 25px;
}

.support-form .name-phone,
.support-form .email-method,
.support-form .type-optional,
.support-form .gender-language {
  display: flex;
  gap: 20px;
}

.support-form .name-phone .name,
.support-form .name-phone .phone,
.support-form .email-method .email,
.support-form .email-method .method,
.support-form .type-optional .type,
.support-form .type-optional .optional,
.support-form .gender-language .gender,
.support-form .gender-language .language {
  flex: 1;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  border: 0.5px solid #4d90ab !important;
  border-radius: 6px;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin: 10px 0 15px;
}

.checkbox-grid .checkbox-item {
  border: 0.5px solid #4d90ab;
  padding: 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.checkbox-grid .checkbox-item:hover {
  background-color: rgba(77, 144, 171, 0.1);
}

.consent label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.submit-btn {
  padding: 14px;
  background: #4d90ab;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}
.submit-btn:hover{
  background: #3b728f;
}

.current-support,
.change-reason,
.preferences {
  margin: 30px 0px;
}

@media (max-width: 768px) {
  .change-support-work {
    padding: 20px;
    border-radius: 16px;
  }

  .change-support-work h1 {
    font-size: 22px;
  }

  .support-form h3 {
    font-size: 18px;
    margin: 15px 0 20px;
  }

  /* Stack form rows */
  .support-form .name-phone,
  .support-form .email-method,
  .support-form .type-optional,
  .support-form .gender-language {
    flex-direction: column;
    gap: 0;
  }

  input,
  select,
  textarea {
    font-size: 14px;
    padding: 10px;
  }

  .checkbox-grid {
    grid-template-columns: 1fr !important;
  }

  .submit-btn {
    width: 100%;
    font-size: 15px;
  }

  .current-support,
  .change-reason,
  .preferences {
    margin: 15px 0px;
  }
}

@media (max-width: 1024px) {
  .support-form .name-phone,
  .support-form .email-method,
  .support-form .type-optional,
  .support-form .gender-language {
    gap: 15px;
  }

  .checkbox-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .current-support,
  .change-reason,
  .preferences {
    margin: 25px 0px;
  }
}
@media (max-width: 768px) {
  .checkbox-grid .checkbox-item {
    padding: 14px;
  }
}
input,
select,
textarea {
  font-size: 16px;
}

/* ============ ADDED ENDS ============ */

/* Mobile responsive — turns vertical */
@media (max-width: 768px) {
  .matching-timeline-horizontal {
    flex-direction: column;
    gap: 40px;
    padding-left: 30px;
  }

  .matching-timeline-horizontal::before {
    top: 0;
    left: 22px;
    bottom: 0;
    width: 2px;
    border-left: 2px dotted #ccc;
    border-top: none;
  }

  .timeline-step-h {
    width: 100%;
    text-align: left;
    position: relative;
  }

  .timeline-icon-h {
    margin: 0;
  }

  .timeline-step-h h4,
  .timeline-step-h p {
    margin-left: 60px;
  }
}

/* ============ Service Content Right ============ */
.service-item-content-right {
  position: sticky;
  top: 20px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.service-item-content-right .services-list,
.get-quote {
  padding: 30px 20px;
  border-radius: 20px;
  background-color: rgba(77, 144, 171, 0.3);
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.service-item-content-right .services-list .service-list_title,
.get-quote .get-quote_title {
  font-size: 28px;
  font-weight: 600;
  color: #1a5166;
}

.service-item-content-right .services-list .service-list_items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-item-content-right .services-list .service-list_items .item {
  padding: 15px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  color: #4d90ab;
}
/* Hover effect */
.service-item-content-right .services-list .service-list_items .item:hover {
  background-color: #4d90ab;
  color: white;
  cursor: pointer;
}

/* Active item */
.service-item-content-right .services-list .service-list_items .item.active {
  background-color: #4d90ab;
  color: #fff;
}

.service-item-content-right .services-list .service-list_items .item span {
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s;
}

/* Form */
.get-quote form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 6px;
  font-weight: 500;
  color: #555;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 15px;
  font-size: 16px;
  border: 1px solid white;
  border-radius: 8px;
  transition: all 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #4d90ab;

  box-shadow: 0 0 5px rgba(77, 144, 171, 0.3);
}

textarea {
  resize: none;
}

.btn-submit {
  padding: 14px 0;
  border: none;
  border-radius: 8px;
  background-color: #4d90ab;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 10px;
}

.btn-submit:hover {
  background-color: #3b728f;
}

/* Responsive for smaller screens */
@media (max-width: 500px) {
  .get-quote {
    padding: 20px;
  }
}

/* ===== Extra Small Devices (Phones <576px) ===== */
@media (max-width: 575px) {
  .service-item-content {
    flex-direction: column;
    padding: 0px 15px;
    gap: 40px;
  }
  .service-item-content-left {
    flex: unset;
    gap: 30px;
  }
  .service-item-content-right {
    flex: unset;
    position: relative;
    top: unset;
    gap: 20px;
  }
  .service-item-content-left-image {
    height: 250px;
  }
  .service-item-content-left
    .service-item-content-left-content
    .left-content-title {
    font-size: 26px;
    line-height: 1.3;
  }
  .service-item-content-left-content-title-desc {
    gap: 10px;
  }
  .service-item-content-left .service-item-content-left-content {
    gap: 20px;
  }
  .service-item-content-left .service-item-content-left-content p {
    font-size: 14px;
  }
  .service-item-content-left-content__banner {
    padding: 15px;
  }
  .service-item-content-left-content__banner i {
    font-size: 22px;
  }
  .service-item-content-left-content__banner p {
    font-size: 14px;
  }
  .content-block-secondary {
  }
  .content-block-secondary .content-block-secondary__content {
    gap: 10px;
  }
  .content-block-secondary
    .content-block-secondary__content
    .content-block-secondary__title {
    font-size: 24px;
    line-height: 1.3;
  }
  .content-block-third {
  }
  .content-block-third .content-block-third__top,
  .content-block-third .content-block-third__bottom,
  .qualification_content {
    flex-direction: column;
    gap: 20px;
  }
  .content-block-third
    .content-block-third__top
    .content-block-third__top__left {
  }
  .content-block-third
    .content-block-third__top
    .content-block-third__top__left
    .content-desc
    p {
  }
  .content-block-third
    .content-block-third__top
    .content-block-third__top__left
    .icon-title,
  .content-block-third
    .content-block-third__top
    .content-block-third__top__right
    .icon-title,
  .content-block-third
    .content-block-third__bottom
    .content-block-third__bottom__left
    .icon-title,
  .content-block-third
    .content-block-third__bottom
    .content-block-third__bottom__right
    .icon-title {
    gap: 10px;
  }
  .content-block-third
    .content-block-third__top
    .content-block-third__top__left
    .icon-title
    i,
  .content-block-third
    .content-block-third__top
    .content-block-third__top__right
    .icon-title
    i,
  .content-block-third
    .content-block-third__bottom
    .content-block-third__bottom__left
    .icon-title
    i,
  .content-block-third
    .content-block-third__bottom
    .content-block-third__bottom__right
    .icon-title
    i {
    font-size: 20px;
  }
  .content-block-third
    .content-block-third__top
    .content-block-third__top__left
    .icon-title
    span,
  .content-block-third
    .content-block-third__top
    .content-block-third__top__right
    .icon-title
    span,
  .content-block-third
    .content-block-third__bottom
    .content-block-third__bottom__left
    .icon-title
    span,
  .content-block-third
    .content-block-third__bottom
    .content-block-third__bottom__right
    .icon-title
    span {
    font-size: 20px;
  }
  .qualification .qualification_title_desc {
    gap: 10px;
  }
  .qualification .qualification_title_desc .qualification__title {
    font-size: 24px;
    line-height: 1.3;
  }
  .qualification .qualification_title_desc p {
    font-size: 14px;
  }
  .qualification .qualification_content .qualification_content_left {
    gap: 12px;
  }
  .qualification
    .qualification_content
    .qualification_content_left
    .qualification_content_item {
    gap: 10px;
  }
  .qualification
    .qualification_content
    .qualification_content_left
    .qualification_content_item
    i {
    font-size: 18px;
  }
  .qualification
    .qualification_content
    .qualification_content_left
    .qualification_content_item
    span {
    font-size: 16px;
  }
  .qualification_content_right {
    height: 150px;
  }
  .matching-process-horizontal {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .matching-process-horizontal .matching-process-title {
    font-size: 24px;
  }

  .matching-process-horizontal .matching-timeline-horizontal {
  }
  .matching-process-horizontal .matching-timeline-horizontal .timeline-step-h {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .matching-process-horizontal .matching-timeline-horizontal {
    padding: 0px;
  }
  .matching-process-horizontal
    .matching-timeline-horizontal
    .timeline-step-h
    h4 {
    margin: 0px;
  }
  .matching-process-horizontal
    .matching-timeline-horizontal
    .timeline-step-h
    p {
    margin: 0px;
    padding: 0px;
  }

  .timeline-step-h h4 {
    font-size: 16px;
  }

  .timeline-step-h p {
    font-size: 12px;
  }

  .service-item-content .service-item-content-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .service-item-content
    .service-item-content-right
    .services-list
    .service-list_title {
    font-size: 24px;
  }
  .service-item-content
    .service-item-content-right
    .services-list
    .service-list_items
    a
    span {
    font-size: 14px;
  }
  .service-item-content .service-item-content-right .get-quote {
  }
  .service-item-content
    .service-item-content-right
    .get-quote
    .get-quote_title {
    font-size: 24px;
  }
  .service-item-content
    .service-item-content-right
    .get-quote
    form
    .form-group
    input {
    font-size: 14px;
  }
  .service-item-content .service-item-content-right .get-quote form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .service-item-content
    .service-item-content-right
    .get-quote
    form
    .form-group
    select {
    font-size: 14px;
  }
}

/* ===== Small Devices (Phones ≥576px) ===== */
@media (min-width: 576px) and (max-width: 767px) {
  .service-item-content {
    flex-direction: column;
    padding: 0 30px;
    gap: 40px;
  }

  .service-item-content-left,
  .service-item-content-right {
    flex: unset;
  }

  .service-item-content-left-image {
    height: 280px;
  }

  .service-item-content-left
    .service-item-content-left-content
    .left-content-title {
    font-size: 30px;
    line-height: 1.3;
  }

  .service-item-content-left .service-item-content-left-content p {
    font-size: 15px;
  }

  .content-block-third .content-block-third__top,
  .content-block-third .content-block-third__bottom,
  .qualification_content {
    flex-direction: column;
    gap: 25px;
  }

  .service-item-content-right {
    position: relative;
    top: unset;
  }

  .service-item-content-right .services-list,
  .service-item-content-right .get-quote {
    padding: 25px;
  }

  .timeline-step-h h4 {
    font-size: 17px;
  }

  .timeline-step-h p {
    font-size: 13px;
  }
}

/* ===== Medium Devices (Tablets ≥768px) ===== */
@media (min-width: 768px) and (max-width: 991px) {
  .service-item-content {
    /* border: 3px solid red; */
    padding: 30px 20px;
    flex-direction: column;
    gap: 30px;
  }

  .service-item-content-left {
    flex: 7;
  }

  .service-item-content-right {
    flex: 5;
    top: 15px;
  }

  .service-item-content-left-image {
    height: 320px;
  }

  .service-item-content-left
    .service-item-content-left-content
    .left-content-title {
    font-size: 34px;
  }

  .content-block-third .content-block-third__top,
  .content-block-third .content-block-third__bottom {
    gap: 20px;
  }

  .qualification_content {
    gap: 20px;
  }

  .timeline-step-h {
    width: 25%;
  }

  .timeline-step-h h4 {
    font-size: 16px;
  }

  .timeline-step-h p {
    font-size: 13px;
  }
  .service-item-content .service-item-content-right {
    width: 100%;
  }
  /* .service-item-content .service-item-content-left .matching-process-horizontal{
    border: 3px solid green;
  }
  .service-item-content .service-item-content-left .matching-process-horizontal .matching-timeline-horizontal{
    border: 3px solid purple;
    flex-direction: row;
  } */
}

/* ===== Large Devices (Desktops ≥992px) ===== */
@media (min-width: 992px) and (max-width: 1199px) {
  .service-item-content {
    padding: 30px 20px;
    gap: 30px;
    /* border: 3px solid purple; */
  }

  .service-item-content-left {
    flex: 8;
  }

  .service-item-content-right {
    flex: 4;
    top: 20px;
  }

  .service-item-content-left-image {
    height: 360px;
  }

  .service-item-content-left
    .service-item-content-left-content
    .left-content-title {
    font-size: 38px;
  }

  .timeline-step-h h4 {
    font-size: 17px;
  }

  .timeline-step-h p {
    font-size: 14px;
  }
}

/* ===== Extra Large Devices (Large desktops ≥1200px) ===== */
@media (min-width: 1200px) {
  .service-item-content {
    padding: 30px 80px;
  }

  .service-item-content-left-image {
    height: 400px;
  }

  .timeline-step-h h4 {
    font-size: 18px;
  }

  .timeline-step-h p {
    font-size: 14px;
  }
}

/* ---------- FILTER BAR ---------- */
.filter-bar {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.filter-bar button {
  padding: 10px 18px;
  border-radius: 25px;
  color: #757575;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-bar button:hover,
.filter-bar button.active {
  background-color: #8ac6dd;
  color: #fff;
  border-color: #8ac6dd;
}

/* ---------- GRID ---------- */
.worker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
  justify-content: start;
}

/* ---------- CARD ---------- */
.worker-card {
  border: 3px solid red;
  max-width: 430px;
  background-color: #fff;
  border-radius: 20px;
  padding: 22px;
  text-align: center;
  border: 0.8px solid #8ac6dd;
  transition: transform 0.3s ease;
}

.worker-photo {
  width: 100%;
  height: 390px;
  border-radius: 20px;
  object-fit: cover;
  margin-bottom: 15px;
  display: flex;
}

.worker-details {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.worker-name {
  text-align: start;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #8ac6dd;
}

.worker-details {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.worker-details li {
  margin: 6px 0;
  color: #555;
  text-align: start;
}

.worker-details li.highlight {
  color: #8ac6dd;
  font-weight: bold;
}
