/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 19 2025 | 16:25:07 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


.post-category{
	
	  display: inline-flex;
  align-items: center;
  padding: 0.5em;
    padding-top: 0.5em;
    padding-right: 0.5em;
  padding-right: 2em;
  background-color: white;
  border: 1px solid #0f3f5f;
  border-radius: 1em;
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  background-size: 1em;
  color: #007990;
  padding-top: 0.65em;
}


.toggle-marketing{
  background-image: url('https://ivaylo.georgiev.live/marketing/wp-content/uploads/2025/08/marketing.png');	
}

.toggle-b2c{
  background-image: url('https://ivaylo.georgiev.live/marketing/wp-content/uploads/2025/08/user1.png');	
}


.toggle-product{
  background-image: url('https://ivaylo.georgiev.live/marketing/wp-content/uploads/2025/08/product.png');	
}

.toggle-ai-prompts-and-tools{
  background-image: url('https://ivaylo.georgiev.live/marketing/wp-content/uploads/2025/08/ai.png');	
}

.toggle-leadership{
  background-image: url('https://ivaylo.georgiev.live/marketing/wp-content/uploads/2025/08/leadership.png');	
}

.toggle-research{
  background-image: url('https://ivaylo.georgiev.live/marketing/wp-content/uploads/2025/08/research.png');	
}

.entry-meta a, .entry-meta .entry-share a {
  color: #0f3f5f;
}

.zoomer:hover {
	
	transform: scale(1.2); 
}

.zoomer {
	transition: transform .5s;
}

  .wp-block-latest-posts__featured-image{
  	background: #0f3f5f;
  border-radius: 1em;
  overflow: hidden;
  margin-bottom: 1em;
  }


.single-icon{
	height: 90px !important;
	width: 90px !important;
}

.card-icon-only{
	display: grid;
    place-items: center;
}

.article-card {
  width: 100%;
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 300ms;
}

.link:hover {
  transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);

	
}


.article-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card .content {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  padding: 10px 20px 20px 20px;
  height: auto;
  bottom: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
height: 100%;
	  display: flex; /* Add this line */
  flex-direction: column; /* Add this line */
  justify-content: flex-end; /* Add this line */
}

.article-card .card-lang img{
	float: right;
    height: 35px;
    width: auto;
}
.article-card .title {
  margin: 0;
}

.article-card .date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 4px;
}

.article-card .card-lang {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2em;
}

.article-card .title {
  font-size: 1.8em;
	letter-spacing: 1px;
  color: #fff;
}

.article-card .service{
	    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	height: 100%;
}



.english{
font-size:1.3em;
line-height: 2em;
}





