:root {
  --color-white: #ffffff;
  --color-white-rgba: 255, 255, 255;
  --color-black: #000000;
  --color-black-light: #090a0b;
  --color-gray: 213 31% 91%;
  --color-purple: #c86fff;
  --color-pink: #c54674;
  --color-border: #fff3;
  --color-gradient: linear-gradient(
    90deg,
    var(--color-purple),
    var(--color-pink)
  );
  --font-inter: "Inter", sans-serif;
}
* {
  box-sizing: border-box !important;
  -webkit-tap-highlight-color: var(--color-black-light);
  outline: none;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  font-size: 10px;
}
body {
  font: 400 1.4rem / 150% var(--font-inter);
  background-color: hsl(210 11% 4%);
  color: hsl(var(--color-gray));
  position: relative;
}
.container {
  max-width: 1400px;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
}
.single-page-container {
    max-width: 896px;
    margin: 0 auto;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: hsl(var(--color-gray)) !important;
}
a:hover,
a:focus {
  color: initial;
}
.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}
img {
  max-width: 100%;
}
.text-white {
  color: var(--color-white);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1,
.h1 {
  font: 700 7.2rem/ 120% var(--font-inter);
  font-size: clamp(6.2rem, 5vw, 7.2rem);
}
h2,
.h2 {
  font: 700 4.8rem/ 100% var(--font-inter);
  font-size: clamp(3.8rem, 5vw, 4.8rem);
}
h3,
.h3 {
  font: 700 3rem/ 120% var(--font-inter);
  font-size: clamp(2rem, 5vw, 3rem);
}
h4,
.h4 {
  font: 700 2rem/ 140% var(--font-inter);
  font-size: clamp(1.6rem, 5vw, 2rem);
}
p {
  font: 400 2.2rem / 3.2rem var(--font-inter);
  color: hsl(var(--color-gray) / 0.8);
  margin: 0;
}
.flex {
  display: flex;
}
.bg-background {
  background-color: hsl(210 11% 4%);
}
.bg-muted-20 {
  background-color: hsl(210 11% 15% / 0.2);
}
.title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-bottom: 6.4rem;
  color: hsl(var(--color-gray));
}
.title-wrapper p {
  font-size: 2rem;
  line-height: 2.8rem;
  max-width: 50%;
  text-align: center;
  color: hsl(var(--color-gray) / 0.7);
}
.button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.button-group .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-primary {
  font: 500 1.8rem / 100% var(--font-inter);
  color: var(--color-white);
  padding: 1.3rem 3.2rem !important;
  border-radius: 0.6rem;
  position: relative;
  background: var(--color-gradient);
  border: none;
  display: inline-flex;
  width: max-content;
}
.btn-primary:hover{
  opacity: 0.9;
  color: var(--color-white);
}
.btn-bordered {
  border: 1px solid var(--color-border);
  border-radius: 0.6rem;
  padding: 1.3rem 3.2rem;
  font: 500 1.8rem / 100% var(--font-inter);
  background-color: var(--color-black-light);
  color: hsl(var(--color-gray));
  position: relative;
  display: inline-flex;
  width: max-content;
}
.btn-bordered:hover {
  background-color: var(--color-border);
  color: hsl(var(--color-gray));
}
.button-group .btn svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.gradient-text {
  background: var(--color-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
figcaption {
    color: var(--color-border);
}
code {
    font-size: 1.6rem;
    line-height: 1.625;
    color: hsl(var(--color-gray));
    font-family: var(--font-inter);
    padding: 0 0 1.6rem;
    display: flex;
}
.wp-block-pullquote {
    padding: 3.2rem 0;
    margin: 0;
}
.section-padding {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
/* Header css start */
.container.navbar {
  z-index: 99;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}
.navbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.55rem 0;
  width: 100%;
  transition: padding .1s ease;
}
.navbar-wrapper a {
  display: inline-flex;
  color: var(--color-white);
}
.brand-mobile {
  display: none;
}
.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  gap: 3rem;
}
.nav-link,
.menu-item,
.menu-item a {
  text-align: left;
  padding: 0;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  color: hsl(var(--color-gray) / 0.7);
  font-weight: 500;
  font-family: var(--font-inter);
}
.menu-item.btn-primary {
  padding: 0.8rem 2rem !important;
}
.menu-item.btn-primary:before {
  display: none;
}
.menu-item.btn-primary a {
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-family: var(--font-inter);
  color: var(--color-white);
}
.nav-link:hover,
.nav-link:focus,
.menu-item a:hover,
.menu-item a:focus {
  background: var(--color-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.menu-item.btn-primary a {
  color: var(--color-white);
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
}
.menu-button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  padding: 0;
  font-size: 2.4rem;
  display: none;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
}
.menu-button img {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
.nav-button.btn-primary {
  padding: 0.8rem 2rem;
  font: 500 1.4rem / 150% var(--font-inter);
}
.demo-button-wrap {
  text-align: center;
}
.demo-btn {
  display: inline-flex;
  width: max-content;
}
.header.sticky .container.navbar {
  background: rgb(0 0 0 / 30%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: 0.3s all;
}
header.header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    transition: 0.2s all;
}
.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    transition: 0.2s all;
    box-shadow: 0px 1px 0px hsl(210 11% 15% / 0.4);
    z-index: 99;
}
.sticky .navbar-wrapper {
  padding: 1.5rem 0;
}
.sticky .navbar-wrapper img {
  max-width: 70%;
}
/* Header css end */

/* Footer css start */
.custom-home-footer {
  background-color: var(--color-black-light);
  overflow: hidden;
  border-top: 1px solid hsl(210 11% 15%);
}
.footer-wrap-custom {
  padding: 6.4rem 1.2rem;
}
.background-footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.row-footer {
  z-index: 1;
  width: 100%;
  display: flex;
  position: relative;
  gap: 3.2rem;
}
.footer-link-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  flex-shrink: 0;
  width: 70%;
}
.column-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}
.column-footer h4 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}
.link-footer,
.link-footer:hover,
.link-footer:focus {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}
.footer-logo.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}
.footer-desc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.6rem;
  width: 30%;
}
.footer-desc-wrapper p.description {
  max-width: 50rem;
  font: 400 1.6rem / 150% var(--font-inter);
  margin-bottom: 1rem;
  color: hsl(var(--color-gray) / 0.7);
}
.social-links,
.footer-links ul {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 0;
}
.footer-links ul li {
  display: flex;
}
.social-links a,
footer .menu-item a,
.footer-links a {
  font: 400 1.6rem / 1.2 "Inter", sans-serif;
  color: hsl(var(--color-gray) / 0.6) !important;
}
footer .menu-item a {
  line-height: 1.5;
}
.footer-links a {
  font-size: 14px;
  line-height: 143%;
}
.social-links a:hover,
footer .menu-item a:hover,
.footer-links a:hover,
.social-links a:focus,
footer .menu-item a:focus,
.footer-links a:focus {
  background: var(--color-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid hsl(210 11% 15%);
  padding-top: 3.2rem;
  margin-top: 4.8rem;
}
.copyright-text p {
  font: 400 14px / 143% "Inter", sans-serif;
  color: hsl(var(--color-gray) / 0.6);
}
/* Footer css end */

/* Breadcrumb css start */
.breadcrumb {
  color: var(--color-white);
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  font: 600 1.6rem / 2rem var(--font-inter);
  display: flex;
  gap: 1rem;
  margin: 0;
}
.breadcrumb a,
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: var(--color-white);
}
/* Breadcrumb css end */

/* hero section css start */
.hero-section {
    position: relative;
    padding: 8rem 0 12.8rem;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(135deg, rgb(26, 26, 26), rgb(15, 20, 25));
    opacity: 0.7;
    margin-top: 106px;

}
.hero-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.2rem;
  font-size: clamp(4.8rem, 5vw, 7.2rem);
}

.hero-title span.gradient-text {
  margin-top: -17px;
}

p.hero-description {
  font-size: 2.4rem;
  line-height: 3.2rem;
  max-width: 60%;
  text-align: center;
  margin: 0 auto 4.8rem;
}

.arrow-icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.3s;
}

.primary-btn:hover .arrow-icon,
.primary-btn:focus .arrow-icon {
  transform: translateX(0.25rem);
}
/* hero section css end */

/* featured article css start */
.feature-articles {
  margin-bottom: 6.4rem;
}

.feature-card-wrapper {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.feature-card-wrapper .main-card {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.feature-card-wrapper .mini-card:nth-of-type(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.feature-card-wrapper .mini-card:nth-of-type(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.card-item {
  background-color: #0e0f11;
  border-radius: 8px;
  -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-khtml-border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #22262a80;
  cursor: pointer;
}

.card-item .image-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.card-item.main-card .image-wrapper {
  height: 350px;
}

.card-item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
transition:0.15s all;
overflow: hidden;
}
.card-item.main-card .image-wrapper img {
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
-khtml-border-radius: 8px 8px 0 0;
}

.card-item.mini-card .image-wrapper img {
  border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
-moz-border-radius: 8px 0 0 8px;
border-radius: 8px 0 0 8px;
-khtml-border-radius: 8px 0 0 8px;
}

.card-item .text-wrapper {
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-item h3 {
  color: hsl(var(--color-gray));
  margin-bottom: 1.6rem;
}

.card-item h4 {
  color: hsl(var(--color-gray));
  margin-bottom: 12px;
}

.card-item h3 a,
.card-item h4 a {
  display: inline-flex;
}

.feature-card-wrapper .card-item:hover .image-wrapper img,
.feature-card-wrapper .card-item:focus .image-wrapper img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -khtml-transform: scale(1.05);
}
.feature-card-wrapper .card-item:hover h3 a,
.feature-card-wrapper .card-item:hover h4 a,
.feature-card-wrapper .card-item:focus h3 a,
.feature-card-wrapper .card-item:focus h4 a{
  background: var(--color-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.card-item p {
  font-size: 1.6rem;
  line-height: 1.429;
  font-weight: 400;
  color: hsl(var(--color-gray) / 0.7);
  margin-bottom: 1.6rem;
}
.card-item.mini-card p {
  font-size: 1.4rem;
  line-height: 1.429;
}

.blog-posted-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  color: #aaa;
  font-size: 1.4rem;
}

.blog-post-left a {
    display: flex;
    align-items: center;
    gap: 2rem;
    color: hsl(var(--color-gray) / .6) !important;
}

.card-item .blog-post-arrow a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.card-item:hover .blog-post-arrow a,
.card-item:focus .blog-post-arrow a{
  transform: translateX(4px);
}

.date-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.date-wrap:after {
  content: "";
  display: inline-flex;
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(7px, 7px);
  width: 6px;
  height: 6px;
  background-color: #e1e7ef99;
  border-radius: 50%;
}

.date-wrap svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.read-article-btn a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  gap: 8px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  font: 500 16px / 150% "Inter", sans-serif;
}

.card-item:hover .read-article-btn a,
.card-item:focus .read-article-btn a{
    transform: translateX(8px);
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -khtml-transform: translateX(8px);
}

.read-article-btn a svg,
.blog-post-arrow svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
  color: var(--color-gray);
}

.card-mini-wrapper {
  display: flex;
  gap: 0;
  height: 100%;
}

.card-mini-wrapper .image-wrapper {
  width: 19.2rem;
  height: 100%;
  flex-shrink: 0;
}

.card-mini-wrapper .text-wrapper {
  padding: 2.4rem;
}

.tag {
  background-color: #433045;
  color: #e5e7eb;
  padding: 0.2rem 1rem;
  border-radius: 50px;
  font-size: 1.2rem;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.34;
  display: inline-flex;
  max-width: max-content;
  margin-bottom: 12px;
}
.tag.technology {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--color-gradient);
  color: var(--color-white);
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 1.334;
  font-weight: 600;
  text-transform: capitalize;
}
/* featured article css end */

/* latest insights css start */

.insight-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 3.2rem;
  margin-bottom: 6.4rem;
}

.insight-card-item {
    background-color: #1e1e1e;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -khtml-border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border: 1px solid rgba(34, 38, 42, 0.5);
    cursor: pointer;
}

.insight-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.insight-card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
transition: transform 0.15s ease;
  border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
-moz-border-radius:8px 8px 0 0;
-khtml-border-radius: 8px 8px 0 0;
}

.insight-card-item:hover .insight-card-image-wrapper img,
.insight-card-item:focus .insight-card-image-wrapper img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -khtml-transform: scale(1.05);
}

.insights-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--color-gradient);
  color: var(--color-white);
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 1.334;
  font-weight: 600;
  text-transform: capitalize;
}

.insight-card-content {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.insight-card-meta a {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 12px;
  font-size: 1.4rem;
  line-height: 122%;
  color: hsl(var(--color-gray) / 0.6) !important;
}

.insight-card-meta .date {
  position: relative;
}

.insight-card-meta .date::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23a0a0a0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calendar"><path d="M8 2v4"/><path d="M16 2v4"/><rect width="18" height="18" x="3" y="4" rx="2"/><path d="M3 10h18"/></svg>');
  vertical-align: middle;
  margin-right: 5px;
}

.insight-card-meta .date:after {
  content: "";
  display: inline-flex;
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(7px, 6px);
  width: 6px;
  height: 6px;
  background-color: #e1e7ef99;
  border-radius: 50%;
}

.insight-card-item .insight-card-content h3 {
  font-size: 2rem;
  margin: 0 0 12px 0;
  color: hsl(var(--color-gray));
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.insight-card-item .insight-card-content h3 a {
  display: inline-flex;
}

.insight-card-item:hover .insight-card-content h3 a,
.insight-card-item:focus .insight-card-content h3 a {
  background: var(--color-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.insight-card-content p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: hsl(var(--color-gray) / 0.7);
  margin-bottom: 16px;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.author a,.author {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 122%;
  color: hsl(var(--color-gray) / 0.6) !important;
  margin-top: auto;
}

.author-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  object-fit: contain;
}

.author-icon svg {
  width: 100%;
  height: 100%;
}

.load-more-btn {
  text-align: center;
}

.load-more-btn .btn {
  font-size: 1.4rem;
  line-height: 1.143;
}
#load-more.btn-bordered:focus {
    background-color: var(--color-border);
    color: hsl(var(--color-gray));
}
/* latest insights css end */

/* newsletter section css start */

.newsletter-card-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.newsletter-card-container {
  width: 100%;
  max-width: 77%;
  margin: auto;
}

.newsletter-card {
background-image: linear-gradient(to right, rgb(200 111 255 / 0.2), rgb(197 70 116 / 0.2));
    background-color: hsl(210 11% 6%);
  border-radius: 8px;
  padding: 4.8rem;
  text-align: center;
  color: #e1e7ef;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.newsletter-card-section .icon-wrapper {
  background: linear-gradient(90deg, #c86fff, #c54674);
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 16px;
}

.newsletter-card-section .icon-wrapper svg {
    color: var(--color-white);
    width: 2.4rem;
    height: 2.4rem;
}

.single .newsletter-card-section .icon-wrapper {
    width: 3.2rem;
    height: 3.2rem;
}

.single .newsletter-card-section .icon-wrapper svg {
    width: 1.6rem;
    height: 1.6rem;
}

.newsletter-card-title {
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.1112;
}

.newsletter-card-description {
  font-size: 2rem;
  margin-bottom: 2.4rem;
  line-height: 1.4;
  color: hsl(var(--color-gray) / 0.7);
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-form {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.subscribe-form .email-input {
  flex: 1 1 0%;
  max-width: 33rem;
  padding: 8px 12px;
  border: none;
  border-radius: 8px;
  background-color: var(--color-black-light);
  color: hsl(var(--color-gray));
  font-size: 14px;
  line-height: 2rem;
  outline: none;
  min-height: 4rem;
}

.subscribe-form .email-input::placeholder {
  color: #9ca3af;
}

.subscribe-form .email-input:focus {
  box-shadow: 0 0 0 2px var(--color-purple);
}

.subscribe-form .subscribe-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background: linear-gradient(90deg, #c86fff, #c54674);
  color: var(--color-white);
  border: none;
  border-radius: 8px;
  font-size: 14px;
  line-height: 2rem;
  font-weight: 500;
  cursor: pointer;
  min-height: 4rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.subscribe-button:hover {
  opacity: 0.9;
}

.subscribe-button svg {
  margin-left: 8px;
  transition: transform 0.2s ease;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.privacy-text {
  font-size: 14px;
  color: hsl(var(--color-gray) / 0.6);
  line-height: 143%;
  margin-top: 16px;
}

.privacy-link {
  transition: color 0.2s ease;
}

.privacy-link:hover {
  opacity: 0.8;
}
/* newsletter section css end */

/* transformation section css start */
.transformation-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.transformation-container {
  max-width: 89%;
  width: 100%;
  text-align: center;
  margin: auto;
}

.transformation-title {
  margin-bottom: 2.4rem;
  color: #e1e7ef;
  line-height: 110%;
  max-width: 67%;
  margin-left: auto;
  margin-right: auto;
}

.transformation-description {
  font-size: 2rem;
  margin-bottom: 4.8rem;
  line-height: 1.4;
  color: hsl(var(--color-gray) / 0.7);
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.features-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 3.2rem;
  margin-bottom: 4.8rem;
}

.features-list span {
  font-size: 16px;
  font-weight: 400;
  color: hsl(var(--color-gray) / 0.8);
  position: relative;
  padding-left: 3.2rem;
}

.disclaimer-text {
  font-size: 14px;
  color: hsl(var(--color-gray) / 0.6);
  line-height: 1.429;
  margin-top: 2.4rem;
}
/* transformation section css end */

/* single page css start */
/* Blog Hero Section */
.single .blog-hero {
    padding: 9.6rem 0 6.4rem;
    text-align: left;
    background-color: hsl(210 11% 15% / 0.2);
}

.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3.2rem;
}

.breadcrumbs .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font: 500 14px / 122% "Inter", sans-serif;
    padding: 8px 16px;
    border: none;
    color: var(--color-gray);
    gap: 16px;
    border-radius: 6px;
}

.breadcrumbs .btn:hover {
    background-color: hsl(210 11% 15%);
    color: hsl(213 31% 91%);
}

.breadcrumbs .btn svg {
    width: 16px;
    height: 16px;
    object-fit: contain;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.single .blog-title {
    font-size: clamp(3.5rem, 4vw, 6rem);
    margin-bottom: 3.2rem;
    color: var(--color-gray);
}

.single .blog-meta {
    display: flex;
    justify-content: flex-start;
    gap: 2.4rem;
    font-size: 1.6rem;
    line-height: 120%;
    color: hsl(var(--color-gray) / .6);
    margin-bottom: 3.2rem;
}

.single .blog-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.single .blog-meta svg {
    width: 16px;
    height: 16px;
    object-fit: contain;
    color: var(--color-gray);
}

/* Article Content Section */
.single .article-content-section {
    padding: 6.4rem 0;
}

.single .blog-article-content img {
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 0;
    margin-top: 2.4rem;
}

.single .blog-article-content > img {
    margin-bottom: 4.8rem;
    margin-top: 0;
}

.single .blog-article-content h2 {
    font-size: clamp(2rem, 3vw, 3rem) !important;
    line-height: 120%;
    margin: 4.8rem 0 2.4rem;
    color: var(--color-gray);
}

.single .blog-article-content h3 {
    font-size: clamp(1.8rem, 2vw, 2.4rem) !important;
    line-height: 3.2rem;
    margin: 3.2rem 0 1.6rem;
    color: var(--color-gray);
    font-size:3rem;
}

.single .blog-article-content p {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-bottom: 2.4rem;
    color: hsl(var(--color-gray));
}

.single .blog-article-content img + p,
.single .blog-article-content .wp-block-image + p {
    font-size: 2rem;
    margin-bottom: 3.2rem;
    color: hsl(var(--color-gray) / .8);
}

.single .call-to-action-box {
    max-width:894px;
    background-image: linear-gradient(to right, rgb(200 111 255 / 0.2), rgb(197 70 116 / 0.2));
    background-color: hsl(210 11% 6%);
    border-radius: 8px;
    padding: 3.2rem;
    text-align: center;
    margin: 4.8rem 0;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-ring-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.single .call-to-action-box h3 {
    margin-top: 0;
}

.single .call-to-action-box p {
  color: hsl(var(--color-gray) / .7);
  line-height: 1.5;
}

.single .read-article-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid hsl(210 11% 15%);
    margin-top: 6.4rem;
    padding-top: 3.2rem;
}

.single .read-article-div .btn-bordered {
    padding: 0.8rem 1.6rem;
    font: 500 1.4rem / 120% var(--font-inter);
}

.single .read-article-div .btn-bordered.next-article {
    align-self: flex-end;
    margin-left: auto;
}

.single .read-article-div a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.single .read-article-div .btn-bordered.prev-article svg {
    transform: rotate(180deg);
}

/* Tags on images */
.single .tag {
    background: var(--color-gradient);
    color: var(--color-gray);
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    text-transform: capitalize;
    position: static;
    margin: 0;
}

/* Newsletter Card Section */
.single .newsletter-card-section {
    padding: 6.4rem 0;
    background-color: #22262a33;
}
.single .newsletter-card-container {
    max-width: 92.638%;
}

.single .newsletter-card {
    padding: 3.2rem;
}

.single .newsletter-card-container h3 {
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    line-height: 3.2rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
}
.single .newsletter-card-container p {
    font: 400 16px / 150% "Inter", sans-serif;
    color: hsl(var(--color-gray) / .7);
    margin-bottom: 2.4rem;
}
.single .blog-article-content h4 {
    margin-bottom: 1.6rem;
}
.single .blog-article-content ol.wp-block-list, 
.single .blog-article-content ul.wp-block-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 1.6rem;
    line-height: 1.625;
    margin-bottom: 2.4rem;
    color: hsl(var(--color-gray));
}
.single .blog-article-content ol.wp-block-list li, 
.single .blog-article-content ul.wp-block-list li {
    line-height: 150%;
}
.single .blog-article-content ol.wp-block-list li strong, 
.single .blog-article-content ul.wp-block-list li strong {
    margin-bottom: 1.6rem;
    display: inline-flex;
}
.single .blog-article-content ol.wp-block-list li > strong + br + strong, 
.single .blog-article-content ul.wp-block-list li > strong + br + strong {
    margin-bottom: 0;
}
.single .blog-article-content ol.wp-block-list li ul, 
.single .blog-article-content ul.wp-block-list li ul {
    margin: 0;
}
.single .blog-article-content ol.wp-block-list.inline-list li strong, 
.single .blog-article-content ul.wp-block-list.inline-list li strong{
    margin: 0;
}
/* single page css end */

/* Responsive styles start */
@media (max-width: 1024px) {
  p.hero-description {
    max-width: 80%;
  }
  .title-wrapper p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .feature-articles {
    margin-bottom: 0;
  }
  .section-padding {
    padding-top: 7.6rem;
    padding-bottom: 7.6rem;
  }
  .transformation-title {
    max-width: 69%;
  }
  .newsletter-card-container {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sticky {
    position: fixed;
    top: 0;
    z-index: 9;
    background-color: rgb(0 0 0 / 0.7);
  }
  .navbar-wrapper {
    width: calc(100vw - 4rem);
    padding: 1.5rem 0;
  }
  .brand-desktop {
    display: none;
  }
  .brand-mobile {
    display: flex;
    z-index: 9;
    position: relative;
   width: 4.4rem;
  }
  .menu-button {
    z-index: 9;
    display: flex;
  }
  .nav-menu {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: linear-gradient(
        to right,
        rgb(200 111 255 / 0.2),
        rgb(197 70 116 / 0.2)
    );
    background-color: var(--color-black-light); /* Assuming --color-black-light is defined */
    overflow-x: hidden;
    transition: transform 0.5s ease-in-out; /* Only transition transform */
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-left: 2rem;
    padding-top: 9rem;
    /* Use these for hiding/showing the menu */
    transform: translateY(-100%); /* Start hidden above the viewport */
    visibility: hidden; /* Also hide from screen readers when off-screen */
    pointer-events: none; /* Prevent interaction when hidden */
  }
  .menu_width {
    transform: translateY(0); /* Slide down into view */
    visibility: visible; /* Make visible */
    pointer-events: auto; /* Allow interaction */
  }
  .background-footer {
    padding: 5rem 3.7rem;
  }
  .row-footer {
    flex-direction: column;
    gap: 9rem;
  }
  .transformation-title {
    font-size: 3em;
  }
  .section-padding {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
  .hero-section {
    padding: 6rem 0 9.8rem;
  }
  p.hero-description {
    max-width: 100%;
  }
  .feature-card-wrapper {
    grid-template-columns: 1fr;
  }
  .feature-card-wrapper .main-card,
  .feature-card-wrapper .mini-card:nth-of-type(2),
  .feature-card-wrapper .mini-card:nth-of-type(3) {
    grid-column: auto;
    grid-row: auto;
  }
  .title-wrapper {
    gap: 1.6rem;
  }
  .title-wrapper p {
    max-width: 75%;
  }
  .newsletter-card-container {
    max-width: 100%;
  }
  .transformation-title {
    max-width: 90%;
  }
  .transformation-description {
    max-width: 100%;
  }
  .footer-desc-wrapper {
    width: 100%;
    align-items: center;
  }
  .footer-desc-wrapper p.description {
    text-align: center;
  }
  .footer-link-wrapper {
    width: 100%;
  }
  .column-footer {
    padding: 0 4.5rem;
  }
.single .article-content-section {
    padding-top: 0;
}
.sticky .navbar-wrapper img {
    max-width: 100%;
}
.hero-section {
    margin-top: 74px;
}
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3.8rem;
    line-height: 125%;
  }
  h2,
  .h2 {
    font-size: 2.8rem;
  }
  h3,
  .h3 {
    font-size: 2.4rem;
  }
  p {
    font-size: 1.6rem;
    line-height: 150%;
  }
  .nav-menu {
    background-image: linear-gradient(to right, rgb(200 111 255 / 0.2), rgb(197 70 116 / 0.2));;
    padding-right: 2rem;
    align-items: center;
  }
  .nav-menu .nav-link {
    font: 500 2.4rem / 150% var(--font-inter);
  }
  .nav-button.btn-primary {
    padding: 1.4rem 3rem;
    font: 500 2rem / 150% var(--font-inter);
  }
  .footer-desc-wrapper p.description {
    font-size: 1.6rem;
  }
  .nav-link,
  .menu-item,
  .menu-item a {
    font: 500 2.4rem / 3.6rem var(--font-inter);
  }
  .nav-menu {
    padding-top: 14.4rem;
  }
  .menu-item.btn-primary {
    padding: 1.4rem 3rem !important;
  }
  .menu-item.btn-primary a {
    font-size: 2rem;
    line-height: 3rem;
  }
  .navbar-wrapper {
    padding: 1.5rem 0;
  }
  .feature-card-wrapper {
    grid-template-columns: 1fr;
  }

  .feature-card-wrapper .main-card,
  .feature-card-wrapper .mini-card:nth-of-type(2),
  .feature-card-wrapper .mini-card:nth-of-type(3) {
    grid-column: auto;
    grid-row: auto;
  }

  .card-mini-wrapper {
    flex-direction: column;
  }

  .card-mini-wrapper .image-wrapper {
    width: 100%;
    height: 180px;
  }

  .card-mini-wrapper .text-wrapper {
    padding: 1.6rem;
  }
  .insight-card-grid {
    grid-template-columns: 1fr;
  }
  .newsletter-card {
    padding: 25px;
  }

  .newsletter-card-description {
    max-width: 100%;
    font-size: 1.6rem;
  }

  .card-title {
    font-size: 2em;
  }

  .card-description {
    font-size: 1em;
  }

  .transformation-container {
    max-width: 100%;
  }

  .transformation-title {
    font-size: 2.3em;
    max-width: 100%;
  }

  .transformation-description {
    font-size: 1.6rem;
  }

  .features-list {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }

  .features-list span {
    padding-left: 0;
  }
  p.hero-description {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin: 0 auto 3.8rem;
  }
  .hero-title {
    margin-bottom: 2.2rem;
  }
  .btn-primary,
  .btn-bordered {
    padding: 1.3rem 2rem !important;
    font-size: 1.6rem;
  }
  .card-item .text-wrapper {
    padding: 2.4rem;
  }
  .title-wrapper p {
    max-width: 100%;
  }
  .column-footer {
    padding: 0 2rem;
  }
  .row-footer {
    gap: 6rem;
  }
  .background-footer {
    padding: 0;
  }
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
  }
  .footer-wrap-custom {
    padding: 5.4rem 0;
  }
  .card-item.mini-card p {
    font-size: 1.6rem;
  }
  .single .blog-meta {
        gap: 2rem;
    }
    .single .blog-hero {
        padding: 13rem 0 4rem;
    }
    .blog-hero-content{
        padding:0 16px;
    }
}
@media screen and (max-width: 479px) {
  .newsletter-card {
    padding: 1.6rem;
  }

  .newsletter-card-title {
    font-size: 1.8em;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: center;
  }

  .email-input {
    width: 100%;
    max-width: 350px;
  }

  .subscribe-button {
    width: 100%;
    max-width: 350px;
  }
  .brand-mobile {
    max-width: 70%;
  }
  .hero-title {
    font-size: 3.1rem;
  }
  .button-group {
    flex-direction: column;
  }
  .hero-section {
    padding: 4rem 0 6.8rem;
  }
  .hero-title span.gradient-text {
    margin-top: -8px;
  }
  .card-item .text-wrapper {
    padding: 1.6rem;
  }
  .section-padding {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
  .transformation-description {
    margin-bottom: 3.8rem;
  }
  .features-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  a.footer-logo.logo img {
    max-width: 70%;
  }
  .column-footer {
    padding: 0;
  }
  .footer-link-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .single .blog-hero {
    padding: 13rem 0 4rem;
  }
  .single .blog-meta {
        flex-wrap: wrap;
    }
    .single .call-to-action-box,
    .single .newsletter-card {
        padding: 2rem;
    }
    .btn-primary, .btn-bordered {
        padding: 0.8rem 0.9rem !important;
    }
    .single .article-content-section {
        padding: 0;
    }
    .single .blog-article-content .wp-block-image + p,
    .single .blog-article-content img + p{
        font-size: 1.6rem;
    }
}
@media (min-width: 601px) {
  .admin-bar .sticky, .admin-bar .header {
    top: 4.6rem;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .sticky .menu_width, .admin-bar .header .menu_width {
    margin-top: 0;
  }
  .admin-bar.scrolled-head header.sticky,.admin-bar.scrolled-head header {
    top: 0;
  }
  html {
    margin: 0 !important;
  }
  body.admin-bar {
    padding-top: 46px;
  }
  .admin-bar header.header {
    top: 46px;
}
}
@media (min-width: 783px) {
  .admin-bar .sticky, .admin-bar .header {
    top: 3.2rem;
  }
}
/* Responsive styles end */
