/* article-title-area */

.article-title-area {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: 70px;
  position: relative;
  gap: 0;
  background: #acdcd2;
}

.article-title-area-breadcrumbs {
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
}

.article-title-area-breadcrumbs .breadcrumbs-list {
  padding-left: 0;
}

.article-title-area-content {
  display: flex;
  height: 400px;
  align-items: flex-end;
}

.article-title-text {
  padding: 30px 0px 57px;
  background: #16342d;
  position: relative;
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.article-title-area-content .blog-item-meta {
  color: #fff;
}

.article-title-area-content .blog-item-tag {
  border-color: #fff;
}

.article-title-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: inherit;
}

.article-title-text:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  right: -100%;
  background: inherit;
}

.article-title {
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  transform: translateX(-10px);
  max-width: 90%;
}

.article-text {
  padding-top: 6px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.4;
  width: 80%;
}

@media (max-width: 1024px) {
    
  .article-title-area-breadcrumbs {
    overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;      
  }
    
  .article-title-area-content {
    height: 360px;
  }

  .article-title-text {
    padding: 76px 0px 60px;
  }

  .article-title {
    font-size: 32px;
    width: 60%;
    transform: translateX(0);
  }

  .article-text {
    font-size: 18px;
    width: 60%;
  }
}

@media (max-width: 767px) {
  .article-title-area-content {
    height: 300px;
  }

  .article-title-text {
    padding: 33px 0px 43px;
  }

  .article-title {
    font-size: 28px;
    transform: translateX(0);
    width: 100%;
  }

  .article-text {
    font-size: 16px;
    width: 100%;
  }
}

.blog-item-meta {
  display: flex;
  gap: 18px;
  opacity: 0.5;
  color: #000;
  font-size: 18px;
  align-items: center;
}

.blog-item-tag {
  border: 1px solid #000;
  border-radius: 47px;
  padding: 4px 10px;
}

/* article-content */

.article-content {
  display: flex;
  justify-content: flex-end;
}

.article-content .content {
  width: 65%;
  padding: 34px 0 44px;
}

.article-content img {
  width: 100%;
  padding: 16px 0 24px;
}

.article-author {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  gap: 12px;
  margin-bottom: 24px;
}

.article-author-image {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}

.article-author-image img {
  width: 100%;
  position: absolute;
  object-fit: cover;
  pointer-events: none;
  padding: 0;
}

.article-author span {
  opacity: 0.5;
  line-height: 1;
}

.article-content h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 24px;
}

.article-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 20px;
}

.article-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 20px;
  width: 80%;
}

.article-content ul,
.article-content ol {
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.article-content li {
  margin-left: 32px;
}

@media (max-width: 1024px) {
  .article-content .content {
    width: 100%;
  }

  .article-content p {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .article-content h2 {
    font-size: 22px;
    padding-bottom: 16px;
  }

  .article-content h3 {
    font-size: 18px;
    padding-bottom: 16px;
  }

  .article-content ul,
  .article-content ol,
  .article-content p {
    font-size: 16px;
  }
}

/* related-services */

.related {
  padding: 84px 0 100px;
  background: #acdcd2;
  overflow: hidden;
}
.related-services-title-area,
.related-articles-title-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.related-services-title-text,
.related-articles-title-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.related-services-subtitle,
.related-articles-subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  opacity: 0.4;
}

.related-services-slider,
.related-articles-slider {
  overflow: visible;
  width: 100%;
}

.related-services-content,
.related-articles-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.related-articles-content {
  padding-top: 98px;
}

.related-services-item {
  padding: 22px;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  min-height: 400px;
  justify-content: space-between;
}

.related-services-item:hover {
  filter: brightness(0.97);
}

.related-services-item-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.related-services-item-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  width: 90%;
}

.related-articles-item-title {
  line-height: 1;
  font-weight: 500;
  width: 90%;
  font-size: 32px;
}

.related-services-item-arrow {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}

.related-articles-item {
  padding: 22px;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  min-height: 270px;
  justify-content: space-between;
}

.related-services-item:hover {
  filter: brightness(0.97);
}

@media (max-width: 1024px) {
  .related-services-item-title {
    width: 100%;
  }

  .related-articles-item {
    min-height: 240px;
  }

  .related-articles-item-title {
    width: 100%;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .related-services-item {
    padding: 29px 22px;
    min-height: 200px;
  }

  .related-services-item-text {
    gap: 10px;
  }

  .related-services-item-title {
    font-size: 18px;
    width: 100%;
  }

  .related-services-subtitle,
  .related-articles-subtitle {
    font-size: 18px;
  }
}

/* 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 --- */


.article-share {
  padding-top: 44px;
  display: flex;
  gap: 36px;
  align-items: center;
  position: relative;
  width: fit-content;
}

@media (max-width: 767px) {
  .article-share {
    gap: 24px;
    padding-top: 32px;
  }
}

.article-copy-link {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.article-copy-toast {
  position: absolute;
  left: 0;
  bottom: -10px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
  white-space: nowrap;
}

.article-copy-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}
