/*
Theme Name: wellows
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: 115px;
}*/

.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;
}
.w-top-section.wsa_hero{
		background: linear-gradient(178.44deg, rgba(0, 111, 255, 0.33) -1.69%, rgba(0, 230, 255, 0.03) 98.91%, rgba(0, 111, 255, 0.33) 202.4%) !important;
	}
.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;
}
#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;
}

/* 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 {
  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;
  }
}
/* 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: 170px;
		}
	.navbar-custom{
		position: unset !important;
    	margin-top: 0 !important;
	}
	.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 */