.skills {
  padding: 35px 0;
}
.hiring-perks-section + .skills {
  margin-top: 35px;
}
.skills:has(+ .front-back-tech) {
  margin-bottom: 35px;
}
.skills + .left-right-tabbing-section:not(.bg-white) {
  padding-top: 50px;
  margin-top: 35px;
  margin-bottom: 70px;
}

.skills.blur-ele {
  overflow-x: clip;
}

.skills .list-wrapper {
  margin: 45px auto 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.skills .section-title .content {
  margin: 0 auto;
  max-width: 1000px;
}

.skills .list-wrapper .list {
  width: 100%;
  background-color: var(--new-theme-gray-50);
  border-radius: 12px;
  position: relative;
  padding: 20px;
  transition: 200ms;
  padding: 24px 20px 20px 20px;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.skills .list-wrapper .list .icon {
  width: 48px;
  height: 48px;
  left: 20px;
  top: 50%;
  /* background: url(../../images/hex-dual-dark.svg) no-repeat; */
  background: var(--BluePrimary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 0 0 20px; */
}

.skills .list-wrapper .list ul li::marker {
  color: var(--PrimaryGreen);
}

.icon-top .list-wrapper .list .icon {
  top: 32px;
  transform: unset !important;
}

.skills .list-wrapper .list .icon img {
  max-height: 16px;
}
.skills .list-wrapper .list p:not(:last-child) {
  margin-bottom: 15px;
}
.skills .list-wrapper .list p {
  width: calc(100% - 48px);
  width: 100%;
  padding-left: 20px;
  font-family: var(--bricolage);
  color: var(--new-theme-black-50);
}

/* .skills .list-wrapper .list p strong {
  text-decoration: ;
} */
.skills .list-wrapper .list p strong:has(a) {
  text-underline-offset: 5px;
  text-decoration: underline;
}
.skills .list-wrapper .list ul {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.skills .action-and-details {
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
.skills .action-and-details .btn {
  margin: 0 auto;
}

.skills .list-wrapper .list:hover {
  /* box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px; */
}

.skills.blur-ele:before {
  left: auto;
  top: 310px;
  width: 922px;
  height: 305px;
  right: 140px;
}

.skills.blur-ele:after {
  bottom: auto;
  width: 875px;
  height: 544px;
  top: 39%;
  left: 130px;
}

.skills .list-wrapper .list .icon .icon-dv {
  width: 16px;
  height: 17px;
  background: url(../../images/round-with-checkmark.svg) no-repeat 0 0;
  background-position: 0 0;
  transition: 400ms;
}

.skills .list-wrapper .list:hover .icon .icon-dv {
  /* transform: scaleX(-1); */
}

/**/
.skills-tab-section {
  padding: 65px 0;
  position: relative;
}

.skills-tab-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../../images/shape-pattern-1.png);
  z-index: -1;
  opacity: 0.5;
}

.skills-tab-section .container {
  max-width: 1433px;
  margin: 0 auto;
}

.skills-tab-section .tab-wrapper {
  display: flex;
  margin: 80px 0 70px;
  flex-direction: column;
  box-shadow: 0px 4px 115px rgba(10, 2, 64, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.skills-tab-section .tab-wrapper .tab-content-wrapper:hover .tab-content {
  overflow: auto;
}

.skills-tab-section .tab-wrapper .tabs-container {
  display: none;
  width: 100%;
  background: #0a0240;
  padding: 40px 20px;
  z-index: 1;
  overflow: hidden;
}

.skills-tab-section .tab-wrapper .tabs-container > .tab-click {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  position: relative;
  z-index: 1;
}

.skills-tab-section .tab-wrapper .tabs-container > .tab-click:first-child {
  padding-top: 0;
}

.skills-tab-section .tab-wrapper .tabs-container > .tab-click:last-child {
  border: 0;
  padding-bottom: 0;
}

.skills-tab-section .tab-wrapper .tabs-container > .tab-click.current {
  color: #a3f26b;
}

.skills-tab-section .tab-wrapper .tabs-container.tab-topclick-mobile {
  display: block;
}

.skills-tab-section .tab-wrapper .tab-content-wrapper {
  padding: 40px 20px;
  background: var(--white);
  flex: 1;
}

.skills-tab-section .tab-wrapper h3,
.skills-tab-section .tab-wrapper h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}

.skills-tab-section .tab-wrapper .tab-content {
  max-height: 594px;
  overflow: hidden;
  padding-right: 15px;
  scrollbar-gutter: stable;
}

.skills-tab-section .tab-wrapper .skills-list {
  margin-top: 36px;
}

.skills-tab-section .tab-wrapper .skills-list ul {
  padding: 0;
  list-style: none;
}

.skills-tab-section .tab-wrapper .skills-list ul li {
  padding: 0 0 0 20px;
  position: relative;
  font-size: 19px;
  line-height: 31px;
  letter-spacing: 0.5px;
}

.skills-tab-section .tab-wrapper .skills-list ul li:after {
  top: 13px;
}

.skills-tab-section .tab-wrapper .skills-list ul li:last-child {
  margin-bottom: 0;
}

.skills-tab-section .tab-wrapper .tabs-container.blur-ele:before {
  top: auto;
  bottom: -80px;
  opacity: 0.3;
}

.skills-tab-section .tab-wrapper .tabs-container.blur-ele:after {
  opacity: 0.3;
}

.skills-tab-section .tab-wrapper .tabs-container .hex-logo {
  display: none;
}

@media (min-width: 576px) {
  .skills .list-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 32px;
  }
}

@media (min-width: 768px) {
  .skills .list-wrapper .list .icon {
    position: absolute;
    margin: 0;
    transform: translateY(-50%);
  }

  .skills .list-wrapper .list {
    padding: 30px 30px 30px 82px;
    margin: 0 10px;
    display: flex;
    align-items: center;
  }
  .skills + .left-right-tabbing-section:not(.bg-white) {
    padding-top: 70px;
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .skills {
    padding: 50px 0;
  }
  .hiring-perks-section + .skills {
    margin-top: 50px;
  }
  .skills:has(+ .front-back-tech) {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .skills-tab-section .tab-wrapper {
    flex-direction: row;
    border-radius: 24px;
  }

  .skills-tab-section .tab-wrapper .tabs-container {
    max-width: 448px;
    padding: 40px 50px;
  }

  .skills-tab-section .tab-wrapper .tabs-container {
    display: flex;
    flex-direction: column;
  }

  .skills-tab-section .tab-wrapper .tabs-container.tab-topclick-mobile {
    display: none;
  }

  .skills-tab-section .tab-wrapper .tab-content-wrapper {
    padding: 40px 50px;
  }

  .skills-tab-section .tab-wrapper .tab-content {
    padding-right: 50px;
  }

  .skills-tab-section .tab-wrapper .tabs-container .tab-click {
    padding: 30px 0;
  }

  .skills-tab-section .tab-wrapper h3,
  .skills-tab-section .tab-wrapper h4 {
    font-size: 36px;
  }

  .skills-tab-section .tab-wrapper .tabs-container .hex-logo {
    display: block;
    opacity: 0.4;
    position: absolute;
    left: 0;
    bottom: -190px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 83%;
  }
}

@media (min-width: 1200px) {
  .skills .list-wrapper .list {
    padding: 20px 30px 20px 82px;
    margin: 0;
    min-height: 90px;
  }
}

@media (min-width: 1430px) {
  .skills .list-wrapper .list {
    padding: 30px 30px 30px 102px;
  }
  .skills .list-wrapper .list .icon {
    /* width: 48px; */
    /* height: 55px; */
    left: 30px;
  }
  .skills {
    padding: 75px 0;
  }
  .hiring-perks-section + .skills {
    margin-top: 75px;
  }
  .skills + .left-right-tabbing-section:not(.bg-white) {
    padding-top: 100px;
    margin-top: 75px;
    margin-bottom: 150px;
  }
  .skills:has(+ .front-back-tech) {
    margin-bottom: 75px;
  }
}

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

@media (max-width: 991px) {
  .skills .list-wrapper.skills-mob-slider {
    grid-template-columns: repeat(1, 1fr);
  }
}
