.desktop-single-post {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;   /* Optional: clips hidden parts */

}

/* Right image - top right corner */
.chatgpt-image-jun {
  position: absolute;
  top: 120px;
  right: 0;
    width: 250px;
    height: 250px;
    aspect-ratio: 1/1;
  object-fit: cover;
  transform: translateX(35%); /* Push 30% outside the right edge */
  z-index: 10;
}

/* Left image - top left corner */
.chatgpt-image-jun-2 {
  position: absolute;
  top: 310px;
  left: 0;
  width: 150px;
  width: 150px;
  object-fit: cover;
  transform: translateX(-45%); /* Pull 30% outside the left edge */
  z-index: 10;
}


.desktop-single-post .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--zoth-io-item-spacing-m);
  padding: var(--zoth-io-item-spacing-s) 0px var(--zoth-io-item-spacing-s) 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
}

.desktop-single-post .container {
  width: 1170px;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .chatgpt-image-jun,
  .chatgpt-image-jun-2 {
    width: 120px;
  }
}


.desktop-single-post .navbar {
  display: flex;
  width: 1170px;
  align-items: center;
  justify-content: space-between;
  padding: var(--size-space-600) var(--size-space-0) var(--size-space-600)
    var(--size-space-0);
  position: relative;
  background-color: #ffffff1a;
  border-radius: var(--shape-corner-medium);
}
.desktop-single-post .post-content {
  font-family: "Poppins", Helvetica;
  font-size: 14px;
  line-height: 25px;
  color: #464646;
  margin-top: 0px;
}

.desktop-single-post .post-content p {
  font-weight: 400;
  letter-spacing: 0;
}

.desktop-single-post .post-content h2,
.desktop-single-post .post-content h3,
.desktop-single-post .post-content h4 {
  font-family: "Poppins", Helvetica;
  font-weight: 700;
  color: #1e2233;
  margin-top: 2em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.desktop-single-post .post-content ul,
.desktop-single-post .post-content ol {
  padding-left: 2em;
  margin-bottom: 1.5em;
}

.desktop-single-post .post-content li {
  margin-bottom: 0.5em;
}

.desktop-single-post .post-content a {
  color: #546ef3;
  text-decoration: underline;
}

.desktop-single-post .post-content blockquote {
  border-left: 4px solid #546ef3;
  padding-left: 1em;
  margin: 1.5em 0;
  font-style: italic;
  color: #333;
}

.desktop-single-post .post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5em 0;
  border-radius: 10px;
}

.desktop-single-post .post-content figure {
  margin: 0 0 1.5em;
}
.desktop-single-post .post-content strong {
  font-weight: 700;
  color: #1e2233;
}
.desktop-single-post .post-content em {
  font-style: italic;
  color: #464646; /* Same as body text or slightly darker */
  font-family: "Poppins", Helvetica;
  letter-spacing: 0;
}

.desktop-single-post .post-content figcaption {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin-top: 0.5em;
}


.desktop-single-post .nexade-logo {
  position: relative;
  width: 251px;
  height: 45.82px;
}

.desktop-single-post .group {
  position: absolute;
  width: 42px;
  height: 46px;
  top: 0;
  left: 0;
}

.desktop-single-post .vector {
  position: absolute;
  width: 24px;
  height: 28px;
  top: 8px;
  left: 227px;
}

.desktop-single-post .img {
  position: absolute;
  width: 31px;
  height: 28px;
  top: 8px;
  left: 191px;
}

.desktop-single-post .overlap-group {
  position: absolute;
  width: 63px;
  height: 28px;
  top: 8px;
  left: 125px;
}

.desktop-single-post .vector-2 {
  position: absolute;
  width: 34px;
  height: 28px;
  top: 0;
  left: 29px;
}

.desktop-single-post .vector-3 {
  position: absolute;
  width: 31px;
  height: 28px;
  top: 0;
  left: 0;
}

.desktop-single-post .vector-4 {
  position: absolute;
  width: 24px;
  height: 28px;
  top: 8px;
  left: 99px;
}

.desktop-single-post .vector-5 {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 8px;
  left: 64px;
}

.desktop-single-post .nav {
  display: inline-flex;
  align-items: center;
  gap: var(--zoth-io-item-spacing-m);
  position: relative;
  flex: 0 0 auto;
}

.desktop-single-post .text-wrapper {
  position: relative;
  width: fit-content;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.desktop-single-post .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--zoth-io-item-spacing-xs);
  padding: var(--zoth-io-item-spacing-xs) var(--zoth-io-item-spacing-s)
    var(--zoth-io-item-spacing-xs) var(--zoth-io-item-spacing-s);
  position: relative;
  flex: 0 0 auto;
  background-color: #5c6df3;
  border-radius: var(--shape-corner-small);
}

.desktop-single-post .div {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.desktop-single-post .section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 50px 0px 37px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop-single-post .container-2 {
  display: flex;
  flex-direction: column;
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: 0px;
  position: relative;
  align-self: stretch;
}

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

.desktop-single-post .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.desktop-single-post .p {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.desktop-single-post .vector-6 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
}

.desktop-single-post .frame {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

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

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

.desktop-single-post .text-wrapper-3 {
  position: relative;
  width: fit-content;
  font-family: "Poppins", Helvetica;
  font-weight: 500;
  color: #dfe1f3;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop-single-post .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);
  background-color: #dcdefb;
  border-radius: var(--shape-corner-full);
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.desktop-single-post .text-wrapper-4 {
  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;
}

.desktop-single-post .row-2 {
  display: flex;
  flex-direction: column;
  width: 1170px;
  align-items: center;
  gap: 0px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-single-post .image {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 12px;
  
}

.desktop-single-post .what-is-nexade-wrapper {
  display: flex;
  flex-direction: column;
  width: 800px;
  align-items: center;
  gap: var(--size-space-400);
  padding: 0px 0px 60px 0px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-single-post .what-is-nexade {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 25px;
}

.desktop-single-post .span {
  font-weight: 700;
  color: #1e2233;
}

.desktop-single-post .text-wrapper-5 {
  color: #464646;
}

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

.desktop-single-post .col-2::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    270deg,
    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;
}

.desktop-single-post .ellipse {
  position: relative;
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.desktop-single-post .container-3 {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--zoth-io-item-spacing-xs);
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.desktop-single-post .text {
  width: fit-content;
  font-weight: 400;
  color: #464646;
  font-size: 14px;
  line-height: normal;
  -webkit-line-clamp: 6;
  position: relative;
  font-family: "Poppins", Helvetica;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

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

.desktop-single-post .text-wrapper-6 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 25px;
}

.desktop-single-post .col-wrapper {
  display: flex;
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: 891px;
  border-radius: 100px;
  position: relative;
  flex: 0 0 auto;
}

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

.desktop-single-post .text-wrapper-7 {
  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;
}

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

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

.desktop-single-post .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;
}

.desktop-single-post .row-3 {
  display: flex;
  width: 100%;
  height:368px;
  margin-top: 40px;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-single-post .blog {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  gap: var(--sds-size-space-400);
  flex: 1 0 0;
  align-self: stretch;

  font-style: italic;
  font-family: "Poppins", Helvetica;
  color: #1e2233;
  font-weight: 500;

  border-radius: var(--Corner-Medium, 12px);
  border: 1px solid rgba(84, 64, 199, 0.00);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #ECEEFF 100%);
}

.desktop-single-post .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: var(--size-space-2400) 0px var(--size-space-2400) 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(93, 110, 243, 0.1) 100%
  );
}

.desktop-single-post .container-4 {
  flex-direction: column;
  width: 1170px;
  align-items: flex-start;
  gap: var(--size-space-1600);
  display: flex;
  position: relative;
}

.desktop-single-post .row-4 {
  display: flex;
  align-items: flex-start;
  gap: var(--size-space-1200);
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.desktop-single-post .col-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-600);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.desktop-single-post .nexade-logo-2 {
  position: relative;
  width: 207px;
  height: 37.78px;
}

.desktop-single-post .group-2 {
  position: absolute;
  width: 34px;
  height: 38px;
  top: 0;
  left: 0;
}

.desktop-single-post .vector-7 {
  position: absolute;
  width: 19px;
  height: 23px;
  top: 7px;
  left: 188px;
}

.desktop-single-post .vector-8 {
  position: absolute;
  width: 25px;
  height: 23px;
  top: 7px;
  left: 158px;
}

.desktop-single-post .overlap-group-2 {
  position: absolute;
  width: 52px;
  height: 23px;
  top: 7px;
  left: 103px;
}

.desktop-single-post .vector-9 {
  position: absolute;
  width: 28px;
  height: 23px;
  top: 0;
  left: 24px;
}

.desktop-single-post .vector-10 {
  position: absolute;
  width: 25px;
  height: 23px;
  top: 0;
  left: 0;
}

.desktop-single-post .vector-11 {
  position: absolute;
  width: 19px;
  height: 23px;
  top: 7px;
  left: 82px;
}

.desktop-single-post .vector-12 {
  position: absolute;
  width: 23px;
  height: 23px;
  top: 7px;
  left: 53px;
}

.desktop-single-post .text-3 {
  align-self: stretch;
  font-weight: 400;
  color: #464646;
  font-size: 13px;
  line-height: normal;
  -webkit-line-clamp: 5;
  position: relative;
  font-family: "Poppins", Helvetica;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.desktop-single-post .col-5 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-600);
  position: relative;
  flex: 0 0 auto;
}

.desktop-single-post .col-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-200);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop-single-post .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 13px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop-single-post .text-wrapper-9 {
  position: relative;
  width: fit-content;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 13px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop-single-post .col-7 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-400);
  position: relative;
  flex: 0 0 auto;
}

.desktop-single-post .col-8 {
  display: flex;
  align-items: flex-start;
  gap: var(--size-space-600);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop-single-post .x-logo-original {
  position: relative;
  width: 21px;
  height: 20px;
}

.desktop-single-post .text-wrapper-10 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Font Awesome 6 Brands-Regular", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.desktop-single-post .IG {
  position: relative;
  width: 20.72px;
  height: 20.19px;
}

.desktop-single-post .group-3 {
  position: relative;
  width: 27.74px;
  height: 19.81px;
}

.desktop-single-post .subscribe-to-our-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop-single-post .subscribe-to-our {
  position: relative;
  width: fit-content;
  margin-top: -0.51px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: transparent;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop-single-post .text-wrapper-11 {
  color: #5c6df3;
}

.desktop-single-post .text-wrapper-12 {
  color: #b6b6b6;
}

.desktop-single-post .col-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--zoth-io-item-spacing-xs);
  padding: 0px 0px var(--size-space-400) 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop-single-post .launch-app-wrapper {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #eceeff;
  border-radius: 5.47px;
  border: none;
}

.desktop-single-post .launch-app-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.44px;
  border-radius: 5.47px;
  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;
}

.desktop-single-post .launch-app {
  position: relative;
  width: fit-content;
  margin-top: -0.44px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #16171b80;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.desktop-single-post .text-4 {
  align-self: stretch;
  font-weight: 400;
  color: #464646;
  font-size: 13px;
  text-align: center;
  line-height: normal;
  -webkit-line-clamp: 5;
  position: relative;
  font-family: "Poppins", Helvetica;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.desktop-single-post .vector-13 {
  position: absolute;
  width: 1440px;
  height: 456px;
  top: 0;
  left: 0;
}
/* Inject original CSS here */

.header {
  padding: var(--zoth-io-item-spacing-s) 0;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--size-space-600) 0;
}

.nexade-logo {
  display: inline-block;
  position: relative;
  width: 251px;
  height: 45.82px;
}

.nav {
  display: flex;
  align-items: center;
  gap: var(--zoth-io-item-spacing-m);
}

.nav a {
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 16px;
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--zoth-io-item-spacing-xs) var(--zoth-io-item-spacing-s);
  background-color: #5c6df3;
  border-radius: var(--shape-corner-small);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #4a5bd0;
}

.button .div {
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
}

.section {
  padding: 50px 0 37px;
}

.container-2 {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: flex;
  justify-content: center;
  margin-bottom: var(--size-space-1200);
}

.col {
  max-width: 800px;
}

h1.p {
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 36px;
  text-align: center;
  margin-bottom: var(--size-space-400);
}

.vector-6 {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 8px;
}

.frame-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: "Poppins", Helvetica;
  font-size: 14px;
  color: #a19c9c;
}

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

.image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  margin-bottom: 0px;
}

.what-is-nexade-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: var(--size-space-1200);
}

.what-is-nexade {
  font-family: "Poppins", Helvetica;
  font-size: 14px;
  line-height: 25px;
  color: #464646;
}

.what-is-nexade .span {
  font-weight: 700;
  color: #1e2233;
}

.col-2 {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  padding: var(--size-space-600);
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(236, 238, 255, 1) 100%
  );
  border-radius: var(--shape-corner-medium);
  position: relative;
}

.col-2::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    270deg,
    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;
}

.ellipse {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.container-3 {
  flex: 1;
  padding-left: 0px;
}

.text-wrapper-7 {
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 40px;
  text-align: center;
  margin-bottom: 0px;
}

.row-3 {
  display: flex;
  justify-content: center;
  gap: var(--size-space-800);
}

.blog {
  flex: 1;
  max-width: 33.333%;
}

.footer {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(93, 110, 243, 0.1) 100%
  );
  padding: var(--size-space-2400) 0;
  position: relative;
}

.container-4 {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.row-4 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--size-space-1200);
}

.col-4,
.col-5,
.col-7 {
  flex: 1;
  min-width: 200px;
}

.col-8 {
  display: flex;
  gap: var(--size-space-600);
  margin-bottom: var(--size-space-600);
}

.col-8 a {
  color: #464646;
  text-decoration: none;
  transition: color 0.3s ease;
}

.col-8 a:hover {
  color: #5c6df3;
}

.subscribe-to-our {
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: var(--size-space-400);
}

.text-wrapper-11 {
  color: #5c6df3;
}

.col-9 {
  display: flex;
  flex-direction: column;
  gap: var(--zoth-io-item-spacing-xs);
}

.launch-app-wrapper {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background-color: #eceeff;
  border-radius: 5.47px;
  border: none;
}

.launch-app-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.44px;
  border-radius: 5.47px;
  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;
}

.text-4 {
  text-align: center;
  margin-top: var(--size-space-1600);
}

.vector-13 {
  position: absolute;
  width: 100%;
  height: 456px;
  top: 0;
  left: 0;
  z-index: -1;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    margin-top: var(--size-space-600);
  }

  .row-3 {
    flex-direction: column;
  }

  .blog {
    max-width: 100%;
  }

  .row-4 {
    flex-direction: column;
  }
}