/**
 * Event Section
 *
 * Generated by Dreamz Page Builder on 2026-07-29.
 */

.event_section .event_top_part {
	text-align: center;
	margin-bottom: 40px;
}

.event_section .event_heading h2 {
	font-family: "Fraunces", serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 48px;
	color: #173F3F;
	margin-bottom: 10px;
}

.event_section .event_heading h2 strong {
	display: block;
	color: #0E8F96;
}

.event_section .event_para p {
	line-height: normal;
}

.event_section .event_row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.event_section .event_item {
	display: flex;
}

.event_section .event_box {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #FFF;
	border: 1px solid #F0F0F0;
	border-radius: 30px;
	overflow: hidden;
}

.event_section .event_image_part {
	width: 100%;
}

.event_section .event_image {
	position: relative;
	padding-bottom: 56.78%;
}

.event_section .event_image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.event_section .event_detail_part {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 20px;
}

.event_section .event_title h3 {
	font-family: "Fraunces", serif;
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	color: #173F3F;
	margin-bottom: 10px;
}

.event_section .event_description {
	margin-bottom: 30px;
}

.event_section .event_button {
	margin-top: auto;
}

.event_section .event_button a {
	background: #DF607E;
	border: 1px solid #DF607E;
	justify-content: center;
}

.event_section .event_button a:hover {
	background: #FFFFFF;
}

.event_section .event_button a:hover svg path {
	fill: #DF607E;
}
.event_section .event_image img.default_logo {
    width: 100%;
    height: 204px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    vertical-align: middle;
    background: #FBF5EE;
}
@media (max-width: 1199px) {
	.event_section .event_top_part {
		margin-bottom: 35px;
	}

	.event_section .event_heading h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.event_section .event_row {
		gap: 20px;
	}

	.event_section .event_detail_part {
		padding: 18px;
	}

	.event_section .event_description {
		margin-bottom: 25px;
	}

	.event_section .event_description p {
		line-height: 24px;
	}
}

@media (max-width: 991px) {
	.event_section .event_top_part {
		margin-bottom: 30px;
	}

	.event_section .event_heading h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.event_section .event_row {
		grid-template-columns: repeat(2, 1fr);
	}

	.event_section .event_box {
		border-radius: 20px;
	}

	.event_section .event_detail_part {
		padding: 15px;
	}

	.event_section .event_description {
		margin-bottom: 20px;
	}

	.event_section .event_description p {
		font-size: 15px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.event_section .event_top_part {
		margin-bottom: 25px;
	}

	.event_section .event_heading h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.event_section .event_para p {
		font-size: 15px;
		line-height: 22px;
	}

	.event_section .event_row {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.event_section .event_box {
		border-radius: 15px;
	}

	.event_section .event_description {
		margin-bottom: 15px;
	}
}