
.insights-hero { padding: 60px 0; background: #f5f7fb; }
.insights-hero h1 { font-size: 48px; }
.insights-hero span { color: #2b6df6; }
::placeholder {
    font-size: 15px;
    color: #6B7280; 
    font-weight: 400;
}
p.loading {
    width: 100%;
}
.search-box { display: flex; margin-top: 23px; align-items: center; }
.search-box input {
    flex: 1;
    padding: 16px 51px 16px 32px;
    border: 1px solid #E5E7EB;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #6B7280;
    height: 52px;
	    padding-top: 0;
    padding-bottom: 0;
}
.search-box button {
    background: #004FFF;
    color: #fff;
    border: none;
    font-weight: 400;
    font-size: 18px;
    border-radius: 36px;
	    padding: 0;
    width: 100%;
    justify-content: center;
}
.midtxt{
    /* padding: 0 18px; */
    color: #5D5D5D;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    flex: 0 0 51px;
    max-width: 51px;
    text-align: center;
	display: none;
}
	.ns-cb-loaded span.midtxt {
    display: flex;
    justify-content: center;
}
.insights-content {
    display: flex;
    gap: 0;
    margin: 24px 0;
    max-width: 100%;
    padding: 0 var(--padding);
    overflow: inherit;
    width: auto;
    flex-wrap: wrap;
}
.content-type-item {
    display: flex;
    align-items: center;
    padding: 12px;
    cursor: pointer;
    border-radius: 0px;
    margin-bottom: 4px;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	    border-bottom: 1px solid rgba(227, 232, 240, 0.7);
		padding-left: 0;
}


.grid {
    display: flex;
    margin: 27px -16px 0;
    flex-wrap: wrap;
    width: auto;
}

.post-item {
    /* border: 1px solid #eee; */
    /* border-radius: 12px; */
    text-decoration: none;
    /* flex: 0 0 33.33%; */
    max-width: 33.33%;
    padding: 0 16px;
}

.post-item img { width: 100%; }
.post-item .content { padding: 20px; }

.loading {
    text-align: center;
    padding: 40px;
    font-size: 16px;
    color: #666;
}

.error {
    text-align: center;
    padding: 40px;
    color: red;
}

.post-item-inner h2 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 18px;
    line-height: 26.52px;
    letter-spacing: -0.48px;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: none;
    color: #151B28;
    height: 77px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all .4s cubic-bezier(.34, 1.56, .64, 1);
    margin: 0;
    padding: 0;
}
a:hover .post-item-inner h2 {color: #004FFF;}

.post-thumb img {
    width: auto;
    max-width: 100%;
    height: auto;
}

h2.content-title {
    font-family: Outfit;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.75px;
    vertical-align: middle;
    color: #151B28;
    margin: 0 0 4px;
}

.insights-meta {
    /* font-family: Inter; */
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #6B7280;
}

.post-item-inner {
      border: 1.07px solid #E5E7EB;
      margin: 0 0 30px;
      border-radius: 17.14px;
      overflow: hidden;
      box-shadow: none;
      transition: all .4s cubic-bezier(.34, 1.56, .64, 1);
      transform: translateY(0);
}
.insights-sidebar h2 {
    font-family: Outfit;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.2px;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(102, 115, 131, 0.8);
    margin: 0;
    padding-bottom:16px;
    border-bottom: 1px solid rgba(227, 232, 240, .7);
}


.post-common span {
    border-radius: 15px;
    opacity: 1;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
    background-color: #EBF1FF;
    display: inline-flex;
    font-family: var(--family);
    margin-right: 8px;
}

.post-category.post-common span {
    background-color: #F4F4F6;
}

/*.post-common span {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #004FFF;
}*/

.post-common span {
  font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #004FFF;
}
.post-category.post-common {
    display: flex;
}

.post-category.post-common span {
    margin-right: 3px;
}


.post-common span:last-child {
    margin: 0;
}
.post-category.post-common span {
    color: #000;
}

.post-type-category {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 12px;
}

.post_info {
    border-top: 1.07px solid #E5E7EB99;
    padding-top: 12px;
    margin-top: 15px;
}

.post_author_info span {
    font-family: Outfit;
    font-weight: 500;
    font-size: 12px;
    line-height: 17.14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #151B28;
}

span.post-date {
    color: #6B7280;
    margin: 0 0 0 8px;
}

a:hover .post-item-inner {
    box-shadow: 0 20px 40px -12px hsl(220deg 40% 20% / 7%), 0 8px 16px -8px hsl(220 40% 20% / .08);
    transform: translateY( -.25rem);
}
p.noPost {
    display: block;
    text-align: center;
    width: 100%;
    margin: 25px 0 0;
}
.load-more-btn button {
    /* width: 192px; */
    /* height: 48px; */
    border-radius: 50px;
    border: 1px solid #868686;
    opacity: 1;
    padding-top: 8px;
    padding-right: 32px;
    padding-bottom: 8px;
    padding-left: 32px;
    background-color: transparent;
    font-family: Outfit;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.whitepapers .post-type span {
    color: #853BED;
    background-color: #F5F1FC;
}
.tools .post-type span, .checklists .post-type span {
    color: #307151;
    background-color: #E7F2EC;
}

.webinars .post-type span {
    color: #F4595F;
    background-color: #FDECEC;
}
.load-more-btn button:hover {
    background-color: #f2f2f2;
    border-color: #cacaca;
}
.load-more-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.content-type-item:hover .leftSidebartitle span {
    color: rgba(23, 112, 249, 1);
}

.leftSidebartitle span {
    font-family: Outfit;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(8, 17, 35, 1);
}

.leftSidebarcount strong {
    font-family: var(--family);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #6B7280;
}

.insights-content-inner {
    display: flex;
    margin: 0 -11px;
    width: auto;
    flex-wrap: wrap;
}

.insights-content-inner > div {
    padding: 0 11px;
    box-sizing: border-box;
}

.leftSidebartitle {
    flex: 0 0 auto;
    max-width: 100%;
    padding-right: 12px;
}

.leftSidebarcount {
    flex: 0 0 64px;
    max-width: 64px;
    text-align: right;
    display:none;
}

.content-type-item.active .leftSidebartitle span {
    font-weight: 700;
    color: rgba(23, 112, 249, 1);
}
.content-type-item.active .leftSidebarcount strong {
    color: #004fff;
}

.parent-category-link:hover{
    color: #fff;
}

.sidebar-block.category-sidebar-block {
    margin-top: 30px;
}
.parent-category-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 10px;
    background: #f5f7fb;
    transition: all .3s ease;
}

.parent-category-link {
    flex: 1;
    text-decoration: none;
    color: #151B28;
    font-weight: 600;
}

.parent-category-toggle.active {
    background: #1e293b;
}

.parent-category-toggle.active .parent-category-link {
    color: #fff;
}

.category-dropdown-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: all .3s ease;
}

.category-dropdown-icon:hover {
    background: rgba(255,255,255,.08);
}

.parent-category-toggle.active .category-dropdown-icon {
    color: #fff;
}

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

.category-dropdown-icon svg {
    transition: all .3s ease;
}

.current-category-parent .parent-category-link {
    color: #fff;
}

.leftSidebartitle a {
    text-decoration: none;
}

.insights-sidebar-categories {margin: 40px 0 0;}
/* =========================
   SIDEBAR TOGGLE FUNCTIONALITY
========================= */

.insights-menu {
    display: flex;
}

.insights-menu  button {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 0px solid #E5E7EB;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
}
.insights-menu  button:hover {
    background: #F8FAFC;
}

.insights-content-inner {
    align-items: flex-start;
}

/* SIDEBAR DEFAULT */
.insights-sidebar {
    flex: 0 0 320px;
    max-width: 320px;
    position: sticky;
    top: 100px;
    height: calc(100dvh - 88px);
	    transition: all .3s ease-in-out;
}

.insights-sidebar-inner {
	box-sizing: border-box;
    border: 1px solid rgba(227, 232, 240, 0.7);
    border-radius: 18px;
     background-color: #FCFCFC; 
	 max-height: calc(100vh - 180px);
    overflow-y: auto;
	padding: 13px 16px 0 28px;
	transition: all .3s ease-in-out;
	 margin: 0 0 0;
	 height: 100%;
}
.insights-content-inner-width {
    width: 100%;
}
/* MAIN AREA DEFAULT */
.insights-main {
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
  margin-top: 0px;
      transition: all .3s ease-in-out;
    padding-left: 34px;
	display: flex;
    flex-wrap: wrap;
}.insights-main > div {
    flex: 0 0 100%;
    max-width: 100%;
}

/* COLLAPSED SIDEBAR */
.insights-page.sidebar-collapsed .insights-sidebar {
     flex: 0 0 80px;
    max-width: 80px;
  
}
.insights-page.sidebar-collapsed .insights-sidebar-inner{
	  border-right: 1px solid rgba(227, 232, 240, 0.6);
       background-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 0;
	    padding-left: 0;
    padding-right: 0;
}
/* EXPAND MAIN CONTENT */
.insights-page.sidebar-collapsed .insights-main {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
	    padding-left: 61px;
}

/* HIDE CONTENT WHEN COLLAPSED */
.insights-page.sidebar-collapsed .insights-dropCont, .insights-page.sidebars-collapsed-before .insights-dropCont, .insights-page.scrollbar-none .insights-dropCont {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.insights-dropCont {
    transition: all .25s ease-in-out;
    opacity: 1;
    visibility: visible;
    overflow: auto;
}
.insights-page.sidebar-collapsed .insights-sidebar-inner {
    height: auto;
    max-height: max-content;
}

.insightsLeftArrow {
    display: none;
    cursor: pointer;
}

/* SHOW LEFT ARROW WHEN SIDEBAR OPEN */
.insights-page:not(.sidebar-collapsed) .insightsLeftArrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
}

/* HIDE HAMBURGER WHEN SIDEBAR OPEN */
.insights-page:not(.sidebar-collapsed) .insights-menu  button {
    display: none;
}

/* SHOW HAMBURGER WHEN SIDEBAR CLOSED */
.insights-page.sidebar-collapsed .insights-menu  button {
    display: flex;
}

/* CONTENT TYPE WRAPPER */
.content-type-wrap {
    border-bottom: 0px solid rgba(227,232,240,.7);
}

/* REMOVE OLD BORDER */
.content-type-item {
    border-bottom: none;
    margin-bottom: 0;
	border-bottom: 1px solid rgba(227, 232, 240, 0.7);
}

/* DROPDOWN BUTTON */
.pillar-toggle {
    width: 50%;
    height: 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-left: auto;
}
div#scrollAuto {
    display: none;
}
/* ROTATION */
.pillar-toggle svg {
    transition: all .3s ease;
}

.blog-pillars.opened + .pillar-toggle svg,
.content-type-wrap.opened .pillar-toggle svg {
    transform: rotate(180deg);
}
a.pillar-item.active {
    font-weight: 700;
    color: rgba(23, 112, 249, 1);
}
/* BLOG PILLARS */
.blog-pillars {
    padding: 0 0 12px 0;
}

.blog-pillars.opened {
    display: block;
}
.blog-pillars:not(.opened) {
    display: none;
}

/* PILLAR ITEM */
.pillar-item {
    display: block;
       padding: 12px 0;
    text-decoration: none;
       color: rgba(87, 87, 87, 1);
    font-size: 14px;
    line-height:22px;
    font-weight:400;
    transition: all .3s ease;
    border-bottom: 1px solid #E3E8F0B2;
    padding-left: 15px;
	
}

.pillar-item:hover, .pillar-item.active {
    color: #004FFF;
}
.subcategory-filters {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    border-top: 1px solid rgba(242, 242, 242, 1);
    padding: 19px 0 0;
    margin: 11px 0 32px;
}

.subcategory-filter, .special-category-link {
    height: 34px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid #E4E8ED;
    background: #fff;
    color: #151B28;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease;
}

.subcategory-filter:hover, .special-category-link:hover {
    border-color: #004FFF;
    color: #004FFF;
}

.subcategory-filter.active, .special-category-link.active  {
    background: #151B28;
    border-color: #151B28;
    color: #fff;
}

.insights-breadcrumb a {
    font-family: Outfit;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(92, 100, 111, 1);
	    text-decoration: none;
}

.insights-breadcrumb span {
 font-family: Outfit;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(12, 18, 26, 1);
    position: relative;
}
a.ancestor {
    position: relative;
}

a.ancestor,.insights-breadcrumb span {
    padding-left: 8px;
    margin-left: 10px;
}

.insights-breadcrumb span:before, .ancestor:before {
    content: ">";
    position: absolute;
    left: -7px;
    right: 0;
    /* width: 3px; */
    /* height: 3px; */
    /* background-color: rgba(92, 100, 111, 1); */
    border-radius: 16px;
    top: 0px;
}

.askSol div#ns-chatbot-launcher , .askSol div.asksol_launcher{
    height: 52px;
}

.askSol div#ns-chatbot-launcher button, .askSol div.asksol_launcher button {
    height: 100% !important;
    margin: 0 !important;
    padding: 0;
	width: 100%;
	    min-width: 100% !important;
}

.askSol {
    flex: 0 0 136px;
    max-width: 136px;
}

.textInp {
    flex: 0 0 calc(100% - 187px);
    max-width: calc(100% - 187px);
	position: relative;
	z-index: 1;
}

.textInp input {
    width: 100%;
}
.gridinner {
    width: 100%;
}

body .search-box input::-webkit-input-placeholder, body .search-box:-ms-input-placeholder , body .search-box::placeholder{
  color: #6B7280;
  font-weight: 300;
}

    body .search-box input {
        background-image: url(/wp-content/uploads/2026/05/mobilesearch.svg);
       background-repeat:  no-repeat;
        background-position: 98% center;
    }
	body .search-box input:focus {
    border-color: #538cff;
    outline:1px solid #538cff;
}
.askSol button.ns-cb-widget-launcher .chat-widget-toggle-label {
    font-weight: 300;
}


.insights-page.scrollbar-none .insights-sidebar-inner {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
}

.insights-page.scrollbar-none .insights-sidebar-inner::-webkit-scrollbar {
    display: none;             /* Chrome, Safari, Opera */
}

/*
.insights-sidebar-inner::-webkit-scrollbar{
    width: 4px;
	
}

.insights-sidebar-inner::-webkit-scrollbar-track {
    display: none
}

.insights-sidebar-inner::-webkit-scrollbar-thumb {
    background: #b8c2cf;
	border-radius: 16px;
}

.insights-sidebar-inner::-webkit-scrollbar-thumb:hover {
    background: #b8c2cf
}
*/

.special-category-link {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.subcategory-filters:empty {
    padding: 0;
}
.closBtn {
    position: absolute;
    top: 0;
    right: 21px;
    display: flex;
    align-items: center;
    bottom: 0;
    display: none;
}

.closBtn button {
    background-color: transparent;
    width: auto;
    padding: 0;
    font-size: 0;
}

.search-box.close-enable {}

.close-enable .closBtn {
    display: flex;
}

.close-enable.search-box input {
    background-image: none;
}



.author.insights-section {
    padding: 0 var(--padding);
}

.author-profile-inner {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -24px;
}

.author-profile-inner >div {
    padding: 0 24px;
    /* flex: 0 0 300px; */
    /* max-width: 300px; */
}

.author-profile-pic {
    flex: 0 0 348px;
    max-width: 348px;
}

.author-profile-img {}

.author-details {
    flex: 0 0 calc(100% - 348px);
    max-width: calc(100% - 348px);
}

.author-name {
    font-family: Outfit;
    font-weight: 600;
    font-size: 48px;
    line-height: normal;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #0D0D0D;
    margin: 0;
}

.author-name span {
    color: #004FFF;
}

h4.author-position {
    font-family: Outfit;
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: -2%;
    vertical-align: middle;
    color: #0D0D0D;
    text-transform: capitalize;
    margin: 8px 0 16px;
}

.author-desc {
    font-family: Outfit;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000000;
}

.author-profile-img img {
    border-radius: 10px;
}

.author-profile {
    padding: 52px 0 80px;
}

.author div#filtered-posts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px;
    width: auto;
}

.articles-by h3 {
    font-family: Outfit;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -3%;
    vertical-align: middle;
    color: #201F1F;
    margin: 0 0 40px;
}

.author div#filtered-posts > a {
    padding: 0 22px;
    margin: 0 0 43px;
}

.author .post-item-inner {
    margin: 0;
}

.latestslider-padding.insights-global {
    padding: 0 var(--padding);
}

.blog-slider-box .slick-slide>div>a {
    text-decoration: none;
}




.latest-insights-heading {
	margin-top: 64px !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hed-sec-left {  
  flex: 0 0 696px;
    max-width: 696px;
}

.hed-sec-right {
	flex: 0 0 calc(100% - 696px);
    max-width: calc(100% - 696px);
    display: flex;
    justify-content: flex-end;
}

h3.ins-heading {  
    font-size: var(--h2-new-size);
    line-height: var(--h2-new-lineHeight);
    letter-spacing: var(--h2-new-letterSpacing);
    color: var(--h2-new-color);
    font-weight: var(--h2-new-fontWeight);
	color: #000000;
}

p.ins-content {
        font-size: var(--p--size);
        line-height: var(--p--line-height);
        margin: 0;
        color: #1a1a1a;
        font-weight: var(--p--weight);
        margin-bottom: 0;
        margin-top: 23px;
        }


.hed-sec-right a {
    text-decoration: none;
}
#filtered-posts .post-container .post-thumb img {
    border-radius: 0;
}
/*skelton*/




.skeleton-wrapper {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin: 45px 0 0;
}

.skeleton-card {
  /* width: 230px; */
  padding: 16px;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  background: #fafafa;
  flex: 0 0 calc(33.33% - 32px);
  max-width: calc(33.33% - 32px);
}

.skeleton-image,
.skeleton-line {
  position: relative;
  overflow: hidden;
  background: #e7e7e7;
}

.skeleton-image::before,
.skeleton-line::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.25) 50%,
    transparent 100%
  );
  animation: shimmer 1.6s infinite;
}

.skeleton-image {
  width: 100%;
  height: 220px;
  border-radius: 16px;
  margin-bottom: 16px;
}

.skeleton-line {
  height: 12px;
  border-radius: 30px;
  margin-bottom: 10px;
}

.skeleton-line.short {
  width: 32%;
  background: #d7e6ff;
}

.skeleton-line.medium {
  width: 75%;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.elementor-element.elementor-align-right.view_all_insights.mobile.whiteBtn.elementor-widget.elementor-widget-button {
    display: none;
}


/*
body .search-box.search-enable input {
    border-radius: 30px 30px 0 0;
}*/

.search-suggestion-box {
    position: absolute;
    top: 72%;
    left: 2px;
    right: 3px;
    background-color: #F5F5F5;
    z-index: 9;
    /* max-height: 300px; */
    /* overflow: auto; */
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 5%);
    padding: 0;
    border-radius: 0 0 30px 30px;
    border: 1px solid #E5E7EB;
    border-top: 0;
	overflow: hidden;
    z-index: -1;
}

.search-suggestion-box-inner {
    overflow: auto;
    height: 100%;
    max-height: 300px;
    margin: 19px 0 0;
}

ul.search-results {
    padding: 19px 36px;
    height: 100%;
    overflow-y: auto;
    margin: 0;
}

.search-suggestion-box li {
    padding: 0;
    margin: 0;
}

.search-suggestion-box li a {
       border-bottom: 1px solid rgb(230 230 230 / 70%);
    display: flex;
    padding: 0 0 10px;
    text-decoration: none;
    margin: 0px 0 10px;
    color: #0C121A;
    font-size: 15px;
    font-weight: 400;
}

.search-suggestion-box li:last-child a {
    margin: 0;
    border: 0;
    padding: 0;
}
.search-suggestion-box li a:hover {
    color: #004FFF;
}

body .search-box.search-enable input:focus {
       outline: 1px solid #F5F5F5;
    border-color: #F5F5F5;
    /* border: 1px solid #E5E7EB; */
}

.search-box:has(.askSol) .midtxt {
    display: flex;
    justify-content: center;
}.gsp-toggle .insights-sidebar {
    top: 0;
}

/* MOBILE */
@media (max-width: 1680px) {
	.insights-sidebar {
    flex: 0 0 280px;
    max-width: 280px;
	}
	.insights-main {
    flex: 0 0 calc(100% - 280px);
    max-width: calc(100% - 280px);
	}
	
}
@media (max-width: 1560px) {
	.insights-sidebar {
    flex: 0 0 250px;
    max-width: 250px;
	}
	.insights-main {
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
	}
	
}
@media (max-width: 1400px) {
		.post-item .content {
    padding: 15px;
}
.post-common span {
    font-size: 10px;
}
}
@media (max-width: 1366px) {
    .insights-sidebar {
        flex: 0 0 250px;
        max-width: 250px;
    }
.insights-main {
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
    padding-left: 34px;
}.author-name {
    font-size: 42px;
}

}

@media (max-width: 1266px) {
    .insights-sidebar {
        flex: 0 0 230px;
        max-width: 230px;
    }
.insights-main {
    flex: 0 0 calc(100% - 230px);
    max-width: calc(100% - 230px);
    padding-left: 34px;
}

}
@media (max-width: 1199px) {
	.skeleton-card {
	  flex: 0 0 calc(50% - 32px);
	  max-width: calc(50% - 32px);
	}
	
	.articles-by h3 {
		font-size: 36px;
	}
	.post-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
    .insights-sidebar {
        flex: 0 0 280px;
        max-width: 280px;
    }
.insights-main {
    flex: 0 0 calc(100% - 280px);
    max-width: calc(100% - 280px);
    padding-left: 34px;
}
body .search-box input::-webkit-input-placeholder, body .search-box:-ms-input-placeholder , body .search-box::placeholder{
  color: #6B7280;
  font-size: 13px;
}
body .search-box input {
                /* background-image: url(/wp-content/uploads/2026/05/mobilesearch.svg); */
        background-repeat: no-repeat;
        /* background-position: 13px center; */
        font-family: Outfit;
        font-weight: 400;
        font-size: 13px;
        line-height: 100%;
        letter-spacing: 0px;
        vertical-align: middle;
        color: #6B7280;
        padding: 0 37px 0 18px;
		    background-position: 97% center;
    }
.askSol div#ns-chatbot-launcher, .search-box input, .askSol div.asksol_launcher, .search-box button  {
    height: 44px;
}
}
@media (max-width: 991px) {
	.author-details {
    flex: 0 0 100%;
    max-width: 100%;
}
    .author-profile-pic {
        margin: 0 auto 28px;
    }
	.author-profile-img {
    justify-content: center;
}
.author-name {
    font-size: 38px;
}
    h4.author-position {
        font-size: 22px;
        margin: 13px 0 16px;
        line-height: normal;
    }
    #scrollAuto {
        display: block !important;
        position: relative;
        top: -200px;
    }
.insights-template-insights-category-template .insightsMainTitle {
        display: flex;
        flex-wrap: wrap;
    }
	.insights-page.sidebar-collapsed .insights-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
}
	
.insights-template-insights-category-template .insights-main .insights-search-row, .insights-template-insights-category-template .insights-main .insights-breadcrumb, .insights-template-insights-category-template .insights-main .insights-title {
    display: none;
}
.subcategory-filter, .special-category-link {
    height: 31px;
    padding: 0 14px;
    border: 1px solid #E4E8ED;
    color: #0C121A;
    font-size: 12px;
    font-weight: 400;
}
.insightsMainTitle, .search-box {
    display: none;
}
.insightsMainTitle h2, .insights-meta {
    flex: 0 0 100%;
    max-width: 100%;
}
.mobile-container {
    display: flex !important;
    flex-wrap: wrap;
	        width: 100%;
}
.mobile-container .insightsMainTitle, .mobile-container .search-box {
    display: flex;
	flex-wrap: wrap;
	
}
.mobile-container > div {
    flex: 0 0 100%;
    max-width: 100%;
}
.insights-menu {
    display: flex;
    padding: 6px var(--padding);
    justify-content: right;
    background-color: rgba(248, 250, 253, 1);
    border-radius: 0;
   
}
  body .insightsLeftArrow {
    display: none !important;
}
  .sidebar-open svg.mobile-block {
    display: block !important;
    transform: rotate(-90deg);
}

.sidebar-open svg.mobile-none {
    display: none;
}  .insights-main {
        flex: 0 0 100%;
        max-width: 100%;
    }
.insights-content {
    padding: 0;
}
    .insights-page.sidebar-collapsed .insights-main {
        flex: 0 0 100%;
        max-width: 100%;
		        padding-left: var(--padding);
    }

.insights-dropCont {
        display: none;
        padding: 0 var(--padding);
        margin: 21px 0 0;
    }

.sidebar-open .insights-dropCont {
    display: block;
}
    .insights-sidebar {
		flex: 0 0 100%;
		max-width: 100%;
		border-right: 0;
		position: static;
		height: auto;
		padding: 21px 0 0 0 !important;
		border-top: 1px solid #E5E7EB99;
		margin: 18px 0 0;
		}
.insights-sidebar-inner {position: static;top: 0;max-height: none;overflow-y: auto;overflow-x: auto;height: auto;padding: 0;/* background-color: rgba(248, 250, 253, 1); */border: 0;border-radius: 0;/* border-top: 1px solid rgba(228, 232, 237, 1); *//* border-bottom: 1px solid rgba(228, 232, 237, 1); */border-left: 0;border-right: 0;}.insights-content-inner {
    margin: 0;
}
    .insightsLeftArrow {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .insightsLeftArrow {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 20px;
    }

    .insights-menu  button {
        display: flex !important;
    }
	.insights-content-inner > div {
    padding: 0 var(--padding);
    box-sizing: border-box;
}
	h2.content-title {
    font-size: 24px;
}

.askSol div#ns-chatbot-launcher button,.askSol div.asksol_launcher button {
 
    width: 100%;
    min-width: inherit !important;
}
.pillar-item {
    width: 80%;
}
.insights-content {
    margin: 15px 0;
}
.author-profile-inner {
   
    margin: 0;
}
.author-profile-inner >div {
    padding: 0;
}
.hed-sec-left {
    flex: 0 0 100%;
    max-width: 100%;
}
.hed-sec-right {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 30px 0;
}
}


@media (max-width: 767px) {
	.search-suggestion-box li a {
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 20px;
}
ul.search-results {
    padding: 10px 15px;	
}
	.author-profile-pic {
    flex: 0 0 100%;
    max-width: 100%;
}
	.insights-global .elementor-button-wrapper {
    display: flex!important;
    justify-content: center;
}
.elementor-element.elementor-align-right.view_all_insights.mobile.whiteBtn.elementor-widget.elementor-widget-button {
           display: flex;
        justify-content: center;
        flex-wrap: wrap;
}
.author div#filtered-posts {
    
    margin: 0 -20px;
}
.insights-global .elementor-button-wrapper>a {
    text-decoration: none;
}
.hed-sec-right>div, .hed-sec-right {
    padding: 0;
    display: none;
}
}
@media (max-width: 639px) {
	.skeleton-card {
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.author-profile {
    padding: 50px 0 80px;
}
    .author-name {
        font-size: 36px;
    }
	.author div#filtered-posts {
    
    margin: 0 0;
}
	.author div#filtered-posts > a {
    padding: 0 0;
    margin: 0 0 30px;
}
	h4.author-position {
        font-size: 20px;
        margin: 13px 0 16px;
        line-height: 30px;
    }
.post-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}
    body .search-box input {
       
        background-position: 94% center;
    }
.post-common span {
        font-size: 12.86px;
    }
.post-item-inner {
    margin: 0 0 22px;
}
.grid {
    margin: 10px -16px 0;
}
.post-item-inner h2 {
    
    height: auto;
}

.post_author_info {
    background-repeat: no-repeat;
    background-position: right center;
}
    .askSol {
        flex: 0 0 98px;
        max-width: 98px;
    }

    .midtxt {
        /* padding: 0 18px; */
        color: #5D5D5D;
        font-size: 10px;
        flex: 0 0 24px;
        max-width: 24px;
        text-align: center;
    }
	
.textInp {
        flex: 0 0 calc(100% - 122px);
        max-width: calc(100% - 122px);
    }
body .chat-widget-toggle-icon {
    width: 15px;
    height: 15px;
}

body button.ns-cb-widget-launcher .chat-widget-toggle-label {
    font-size: 15px;
}
    .subcategory-filters {
        gap: 4px;
        border-top: 0;
        padding: 0;
        margin: 21px 0;
    }
    .insights-template-insights-category-template .insightsMainTitle {
        
        margin: 0 0 25px;
    }
}





