/* === Wrapper === */
.blog-tabs-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  padding: 40px 15px 0;
}
.blog-tab-content .swiper{margin:30px 0 0;min-height: 515px;}
.blog-tab-content .swiper .swiper-button{position: absolute;bottom: 24px; left: 50%;transform: translateX(-50%);display: flex; gap: 40px; z-index: 10;}
.blog-tab-content .swiper-button-next{right: auto; left: 0;}.blog-tab-content .swiper-button-prev{right: 0; left: auto;}
.blog-tab-content .swiper-button-next:after,.blog-tab-content .swiper-button-prev:after{font-size:22px;font-weight:600;}
/* === 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;
}



.blog-block .swiper-pagination-clickable{display:none;}
.blog-tabs{display: flex;gap: 0;list-style: none;padding: 0;margin: 0 0 30px;}
.blog-tabs li { padding: 15px 20px;color:#fff;cursor: pointer;border:2px solid #fff;border-radius: 0;font-size: 16px;width: 232px;text-align: center;border-right: 0;}
.blog-tabs li:last-child {border-top-right-radius: 10px; border-bottom-right-radius: 10px;border-right: 2px solid;}
.blog-tabs li:first-child{ border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.blog-tabs li.active {background: #fff;color: #0073aa;}
.blog-tabs li:last-child.active {border-right:1px;}

.blog-tab-content { display: none; margin-top: 20px; }
.blog-card { padding: 15px; background: #fff; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,.1); }
.blog-tab-content h2{font-size:52px;color:#fff;width:50%}.blog-slider-content{color:#fff}
.blog-card p{margin-bottom:0}
/* === 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;
	min-height: 435px;
}
.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: 230px !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 0;
    text-align: left;
}
.blog-card .right-ico{
    width: 28%;
    object-fit: contain;
    position: absolute;
    top: 95px !important;
    right: 13px;
    height: auto;
}
.blog-card h4 {
    font-size: 18px;
    margin-bottom:10px;
    line-height: 24px;
	min-height:50px;
}

/* === 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;
  }
.swiper-slide{width:100% !important}
.blog-tabs{width:100%}
.blog-tab-content h2{width:100%}
.blog-card .right-ico{top: 100px !important;}
}