




/* Optional: Smooth transition for image resizing */
.module img.expandable {
  transition: all 0.4s ease;
  cursor: zoom-in;
  max-width: 100%;
  height: auto;
  display: block;
}

/* When expanded: fill the module container */
.module img.expanded {
  width: 100% !important;
  height: auto;
  object-fit: contain;
  cursor: zoom-out;
  z-index: 123456!important;
}

.module.expanded {
  height: auto !important;
}

#overtext {
	color: #FFF !important;
	font-size: 12px !important;
	text-align: center !important;
	width: 90% !important;
	margin-top: -15px !important;
}

.cushycms li table {
	list-style-type: none;
	list-style-position:initial;
}
.cushycms {
	list-style-type: none;
	margin-left: 0px;
}

#overtext2 {
	color: #FFF !important;
	font-size: 14px !important;
	text-align: center !important;
	width: 90% !important;
}

#mainbottom {
	color: #333 !important;
	font-size: 12px !important;
	line-height: 15px !important;
	text-align: left !important;
	width: 100% !important;
	margin-top: -10px !important;
	padding-top: 0px;
	font-weight: 400!important;
	max-width: 1000px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	position: relative;
}

#maintop {
	color: #111 !important;
	font-size: 14px !important;
	line-height: 18px !important;
	text-align: left !important;
	width: 100% !important;
	border-bottom: 0px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.simple-card {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
	background: #fff;
	/*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);*/
	border-radius: 12px;
	overflow: hidden;
	padding: 0;
}

.simple-card img {
	width: 40% !important;
	object-fit: cover !important;
	display: block;
	height: auto;
}

.simple-card-text {
	width: 60% !important;
	padding: 30px 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #000;
	text-align: left;
	position: relative;
	z-index: 2;
	background: white;
}

.simple-card::before {
	content: none !important;
}

.simple-card-text h1,
.simple-card-text h2 {
	margin: 0;
	padding: 0;
}

.module-container {
	width: 100vw;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	justify-content: center;
	/*box-shadow: rgb(91, 91, 91, 0.2) 0px 3px 10px 0px;*/
	border-radius: 12px!important;
}

.module {
	flex: 0 0 100%;
	box-sizing: border-box;
}

.simple-dropdown {
	display: none !important;
}

body {
	font-family: Arial, sans-serif;
	overflow-x: hidden;
	padding: 0 !important;
	background: #f5f5f5;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.module-wrapper {
	width: 100vw;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0 !important;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.module-item {
	width: 100%;
	margin: 0;
	padding: 0;
}

@media (max-width: 1792px) {
	.simple-card {
		flex-direction: row !important;
	}
	.simple-card img {
		width: 40% !important;
	}
	.simple-card-text {
		width: 60% !important;
	}
}

.simple-card.expanded .simple-card-text {
	width: 100% !important;
	flex: 1 1 100% !important;
	padding: 30px 25px;
}
.simple-card.expanded img {
	display: none;
}

.module-close-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #aaa;
	cursor: pointer;
	z-index: 10;
}


/* Ensure full width text when in expanded mode */
.force-fullwidth {
  width: 100% !important;
  flex: 1 1 100% !important;
}


/* When expanded, remove line clamping completely */
.simple-card.expanded-mode #mainbottom {
  display: block !important;
  -webkit-line-clamp: unset !important;
  max-height: none !important;
  overflow: visible !important;
  white-space: normal !important;
}

.simple-card.expanded-mode {
  height: auto !important;
  overflow: visible !important;
}

/* Hide all text when image is expanded */
.module.expanded .simple-card-text {
  display: none !important;
}





