.hire-boxes {
  padding: 40px 0;
  margin: 35px 0;
  overflow-x: clip;
  background-color: var(--dark);
  position: relative;
}

.hire-boxes:has(+ .hiring-process) {
  margin-bottom: 0;
}

/* .hire-boxes .hexa-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
} */
.hire-boxes .container {
  position: relative;
  z-index: 1;
}

.hire-boxes .section-title {
  color: var(--white);
}

.hire-boxes .section-title p {
  font-size: 20px;
}

.follow-title+.hire-boxes {
  /* padding: 0px 0px 20px 0px; */
}

.hire-boxes .title-part .content {
  max-width: 940px;
  margin: 0 auto;
}

.hire-boxes .title-part h2 {
  margin: 0 0 30px;
}

.hire-boxes .list {
  margin: 0;
  position: relative;
}

.hire-boxes .list .list-inner {
  background-color: var(--white);
  padding: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 100%;
  /* border-radius: 24px; */
  display: flex;
  flex-direction: column;
}

.hire-boxes .list-wrapper>.list:nth-child(even) .list-inner {
  background-color: var(--LightGrey2);
}

.hire-boxes .list-wrapper>.list:first-child .list-inner {
  border-radius: 12px 0 0 12px;
}

.hire-boxes .list-wrapper>.list:last-child .list-inner {
  border-radius: 0 12px 12px 0;
}

.hire-boxes .list .box-data .h3,
.hire-boxes .list .box-data h3 {
  font-size: 32px;
  font-family: var(--poppins);
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 24px;
}

.hire-boxes .list .box-data .h3 strong {
  font-weight: 500;
}

.hire-boxes .list .price>h3 {
  color: var(--white);
  font-size: 37px;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  margin: 0;
}

.hire-boxes .list .box-data .content {
  line-height: 1.5;
  font-size: 18px;
}

.hire-boxes .list .box-data .btn a {
  width: 100%;
}

.hire-boxes .list .price sub {
  font-weight: 400;
  line-height: normal;
  font-size: 19px;
  display: inline-block;
  vertical-align: top;
  margin: 15px 0 0;
}

.hire-boxes .list [class*='button-'] {
  padding: 26px 0 0;
}

.hire-boxes .list .timeline {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1;
}

.hire-boxes .list .timeline span {
  color: var(--primary_color);
  font-size: 18px;
  line-height: 1.5;
}

.hire-boxes .list .box-data {
  z-index: 1;
  position: relative;
  height: inherit;
  display: flex;
  flex-direction: column;
}

.hire-boxes .list .box-data .price {
  margin-bottom: 30px;
}

.hire-boxes .list .box-data .price h3 {
  margin: 0;
  color: var(--dark);
  display: flex;
  /* justify-content: center; */
  align-items: baseline;
  font-family: var(--poppins);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: var(--PrimaryGreen);
}

.hire-boxes .list .box-data .price h3 *:last-child {
  margin-left: 4px;
  font-family: var(--poppins);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0;
  color: var(--dark);
}

.hire-boxes .list .box-data .start-text {
  font-family: var(--poppins);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--dark);
  margin-bottom: 0px;
  margin-top: 20px;
}

.hours-duration-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: var(--dark);
  opacity: 0.5;
}

.hire-boxes .list .box-data .price:has(+ .hours-duration-text) {
  margin-bottom: 4px;
}

.hire-boxes .list .content ul {
  text-align: left;
  padding: 0;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}

.hire-boxes .list .content ul li {
  color: var(--dark);
  text-decoration: none;
  padding-left: 48px;
  font-size: 18px;
  line-height: 27px;
  position: relative;
  margin-bottom: 18px;
}

.hire-boxes .list .content ul li:last-child {
  margin-bottom: 0px;
}

.hire-boxes .list .content ul li a {
  color: var(--dark);
  text-decoration: none;
  font-size: 18px;
  line-height: 27px;
}

.hire-boxes .list .content ul li:after {
  position: absolute;
  content: '';
  background-image: url(../../images/list-check.svg);
  background-repeat: no-repeat;
  height: 27px;
  width: 33px;
  top: -3px;
  left: 0;
}

.hire-boxes .pricing-list-feature {
  text-align: left;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgb(0 0 0 / 20%);
}

.hire-boxes .pricing-list-feature li {
  position: relative;
  padding-left: 22px;
  list-style: none;
  font-size: 18px;
  line-height: 1.5;
}

.hire-boxes .pricing-list-feature li::before {
  width: 8px;
  height: 8px;
  position: absolute;
  content: '';
  background-color: var(--PrimaryGreen);
  border-radius: 100%;
  left: 0;
  top: 7px;
}

.hire-boxes .list-wrapper .btn {
  margin-top: 20px;
}

.hire-boxes .list .box-data .icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.hire-boxes .list .box-data .icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
}

.hire-boxes .package-details {
  margin-top: auto;
}

.hire-boxes .list-wrapper {
  margin: 0 auto;
}

.inquiry-mail-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.inquiry-mail-text a {
  color: var(--white);
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: var(--poppins);
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.inquiry-mail-text a:hover {
  text-decoration: underline;
  text-underline-offset: 12px;
}

.inquiry-mail-text a span {
  width: 20px;
  height: 20px;
  display: block;
  filter: brightness(0) invert(1);
}

.inquiry-mail-text a span img {
  width: 100%;
  height: 100%;
}

.inquiry-mail-text p {
  font-size: 20px;
  opacity: 1;
  color: var(--white);
  margin-top: 12px;
}

.hire-boxes .title-part {
  color: var(--white);
}

@media (min-width: 768px) {
  .hire-boxes {
    padding: 70px 0;
    margin: 50px 0;
  }

  .follow-title+.hire-boxes {
    /* padding: 0px 0px 100px 0px; */
  }

  .inquiry-mail-text a span {
    width: 40px;
    height: 40px;
  }

  .inquiry-mail-text a {
    font-size: 40px;
    gap: 14px;
  }

  .inquiry-mail-text p {
    font-size: 30px;
    margin-top: 30px;
  }

  .inquiry-mail-text {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .hire-boxes .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .hire-boxes .list-wrapper>div {
    width: calc(50% - 10px);
  }
}

@media (min-width: 1200px) {
  .hire-boxes .list .list-inner {
    padding: 30px;
  }

  .hire-boxes .list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 1330px;
  }

  .hire-boxes .list-wrapper>div {
    width: 100%;
  }

  .inquiry-mail-text {
    margin-top: 50px;
  }
}

@media (min-width: 1430px) {
  .hire-boxes {
    padding: 100px 0;
    margin: 75px 0;
  }

  .follow-title+.hire-boxes {
    /* padding: 0px 0px 150px 0px; */
  }

  .inquiry-mail-text {
    margin-top: 70px;
  }
}

@media (min-width: 1660px) {}

@media (max-width: 991px) {
  .hire-boxes .list {
    padding: 0 10px;
  }
}