.elementor-7 .elementor-element.elementor-element-d51c278{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-0b27758{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-37fca69{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-ce2713d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-0b27758 */html {
  scroll-behavior: smooth;
}

.itc-blog-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 84% 18%,
      rgba(56, 119, 101, 0.14),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #f8faf9 0%,
      #eef5f1 100%
    );
  border-bottom: 1px solid rgba(31, 86, 70, 0.1);
}

.itc-blog-hero__container {
  width: min(1180px, calc(100% - 40px));
  min-height: 510px;
  margin: 0 auto;
  display: grid;
  grid-template-columns:
    minmax(0, 1.1fr)
    minmax(300px, 0.9fr);
  align-items: center;
  gap: 76px;
  padding: 140px 0 70px;
}

.itc-blog-hero__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.itc-blog-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.itc-blog-hero__breadcrumb a {
  color: #2e6f5d;
  font-weight: 600;
  text-decoration: none;
  transition:
    color 0.25s ease,
    opacity 0.25s ease;
}

.itc-blog-hero__breadcrumb a:hover {
  color: #173d32;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.itc-blog-hero__breadcrumb span[aria-hidden="true"] {
  color: rgba(46, 111, 93, 0.38);
}

.itc-blog-hero__breadcrumb span[aria-current="page"] {
  color: #74827d;
}

.itc-blog-hero__signature {
  display: block;
  margin-bottom: 14px;
  color: rgba(46, 111, 93, 0.72);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.itc-blog-hero h1 {
  max-width: 690px;
  margin: 0;
  color: #173d32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5.8vw, 74px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.itc-blog-hero__description {
  max-width: 640px;
  margin: 26px 0 0;
  color: #50645d;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.72;
}

.itc-blog-hero__link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 32px;
  padding-bottom: 7px;
  color: #1f5f4d;
  border-bottom: 1px solid rgba(31, 95, 77, 0.34);
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    gap 0.25s ease;
}

.itc-blog-hero__link:hover {
  gap: 18px;
  color: #123f33;
  border-color: #123f33;
}

.itc-blog-hero__visual {
  position: relative;
  min-height: 395px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.itc-blog-hero__circle {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 35% 30%,
      rgba(255, 255, 255, 0.94),
      rgba(207, 226, 218, 0.72) 58%,
      rgba(155, 193, 179, 0.48) 100%
    );
  box-shadow:
    0 28px 65px rgba(31, 86, 70, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.68);
}

.itc-blog-hero__circle::before,
.itc-blog-hero__circle::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(46, 111, 93, 0.14);
}

.itc-blog-hero__circle::before {
  inset: -28px;
}

.itc-blog-hero__circle::after {
  inset: 44px;
}

.itc-blog-hero__spine {
  position: relative;
  z-index: 2;
  width: 148px;
  height: 320px;
  color: rgba(31, 95, 77, 0.8);
  filter: drop-shadow(
    0 16px 20px rgba(31, 86, 70, 0.12)
  );
}

.itc-blog-hero__detail {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: #2e6f5d;
}

.itc-blog-hero__detail--one {
  width: 8px;
  height: 8px;
  top: 50px;
  right: 50px;
  opacity: 0.38;
}

.itc-blog-hero__detail--two {
  width: 5px;
  height: 5px;
  bottom: 90px;
  left: 36px;
  opacity: 0.36;
}

.itc-blog-hero__detail--three {
  width: 11px;
  height: 11px;
  right: 84px;
  bottom: 44px;
  opacity: 0.16;
}

@media (max-width: 900px) {
  .itc-blog-hero__container {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 66px 0 52px;
  }

  .itc-blog-hero__content {
    max-width: 760px;
  }

  .itc-blog-hero__visual {
    min-height: 290px;
  }

  .itc-blog-hero__circle {
    width: 255px;
    height: 255px;
  }

  .itc-blog-hero__spine {
    width: 116px;
    height: 255px;
  }
}

@media (max-width: 600px) {
  .itc-blog-hero__container {
    width: min(100% - 32px, 1180px);
    gap: 28px;
    padding: 48px 0 38px;
  }

  .itc-blog-hero__breadcrumb {
    margin-bottom: 21px;
    font-size: 12px;
  }

  .itc-blog-hero__signature {
    margin-bottom: 12px;
    font-size: 9px;
    letter-spacing: 0.14em;
  }

  .itc-blog-hero h1 {
    font-size: clamp(40px, 12vw, 55px);
    line-height: 1.02;
  }

  .itc-blog-hero__description {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.65;
  }

  .itc-blog-hero__link {
    margin-top: 26px;
  }

  .itc-blog-hero__visual {
    min-height: 220px;
  }

  .itc-blog-hero__circle {
    width: 195px;
    height: 195px;
  }

  .itc-blog-hero__spine {
    width: 88px;
    height: 195px;
  }

  .itc-blog-hero__detail--one {
    top: 30px;
    right: 28px;
  }

  .itc-blog-hero__detail--two {
    bottom: 56px;
    left: 24px;
  }

  .itc-blog-hero__detail--three {
    right: 50px;
    bottom: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce2713d */.blog-posts-section {
    padding: 90px 0;
    background: #ffffff;
}

.blog-posts-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.blog-post-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(31, 86, 70, 0.12);
    border-radius: 22px;
    box-shadow: 0 14px 40px rgba(28, 65, 54, 0.07);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.blog-post-card:hover {
    transform: translateY(-6px);
    border-color: rgba(46, 111, 93, 0.28);
    box-shadow: 0 22px 50px rgba(28, 65, 54, 0.12);
}

.blog-post-thumb {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eaf2ee;
    text-decoration: none;
}

.blog-post-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-post-card:hover .blog-post-thumb img {
    transform: scale(1.045);
}

.blog-post-thumb-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(
            circle at 70% 25%,
            rgba(255, 255, 255, 0.75),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #dfece6 0%,
            #b9d3c8 100%
        );
}

.blog-post-thumb-fallback span {
    color: #285f50;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.blog-post-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px 26px 24px;
}

.blog-post-tag {
    align-self: flex-start;
    margin-bottom: 14px;
    color: #2e6f5d;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.blog-post-title {
    margin: 0;
    color: #173d32;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: -0.025em;
}

.blog-post-title a {
    color: inherit;
    text-decoration: none;
}

.blog-post-title a:hover {
    color: #2e6f5d;
}

.blog-post-excerpt {
    margin: 16px 0 0;
    color: #61716b;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

.blog-post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 24px;
}

.blog-post-date {
    color: #82908b;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

.blog-post-arrow {
    flex-shrink: 0;
    color: #1f5f4d;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.blog-post-arrow:hover {
    color: #123f33;
    transform: translateX(3px);
}

.blog-posts-actions {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.itc-btn {
    min-height: 48px;
    padding: 13px 24px;
    border-radius: 999px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.itc-btn-outline {
    color: #1f5f4d;
    background: transparent;
    border: 1px solid rgba(31, 95, 77, 0.35);
}

.itc-btn-outline:hover {
    color: #ffffff;
    background: #1f5f4d;
    border-color: #1f5f4d;
    transform: translateY(-2px);
}

.itc-btn:disabled {
    cursor: wait;
    opacity: 0.65;
    transform: none;
}

.blog-posts-empty,
.blog-posts-error {
    padding: 44px 24px;
    text-align: center;
    background: #f4f8f6;
    border: 1px solid rgba(31, 86, 70, 0.1);
    border-radius: 18px;
}

.blog-posts-empty p,
.blog-posts-error p {
    margin: 0;
    color: #50645d;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.blog-post-skeleton {
    pointer-events: none;
}

.blog-post-skeleton .blog-post-thumb,
.skeleton-line {
    background:
        linear-gradient(
            90deg,
            #edf2ef 25%,
            #f8faf9 50%,
            #edf2ef 75%
        );
    background-size: 200% 100%;
    animation: itcSkeleton 1.4s infinite;
}

.skeleton-line {
    height: 12px;
    margin-bottom: 13px;
    border-radius: 999px;
}

.skeleton-line-tag {
    width: 32%;
    height: 9px;
}

.skeleton-line-title {
    width: 94%;
    height: 17px;
}

.skeleton-line-title.short {
    width: 68%;
}

.skeleton-line-text {
    width: 100%;
    margin-top: 10px;
}

.skeleton-line-text.short {
    width: 76%;
    margin-top: 0;
}

@keyframes itcSkeleton {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 980px) {
    .blog-posts-section {
        padding: 70px 0;
    }

    .blog-posts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px;
    }
}

@media (max-width: 640px) {
    .blog-posts-section {
        padding: 54px 0;
    }

    .blog-posts-container {
        width: min(100% - 32px, 1180px);
    }

    .blog-posts-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .blog-post-body {
        padding: 22px 21px 21px;
    }

    .blog-post-title {
        font-size: 24px;
    }

    .blog-post-meta {
        align-items: flex-end;
    }
}/* End custom CSS */