.tabs {
  padding: 48px 0 40px;
}
.tabs .tabs__title{
	margin-bottom: 32px;
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.28571;
    color: #012527;
	text-align: center;
}
.tabs .tabs__text{
	margin-bottom: 47px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.77;
    color: #012527;
	text-align: center;
}
.tabs__list {
  border: 1px solid #a6c0c2;
  border-radius: 12px;
  background: #f6fdfc;
  display: flex;
  gap: 4px;
  justify-content: space-between;
  padding: 4px;
}
.tabs__item {
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #004c51;
  padding: 16px;
  border: 1px solid #004c51;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.tabs__item._active {
  background: #004c51;
  color: #fff;
}
.tabs__content {
  margin-top: 28px;
}
.tabs__item-content {
  display: none;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 178%;
  color: #012527;
}
.tabs__item-content._active {
  display: block;
}

/* Tab Appeal */
.tab-appeal {
}
.tab-appeal__title-main {
  font-size: 40px;
  line-height: normal;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1232px) {
  .tab-appeal__title-main {
    font-size: calc(32px + 8 * (100vw - 360px) / 872);
  }
}
.tab-appeal__list {
  padding-top: 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1232px) {
  .tab-appeal__list {
    padding-top: calc(48px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 992px) {
  .tab-appeal__list {
    gap: 8px;
    overflow-y: auto;
  }
  .tab-appeal__list::-webkit-scrollbar {
    background: transparent;
    width: 0px;
  }
  .tab-appeal__list::-webkit-scrollbar-track {
    background: transparent;
    width: 0px;
  }
  .tab-appeal__list::-webkit-scrollbar-thumb {
    background: transparent;
    width: 0px;
  }
}
@media (max-width: 992px) {
  .tab-appeal__item {
    min-width: 256px;
    max-width: 256px;
  }
}
.tab-appeal__item-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tab-appeal__thumb {
  position: relative;
}
.tab-appeal__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 1px solid #012527;
  -o-object-fit: cover;
     object-fit: cover;
}
.tab-appeal__tags {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  flex-wrap: wrap;
}
.tab-appeal__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 4px;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 1;
}
span.tab-appeal__tag.red-green {
  background: linear-gradient(90deg, rgb(223, 36, 12) 0%, rgb(0, 76, 81) 100%);
}
span.tab-appeal__tag.red {
  background-color: #df240c;
}
span.tab-appeal__tag.green {
  background-color: #004c51;
}
span.tab-appeal__tag._zakat {
  border: 1px solid #deca3c;
  background-color: #faf8db !important;
  color: #012527;
  gap: 8px;
  border-radius: 0 24px 24px 0;
  margin-left: -3px;
  position: relative;
  z-index: 0;
}
.tab-appeal__item-content {
  padding: 40px 16px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.tab-appeal__item-title {
  font-size: 28px;
  line-height: 100%;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1232px) {
  .tab-appeal__item-title {
    margin-top: calc(32px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .tab-appeal__item-title {
    font-size: calc(24px + 4 * (100vw - 360px) / 872);
  }
}
.tab-appeal__item-excerpt {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 32px;
  color: #012527;
  font-family: "TestSohne-Buch", sans-serif;
}
@media (max-width: 1232px) {
  .tab-appeal__item-excerpt {
    margin-top: calc(24px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .tab-appeal__item-excerpt {
    margin-bottom: calc(24px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .tab-appeal__item-excerpt {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.tab-appeal__more {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: auto 0 0 0;
  font-size: 18px;
  line-height: 100%;
  color: #012527;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1232px) {
  .tab-appeal__more {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.tab-appeal__more:hover {
  color: #df240c;
}

/* Tab Project */
.tab-project__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab-project__item {
  width: calc((100% - 48px) / 4);
}

@media screen and (max-width: 992px) {
  .tab-project__item {
    width: calc((100% - 16px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .tab-project__item {
    width: 100%;
  }
}

.tab-project__item-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tab-project__thumb {
  position: relative;
  border: 1px solid #012527;
  border-radius: 12px;
  overflow: hidden;
}

.tab-project__thumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab-project__price {
  position: absolute;
  top: 24px;
  left: -1px;
  padding: 11px 12px;
  border-radius: 0 24px 24px 0;
  border: 1px solid #012527;
  background: #00818a;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.14286;
  text-align: right;
  color: #fff;
}

.tab-project__price-per {
  font-weight: 400;
}

.tab-project__tag {
  position: absolute;
  bottom: 24px;
  right: -1px;
  border: 1px solid #1a8a93;
  border-radius: 100px 0 0 100px;
  background: #d4f4ee;
  padding: 9px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #012527;
}

.tab-project__item-content {
  padding: 40px 16px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.tab-project__item-title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #012527;
  margin-bottom: 24px;
}

.tab-project__item-excerpt {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.77778;
  color: #012527;
  margin-bottom: 24px;
}

.tab-project__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  border: 1px solid #004c51;
  border-radius: 100px;
  background: #004c51;
  padding: 20px 24px;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .tab-project__tag {
    font-size: 12px;
    line-height: 1;
  }

  .tab-project__item-title {
    font-size: 24px;
    line-height: 1.16667;
  }

  .tab-project__item-excerpt {
    font-size: 16px;
    line-height: 2;
  }

  .tab-project__more {
    font-size: 16px;
    line-height: 1;
  }
}

.tab-project__item-content {
  padding: 24px 16px 0;
}

/* Tab Article */
.tab-article__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab-article__item {
  width: calc((100% - 48px) / 4);
}

@media screen and (max-width: 992px) {
  .tab-article__item {
    width: calc((100% - 16px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .tab-article__item {
    width: 100%;
  }
}

.tab-article__thumb {
  position: relative;
  border: 1px solid #012527;
  border-radius: 12px;
  overflow: hidden;
}

.tab-article__thumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tab-article__label {
  position: absolute;
  top: 16px;
  left: 16px;
  border: 1px solid #012527;
  border-radius: 4px;
  background: #fff;
  padding: 8px 12px;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #012527;
}

.tab-article__item-content {
  padding: 40px 8px 0;
}

.tab-article__item-title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #012527;
  margin-bottom: 24px;
}

.tab-article__item-excerpt {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.77778;
  color: #012527;
}

@media screen and (max-width: 768px) {
  .tab-article__label {
    font-size: 12px;
    line-height: 1;
    padding: 7px 8px;
  }
  .tab-article__item-content {
    padding: 32px 8px 0;
  }
  .tab-article__item-title {
    font-size: 32px;
    line-height: 1.16667;
    margin-bottom: 24px;
  }

  .tab-article__item-excerpt {
    font-size: 16px;
    line-height: 2;
  }
}

/* Slick Slider Styles for Mobile */
@media (max-width: 767px) {
  /* Appeals Slider */
  .tab-appeal__list.slick-initialized {
    display: block;
    overflow: visible;
    padding-top: 56px;
  }

  .tab-appeal__list.slick-initialized .tab-appeal__item {
    width: 256px;
    min-width: 256px;
    max-width: 256px;
  }

  /* Articles Slider */
  .tab-article__list.slick-initialized {
    display: block;
    overflow: visible;
  }

  .tab-article__list.slick-initialized .tab-article__item {
    width: 256px;
    min-width: 256px;
    max-width: 256px;
  }

  /* Projects Slider */
  .tab-project__list.slick-initialized {
    display: block;
    overflow: visible;
  }

  .tab-project__list.slick-initialized .tab-project__item {
    width: 256px;
    min-width: 256px;
    max-width: 256px;
  }

  /* Slick track and slide styles */
  .tab-appeal__list.slick-initialized .slick-track,
  .tab-article__list.slick-initialized .slick-track,
  .tab-project__list.slick-initialized .slick-track {
    display: flex;
  }

  .tab-appeal__list.slick-initialized .slick-slide,
  .tab-article__list.slick-initialized .slick-slide,
  .tab-project__list.slick-initialized .slick-slide {
    display: block;
    height: auto;
    float: none;
    width: 256px !important;
    margin-right: 8px;
  }

  .tab-appeal__list.slick-initialized .slick-slide > div,
  .tab-article__list.slick-initialized .slick-slide > div,
  .tab-project__list.slick-initialized .slick-slide > div {
    height: 100%;
  }

  /* Center mode adjustments */
  .tab-appeal__list.slick-initialized .slick-list,
  .tab-article__list.slick-initialized .slick-list,
  .tab-project__list.slick-initialized .slick-list {
    overflow: visible;
  }
}