/*
Theme Name: wellows-new
Theme URI: https://wellows.com/
Author: Wellows
Author URI: http://wellows.com/
Description: A brief description of the wellows theme.
Version: 1.0.0
*/



/* root colors */
:root {
  --darkBlue: #0f265c;
  --blue: #0554f2;
  --body-bg: #ffffff;
  --darkBlue-70: #0f265cb2;
  --bodytextColor: #020617;
  --whitish-blue: #edf7ff;
}

/* Generic css */
html {
  scroll-behavior: smooth;
	margin-top: 0 !important;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background-color: var(--body-bg, #fff); /* Fallback color */
  color: var(--bodytextColor); /* Fallback color */
  font-size: 16px;
  min-height: 100vh;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
h1,
.h1 {
  font-size: 50px;
  color: var(--darkBlue);
}
.h2,
h2 {
  font-size: 45px;
  line-height: 56px;
}
.h3,
h3 {
  font-size: 28px;
  line-height: normal;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 22px;
}
a:focus,
button:focus {
  box-shadow: none !important;
}
select:focus,
input:focus {
  box-shadow: none !important;
}

embed,
iframe,
object,
video,
.twitter-tweet {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border: 1px solid #dee2e6;
}
table tr:nth-of-type(odd) {
  background-color: #f6f7f9;
}
table td,
table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.fs-16 {
  font-size: 16px;
}
.fs-20 {
  font-size: 20px;
}
.fs-72 {
  font-size: 72px;
  line-height: 82px;
}
.fs-14 {
  font-size: 14px !important;
  line-height: 24px !important;
}
.w-bg-light {
  background: var(--whitish-blue);
}
.w-bg-blue {
  background: var(--blue);
}
.w-text-blue {
  color: var(--blue) !important;
}
.sec-p {
  padding: 80px 0;
}
.btn-main {
  border-radius: 0.75rem;
  transition: 0.3s ease all;
  background-color: var(--blue);
  border: 1px solid var(--blue);
  color: #fff;
  box-shadow: 0px 2px 17.4px 0px #0554f22b;
}
.btn-bookdemo{
	 background: #fff;
	  color: #475569;
	  padding: 12px 32px;
	  border-radius: 12px;
	  font-weight: 600;
	  font-size: 16px;
	  border: 2px solid #e2e8f0;
	  display: inline-flex;
	  align-items: center;
	  gap: 8px;
	  text-decoration: none;
	  transition: all 0.3s ease;
}
.btn-bookdemo:hover {
	  background: #f8fafc;
	  border-color: #cbd5e1;
	  color: #334155;
	}
.w-byline {
  color: #212529;
	font-size: 18px;
}
.btn-main img {
  margin-left: 8px;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active {
  /* transform: translateY(-2px) !important; */
  background-color: var(--blue) !important;
  border-color: var(--blue) !important;
  color: #fff !important;
}

	.btn-primary-hero {
	  background: var(--blue);
	  color: white;
	  padding: 12px 32px;
	  border-radius: 12px;
	  font-size: 16px;
	  border: none;
	  display: inline-flex;
	  align-items: center;
	  gap: 8px;
	  text-decoration: none;
	  transition: all 0.3s ease;
	  box-shadow: 0 4px 12px rgba(5, 84, 242, 0.3);
	}
	.btn-primary-hero:hover {
	  background: #0442d1;
	  transform: translateY(-2px);
	  box-shadow: 0 6px 20px rgba(5, 84, 242, 0.4);
	  color: white;
	}
 /* CMS Alignment  */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.wp-caption {
    background: #eee;
    border-top: 5px solid #eee;
    text-align: center;
    max-width: 100%;
}
.wp-caption-text {
    background: #eee;
    padding: 5px;
    font-size: 14px;
    font-style: italic;
	line-height:normal;
}
a.morelink {
    text-decoration: none;
    font-size: 14px;
}
/* CMS Alignment */
.video-tooltip-wrapper {
    cursor: pointer;
}
.video-tooltip-wrapper i {
    transition: transform 0.2s ease;
    opacity: 0.75;
}
.video-tooltip-wrapper i:hover {
    opacity: 1;
    transform: scale(1.1);
}


::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #c1c1c1;
  background: #c1c1c1;
}

.w-badge-blue{
  border-radius: 9999px;
  padding: 8px 14px;
  border: 1px solid var(--blue);
  font-weight: normal;
}

/* Generic End */

/* MULTIPLE SECTIONS SAME PROPERTIES */
.case-studies-slider,
.logo-container,
.w-agent-testimonials {
  overflow: hidden;
  position: relative;
}
.case-studies-slider:before,
.case-studies-slider:after,
.logo-container:before,
.w-agent-testimonials:before,
.logo-container:after,
.w-agent-testimonials:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}
.case-studies-slider:before,
.logo-container:before,
.w-agent-testimonials:before {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}
.case-studies-slider:after,
.logo-container:after,
.w-agent-testimonials:after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}
.w-pp-section h1,
.w-pp-section h2,
.w-pp-section h3,
.w-pp-section .h1,
.w-pp-section .h2,
.w-pp-section h3 {
  color: #373d42;
}
/* MULTIPLE SECTIONS SAME PROPERTIES END */

/* HEADER */

/*

.header-section {

  padding-top: 30px;

}

*/

/*

.header-section.homepage-header {

  background: #fbeeee;

}

.header-section.agent-header {

  background: #023682;

}

.header-section.reports-header{

	background: #1e65cd !important

}

.w-aboutus-hero-section {

  background: linear-gradient(360deg, #0554f2 0%, #03318c 100%);

}

.header-section.about-us-header {

  background: #03318c;

}

.header-section.agent-header-3{

	background: linear-gradient(104.73deg, #D2E6F8 4.6%, #EDF7FF 88.94%) !important;

}

.header-section.icp-header-2{

	background:linear-gradient(104.73deg, #D2E6F8 4.6%, #EDF7FF 88.94%);

}

.header-section.homepage-header-2{

	background: #b0d2ff;

}

*/

.navbar-custom {

	//background: #ffffff;

/*     border-radius: 8px; */

    //box-shadow: 0px 2px 17.4px 0px #0554f22b;

/*     width: calc(100% - 32px); */

/*     margin: 0 auto;

    max-width: 1320px; */

    //padding: 8px 0px;

/*     z-index: 9999; */

    //transition: all 0.3s ease;

/*     position: fixed; */

/*     top: 18px;

    left: 0;

    right: 0; */

}

/*

.custom-sticky-header{

	position: fixed;

	top: 0; left: 0; right: 0;

	z-index: 9999;

}

.navbar-custom ul li a,

.navbar-custom ul li span {

  color: var(--darkBlue);

  transition: 0.3s ease all;

  font-size: 16px;

  display: inline-block;

}

.navbar-custom ul, .navbar-custom ul {

    margin-top: 0;

}

.navbar-custom ul li a:hover,

.navbar-custom ul li span:hover {

  color: var(--blue);

}

.navbar-custom ul li:not(:last-child) {

  margin-right: 20px;

}

.navbar-brand img {

  height: 29px !important;

}

.navbar-custom .btn-main img {

  width: 12px;

  height: 12px;

}

.navbar-custom .navbar-nav li.menu-item-has-children:hover > .dropdown-menu {

  display: block;

  top: 100%;

}

.dropdown-toggle::after {

  vertical-align: middle !important;

}

.navbar-custom .navbar-toggler:focus {

  outline: none;

  box-shadow: none;

}

.navbar-custom .dropdown-menu {

  min-width: 200px;

}

.navbar-custom .dropdown-menu {

  box-shadow: 0px 2px 17.4px 0px #0554f22b;

  border: none;

  padding: 10px;

}

*/

/* HEADER END */



/* FOOTER */

/*

.w-social-icon {

  border: 2px solid #0554f22b;

  width: 36px;

  height: 36px;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: 0.3s ease all;

  cursor: pointer;

  text-decoration: none;

}

.w-social-icon:hover {

  background: var(--blue);

  color: #fff;

}

.w-social-icon i {

  font-size: 16px;

}

.footer-links li a {

  color: #52525b;

  text-decoration: none;

  font-size: 14px;

}

.footer-links li:last-child {

  margin-bottom: 0 !important;

}

.footer-links {

  margin: 0;

}

.footer-copyright {

  text-align: center;

  font-size: 14px;

  padding: 16px 0;

  border-top: 1px solid #e2e8f0;

}



*/

/* FOOTER END */

/* HOMEPAGE TOP SECTION */
.hero-heading {
  font-size: 50px;
}
.user-badge {
  background: white;
  border-radius: 40px;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  box-shadow: 0 2px 17px rgba(5, 84, 242, 0.17);
}
.user-avatars {
  display: flex;
  align-items: center;
}
.user-avatars img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 2px solid white;
  margin-left: -1rem;
}
.user-avatars img:first-child {
  margin-left: 0;
}
.online-indicator {
  width: 8px;
  height: 8px;
  background: #04cf36;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(4, 207, 54, 0.5);
}
.w-top-section {
  background: linear-gradient(to bottom, #fbeeee 0%, #fbd3d3 30%, #e9d4ec 70%, #d6dfff 100%);
}
.product-preview {
  position: relative;
  width: 100%;
  aspect-ratio: 2.03;
  max-height: 80vh;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.iframe-placeholder {
  background: #f3f4f6;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.iframe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.product-preview iframe {
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
  position: absolute; /* Very important */
  top: 0;
  left: 0;
}
/* HOMEPAGE TOP SECTION END */

/* TRUSTED BY SECTION */
.trusted-text {
  color: #465058 !important;
}
.w-trusted-logos {
  background: #fff;
  position: relative;
  /* top: -15px; */
}
.logo-container .logo-item img {
  margin: 0 30px;
  filter: grayscale(1);
}
/* TRUSTED BY SECTION END */

/* ICP SECTION */
.w-icp-card {
  background: #fff;
}
.icon-wrapper {
  background: #b7dfff;
  padding: 20px;
  border-radius: 16px;
  border-top: 1px solid #e3e7ea;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.w-icp-card-btn,.w-targets-card-btn {
  width: 40px;
  height: 40px;
  transition: 0.3s ease all;
  background: #f4f6f7;
  border: none;
}
.w-icp-card-btn:hover,.w-targets-card-btn:hover,
.w-icp-card-btn:focus,.w-targets-card-btn:hover {
  background-color: #dadcdd !important;
  outline: none;
}
.w-icp-card-btn:active,
.w-targets-card-btn:active {
  outline: none;
}
.w-icp-card .icon-wrapper svg {
  max-width: 25px;
  max-height: 25px;
  /* stroke: black; */
}
/* ICP SECTION END */

/* CHALLENGES SECTION */
.circle-core {
  background: url(../wellows/template/media/challenges-core.svg) no-repeat
    center top;
  width: 100%;
  height: 570px;
}
/* Floating Icons */
.floating-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  /* background: white; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  animation: float 3s ease-in-out infinite;
}
.floating-icon img{
  width: 70px;
  height: 73px;
}
.funnel-icon-top {
  position: relative;
}
.funnel-icon-top::before {
  content: "";
  position: absolute;
  background: url(../wellows/template/media/problem-lines.svg) no-repeat center
    top;
  width: 785px;
  height: 185px;
  left: 0;
  right: 0;
  margin: auto;
  top: -100%;
  bottom: 125px;
  /* z-index: -1; */
}
.w-logo {
  position: relative;
  /* z-index: 2; */
}
.w-logo img {
  margin: 0 auto;
  display: flex;
  position: relative;
}

.icon-1 {
  top: 20%;
  left: 20%;
  animation-delay: 0s;
}
.icon-2 {
  top: 30%;
  right: 22%;
  animation-delay: 0.6s;
}
.icon-3 {
  top: 13%;
  left: 32%;
  animation-delay: 1.2s;
}
.icon-4 {
  top: 22%;
  right: 34%;
  animation-delay: 1.8s;
}
.icon-5 {
  top: -3%;
  right: 48%;
  animation-delay: 2.4s;
}
.icon-6 {
  top: 15%;
  right: 52%;
  animation-delay: 2.4s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.challenge-cards {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
}
.challenge-card {
  width: 360px;
  height: 124px;
  padding: 24px;
  border-radius: 20px;
  /* border: 3px solid #0554f2; */
  border: 1px solid #E6E6E6;
  box-shadow: 0px 8px 16px 0px #00000014;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  position: relative;
}
.challenge-card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  color: #000000;
  margin: 0;
}
.icon-wrapper-round {
  background: #b7dfff;
  padding: 18px;
  border-radius: 50% !important;
  border-top: 1px solid #e3e7ea;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.card-text {
  line-height: 1.5;
}
.icon-wrapper-round img {
  width: 30px;
  height: 30px;
	object-fit: contain;
}
.custom-card {
  border: 3px solid #d7ecff;
  border-radius: 25px;
  padding: 1.5rem 2rem;
  background-color: white;
}

.card-title {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 1rem;
}
/* CHALLENGES SECTION END */

/* SOLUTION SECTION */
.central-logo img {
  width: 143px;
  height: 144px;
}
.central-logo {
  margin: 48px 0 150px 0;
  position: relative;
}
.feature-card {
  border-radius: 10px;
  border: 1px solid #0554f2;
  transition: transform 0.2s;
  text-align: left;
  position: relative;
  background: #fff;
}
.central-logo::before {
  content: "";
  position: absolute;
  background: url(../wellows/template/media/Group-lines.svg) no-repeat;
  width: 864px;
  height: 358px;
  top: 84px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.feature-card-body {
  box-shadow: 0px 2px 17.4px 0px #0554f22b;
  border-radius: 10px;
}
.emoji-circle {
  padding: 10px;
  background: #b7dfff;
  border-radius: 10px;
  width: 50px;
  text-align: center;
}
/* SOLUTION SECTION END */

/* STATS SECTION */

.w-stats-section {
  background: linear-gradient(180deg, #0039a8 0%, #0554f2 100%);
}
.w-stats {
  font-size: 45px;
  color: #fff;
  line-height: 80px;
}
.w-stats strong {
  background: #fff;
  border-radius: 10px;
  color: var(--blue);
  padding: 6px 8px;
}

/* STATS SECTION END */

/* .tab-content>.active {
    display: block;
    opacity: 1;
    position: inherit;
}
.tab-content>.tab-pane {
    display: none;
    display: block !important;
    opacity: 0;
    position: absolute;
} */

/* FEATURES TABS SECTION */
.features-list {
  position: relative;
  padding-left: 18px;
  border: none;
}
.feature-item {
  padding: 16px 24px;
  border-radius: 8px !important;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none !important;
  text-align: left;
}
.feature-item:not(:last-child) {
  margin-bottom: 8px;
}
.feature-item.active {
  background-color: var(--darkBlue) !important;
}
.feature-item.active .feature-content .feature-content-title,
.feature-item.active .feature-content p {
  color: white !important;
}
.feature-icon {
  margin-bottom: 8px;
}
.feature-icon img {
  width: 40px;
  height: auto;
}
.feature-content {
  color: var(--bodytextColor);
}
.feature-content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.preview-container {
  border-radius: 25px;
  border: 3px solid #e9edff;
  height: 645px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preview-container img {
  width: 100%;
}
/* FEATURES TABS END */

/* AGENTS TABS SECTION */
.agents-card {
  background-color: #f9f9fb;
  border-radius: 16px;
}
.agents-card h3 {
  font-size: 30px;
}
.agents-card p {
  color: #292a2e;
  font-size: 1.1rem;
  line-height: 1.6;
}
.agent-explore-btn {
  transition: 0.3s ease all;
}
.agent-explore-btn:hover {
  color: var(--darkBlue);
}
.agent-tabs-nav {
  display: inline-flex;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 48px;
}
.features-list .nav-link:hover:not(.active) {
  background-color: rgba(5, 84, 242, 0.1);
  border: none;
}
.agent-tabs-nav .nav-link {
  border-radius: 20px;
  background: #7489a2;
  color: #fff;
  padding: 8px 24px;
}
.agents-content {
  text-align: left;
}
.y-divider {
  margin: 8px 48px;
  border: 1px solid #d9d9d9;
}
.image-container {
  background-color: #f9f9fb;
  border-color: #e9edff !important;
  border-width: 7px !important;
  max-height: 356px;
}
/* AGENTS TABS SECTION END */

/* tab content css for llm Start*/
.tab-content>.tab-pane.active {
    display: block;
    opacity: 1;
    position: inherit;
}
.tab-content>.tab-pane {
    display: none;
    display: block !important;
    opacity: 0;
    position: absolute;
}
/* tab content css for llm END*/
/* CASE SLIDER SECTION */

.case-slide {
  padding: 15px;
}
.case-study-image {
  width: 220px;
  height: 331px;
  object-fit: cover;
}
.case-company-logo {
  width: 158px;
  height: 29px;
  background-size: cover;
  background-position: 50% 50%;
}
.case-quote {
  font-size: 19px;
  font-weight: 600;
  line-height: 30.4px;
  color: rgba(51, 50, 46, 1);
  max-width: 498px;
}
.case-author {
  font-size: 18px;
  font-weight: 500;
  line-height: 31.5px;
  color: rgba(20, 20, 20, 1);
}
.slide-card {
  width: 992px;
  cursor: pointer;
}
.slide-card-body {
  background-color: var(--whitish-blue) !important;
  padding: 2.5rem;
  gap: 58px;
}
.slide-card-body img {
  width: 220px;
  height: 331px;
  object-fit: cover;
  border-radius: 10px;
}
/* CASE SLIDER SECTION END */

/* TESTIMONIAL SLIDER SECTION */
.w-agent-testimonials {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.testimonial-badge {
  display: flex;
  align-items: end;
}
.testimonial-text {
  padding: 14px;
  background: #fff;
  box-shadow: 0px 2px 17.4px 0px #0554f22b;
  border-radius: 15px 15px 15px 0;
}
.testimonial-avatar {
  width: 28px;
  height: 28px;
  background-size: cover;
  background-position: center;
  margin-right: 6px;
}
.testimonial-quote {
  background: url(../wellows/template/media/qoute.svg) no-repeat bottom;
  width: 12px;
  height: 10px;
  display: inline-block;
}
.marquee-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.marquee {
  width: fit-content;
  white-space: nowrap;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Animation for scrolling right */
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.marquee-left {
  animation: scroll-left 100s linear infinite;
}
.marquee-right {
  animation: scroll-right 100s linear infinite;
}
.testimonial-badge {
  margin: 20px;
}
.marquee-inner {
  display: flex;
}
/* TESTIMONIAL SLIDER SECTION END */

/* RESULTS STATS SECTION */
.result-stat {
  border-right: 1px solid #cbd3d6;
}
.result-stat:last-child {
  border-right: none;
}
.result-stat-value {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  display: inline-block;
}
.result-stat-label {
  font-size: 14px;
  color: #0d1216db;
  margin-top: 16px;
}
.message-image {
  border-radius: 16px;
  object-fit: cover;
  height: 408px;
  border: 4px solid #0554f2;
  width: 282px !important;
}
.message-icon {
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  top: 84px;
  right: -29px;
  background: var(--blue);
  padding: 14px;
}
.message-card {
  background-color: var(--whitish-blue);
  border-radius: 1rem;
  border: none;
}
.rating-stars {
  width: 72px;
  height: 12.75px;
}
.message-card-quote {
  font-size: 32px;
  font-weight: bold;
}
.stats-card .separator {
  border-top: 1px solid #0000001a;
  margin: 1rem 0;
}
.stats-card {
  background-color: #cbd7fe;
  border-radius: 1rem;
  border: 1px solid #e9edff;
  height: fit-content;
}
.stat-value {
  font-size: 48px;
  color: #333333;
  line-height: 1.2;
}
.stat-data .stat-description {
  margin-bottom: 0;
  font-size: 16px;
}
/* RESULTS STATS SECTION END */

/* FAQ SECTION */
.accordion-item {
  border-radius: 16px !important;
  border: none !important;
  padding: 16px;
}
.accordion-button {
  font-size: 18px;
  line-height: 28px;
  background-color: white !important;
  border-radius: 16px 34px !important;
  font-weight: bold;
  padding: 0;
}
.accordion-body {
  padding: 0;
  margin-top: 16px;
}
.accordion-button:not(.collapsed) {
  color: #2c2c2c;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
/* Remove default accordion icon and add custom plus/minus */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
  transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
}

#faqAccordion .collapse:not(.show) {
  /* display: none; */
  display: block !important;
  opacity: 0;
  position: absolute;
}

/* FAQ SECTION END */

/* CTA SECTION */
.cta-card-old{
  background: var(--blue);
  box-shadow: 0px 2px 17.4px 0px #0554f22b;
  border-radius: 12px;
  position: relative;
}
.cta-card-body .cta-logo-image {
  position: absolute !important;
  bottom: 0;
  left: 50%;
}

.cta-btn {
  padding: 16px 24px;
  border-radius: 16px;
  z-index: 999;
}
.cta-btn.trial {
  border: 2px solid #fff;
}
/* CTA SECTION END */

	.no-credit-text {
		color: #64748b;
		font-size: 13px;
		margin: 8px 0 0 0;
		text-align: center;
	}

/* PRODUCT HUNT CTA  */
.w-producthunt-cta h2,
.content-cta h2 {
  font-size: 32px;
  line-height: 40px;
}
.w-producthunt-cta small,
.content-cta small {
  color: #f4f6f7;
}
.ph-cta-value {
  font-size: 64px;
  line-height: normal;
  font-weight: bold;
  margin: 0;
}
/* PRODUCT HUNT CTA END */

/* PRICING PAGE CSS */

.plan-feature .plan-feature-text {
  font-size: 14px;
  color: #465058;
}
.w-pricing-tabs {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 10px;
}
.switch {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 25px;
  border-radius: 20px;
  background: #dfd9ea;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}
.switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 21px;
  height: 21px;
  background: #fafafa;
  border-radius: 50%;
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}
input:checked + .switch {
  background: var(--blue);
}
input:checked + .switch::before {
  left: 26px;
  background: #fff;
}
input:checked + .switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}
.w-pricing-tabs span {
  color: #4b5675;
  font-size: 16px;
}
.w-pricing-tabs strong {
  color: var(--blue);
}
.label-text strong {
  color: var(--blue);
  position: relative;
}
.yearly-label-text {
  position: relative;
}
.yearly-label-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://app.wellows.com/media/illustrations/brush.svg)
    no-repeat;
  left: 50%;
  top: 100%;
}

.tab-btn {
  border: none;
  background: none;
  padding: 8px 24px;
  font-size: 14px;
  /* border-radius: 8px; */
  cursor: pointer;
  transition: all 0.3s ease;
}
.tab-btn.active {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 2px 2px 6px 0px #0554f22b;
}
.pricing-card {
  border-radius: 16px;
  border: 1px solid #d8d8d8;
  padding: 24px 16px;
}
.pricing-monthly .col-lg-4:nth-child(2) .pricing-card,
.pricing-yearly .col-lg-4:nth-child(2) .pricing-card{
  position: relative;
  border: 1px solid var(--blue);
  box-shadow: 0px 1px 70px 0px #0554f233;
}

/* .pricing-monthly .col-lg-4:nth-child(1) .pricing-card .btn-main,
.pricing-yearly .col-lg-4:nth-child(1) .pricing-card .btn-main,
.pricing-monthly .col-lg-4:nth-child(3) .pricing-card .btn-main,
.pricing-yearly .col-lg-4:nth-child(3) .pricing-card .btn-main{
    background: #fff;
    color: var(--blue) !important;
}
.pricing-monthly .col-lg-4:nth-child(1) .pricing-card .btn-main:hover,
.pricing-yearly .col-lg-4:nth-child(1) .pricing-card .btn-main:hover,
.pricing-monthly .col-lg-4:nth-child(3) .pricing-card .btn-main:hover,
.pricing-yearly .col-lg-4:nth-child(3) .pricing-card .btn-main:hover{
	background: #fff !important;
}

.pricing-monthly .col-lg-4:nth-child(1) .pricing-card .btn-main:focus,
.pricing-yearly .col-lg-4:nth-child(1) .pricing-card .btn-main:focus,
.pricing-monthly .col-lg-4:nth-child(3) .pricing-card .btn-main:focus,
.pricing-yearly .col-lg-4:nth-child(3) .pricing-card .btn-main:focus{
	background: #fff !important;
} */

.pricing-monthly .col-lg-4:nth-child(2) .pricing-card::before,
.pricing-yearly .col-lg-4:nth-child(2) .pricing-card::before{
  content: "BEST VALUE";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--whitish-blue);
  color: #3e454c;
  border: 1px solid #4cb0ff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}
.card-price {
  /* font-size: 32px; */
  font-size: 24px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.card-period.annual {
  width: 100%;
  text-align: end;
}

.card-period {
  font-size: 14px;
  color: #64748b;
  margin-left: 4px;
  line-height: normal;
  /* font-weight: bold; */
}
.card-price-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
}
.price-card-title {
  margin: 0;
  height: 45px;
}
.card-period,
.card-price {
  line-height: normal;
}
.price-plan-description {
  font-size: 16px;
  color: #64748b;
  margin: 16px 0;
}
.pricing-card-body small img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.pricing-feature-list li {
  font-size: 16px;
  position: relative;
  line-height: 24px;
  list-style: none;
  padding-left: 30px;
}
.pricing-feature-list li:not(:last-child) {
  margin-bottom: 10px;
}
.pricing-feature-list {
  padding: 0;
  margin: 0;
}
.pricing-feature-list li:before {
  content: "";
  background: url(../wellows/template/media/price-list-icon.svg) no-repeat;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}

.w-addons-card{
  background: var(--whitish-blue);
  border: 1px solid #0554F226;
  border-radius: 10px;
}
.w-addons-card .badge-price{
  background: #fff;
  color: #000;
  border: 1px solid #C4DBFF;
  padding: 6px 12px;
  border-radius: 9999px;
}
.w-addons-card .badge-soon{
  background: #fff;
  color: #000;
  border-top: 1px solid #E2E8F0;
  padding: 6px 12px;
  border-radius: 9999px;
}
.w-pricing-addons ul li,.w-plan-details ul li{
  font-size: 16px;
  position: relative;
  line-height: 24px;
  list-style: none;
  padding-left: 30px;
}
.w-plan-details ul li{
  font-size: 14px !important;
}
.w-plan-details.details-top .card-price {
    font-size: 32px !important;
}
.w-pricing-addons ul li:before,.w-plan-details ul li:before{
  content: "\f058";
  font-family: "Font Awesome 6 Free";  
  position: absolute;
  top: 0;
  left: 0;
  color: var(--blue);
}
.w-pricing-addons ul li:not(:last-child),.w-plan-details ul li:not(:last-child){
  margin-bottom: 12px;
}
.plan-details-card{
  border: 1px solid #c0dafc;
  border-radius: 16px;
  box-shadow: 0px 1px 70px 0px #0554f233;
}
.plan-details-card .plan-features{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.compare-features-list {
  padding-right: 2rem;
  margin-top: 3.8rem;
}
.feature-row {
  font-size: 0.875rem;
  padding: 0.75rem 0;
}
.feature-row:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
.w-plans-comparision-section .col-lg-4:nth-child(2) .compare-pricing-card{
/*   border: 1px solid var(--blue);
  box-shadow: 0px 1px 70px 0px #0554f233; */
  position: relative;
}

.compare-pricing-card {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
  height: 100%;
}
.compare-pricing-header {
  text-align: center;
  margin-bottom: 1.5rem;
  /* min-height: 150px; */
}
.compare-pricing-header h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.compare-pricing-features {
  margin-top: 1.5rem;
}
.compare-pricing-features .feature {
  text-align: center;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--border-color);
}
.compare-pricing-features .feature i.fa-check {
  color: green;
}

.compare-pricing-features .feature:last-child {
  border-bottom: none;
}
/* PRICING PAGE CSS END */

/* ICP PAGES SEO CHALLENEGE SECTION */
.seo-challenge-card {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  text-align: left;
  padding-bottom: 0 !important;
}
.seo-challenge-card.issues {
  background: #cbd3d6;
  border-bottom: 1px solid #e3e7ea;
}
.seo-challenge-card.solution {
  background: var(--blue);
  border-bottom: 1px solid #d7ecff;
  color: #fff;
}
.inner-box {
  background: #fff;
  border-radius: 16px 16px 0 0;
  border: 8px solid;
  border-bottom: 0;
}
.seo-challenge-card.issues .inner-box {
  border-color: #e3e7ea;
}
.seo-challenge-card.solution .inner-box {
  border-color: #d7ecff;
}
.inner-box-point {
  padding: 16px;
  border-radius: 8px;
}
.inner-box-point:not(:last-child) {
  margin-bottom: 16px;
}
.seo-challenge-card.issues .inner-box-point {
  background: #f4f6f7;
}
.seo-challenge-card.solution .inner-box-point {
  background: var(--whitish-blue);
}

.icon-container {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 12px;
  border-radius: 8px;
}
.icon-container .icon-image {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
/* ICP PAGE SEO CHALLENGE END */

/* CONTACT US */
.w-contact-form {
  border-radius: 24px;
  border: 3px solid #abc2f480;
  padding: 45px;
  background: #fffffd;
}
.contact-us-form label {
  font-size: 14px !important;
  margin-bottom: 8px !important;
}
.contact-us-form input,
.contact-us-form textarea {
  border-radius: 8px !important;
  padding: 9px 13px !important;
  box-shadow: 0px 2px 6px 0px #122b690a !important;
  border: 1px solid #e4e7ec !important;
}
.contact-us-form input::placeholder,
.contact-us-form textarea::placeholder {
  color: #00000033 !important;
}
.contact-us-form .forminator-error-message {
  background: none !important;
}
.contact-us-form .forminator-description {
  display: none !important;
}
.contact-us-form .forminator-row-last {
  margin-bottom: 0 !important;
}

.contact-us-form .forminator-button-submit {
  border-radius: 0.75rem !important;
  transition: 0.3s ease all !important;
  background-color: var(--blue) !important;
  border: 1px solid var(--blue) !important;
  color: #fff !important;
  box-shadow: 0px 2px 17.4px 0px #0554f22b !important;
}
.contact-us-form .forminator-success {
  background: var(--whitish-blue) !important;
}
.wellows-logo-illus {
  position: absolute;
  bottom: 0;
  right: 0px;
  height: 380px;
  opacity: 0.2;
}

/* business info */
.business-info-card {
  padding: 40px;
  border-radius: 12px;
}

.business-info-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
}

.business-info-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 16px;
  line-height: 1.6;
  color: #1e293b;
}

.info-item strong {
  color: #0f172a;
  font-weight: 600;
  display: block;
}

.info-icon {
  font-size: 20px;
  color: #0554f2;
  flex-shrink: 0;
  margin-top: 3px;
}

.info-item a {
  color: #0554f2;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.info-item a:hover {
  color: #0236a1;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .business-info-card {
    padding: 24px;
  }
  .business-info-title {
    font-size: 24px;
  }
  .info-item {
    font-size: 15px;
  }
}
@media (max-width: 950px) {	
	.main-navbar-top {display: flex;justify-content: space-between;width: 100%;}
}

/* CONTACT US END  */


/* SINGLE POST */
.pp-content p {
  font-size: 16px;
  color: #515f69;
  line-height: 30px;
}
.pp-sidebar-toc {
  position: sticky;
  top: 2rem;
}
.pp-sidebar-toc a {
  display: block;
  padding: 0.25rem 0;
  color: #a6b4ba;
  font-size: 16px;
  text-decoration: none;
}
.pp-sidebar-toc a.active {
  color: #000;
}
/* SINGLE POST END */

/* AGENT PAGE  */
.w-agent-hero-section {
  background: linear-gradient(180deg, #023682 23.19%, #0554F2 76.81%);
  color: #fff;
  /* min-height: 850px; */
  margin-bottom: 80px;
  border-radius: 0 0 24px 24px;
  position: relative;
}
.btn-main.btn-agent {
  color: var(--blue) !important;
  background: #fff !important;
  border: 1px solid #ced4da;
  border-radius: 8px;
  font-size: 16px;
  padding: 12px 24px;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  min-width: 240px;
  font-size: 18px;
}
.btn-main.btn-agent:hover {
  border: 1px solid #ced4da !important;
}
.hero-video-container img {
  position: absolute;
  top: 56px;
  right: 0;
}
.agent-testimonial-card {
  border: 2px solid #d7ecff;
  border-radius: 16px;
  background-color: #fff;
  padding: 24px;
  min-width: 398px !important;
  width: 398px !important;
  overflow: hidden;
  cursor: pointer;
}
.agent-testimonial-author {
  color: #111;
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 14px;
}
.agent-testimonial-role {
  color: #666;
  font-size: 14px;
}
.agent-testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
  border: 3px solid #597cff;
}
.agent-testimonial-quote {
  font-size: 1.1rem;
  font-weight: 500;
  color: #222;
}
.agent-testimonial-card:not(:last-child) {
  margin-right: 24px !important;
}
.w-agent-testimonials {
  position: absolute;
  bottom: -175px;
}
.agent-accordion-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  margin: 0;
  font-size: 20px;
  color: white;
  padding: 0 8px;
  text-align: center;
  width: max-content;
}
.agent-accordion-panel.active .agent-accordion-content {
  flex: 1;
  display: flex;
}
.agent-accordion-panel {
  transition: all 0.5s ease;
  flex: 0 0 60px; /* collapsed width */
  overflow: hidden;
}
.agent-accordion-panel.active {
  flex: 1; /* expanded width */
}
.agent-accordion-panel {
  display: flex;
  transition: 0.3s ease all;
  min-height: 500px;
  max-height: 500px;
}
.agent-accordion-panel:first-child {
  border-radius: 16px 0 0 16px;
}
.agent-accordion-panel:last-child {
  border-radius: 0 16px 16px 0;
}
.agent-accordion-content ul {
  text-align: left;
  color: #fff;
}
.agent-accordion-content ul li:not(:last-child) {
  margin-bottom: 16px;
}
.df-calculator-card {
  background: #d7ecff;
  border-radius: 32px;
  border: 3px solid #e4ddef;
  border: 2px solid var(--blue);
  text-align: left;
}
.df-calculator-card h3 {
  font-size: 32px;
}
.df-calculator-card input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Remove default thumb style */
  appearance: none;
  width: 14px; /* Width of the thumb */
  height: 14px; /* Height of the thumb */
  background: #6f42c1; /* Thumb color */
  border-radius: 50%; /* Make thumb circular */
  cursor: pointer; /* Change cursor to pointer */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Add a shadow for depth */
  transition: transform 0.2s ease; /* Smooth scaling effect */
}
.df-calculator-card
  input[type="range"].form-range::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  width: 100%; /* Full width */
  height: 4px; /* Height of the track */
  background: var(--blue); /* Track background color */
  border-radius: 20px; /* Rounded edges for the track */
  outline: none; /* Remove focus outline */
  transition: background 0.3s ease-in-out; /* Smooth transition */
}
.df-calculator-card .result-box .result-metric {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  font-weight: normal;
}
.df-calculator-card .result-box .result-metric span {
  color: #515f69;
  font-weight: bold;
}
.df-calculator-card .btn-main {
  border-radius: 32px;
}
.latest-articles h5 {
  font-size: 18px;
  line-height: 26px;
}
.latest-articles small {
  font-size: 14px;
}
.latest-articles .la-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 18px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  text-align: left;
}
.agent-feartures-card {
  padding: 24px;
  border: 3px solid #b7dfff;
  border-radius: 16px;
  text-align: left;
  transition: 0.3s ease all;
}
.agent-feartures-card:hover {
  cursor: pointer;
  background: var(--whitish-blue);
}
.agent-fearture-icon {
  padding: 16px;
  border-radius: 8px;
  background: var(--whitish-blue);
  display: inline-block;
  margin-bottom: 16px;
  transition: 0.3s ease all;
}
.agent-feature-row {
  border: 1px solid #85cdff;
  border-radius: 16px;
  padding: 48px 24px;
}
.agent-feature-row iframe{
	border-radius: 12px;
}
.agent-feature-row .row-title {
  font-size: 24px;
  margin-bottom: 48px;
  color: var(--blue);
}
.agent-feature-row ul {
  text-decoration: none;
  padding-left: 0;
}
.agent-feature-row a.btn {
  position: absolute;
  right: 20px;
}
.agent-feature-row ul li:not(:last-child) {
  margin-bottom: 24px;
}
.agent-feature-row ul li {
  position: relative;
  line-height: 24px;
  list-style: none;
  padding-left: 30px;
}
.agent-feature-row ul li:before {
  content: "";
  background: url(../wellows/template/media/price-list-icon.svg) no-repeat;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}
/* AGENT PAGE END  */

/* ABOUT US */


.aboutus-conten p {
  color: #52525b;
}
.aboutus-content.with-bg {
  border-radius: 10px;
  background: #e1eafd;
}
.aboutus-ceo-msg {
  position: absolute;
  bottom: 20px;
  width: 80%;
  left: 10%;
  text-align: left;
  border-radius: 16px;
  padding: 18px;
}
.ceo-message-card {
  text-align: left;
  border-radius: 16px;
  border: 1px solid #e4e4e7;
}
.aboutus-difference-rows {
  text-align: left;
}
.aboutus-difference-rows .row {
  border-top: 0.8px solid #71717a;
  transition: 0.3s ease all;
  cursor: pointer;
}
.diff-number {
  font-size: 106px;
  line-height: 116px;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
}
.diff-text {
  color: #71717a;
}
.diff-image {
  transition: 0.3s ease all;
  opacity: 0;
}
.aboutus-difference-rows .row:hover .diff-image {
  opacity: 1;
  cursor: pointer;
  transition: 0.3s ease all;
}
.diff-image img {
  height: 116px;
  object-fit: cover;
  object-position: top;
  border-radius: 16px;
}
/* .team-member{
  position: relative;
  cursor: pointer;
  padding-top: 80px;
  z-index: 99999999;
} */
.team-slider {
  display: flex;
  justify-content: center;
}
.team-member .img-wrap {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  /* margin: auto; */
  background-color: #e2e8f0;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 6px solid #fff;
  /* margin-right: -25px; */
}
.team-member.slick-current.slick-active .img-wrap {
  background-color: blue !important;
}
.team-member.slick-current.slick-active {
  z-index: 9999999999999;
}
.team-member .slick-track {
  transform: none !important;
}
/* .team-member.slick-current.slick-active .info-card{
  opacity: 1;
} */
/* .team-member.slick-current.slick-active .info-card:before {
  content: '';
  width: 20px;
  height: 20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  position: absolute;
  bottom: -19px;
  left: 50%;
} */

.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  overflow: hidden;
}
.info-card {
  font-size: 14px;
  text-align: center;
}
/* .info-card {
  position: absolute;
  left: 50%;
  top: 14px;
  transform: translateX(-50%);
  background: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  white-space: nowrap;
  box-shadow: 0px 5px 36px 0px #0000001F;
  backdrop-filter: blur(19px);
} */
.cross-team-card {
  border: 3px solid #0554f226;
  box-shadow: 0px 4px 20px 0px #00000014;
  text-align: left;
  border-radius: 8px;
}
.timeline-scroll-container {
  margin-top: 100px;
}
.timeline-scroll-container .timeline-year {
  font-size: 50px;
  line-height: 60px;
  display: inline-block;
  font-weight: bold;
}
.timeline-row {
  width: 100%;
  height: 10px;
  background-color: var(--darkBlue);
}
.w-aboutus-timeline {
  position: relative;
  overflow: hidden;
}
.timeline-scroll-container {
  overflow: hidden;
}
.timeline-top-row {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform;
}
.timeline-top-row {
  display: flex;
  flex-wrap: nowrap;
  /* width: max-content; */
  /* will-change: transform; */
}
.timeline-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--blue);
  top: 50%;
}
.timeline-box:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: var(--blue);
  bottom: 46%;
  left: 145px;
}
.timeline-box {
  min-width: 300px;
  flex-shrink: 0;
  padding: 0;
  padding-right: 20px; /* adjust based on your spacing needs */
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
/* ABOUT US SECTION END */




.loader {
  display: none;
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
.single-header {
  background: #1e65cd;
}
*/
.w-single-post .p-top {
  background: linear-gradient(360deg, #023682 -119.9%, #1D5FBF 42.16%, #2072EC 219.9%);
  margin-bottom: 80px;
  border-radius: 0 0 30px 30px;
}
.p-top .vr {
  opacity: 0.7;
}
.post-content img {
  border-radius: 4px;
  margin: 24px auto;
  width: 768px;
  max-width: 100%;
}
.post-content li{
  margin-bottom: 12px;
}
.w-single-toc {
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1eafd;
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
.w-single-toc ul {
  margin-top: 24px;
  list-style: none;
  padding: 0;
}
.w-single-toc ul li {
  font-size: 14px;
  line-height: 20px;
	position:relative;
}
.w-single-toc ul li a {
  text-decoration: none;
  color: #4b5563;
  display: inline-block;
	width: 85%;
}
.w-single-toc ul li .toc-collapse-btn{
	position: absolute;
	cursor: pointer;
	border: none;
	background: none;
    font-weight: bold;
	top: 6px;
    right: 0;
}
.w-single-toc ul li:not(:last-child) {
  margin-bottom: 12px;
}

.toc-list ul {
  margin: 0;
  padding: 0;
}

.toc-list li {
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.toc-list a {
  color: #333;
  transition: color 0.2s;
}

.toc-list a:hover {
  color: #0d6efd;
}
.toc-list a.active {
  color: #0d6efd;
  font-weight: 600;
}

/* Custom scrollbar for webkit browsers */
.w-single-toc::-webkit-scrollbar {
  width: 6px;
}

.w-single-toc::-webkit-scrollbar-track {
  background: #ecf0fa;
  border-radius: 3px;
}

.w-single-toc::-webkit-scrollbar-thumb {
  background: #e1eafd;
  border-radius: 3px;
}

.w-single-toc::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* TOC Title */
.w-single-toc h5 {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
  font-size: 1.1rem;
  font-weight: 600;
}

.toc-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.toc-list li {
  margin-bottom: 0.75rem;
  line-height: 1.4;
  font-size: 0.95rem;
}

.toc-list a {
  color: #4a5568;
  transition: all 0.2s ease;
  display: block;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
  padding-left: calc(12px + var(--toc-indent, 0px));
}

/* Left border indicator */
.toc-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: transparent;
  border-radius: 3px;
  transition: all 0.2s ease;
}

.toc-list a:hover {
  color: #2563eb;
  background-color: rgba(37, 99, 235, 0.05);
}

.toc-list a:hover::before {
  background-color: rgba(37, 99, 235, 0.3);
}

.toc-list a.active {
  color: #2563eb;
  background-color: rgba(37, 99, 235, 0.08);
  font-weight: 500;
}

.toc-list a.active::before {
  background-color: #2563eb;
}

.featured-article-image img {
  width: 100%;
  border-radius: 12px;
}
.f-article-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
  max-height: 90px;
  overflow: hidden;
}
.la-card img {
  height: 244px;
  overflow: hidden;
  border-radius: 12px;
  object-fit: cover;
}
.la-card-content h3 {
  font-size: 22px;
  font-weight: bold;
  max-height: 55px;
  overflow: hidden;
}
.la-card-content h3 a {
  text-decoration: none;
  color: #000;
  transition: 0.3s ease all;
}
.la-card-content h3 a:hover {
  color: var(--blue);
}
.la-card-content p {
  color: #4b5563;
  font-size: 14px;
  margin-bottom: 10px;
}
.la-card-content small {
  font-size: 12px;
}
.f-article-dtl small {
  font-size: 14px;
}
.la-card-content i,
.f-article-dtl i {
  color: #4b5563;
}
.w-blog-hero,
.w-cat-hero {
  margin-top: -77px;
}
.header-section.blog-header,
.header-section.category-header {
  position: relative;
  z-index: 999;
}
.hero-banner {
  height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(88, 28, 135, 0.7) 0%,
    rgba(30, 58, 138, 0.5) 100%
  );
}
.la-filters {
  background: #f4f4f5;
  padding: 4px;
  border-radius: 6px;
}
.la-filters .btn-check:checked + .btn {
  border: 0;
  background: #fff;
  border-radius: 4px;
  color: #000 !important;
}
.la-filters label {
  color: #4b5563;
  cursor: pointer !important;
}
.newsletter-content .input-group input {
  margin-right: 10px;
  border-radius: 8px;
}
.newsletter-content .input-group .btn-main {
  border-radius: 8px !important;
}
.input-group input {
  border-radius: 8px !important;
}
.w-newsletter-cat ul li a {
  font-size: 16px;
  color: #4b5563;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.w-newsletter-cat ul li:not(:last-child) {
  margin-bottom: 10px;
}
.w-cat-count-pill {
  background: #f8fafc;
  padding: 3px 11px;
  border-radius: 9999px;
  border: 1px solid #e4e4e7;
  font-size: 12px;
}

.page-numbers {
  display: flex;
  list-style: none;
  padding-left: 0;
  gap: 10px;
  justify-content: center;
  margin: 2rem 0;
}

.page-numbers li {
  display: inline-block;
}

.page-numbers a,
.page-numbers span {
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid #0554f22b;
  border-radius: 999px; /* makes it pill-shaped */
  text-decoration: none;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

.page-numbers a:hover {
  background-color: var(--whitish-blue);
  color: #0d6efd;
  border-color: #ced4da;
}

.page-numbers .current {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
  font-weight: 600;
  cursor: default;
}
.page-numbers .dots {
  border: none;
  background: transparent;
  padding: 8px 4px;
  color: #999;
  font-size: 1rem;
  pointer-events: none;
}
.w-webinar-top {
  background: linear-gradient(
    90.01deg,
    rgba(212, 225, 253, 0.7) -8.08%,
    rgba(245, 248, 255, 0.7) 127.8%
  );
}
.w-webinar-top .input-group input {
  margin-right: 10px;
  border-radius: 8px !important;
  border: 1px solid #d4e1fd;
}
.w-webinar-top .input-group .btn-main {
  border-radius: 8px !important;
}
.w-webinar-top .input-group input::placeholder {
  color: #4b5563;
  font-size: 14px;
}
.header-section.webinar-header {
  background: linear-gradient(
    90.01deg,
    rgba(212, 225, 253, 0.7) -8.08%,
    rgba(245, 248, 255, 0.7) 127.8%
  );
}
.webinar-host-img img {
  width: 384px;
  height: 384px;
  border-radius: 13px;
  object-fit: cover;
  object-position: top;
}
.webinar-host-msg p {
  color: rgba(75, 85, 99, 1);
}
.webinar-host-social a {
  background: rgba(245, 248, 255, 1);
  padding: 10px;
  padding: 8px 12px;
  border-radius: 9999px;
  border: 1px solid rgba(212, 225, 253, 1);
  font-size: 14px;
  text-decoration: none;
  color: rgba(0, 0, 0, 1) !important;
}
.webinar-host-social a:not(:last-child) {
  margin-right: 12px;
}
.w-webinar-struggle {
  background: rgba(212, 225, 253, 1);
}
.webinar-card {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 12px;
}
.webinar-icon {
  display: inline-block;
  padding: 7px 12px;
  background: rgba(5, 84, 242, 0.1);
  border-radius: 12px;
  color: var(--blue);
  font-size: 24px;
  margin-bottom: 24px;
}
.w-webinar-introduce {
  background: #eff6ff;
}
.w-webinar-learn strong {
  font-size: 20px;
  line-height: normal;
}
.w-webinar-learn p {
  font-size: 16px;
  color: #374151;
  margin-top: 4px;
}
.w-webinar-learn ul {
  padding: 0;
}
.w-webinar-learn ul li {
  position: relative;
  list-style: none;
  padding-left: 60px;
}
.w-webinar-learn ul li:not(:last-child) {
  margin-bottom: 24px;
}
.w-webinar-learn ul li::before {
  content: "";
  background: url(../wellows/template/media/introduction-check.svg) no-repeat;
  height: 42px;
  width: 40px;
  position: absolute;
  top: 3px;
  left: 0;
}
.w-webinar-missout {
  background: var(--blue);
  color: #fff;
}
.bs-hero-image img {
  border-radius: 16px;
  border: 6px solid #0554f22b;
  border-bottom: 0 !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.w-story-sec {
  background: linear-gradient(
    90deg,
    #023682 2.55%,
    #1d5fbf 48.47%,
    #2072ec 98.83%
  );
  color: #fff;
}
.chapter-question {
  background: linear-gradient(to right, #023682, #1d5fbf, #2072ec);
  color: #fff;
  font-weight: bold;
  padding: 16px;
  border-radius: 6px;
  line-height: normal;
  margin: 16px 0;
}
.w-story-phase p {
  color: #4b5563;
  font-size: 16px;
}
.phase-img {
  border-radius: 14px;
  border: 3px solid #e9edff;
}
.phase-img img {
  border-radius: 14px;
}
.achievements-card {
  background: #e8f0fe;
  border-radius: 10px;
  padding: 36px;
}
.achievement-item {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.achievement-item p {
  color: #4b5563;
}
.phase-2-top {
  background: #0460e82b;
}

.cursor-pointer {
  cursor: pointer;
}
.webinar-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.webinar-video-container .webinar-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #4239eb;
  border-radius: 15px;
}


.testimonials-container,
.w-agent-testimonials {
  max-width: 1520px;
  overflow: hidden;
  margin: 0 auto;
}
.hero-video-container iframe {
  border-radius: 12px;
}

.seohub-header {
  //background: #c7ddff;
}
.w-seo-hub-hero {
  background: linear-gradient(180deg, #c4dbff 0%, #ffffff 100%);
}
.seo-card {
  background: linear-gradient(
    180deg,
    rgba(196, 219, 255, 0.3) 0%,
    rgba(233, 237, 255, 0.3) 100%
  );
  border: 2px solid #0554f22b;
  border-radius: 20px;
  padding: 24px;
  text-align: left;
}
.seo-card-img img {
  width: 454;
  height: 268;
  border-radius: 20px;
  object-fit: cover;
}
.seo-card-p-title {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: bold;
}
.seo-card ul {
  max-height: 450px;
  overflow-y: auto;
}
.layout-2 .seo-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.seo-card .layout-2 ul{
  -webkit-columns: 2;
  -moz-columns: 2;
  max-height: 100%;
  overflow: none;
}
.seo-card ul li {
  background: #0460e81a;
  border: 1px solid #0554f22b;
  border-radius: 8px;
  padding: 10px;
  list-style: none;
  padding-left: 16px;
  transition: 0.3s ease all;
}
.seo-card ul li:not(:last-child) {
  margin-bottom: 8px;
}
.seo-card ul li:hover {
  background: rgba(4, 96, 232, 0.19);
}
.se-card ul li a{
  cursor: pointer;
}
.seo-card ul li a,.seo-card ul li span {
  position: relative;
  padding-left: 20px;
  text-decoration: none;
  display: inline-block;
  color: #00153E;
}
.seo-card ul li a:before,.seo-card ul li span:before {
  content: "";
  background: url(https://wellows.com/wp-content/themes/wellows/template/media/card-post-arrow-open.svg)
    no-repeat;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 6px;
  left: 0;
}

/* shortcodes */
.emphasize-box a{
  color: var(--blue);
}
.emphasize-box{
position: relative;
}
.emphasize-box .copy-button{
position: absolute;
  right: 0;
  border: none;
  background: #7b32e3;
  color: #fff;
z-index: 99999999;
  border-radius: 5px;
  margin: 10px;
}
/* ========= EMPHASIZE BOX CSS ========= */
.emphasize-box {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 10px;
  margin: 30px 0;
  font-size: 16px;
}
.emphasize-box-inr {
  border: 3px solid #fac917;
  border-radius: 10px;
  padding: 25px;
  position: relative;
}
.emphasize-box-inr::before, .emphasize-box-inr::after {
  font-family: 'FontAwesome';
  font-weight: 300;
  content: "\f005";
  position: absolute;
  font-size: 30px;
  top: -15px;
  left: -15px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background: #f4f4f4;
  color: #fac917;
}
.emphasize-box-inr::after {
  right: -15px;
  bottom: -15px;
  left: inherit;
  top: inherit;
}
.emphasize-box ul, .emphasize-box ol {
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 0;
}

/* ========= TIPS BOX CSS ========= */

.emphasize-box.tips .emphasize-box-inr {
  border: 3px solid #0993fa;
}
.emphasize-box.tips .emphasize-box-inr::before, .emphasize-box.tips .emphasize-box-inr::after {
  content: "\f0eb";
  color: #0993fa;
}

/* ========= blockquote BOX CSS ========= */

.emphasize-box.blockquote .emphasize-box-inr {
  border: 3px solid #919191;
}
.emphasize-box.blockquote .emphasize-box-inr::before, .emphasize-box.blockquote .emphasize-box-inr::after {
  content: "\f10d";
  color: #919191;
}
.emphasize-box.blockquote .emphasize-box-inr::after {
  content: "\f10e";
}

/* ========= NOTIFICATION BOX CSS ========= */

.emphasize-box.notification .emphasize-box-inr {
  border: 3px solid #03c903;
}
.emphasize-box.notification .emphasize-box-inr::before, .emphasize-box.notification .emphasize-box-inr::after {
content: "\f0f3";
color: #03c903;
}

/* ========= ANNOUNCEMENT BOX CSS ========= */

.emphasize-box.announcement .emphasize-box-inr {
  border: 3px solid #fe5b5b;
}
.emphasize-box.announcement .emphasize-box-inr::before, .emphasize-box.announcement .emphasize-box-inr::after {
content: "\f0a1";
color:#fe5b5b;
}
.emphasize-box.announcement .emphasize-box-inr::after {
transform: scaleX(-1);
}

/* ========= THEME BOX CSS ========= */

.emphasize-box.theme .emphasize-box-inr {
  border: 3px solid #7300DD;
}
.emphasize-box.theme .emphasize-box-inr::before, .emphasize-box.theme .emphasize-box-inr::after {
content: "\f0a1";
color:#7300DD;
}
.emphasize-box.theme .emphasize-box-inr::after {
transform: scaleX(-1);
}
.highlighter-box{
    border: 1px solid;
    border-radius: 12px !important;
    background: #c8defc;
    margin: 20px auto !important;
    box-shadow: none !important;
}
.sc-cta-box {
  padding: 20px 0;
  margin-bottom: 10px;
}
.btn-sc {
  color: #fff;
  background: var(--blue)!important;
  border-radius: 5px;
  /* font-weight: 600; */
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 3px 10px rgba(84, 99, 234, 0.5);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  font-size: 18px;
  min-width: 220px;
  padding: 0.625rem 1.25rem;
  margin: 0 0 10px 0;
  white-space: normal;
  border: 0;
  overflow: hidden;
}
a.btn-sc:hover {
  color: white;
  box-shadow: 0 10px 10px -10px #0f0f82;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.btn-block{
  display: block;
  color: #52525b;
}
.accordion.accordion-shortcode .accordion-item{
  background-color: var(--whitish-blue);
  border-radius: 6px !important;
}
.accordion.accordion-shortcode .accordion-button{
  background-color: var(--whitish-blue) !important;
}
.author-box{
  background: var(--whitish-blue);
  border-radius: 6px;
  padding: 16px;
}


.w-author .author-box .media img{
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
}
.w-author .author-dtl .author-dtl-body span.badge{
  font-size: 18px;
}
.w-author .author-dtl .author-dtl-body h1{
  position: relative;
  display: inline-block;
}
.w-author .author-dtl .author-dtl-body h1:before{
  content: "";
  background: url(https://wellows.com/wp-content/uploads/2025/05/verified-badge-1.png) no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 8px;
  right: -28px;
  background-size: contain;
  z-index: 1050;
}
.w-author .w-social-icon{
	border: none;
    padding: 0;
    display: block;
    width: unset;
    height: unset;
	background: none;
}
.w-author .w-social-icon:not(:last-child) {
    margin-right: 12px;
}
.w-author .w-social-icon:hover{
	background: unset;
	color: unset;
}

.author-profile-page .author-content p {
    font-size: 0.95rem;
    color: #333;
  }

  .author-profile-page .author-quote,
  .author-profile-page .author-education {
    font-size: 0.9rem;
  }

  .author-profile-page .author-quote h6,
  .author-profile-page .author-education h6 {
    font-size: 0.95rem;
  }

  .author-profile-page .author-quote p,
  .author-profile-page .author-education p {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .author-profile-page .post-card {
    transition: box-shadow 0.2s ease;
  }

  .author-profile-page .post-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  }
	
	.author-tags {
    	padding-left: 60px;
	}
	.author-tags i {
		position: absolute;
		background: #0554f2;
		width: 50px;
		text-align: center;
		font-size: 26px;
		line-height: 50px;
		height: 50px;
		left: 0;
		border-radius: 50%;
		color: #fff;
	}

.post-summary a.post-link{
  text-decoration: none;
  color: #000;
  transition: 0.3s ease all;
}
.post-summary a.post-link:hover,.post-summary a:hover{
  color: var(--blue);
}

.post-summary a{
  text-decoration: none;
  transition: 0.3s ease all;
}
.top-divider{
  border-top: none;
  padding-top: none;
}
.author-post-thumb img{
  /* width: 100%;
  height: auto; */
  border-radius: 12px;
  /* object-fit: cover; */
  /* transition: transform 0.3s ease; */
}
/* Author hover box base styling */
.author-hover-box {
    top: 100%;
    width: 350px;
    text-align: left;
    display: none;
    z-index: 9999;
    transition: opacity 0.2s ease;
    pointer-events: auto;
}

/* Show box when hovering over anchor or box */
.author-data:hover .author-hover-box{
    display: block;
}
.author-hover-description{
        display: -webkit-box;
        -webkit-line-clamp: 4; /* Adjust to 3 for 3 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.post-excerpt {
  color: #020617b2;
  font-size: 0.95rem;
  margin: 12px 0;
  line-height: 1.6;
}
.site-auth-info li,.site-auth-info li a{
  color: #020617b2;
}
.site-auth-info {
  display: flex;
  gap: 1.5rem;
  font-size: 0.85rem;  
  padding: 0;
  margin: 0;
}
.post-row{
  background: linear-gradient(180deg, rgba(196, 219, 255, 0.3) 0%, rgba(233, 237, 255, 0.3) 100%);
    border: 2px solid #0554f22b;
    border-radius: 12px;
    padding: 16px;
}
.w-social-icon:not(:last-child){
  margin-right: 6px;
}
.w-kiva-targets .kiva-targets-card{
    background: linear-gradient(180deg, rgba(196, 219, 255, 0.3) 0%, rgba(233, 237, 255, 0.3) 100%);
    border-radius: 16px;
    border: 1px solid #C4DBFF;
    padding: 32px;
}
.icon-wrap img{
  width: 43px;
  height: 43px;
  object-fit: cover;
}
.kiva-targets-card ul li:not(:last-child) {
  margin-bottom: 10px;
}
.kiva-targets-card ul li{
  color: #373D42;
  font-size: 16px;
  position: relative;
  list-style: none;
  padding-left: 30px;
}
.kiva-targets-card ul li:before{
  content: "\f00c";
  font-family: "FontAwesome";
  color: #22C55E !important;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--blue);
}
.solve-challenge-row{
  background: linear-gradient(180deg, rgba(196, 219, 255, 0.3) 0%, rgba(233, 237, 255, 0.3) 100%);
  border-radius: 16px;
  border: 2px solid #C4DBFF;

}
.problem-content,.kiva-solution p{
  color: #222222;
}
.solve-challenge-card{
  border-right: 2px solid #c4dbff5e;
}
.w-workflow{
  color: #fff;
}
.w-workflow .step-box.active-tab{
  color: var(--blue);
  background: #fff;
}
.w-workflow .step-box{
    text-align: start;
    background: #0000001F;
    color: #fff;
    border-radius: 24px;
    border: 3px dashed #FFFFFF54;
    padding: 32px;
    height: 200px;
    max-width: 210px;
    max-height: 210px;
    overflow: hidden;
}
.w-workflow h4{
  margin-bottom: 16px;
}
.w-workflow ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.w-workflow ul li{
    position: relative;
    padding-left: 30px;
}
.w-workflow ul li::before,.w-features .features-content ul li::before{
    content: "\f00c";
    font-family: "FontAwesome";
    color: #fff !important;
    position: absolute;
    top: 0;
    left: 0;
}
.w-features .features-content ul li::before{
  color: #22C55E !important;
}
.w-workflow .btn-main:hover,.w-workflow .btn-main:focus{
  background: #fff !important;
  color: var(--blue) !important;
}
.w-workflow ul li:not(:last-child){
  margin-bottom: 8px;
}

.w-features .features-nav li:not(:last-child){
  margin-right: 16px;
}
.w-features .features-content ul li:not(:last-child){
  margin-bottom: 16px;
}
.w-features .features-nav li button {
  background: #fff ;
  border: 1px solid #DADADA;
  border-radius: 72px;
}
.w-features .features-nav li button{
  color: #222222 !important;
}
.w-features .features-nav li button.active{
  background: #fff !important;
  border: 1px solid var(--blue) !important;
  color: var(--blue) !important;
}

.w-features .features-content{
  margin-top: 16px;
}
.w-features .features-content h3{
  margin-bottom: 16px;
}
.w-features .features-content p{
  margin-bottom: 24px;
  font-size: 16px;
}
.w-features .features-content h4{
  font-size: 20px;
  margin-bottom: 16px;
}
.w-features .features-content ul{
  list-style: none;
  padding: 0;
}
.w-features .features-content ul li{
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}
.kiva-content-card{
  background: #fff !important;
  border: 1px solid #0554F22B;
  border-radius: 12px;
  padding: 32px;
  text-align: start;
}
.kiva-content-card p{
  margin-bottom: 0;
}
.w-trust .update-box{
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
.w-trust .update-box:before{
  content: "\f00c";
  font-family: "FontAwesome";
  color: #22C55E !important;
  position: absolute;
  top: 0;
  left: 0;
}
.w-results-box{
  box-shadow: 0px 2px 17.4px 0px #0554f22b;
  border-radius: 12px;
  position: relative;
  color: #fff;
}
.w-results-box .result-stat-label{
  color: #FFFFFF;
}
.bg-overlay{
  content: '';
  /*background: url(http://test.wellows.com/wp-content/uploads/2025/05/OverlayBorder-2-1.png) no-repeat;*/
  position: absolute;
  width: 100%;
  height: 100%;

  left: 0;
  right: 0;
  top: 0;
}
.w-agent-hero-section ul li{
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}
.w-agent-hero-section ul li:before{
  content: "\f058";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}
.w-agent-hero-section ul li:not(:last-child){
  margin-bottom: 12px;
}
.w-agent-hero-section .btn-main.demo{
  border: 1px solid #D1D5DB;
  color: #fff !important;
  background: Transparent !important; 
  margin-left: 6px;
}
.feature-review{
  border: 1px solid #DADADA;
  border-radius: 0 16px;
  padding: 24px;
}
.w-kiva-targets.targets-homepage{
  background: var(--whitish-blue);
}
.w-kiva-targets.targets-homepage .kiva-targets-card{
  background: #fff;
  border: none;
}
/* .w-solve-challenge.challenge-homepage .solve-challenge-card .icon-wrap img{
  width: 72px;
  height: 72px;
} */
.w-solve-challenge.challenge-homepage .solve-challenge-row{
  background: #fff;
  border: 1px solid #DADADA;
}
.w-solve-challenge.challenge-homepage .solve-challenge-card{
  border-right: 1px solid #DADADA;
}
.w-solve-challenge.challenge-homepage .solve-challenge-card:last-child{
  border-right: none;
}
.challenge-content-box p{
  color: #222222;
}
.challenge-content h4{
  font-size: 20px;
  color: var(--blue);
  margin-top: 24px;
}
.challenge-content-box p:last-child{
  margin-bottom: 0 !important;
}
.save-time-card{
  background: #fff;
  border: none;
  border-radius: 16px;
  padding: 32px;
}
.hiw-card-img img{
  border-radius: 16px;
}
.w-explore-agent{
  background: #103D98;
}
.feature-card{
  padding: 0 !important;
  border: 0;
}
.feature-card-body{
  border: 1px solid #E6E6E6;
  box-shadow: 0px 8px 16px 0px #00000014;
  background: #ffffff;
}


/* New lists of Shortcodes */

.did-you-know-box {
  border-left: 4px solid #87CEEB;
  background-color: #ecfdf5;
  padding: 1em;
  margin-bottom: 1em;
}
.did-you-know-title {
  color: #002366;
}

.pros-cons-flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
/*   font-family: Arial, sans-serif; */
  font-size: 15px;
}
.pros-cons-flex > div,
.pros-cons-box {
  flex: 1;
  min-width: 280px;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid;
  background: #fff;
  margin-bottom: 20px;
}
.pros-heading {
  color: #155724;
  margin-top: 0;
}
.cons-heading {
  color: #d8000c;
  margin-top: 0;
}
ul {
  padding-left: 20px;
  margin-top: 10px;
}

.pros-cons-flex .pros-cons-box:nth-of-type(1){
  background-color: #f4fef4;
  border: 1px solid #c3e6cb;
}

.pros-cons-flex .pros-cons-box:nth-of-type(2){
  background-color: #fff5f5;
  border: 1px solid #f5c6cb;
}


/* AI TIPS */
.ai-tips-container {
  border: 1px solid #1F4E79;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  margin-bottom: 24px;
}
.ai-tips-header {
  background-color: #1F4E79;
  color: #fff;
  padding: 10px 16px;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.ai-tips-body {
  padding: 24px;
  background-color: #fff;
/*   font-family: Arial, sans-serif; */
  font-size: 15px;
}
.ai-tips-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.ai-tip-box {
  flex: 1;
  min-width: 250px;
  border: 1px solid #D0DCE7;
  border-radius: 6px;
  padding: 16px;
}
.ai-tip-box strong {
  display: block;
  margin-bottom: 10px;
}


/* APA CAPTION SHORTCODE */

.para-container {
  border: 1px solid #1F4E79;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
}
.para-header {
  background-color: #1F4E79;
  color: #fff;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 1rem;
}

/* Body spacing */
.para-body {
  padding: 16px;
  background: #fff;
/*   font-family: Arial, sans-serif; */
  font-size: 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Original */
.para-original strong {
  display: block;
  margin-bottom: 4px;
}

/* Poor paraphrase */
.para-poor{
  margin-bottom: 1.5em;
}

.para-poor strong {
  color: #d91616;
  display: block;
  margin-bottom: 4px;
}
.para-poor-highlight {
  background-color: #ffeece;
  padding: 6px 8px;
  border-radius: 4px;
  line-height: 1.4;
}

/* Effective paraphrase */
.para-effective strong {
  color: #00b300;
  display: block;
  margin-bottom: 4px;
}
.para-effective-highlight {
  background-color: #d4f8f5;
  padding: 6px 8px;
  border-radius: 4px;
  line-height: 1.4;
}

/* PAA STEPS */
.paa-container {
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  overflow: hidden;
  margin-bottom: 24px;
}

.paa-header {
  background-color: #1f4e79;
  color: #fff;
  padding: 10px 16px;
  font-weight: bold;
  font-size: 1rem;
  border-bottom: 1px solid #166092;
}

.paa-body {
  background: #fff;
  padding: 24px;
/*   font-family: Arial, sans-serif; */
  font-size: 0.95rem;
}

.paa-list {
  list-style: disc inside;
  margin: 0;
  padding: 0;
}

.paa-list li {
  margin-bottom: 1em;
  line-height: 1.4;
}

.paa-list li strong {
  color: #1f4e79;
  font-weight: bold;
}

/* AI TRAP CALLOUT */
.ai-trap {
  background-color: #f0eaff;
  border: 2px solid #3A8AD4;
  padding: 24px;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  max-width: 800px;
  margin: 30px auto;
  line-height: 1.7;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.ai-trap-title {
  display: block;
  color: #003da6;
  margin-bottom: 16px;
  font-size: 1.1rem;
}
.ai-trap a {
  color: #003da6;
  text-decoration: underline;
}
.ai-trap ul {
  margin: 12px 0;
  padding-left: 20px;
}
.ai-trap ul li {
  margin-bottom: 8px;
}

/* Phrases Items */
.phrase-examples {
  background-color: #f2f2f2;
  padding: 16px 24px;
  border-radius: 8px;
/*   font-family: Arial, sans-serif; */
  font-size: 16px;
  max-width: 100%;
  margin: 20px auto;
}

.phrase-item {
  margin: 0 0 10px;
}

.phrase-item:last-child {
  margin-bottom: 0;
}

.phrase-icon {
  font-size: 18px;
  display: inline-block;
  width: 1.2em;
  text-align: center;
}


/* Scoring Boxes */
.score-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
/*   font-family: Arial, sans-serif; */
  margin-bottom: 30px;
}

.score-box {
  flex: 1 1 260px;
  max-width: 260px;
  border-radius: 12px;
  padding: 16px 24px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.score-value {
  font-size: 20px;
  font-weight: bold;
}

.score-label {
  font-size: 16px;
  color: #333;
}

/* Readability Hightlighter */
.readability-container {
  border-left: 4px solid #003DA6;
  background-color: #c7e2f3;
  padding: 1em;
  margin-bottom: 1em;
/*   font-family: Arial, sans-serif; */
 
}

.readability-header {
  color: #003DA6;
  display: inline;
}

.readability-list {
  margin: 0.5em 0 0;
  padding-left: 1.2em;
}

.readability-list li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}


/* Generative Call Out Shortcode */
/* Outer callout */
.engines-box {
  background-color: #f7f9fe;          /* very light blue */
  border: 1px solid #bfdfff;          /* soft blue border */
  padding: 20px;
  margin: 30px 0;
  border-radius: 10px;
/*   font-family: Arial, sans-serif; */
  line-height: 1.6;
}

/* Inner chart panel */
.engines-chart {
  background-color: #fff;
  border: 2px solid #bfdfff;          /* mirror the outer border but thicker */
  border-radius: 6px;
  padding: 15px;
  margin: 20px auto;
  max-width: 100%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

/* Make the image fill the container */
.engines-chart img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
}

/* Headline above chart */
.engines-chart h4 {
  text-align: center;
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #003da6;
}

/* Paragraphs inside the outer box */
.engines-box > p {
  margin: 0 0 1em;
}

/* Numbered list style */
.engines-chart ol {
  list-style: none;           /* turn off default markers */
  counter-reset: step;
  margin: 0;
  padding-left: 1.5em;
}

.engines-chart ol li {
  position: relative;
  margin-bottom: 0.75em;
  padding-left: 0.75em;       /* space for our custom number */
}

.engines-chart ol li:before {
  counter-increment: step;
  content: counter(step) "."; /* “1.” “2.” etc */
  position: absolute;
  left: -10px;
  font-weight: bold;
}

/* Ensure links inside the callout remain the same style */
.engines-box a {
  color: #003da6;
  text-decoration: underline;
}

/* Link List Shortcode */
.link-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
 
}

.link-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  text-decoration: none;
  color: #238cff;
  border: 1px solid #c3dafe;
  transition: background-color .2s;
}

.link-item:hover {
  background-color: #f0f8ff;
}

.link-icon {
  background-color: #00aaff;
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 10px;
}


/* Topic flow shortcode */
.custom-callout {
  background-color: #eef3fe;
  padding: 20px 25px;
  border-radius: 12px;
  margin: 30px 0;
  border: 1px solid #d0e3ff;
/*   font-family: sans-serif; */
}

.custom-callout h4 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.custom-callout h4 strong {
  font-weight: bold;
}

.custom-callout p {
  margin: 0;
  line-height: 1.6;
}


/* Then Now comparision shortcode */
.tnc-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 30px 0;
}

/* Each card */
.tnc-card {
  width: 300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Header */
.tnc-header {
  color: #fff;
  text-align: center;
  padding: 25px;
}
.tnc-header h2 {
  margin: 0;
  font-size: 1.5rem;
}
.tnc-header p {
  margin: 5px 0 0;
  font-size: 0.9rem;
}

/* Body */
.tnc-body {
  padding: 20px;
  font-size: 0.95rem;
  color: #333;
  flex: 1;
}
.tnc-body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tnc-body ul li {
  margin-bottom: 0.5em;
}
.tnc-container .tnc-card:first-child .tnc-header {
  background-color: #03a9f4; /* Then */
}

.tnc-container .tnc-card:last-child .tnc-header {
  background-color: #85cdff; /* Now */
}


/* Generative Engine OPT */
/* Container & heading */
.geo-container {
  background-color: #edf7ff;
  padding: 30px;
  border-radius: 12px;
/*   font-family: sans-serif; */
  margin: 30px 0;
}
.geo-heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
}
.geo-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px; height: 24px;
  /* You could set a background‑image here if desired */
}

/* Individual cards */
.geo-card {
  background-color: #fff;
  border: 1px solid #b2dfdb;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.geo-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.geo-card-header h4 {
  margin: 0;
  font-size: 1rem;
}
.geo-card-body {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #333;
}


/* Structured Data Shortcode */
.sdc-container {
  border-radius: 10px;
  background-color: #e8f0fe;
  padding: 20px;
  margin: 30px 0;
  border: 1px solid #c3dafe;
  box-shadow: 0 4px 8px rgba(0,0,0,0.03);
  display: flex;
  gap: 20px;
  flex-direction: column;
}

/* Case panels */
.sdc-case {
  flex: 1;
  border-radius: 6px;
  padding: 15px;
}

/* Header */
.sdc-case-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.sdc-icon {
  font-size: 1.2rem;
  margin-right: 6px;
}
.sdc-title {
  font-weight: bold;
}

/* Body */
.sdc-case-body {
  font-size: 0.95rem;
  color: #333;
}

.sdc-case-wrapper {
  display: flex;
  gap: 1em;
}

/* Tracking Comparision Code */
.llm-tracking-conversions-box {
  background-color: #edf7ff;
  border-radius: 8px;
  padding: 16px;
  margin-top: 20px;
}

/* Images inside the box (centered & responsive) */
.llm-tracking-conversions-box img {
  display: block;
  margin: 0 auto 16px;
  max-width: 100%;
  height: auto;
}

/* Paragraphs inside the box */
.llm-tracking-conversions-box p {
  margin-bottom: 1em;
  line-height: 1.5;
}

/* Links inside the box */
.llm-tracking-conversions-box a {
  color: #0066cc;
  text-decoration: underline;
}

/* How to track it Shortcode */
.how-to-track-highlighter-box {
  background-color: #dcfce7;
  border-radius: 8px;
  padding: 16px;
  margin-top: 20px;
  margin-bottom: 1.5em;
}

.how-to-track-header {
  color: #16a34a;
  font-weight: bold;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.how-to-track-header span {
  margin-right: 8px;
}

.how-to-track-body ul {
  margin: 0;
  margin-top: 10px;
  color: #14532d;
  padding-left: 18px;
  margin-left: 1em;
}

.how-to-track-body ul li {
  list-style-type: disc;
  font-weight: 400;
}

/* Highlighter Warning Shortcode */
.highlighter-warning-box {
  background-color: #fef9c3;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
  border-left: 4px solid #facc15;
  margin-bottom: 1.5em;
}

.highlighter-warning-header {
  margin: 0;
  font-size: 1.05rem;
  font-weight: bold;
  color: #92400e;
  display: flex;
  align-items: center;
}

.highlighter-warning-header span {
  margin-right: 8px;
}

.highlighter-warning-box p {
  margin-top: 10px;
  font-size: 1rem;
  color: #78350f;
}









/* Responsive adjustments */
@media (max-width: 991.98px) {
  .w-single-toc {
    position: relative;
    top: 0;
    max-height: none;
    margin-bottom: 2rem;
  }

  .agent-accordion-panel {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    margin-bottom: 12px;
    min-height: fit-content;
  }
  .agent-accordion-content {
    height: 0;
    overflow: hidden;
  }
  .agent-accordion-panel.active .agent-accordion-content {
    height: auto;
  }
  .agent-accordion-title {
    writing-mode: inherit;
    transform: none;
    padding: 8px;
    width: auto;
    white-space: normal;
  }
  .agent-accordion-panel {
    border-radius: 16px !important;
  }
  .testimonials-container,
  .w-agent-testimonials {
    max-width: auto;
  }
  .team-member .img-wrap {
    width: 150px !important;
    height: 150px !important;
  }
}

@media (max-width: 992px) {
  .hero-heading {
    font-size: 3rem;
  }
  .challenge-cards,
  .challenge-card {
    width: 100%;
    height: auto;
  }
  .challenge-cards {
    position: unset;
    flex-direction: column;
    gap: 60px;
  }
  .challenge-card.card-1:before,
  .challenge-card.card-2:before {
    content: "";
    background: url(../wellows/template/media/dashed-line-2.svg) no-repeat;
    width: 5px;
    height: 126px;
    position: absolute;
    bottom: 0 !important;
    left: 50%;
    top: 100%;
  }
  .challenge-card.card-3:before {
    display: none;
  }
  .w-challenges-section .w-logo,
  .w-challenges-section .circle-container {
    display: none;
  }
  .challenge-card {
    position: relative !important;
    padding: 12px 24px;
  }
  .challenge-card-title {
    font-size: 20px;
    line-height: 150%;
  }
  .central-logo {
    display: none;
  }
  .solution-row {
    margin: 24px 0;
  }

  .w-icp-card {
    border-radius: 16px !important;
  }
  .w-stats {
    font-size: 32px;
    line-height: 60px;
  }
  /* .features-list::before{
      display: none;
    } */
  .message-image {
    height: auto;
    width: 100% !important;
  }
  .message-icon {
    display: none;
  }
  .funnel-icon-top:before {
    display: none !important;
  }
  .w-ceo-message .stats-card {
    text-align: center;
  }
  .w-aboutus-hero-section {
    height: auto;
  }
  .diff-image {
    display: none;
  }
  .author-box .author-dtl{
    text-align: center;
  }
  .author-box .author-dtl img{
    margin-bottom: 8px;
  }
  .post-row{
    margin: 0;
    padding: 16px;
  }
  .w-author .author-dtl .author-dtl-body h1::before {
    top: 3px;
  }
  .post-ttl{
    margin: 16px 0;
  }
  .plan-details-card .plan-features{
    grid-template-columns: 1fr 1fr;
  }
  .solve-challenge-card{
    border-right: 0;

  }
  .solve-challenge-card:not(:last-child){
    border-bottom: 2px solid #c4dbff;
  }
  .w-solve-challenge.challenge-homepage .solve-challenge-card:not(:last-child){
    border-bottom: 1px solid #DADADA;
  }
  .w-solve-challenge.challenge-homepage .solve-challenge-card{
    border-radius: 0 !important;
  }

  .w-workflow .step-box{
    padding: 16px;
    height: auto;
  }
  .w-workflow .btn-main{
    left: 0 !important;
  }
	.btn-primary-hero,
	.btn-bookdemo{
		justify-content: center;
	}
  .w-features .features-nav li{
    font-size: 14px;
  }
  .w-features .features-nav li:not(:last-child){
    margin-bottom: 12px;
  }
  .features-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
	.author-hover-box {
        width: 350px;
        left: 0;
        right: 0;
    }
	.author-tags{
		padding-left: 55px;
	}
	.author-tags i {
		line-height: 38px;
    	height: 38px;
		width: 38px;
	}
	.navbar-custom .containter{
		max-width: 1320px !important; 
	}
}

@media (max-width: 768px) {
  .h1,
  h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .h2,
  h2 {
    font-size: 26px;
    line-height: 34px;
  }
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 21px;
  }
  .w-byline {
    font-size: 16px;
    line-height: 26px;
  }
  .hero-heading {
    font-size: 28px;
    line-height: normal;
  }
  .logo-container .logo-item img {
    margin: 0 20px;
    width: 100px;
  }
  .custom-card {
    padding: 1rem;
  }
  .w-stats {
    font-size: 26px;
    line-height: 50px;
    font-weight: bold;
  }
  .preview-container {
    height: auto;
    margin-top: 30px;
  }
  .agents-content {
    text-align: center;
    margin: 20px 0;
  }
  .compare-pricing-card {
    margin-bottom: 2rem;
  }
  .cta-card-body .cta-logo-image {
    display: none;
  }
  .cta-card-body {
    text-align: center;
  }
  .cta-card-body .cta-btn {
    width: 100%;
  }
  .sec-p {
    padding: 40px 0;
  }
  /* .compare-pricing-header {
    min-height: auto;
  } */
  .testimonial-badge {
    font-size: 12px;
  }
  body {
    font-size: 16px;
  }
  .ph-cta-value {
    font-size: 45px;
  }
  .pp-content p {
    text-align: justify;
  }
  .message-icon {
    display: none;
  }
  .message-image {
    height: auto;
    width: 100% !important;
  }
  .slide-card {
    width: 100% !important;
  }
  .slide-card-body {
    padding: 1rem !important;
    gap: 20px;
    display: inline-flex !important;
    flex-direction: column;
    text-align: center;
  }
  .case-company-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .case-studies-slider:before,
  .case-studies-slider:after,
  .logo-container:before,
  .w-agent-testimonials:before,
  .logo-container:after,
  .w-agent-testimonials:after {
    width: 100px !important;
  }
  .slide-card-body img {
    width: 150px;
    height: 150px;
  }
  .case-quote {
    max-width: 250px;
    margin-top: 24px;
  }
  .case-author {
    font-size: 14px;
    margin-bottom: 0;
  }
  .message-card-quote {
    font-size: 24px;
    line-height: 34px;
  }
  .w-ceo-message .stats-card {
    text-align: center;
  }
  .challenge-cards,
  .challenge-card {
    width: 100%;
    height: auto;
  }
  .challenge-cards {
    position: unset;
    flex-direction: column;
    gap: 60px;
  }
  .challenge-card.card-1:before,
  .challenge-card.card-2:before {
    content: "";
    background: url(../wellows/template/media/dashed-line-2.svg) no-repeat;
    width: 5px;
    height: 126px;
    position: absolute;
    bottom: 0 !important;
    left: 50%;
    top: 100%;
  }
  .challenge-card.card-3:before {
    display: none;
  }
  .w-challenges-section .w-logo,
  .w-challenges-section .circle-container {
    display: none;
  }
  .challenge-card {
    position: relative !important;
    padding: 12px 24px;
    border: 2px solid var(--blue);
  }
  .challenge-card-title {
    font-size: 20px;
    line-height: 150%;
  }
  .w-producthunt-cta h2 {
    font-size: 30px;
  }
  .inner-box-point {
    flex-direction: column;
  }
  .inner-box-point .icon-container {
    margin-bottom: 10px;
  }
  .result-stat {
    border-right: 0;
  }
  .w-agent-hero-section {
    margin-bottom: 0;
    border-radius: 0;
  }
  .contact-us-form button.btn-main {
    width: 100% !important;
  }
  .central-logo {
    display: none;
  }
  .solution-row {
    margin: 24px 0;
  }
  .y-divider {
    display: none;
  }
  .agent-tabs-nav {
    flex-direction: column;
    padding: 24px;
  }
  .agent-tabs-nav li:not(:last-child) {
    margin-bottom: 24px;
  }

  .w-icp-card {
    border-radius: 16px !important;
  }

  /* .features-list::before{
        display: none;
      } */
  .funnel-icon-top:before {
    display: none !important;
  }
  .fs-72 {
    font-size: 48px;
    line-height: 58px;
  }
  .w-aboutus-hero-section {
    height: auto;
  }
  .diff-image {
    display: none;
  }

  .agent-accordion-panel {
    display: block;
  }
  .w-pricing-tabs {
    flex-direction: column;
  }
  .yearly-label-text::before {
    width: 50%;
  }
  .author-box .author-dtl{
    text-align: center;
  }
  .author-box .author-dtl img{
    margin-bottom: 8px;
  }
  .post-row{
    margin: 0;
    padding: 16px;
  }
  .w-author .author-dtl .author-dtl-body h1::before {
    top: 3px;
  }
  .post-ttl{
    margin: 16px 0;
  }
  .top-divider{
    border-top: 1px solid #c5c5c575;
    padding-top: 10px;
  }
  .site-auth-info{
    justify-self: center;
  }
  .plan-details-card .plan-features{
    grid-template-columns: auto;
  }
  .solve-challenge-card{
    border-radius: 0;
    border-bottom: 2px solid #c4dbff5e;
  }
	.author-hover-box {
        width: 280px;
        left: 0;
        right: 0;
    }
	.author-tags{
		padding-left: 40px;
	}
	.author-tags i {
		line-height: 25px;
    	height: 25px;
		width: 25px;
		font-size: 14px;
	}
	.navbar-custom .container{
		max-width: 1320px !important; 
	}
	    .header-section {
			padding-top: 60px;
		}
	.navbar-custom{
		position: unset !important;
    margin-top: 0 !important;
    /* min-height: 67px; */
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 12px;
    padding-bottom: 12px;
	}

  #menu-header-menu{
      margin-left: 0.3em !important;
  }

  #menu-header-menu li:nth-of-type(1){
    margin-top: 2em;
  }

   #menu-header-menu li:nth-last-child(1){
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1em;
  }

  #menu-header-menu li{
    
    border-bottom: 1px solid;
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
    padding-bottom: 0.7em;
    margin-top: 0.6em;
  }

  .navbar .btn-main{
    width: 100%;
    height: 48px;
  }

  .main-navbar-top{
    display:flex;
    justify-content: space-between;
    width: 100%;
  }

  .dropdown-toggle{
    position: absolute;
    right: 0;
    color: black;
  }



	.intercom-lightweight-app-launcher{
		bottom: 70px !important;
	}
	.btn-bookdemo{
		justify-content: center;
	}
	
	/* 	testimonial css	 */
		.testimonials-container-revamped {
    height: 400px;
  }
.reviewer-avatar {
    width: 40px;
    height: 40px;
  }
/* Maintain all 16 avatars with optimized positioning */
  .avatar-1 { top: 25px; left: 50%; transform: translateX(-50%); }
  .avatar-2 { top: 70px; right: 12%; }
  .avatar-3 {display:none }
  .avatar-4 { bottom: 70px; right: 12%; }
  .avatar-5 { bottom: 25px; left: 50%; transform: translateX(-50%); }
  .avatar-6 { bottom: 70px; left: 12%; }
  .avatar-7 { display:none }
  .avatar-8 { top: 70px; left: 12%; }
  .avatar-9 { top: 110px; right: 22%; }
  .avatar-10 { bottom: 110px; right: 22%; }
  .avatar-11 { bottom: 110px; left: 22%; }
  .avatar-12 { top: 110px; left: 22%; }
  .avatar-13 { top: 35%; left: 3%; transform: translateY(-50%); }
  .avatar-14 { top: 65%; left: 3%; transform: translateY(-50%); }
  .avatar-15 { top: 35%; right: 3%; transform: translateY(-50%); }
  .avatar-16 { top: 65%; right: 3%; transform: translateY(-50%); }

.review-tooltip {
    max-width: 178px;
    padding: 14px;
    font-size: 13px;
  }
.review-title {
    font-size: 14px;
  }
.review-text {
    font-size: 12px;
    line-height: 1.4;
  }

/* Testimonial Css End */

}

/* 	floating testimonial css */
	/* Testimonials Section */
        .testimonials-section {
            position: relative;
            overflow: hidden;
        }

        .testimonials-container-revamped {
            position: relative;
            height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .testimonials-title {
            text-align: center;
            z-index: 10;
            position: relative;
        }

        .testimonials-title h2 {            
            margin: 0;
        }

        .reviewer-avatar {
            position: absolute;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 5;
            animation: float 6s ease-in-out infinite;
        }

        .reviewer-avatar img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 3px solid #ffffff;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            animation: shadowFloat 4s ease-in-out infinite;
        }

        .reviewer-avatar:hover {
            animation-play-state: paused;
            transform: scale(1.05) translateY(-5px);
        }

        .reviewer-avatar:hover img {
            transform: scale(1.1);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
            border-color: #3b82f6;
            animation-play-state: paused;
        }
		.reviewer-avatar.avatar-11.is-clone{
			display: none !important;
		}

        /* Floating Animation Keyframes */
        @keyframes float {
            0%, 100% {
                transform: translateY(0px) rotate(0deg);
            }
            25% {
                transform: translateY(-10px) rotate(1deg);
            }
            50% {
                transform: translateY(-5px) rotate(0deg);
            }
            75% {
                transform: translateY(-15px) rotate(-1deg);
            }
        }

        @keyframes floatReverse {
            0%, 100% {
                transform: translateY(0px) rotate(0deg);
            }
            25% {
                transform: translateY(10px) rotate(-1deg);
            }
            50% {
                transform: translateY(5px) rotate(0deg);
            }
            75% {
                transform: translateY(15px) rotate(1deg);
            }
        }

        @keyframes floatSlow {
            0%, 100% {
                transform: translateY(0px) rotate(0deg);
            }
            50% {
                transform: translateY(-8px) rotate(0.5deg);
            }
        }

        @keyframes shadowFloat {
            0%, 100% {
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            }
            50% {
                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
            }
        }

        /* Avatar Positioning - Perfect Symmetrical Circular Layout */
        /* Top Center */
        .avatar-1 { 
            top: 20px; left: 50%; 
            transform: translateX(-50%);
            animation: float 6s ease-in-out infinite;
            animation-delay: 0s;
        }

        /* Top Right */
        .avatar-2 { 
            top: 60px; right: 15%; 
            animation: floatReverse 7s ease-in-out infinite;
            animation-delay: 1s;
        }

        /* Middle Right */
        .avatar-3 { 
            top: 50%; right: 8%; 
            transform: translateY(-50%);
            animation: float 5.5s ease-in-out infinite;
            animation-delay: 2s;
        }

        /* Bottom Right */
        .avatar-4 { 
            bottom: 60px; right: 15%; 
            animation: floatSlow 8s ease-in-out infinite;
            animation-delay: 3s;
        }

        /* Bottom Center */
        .avatar-5 { 
            bottom: 20px; left: 50%; 
            transform: translateX(-50%);
            animation: floatReverse 6.5s ease-in-out infinite;
            animation-delay: 4s;
        }

        /* Bottom Left */
        .avatar-6 { 
            bottom: 60px; left: 15%; 
            animation: float 7.5s ease-in-out infinite;
            animation-delay: 5s;
        }

        /* Middle Left */
        .avatar-7 { 
            top: 50%; left: 8%; 
            transform: translateY(-50%);
            animation: floatSlow 6s ease-in-out infinite;
            animation-delay: 0.5s;
        }

        /* Top Left */
        .avatar-8 { 
            top: 60px; left: 15%; 
            animation: floatReverse 5s ease-in-out infinite;
            animation-delay: 1.5s;
        }

        /* Inner Circle - Top Right */
        .avatar-9 { 
            top: 120px; right: 25%; 
            animation: float 8.5s ease-in-out infinite;
            animation-delay: 2.5s;
        }

        /* Inner Circle - Bottom Right */
        .avatar-10 { 
            bottom: 120px; right: 25%; 
            animation: floatSlow 7s ease-in-out infinite;
            animation-delay: 3.5s;
        }

        /* Inner Circle - Bottom Left */
        .avatar-11 { 
            bottom: 120px; left: 25%; 
            animation: floatReverse 6s ease-in-out infinite;
            animation-delay: 4.5s;
        }

        /* Inner Circle - Top Left */
        .avatar-12 { 
            top: 120px; left: 25%; 
            animation: float 7s ease-in-out infinite;
            animation-delay: 0.8s;
        }

        /* Additional Side Avatars - Left Side */
        .avatar-13 { 
            top: 35%; left: 5%; 
            transform: translateY(-50%);
            animation: floatSlow 5.5s ease-in-out infinite;
            animation-delay: 1.3s;
        }

        .avatar-14 { 
            top: 65%; left: 5%; 
            transform: translateY(-50%);
            animation: floatReverse 8s ease-in-out infinite;
            animation-delay: 3.8s;
        }

        /* Additional Side Avatars - Right Side (Mirrored) */
        .avatar-15 { 
            top: 35%; right: 5%; 
            transform: translateY(-50%);
            animation: float 6.5s ease-in-out infinite;
            animation-delay: 2.3s;
        }

        .avatar-16 { 
            top: 65%; right: 5%; 
            transform: translateY(-50%);
            animation: floatSlow 7.8s ease-in-out infinite;
            animation-delay: 4.3s;
        }

        /* Review Tooltip */
        .review-tooltip {
            position: absolute;
            background: #ffffff;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            border: 1px solid #e2e8f0;
            max-width: 300px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            z-index: 20;
            pointer-events: none;
        }

        .review-tooltip.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .tooltip-header {
            margin-bottom: 12px;
        }

        .review-title {
            font-size: 16px;
            font-weight: 600;
            color: #1e293b;
            margin: 0;
        }

        .review-text {
            font-size: 14px;
            color: #64748b;
            line-height: 1.5;
            margin: 0 0 12px 0;
        }

        .review-rating {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .stars {
            display: flex;
            gap: 2px;
        }

        .star {
            color: #fbbf24;
            font-size: 14px;
        }

        .rating-number {
            font-size: 14px;
            font-weight: 600;
            color: #1e293b;
        }
/* 	floating testimonial CSS End */

.main_breadcrumb {
  display: flex;
  justify-content: center; /* center horizontally */
}

/* Default breadcrumb style */

.w-single-post .breadcrumb , .post-template-tpl_reports_single .breadcrumb{
  justify-content: center !important;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  gap: 6px;
  text-transform: uppercase;
}


/* === Normal breadcrumb (outside blue parent) === */
.breadcrumb {
  color: #666;
}
.w-single-post .breadcrumb a , .post-template-tpl_reports_single .breadcrumb a {
  text-decoration: none;
  color: #c6c6c6 !important;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

.breadcrumb a {
  
  text-decoration: none;
}

.w-single-post .breadcrumb a:hover  , .post-template-tpl_reports_single .breadcrumb a:hover{
  color: #ffffff !important;
  
}

.w-single-post .breadcrumb span  , .post-template-tpl_reports_single .breadcrumb span{
  color: #ffffff !important;
}

.breadcrumb a:hover {
  //color: #005bb5;  
}
.breadcrumb span {
  color: #444;
}
.breadcrumb span::before {
  content: "›";
  margin: 0 6px;
  color: #aaa;
}
.breadcrumb span:first-child::before {
  content: "";
  margin: 0;
}

/* === Breadcrumb inside .main_breadcrumb (blue background) === */
.main_breadcrumb .breadcrumb {
  color: #eef4ff; 
  justify-content: center; /* center breadcrumb items */
  text-align: center;       /* ensure text alignment */
}

.main_breadcrumb .breadcrumb a {
  color: #fff; /* white links */
  text-decoration: underline;
}

.main_breadcrumb .breadcrumb a:hover {
  color: #ffeb3b; /* yellow hover for contrast */
  text-decoration: underline;
}

.main_breadcrumb .breadcrumb span {
  color: #f0f0f0; /* light gray for text */
}

.main_breadcrumb .breadcrumb span::before {
  color: #ddd; /* lighter separator */
}


.navbar-toggler:not(.collapsed) .navbar-toggler-icon{
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22lucide%20lucide-x%20h-6%20w-6%22%3E%3Cpath%20d%3D%22M18%206%206%2018%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22m6%206%2012%2012%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') !important;
  background-repeat: no-repeat !important;
  transform: translateY(5px);
}


@media (min-width: 992px) {
      .navbar-expand-lg .navbar-nav {
        margin-top: 1px;
    }

    /* Target direct children of #menu-header-menu */
    #menu-header-menu > li:nth-of-type(2) {
        transform: translateX(-6px);
    }

    #menu-header-menu > li:nth-of-type(3) {
        transform: translateX(-11px);
    }

    #menu-header-menu > li:nth-of-type(4) {
        transform: translateX(-14px);
    }

    #menu-header-menu > li:nth-of-type(5) {
        transform: translateX(-16px);
    }
}

@media (max-width: 768px) {
	.intercom-app > div[class^="intercom-with-namespace-"]:has(> iframe.intercom-launcher-frame) {bottom:80px !important;}
}





/*****************************************
	New layout Start
*****************************************/
.header-new{background:#fff;position:relative;z-index:9999;padding:20px 0px;}

 :root {
            --primary-dark: #212529;
            --primary-light: #F8F9FA;
            --text-muted: #6C757D;
            --border-color: #CED4DA;
            --bg-light: #E9ECEF;
            --accent-blue: #0554F2;
            --accent-blue-hover: #0443C7;
            --accent-blue-light: #E6EEFE;
            --success-green: #00A63E;
            --white: #ffffff;
        }

        * {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
                'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
                sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: var(--primary-dark);
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background-color: #ffffff;
            color: var(--primary-dark);
            line-height: 1.5;
        }

        /* ============================================
           NAVBAR STYLING
           ============================================ */
       header {
            background-color: var(--white);
            border-bottom: 1px solid #e8e8e8;
            position: sticky;
            top: 0;
            z-index: 50;
        }

        

        .navbar-logo {
            flex-shrink: 0;
            text-decoration: none;
            color: inherit;
        }

        .navbar-logo svg {
            width: 142px;
            height: 28px;
            display: block;
        }

        .navbar-menu {
            display: none;
            list-style: none;
            margin: 0;
            padding: 0;
            gap: 1rem;
            align-items: center;
        }

        .navbar-menu li a {
            display: inline-flex;
            align-items: center;
            
            height: 36px;
            padding: 0 12px;
            border-radius: 8px;
            color: var(--primary-dark);
            font-weight: 500;
            font-size: 16px;
            text-decoration: none;
            transition: background-color 0.2s ease;
        }

        .navbar-menu li a:hover {
            background-color: #f3f4f6;
        }

        .navbar-dropdown {
            position: relative;
        }

        .navbar-dropdown-toggle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 36px;
            padding: 0 12px;
            border-radius: 8px;
            background: none;
            border: none;
            color: var(--primary-dark);
            font-weight: 500;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.2s ease;
            gap: 6px;
        }

        .navbar-dropdown-toggle:hover {
            background-color: #f3f4f6;
        }

        .navbar-dropdown-toggle svg {
            width: 14px;
            height: 14px;
            transition: transform 0.2s ease;
        }

        .navbar-dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            display: none;
            width: 180px;
            min-width: 180px;
            flex-direction: column;
            border-radius: 8px;
            border: 1px solid var(--border-color);
            background-color: white;
            padding: 6px 0;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            list-style: none;
            margin-top:0;
            z-index: 100;
        }

        .navbar-dropdown:hover .navbar-dropdown-menu,
        .navbar-dropdown.active .navbar-dropdown-menu {
            display: flex;
        }

        .navbar-dropdown.active .navbar-dropdown-toggle svg {
            transform: rotate(180deg);
        }

        .navbar-dropdown-menu li a {
            display: flex;
            height: 38px;
            width: 100%;
            align-items: center;
            gap: 12px;
            padding: 10px 16px;
            font-size: 14px;
            color: var(--primary-dark);
            text-decoration: none;
            transition: background-color 0.2s ease;
        }

        .navbar-dropdown-menu li a:hover {
            background-color: #f3f4f6;
        }

        .navbar-dropdown-menu li a svg {
            width: 16px;
            height: 16px;
            flex-shrink: 0;
            stroke: var(--accent-blue);
        }

        .navbar-actions {
            display: none;
            align-items: center;
            gap: 8px;
        }

        .navbar-btn-signin {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 40px;
            padding: 0 12px;
            border: 1px solid var(--border-color);
            border-radius: 8px;
            background-color: white;
            color: var(--primary-dark);
            font-weight: 500;
            font-size: 16px;
            text-decoration: none;
            cursor: pointer;
            transition: background-color 0.2s ease;
        }

        .navbar-btn-signin:hover {
            background-color: #f3f4f6;
        }

        .navbar-btn-demo {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 40px;
            padding: 0 12px;
            border-radius: 8px;
            background-color: var(--accent-blue);
            color: white;
            font-weight: 500;
            font-size: 16px;
            text-decoration: none;
            cursor: pointer;
            transition: background-color 0.2s ease;
            gap: 8px;
        }

        .navbar-btn-demo:hover {
            background-color: var(--accent-blue-hover);
        }

        .navbar-btn-demo svg {
            width: 16px;
            height: 16px;
        }

        .navbar-mobile-toggle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 8px;
            border-radius: 6px;
            background: none;
            border: none;
            color: var(--primary-dark);
            cursor: pointer;
            font-size: 24px;
        }

        .navbar-mobile-menu {
            display: none;
            background-color: white;
            border-top: 1px solid var(--border-color);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            padding: 16px;
        }

        .navbar-mobile-menu.active {
            display: block;
        }

        .navbar-mobile-menu a,
        .navbar-mobile-menu button {
            display: block;
            font-size: 16px;
            color: var(--primary-dark);
            font-weight: 500;
            padding: 8px 0 20px 0;
            text-decoration: none;
            background: none;
            border: none;
            cursor: pointer;
            width: 100%;
            text-align: left;
        }

        .navbar-mobile-menu a:last-child,
        .navbar-mobile-menu button:last-child {
            padding-bottom: 0;
        }

        .navbar-mobile-menu a:hover,
        .navbar-mobile-menu button:hover {
            color: var(--accent-blue);
        }

        .navbar-mobile-submenu {
            display: none;
            padding-left: 16px;
            margin-top: 8px;
            gap: 8px;
            flex-direction: column;
        }

        .navbar-mobile-submenu.active {
            display: flex;
        }

        .navbar-mobile-submenu a {
            font-size: 14px;
            color: var(--text-muted);
            padding: 8px 0;
        }

         /*@media (min-width: 992px) {*/
         @media (min-width: 1280px) {
            .navbar-menu {
                display: flex;
            }

            .navbar-actions {
                display: flex;
            }

            .header-components {
                /* margin-top: -2px; */
            }

            .navbar-container {
                  height: 69px;
              /*    max-width: 1520px;
				padding-left: 100px;
				padding-right: 100px; */
            } 

            .navbar-mobile-toggle {
                display: none;
            }

            .navbar-mobile-menu {
                display: none !important;
            }

			
          }


          /*@media (max-width: 991px) {*/
          @media (max-width: 1280px) {

            header{
                height: 69px;
                display: flex;
                align-items: center;
                padding: 0 4px 0 4px;
                margin: 0 auto;
            }
            .navbar-mobile-menu.active{
                position: absolute;
                top: 68px;
                width: 100vw;
                border-top: 1px solid #e9ecef;
                padding-left: 12px;
            }
            
        }



 /* ============================================
           NAVBAR END
           ============================================ */




  

  /* ============================================
           FOOTER STYLING
           ============================================ */
        footer {
            border-top: 1px solid var(--border-color);
            background-color: var(--primary-light);
            padding: 48px 0;
        }

        @media (min-width: 768px) {
            footer {
                padding: 64px 0;
            }
        }

        @media (min-width: 992px) {
            footer {
                padding: 72px 0;
            }
        }

        .footer-brand {
            display: flex;
            flex-direction: column;
            gap: 24px;
            width: 100%;
            max-width: 290px;
        }

        .footer-brand-logo svg {
            width: 142px;
            height: 28px;
            display: block;
        }

        .footer-brand-desc {
            font-size: 14px;
            line-height: 1.5;
            color: var(--primary-dark);
            margin: 0;
        }

        .footer-status {
            display: flex;
            align-items: center;
            gap: 8px;
            border: 1px solid var(--border-color);
            border-radius: 6px;
            background-color: white;
            padding: 8px;
        }

        .footer-status-dot {
            width: 8px;
            height: 8px;
            border-radius: 2px;
            background-color: var(--success-green);
        }

        .footer-status-text {
            font-size: 12px;
            font-weight: 500;
            line-height: 1.5;
            color: var(--primary-dark);
        }



        .footer-col-title {
            font-size: 16px;
            font-weight: 600;
            line-height: 1.5;
            color: var(--primary-dark);
            margin: 0;
        }

        .footer-links {
            display: flex;
            flex-direction: column;
            gap: 8px;
			list-style: none;
			padding-left: 0;
        }

        .footer-link {
            font-size: 14px;
            line-height: 1.5;
            color: var(--text-muted);
            text-decoration: none;
            transition: color 0.2s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }
		
		.footer-links li a {color: var(--text-muted) ; text-decoration: none;}

        .footer-links li a :hover{
            color: var(--primary-dark);
        }

        .footer-link svg {
            width: 14px;
            height: 14px;
            flex-shrink: 0;
        }

        .footer-bottom {
            border-top: 1px solid var(--border-color);
            padding-top: 24px;
            margin-top: 24px;
        }

        .footer-copyright {
            font-size: 14px;
            line-height: 1.5;
            color: var(--primary-dark);
            margin: 0;
        }

        .footer-legal {
            display: flex;
            gap: 32px;
            font-size: 14px;
            line-height: 1.5;
        }

        .footer-legal a {
            color: var(--text-muted);
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .footer-legal a:hover {
            color: var(--primary-dark);
        }

        /* ===== UTILITY CLASSES ===== */
        .icon-arrow {
            width: 20px;
            height: 20px;
            display: inline-block;
        }

        .icon-check {
            width: 16px;
            height: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
		
		 :root {
            --primary-dark: #212529;
            --primary-light: #F8F9FA;
            --text-muted: #6C757D;
            --border-color: #CED4DA;
            --bg-light: #E9ECEF;
            --accent-blue: #0554F2;
            --accent-blue-hover: #0443C1;
            --accent-blue-light: #E6EEFE;
            --dark-blue: #032A79;
            --success-green: #15803D;
            --white: #ffffff;
        }
		
#top, #top:hover, #top:focus {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 24px;
    width: 40px;
    height: 40px;
    background-color: var(--darkBlue);
    color: #fff;
    font-size: 0;
    text-align: center;
    z-index: 9999999999;
    cursor: pointer;
    transition: 0.5s ease all !important;
    text-decoration: none;
    outline: 0;
    border-radius: 5px;
}
#top i {
    font-size: 25px;
}
 
  /* ===== BLOG POST HERO SECTION ===== */
        .blog-post-hero {
            background-color: var(--dark-blue);
            padding: 4rem 0;
        }

        .hero-tag {
            display: inline-flex;
            height: 32px;
            align-items: center;
            gap: 0.2rem;
            border-radius: 36px;
            background-color: #ffffff1a;
            backdrop-filter: blur(5px);
            padding: 0.2rem 0.75rem;
            font-size: 14px;
            font-weight: 500;
            line-height: 100%;
            color: white;
        }

        .hero-heading-group {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .hero-title-container {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            align-items: flex-start;
        }

        .blog-post-hero h1 {
            font-size: 2.25rem;
            font-weight: 600;
            line-height: 120%;
            letter-spacing: -1.68px;
            color: white;
            max-width: 858px;
        }

        @media (min-width: 576px) {
            .blog-post-hero h1 {
                font-size: 3rem;
            }
        }

        @media (min-width: 992px) {
            .blog-post-hero h1 {
                font-size: 3.5rem;
            }
        }

        .hero-author-info {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.5rem;
            color: white;
            font-size: 14px;
            font-weight: 500;
            line-height: 150%;
        }

        .hero-author-avatars {
            display: flex;
            align-items: center;
            position: relative;
            margin-right: 0.5rem;
        }

        .hero-author-avatar {
            position: relative;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 2px solid var(--dark-blue);
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.2s ease;
            flex-shrink: 0;
        }

        .hero-author-avatar:hover {
            transform: scale(1.1);
        }

        .hero-author-avatar:nth-child(2) {
            margin-left: -12px;
        }

        .hero-author-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .hero-author-names {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .hero-author-names a {
            color: white;
            text-decoration: underline;
            transition: opacity 0.2s ease;
        }

        .hero-author-names a:hover {
            opacity: 0.8;
        }

        .separator-dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: white;
            display: inline-block;
        }

        /* ===== BLOG POST CONTENT SECTION ===== */
        .blog-post-content-section {
            background-color: var(--primary-light);
            border-bottom: 1px solid var(--border-color);
            padding: 5rem 1rem;
        }

        @media (min-width: 576px) {
            .blog-post-content-section {
                padding: 5rem 1.5rem;
            }
        }

        @media (min-width: 992px) {
            .blog-post-content-section {
                padding: 5rem 6.5rem;
            }
        }

        .blog-post-content-container {
            max-width: 1440px;
            margin: 0 auto;
            display: flex;
            align-items: flex-start;
            gap: 2rem;
        }

        @media (min-width: 992px) {
            .blog-post-content-container {
                gap: 3rem;
            }
        }

        /* ===== SIDEBAR ===== */
        .blog-sidebar {
           display: flex;
            width: 330px;
            flex-shrink: 0;
            position: sticky;
            top: 96px;
            max-height: calc(100vh - 6rem);
            overflow-y: auto;
            padding-right: 1rem;
            flex-direction: column;
            gap: 2rem;
        }

		 @media (min-width: 992px) {
            .blog-main-content {
                padding-left: 3rem;
            }
        }
		
        .sidebar-section {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
            align-items: flex-start;
            align-self: stretch;
			margin:10px 0px;
        }

        .sidebar-title {
            font-size: 12px;
            font-weight: 500;
            line-height: 150%;
            color: var(--text-muted);
        }

        .toc-list {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            align-self: stretch;
            width: 100%;
        }

        .toc-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            align-self: stretch;
            border-left: 3px solid var(--border-color);
            padding: 0.5rem 0 0.5rem 1.5rem;
            transition: border-color 0.2s ease, color 0.2s ease;
            width: 100%;
        }

        .toc-item.active {
            border-left-color: var(--accent-blue);
        }

        .toc-item.level-h3 {
            padding-left: 2.25rem;
        }

        .toc-link {
            flex: 1;
            font-size: 14px;
            line-height: 150%;
            text-decoration: none;
            color: var(--text-muted);
            font-weight: 400;
            transition: color 0.2s ease;
        }

        .toc-item.active .toc-link {
            color: var(--primary-dark);
            font-weight: 500;
        }

        .toc-link:hover {
            color: var(--primary-dark);
        }

        .toc-link:focus-visible {
            outline: 2px solid var(--accent-blue);
            outline-offset: 2px;
        }

        .sidebar-divider {
            height: 1px;
            width: 100%;
            background-color: var(--border-color);
        }
		
		.sidebar-section .toc-arrow{display:none;}
		
        @media (max-width: 992px) 
		{			
			.sidebar-section{ gap: 0.35rem;  }
            .blog-sidebar {
                display: block;
				width:100%;				
				position: relative;
				top: 0;
				max-height: none;
				overflow: hidden;
				padding-right: 0;
				background-color: var(--primary-light);
				border-radius: 8px;
				margin-bottom: 2rem;
            }
			.sidebar-section.recent_post_div{display:none;}
			.blog-post-content-container{display:block;}
			.blog-post-content-container .blog-main-content{border: 0 none;}
			.sidebar-divider{margin:10px 0px;} 
			
			.blog-post-content-section{    padding: 2rem 1rem; }
			
				/* --- TOC COLLAPSE FOR MOBILE --- */
		  .toc-list {
			display: none; /* hidden by default */
			max-height: none !important;
			border-top: 1px solid var(--border-color);
			margin-top: 0.5rem;
			padding-top: 0.5rem;
		  }

		  .toc-list.open {
			display: block; /* show when toggled */
		  }

		  .sidebar-title {
			display: flex;
			justify-content: space-between;
			align-items: center;
			cursor: pointer;
			background: var(--primary-light, #f8f9fa);
			padding: 0.75rem 1rem;
			border-radius: 6px;
		  }

		  
		  .sidebar-section .toc-arrow{display:block; transition: transform 0.3s ease;  }

		  .toc-arrow.rotate {
			transform: rotate(180deg);
		  }
		  
		   /* TOC toggle button improvements */
		  #toc-toggle {
			border-radius: 10px;
			border: 1px solid var(--border-color);
			font-size: 1rem;
			padding: 0.75rem 1rem;
			background:  rgb(244 248 254);
			transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
			width:100%;
		  }

		  #toc-toggle:hover {
			background-color: rgba(13, 110, 253, 0.1);
			color: var(--primary);
			//box-shadow: 0 4px 8px rgba(0,0,0,0.1);
		  }

		  /* Arrow rotation */
		  .toc-arrow {
			font-size: 1.1rem;
			color: var(--primary);
			transition: transform 0.3s ease;
		  }

		  .toc-arrow.rotate {
			transform: rotate(180deg);
		  }

		 
		 #toc-content .toc-item {
				position: relative;
				padding-left: 1.5em; /* space for bullet */
				margin-bottom: 0.5em; /* spacing between items */
				border-bottom: 1px solid #eee;
				border-left:0 none;
			}

			#toc-content .toc-item::before {
				content: "\2022";  /* the bullet */
				position: absolute;
				left: 15px;
				color: #333; /* bullet color */
				font-size: 1em;
				line-height: 1; 
			}
			
			#toc-content .toc-item:last-child{border-bottom:0 none;}
		 
		 
		  /* TOC content styling */
		  #toc-content {
			border-radius: 10px;
			overflow: hidden;
			box-shadow: 0 4px 12px rgba(0,0,0,0.08);
			background-color: #fff;
			margin-top: 0.5rem;
		  }

		  /* TOC items hover */
		  .toc-item:hover {
			background-color: rgba(13, 110, 253, 0.05);
			color: var(--primary);
		  }

		  /* H3 item indentation */
		  .toc-item.level-h3 {
			padding-left: 1.5rem;
			font-size: 0.95rem;
			color: var(--text-muted);
		  }
		   .custom_section_div{  flex-direction: row; }
		  .sidebar-section .share-icons {  gap: 1rem;}
		  
        }

        .recent-posts-list {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
            align-items: flex-start;
            align-self: stretch;
        }

        .recent-post-item {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
            align-self: stretch;
            border-bottom: 1px dashed var(--border-color);
            padding-bottom: 0.5rem;
        }

        .recent-post-item:last-child {
            border-bottom: none;
        }

        .recent-post-image {
            height: 48px;
            width: 80px;
            border-radius: 8px;
            background-color: var(--bg-light);
            flex-shrink: 0;
        }

        .recent-post-details {
            display: flex;
            flex-direction: column;
            gap: 0.25rem;
            align-items: flex-start;
            flex: 1;
        }

        .recent-post-title {
            font-size: 14px;
            font-weight: 500;
            line-height: 150%;
            color: var(--primary-dark);
            align-self: stretch;
        }

        .recent-post-time {
            font-size: 12px;
            line-height: 150%;
            color: var(--text-muted);
        }

        .ai-buttons {
            display: flex;
            align-items: center;
            gap: 0.25rem;
        }

        .ai-button {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: opacity 0.2s ease;
        }

        .ai-button:hover {
            opacity: 0.8;
        }
		
/*
        .ai-button-1 { background-color: #1F1F1F; }
        .ai-button-2 { background-color: #9177C7; }
*/		
        .ai-button-3 { background-color: #20808D; }
        .ai-button-4 { background-color: #C15F3C; }
        .ai-button-5 { background-color: #1F1F1F; }

        .share-icons {
            display: flex;
            align-items: center;
            gap: 0.25rem;
        }

        .share-icon {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background-color: var(--border-color);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background-color 0.2s ease;
        }

        .share-icon:hover {
            background-color: #BCC5CC;
        }

        .share-icon svg {
            width: 16px;
            height: 16px;
        }

       

        .author-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #000000;
            flex-shrink: 0;
        }

        .author-details {
            display: flex;
            flex-direction: column;
            gap: 0px;
            align-items: flex-start;
            justify-content: center;
        }

        /* .author-name {
            font-size: 14px;
            font-weight: 500;
            line-height: 150%;
            color: var(--primary-dark);
            display: flex;
            align-items: center;
            gap: 0.25rem;
        } */

        .verified-badge {
            width: 16px;
            height: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        /* .author-title {
            font-size: 12px;
            line-height: 150%;
            color: var(--text-muted);
        } */

        .author-bio {
            font-size: 14px;
            line-height: 150%;
            color: var(--text-muted);
            margin-top: 0.5rem;
        }

        .author-bio a {
            color: var(--accent-blue);
            text-decoration: none;
        }

        .author-bio a:hover {
            text-decoration: underline;
        }


        /* MEET AUTHOR*/
        .meet-author-grid{
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 1em;
        }
        .meet-author-inner-grid{
          border: 1px solid #e2e8f0;
          padding: 2em;
          border-radius: 15px;
        }

        .meet-author-grid a{
          text-decoration: none;
        }

		/* Mobile (up to 767px) */
		@media (max-width: 767px) {
		  .meet-author-grid {
			 grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
			 text-align:center;
		  }
		}

        .authors-section{
        border-top: 1px solid #ced4da;
    padding-top: 4em;
    border-bottom: 1px solid #ced4da;
    padding-bottom: 4em;
        }
        
        .hero-section-author{
                  margin-top: 6.5em;
        }

        .hero-section-author .hero-tag-text-author{
              background: #e6eefe;
          padding: 3px 15px;
          border-radius: 20px;
          font-size: 15px;
          color:#0554f2;
        }


        .hero-section-author  .hero-subtitle-author{
            font-size: 19px;
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 3em;
        }

        /* ===== MAIN CONTENT AREA ===== */
        .blog-main-content {
            flex: 1;
            //border-left: 1px solid var(--border-color);
            padding-left: 0;
            display: flex;
            flex-direction: column;
            gap: 4rem;
        }

       

        .content-section {
           /* display: flex;
            flex-direction: column;
            gap: 1.5rem;
            align-items: flex-start;
            align-self: stretch;		*/
			max-width: 940px;
			overflow:hidden;
        }
		
		 /*.content-section  img{width:100%; height:auto;}*/
 
		.post-content img {
			border-radius: 4px;
			margin: 24px auto;
			width: 768px;
			height:auto;
			max-width: 100%;
		} 
		
        .blog-post-content-section h2 {
			font-size:36px;
			line-height: 47px;
            /*font-size: 2rem;
            font-weight: 600;
            line-height: 120%;
            letter-spacing: -0.96px;
            color: var(--primary-dark);
            scroll-margin-top: 128px;
            margin-bottom: 1rem;*/
			
        }
		
		  .blog-post-content-section h2:not(:first-of-type){ margin-top:40px;}

        @media (min-width: 992px) {
           /*  .blog-post-content-section h2 {
                font-size: 3rem;
            } */
        }

        .blog-post-content-section h3 {
           /* font-size: 1.5rem;
            font-weight: 600;
            line-height: 120%;
            letter-spacing: -0.64px;
            color: var(--primary-dark);
            scroll-margin-top: 128px;
            margin-bottom: 1rem;*/
        }

        @media (min-width: 992px) {
          /*   .blog-post-content-section h3 {
                font-size: 2rem;
            } */
        }

        .blog-post-content-section p {
         /*   font-size: 1rem;
            line-height: 150%;
            color: var(--primary-dark);
            margin-bottom: 0.5rem; */
        }

        .blog-post-content-section ul {
            margin-left: 1.25rem;
            margin-bottom: 1.5rem;
        }

        .blog-post-content-section li {
            font-size: 1rem;
            line-height: 150%;
            color: var(--primary-dark);
            margin-bottom: 0.75rem;
        }

        .blog-post-content-section blockquote {
            border-left: 4px solid var(--accent-blue);
            background-color: rgba(255, 255, 255, 0.8);
            padding: 1.5rem;
            font-size: 1rem;
            line-height: 150%;
            color: var(--primary-dark);
            margin-bottom: 1.5rem;
            margin: 0 0 1.5rem 0;
            font-style: italic;
        }

        .callout-box {
            border-radius: 1rem;
            border: 1px solid var(--border-color);
            background-color: white;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .callout-label {
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: var(--accent-blue);
        }

        .callout-content {
            font-size: 1rem;
            line-height: 150%;
            color: var(--primary-dark);
            margin-top: 0.75rem;
        }

        .grid-stats {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1rem;
            border-radius: 1rem;
            border: 1px solid var(--border-color);
            background-color: white;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
        }

        @media (min-width: 768px) {
            .grid-stats {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        .stat-card {
            border-radius: 0.5rem;
            background-color: var(--primary-light);
            padding: 1rem;
        }

        .stat-label {
            font-size: 14px;
            font-weight: 600;
            color: var(--accent-blue);
        }

        .stat-number {
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--primary-dark);
            margin-top: 0.5rem;
        }

        .stat-description {
            font-size: 12px;
            line-height: 150%;
            color: var(--text-muted);
            margin-top: 0.25rem;
        }

        /* ===== RELATED ARTICLES SECTION ===== */
        .related-articles-section {
            background-color: var(--primary-light);
            border-bottom: 1px solid var(--border-color);
            padding: 5rem 1rem 2rem 1rem;
        }

        @media (min-width: 576px) {
            .related-articles-section {
                padding: 5rem 1.5rem 2rem 1.5rem;
            }
        }

        @media (min-width: 992px) {
            .related-articles-section {
                padding: 5rem 6.5rem 2rem 6.5rem;
            }
        }

        .related-articles-container {
            max-width: 1440px;
            margin: 0 auto;
        }

        .related-articles-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            align-self: stretch;
            gap: 0;
            margin-bottom: 2rem;
        }

        .related-articles-header h2 {
            font-size: 1.5rem;
            font-weight: 600;
            line-height: 120%;
            letter-spacing: -0.64px;
            color: var(--primary-dark);
        }

        @media (min-width: 992px) {
            .related-articles-header h2 {
                font-size: 2rem;
            }
        }

        .carousel-controls {
            display: flex;
            gap: 0.5rem;
        }

        .carousel-button {
            width: 40px;
            height: 40px;
            border: 1px solid var(--border-color);
            border-radius: 0.5rem;
            background-color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0.625rem;
            cursor: pointer;
            transition: background-color 0.2s ease, border-color 0.2s ease;
        }

        .carousel-button:hover {
            background-color: var(--primary-light);
            border-color: #BCC5CC;
        }

        .carousel-button svg {
            width: 24px;
            height: 24px;
        }

        .carousel {
            display: flex;
            width: 100%;
            align-items: flex-start;
            gap: 1.5rem;
            overflow-x: auto;
            padding-bottom: 2rem;
            scroll-behavior: smooth;
            scroll-snap-type: x mandatory;
        }

        .article-card {
            min-width: 300px;
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 2rem;
            border: 1px solid var(--border-color);
            border-radius: 1rem;
            background-color: white;
            padding: 1.5rem;
            scroll-snap-align: start;
        }

        .card-header {
            display: flex;
            flex-direction: column;
            /*gap: 2rem;*/
            align-self: stretch;
        }

        .card-image-section {
            display: flex;
            flex-direction: column;
            gap: 2rem;
            align-self: stretch;
        }

        .card-image {
            position: relative;
            height: 220px;
            align-self: stretch;
            border-radius: 0.75rem;
            background-color: var(--bg-light);
            display: flex;
            align-items: center;
        }

        .card-tag {
            position: absolute;
            top: 1rem;
            left: 1rem;
            border-radius: 36px;
            background-color: white;
            padding: 0.25rem 0.5rem;
            font-size: 12px;
            font-weight: 500;
            color: var(--primary-dark);
        }

        .card-text {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            align-self: stretch;
        }

        .card-meta {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            font-size: 14px;
            color: var(--text-muted);
        }

        .card-title {
            font-size: 1.25rem;
            font-weight: 600;
            line-height: 120%;
            letter-spacing: -0.24px;
            color: var(--primary-dark);
            align-self: stretch;
        }

        @media (min-width: 992px) {
            .card-title {
                font-size: 1.5rem;
            }
        }

        .card-author {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-top: auto;
        }

        .card-author-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #000000;
            flex-shrink: 0;
        }

        .card-author-details {
            display: flex;
            flex-direction: column;
            gap: 0px;
            align-items: flex-start;
            justify-content: center;
        }

        .card-author-name {
            font-size: 14px;
            font-weight: 500;
            line-height: 150%;
            color: var(--primary-dark);
            display: flex;
            align-items: center;
            gap: 0.25rem;
        }

        .card-author-title {
            font-size: 12px;
            line-height: 150%;
            color: var(--text-muted);
        }

        /* ===== BANNER CTA SECTION ===== */
        .newcta-section {
            background-color: var(--primary-light);
            border-bottom: 1px solid var(--border-color);
            padding: 4rem 1rem;
        }

        @media (min-width: 768px) {
            .cta-section {
                padding: 4rem 1.5rem;
            }
        }

        @media (min-width: 992px) {
            .cta-section {
                padding: 4rem 6.5rem;
            }
        }

        .cta-container {
            max-width: 1440px;
            margin: 0 auto;
        }

        .cta-card {
            position: relative;
            overflow: hidden;
            border-radius: 1rem;
            border: 1px solid var(--border-color);
            background: linear-gradient(to right bottom, white, var(--accent-blue-light));
            padding: 2rem;
        }

        @media (min-width: 768px) {
            .cta-card {
                padding: 3.5rem;
            }
        }

        .cta-content {
            position: relative;
            z-index: 10;
            max-width: 522px;
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .cta-heading-group {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .cta-card h2 {
            font-size: 2.25rem;
            font-weight: 600;
            line-height: 120%;
            letter-spacing: -0.06rem;
            color: var(--primary-dark);
        }

        @media (min-width: 992px) {
            .cta-card h2 {
                font-size: 3rem;
                letter-spacing: -0.06rem;
            }
        }

        .cta-description {
            font-size: 1.125rem;
            line-height: 150%;
            color: var(--primary-dark);
        }

        .cta-button {
            display: inline-flex;
            height: 2.5rem;
            align-items: center;
            gap: 0.5rem;
            width: fit-content;
            border-radius: 0.5rem;
            background-color: var(--accent-blue);
            padding: 0 0.75rem;
            color: white;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            transition: background-color 0.2s ease;
            border: none;
            cursor: pointer;
        }

        .cta-button:hover {
            background-color: var(--accent-blue-hover);
            color: white;
        }

        .cta-decoration {
            position: absolute;
            bottom: 0;
            right: 0;
            display: none;
        }

        @media (min-width: 768px) {
            .cta-decoration {
                display: block;
            }
        }
		
		.breadcrumb a,	.breadcrumb span{color:#fff;}
		
	
	/* Step 1: Ensure the parent container uses flex and stretches children */
	
.related-articles-section .related-articles-container,
.related-articles-section .row,
.related-articles-section .carousel {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* Equal height for all cards */
  gap: 1.5rem !important; /* Optional spacing between cards */
}

/* Step 2: Each article card should stretch fully */
.related-articles-section .article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1 1 calc(33.333% - 1.5rem); /* 3 per row by default */
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  overflow: hidden;
}

/* Step 3: Make card body flexible */
.related-articles-section .card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem;
}

/* Step 4: Keep title flexible and content aligned */
.related-articles-section .card-title {
  flex-grow: 1;
  margin-bottom: 1rem;
}

/* Step 5: Keep author or button pinned to the bottom */
.related-articles-section .card-footer,
.related-articles-section .card-author {
  margin-top: auto;
  padding: 1rem;
  /*background: #f8f9fa;*/
}

/* Step 6: Make sure images are consistent */
.related-articles-section .card-img-top {
  width: 100%;
  height: 200px; /* Fixed height for visual consistency */
  object-fit: cover;
}

/* âœ… Responsive breakpoints */
@media (max-width: 991.98px) { /* Tablet - 2 per row */
  .related-articles-section .article-card {
    flex: 1 1 calc(50% - 1.5rem);
  }
}

@media (max-width: 575.98px) { /* Mobile - 1 per row */
  .related-articles-section .article-card {
    flex: 1 1 100%;
  }
}

.related-articles-section .slick-track {
  display: flex !important;  width: auto !important;
}
.related-articles-section .slick-slide {
  display: flex !important;
  height: auto !important;
  align-items: stretch;
}


/* ===== BLOG HERO SECTION ===== */
        .blog-hero {
            background: radial-gradient(363.01% 70.78% at 50% 50.09%, var(--white) 0%, var(--accent-blue-light) 100%);
            padding: 4.5rem 0;
        }

        .hero-tag {
            display: inline-flex;
            height: 32px;
            align-items: center;
            gap: 0.3rem;
            border-radius: 36px;
            background-color: #ffffff1a;
            padding: 0.3rem 0.75rem;
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
            color: white;
        }

        .hero-heading-group {
            display: flex;
            flex-direction: column;
            gap: 2rem;
            
        }

        .blog-hero h1 {
            font-size: 2.25rem;
            font-weight: 600;
            line-height: 1.2;
            letter-spacing: -0.06rem;
            color: var(--primary-dark);
            text-align: center;
            max-width: 738px;
        }

        .max-content-width {
               width: max-content;
        }

        .footer-details-section {
            gap: 120px;
        }

        @media (min-width: 576px) {
            .blog-hero h1 {
                font-size: 3rem;
            }
        }

        @media (min-width: 992px) {
            .blog-hero h1 {
                font-size: 3.5rem;
                letter-spacing: -0.105rem;
            }
        }

        .blog-hero p {
            font-size: 1rem;
            font-weight: 500;
            line-height: 1.5;
            color: var(--primary-dark);
            text-align: center;
            max-width: 562px;
			margin:5px auto;
        }

        @media (min-width: 576px) {
            .blog-hero p {
                font-size: 1.125rem;
            }
        }

        .hero-cta {
            display: inline-flex;
            height: 2.5rem;
            align-items: center;
            gap: 0.5rem;
            border-radius: 0.5rem;
            background-color: var(--accent-blue);
            padding: 0 0.75rem;
            color: var(--white);
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            transition: background-color 0.2s ease;
        }

        .hero-cta:hover {
            background-color: var(--accent-blue-hover);
            color: var(--white);
        }
		
		 /* ===== LOGO BANNER ===== */
        .logo-banner {
            background-color: var(--white);
            padding: 2.5rem 1rem;
        }

        @media (min-width: 576px) {
            .logo-banner {
                padding: 2.5rem 1.5rem;
            }
        }

        @media (min-width: 992px) {
            .logo-banner {
                padding: 2.5rem 6.5rem;
            }
        }

        .logo-banner-container {
            max-width: 1440px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 2rem;
        }

        .logo-banner-text {
            font-size: 14px;
            font-weight: 500;
            line-height: 1.5;
            color: var(--text-muted);
            text-align: center;
        }

        .logos-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: flex-start;
            gap: 1.5rem;
        }

        @media (min-width: 768px) {
            .logos-container {
                gap: 2rem;
            }
        }

        @media (min-width: 992px) {
            .logos-container {
                gap: 2.5rem;
            }		
        }

        .logo-item {
            display: flex;
            align-items: center;
            justify-content: center;
        }
		
		
		 /* ===== FEATURED BLOG CARD ===== */
        .featured-blog-section {
            background-color: var(--primary-light);
            /* border-bottom: 1px solid var(--border-color); */
            padding: 3rem 0;
        }

        .featured-card {
            display: flex;
            flex-direction: column;
            gap: 3rem;
            border-radius: 1rem;
            background-color: var(--dark-blue);
            padding: 2rem;
            cursor: pointer;
            transition: transform 0.2s ease;
            text-decoration: none;
            color: inherit;
        }

        .featured-card:hover {
            transform: scale(1.01);
            color: inherit;
            text-decoration: none;
        }

        @media (min-width: 992px) {
            .featured-card {
                flex-direction: row;
                gap: 3rem;
            }
        }

        .featured-image {
            position: relative;
            width: 100%;
            height: 343px;
            background-color: var(--bg-light);
            border-radius: 0.75rem;
            overflow: hidden;
            flex-shrink: 0;
        }

        @media (min-width: 992px) {
            .featured-image {
                width: 534px;
            }
        }

        .featured-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .featured-tag {
            position: absolute;
            top: 1rem;
            left: 1rem;
            background-color: var(--white);
            border-radius: 36px;
            padding: 0.25rem 0.5rem;
            font-size: 12px;
            font-weight: 500;
            color: var(--primary-dark);
        }

        .featured-content {
            display: flex;
            flex-direction: column;
            gap: 2rem;
            flex: 1;
            justify-content: space-between;
        }

        .featured-latest-badge {
            display: inline-flex;
            height: 32px;
            align-items: center;
            gap: 0.3rem;
            border-radius: 36px;
            background-color: var(--white);
            padding: 0.3rem 0.75rem;
            font-size: 14px;
            font-weight: 500;
            color: var(--dark-blue);
            width: fit-content;
        }

        .featured-text {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .featured-title {
            font-size: 1.5rem;
            font-weight: 600;
            line-height: 1.2;
            letter-spacing: -0.04rem;
            color: var(--white);
        }

        @media (min-width: 576px) {
            .featured-title {
                font-size: 2rem;
            }
        }

        .featured-description {
            font-size: 1rem;
            line-height: 1.5;
            color: var(--white);
        }

        .featured-meta {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            align-items: flex-start;
        }

        @media (min-width: 576px) {
            .featured-meta {
                flex-direction: row;
                align-items: center;
                gap: 0.75rem;
            }
        }

        .featured-author {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .featured-author-avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            overflow: hidden;
            flex-shrink: 0;
        }

        .featured-author-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .featured-author-name {
            font-size: 14px;
            font-weight: 400;
            line-height: 1.5;
            color: var(--white);
            display: flex;
            align-items: center;
            gap: 0.25rem;
        }

        .verified-badge {
            width: 16px;
            height: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .featured-read-time {
            font-size: 14px;
            font-weight: 400;
            line-height: 1.5;
            color: var(--white);
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .separator-dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: var(--white);
        }
		
		   /* ===== BLOG GRID ===== */
        .blog-grid-section {
            /* background-color: var(--primary-light); */
            border-top: 1px solid var(--border-color);
            
            padding: 3rem 0;
        }

        .blog-grid-section:nth-last-child(1) {
            
            border-bottom: 1px solid var(--border-color);
            
        }

        .blog-card {
            display: flex;
            flex-direction: column;
            gap: 2rem;
            border: 1px solid var(--border-color);
            border-radius: 1rem;
            background-color: var(--white);
            padding: 1.5rem;
            cursor: pointer;
            transition: transform 0.2s ease;
            text-decoration: none;
			cursor:pointer;
        }

        .blog-card:hover {
            transform: scale(1.02);
            color: inherit;
            text-decoration: none;
        }

        .card-image {
            position: relative;
            width: 100%;
            height: 220px;
            background-color: var(--bg-light);
            border-radius: 0.75rem;
            overflow: hidden;
        }

        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .card-tag {
            position: absolute;
            top: 1rem;
            left: 1rem;
            background-color: var(--white);
            border-radius: 36px;
            padding: 0.25rem 0.5rem;
            font-size: 12px;
            font-weight: 500;
            color: var(--primary-dark);
        }

        .card-meta {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            font-size: 14px;
            color: var(--text-muted);
        }

        .card-title {
            font-size: 1.5rem;
            font-weight: 600;
            line-height: 1.2;
            letter-spacing: -0.015rem;
            color: var(--primary-dark);
            margin: 0;
        }

        .card-author-section {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-top: auto;
        }
		
		.card-author-section a.author_anchor{ display:flex;align-items: center; gap: 1rem;}

        .card-author-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            overflow: hidden;
            flex-shrink: 0;
        }

        .card-author-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .card-author-details {
            display: flex;
            flex-direction: column;
            gap: 0.125rem;
        }

        .card-author-name {
            font-size: 14px;
            font-weight: 500;
            line-height: 1.5;
            color: var(--primary-dark);
            display: flex;
            align-items: center;
            gap: 0.25rem;
        }

        .card-author-role {
            font-size: 12px;
            font-weight: 400;
            line-height: 1.5;
            color: var(--text-muted);
        }
		
		/* Equal height blog grid cards */

  /*   .blog-grid-section .header-section{
      border-bottom: 1px solid var(--border-color);
    } */
.blog-grid-section .row {
  display: flex;
  flex-wrap: wrap;
}

/* Make all columns same height */
.blog-grid-section .col-12,
.blog-grid-section .col-md-6,
.blog-grid-section .col-lg-4 {
  display: flex;
}

/* Card stretches full height */
.blog-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
}

/* Fix image container ratio */
.blog-card .card-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  flex-shrink: 0;
  background: #f5f5f5; /* fallback if no image */
}

.blog-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Title and meta spacing */
.blog-card .card-title {
  min-height: 60px; /* ensures balanced space for shorter titles */
  line-height: 1.3;
}

/* Meta and author area stays at bottom */
.blog-card .card-author-section {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}

/* Responsive fix */
@media (max-width: 767px) {
  .blog-card .card-title {
    min-height: auto;
  }
}


/*================================================
BLOG FILTER
==================================================*/

.blog-filter-section .filter-buttons{
  display: flex;
    gap: 2em;
}

.blog-filter-section .filter-buttons span{
 color: grey;
 cursor: pointer;
}

.blog-filter-section{
  border-top: 1px solid var(--border-color);
}

.blog-filter-section .filter-buttons .filter-btn.active{
      color: black;
    text-decoration: underline;
    
}



  /* ============================================
           HERO SECTION STYLING
============================================ */
   .author-page .hero-name-section {
            display: flex;
            flex-direction: column;
            gap: 24px;
            width: 100%;
        }

      .author-page .hero-name-row {
            display: flex;
            flex-direction: column;
            gap: 16px;
            align-items: flex-start;
        }

        @media (min-width: 576px) {
          .author-page   .hero-name-row {
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
        }

        

      .author-page   .hero-name {
            font-size: 36px;
            font-weight: 600;
            line-height: 1.2;
            letter-spacing: -0.065em;
            color: var(--primary-dark);
            margin: 0;
        }

        @media (min-width: 576px) {
           .author-page  .hero-name {
                font-size: 48px;
            }
        }

        @media (min-width: 992px) {
          .author-page   .hero-name {
                font-size: 56px;
            }
        }

       .author-page  .social-icons {
            display: flex;
            align-items: center;
            gap: 4px;
        }

      .author-page   .social-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            background-color: var(--border-color);
            border-radius: 9999px;
            cursor: pointer;
            transition: background-color 0.2s ease;
            text-decoration: none;
        }

        .author-page .social-icon:hover {
            background-color: #ADB5BD;
        }

       .author-page  .social-icon svg {
            width: 16px;
            height: 16px;
            fill: var(--primary-dark);
        }

       .author-page  .hero-title {
            font-size: 18px;
            line-height: 1.5;
            color: var(--text-muted);
            margin: 0;
        }

       .author-page  .hero-divider {
            width: 100%;
            height: 1px;
            background-color: var(--border-color);
        }

        @media (min-width: 992px) {
           .author-page  .hero-divider {
                width: 576px;
            }
        }

       .author-page  .hero-bio {
            font-size: 16px;
            line-height: 1.5;
            color: var(--primary-dark);
            margin: 0;
        }

      .author-page   .hero-quote-section {
            display: flex;
            flex-direction: column;
            gap: 8px;
            width: 100%;
        }

        @media (min-width: 992px) {
          .author-page   .hero-quote-section {
                width: 555px;
            }
        }

       .author-page  .hero-quote-label {
            font-size: 16px;
            font-weight: 600;
            line-height: 1.5;
            color: var(--primary-dark);
            margin: 0;
        }

       .author-page  .hero-quote-text {
            font-size: 16px;
            line-height: 1.5;
            color: var(--primary-dark);
            margin: 0;
        }

	  /* ============================================
         Author  BLOG SECTION STYLING
           ============================================ */
        .author-page   .blog-section {
            background-color: var(--primary-light);
            border-top: 1px solid var(--border-color);
            border-bottom: 1px solid var(--border-color);
            padding: 48px 0;
        }

         .author-page  .blog-title {
            font-size: 30px;
            font-weight: 600;
            line-height: 1.2;
            letter-spacing: -0.025em;
            color: var(--primary-dark);
            margin: 0;
            width: 100%;
        }

        @media (min-width: 992px) {
           .author-page    .blog-title {
                font-size: 32px;
            }
        }



         .author-page  .blog-card {
            display: flex;
            flex-direction: column;
            gap: 32px;
            border: 1px solid var(--border-color);
            border-radius: 16px;
            background-color: white;
            padding: 24px;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .author-page   .blog-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }

         .author-page  .blog-card-image {
            position: relative;
            width: 100%;
            height: 192px;
            background-color: var(--bg-light);
            border-radius: 12px;
            overflow: hidden;
        }

         .author-page  .blog-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .author-page   .blog-card-badge {
            position: absolute;
            top: 16px;
            left: 16px;
            background-color: white;
            border-radius: 36px;
            padding: 2px 8px;
            font-size: 12px;
            font-weight: 500;
            line-height: 1;
            color: var(--primary-dark);
        }

        .author-page   .blog-card-meta {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 14px;
            line-height: 1.5;
            color: var(--text-muted);
        }

         .author-page  .blog-card-dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: var(--text-muted);
        }

         .author-page  .blog-card-title {
            font-size: 24px;
            font-weight: 600;
            line-height: 1.2;
            letter-spacing: -0.01em;
            color: var(--primary-dark);
            text-decoration: none;
            transition: color 0.2s ease;
            margin: 0;
            display: block;
        }

        .author-page   .blog-card-title:hover {
            color: var(--accent-blue);
        }

        .author-page   .blog-card-author {
            display: flex;
            align-items: center;
            gap: 16px;
            padding-top: 16px;
            border-top: 1px solid var(--border-color);
            margin-top: auto;
        }

        .author-page   .blog-card-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            overflow: hidden;
            flex-shrink: 0;
        }

         .author-page  .blog-card-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .author-page   .blog-card-author-info {
            display: flex;
            flex-direction: column;
            gap: 2px;
            justify-content: center;
        }

        .author-page   .blog-card-author-name {
            font-size: 14px;
            font-weight: 500;
            line-height: 1.5;
            color: var(--primary-dark);
            margin: 0;
            display: flex;
            align-items: center;
            gap: 4px;
        }

         .author-page  .blog-card-verified {
            width: 16px;
            height: 16px;
            flex-shrink: 0;
        }

         .author-page  .blog-card-verified svg {
            width: 100%;
            height: 100%;
        }

         .author-page  .blog-card-author-title {
            font-size: 12px;
            line-height: 1.5;
            color: var(--text-muted);
            margin: 0;
        }
		
		
	 .author-page  .breadcrumb a,   .author-page  .breadcrumb span{ color:#000; }
	 .custom_card_author{ display: flex; flex-direction: row; gap: 1rem;  }
	 .hero-author-info, .hero-author-info span{color:#fff;}
	 .black_anchor{color:#000;}
	  .hide_mobile{display:block !important;}
	  .show_mobile{display:none !important;}
	 @media (max-width: 992px)
	 {
		.breadcrumb span:last-child {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 40ch;}		
		 .hide_mobile{display:none !important;}
		  .show_mobile{display:block !important;}		  
		  .author-card {display:flex;gap:10px;}
		  .author-card img{max-width:200px;}
		  .content-section .table-responsive{width:100%;}
	 }
	 
	 @media (max-width: 992px)
	 {
		.footer-details-section .max-content-width{width:100% !important;}
		.footer-details-section .col-lg-3{width:100%;}		
			.footer-details-section{gap:10px;} 
	 }
	 
	 
/* SINGLE POST */

.related-articles-section .article-card{
      margin-left: 1em;
    border-radius: 15px !important;
}

/* Apply to the element that should scroll */
.invisible-scroll {
  overflow-y: auto;              /* enable scrolling */
  scrollbar-width: none;         /* Firefox */
  -ms-overflow-style: none;      /* IE & Edge (legacy) */
}

.invisible-scroll::-webkit-scrollbar {
  display: none;                 /* Chrome, Safari */
}


.pp-content p {
  font-size: 16px;
  color: #515f69;
  line-height: 30px;
}
.pp-sidebar-toc {
  position: sticky;
  top: 2rem;
}
.pp-sidebar-toc a {
  display: block;
  padding: 0.25rem 0;
  color: #a6b4ba;
  font-size: 16px;
  text-decoration: none;
}
.pp-sidebar-toc a.active {
  color: #000;
}
/* SINGLE POST END */

.related-articles-section .article-card{

      margin-left: 1em;

    border-radius: 15px !important;

}



/* Apply to the element that should scroll */

.invisible-scroll {

  overflow-y: auto;              /* enable scrolling */

  scrollbar-width: none;         /* Firefox */

  -ms-overflow-style: none;      /* IE & Edge (legacy) */

}



.invisible-scroll::-webkit-scrollbar {

  display: none;                 /* Chrome, Safari */

}


section.w-seo-hub-hero .breadcrumb, section.w-seo-hub-hero .breadcrumb a, section.w-seo-hub-hero .breadcrumb span{color:#000;}
.hero-tag{display:none;}