.section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 50px 0px 37px;
  position: relative;
}

.section .container {
  flex-direction: column;
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  align-self: stretch;
  display: flex;
  position: relative;
}

.section .row {
  width: 1170px;
  gap: 891px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.section .col {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: var(--size-space-400);
  position: relative;
  flex: 0 0 auto;
}

/* Add this to your CSS or inline style block */
.featured-nav button {
  background: #5c6df3;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.blog-title {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.2;
}

.section .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.section .nexade-is-a-cutting {
  position: relative;
  width: fit-content;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section .div {
  gap: var(--size-space-800);
  align-self: stretch;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.section .prev {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  margin-left: -80.00px;
  border-radius: var(--shape-corner-full);
  border: none;
}

.section .prev::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 1000px;
  background: linear-gradient(
    180deg,
    rgba(93, 110, 243, 0) 0%,
    rgba(93, 110, 243, 0.5) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.section .chevron-left {
  position: relative;
  width: 24px;
  height: 24px;
}

.section .blog {
  display: flex;
  width: 1170px;
  align-items: flex-start;
  justify-content: center;
  gap: var(--size-space-800);
  padding: var(--size-space-600);
  position: relative;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(236, 238, 255, 1) 100%
  );
}

.section .blog::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(84, 64, 199, 0) 0%,
    rgba(84, 64, 199, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.section .image {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 300px;
  object-fit: cover;
}

.section .container-2 {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-600);
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.section .text {
  font-weight: 600;
  color: #1e2233;
  font-size: 24px;
  line-height: 33.6px;
  -webkit-line-clamp: 3;
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.section .p {
  font-weight: 400;
  color: #464646;
  font-size: 14px;
  line-height: 25px;
  -webkit-line-clamp: 4;
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.section .vector {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
}

.section .frame {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.section .frame-2 {
  display: inline-flex;
  gap: 16px;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.section .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 500;
  color: #a19c9c;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.section .div-wrapper {
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  padding: var(--size-space-050) var(--size-space-200) var(--size-space-050)
    var(--size-space-200);
  flex: 0 0 auto;
  background-color: #dcdefb;
  border-radius: var(--shape-corner-full);
  align-items: center;
  position: relative;
}

.section .next {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  margin-right: -80.00px;
  border-radius: var(--shape-corner-full);
  border: none;
  transform: rotate(180deg);
}

.section .next::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 1000px;
  background: linear-gradient(
    180deg,
    rgba(93, 110, 243, 0) 0%,
    rgba(93, 110, 243, 0.5) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.section .img {
  position: relative;
  width: 24px;
  height: 24px;
  transform: rotate(-180deg);
}

.section .row-2 {
  width: 1170px;
  align-items: flex-start;
  justify-content: center;
  gap: var(--size-space-800);
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.section .blog-2 {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.section .frame-3 {
  display: inline-flex;
  gap: var(--size-space-400);
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.section .frame-4 {
  display: flex;
  flex-direction: column;
  width: 32px;
  height: 32px;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  align-items: center;
  position: relative;
}

.section .chevron-right {
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: -2.00px;
  margin-bottom: -2.00px;
  margin-left: -2.00px;
  margin-right: -2.00px;
}

.section .text-wrapper-3 {
  color: #a29d9d;
  position: relative;
  width: fit-content;
  margin-top: -3.50px;
  margin-bottom: -1.50px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.section .frame-5 {
  display: flex;
  flex-direction: column;
  width: 32px;
  height: 32px;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  background-color: #5c6df3;
  border-radius: var(--shape-corner-full);
  align-items: center;
  position: relative;
}

.section .text-wrapper-4 {
  color: #ffffff;
  position: relative;
  width: fit-content;
  margin-top: -3.50px;
  margin-bottom: -1.50px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.section .chatgpt-image-jun {
	width: 180px;
  height: 250px;
  top: 0px;
  right: -230px;
  position: absolute;
  object-fit: cover;
}



.section .chatgpt-image-jun-2 {
  position: absolute;           /* Fixes it to the page viewport */
  top: 200px;
  left: -236px;
  width: 150px;
  height: 150px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  z-index: 100;
}
.section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 50px 0px 37px;
  position: relative;
}

.section header {
  width: 100%;
  text-align: center;
  margin-bottom: var(--size-space-800);
}

.section .main-title {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #1e2233;
  font-size: 40px;
  margin-bottom: var(--size-space-400);
}

.section .subtitle {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #464646;
  font-size: 20px;
  line-height: 28px;
  max-width: 100%;
  margin: 0 auto;
}

.section .featured-blog {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-800);
  width: 100%;
  position: relative;
}

.section .nav-button {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: var(--shape-corner-full);
  border: none;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.section .nav-button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 1000px;
  background: linear-gradient(
    180deg,
    rgba(93, 110, 243, 0) 0%,
    rgba(93, 110, 243, 0.5) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.section .nav-button:hover {
  background-color: rgba(93, 110, 243, 0.1);
}

.section .prev {
  margin-right: var(--size-space-800);
}

.section .next {
  margin-left: var(--size-space-800);
  transform: rotate(180deg);
}

.section .blog {
  display: flex;
  max-width: 1170px;
  width: 100%;
  align-items: flex-start;
  gap: var(--size-space-800);
  padding: var(--size-space-600);
  border-radius: var(--shape-corner-medium);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(236, 238, 255, 1) 100%
  );
  position: relative;
}

.section .blog::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(84, 64, 199, 0) 0%,
    rgba(84, 64, 199, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.section .blog-image {
  flex: 1;
  height: 300px;
  object-fit: cover;
  border-radius: var(--shape-corner-medium);
}

.section .blog-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section .blog-title {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #1e2233;
  font-size: 24px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#featured-content .ajax-featured-post-text.truncate-text {
  font-size: 14px !important;
  font-family: Poppins !important;
  line-height: 25px !important;
  font-weight: 400 !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
  text-overflow: ellipsis !important;
}

.section .blog-divider {
  border: none;
  height: 1px;
  background-color: #e0e0e0;
  margin: 8px;
}

.section .blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section .blog-info {
  display: flex;
  gap: 16px;
}

.section .blog-date,
.section .blog-author {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #a19c9c;
  font-size: 14px;
}

.section .blog-category {
  display: inline-flex;
  padding: var(--size-space-050) var(--size-space-200);
  background-color: #dcdefb;
  border-radius: var(--shape-corner-full);
}

.section .blog-category span {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #A29D9D;
  font-size: 14px;
}

.section .blog-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--size-space-800);
}

.section .blog-row {
  display: flex;
  justify-content: space-between;
  gap: var(--size-space-800);
}

.section .blog-thumbnail {
  flex: 1;
  max-width: calc((100% - var(--size-space-800) * 2) / 3);
  height: auto;
  object-fit: cover;
  border-radius: var(--shape-corner-medium);
}

.section .pagination {
  display: flex;
  gap: var(--size-space-400);
  margin-top: var(--size-space-1200);
}

.section .page-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #a29d9d;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.section .page-button:hover,
.section .page-button.active {
  background-color: #5c6df3;
  color: #ffffff;
  border-radius: var(--shape-corner-full);
}

.section .page-button img {
  width: 16px;
  height: 16px;
}

.section .decoration {
  position: absolute;
  z-index: -1;
}

.desktop-single-post .chatgpt-image-jun {
  width: 180px;
  height: 250px;
  top: 0px;
  right: -230px;
  position: absolute;
  object-fit: cover;
}

.desktop-single-post .chatgpt-image-jun-2 {
  position: absolute;           /* Fixes it to the page viewport */
  top: 200px;
  left: -236px;
  width: 150px;
  height: 150px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  z-index: 100;
}  

.section .decoration-top-right {
  width: 150px;
  height: 250px;
  top: -50px;
  right: 0px;
  position: absolute;
  object-fit: cover;
}

.section .decoration-bottom-left {
  position: absolute;           /* Fixes it to the page viewport */
  top: 160px;
  left: 0px;
  width: 80px;
  height: 120px;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .section .container {
    padding: 0 var(--size-space-800);
  }

  .section .blog {
    flex-direction: column;
  }

  .section .blog-image {
    width: 100%;
    height: auto;
  }

  .section .blog-row {
    flex-direction: column;
  }

  .section .blog-thumbnail {
    max-width: 100%;
  }

  .section .decoration {
    display: none;
  }
}

@media (max-width: 768px) {
  .section .main-title {
    font-size: 32px;
  }

  .section .subtitle {
    font-size: 18px;
  }

  .section .blog-title {
    font-size: 20px;
  }

  .section .nav-button {
    display: none;
  }
}