:root {
  --color-white: #ffffff;
  --color-white-800: #ffffffcc;
  --color-white-rgba: 255, 255, 255;
  --color-black: #000000;
  --color-black-900: #111827;
  --color-black-800: #1f2937;
  --color-black-700: #374151;
  --color-black-600: #4b5563;
  --color-black-500: #6b7280;
  --color-black-400: #9ca3af;
  --color-black-50: #f9fafb;
  --color-purple: #9333ea;
  --color-blue: #2563eb;
  --color-blue-light: #3b82f6;
  --color-blue-800: #1e40af;
  --color-blue-100: #dbeafe;
  --color-red: #b91c1c;
  --color-red-50: #fef2f2;
  --color-red-300: #fca5a5;
  --color-red-500: #dc2626;
  --color-red-700: #991b1b;
  --color-border: #fff3;
  --color-border-200: #e5e7eb;
  --color-gradient-r: linear-gradient(
    to right,
    var(--color-blue) 0%,
    var(--color-purple) 100%
  );
  --color-gradient-br: linear-gradient(
    to bottom right,
    var(--color-blue) 0%,
    var(--color-purple) 100%
  );
  --font-uiSans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}
* {
  box-sizing: border-box !important;
  -webkit-tap-highlight-color: var(--color-black-light);
  outline: none;
}

html {
  scroll-behavior: smooth;
  font-size: 10px !important;
}
body.page-template-Template-blog,
body.single {
  font: 400 1.4rem / 150% var(--font-uiSans);
  font-family: var(--font-uiSans);
  background-color: hsl(0 0% 100%);
  color: hsl(222.2 84% 4.9%);
  position: relative;
}
.page-template-Template-blog .container {
  max-width: 1400px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
}
.single .single-page-container,
.single .container {
  max-width: 896px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  margin: 0 auto;
}
.page-template-Template-blog a,
.single a {
  text-decoration: underline;
  text-decoration-color: var(--color-red-300);
  color: var(--color-red);
}
.page-template-Template-blog a:hover,
.page-template-Template-blog a:focus,
.single a:hover,
.single a:focus {
  color: var(--color-red-700);
}

.page-template-Template-blog .btn,
.page-template-Template-blog .btn:focus,
.single .btn,
.single .btn:focus {
  outline: none !important;
  box-shadow: none;
}
img {
  max-width: 100%;
}
.page-template-Template-blog .text-whiteLight,
.single .text-whiteLight {
  color: var(--color-white-800);
}
.page-template-Template-blog h1,
.page-template-Template-blog h2,
.page-template-Template-blog h3,
.page-template-Template-blog h4,
.page-template-Template-blog h5,
.page-template-Template-blog h6,
.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
  margin: 0;
  color: var(--color-black-900);
}
.page-template-Template-blog h1,
.page-template-Template-blog .h1,
.single h1,
.single .h1 {
  font: 900 7.2rem/ 120% var(--font-uiSans);
  font-size: clamp(4.8rem, 5vw, 6rem);
}
.page-template-Template-blog h2,
.page-template-Template-blog .h2,
.single h2,
.single .h2 {
  font: 700 3.6rem/ 4rem var(--font-uiSans);
  font-size: clamp(3rem, 3.2vw, 3.6rem);
}
.page-template-Template-blog h3,
.page-template-Template-blog .h3,
.single h3,
.single .h3 {
  font: 600 3rem/ 3.6rem var(--font-uiSans);
  font-size: clamp(2rem, 5vw, 3rem);
}
.page-template-Template-blog h4,
.page-template-Template-blog .h4,
.single h4,
.single .h4 {
  font: 600 2rem/ 2.8rem var(--font-uiSans);
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.page-template-Template-blog h5,
.page-template-Template-blog .h5,
.single h5,
.single .h5 {
  font: 600 1.8rem/ 2.8rem var(--font-uiSans);
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
.page-template-Template-blog p,
.single p {
  font: 400 1.6rem / 2.6rem var(--font-uiSans);
  color: var(--color-black-700);
  margin: 0;
}
.page-template-Template-blog .flex,
.single .flex {
  display: flex;
}
.page-template-Template-blog .title-wrapper,
.single .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-bottom: 4.8rem;
  color: hsl(var(--color-gray));
}
.page-template-Template-blog .title-wrapper h2,
.single .title-wrapper h2 {
	font-weight: 900;
    letter-spacing: -0.9px;
}
.page-template-Template-blog .title-wrapper p,
.single .title-wrapper p {
  font-size: 2rem;
  line-height: 2.8rem;
  max-width: 50%;
  text-align: center;
  color: var(--color-black-600);
}
.page-template-Template-blog .button-group,
.single .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.page-template-Template-blog .button-group .btn,
.single .button-group .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.page-template-Template-blog .btn-primary,
.single .btn-primary {
  font: 500 1.8rem / 100% var(--font-uiSans);
  color: var(--color-white);
  padding: 1.3rem 3.2rem !important;
  border-radius: 0.6rem;
  position: relative;
  background: var(--color-gradient-r);
  border: none;
  display: inline-flex;
  width: max-content;
}
.page-template-Template-blog .btn-primary:hover,
.single .btn-primary:hover {
  opacity: 0.9;
  color: var(--color-white);
}
.page-template-Template-blog .btn-bordered,
.single .btn-bordered {
  border: 1px solid var(--color-border-200);
  border-radius: 0.6rem;
  padding: 1.3rem 3.2rem;
  font: 500 1.8rem / 100% var(--font-uiSans);
  background-color: var(--color-black-light);
  color: hsl(var(--color-gray));
  position: relative;
  display: inline-flex;
  width: max-content;
}
.page-template-Template-blog .btn-bordered:hover,
.single .btn-bordered:hover {
  background-color: var(--color-border-200);
  color: hsl(var(--color-gray));
}
.page-template-Template-blog .button-group .btn svg,
.single .button-group .btn svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.gradient-text {
  background: var(--color-gradient-r);
  -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-uiSans);
  padding: 0 0 1.6rem;
  display: flex;
}
.wp-block-pullquote {
  padding: 3.2rem 0;
  margin: 0;
}
.section-padding {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
main {
  margin-top: 106px;
}

.inlineBlock {
  display: inline-flex;
}

.page-template-Template-blog footer a, .single footer a {
    text-decoration: none;
}
.wp-block-image .alignleft {
    margin: 0 3.2rem 0 0;
}
.wp-block-image .alignright {
    margin: 0 0 0 3.2rem;
}

.single .x-comments-area {
    margin: 3.5em 0 4.8rem;
}

.single .entry-content embed, 
.single .entry-content iframe, 
.single .entry-content object,
.single embed, 
.single iframe, 
.single object{
    width: 100%;
    max-width: 100%;
}

/* pagination css start */
.pagination-wrap ul.custom-pagination-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.pagination-wrap ul.custom-pagination-ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: auto;
    min-width: 3.6rem;
    min-height: 3.6rem;
    background: var(--color-blue-100);
    color: var(--color-blue-800);
    border-radius: 4px;
    cursor: pointer;
    transition: .2s all;
}
.pagination-wrap ul.custom-pagination-ul li a,
.pagination-wrap ul.custom-pagination-ul li span {
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 230%;
    text-decoration: none;
    text-align: center;
    color: var(--color-blue-800);
    border-radius: 4px;
}
.pagination-wrap ul.custom-pagination-ul li.active,
.pagination-wrap ul.custom-pagination-ul li.active a,
.pagination-wrap ul.custom-pagination-ul li.active span{
    background: var(--color-blue);
    color: var(--color-white);
}
.pagination-wrap ul.custom-pagination-ul li .prev-btn, .pagination-wrap ul.custom-pagination-ul li .next-btn {
    margin-top: -3px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 180%;
}
/* pagination 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-uiSans);
  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;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(to bottom right, #f9fafb, #fff);
    //opacity: 0.9;
}
.page-template-Template-blog .hero-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
  font-size: clamp(4.8rem, 5vw, 7.2rem);
  color: var(--color-black-900);
}

.page-template-Template-blog .hero-title .gradient-text {
    margin-top: -13px;
}

p.hero-description {
    font-size: 2rem;
    line-height: 1.625;
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
}

.hero-meta-text {
    margin-top: 3.2rem;
    display: block;
}

.hero-meta-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.meta-item .dot {
  width: 8px;
  height: 8px;
  background-color: #22c55e;
  border-radius: 50px;
}
.meta-item:nth-child(2) .dot {
  background-color: #3b82f6;
}
.meta-item .meta-text {
  font: 400 14px / 2rem var(--font-uiSans);
  color: var(--color-black-500);
}
/* hero section css end */

/* featured article css start */
.feature-articles {
	background-color: var(--color-white);	
}

.feature-card-wrapper {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: 2.1166fr 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 {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -khtml-border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    cursor: pointer;    
    position: relative;
}

.card-item a {
	text-decoration: unset;
}

.card-item.main-card > div {
    position: relative;
}

.card-item .image-wrapper {
    width: 100%;
    height: 160px;
    flex-shrink: 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -khtml-border-radius: 12px;
  overflow: hidden;
}

.card-item.main-card .image-wrapper {
  height: 320px;
}

.card-item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.15s all;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -khtml-border-radius: 12px;
  background-color: var(--color-black-400);
}

.card-item .text-wrapper {
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-item.main-card .text-wrapper {
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 2.4rem;
}

.card-item h3 {
    color: hsl(var(--color-gray));
    margin-bottom: 0.8rem;
    line-height: 1.25;
}

.card-item h4 {
    color: var(--color-black-900);
    line-height: 1.25;
    font-weight: 700;
}

.card-item h3 a,
.card-item h4 a {
    display: inline-flex;
    text-decoration: unset;
    color: var(--color-black-900);
}

.main-card.card-item h3 a {
    color: var(--color-white);
    font-weight: 900;
}

.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 {
  color: var(--color-blue);
}

.feature-card-wrapper .main-card.card-item:hover h3 a,
.feature-card-wrapper .main-card.card-item:focus h3 a {
  color: var(--color-white);
}

.card-item p {
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: 400;
    color: #ffffffe6;
}
.card-item.mini-card p {
  font-size: 1.4rem;
  line-height: 1.429;
}

.blog-posted-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.6rem;
  color: #aaa;
  font-size: 1.4rem;
  gap: 12px;
}

.blog-post-left a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: hsl(var(--color-gray) / 0.6) !important;
}

.main-card .blog-post-left a {
    color: var(--color-white-800) !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 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;
    flex-direction: column;
    gap: 0;
    height: 100%;
}

.card-mini-wrapper .image-wrapper {
    width: 100%;
    height: 160px;
    flex-shrink: 0;
    margin-bottom:1.6rem;
}

.card-mini-wrapper .text-wrapper {
  padding: 0 !important;
}

.blog-post-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tag {
    background-color: #f3f4f6;
    color: var(--color-black-700);
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    font-size: 1.2rem;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.6rem;
    display: inline-flex;
    max-width: max-content;
    margin-bottom: 0;
}
.tag a,
.tag a:hover,
.tag a:focus {
	color: var(--color-black-700);
}
.main-card .tag {
    background: var(--color-blue);
    color: var(--color-white);
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
/* featured article css end */

/* latest insights css start */

.page-template-Template-blog .latest-insights {
    background-color: var(--color-black-50);
}

.insight-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 3.2rem;
  margin-bottom: 6.4rem;
  align-items: flex-start;
}

.insight-card-item {
    background-color: var(--color-white);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -khtml-border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    -moz-box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: .3s all;
}

.insight-card-item:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}

.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: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -khtml-border-radius: 16px 16px 0 0;
  background-color: var(--color-black-400);
}

.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: rgba(var(--color-white-rgba), 0.9);
    color: var(--color-black-800);
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.insight-card-content {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.page-template-Template-blog .insight-card-item a {
    text-decoration: none;
}

.insight-card-content a {
    text-decoration: none;
}

.insights-tag a,
.insights-tag a:hover,
.insights-tag a:focus {
    text-decoration: none;
    color: var(--color-black-800);
}

.insight-card-meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 12px;
  font-size: 1.4rem;
  line-height: 122%;
  color: var(--color-black-500);
}

.insight-card-meta .author {
    margin: 0;
    line-height: 2rem;
    color: var(--color-black-500);
}

.insight-card-meta .author {
    margin: 0;
}

.insight-card-meta .date,
.insight-card-meta .read-time{
  position: relative;
}

.page-template-Template-blog .insight-card-content .insight-card-meta a:hover, .page-template-Template-blog .insight-card-content .insight-card-meta a:focus {
    color: var(--color-black-500);
}

.insight-card-meta .read-time:before,
.insight-card-meta .read-time:after {
    content: "";
    display: inline-flex;
    position: absolute;
    left: 100%;
    top: 0;
    transform: translate(8px, 8px);
    width: 3px;
    height: 3px;
    background-color: var(--color-black-500);
    border-radius: 50%;
}

.insight-card-meta .read-time:before {
    left: auto;
    right: 100%;
    transform: translate(-8px, 8px);
}

.insight-card-item .insight-card-content h3 {
  font-size: 2rem;
  margin: 0 0 12px 0;
  color: var(--color-black-900);
  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;
    color: var(--color-black-900);
    font-weight: 700;
    line-height: 1.25;
}

.insight-card-item:hover .insight-card-content h3,
.insight-card-item:focus .insight-card-content h3 {
  color: var(--color-blue);
}

.insight-card-content p {
    font-size: 1.6rem;
    line-height: 1.625;
    color: var(--color-black-600);
    margin-bottom: 0;
    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;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: var(--color-gradient-br);
}

.newsletter-card-container {
}

.newsletter-card {
    text-align: center;
    color: var(--color-white);
}

.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;
}

.page-template-Template-blog .newsletter-card-title {
    color: var(--color-white);
    letter-spacing: -0.025em;
    margin-bottom: 16px;
    font-weight: 900;
}

.page-template-Template-blog .newsletter-card-description {
  font-size: 2rem;
  margin-bottom: 3.2rem;
  line-height: 1.625;
  color: var(--color-blue-100);
  max-width: 75%;
  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: 33.9rem;
    padding: 8px 12px;
    border-radius: 8px;
    background-color: rgba(var(--color-white-rgba), 0.1);
    color: hsl(var(--color-white));
    border: 1px solid rgba(var(--color-white-rgba), 0.2);
    font-size: 14px;
    line-height: 2rem;
    outline: none;
    min-height: 4rem;
    backdrop-filter: blur(4px);
}

.subscribe-form .email-input::placeholder {
  color: #c7bef7;
}

.subscribe-form .email-input:focus {
    box-shadow: 0 0 0 2px var(--color-black-900);
    background-color: rgba(var(--color-white-rgba), 0.1);
    /*border: 2px solid var(--color-white);*/
}

.subscribe-form .subscribe-button,
.subscribe-form .subscribe-button:hover{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background: var(--color-white);
    color: #2563eb;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    line-height: 2rem;
    font-weight: 600;
    cursor: pointer;
    min-height: 4rem;
    max-height: 4rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-transform: capitalize;
}

.subscribe-form .subscribe-button:hover {
    background: #f3f4f6;
}

.subscribe-button svg {
  margin-left: 8px;
  transition: transform 0.2s ease;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.page-template-Template-blog .privacy-text {
  font-size: 14px;
  color: rgb(191, 219, 254);
  line-height: 143%;
  margin-top: 16px;
}

.page-template-Template-blog .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: 4.8rem 0 4rem;
  text-align: left;
}

.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);
    line-height: 1;
    margin-bottom: 2.4rem;
    color: var(--color-black-900);
    letter-spacing: -.025em;
}

.single .blog-meta {
    display: flex;
    justify-content: flex-start;
    gap: 1.6rem;
    font-size: 1.4rem;
    line-height: 143%;
    color: var(--color-black-500);
    margin-bottom: 1.6rem;
}

.single .blog-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.single .blog-meta svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
  color: var(--color-black-500);
}

/* Article Content Section */
.single .article-content-section {
  padding: 6.4rem 0;
}

.single .blog-article-content img {
    object-fit: contain;
    width: auto;
    border-radius: 16px;
    margin-bottom: 0;
    margin-top: 2.4rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.single .blog-article-content > img {
    margin-bottom: 4.8rem;
    margin-top: 2.4rem;
    background-color: var(--color-black-400);
    width: 100%;
    object-fit: cover;
}

.single .blog-article-content h2 {
    line-height: 120%;
    margin: 4.8rem 0 2.4rem;
    color: var(--color-black-900);
}

.single .blog-article-content h3 {
    margin: 3.2rem 0 1.6rem;
    color: var(--color-black-900);
}

.single .blog-article-content p {
  font-size: 1.8rem !important;
  line-height: 1.625;
  margin-bottom: 2.4rem;
  color: var(--color-black-700);
}

.single .blog-article-content img + p,
.single .blog-article-content .wp-block-image + p {
    font-size: 2rem;
    color: var(--color-black-600);
}

.single p:has(img) {
    text-align: center;
}

.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 / 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) / 0.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-uiSans);
}

.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-blue-100);
    color: var(--color-blue-800) !important;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 500;
    text-transform: capitalize;
    position: static;
    margin: 0;
    text-decoration: none;
}

/* 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) / 0.7);
  margin-bottom: 2.4rem;
}
.single .blog-article-content h4,
.single .blog-article-content h5{
  margin-bottom: 1.6rem;
}
.single .blog-article-content ol.wp-block-list,
.single .blog-article-content ul.wp-block-list,
.single .blog-article-content ol,
.single .blog-article-content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 1.8rem;
  line-height: 1.625;
  margin-bottom: 2.4rem;
  color: var(--color-black-700);
}
.single .blog-article-content ol.wp-block-list li,
.single .blog-article-content ul.wp-block-list li,
.single .blog-article-content ol li,
.single .blog-article-content ul li {
  line-height: 156%;
}
.single .blog-article-content ol.wp-block-list li strong,
.single .blog-article-content ul.wp-block-list li strong,
.single .blog-article-content ol li strong,
.single .blog-article-content ul li strong {
  margin-bottom: 0;
  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,
.single .blog-article-content ol li > strong + br + strong,
.single .blog-article-content ul 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,
.single .blog-article-content ol li ul,
.single .blog-article-content ul 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,
.single .blog-article-content ol.inline-list li strong,
.single .blog-article-content ul.inline-list li strong {
  margin: 0;
}

li::marker {
    font-size: 18px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

/* recommended reading section css start */
.recommended-reading-section {
    margin-bottom: 4.8rem;
}
.single .recommended-reading-section h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 2.4rem;
}
.single .recommended-reading-section h2 .reading-icon {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    color: #b91c1c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.single .recommended-reading-section h2 .reading-icon svg {
    width: 100%;
    height: 100%;
}
.rec-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin: 0;
}
.single .rec-card-wrapper a.title {
    text-decoration: none;
}
.rec-card {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid var(--color-border-200);
  border-radius: 8px;
  padding: 1.6rem;
  text-decoration: none;
}
.rec-card:hover {
  background-color: var(--color-red-50);
  border-color: var(--color-red-300);
}
.rec-card-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.single .recommended-reading-section h5 a {
    color: var(--color-black-900);
    text-decoration: none;
}
.rec-card-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.2rem;
  color: var(--color-black-900);
}
.rec-card:hover .rec-card-heading {
  color: var(--color-red-700);
}
.rec-card .tag.recommended {
  background-color: var(--color-red-50);
  color: var(--color-red) !important;
  border-radius: 50px;
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  flex-shrink: 0;
}
.rec-card p {
  color: var(--color-black-600);
}
.rec-card .card-icon {
  width: 1.6rem;
  height: 1.6rem;
  min-width: 1.6rem;
  color: var(--color-black-400);
  object-fit: contain;
}
.rec-card:hover .card-icon {
  color: var(--color-red-500);
}
.rec-card .card-icon svg {
  width: 100%;
  height: 100%;
}

/* accordion css start */
.faq-section {
    margin-bottom: 6.4rem;
}
.single .faq-section h3 {
    margin-bottom: 3.2rem;
    font-weight: 700;
}
.accordion-wrapper {
  border: 1px solid var(--color-border-200);
  border-radius: 8px;
  padding: 2.4rem;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.accordion {
  border-bottom: 1px solid #e2e8f0;
}
.accordion__title {
  cursor: pointer;
  margin: 0;
  position: relative;
  padding: 16px 0;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}

.accordion__title:hover {
  text-decoration: underline;
}

.accordion__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  min-width: 16px;
  transition: 0.2s all;
}

.accordion--open .accordion__icon {
  transform: rotate(180deg);
}

.accordion__content {
  display: none;
  padding: 0.8rem 0 1.6rem;
}
/* accordion css end */

/* blockquote css start */
.single .single-blog-section blockquote {
    background-color: var(--color-red-50) !important;
    border-width: 0 0 0 4px;
    color: var(--color-black-800) !important;
    border-style: solid;
    border-color: var(--color-red-500);
    padding: 16px 0 16px 24px;
    border-radius: 0 8px 8px 0;
    margin: 3.2rem 0;
    font-size: 2rem;
    line-height: 2.8rem;
    font-style: italic;
    width: 100%;
}

.single .single-blog-section blockquote p {
  font-size: 2rem;
  line-height: 2.8rem;
  font-style: italic;
  color: var(--color-black-800);
  margin-bottom: 8px;
}

.single .single-blog-section blockquote cite {
  font: 500 1.6rem / 1.5rem var(--font-uiSans);
  color: var(--color-black-600);
  font-style: italic;
}
/* blockquote css end */

/* author section css start */
.author-section {
  background: var(--color-black-50);
  border-radius: 16px;
  padding: 3.2rem;
  margin-top: 6.4rem;
  margin-bottom: 4.8rem;
}

.auhtor-card-wrap {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}

.auhtor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  background-image: linear-gradient(
    to bottom right,
    var(--color-red-500) 0%,
    var(--color-red-700) 100%
  );
  border-radius: 50px;
  padding: 0 10px;
}

.auhtor-icon .author-icon-text {
  font: 700 1.8rem / 2.8rem var(--font-uiSans);
  color: var(--color-white);
}

.author-avatar-img {
    width: 6.4rem;
    height: 6.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 6.4rem;
    border-radius: 50px;
    overflow: hidden;
}

.author-text-wrap h4 {
  font-weight: 700;
  color: var(--color-black-900);
}
.author-text-wrap p {
  color: var(--color-black-600);
}
.author-about-text {
  margin-top: 8px;
}
.single .single_author_sec .wp-block-post-author__bio a {color: var(--color-red);}
.single .single_author_sec .wp-block-post-author__bio a:hover,
.single .single_author_sec .wp-block-post-author__bio a:focus {color: var(--color-red-700);}
/* author section css end */

.single .single-blog-section .x-container.max.width {
    width: 100%;
    max-width: 100%;
}

.single .wp-caption, .single .gallery-item {
    width: 100% !important;
    border: none;
    padding: 0;
}

.single input, .single button, .single select, .single textarea {
    border-radius: 16px;
    min-height: 5rem;
}

.single .nam_email_data {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3.2rem;
}

.single .nam_email_data .contact_info {
    width: 100%;
}

.single .blog-article-content .cs-content .x-section {
    padding: 0 !important;
}

.single .blog-article-content .cs-content .x-section .x-img {
    padding-bottom: 4.8rem;
}

.single .nam_email_data .contact_info > p {
    margin: 0 0 5px;
}

.single .blog-article-content p:has(textarea) {
    margin-top: -20px;
}
.pagination-wrap ul.custom-pagination-ul li:hover,
.pagination-wrap ul.custom-pagination-ul li:hover a{
   background: var(--color-blue);
    color: var(--color-white);
} 
.single .x-column .x-text.light p {
    color: var(--color-white);
}
.single a.x-btn.light.x-btn-global,
.single a.x-btn{
    text-decoration: none;
}
.single .accordion-wrapper .ewd-ufaq-faq-list p input[type="hidden"], 
.single .accordion-wrapper .ewd-ufaq-faq-list p br {
    display: none !important;
}
.single .accordion .ewd-ufaq-faq-title, 
.single .accordion .ewd-ufaq-faq-categories {
    display: none;
}
.single .accordion .ewd-ufaq-faq-body {
    padding: 0;
}
.single .accordion .ewd-ufaq-faq-div {
    padding: 0;
    margin: 0;
}
.single .x-card-outer.flip-from-top.flip-3d .x-face-text, 
.single .x-face-outer.back .x-face-text, 
.single .x-face-outer.back p {
    color: var(--color-white);
}
.single .wp-block-pullquote {
    padding: 0;
    border: none;
}
.single ul li code {
    margin-top: 1.3rem;
}

/* single page css end */


/* Responsive styles start */
@media (max-width: 1024px) {
  p.hero-description {
    max-width: 80%;
  }
  .page-template-Template-blog .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%;
  }
  .feature-card-wrapper {
  	grid-template-columns: 1.5fr 1fr;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .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;
  }
  .page-template-Template-blog .title-wrapper {
    gap: 1.6rem;
  }
  .page-template-Template-blog .title-wrapper p {
    max-width: 75%;
  }
  .transformation-title {
    max-width: 90%;
  }
  .transformation-description {
    max-width: 100%;
  }
  .single .article-content-section {
    padding-top: 0;
  }
  .card-mini-wrapper .image-wrapper {
    height: 230px;
}
}
@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%;
  }

  .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;
  }

  .insight-card-grid {
    grid-template-columns: 1fr;
  }
  .newsletter-card {
    padding: 25px;
  }

  .page-template-Template-blog .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.main-card .text-wrapper {
    padding: 2.4rem;
  }
  .page-template-Template-blog .title-wrapper p {
    max-width: 100%;
  }
  .card-item.mini-card p {
    font-size: 1.6rem;
  }
  .single .blog-meta {
    gap: 2rem;
  }
  .insight-card-content {
  	padding: 1.6rem;
  }
  .rec-card-heading {
    flex-direction: column;
    align-items: flex-start;
}
.auhtor-card-wrap {
    flex-direction: column;
}
.accordion-wrapper,
.author-section {
    padding: 1.6rem;
}
.single .blog-article-content ol.wp-block-list, .single .blog-article-content ul.wp-block-list, .single .blog-article-content ol, .single .blog-article-content ul {
    margin-left: 2rem;
}
  .single .blog-meta {
    flex-wrap: wrap;
  }
  .single .blog-article-content ol.wp-block-list, .single .blog-article-content ul.wp-block-list, .single .blog-article-content ol, .single .blog-article-content ul
 {
    font-size: 1.6rem;
}
li::marker {
    font-size: 16px;
    }
    .single .blog-article-content p {
     font-size: 16px !important;
    }
    .single .nam_email_data {
    flex-direction: column;
    gap: 0;
}
}
@media screen and (max-width: 479px) {
  .newsletter-card {
    padding: 1.6rem;
  }

  .page-template-Template-blog .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.main-card .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));
  }
  .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;
  }
  .insight-card-meta a {gap: 1rem;}
  .insight-card-meta .read-time:before {
    transform: translate(-4px, 8px);
}
.insight-card-meta .read-time:after {
    transform: translate(4px, 8px);
}
}
@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 */