/**** SERVICES SUBCATEGORY PAGE ****/

/* SERVICES-SUB-CAT TITLE AREA */

.s-cat-title-area {
  padding-top: 70px;
  overflow: hidden;
}

/* breadcrumbs */

.services-title-area-breadcrumbs {
  background: #f2f2f2;
}

.breadcrumbs-list {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 21px 0 21px 0px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.breadcrumbs-item {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  opacity: 0.3;
  text-transform: uppercase;
}

.breadcrumbs-item a {
  color: inherit;
  text-decoration: none;
  padding: 21px 0;
}

.breadcrumbs-item a:hover {
  text-decoration: underline;
}

.breadcrumbs-item + .breadcrumbs-item::before {
  content: "|";
  margin-right: 12px;
  color: #000;
  opacity: 0.3;
}

.breadcrumbs-current {
  opacity: 1;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .breadcrumbs-list {
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs-list {
    padding: 17px 0 17px 0px;
    gap: 8px;
  }

  .breadcrumbs-item {
    font-size: 12px;
  }

  .breadcrumbs-item + .breadcrumbs-item::before {
    margin-right: 8px;
  }
}

/* -- breadcrumbs -- */

/* --- SERVICES-SUB-CAT TITLE AREA --- */

/* SERVICES SUB-CAT LIST */

.services-subcat-list {
  padding: 84px 0;
}

.services-subcat-list-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.services-subcat-list-title-area {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.services-subcat-list-subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.services-subcat-list-title {
  font-size: 52px;
  font-weight: 600;
  line-height: 1;
}

.services-subcat-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
}

.services-subcat-list-items li {
  width: calc((100% - 32px) / 3);
}

.subcat-list-item-title {
  max-width: 280px;
}

.subcat-list-item-arrow {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.services-subcat-list-items li a {
  height: 226px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background: #c9b6f4;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

.services-subcat-list-items li a:hover {
    filter: brightness(0.97);
}

@media (max-width: 1024px) {
  .services-subcat-list {
    padding: 50px 0;
  }

  .services-subcat-list-items li {
    width: 100%;
  }

  .subcat-list-item-title {
    max-width: 400px;
  }
}

@media (max-width: 820px) {
  .services-subcat-list-subtitle {
    font-size: 20px;
  }

  .services-subcat-list-title {
    font-size: 32px;
  }

  .services-subcat-list-items li a {
    padding: 20px 40px;
  }
}

@media (max-width: 767px) {
  .services-subcat-list {
    padding: 34px 0 54px;
  }

  .services-subcat-list-subtitle {
    font-size: 16px;
  }

  .services-subcat-list-title {
    font-size: 28px;
  }

  .services-subcat-list-content {
    gap: 34px;
  }

  .services-subcat-list-items {
    gap: 5px;
  }

  .services-subcat-list-items li a {
    padding: 29px 22px;
    font-size: 16px;
    height: auto;
  }

  .subcat-list-item-title {
    max-width: auto;
  }

  .subcat-list-item-arrow {
    display: none;
  }
}

/* --- SERVICES SUB-CAT LIST --- */

/* OTHER CAT */

.other-cat {
  background: #c9b6f4;
  padding: 74px 0 114px;
  overflow: hidden;
}

.other-cat-content {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.other-cat-title-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.other-cat-title-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.other-cat-subtitle {
  font-size: 28px;
  color: #000;
  opacity: 0.4;
}

.other-cat-slider {
  width: 100%;
  overflow: visible;
}

.other-cat-item {
  background: #ffffff;
  padding: 24px;
  height: 226px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  box-shadow: 0px 0px 0px 1px rgba(205, 205, 205, 1) inset;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(205, 205, 205, 1) inset;
  -moz-box-shadow: 0px 0px 0px 1px rgba(205, 205, 205, 1) inset;
}

.other-cat-item:hover {
    filter: brightness(0.97);
}

.other-cat-item-arrow {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .other-cat {
    padding: 64px 0 84px;
  }

  .other-cat-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .other-cat {
    padding: 36px 0 120px;
  }

  .other-cat-content {
    position: relative;
  }

  .other-cat-slider-navigation {
    position: absolute;
    bottom: -80px;
    left: 0;
  }

  .other-cat-item {
    height: 155px;
    font-size: 16px;
    padding: 16px;
  }

  .other-cat-item-arrow {
    font-size: 24px;
  }

  .other-cat-subtitle {
    font-size: 18px;
  }
}

/* --- OTHER CAT --- */

/* CTA */

.cta {
  height: 100vh;
  background: #6c2f16;
  position: relative;
}

.inner-cta {
  padding: 92px 0;
}

.inner-cta .cta-content {
  width: 100%;
  background: red;
  position: relative;
  overflow: hidden;
  max-height: 640px;
}

.cta-bg {
  background: #6c2f16;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cta-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cta-content {
  z-index: 1;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
}

.cta-slogan {
  color: #fff;
  font-size: 76px;
  line-height: 1;
  max-width: 1000px;
  text-align: center;
  font-weight: 600;
  z-index: 3;
}

.cta-btn {
  background-color: transparent;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1) inset;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1) inset;
  -moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1) inset;
  z-index: 3;
}

@media (max-width: 1024px) {
  .cta {
    height: 50vh;
  }

  .cta-slogan {
    font-size: 64px;
  }

  .inner-cta {
    padding: 64px 0;
  }
  
  .cta-content {
      max-height: 50vh;
  }
}

@media (max-width: 820px) {
  .cta-slogan {
    font-size: 54px;
  }

  .inner-cta .cta-content {
    max-height: 480px;
  }
}

@media (max-width: 767px) {
  .cta-slogan {
    font-size: 44px;
  }

  .cta-btn {
    font-size: 12px;
    padding: 20px;
  }

  .inner-cta {
    padding: 44px 0;
  }

  .inner-cta .cta-content {
    max-height: 300px;
  }
  
  .cta-content {
      max-height: 50vh;
  }

  .inner-cta .cta-slogan {
    font-size: 32px;
    max-width: 90%;
  }
}

/* --- CTA --- */
