.mycardSwiper {
    width: 100%;
    height: 100%;
}
.nu-swiper-slide {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    color: #000;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.white-title {
  color: #ffffff;
}

.black-title {
  color: #000000;
}

.text-content1 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-direction: column;
}

@media(min-width:768px){
	
/* .nu-swiper-slide {
    width: 360px !important;
    height: 470px !important;
} */
	.nu-swiper-slide {
    width: 520px !important;
    height: 300px !important;
}
	.pill{
		font-weight:600;
	}
}
@media(max-width:767px){
	.nu-swiper-slide {
	height: 320px !important;
}
}

.newsroom-card {
    justify-content: space-between !important;
}

.newsroom-card .card-bottom {
    width: 100%;
    margin-top: auto;
}

.pill {
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 20px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-family: "CircularXX";
}

.image-container {
    width: 100%;
    height: 100px;
    display: flex;
    border-radius: 8px;
    padding-bottom: 15px;
}

.image-container img {
    max-height: 100%;
    max-width: 100%;
}

.text-content1 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 40px 0;
    text-align: left !important;
    font-family: 'CircularXX';
}

.card-bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}

.dark-card {
    background: url('https://wordpress-1400025-5689633.cloudwaysapps.com/wp-content/uploads/2025/06/a9cb58f3fdbe6fc92b18b756039af17aa8beb436-scaled-e1750654964772.jpg') center/cover no-repeat;
    color: #fff;
    position: relative;
}

.dark-card .pill {
    position: absolute;
    top: 20px;
    left: 20px;
}

.pill-white {
  background-color: #ffffff;
  color: #000000;
}

.pill-black {
  background-color: #000000;
  color: #ffffff;
}

.dark-card .text-content1 {
    font-family: 'CircularXX';
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    bottom: 0px;
    left: 20px;
    right: 20px;
    letter-spacing: 0.2px;
}
@media (max-width: 1024px) {
    .dark-card .text-content1 {
    font-size: 28px;
}
}

@media (max-width: 576px) {
/*     .nu-swiper-slide {
        width: 235px !important;
        height: 375px !important;
        margin-right: 20px !important;
    } */
    .dark-card .text-content1 {
        font-size: 20px;
		padding-bottom:20px;
    }
    .text-content1 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .image-container img {
        max-height: 80%;
        max-width: 67%;
    }
    .image-container {
        height: 115px;
    }
    .pill {
    font-size: 10px;
    padding: 4px 11px;
}
}
@media(min-width:768px){
	.scroll--trigger {
    overscroll-behavior: contain;
	position: relative;
	height:100vh;
	display: flex;
}
}
@media (max-width:767px){
	.scroll--trigger {
    overscroll-behavior: contain;
	position: relative;
	height:100% !important;
		display:block;
}
}










