.sna-home-banner .swiper-pagination {
	width: 100%;
	max-width: 1232px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}
.sna-home-banner .swiper-pagination .swiper-pagination-bullet {
	margin: 0 16px 0 0;
}
.sna-home-banner .swiper-pagination .swiper-pagination-bullet-active {
	width: 80px;
	border-radius: 24px;
}
.sna-home-banner .swiper-pagination .swiper-pagination-bullet:hover {
	background: #1F54E6;
}

.sna-home-events-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 60px;
}
.sna-home-event-card {
	display: grid;
/* 	grid-template-columns: 306px 1fr; */
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: start;
}
.sna-home-event-card__image {
	position: relative;
	display: block;
}
.sna-home-event-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
	aspect-ratio: 4 / 3;
	display: block;
}
.members-exclusive-badge img {
    width: unset;
    aspect-ratio: unset;
    display: block;
    border-radius: unset;
}
.sna-home-event-card__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.sna-home-event-card__tags {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.sna-home-event-card__title {
	margin: 8px 0 12px 0;
}
.sna-home-event-card__title a {
	color: #1258CC !important;
}
.sna-home-event-card__btn {
	margin-top: auto;
}
.sna-home-events-footer {
	text-align: center;
	margin-top: 32px;
}
.sna-overlay-wrapper {
	height: 500px;
}



/* --------------------------- Breakpoints For Mobile Devices --------------------------- */

@media (max-width: 1232px) {
	.sna-home-banner .swiper-pagination {
		max-width: unset;
		padding: 0 36px;
	}
}

@media (max-width: 1024px) {
	.sna-overlay-wrapper {
		height: 425px;
	}
	.sna-home-banner .hb-overlay-container {
		min-height: 100%;
	}
	.sna-home-events-grid {
		gap: 24px;
	}
	.sna-home-event-card {
		grid-template-columns: 1fr;
	}
	.sna-home-event-card__image img {
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 767px) {
	.sna-home-banner .swiper-pagination {
		max-width: unset;
		padding: 0 24px;
		transform: translateX(-50%) translateY(22px);
	}
}

@media (max-width: 480px) {
	.elementor-menu-toggle {
		padding: 0;		
	}
	.elementor-menu-toggle span svg {
		display: block;
	}
	.sna-click-btn-m {
		display: inline-flex;
		align-items: center;
		justify-content: space-between;
	}
	.sna-click-btn-m::after {
		content: "";
		display: inline-block;
		width: 29px; height: 29px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		background-image: url("/wp-content/themes/hello-theme-child-master/theme/default/img/sna-click-btn-m.svg");
	}
	.sna-home-banner .hb-img::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		aspect-ratio: 4 / 3;
		background-image: linear-gradient(230deg, #00000000 0%, #000000 100%);
	}
	.sna-home-banner .hb-img img {
		display: block;
		aspect-ratio: 4 / 3;
		height: auto !important;
	}
	.sna-home-banner .hb-overlay-container {
		min-height: 400px;
		position: relative;
		background-image: linear-gradient(230deg, #06091F 0%, #06091F 100%) !important;
		margin: -1px 0 0 0;
		justify-content: flex-start;
	}
	.sna-home-events-grid,
	.sna-home-event-card {
		grid-template-columns: 1fr;
	}
}