body, html{overflow-x:hidden;width:100%;color:#fff;}

/*Header*/
.header_nav{position:fixed; z-index:999; top:0; left:0; width:100%; backdrop-filter:blur(4px);}


/*Home*/
.marquee .elementor-heading-title{
	display: block;
	width: 200%;
	position: absolute;
	bottom:0;
	overflow: hidden;
	animation: marquee 15s linear infinite;
}
.marquee .elementor-heading-title span {
	float: left;
	width: 50%;
	background-image: linear-gradient(to bottom, #333, #000);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
	white-space:nowrap;
}

/*About*/
.img_box_flex .elementor-image-box-wrapper{display:flex; align-items: top;}
.img_box_flex.elementor-widget-image-box .elementor-image-box-img img{width:100px;}

.img_box_flex.elementor-widget-image-box .elementor-image-box-content{width:calc(100% - 100px);}

/*Blog*/
.blog_sidebar_filter h5{border-bottom:1px solid #333; padding-bottom:8px;}
.blog_sidebar_filter h5, .blog_sidebar_filter a{color:#fff;}
.blog_sidebar_filter a:hover{color:#BE1E2D;}
.blog_sidebar_filter ul{padding-left:0; list-style:none;}
.blog_sidebar_filter ul li{color:#BE1E2D;}

.blog_content blockquote{background-image:url('/wp-content/uploads/2025/12/watercolor-quote-bg.webp'); background-size:100% 98%; background-repeat:no-repeat; background-position:center; padding:30px 10% !important; text-align:center; border-left:0px !important; line-height:1.36 !important;}
.blog_content h2 strong{font-weight:500;}
.blog_content ul, .blog_content ol{margin-bottom:15px;}
.blog_content a{color:#ffb700;font-weight:500; text-decoration:underline;}
.blog_content a:hover{color:#BE1E2D;}


.elementor-pagination .page-numbers{background-color:transparent; border:1px solid #fff; padding:3px 6px 2px;margin:0 2px;color:#fff!important; }
.elementor-pagination .page-numbers.current,
.elementor-pagination a.page-numbers:hover{background:#fff;color:#BE1E2D!important; transition:all .3s ease;}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 767px) {
	.about_counter{position:absolute;right:25px; bottom:10px; background:#000;}
	.img_box_flex.elementor-widget-image-box .elementor-image-box-content{margin-left:15px;width:calc(100% - 115px);}
	
	.blog_content blockquote{padding:15px !important; margin:0; font-size:21px !important; }
	.blog_content table{display:block; overflow-x:auto; -webkit-overflow-scrolling:touch; border-collapse: collapse; width:calc(100vw - 40px);}
	.blog_content table td, 
	.blog_content table th{padding:10px 15px;}

}


@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}