attent6-section-area {
    position: relative;
    z-index: 1;
}

.attent6-section-area .skils-widget-boxarea {
    position: relative;
    height: 320px;
    z-index: 1;
    background: #F9FAFB;
    border-radius: 8px;
    transition: all 0.4s;
    padding: 20px;
    margin-bottom: 30px;
}

.attent6-section-area .skils-widget-boxarea:hover {
    border-radius: var(--rounded-lg, 8px);
    background: var(--white, #FFF);
    transition: all 0.4s;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.attent6-section-area .skils-widget-boxarea:hover .icons {
    transform: rotateY(-180deg);
    transition: all 0.4s;
}

.attent6-section-area .skils-widget-boxarea .icons {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    transition: all 0.4s;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--rounded-lg, 8px);
    background: var(--white, #FFF);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}

.attent6-section-area .skils-widget-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.attent6-section-area .skils-widget-boxarea .content-area p {
    color: var(--ztc-text-text-9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.heading9 h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .heading9 h5 {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
  }
}
.heading9 h5 img {
  margin: -5px 4px 0 0;
  filter: brightness(0);
}

.heading9 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: 44px;
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 52px;
}
@media (max-width: 767px) {
  .heading9 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}
