@charset "UTF-8";
.blogs-list-section {
  max-width: 100%;
  margin: 0 auto;
}
.blogs-list-section .white-paper-header {
  padding: 2rem 0 1rem 0;
  background-color: #ffffff;
}
.blogs-list-section .header-nav {
  display: flex;
  gap: 1rem;
  max-width: 1200px;
}
.blogs-list-section .nav-link {
  color: #181818;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.blogs-list-section .nav-link.active {
  font-weight: 600;
  background-color: #ECECEC;
}
.blogs-list-section .nav-link:hover {
  color: #666;
  border-color: #ccc;
}
.blogs-list-section .white-paper-content {
  padding: 0 0 4rem 0;
}
.blogs-list-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.blogs-list-section .white-paper-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 4rem;
}
.blogs-list-section .white-paper-item {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  padding: 1.5rem 0;
}
.blogs-list-section .paper-image {
  flex: 0 0 274px;
  height: 274px;
}
.blogs-list-section .image-placeholder {
  width: 274px;
  height: 274px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs-list-section .image-link {
  display: block;
  text-decoration: none;
}
.blogs-list-section .title-link {
  color: #181818;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blogs-list-section .title-link:hover {
  color: #666;
}
.blogs-list-section .paper-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-bottom: 1.5rem;
  min-height: 274px;
}
@media (max-width: 768px) {
  .blogs-list-section .paper-content {
    min-height: auto;
  }
}
.news-single.blog-detail-page {
  padding-top: 120px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .news-single.blog-detail-page {
    max-width: 90%;
    padding-top: 100px;
  }
}
.news-single.blog-detail-page .detail-content {
  padding: 2rem 0 4rem 0;
}
.news-single.blog-detail-page .article-main {
  background: #ffffff;
  color: #181818;
  padding: 2rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .news-single.blog-detail-page .article-main {
    padding: 2rem 0;
  }
}
.news-single.blog-detail-page .article-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #181818;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .news-single.blog-detail-page .article-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.news-single.blog-detail-page .article-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: #cccccc;
  font-size: 0.9rem;
}
.news-single.blog-detail-page .article-meta .author-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-single.blog-detail-page .hero-image {
  overflow: visible;
  margin: 30px 0;
}
.news-single.blog-detail-page .hero-image .hero-img {
  margin-bottom: 20px;
}
.news-single.blog-detail-page .article-body .intro-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: #181818;
}
.news-single.blog-detail-page .article-body .section-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #181818;
  margin: 2rem 0 1rem 0;
}
.news-single.blog-detail-page .article-body p {
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #181818;
}
.news-single.blog-detail-page .article-body .highlights-list {
  margin: 1rem 0 2rem 0;
  padding-left: 1.5rem;
}
.news-single.blog-detail-page .article-body .highlights-list li {
  color: #181818;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.news-single.blog-detail-page section.detail-contents > div {
  padding: 0;
}
.news-single.blog-detail-page section.detail-contents img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-single.blog-detail-page section.detail-contents p:last-child {
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .news-single.blog-detail-page .blog-meta {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .news-single.blog-detail-page .blog-meta {
    max-width: 94%;
  }
}
.blogs-list-section .paper-title {
  font-size: 36px;
  font-weight: 700;
  color: #181818;
  line-height: 1.4;
  margin: 0;
}
.blogs-list-section .paper-description {
  font-size: 1rem;
  color: #181818;
  line-height: 1.6;
  margin: 0;
}
.blogs-list-section .paper-description h4, .blogs-list-section .paper-description h5 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #181818;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.blogs-list-section .download-btn {
  background: transparent;
  border: 1px solid #8b4513;
  color: #181818;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Lato", sans-serif;
  align-self: flex-start;
  color: #4A0E10;
  border-color: #BA2429;
}
.blogs-list-section .download-btn:hover {
  background: #8b4513;
  color: white;
}
.blogs-list-section .blog-meta {
  font-size: 1rem;
  color: #181818;
  margin: 0.5rem 0;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blogs-list-section .blog-meta .author-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs-list-section .blog-date {
  font-weight: 500;
}
.blogs-list-section .blog-category {
  background: #f0f0f0;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-weight: 500;
}
.blogs-list-section .read-more-link {
  color: #181818;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  margin-top: 0.5rem;
  transition: color 0.3s ease;
  align-self: flex-start;
}
.blogs-list-section .read-more-link .arrow-icon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  transition: opacity 0.3s ease;
}
.blogs-list-section .read-more-link:hover {
  color: #666;
}
.blogs-list-section .read-more-link:hover .arrow-icon {
  opacity: 0.8;
}
.blogs-list-section .pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.blogs-list-section .pagination-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blogs-list-section .pagination-nav li {
  list-style: none;
}
.blogs-list-section .page-btn {
  background: white;
  border: 1px solid #e0e0e0;
  color: #181818;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Lato", sans-serif;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogs-list-section .page-btn:hover {
  border-color: #181818;
  background: #f8f8f8;
}
.blogs-list-section .page-btn.active {
  background: #ECECEC;
  color: #181818;
  border-color: #ECECEC;
  font-weight: 600;
}
.blogs-list-section .page-btn a {
  color: #181818;
}
.blogs-list-section .pagination-ellipsis {
  color: #666;
  font-size: 0.9rem;
  padding: 0 0.5rem;
}
.blogs-list-section .next-btn {
  font-weight: 600;
}
.blogs-list-section .white-paper-page .paper-content {
  border-bottom: none;
  gap: 1rem;
}
@media (max-width: 1440px) {
  .blogs-list-section .max-container {
    max-width: 78%;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .blogs-list-section .max-container {
    max-width: 86%;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .blogs-list-section .max-container {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .blogs-list-section .max-container {
    max-width: 94%;
    margin: 0 auto;
  }
}
.blogs-list-section .detail-contents {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .blogs-list-section .detail-contents {
    max-width: 100%;
  }
}
.blogs-list-section .detail-contents .max-container {
  max-width: 100%;
}
.blogs-list-section .blog-items .paper-content {
  gap: 0.25rem;
}
.blogs-list-section .category-carousel-wrapper {
  padding: 1rem 0;
  position: relative;
  margin-top: 20px;
}
.blogs-list-section .category-carousel-wrapper .category-carousel {
  margin: 0 auto;
  padding: 0 3.5rem;
  list-style: none;
}
.blogs-list-section .category-carousel-wrapper .category-carousel .slick-prev,
.blogs-list-section .category-carousel-wrapper .category-carousel .slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #999999;
  font-size: 1.2rem;
  border: 1px solid #ECECEC;
  cursor: pointer;
  transition: all 0.3s ease;
  text-indent: -9999px;
  overflow: hidden;
}
.blogs-list-section .category-carousel-wrapper .category-carousel .slick-prev:hover,
.blogs-list-section .category-carousel-wrapper .category-carousel .slick-next:hover {
  color: #666666;
}
.blogs-list-section .category-carousel-wrapper .category-carousel .slick-prev {
  left: 0;
  background: url("../images/carousel-arrow-left.svg") no-repeat center center;
}
.blogs-list-section .category-carousel-wrapper .category-carousel .slick-prev.slick-disabled {
  background: url("../images/carousel-arrow-left-disabled.svg") no-repeat center center;
}
.blogs-list-section .category-carousel-wrapper .category-carousel .slick-next {
  right: 0;
  background: url("../images/carousel-arrow-right.svg") no-repeat center center;
}
.blogs-list-section .category-carousel-wrapper .category-carousel .slick-next.slick-disabled {
  background: url("../images/carousel-arrow-right-disabled.svg") no-repeat center center;
}
.blogs-list-section .category-carousel-wrapper .category-carousel .slick-prev:before,
.blogs-list-section .category-carousel-wrapper .category-carousel .slick-next:before {
  display: none;
}
.blogs-list-section .category-carousel-wrapper .category-carousel .slick-list {
  margin: 0;
}
.blogs-list-section .category-carousel-wrapper .category-carousel .slick-slide {
  padding: 0;
}
.blogs-list-section .category-carousel-wrapper .category-item {
  padding: 0;
  list-style: none;
  border: 1px solid #ECECEC;
  border-radius: 10px;
  margin-right: 15px;
  display: inline-block;
}
.blogs-list-section .category-carousel-wrapper .category-btn {
  background-color: #ffffff;
  color: #322C2C;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-align: center;
  display: block;
}
.blogs-list-section .category-carousel-wrapper .category-btn:hover {
  color: #666666;
}
.blogs-list-section .category-carousel-wrapper .category-btn.active {
  background-color: #ECECEC;
  color: #666666;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .blogs-list-section.list-page .page-header-inner .max-container {
    max-width: 100%;
  }
}
.blogs-list-section .blog-detail-page {
  margin: 0 auto;
}
.blogs-list-section .blog-detail-page .hero-image {
  overflow: visible;
}
.blogs-list-section .blog-detail-page .hero-image img.hero-img {
  margin-bottom: 20px;
  width: 100%;
}

@media (max-width: 768px) {
  .blogs-list-section .header-nav {
    gap: 1.5rem;
    padding: 0 1rem;
  }
  .blogs-list-section .nav-link {
    font-size: 0.9rem;
  }
  .blogs-list-section .white-paper-item {
    gap: 1rem;
    flex-direction: column;
  }
  .blogs-list-section .paper-image {
    flex: none;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .blogs-list-section .image-placeholder {
    width: 100%;
  }
  .blogs-list-section .container {
    padding: 0 1rem;
  }
  .blogs-list-section .pagination-nav {
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  .blogs-list-section .page-btn {
    min-width: 35px;
    height: 35px;
    font-size: 0.8rem;
  }
  .blogs-list-section .category-carousel-wrapper .category-carousel {
    padding: 0 2.5rem;
  }
  .blogs-list-section .category-carousel-wrapper .category-carousel .slick-prev {
    left: 0;
  }
  .blogs-list-section .category-carousel-wrapper .category-carousel .slick-next {
    right: 0;
  }
  .blogs-list-section .category-carousel-wrapper .category-carousel .slick-prev,
  .blogs-list-section .category-carousel-wrapper .category-carousel .slick-next {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .blogs-list-section .header-nav {
    gap: 0.5rem;
    padding: 0 0.5rem;
  }
  .blogs-list-section .nav-link {
    padding: 0.25rem 0.5rem;
  }
  .blogs-list-section .white-paper-list {
    gap: 0;
  }
  .blogs-list-section .white-paper-item {
    padding: 1rem 0;
  }
  .blogs-list-section .paper-title {
    font-size: 1.25rem;
  }
  .blogs-list-section .paper-description {
    font-size: 0.9rem;
  }
  .blogs-list-section .pagination-nav {
    gap: 0.125rem;
  }
  .blogs-list-section .page-btn {
    min-width: 30px;
    height: 30px;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
  .blogs-list-section .category-carousel-wrapper .category-carousel {
    padding: 0 2rem;
  }
  .blogs-list-section .category-carousel-wrapper .category-carousel .slick-prev {
    left: 0;
  }
  .blogs-list-section .category-carousel-wrapper .category-carousel .slick-next {
    right: 0;
  }
  .blogs-list-section .category-carousel-wrapper .category-carousel .slick-prev,
  .blogs-list-section .category-carousel-wrapper .category-carousel .slick-next {
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
  }
  .blogs-list-section .category-carousel-wrapper .category-btn {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
}
.detail-contents {
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .detail-contents {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .detail-contents {
    max-width: 100%;
  }
}
.detail-contents .frame-type-image img {
  max-height: 415px;
}

.news-single .news-single.blog-detail-page {
  padding-top: 0;
}
.news-single h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
}
.news-single h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.news-single h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 1.75rem;
}
.news-single h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.news-single h5 {
  font-size: 1.15rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.news-single h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.news-single ul {
  margin-bottom: 20px;
}
.news-single figure.image {
  margin-bottom: 20px;
}
.news-single a {
  color: #BA2429;
}
.news-single a:hover {
  color: #951d21;
  transition: 0.5s all ease;
}
.news-single blockquote {
  position: relative;
  font-style: italic;
  color: black;
  padding: 20px;
  background: #f6f6f6;
  border-left: 4px solid;
}
.news-single blockquote::before {
  content: "“";
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
}
.news-single blockquote::after {
  content: "”";
  position: absolute;
  right: 8px;
  bottom: 0;
  font-size: 30px;
}

.author-box {
  padding: 2rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 2rem 0;
}

.author-box .flex {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

/* Automatically style any author image */
.author-box > .flex > img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ddd;
  flex-shrink: 0;
}

.author-box h3 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  color: #111;
}

.author-box p.text-gray-600 {
  color: #555;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.author-box .mb-4 p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.author-box a img {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}/*# sourceMappingURL=blog-styles.css.map */

/* Optimized .max-container media queries */
@media screen and (min-width: 1441px) and (max-width: 1599px) {
  .max-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .max-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 92.5555555556rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 2000px) {
  .max-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 102.7777777778rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

.blogs-list-section .category-carousel-wrapper .category-carousel .slick-prev,
.blogs-list-section .category-carousel-wrapper .category-carousel .slick-next {
  position: absolute;
  margin:0;
  top:0;
}


.blogs-list-section .category-carousel-wrapper .category-carousel .slick-prev.slick-disabled,
.blogs-list-section .category-carousel-wrapper .category-carousel .slick-next.slick-disabled{
  display: inline-block !important;
}

.innerpage-banner{
  padding-bottom: 9vh;
  padding-top: 10vh;
}

/* First item layout - image on right, content on left, 50% each */
.blogs-list-section .white-paper-item.first-item {
  flex-direction: row-reverse;
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 0;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color:#fafbfb ;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blogs-list-section .white-paper-item.first-item .paper-image {
  flex: 0 0 50%;
  width: 50%;
  height: auto;
}

.blogs-list-section .white-paper-item.first-item .paper-image .image-placeholder {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.blogs-list-section .white-paper-item.first-item .paper-content {
  flex: 0 0 50%;
  width: 50%;
  padding-right: 3rem;
  padding-bottom: 0;
  align-self: center;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .blogs-list-section .white-paper-item.first-item {
    flex-direction: column;
  }
  
  .blogs-list-section .white-paper-item.first-item .paper-image {
    flex: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  .blogs-list-section .white-paper-item.first-item .paper-image .image-placeholder {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  
  .blogs-list-section .white-paper-item.first-item .paper-content {
    flex: none;
    width: 100%;
    padding-right: 0;
  }
}