/*==========================
 * News & Updates Section
 * =======================*/

.hwa-yt-container {
	margin: auto;
	position: relative;
}
.hwa-yt-wrapper {
	width: 100%;
	overflow: hidden;
}
.hwa-yt-wrapper .swiper-slide {
	border-radius: 12px;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.hwa-yt-thumb-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.hwa-yt-iframe-wrap {
	position: absolute;
	top: 0; left: 0;
	width: 100%; 
	height: 100%;
	display: none;
}

.hwa-yt-iframe-wrap iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
.hwa-yt-thumb-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.hwa-yt-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, transform 0.2s;
	pointer-events: none;
}
.hwa-yt-play-btn svg {
	fill: #fff;
	margin-left: 4px;
}
.hwa-yt-info {
	padding: 0px 20px 20px;
	text-align: left;
}
.item_loop {
	background: #F1ECE5;
	border-bottom-left-radius: 24px;
	padding: 20px;
	border-bottom-right-radius: 24px;
}
.hwa-yt-info .hwa-yt-title {
	margin: 0 0 15px 0;
	font-family: Encode Sans;
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 2%;
	min-height: 56px;
	color: #4A4A4A;
}
.hwa-yt-info .hwa-yt-desc {
	margin-bottom: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 2%;
	color: #4A4A4A;
}
.hwa-yt-info .hwa-yt-read-more {
	text-decoration: none;
	align-self: flex-start;
	transition: background 0.2s;
	font-family: Encode Sans;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #4A4A4A;
	border: 1px solid #CE2131;
	opacity: 1;
	border-radius: 30px;
	border-width: 1px;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 24px;
	display: flex;
	width: 170px;
	gap: 10px;
	justify-content: space-between;
	margin-left: auto;
}
.hwa-yt-info .hwa-yt-read-more:hover {
    background: #CE2131;
    color: #fff;
}
.hwa-yt-info .hwa-yt-read-more:hover svg path {
    fill: #fff;
}
.hwa-yt-container .swiper-button-next, 
.hwa-yt-container .swiper-button-prev {
	color: #000;
	transform: translateY(-50%);
	top: 50%;
	font-size: 22px;
	line-height: 22px;
	background-color: #ffffff80;
	color: #FFFFFF;
	box-shadow: 0px 4.7px 4.7px 0px #00000026;
	height: 40px;
	width: 40px;
	border-radius: 40px;
	z-index: 99;
}
.hwa-yt-container .swiper-button-prev {
	left: 5px;
}
.hwa-yt-container .swiper-button-prev svg, .hwa-yt-container .swiper-button-next svg {
	fill: #CE2131;
	width: auto;
	height: 1em;
}
.hwa-yt-container .swiper-button-next {
	right: 5px;
}
.hwa-yt-container .swiper-button-next:after,
.hwa-yt-container .swiper-button-prev:after {
	display: none;
}
.latest_updates .news-update .pp-grid-item .pp-posts-button .pp-button-icon{
    transition: all .3s;
}
.latest_updates .pp-posts-button:hover svg path{
    fill: #fff;
}
.latest_updates .news-update:hover .pp-posts-button .pp-button-icon{
    transform: rotate(45deg);
}
.latest_updates .pp-post-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.latest_updates .pp-post-content {
    text-align: left !important;
}

.latest_updates .pp-post-thumbnail{
    min-width: 360px;
}
.latest_updates .pp-post-thumbnail img{
    height: 200px;
}
.hwadc-badge--ending_soon {
    background: #c0392b;
}
.latest_updates .news-badge{
    display: block !important;
}
#player-controls{
height: 100%;
}




/*==========================
 * Featured Campaign Section
 * =======================*/

.hwadc-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 24px;
	max-width: 1365px;
	margin: 0 auto;
}
.hwadc-card {
	background: #ffffff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.06);
	display: flex;
	flex-direction: column;
}
.hwadc-media {
	position: relative;
	height: 230px;
	overflow: hidden;
	background: #eee;
}
.hwadc-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.hwadc-badge {
	position: absolute;
	bottom: 12px;
	left: 12px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "Open Sans", Sans-serif;
}
.hwadc-badge--active {
	background: #1a8f5e;
}
.hwadc-badge-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ffffff;
	display: inline-block;
}
.hwadc-body {
	padding: 18px 20px 6px;
	flex: 1;
}
.hwadc-card .hwadc-title {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.3;
	font-family: "Encode Sans", Sans-serif;
}
.hwadc-card .hwadc-title a {
	color: #1a3d7c;
	text-decoration: none;
	font-size: 18px;
	display: block;
	height: 50px;
	overflow: hidden;
	text-transform: uppercase;
}
.hwadc-card .hwadc-excerpt {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	font-family: "Open Sans", Sans-serif;
}
.hwadc-card .hwadc-footer {
	padding: 15px;
	gap: 10px;
	display: flex;
	flex-direction: row !important;
	justify-content: space-between;
	align-items: center !important;
}
.hwadc-card .hwadc-date {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-family: "Open Sans", Sans-serif;
	color: #555555;
}
.hwadc-card .hwadc-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 24px;
	text-decoration: none;
	white-space: nowrap;
	font-family: "Open Sans", Sans-serif;
}
.hwadc-card .hwadc-btn--donate {
	border: 1px solid #3aaf63;
	color: #3aaf63 !important;
	background: #ffffff;
}
.hwadc-card .hwadc-arrow {
	transition: transform .15s ease;
} 
.hwadc-card .hwadc-btn--donate:hover {
    background: #3aaf63;
    color: #ffffff !important;
}

/*===================
 * Award Section
 * =================*/  

.award_logo_marque .marquee-wrapper {
	padding: 18px 0;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.award_logo_marque .marquee-track {
	display: flex;
	width: max-content;
	animation: scroll-left 30s linear infinite;
}

.award_logo_marque .marquee-track:hover {
	animation-play-state: paused;
}

@keyframes scroll-left {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}
.award_logo_marque .award-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 0 48px;
	white-space: nowrap;
	cursor: default;
}
.award_logo_marque .award-logo {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: transparent;
}
.award_logo_marque .award-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.award_logo_marque .logo-pwm {
	padding-top: 8px;
}
.award_logo_marque .award-text { 
	display: flex; 
	flex-direction: column; 
	gap: 3px;
}
.award_logo_marque .award-title{
	color: #ffffff;
	letter-spacing: 0.01em;
	font-family: Encode Sans;
	font-weight: 500;
	font-size: 16px;
}
.award_logo_marque .award-sub {
	font-size: 12.5px;
	color: #90caf9;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 4px;
}
.award_logo_marque .award-sub a{
	display: flex;
	align-items: center;
	gap: 3px;
	font-family: Encode Sans;
	font-weight: 500;
	font-size: 14px;
	color: rgba(255, 255, 255, 1) !important;
	text-decoration: underline;
}
.award_logo_marque .award-sub a img{
	margin-left: 5px !important;
	margin-top: 7px;
	height: 12px;
	transition: all .3s;	
}
.award_logo_marque .award-sub a:hover img{
	/*transform: rotate(45deg);*/
}
.award_logo_marque .award-sub a:hover { color: #fff; }
.award_logo_marque .arrow-icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1.5px solid currentColor;
	border-radius: 50%;
	position: relative;
	flex-shrink: 0;
}
.award_logo_marque .arrow-icon::after {
	content: '↗';
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	font-size: 8px;
	line-height: 1;
}
.award_logo_marque .swiper-zoom-container img{
	background: #fff;
}

.button_image .elementor-button-icon svg{
    width: auto;
}
.button_image  .elementor-button-content-wrapper {
    align-items: center;
}

/*===================
 * Responsive CSS
 * ==================*/

@media(max-width: 1200px){
	.latest_updates .pp-post-thumbnail img {
		height: 170px;
	}
	.latest_updates .pp-post-thumbnail {
		min-width: auto;
	}
	.hwadc-card .hwadc-footer { 
		padding: 15px 10px; 
	}
	.hwadc-body {
		padding: 17px 10px 6px; 
	}
	
}
@media(max-width: 1024px){
	.menu_area{
		box-shadow: unset !important;
		background-color: transparent !important;
	}
	.hwa-discover-wrap .hwa-discover-btn { 
		height: 45px; 
	}
	.hwadc-grid { 
		gap: 15px; 
	}
	.hwadc-card .hwadc-footer { 
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}
	.hwadc-body {
		padding: 12px 10px 6px;
	}
	.button_image .elementor-button-icon svg {
		width: 24px;
	}
	.pp-tiles-posts-left, .pp-tiles-posts-right { 
		width: 100%;
	}
	.award_logo_marque .award-logo {
		width: 80px;
		height: 80px; 
	}
	.award_logo_marque .award-item {
		padding: 0 30px;
	}
}
@media(max-width: 880px){
	.hwadc-card .hwadc-excerpt { 
		font-size: 15px; 
	}
	.award_logo_marque .award-item {
		padding: 0 20px;
	}
}
@media(max-width: 767px){
	.header_menu .sub-menu { 
		padding: 20px 0px !important;
		margin-top: 0px !important;  
		margin-left: 0px !important;
	}
	.hwadc-grid{
		grid-template-columns: 1fr;
	}
	.hwadc-media { 
		height: 100%; 
	}
	.latest_updates .pp-post-thumbnail img {
		height: auto;
	}
	.hwa-yt-info {
		padding: 0px 15px 15px;  
	}
	.latest_updates .pp-post-content {
		text-align: center !important;
	}
	.latest_updates .pp-post-title { 
		justify-content: center; 
	}
	.button_image .elementor-button-icon svg{
		width: 20px;
	}
	.hwa-discover-wrap .hwa-discover-btn {
		height: 37px;
		font-size: 14px;
		width: 150px;
	}
	.hwa-discover-content { 
		gap: 5px; 
	}
	.hwa-yt-info .hwa-yt-read-more { 
		font-size: 14px;
		line-height: 1; 
		padding-top: 10px;
		padding-right: 18px;
		padding-bottom: 9px;
		padding-left: 18px; 
		width: 140px;
		gap: 5px; 
		align-items: center;
	}
	.hwa-yt-info .hwa-yt-read-more svg{
		width: 16px;
		height: auto;
	}
	.hwadc-body {
		padding: 17px 15px 6px;
	}
	.hwadc-card .hwadc-footer {
		padding: 15px;
		gap: 15px;
	}
}