/**
Theme Name: Neocrm
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neocrm
Template: astra
*/

.tag-class a {
  text-decoration: none !important;
  background: #4487f4;
  font-size: 1em;
  color: white;
  padding: 6px 12px; /* optional, makes it look like a tag */
  display: inline-block;
  font-weight: 600;
}

.reset-gap
{
	gap:0px;
}

.shadow-background {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 
    0 -8px 20px rgba(0, 0, 0, 0.08),
    0 12px 32px rgba(0, 0, 0, 0.08) !important;
}

.reset-gap.is-layout-grid {
  width: fit-content;
  margin: 0 auto;
}

.back-to-class a {
  text-decoration: none !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* icon before text */
.back-to-class a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("https://framerusercontent.com/images/tFoKXmbmKvw1RhC8brCPVCfxOkM.png?width=48&height=48");
  background-size: contain;
  background-repeat: no-repeat;
}

/* hover underline */
.back-to-class a:hover {
  text-decoration: underline;
}

.back-to-class a{
  text-decoration: none !important;
  color:#000;
}

.return-to-class a {
  text-decoration: none !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.back-to-class a:hover,
.return-to-class a:hover {
  text-decoration: underline !important;
  text-underline-offset: 4px; /* 👈 gap */
}

.justify-center-class .wp-block-column:last-child {
  display: flex;
  align-items: center;     /* 👈 vertical center */
  justify-content: center; /* 👈 horizontal center */
}

.shadow-background .wp-block-post-title a {
  text-decoration: none;
}

.related-customer-story .wp-block-post {
  background: none !important;
}

.related-customer-story .shadow-background,
	.related-blogs .shadow-background {
	  overflow: hidden;
	  padding:0px 0px 20px 0px;
}

@media screen and (min-width: 768px) {
	.related-customer-story .wp-block-post-title,
	.related-blogs .wp-block-post-title{
	  min-height: 8em; 
	  margin-bottom: 16px;
	}

	.related-customer-story .tag-class,
	.related-blogs.tag-class{
	  margin-top: 10px;
	}
}

@media screen and (max-width: 767px) {
  .reset-gap
	{
		gap:30px;
	}
	
	.related-customer-story .shadow-background,
	.related-blogs .shadow-background {
	  min-width: 20em;
	  overflow: hidden;
	}

  .related-customer-story .wp-container-core-post-template-is-layout-572542b5
	{
		padding-left:0px;
		margin-left:0px;
	}
}

.related-customer-story .shadow-background:hover,
.related-blogs .shadow-background:hover{
  box-shadow: 0 20px 20px rgba(0,0,0,0.18);
}

/* icon before text */
.return-to-class a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("https://framerusercontent.com/images/ZQbHVqpT7DxsaphgidwvBwHlE.png?width=48&height=48");
  background-size: contain;
  background-repeat: no-repeat;
}

.astra-advanced-hook-9094 
{
	background-color:#fff;
}

.ads-background {
  background-image: url('/wp-content/uploads/2026/03/img_baipishu_bg8@2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  border-radius: 10px;
}

.ads-background p {
  font-weight: 600;
  color: #fff;
}

.sticky-sidebar > .wp-block-column:last-child {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.single-post-section-menu {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  flex-wrap: wrap;
}

.single-post-section-menu li {
  margin: 0;
}

.single-post-section-menu li a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 160px;
  padding: 12px 20px;
  border: 1px solid #d8d8d8 !important;
  background: #fff !important;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  box-sizing: border-box;
  transition: all 0.25s ease;
  box-shadow: none !important;
}

.single-post-section-menu li a:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

.single-post-section-menu li a.is-active {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

.astra-advanced-hook-9500
{
	background: #fff;
}

.blog-sticky-sidebar {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.toc-blog-class li a
{
	text-decoration:none !important;
}

/* sticky column */
.blog-sticky-sidebar {
  position: sticky;
  top: 50px;
  align-self: flex-start;
}

/* prevent sticky breaking */
.wp-block-columns {
  align-items: flex-start;
}

.wp-block-columns,
.uagb-block-e44f88a4 {
  overflow: visible !important;
}

/* TOC box */
.toc-blog-class .uagb-toc__wrap {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* fixed height + scrollbar */
.toc-blog-class .uagb-toc__list-wrap {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 8px;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
}

/* optional scrollbar styling */
.toc-blog-class .uagb-toc__list-wrap::-webkit-scrollbar {
  width: 6px;
}

.toc-blog-class .uagb-toc__list-wrap::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 20px;
}

/* remove all rectangle focus / outline */
.toc-blog-class a,
.toc-blog-class a:focus,
.toc-blog-class a:focus-visible,
.toc-blog-class a:active {
  outline: none !important;
  box-shadow: none !important;
}

/* TOC link normal */
.toc-blog-class .uagb-toc-link__trigger {
  display: block;
  color: #666;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease;
  padding:10px;
}

/* hover */
.toc-blog-class .uagb-toc-link__trigger:hover {
  color: #000;
}

/* active state */
.toc-blog-class .uagb-toc-link__trigger.is-active {
  color: #000 !important;
  font-weight: 700 !important;
  border-radius: 8px;
  background: var(--palette-neutral-50, #F5F6F7);
}

/* active li if needed */
.toc-blog-class .uagb-toc__list.is-active > .uagb-toc-link__trigger,
.toc-blog-class li.is-active > .uagb-toc-link__trigger {
  color: #000 !important;
  font-weight: 700 !important;
}



/* mobile */
@media (max-width: 767px) {
  .blog-sticky-sidebar {
    position: static;
    top: auto;
	padding-right: 0px !important;
  }

  .toc-blog-class .uagb-toc__list-wrap {
    max-height: none;
    overflow: visible;
  }
	
  .uagb-block-15086fb8 .uagb-toc__wrap
   {
	 padding:5px;
   }
	
   .related-blogs ul
	{
		margin:0px !important;
	}
	
	.related-blogs .wp-block-post
	{
		padding:0px;
	}
}

@media (max-width: 1024px) {
  .astra-advanced-hook-9094 > .wp-block-group:first-child {
    padding-bottom: 30px !important;
  }
	
  .astra-advanced-hook-9094 > .wp-block-group:nth-child(2){
    padding-top: 10px !important;
  }
	
  .astra-advanced-hook-9094 > .wp-block-group:nth-child(2) .shadoww-background
	{
		padding:20px;
	}
	
  .justify-center-class
	{
		padding-bottom:0px !important;
	}
	
	.more-stories-success
	{
		padding-top:20px;
	}
	
	.related-customer-story
	{
		padding-bottom: 40px;
	}
	
	.related-blogs .wp-block-post
	{
		padding:0px;
	}
}

@media (max-width: 1024px) and (min-width: 768px)
{
	.more-stories-success li
	{
		padding: 0.5em !important;
	}
	
	.related-customer-story .wp-block-post-title {
		min-height: 9em !important;
	}
	
	.more-stories-success ul
	{
		margin-left:0px;
	}
}

.related-blogs .wp-block-post-featured-image {
  width: 100%;
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
}

.related-blogs .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blogs-author-date {
  display: flex;
  gap: 20px;
}

/* First column = fit content */
.blogs-author-date .wp-block-column:first-child {
  flex: 0 0 auto !important;
}

/* Second column = fill remaining space */
.blogs-author-date .wp-block-column:last-child {
  flex: 1 !important;
  text-align: left;
}

h2 .uag-toc__heading-anchor {
  display: block;
  position: relative;
  top: -50px;
  height: 0;
  visibility: hidden;
}

.uagb-toc__list a.active {
  font-weight: 700;
  color: #000;
  border-radius: 8px;
  background: var(--palette-neutral-50, #F5F6F7);
  padding:10px;
}

@media (max-width: 782px) and (min-width:768px)
{
	.blog-sticky-sidebar
	{
		position: static;
	}
}

@media (max-width: 1024px) and (min-width:783px)
{
	.uagb-block-15086fb8 .uagb-toc__wrap
	{
		padding:0px !important;
	}
}