.ratting_icon_custom{
	flex-wrap: wrap;
	row-gap: 20px;
}

/* Default states handled inline */

/* When navbar has .navbar_fixed, swap logo visibility */
.navbar_fixed .logo-white {
	display: none !important;
}

.navbar_fixed .logo-black {
	display: inline !important;
}

.all_white * {
 color: white;
}

.sidebar_widget .categories_list li a.active {
	border-bottom: 1px solid black;
	color: #1d2939;
}
.sidebar_widget .categories_list li a.text-danger::before,
.sidebar_widget .categories_list li a.active::before{
	display: none;
}

.tags_lists a.active{
	    background: var(--saas-blue);
    color: #fff;
}
.tags_lists a.text-danger{
	 background: rgb(255, 244, 244);
}


.no-blog{
background-color: #fef2f2;
border: 1px solid #fca5a5;
color: #b91c1c;
padding: 1.5rem;
border-radius: 12px;
text-align: center;
font-weight: 600;
font-size: 1.2rem;
margin-bottom: 2rem;
box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.blog_meta .clear-date-filter{
	color: red !important;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 26px;
	display: inline-block;
	line-height: 5px;
}
.blog_meta .active-date {
	color: #6f56ff;
	font-weight: 600;
}

.no-blog span{
	font-size:40px;
}
.clear-date-filter::before{
	display: none !important;
}






.single_portfolio_contenth2{
	font-size: 44px !important;
	line-height: 50px !important;
	letter-spacing: -2.2px !important;
}

.single_portfolio_contentpr_infoh6 {
	font-size: 26px;
	font-weight: 500;
	color: #020202;
}

.tmcread_more_btn {
	font-size: 22px;
	font-weight: 600;
	color: #1d2939;
	display: inline-block;
	position: relative;
	transition: color 0.3s linear;

}
a {
    text-decoration: none;
}

.tmcread_more_btn:before, .tmcread_more_btn:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #1d2939;
	transition: all 0.3s linear;
	left: 0;
	right: auto;
	bottom: 0;
}
.tmcread_more_btn:after {
	width: 0;
	right: 0;
	left: auto;
	background: var(--saas-blue);
	transition: all 0.3s linear 0.1s;
}
.tmcread_more_btn:hover {
	color: var(--saas-blue);
}
.tmcread_more_btn:hover:after {
	width: 100%;
	right: auto;
	left: 0;
}
.tmcread_more_btn:hover:before {
	width: 0;
	right: 0;
	left: auto;
}
.blog_singlblog_contenth4 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.single_portfolio_contentpr_infospan {
	font-size: 20px;
	color: #7d7d82;
	font-weight: 400;
	letter-spacing: -0.5px;
	display: inline-block;
	margin-bottom: 8px;
}



.column-2-row, .column-3-row, .column-4-row {
	display: grid;
	gap: clamp(20px,3vw,32px);
	row-gap: clamp(20px,3vw,32px);
}

	.column-4-row{
	grid-template-columns: repeat(4,1fr);
}
.column-3-row{
	grid-template-columns: repeat(3,1fr);
}
.column-2-row{
	grid-template-columns: repeat(2,1fr);
}

.blog_singleblog_contentblockquote {
	background: #f8f9fc;
	border-radius: 4px;
	padding: 35px 25px 35px 85px;
	position: relative;
	z-index: 1;
	font-size: 20px;
	line-height: 32px;
	font-style: italic;
	font-weight: 600;
}
.blog_singleblog_contentblockquote::before {
	content: "";
	width: 47px;
	height: 37px;
	position: absolute;
	background: url(../img/blog-grid/quote.svg) no-repeat;
	top: 45px;
	left: 20px;
	z-index: -1;
}

.blog_single p,
.blog_single h1,
.blog_single h2,
.blog_single h3,
.blog_single h4,
.blog_single h5,
.blog_single h6 {
	margin: 0;
}

.blog_item .blog_grid_img img,
.blog_item .blog_archive_img img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 855 / 500;
}

.blog_item .blog_grid_img img{
		aspect-ratio: 416 / 320;

}

.single_portfolio_contenttmc {
	padding: 100px;
}


.footer_shap.no-before:before{
	display: none !important;
}



  #cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0; 
    right: 0;
    background: rgba(30,30,30,0.95);
    color: #f5f5f5;
    padding: 15px 20px;
    font-family: sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    text-align: center;
  }
  #cookie-banner a {
    color: var(--saas-blue);
    text-decoration: underline;
  }
  #cookie-banner button {
    background: var(--saas-blue);
    border: none;
    color: white;
    padding: 8px 15px;
    margin-left: 10px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.2s all ease;
  }
  #cookie-banner button:hover {
    background: #000;
  }
  /* Hide by default */
  #cookie-banner.hide {
    display: none !important;
  }
		

.saas_banner_area::before {
  background: var(--hero1_bgimg) no-repeat top center/cover !important;
}

.saas_banner_area_two::before{
	background: var(--hero2_bgimg) no-repeat top center/cover !important;
}

@media only screen and (max-width: 992px) {
	.column-4-row,.column-2-row{
		grid-template-columns: repeat(2,1fr);
	}

	.blog_singleblog_contentblockquote{
		font-size: 18px;
		line-height: 29px;
	}
	.single_portfolio_contenttmc {
        padding: 45px 0px;
}

 #cookie-banner {
flex-direction: column;
justify-content: end;
align-items: center;
row-gap: 20px;
  }

.blog_area  .container .row.reverse-md-below {
	display: flex !important;
flex-direction: column-reverse !important;
}

}



