/* === Wrapper === */
.blog-block {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  padding: 40px 15px;
}

/* === Text above the slider (manageable from backend) === */
.events-block-header {
  width: 48%;
}



.blog-card span{
    padding: 5px 30px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    right: 24px;
    top: 22px;
    font-size: 14px;
}

.case-study-first-content h2 {
    font-size: 32px;
    line-height: 33px;
    margin: 0 0 12px;
    color: #fff;
    font-weight: 700;
}


.case-study-first-image{    
    position: absolute;
    right: 315px;
    top: 266px;
    margin-bottom: 50px;
}
.case-feature-media{
    max-width: 819px;
    width: 100%;
    height: 455px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.12)
}

.blog-block .swiper-pagination-clickable{display:none;}

/* === Slider cards === */
.event-slider {
  padding-bottom: 40px;
}
.swiper-slide .blog-card {
  background: #EEF4FE;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding: 15px;
}
.swiper-slide .blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
.blog-card img {
     width: 100%;
    height: 275px !important;
    border-radius: 16px;
    object-fit: cover;
}
.blog-card h3 {
  padding: 15px 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #222;
}
.blog-card .headings{
    padding: 20px 5px;
    text-align: left;
}
.blog-card .right-ico{
    width: 28%;
    object-fit: contain;
    position: absolute;
    top: 120px !important;
    right: 13px;
    height: auto;
}
.blog-card h4 {
    font-size: 18px;
    margin-bottom:10px !important;
    line-height: 24px !important;
}

/* === Responsive === */
@media (max-width: 768px) {
  .event-first {
    flex-direction: column;
  }
  .event-first-content,
  .event-first-image {
    flex: 1 1 100%;
  }
  .blog-card img {
    height: 150px;
  }
}
