.tp-header-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.tp-header-logo img {
  max-height: 95px;
}
.tp-header-logo span {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}
a.language__item {
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
a.language__item._active {
  color: #050709;
}
.head_wt a.language__item {
  color: #a6a182;
}
.head_wt  a.language__item._active {
  color: #050709;
}

.head_wt.tp-header-style-4 .tp-header-bar button {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  color: #a6a182;
  border-color: #a6a182;
}
.tp-about-text ul {
  margin-left: 20px;
}


.tp-header-style-4 .tp-header-menu > nav > ul > li > a {
  padding: 16px 0;
}
.tpoffcanvas__logo img{
  max-height: 85px;
  filter: invert(1);
}
.tpoffcanvas__logo {
  display: flex;
  gap: 10px;
}
.tpoffcanvas__logo .tpoffcanvas__title p {
  font-size: 15px;
  color: #888888;
  margin-bottom: 0px;
}
.tpoffcanvas__logo a{
  width: 20%;
}
.tpoffcanvas__logo .tpoffcanvas__title{
  width: 80%;
}
.tp-footer-icon button {
  height: 56px;
  width: 54px;
  line-height: 56px;
  display: inline-block;
  text-align: center;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-copyright-style-2.tp-copyright-height-2 {
  padding: 8px 0;
}
.tp-footer-style-4 .tp-footer-widge-style-2 .tp-footer-contact ul li:nth-child(2) {
  padding-left: 88px;
}
.tp-footer-style-4 .tp-footer-widge-style-2 .tp-footer-contact ul li:nth-child(3) {
  padding-left: 60px;
}
.work_steps .active img {
  filter: invert(1);
}

.contact-field-error {
  display: none;
  margin-top: 7px;
  color: #ff6b6b;
  font-size: 13px;
  line-height: 1.4;
}

.tp-contact-input-box.has-error input,
.tp-contact-textarea-box.has-error textarea {
  border-color: #ff6b6b;
}

.contact-form-response {
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.5;
}

.contact-form-response.is-success {
  color: #155724;
  background: #d4edda;
  border: 1px solid #c3e6cb;
}

.contact-form-response.is-error {
  color: #721c24;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
}

.js-contact-submit:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.tp-service-2-text h3 {
  font-size: 20px;
  font-weight: 500;
}
.tp-service-2-text h2 {
  font-size: 28px;
  font-weight: 500;
}
span.tab-service_cat {
  width: 75%;
  height: auto;
}

.articles_catalog {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
.item-article {
  display: flex;
  width: calc((100% / 3) - 48px);
}

.newsletter-message {
  margin-top: 10px;
  font-size: 14px;
}

.newsletter-message.success {
  color: #198754;
}

.newsletter-message.error {
  color: #dc3545;
}
a.block_height {
  display: block;
  width: 100%;
  height: 480px;
}
.tp-project-4-date{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tp-project-4-date span {
  display: block;
  height: max-content;
  line-height: 1;
}
.tp-header-menu > nav > ul > li > .submenu {
  min-width: 230px;
}

main.project-details-page {
  padding-top: 98px;
}

 .project-details-page {
   overflow: hidden;
 }

.project-details-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-details-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
          180deg,
          rgba(0, 0, 0, 0.12) 0%,
          rgba(0, 0, 0, 0.82) 100%
  );
}

.project-details-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 90px 0 70px;
  color: #fff;
}

.project-details-hero__category {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #c0b89a;
}

.project-details-hero__title {
  max-width: 950px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.08;
}

.project-details-hero__description {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.75;
}

.project-details-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}

.project-details-breadcrumb,
.project-details-breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
}

.project-details-breadcrumb a:hover {
  color: #fff;
}

.project-details-info {
  position: relative;
  z-index: 5;
  margin-top: -45px;
}

.project-details-info__inner {
  padding: 30px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.09);
}

.project-info-item {
  height: 100%;
  padding: 15px 20px;
  border-right: 1px solid #e7e7e7;
}

.project-details-info .col-lg-3:last-child .project-info-item {
  border-right: 0;
}

.project-info-item__label {
  display: block;
  margin-bottom: 7px;
  color: #898989;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.project-info-item__value {
  margin: 0;
  color: #161616;
  font-size: 18px;
  font-weight: 600;
}

.project-content {
  color: #555;
  font-size: 17px;
  line-height: 1.85;
}

.project-content h2,
.project-content h3,
.project-content h4 {
  margin-top: 35px;
  margin-bottom: 18px;
  color: #161616;
}

.project-content h2:first-child,
.project-content h3:first-child {
  margin-top: 0;
}

.project-content p:last-child {
  margin-bottom: 0;
}

.project-content img {
  max-width: 100%;
  height: auto;
}

.project-section-title {
  margin-bottom: 28px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.2;
}

.project-gallery-item {
  position: relative;
  display: block;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
  background: #eee;
}

.project-gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.project-gallery-item:hover img {
  transform: scale(1.04);
}

.project-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  background: #000;
}

.project-video iframe,
.project-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.related-project-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #111;
}

.related-project-card__image {
  display: block;
  height: 420px;
  overflow: hidden;
}

.related-project-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.related-project-card:hover .related-project-card__image img {
  transform: scale(1.05);
}

.related-project-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 35px 30px 28px;
  background: linear-gradient(
          180deg,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 0.88) 100%
  );
}

.related-project-card__title {
  margin-bottom: 12px;
  color: #fff;
  font-size: 23px;
}

.related-project-card__title a {
  color: inherit;
}

.related-project-card__text {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.related-project-card__link {
  color: #fff;
  font-weight: 600;
}

.related-project-card__link:hover {
  color: #c0b89a;
}

@media (max-width: 991.98px) {
  .project-details-hero {
    min-height: 500px;
  }

  .project-info-item {
    border-right: 0;
    border-bottom: 1px solid #e7e7e7;
  }

  .project-details-info .col-lg-3:last-child .project-info-item {
    border-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .project-details-hero {
    min-height: 460px;
  }

  .project-details-hero__content {
    padding: 70px 0 55px;
  }

  .project-details-hero__description {
    font-size: 16px;
  }

  .project-details-info {
    margin-top: 0;
  }

  .project-details-info__inner {
    padding: 15px;
  }

  .related-project-card__image {
    height: 360px;
  }
}

@media (max-width: 767px) {
  a.language__item {
    color: #050709;
  }
}

main.article-details-page {
  padding-top: 98px;
}
 .article-details-page {
   overflow: hidden;
 }

.article-hero {
  position: relative;
  min-height: 570px;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
          180deg,
          rgba(0, 0, 0, 0.12) 0%,
          rgba(0, 0, 0, 0.88) 100%
  );
}

.article-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 90px 0 70px;
}

.article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.article-breadcrumb,
.article-breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.article-breadcrumb a:hover {
  color: #fff;
}

.article-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  align-items: center;
  margin-bottom: 20px;
}

.article-hero__category {
  display: inline-block;
  color: #c0b89a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.article-hero__date {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.article-hero__title {
  max-width: 1050px;
  margin: 0 0 25px;
  color: #fff;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.08;
}

.article-hero__description {
  max-width: 800px;
  margin: 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: 18px;
  line-height: 1.75;
}

.article-body {
  padding-top: 110px;
  padding-bottom: 110px;
}

.article-content {
  color: #525252;
  font-size: 17px;
  line-height: 1.9;
}

.article-content > *:first-child {
  margin-top: 0;
}

.article-content > *:last-child {
  margin-bottom: 0;
}

.article-content h2 {
  margin-top: 50px;
  margin-bottom: 22px;
  color: #171717;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.25;
}

.article-content h3 {
  margin-top: 40px;
  margin-bottom: 18px;
  color: #171717;
  font-size: 30px;
  line-height: 1.3;
}

.article-content h4 {
  margin-top: 32px;
  margin-bottom: 15px;
  color: #171717;
  font-size: 24px;
}

.article-content p {
  margin-bottom: 22px;
}

.article-content ul,
.article-content ol {
  margin-bottom: 25px;
  padding-left: 25px;
}

.article-content li {
  margin-bottom: 10px;
}

.article-content blockquote {
  position: relative;
  margin: 40px 0;
  padding: 30px 35px;
  border-left: 4px solid #b0a98c;
  background: #f6f5f1;
  color: #252525;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}

.article-content img {
  max-width: 100%;
  height: auto;
  margin: 25px 0;
}

.article-content a {
  color: #91896b;
  text-decoration: underline;
}

.article-content table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
}

.article-content th,
.article-content td {
  padding: 14px;
  border: 1px solid #dedede;
}

.article-sidebar {
  position: sticky;
  top: 120px;
}

.article-sidebar__box {
  padding: 30px;
  border: 1px solid #e4e4e4;
  background: #fff;
}

.article-sidebar__title {
  margin-bottom: 22px;
  color: #171717;
  font-size: 21px;
}

.article-sidebar__item {
  padding: 16px 0;
  border-bottom: 1px solid #e8e8e8;
}

.article-sidebar__item:first-child {
  padding-top: 0;
}

.article-sidebar__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.article-sidebar__label {
  display: block;
  margin-bottom: 5px;
  color: #969696;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.article-sidebar__value {
  margin: 0;
  color: #202020;
  font-size: 16px;
  font-weight: 600;
}

.article-back-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
  color: #171717;
  font-weight: 600;
}

.article-back-link:hover {
  color: #938b6d;
}

.related-news {
  padding: 110px 0;
  background: #f6f6f4;
}

.related-news__heading {
  margin-bottom: 50px;
}

.related-news__subtitle {
  display: block;
  margin-bottom: 12px;
  color: #aaa383;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.related-news__title {
  margin: 0;
  color: #171717;
  font-size: clamp(34px, 4vw, 52px);
}

.news-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  transition:
          transform 0.3s ease,
          box-shadow 0.3s ease;
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.09);
}

.news-card__image {
  position: relative;
  display: block;
  height: 270px;
  overflow: hidden;
  background: #ebebeb;
}

.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-card:hover .news-card__image img {
  transform: scale(1.05);
}

.news-card__content {
  padding: 28px;
}

.news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
  margin-bottom: 14px;
  color: #999;
  font-size: 13px;
}

.news-card__category {
  color: #9c9475;
  font-weight: 700;
  text-transform: uppercase;
}

.news-card__title {
  margin-bottom: 14px;
  color: #171717;
  font-size: 22px;
  line-height: 1.35;
}

.news-card__title a {
  color: inherit;
}

.news-card__description {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 20px;
  color: #666;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-card__link {
  display: inline-flex;
  align-items: center;
  color: #171717;
  font-weight: 600;
}

.news-card__link:hover {
  color: #9c9475;
}

@media (max-width: 991.98px) {
  .article-hero {
    min-height: 520px;
  }

  .article-sidebar {
    position: static;
    margin-top: 50px;
  }

  .tp-header-area.tp-header-tranparent.tp-header-style-4.tp-int-menu.tp-header-sticky-cloned.tp-header-pinned {
    display: none;
  }
}

.breadcrumb__overlay::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.54) 100%);
}

@media (max-width: 767.98px) {
  .article-hero {
    min-height: 480px;
  }

  .article-hero__content {
    padding: 70px 0 50px;
  }

  .article-hero__description {
    font-size: 16px;
  }

  .article-body {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .article-content {
    font-size: 16px;
  }

  .article-content blockquote {
    padding: 25px;
    font-size: 18px;
  }

  .related-news {
    padding: 75px 0;
  }

  .news-card__image {
    height: 240px;
  }
}

.faq-columns {
  align-items: flex-start;
}

.faq-accordion .accordion-item {
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.035);
}

.faq-accordion .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 72px;
  padding: 15px 58px 15px 18px;
  background: #ffffff;
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #171717;
  color: #ffffff;
}

.faq-number {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(158, 145, 99, 0.45);
  border-radius: 50%;
  color: #9e9163;
  font-size: 12px;
  font-weight: 700;
}

.accordion-button:not(.collapsed) .faq-number {
  border-color: #9e9163;
  background: #9e9163;
  color: #ffffff;
}

.faq-question {
  display: block;
  flex: 1;
}

.faq-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

.faq-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #171717;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.faq-icon span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-button:not(.collapsed) .faq-icon span {
  background: #ffffff;
}

.accordion-button:not(.collapsed) .faq-icon span:last-child {
  opacity: 0;
  transform: translate(-50%, -50%);
}

.faq-answer {
  padding: 18px 22px 22px 72px;
  background: #ffffff;
  color: #666666;
  font-size: 15px;
  line-height: 1.7;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}
.faq-section {
  background: #ffffff;
}

@media (max-width: 991px) {
  .faq-columns {
    --bs-gutter-y: 14px;
  }

  .faq-accordion .accordion-item {
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .faq-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .faq-title {
    font-size: 32px;
  }

  .faq-accordion .accordion-button {
    min-height: 68px;
    padding: 14px 52px 14px 14px;
    font-size: 15px;
  }

  .faq-number {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    font-size: 11px;
  }

  .faq-answer {
    padding: 16px 16px 20px;
  }
}

.service_item_top {
  display: flex;
  gap: 32px;
}