#intro-blog {
  background-image: url("../images/blog/landing.png");
  height: 85vh;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

/* Product-News-Items Css Start */

section.product-news-section {
  height: 41vh;
}

section.product-news-section .landing-company h1 {
  position: absolute;
  top: calc(50% - 50px);
}

.product-news-filters {
  display: flex;
  justify-content: start;
  column-gap: 30px;
  padding-top: 30px;
  flex-wrap: wrap;
  row-gap: 15px;
}

.product-news-filters > * {
  width: 290px;
}

.product-news-filters div:nth-child(3) {
  width: 185px;
}

.product-news-filters > button {
  width: 186px;
  height: 48px;
  border: 1px solid rgba(235, 239, 240, 1);
  align-self: flex-end;
  margin-left: auto;
  align-content: center;
  background-color: transparent;
  color: var(--color-primary);
  font-family: var(--font-family-default-medium);
  font-size: 16px;
  font-weight: 500;
  font-style: Medium;
  text-align: center;
  line-height: 26px;
}

.product-item-header > img {
  width: 50px;
  height: 50px;
}

.blog-item-icon-asset {
  width: 28px;
  height: 33px;
  opacity: 1;
}

.product-item-header {
  display: flex;
  justify-content: start;
  column-gap: 10px;
}

.product-item-name {
  color: var(--color-primary);
  font-family: var(--font-family-default-semibold);
  font-size: 16px;
  letter-spacing: 0.2px;
  text-align: left;
  line-height: 26px;
}

.product-item-desc {
  display: flex;
  flex-direction: column;
}

.product-item-date-read-time,
.item-date {
  color: var(--color-primary);
  font-family: var(--font-family-default-book);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-align: left;
  line-height: 24px;
}

.product-item-date-read-time span:nth-child(2) {
  vertical-align: text-bottom;
}

.products-news-grid .lower > h2 {
  font-size: 20px;
  margin-top: 0;
}

.products-news-grid .lower > p {
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.products-news-grid .blog-grid {
  column-gap: 25px;
  padding-top: 60px;
}

.products-news-grid .blog-grid > * {
  flex: 1 1;
  min-width: 100%;
}

.product-subtitle {
  display: flex;
  align-items: center;
  border-radius: 15px;
  width: 185px;
  height: 24px;
  padding-left: 15px;
  background-color: rgba(66, 215, 183, 0.2);
}

.product-subtitle span {
  color: #1466b2;
  font-family: var(--font-family-default-medium);
  font-size: 12px;
  font-weight: 400;
}
/* Product-News-Items Css End */

/* Insight-News-Items Css Start */

.insight-news.blog-grid {
  padding-top: 10px;
  row-gap: 30px;
}

.insight-news h2 {
  min-height: initial !important;
  margin-bottom: 0 !important;
}

.insight-news .item-date {
  line-height: 30px;
}

.insight-news .lower p {
  margin-top: 10px;
}

/* Insight-News-Items Css End */

.bg-image-blog {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
}

.blog-card-image {
  width: 100%;
  height: 185px;
  object-fit: cover;
}

.blog-carousel .slick-prev {
  top: -65px;
}

.blog-carousel .slick-next {
  top: -65px;
}

.obss-cool-carousel {
  margin-top: 110px;
  margin-bottom: 110px;
}

.obss-cool-carousel h2 {
  font-family: var(--font-family-default-medium);
  color: var(--color-primary);
  font-size: 20px;
  line-height: 36px;
  margin-top: 10px;
  margin-bottom: 32px;
  min-height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cool-carousel-img {
  margin-right: 50px;
  object-fit: cover;
  width: 100%;
  border: 1px solid var(--color-gray-300);
  max-height: 565px;
  min-height: 565px;
}

.blog-carousel .cool-carousel-img {
  object-fit: cover;
  width: 100%;
  border: 1px solid var(--color-gray-300);
  max-height: 185px !important;
  min-height: 185px !important;
}

.blog-carousel a.cool-carousel {
  margin-right: 50px;
}

a.cool-carousel:hover .cool-carousel-text h2 {
  color: var(--color-blue);
}

.slick-prev {
  top: -90px;
  left: 75%;
}

.slick-prev::before {
  content: url("../images/svg/LeftArrow.svg");
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-300);
  padding: 33px 19px 15px;
}

.slick-prev:hover::before {
  border-color: var(--color-primary);
}

.slick-next {
  top: -90px;
  left: calc(75% + 150px);
}

.slick-next::before {
  content: url("../images/svg/RightArrow.svg");
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-300);
  padding: 33px 19px 15px;
}

.slick-next:hover::before {
  border-color: var(--color-primary);
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: calc(75% + 150px);
}

[dir="rtl"] .slick-next {
  right: 75%;
  left: auto;
}

.slick-list.draggable {
  cursor: url("../images/cursor/custom-cursor.svg"), auto;
}

.post-title {
  font-family: var(--font-family-default-medium);
  font-size: 34px;
  line-height: 50px;
  margin-bottom: 0px;
  color: var(--color-primary);
}

.lower h2 {
  display: -webkit-box;
  color: var(--color-primary) !important;
  line-height: 32px;
  font-size: 24px;
  font-family: var(--font-family-default-medium);
  margin-top: 24px;
  margin-bottom: 16px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 64px;
}

.lower p {
  display: -webkit-box;
  font-family: var(--font-family-default-book);
  font-size: 16px;
  line-height: 24px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--color-primary-light);
  min-height: 72px;
}

.post-background {
  padding-top: 200px;
  padding-bottom: 50px;
  background-color: #f6f8f8;
}

figcaption a {
  word-break: break-word;
  color: var(--color-primary);
  text-decoration: underline;
}

.post-content-text-style h2 {
  font-size: 24px !important;
}

.post-content-text-style img.product-feature-detail-image {
  max-height: 450px;
  width: auto;
  display: block;
  margin: 0 0 1rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  row-gap: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-card-icon-wrapper {
  color: var(--color-primary) !important;
  line-height: 20px;
  font-size: 16px;
  font-family: var(--font-family-default-medium);
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.blog-card-icon:dir(rtl) {
  transform: rotate(180deg);
}

.blog-card:hover .blog-card-icon {
  content: url("../images/svg/GoToIcon_Blue.svg");
}

@media (max-width: 1599px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .insight-news.blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1240px) and (min-width: 640px) {
  .product-news-filters > button {
    align-self: flex-start;
    margin-left: initial;
  }

  .product-news-filters > * {
    width: 30%;
  }
}

@media (max-width: 640px) {
  .product-news-filters {
    padding-top: 0;
  }

  .products-news-grid .blog-grid {
    justify-content: center !important;
  }

  .product-news-filters div:nth-child(3) {
    width: 290px;
  }

  .product-news-filters > button {
    align-self: flex-start;
    margin-left: initial;
  }

  .products-news-grid .blog-grid > * {
    flex: 1 1 360px;
    max-width: 360px;
  }
}

@media (max-width: 991px) {
  .post-title {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .post-background {
    padding-top: 100px;
  }

  .post-content-text-style h2 {
    font-size: 22px !important;
    line-height: 34px !important;
  }
  .post-content-text-style p {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .cool-carousel-img {
    max-height: auto;
    min-height: auto;
  }
  .post-background {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .icon-position {
    left: 140px !important;
    align-items: center;
    justify-content: center;
    position: sticky;
    display: block !important;
    margin-right: auto;
  }
  .icon-position a {
    margin-right: 20px;
  }
  figcaption a {
    word-break: break-word;
    color: var(--color-primary);
    text-decoration: underline;
  }
  .post-content-text-style h2 {
    font-family: var(--font-family-default-medium);
    font-size: 20px !important;
    line-height: 32px !important;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .post-content-text-style p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .post-content-text-style p a {
    color: var(--color-primary);
    text-decoration: underline;
  }
  .post-content-text-style figure {
    margin-top: 32px !important;
    margin-bottom: 24px !important;
  }
  .obss-cool-carousel h2 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
    min-height: 42px;
  }

  .blog-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .blog-carousel .slick-prev {
    display: none !important;
  }
  .blog-carousel .slick-next {
    display: none !important;
  }
}
