* {
  box-sizing: border-box;
}
/* help-banner-start */
.helpdesk-banner {
  background: linear-gradient(rgb(7, 6, 36) -17.19%, rgba(7, 6, 36, 0) 111.4%),
    linear-gradient(
      86.97deg,
      rgba(255, 168, 0, 0.4) -0.67%,
      rgba(25, 187, 125, 0.4) 24.91%,
      rgba(0, 82, 204, 0.4) 48.82%,
      rgba(69, 164, 236, 0.4) 72.18%,
      rgba(184, 95, 255, 0.4) 88.31%
    ),
    rgb(7, 6, 36);
}

.helpdesk-banner h1,
.helpdesk-banner p,
.helpdesk-banner a,
.helpdesk-banner span {
  color: #fff;
}
.banner-img img {
  max-width: 530px;
  margin: 0 auto;
  display: block;
}
.helpdesk-banner .row {
  align-items: center;
}
.helpdesk-banner h1 {
  margin: 15px 0;
  font-weight: 600;
}
.banner-btn a.expolar-btn {
  background-color: #fd4d92;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(/images/arrow-right-btn.webp);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 95% 7px;
  font-weight: 400;
  padding: 11px 47px 10px 21px;
  box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
}
.banner-btn a.expolar-btn::before {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
.banner-btn a.expolar-btn:hover::before {
  left: 120%;
}
.helpdesk-banner p {
  margin-bottom: 20px;
}
/* end */
/* help-technical start */
.helpbg-title {
  max-width: 1190px;
  margin: 0 auto;
  padding: 35px 22px;
  background: #1fc7d2;
  text-align: center;
  color: #fff;
  border-radius: 0 0 25px 25px;
}

.helpbg-title h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.helpdesk-paragraph {
  max-width: 830px;
  margin: 0 auto;
}
.row.technical-support {
  padding: 70px 0;
  align-items: center;
}

.row.technical-support .col-md-4.col-12 {
  padding-left: 0;
}
.row.technical-support .support-content h2 {
  margin-bottom: 20px;
  color: #001e36;
  font-weight: 700;
  line-height: 1.3;
}
.support-content {
  max-width: 900px;
}
.support-content {
  max-width: 900px;
  padding-left: 40px;
}
.row.technical-support .support-content h4 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #001e36;
}
.row.support-perfomus {
  max-width: 1320px;
  margin: 0 auto;
  padding: 60px 15px;
  text-align: center;
  padding-top: 0;
}

.row.support-perfomus .support-box {
  padding: 40px;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 45px 25px 40px 25px;
  overflow: hidden;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
  min-height: 100%;
}
.row.support-perfomus .support-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #26c6da;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.row.support-perfomus .support-box h4,
.row.support-perfomus .support-box p {
  transition: all 0.3s ease-out;
}
.row.support-perfomus .support-box:hover:before {
  height: 100%;
}
.row.support-perfomus .support-box p {
  margin: 0;
  font-size: 40px;
  font-weight: 500;
}

.row.support-perfomus .support-box h4 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.row.support-perfomus .support-box:hover h4,
.row.support-perfomus .support-box:hover p {
  color: #fff;
}
/* end */
section.helpdesk-services {
  background: url(/images/helpdeskimg/helpdesk-services-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.helpdesk-services p,
.helpdesk-services h2,
.helpdesk-services h3,
.helpdesk-services h5 {
  color: #fff;
}
.heading-main.helpdesk-services-heading {
  margin-top: 50px;
  margin-bottom: 50px;
}
.heading-main.helpdesk-services-heading h2 {
  font-weight: 500;
}
ul.helpdesk-key-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: left;
}

ul.helpdesk-key-list li {
  width: 100%;
  font-size: 16px;
  margin-bottom: 12px;
  list-style: disc;
}

.support-card {
  display: flex;
  gap: 16px;
  background: #0000001f;
  padding: 50px 40px;
  min-height: 100%;
}

.support-card img {
  max-width: 54px;
}

.support-card-img {
  max-width: 100px;
  width: 100%;
  height: 100px;
  background: #6ec1e4;
  border-radius: 100%;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
.support-card-content {
  width: 80%;
  padding-left: 20px;
}
.helpdesk-services h5 {
  color: #26c6da;
  font-size: 20px;
  font-weight: 500;
}
.support-card-content h3 {
  font-size: 30px;
  font-weight: 500;
}
.helpdesk-services p {
  line-height: 30px;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0;
}
.row.support-row {
  margin-top: 50px;
  gap: 27px;
  justify-content: center;
}

.row.support-row .col-md-6 {
  width: 48%;
}
.row.key-row .col-md-6:nth-child(2) ul {
  padding-left: 32px;
}

.helpdesk-paragraph p {
  line-height: 32px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}
.difference-reason h2.seocnd-heading {
  margin-bottom: 20px;
  font-weight: 500;
}
.support-content p,
.difference-reason p {
  line-height: 30px;
}
.helpdesk-box {
  padding: 40px;
  background-image: url(/images/helpdeskimg/green-frame.webp);
  text-align: center;
  box-shadow: #00000026 0 0 22px;
  min-height: 100%;
  transition: all 0.3s ease-in-out;
}
.helpdesk-box:hover {
  transform: translateY(-10px);
}
.helpdesk-box img {
  max-width: 60px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  height: 46px;
  object-fit: contain;
}
section.helpdesk-support {
  background: linear-gradient(
    133deg,
    rgba(243, 252, 244, 0.2),
    rgba(237, 254, 239, 0.8) 55.73%,
    rgba(232, 255, 235, 0.2)
  );
}
section.helpdesk-support img {
  max-width: 400px;
  display: block;
}
span.collab-design {
  background: #10929e;
  color: #fff;
  padding: 4px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
}
.left-listing-items li {
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.left-listing-items {
  margin-top: 20px;
}

.left-listing-items li:before {
  content: "";
  position: absolute;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 8px;
  width: 22px;
  cursor: pointer;
  background-image: url(/images/helpdeskimg/green-check.svg);
  top: 5px;
  padding: 12px;
  border-radius: 50px;
}
.row-help-desk {
  max-width: 1200px;
  align-items: center;
  margin: 0 auto;
}
.talent-new .hire-contact-para {
  color: #12a6b8;
  font-weight: 600;
}
.row.row-help-desk.row-help-desk-two {
  margin-top: 40px;
}
section.helpdesk-support .row-help-desk .col-md-6:nth-child(2) img {
  margin: 0 auto;
}
.helpdesk-box button.new-enquiry {
  border: 0;
  background: transparent;
}
@media (min-width: 768px) {
  .row.technical-support .col-lg-4 {
    padding-left: 0;
  }
}
@media (max-width: 1320px) {
  .row.support-perfomus .support-box p {
    font-size: 35px;
  }
  section.help-desk-differencies .row {
    row-gap: 20px;
  }
}
@media (max-width: 991px) {
  .support-card-content h3 {
    font-size: 22px;
    font-weight: 500;
  }
  .support-card {
    padding: 35px 19px;
    min-height: 100%;
  }
  .support-card img {
    max-width: 40px;
  }
  .support-card-img {
    max-width: 85px;
    height: 85px;
  }
  ul.helpdesk-key-list {
    gap: 5px;
  }
  .row.support-row .col-md-6 {
    width: 50%;
  }
  .support-card-content {
    padding-left: 10px;
  }
  .row.support-row {
    gap: 0;
  }
  .heading-main.helpdesk-services-heading {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .row.key-row {
    margin: 0;
  }
  .helpdesk-paragraph p {
    line-height: 30px;
    font-size: 16px;
  }
  .support-content {
    padding-left: 0;
  }
  .row.technical-support .support-content h2 br {
    display: none;
  }
  .row.technical-support {
    padding: 60px 0;
  }
  .row.support-perfomus .support-box p {
    font-size: 30px;
  }
  .row.support-perfomus .support-box h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .row.key-row .col-md-6:nth-child(2) ul {
    padding-left: 0;
  }
  .row.support-row .col-md-6 {
    width: 100%;
  }
  .row.support-row {
    gap: 0;
    row-gap: 20px;
    margin-top: 30px;
  }
  .support-card {
    flex-direction: column;
  }
  .helpdesk-paragraph p {
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
  }
  .support-card-content {
    width: 100%;
  }
  section.helpdesk-support .row-help-desk-two {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  section.helpdesk-support .row.row-help-desk {
    gap: 20px;
  }

  .support-content {
    padding-left: 0;
    padding-top: 40px;
  }
  .row.technical-support {
    padding-bottom: 20px;
  }
  .row.technical-support .support-content h4 {
    font-size: 20px;
    line-height: 1.3;
  }
  .helpbg-title {
    padding: 25px 20px;
  }
  .row.technical-support .support-content h2,
  .row.technical-support .support-content h4 {
    margin-bottom: 15px;
  }
  .row.support-perfomus {
    padding: 48px 0px;
    padding-top: 0;
  }
  .left-listing-items li:before {
    top: 0;
  }
  section.helpdesk-support img {
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .support-card {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
