:root {
  --service-1-bg: #f6f5ef;
  --service-2-bg: #083920; }

[class^="section-services-"] {
  padding: 80px 0; }

@media (max-width: 767px) {
  [class^="section-services-"] {
    padding: 40px 0; } }

.section-services-1 {
  background: var(--service-1-bg); }
  .section-services-1 .heading-title {
    color: #21201e; }
    .section-services-1 .heading-title .desc {
      color: rgba(33, 32, 30, 0.6); }
  .section-services-1 .list-services {
    gap: 30px 0; }
  .section-services-1 .service-item .item-bg {
    display: inline-block;
    background: var(--shop-color-bg);
    color: #21201e;
    padding: 20px 20px 40px;
    border-radius: 16px;
    height: 100%; }
    .section-services-1 .service-item .item-bg .img {
      border-radius: 8px;
      overflow: hidden; }
      .section-services-1 .service-item .item-bg .img img {
        transition: all 0.3s; }
    .section-services-1 .service-item .item-bg .detail {
      margin-top: 30px;
      padding: 0 20px; }
      .section-services-1 .service-item .item-bg .detail .title {
        font-size: 28px;
        margin-bottom: 12px; }
      .section-services-1 .service-item .item-bg .detail .desc {
        color: rgba(33, 32, 30, 0.8); }
    .section-services-1 .service-item .item-bg:hover .img img {
      transform: scale(1.08); }
  @media (max-width: 991px) {
    .section-services-1 .list-services {
      gap: 15px; } }
  @media (max-width: 767px) {
    .section-services-1 .service-item .item-bg {
      padding: 15px 15px 25px; }
      .section-services-1 .service-item .item-bg .detail {
        margin-top: 15px;
        padding: 0; }
        .section-services-1 .service-item .item-bg .detail .title {
          font-size: 18px;
          margin-bottom: 8px; } }

.section-services-2 {
  background: var(--service-2-bg); }
  .section-services-2 .heading-title {
    color: #ffffff; }
    .section-services-2 .heading-title .desc {
      color: rgba(255, 255, 255, 0.6); }
  .section-services-2 .list-services {
    justify-content: center; }
  .section-services-2 .service-item {
    background: var(--shop-color-bg);
    color: #21201e;
    padding: 40px 30px;
    border-radius: 16px;
    height: 100%; }
    .section-services-2 .service-item .img {
      margin-bottom: 40px; }
      .section-services-2 .service-item .img img {
        max-height: 50px; }
    .section-services-2 .service-item .detail .title {
      font-size: 24px;
      margin-bottom: 12px; }
    .section-services-2 .service-item .detail .desc {
      color: rgba(33, 32, 30, 0.6); }
  @media (max-width: 991px) {
    .section-services-2 .list-services {
      gap: 15px; } }
  @media (max-width: 767px) {
    .section-services-2 .service-item {
      padding: 30px 20px; }
      .section-services-2 .service-item .img {
        margin-bottom: 20px; }
        .section-services-2 .service-item .img img {
          max-height: 40px; }
      .section-services-2 .service-item .detail .title {
        font-size: 18px; } }

.section-services-3 .list-services {
  border-top: 2px solid #21201e; }

.section-services-3 .service-item {
  padding: 40px 0;
  border-bottom: 1px solid rgba(33, 32, 30, 0.2); }
  .section-services-3 .service-item .detail {
    display: flex;
    gap: 30px; }
    .section-services-3 .service-item .detail .num {
      -ms-flex: 0 0 calc(15% - 22.5px);
      flex: 0 0 calc(15% - 22.5px);
      max-width: calc(15% - 22.5px);
      font-size: 35px;
      font-weight: 600;
      color: rgba(33, 32, 30, 0.3); }
    .section-services-3 .service-item .detail .title {
      -ms-flex: 0 0 calc(35% - 22.5px);
      flex: 0 0 calc(35% - 22.5px);
      max-width: calc(35% - 22.5px);
      margin: 0;
      font-size: 35px; }
    .section-services-3 .service-item .detail .desc {
      -ms-flex: 0 0 calc(40% - 22.5px);
      flex: 0 0 calc(40% - 22.5px);
      max-width: calc(40% - 22.5px);
      color: rgba(33, 32, 30, 0.6); }
    .section-services-3 .service-item .detail .link {
      -ms-flex: 0 0 calc(10% - 22.5px);
      flex: 0 0 calc(10% - 22.5px);
      max-width: calc(10% - 22.5px);
      text-align: right; }
      .section-services-3 .service-item .detail .link a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 1px solid rgba(33, 32, 30, 0.2); }
        .section-services-3 .service-item .detail .link a svg,
        .section-services-3 .service-item .detail .link a path {
          fill: #21201e;
          transition: all 0.3s; }
        .section-services-3 .service-item .detail .link a:hover svg {
          transform: rotate(-45deg); }

@media (max-width: 767px) {
  .section-services-3 .service-item {
    padding: 20px 0; }
    .section-services-3 .service-item .detail {
      flex-flow: wrap;
      gap: 15px; }
      .section-services-3 .service-item .detail .num, .section-services-3 .service-item .detail .title, .section-services-3 .service-item .detail .desc, .section-services-3 .service-item .detail .link {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .section-services-3 .service-item .detail .num, .section-services-3 .service-item .detail .title {
        font-size: 22px;
        line-height: 1.2; }
      .section-services-3 .service-item .detail .link {
        text-align: left; }
        .section-services-3 .service-item .detail .link a {
          width: 45px;
          height: 45px; } }

.section-services-banner {
  padding-bottom: 0; }
  .section-services-banner.has-sv {
    padding-top: 0; }
  .section-services-banner .banner {
    text-align: center; }
    .section-services-banner .banner img {
      border-radius: 16px; }
  .section-services-banner .desc {
    background: #FFE269;
    color: #21201e;
    font-size: 35px;
    font-weight: 600;
    padding: 55px 0;
    margin-top: 20px; }
  @media (max-width: 767px) {
    .section-services-banner .desc {
      font-size: 22px;
      padding: 30px 0; } }
