/* 
Theme Name: WISH QA
Theme URI: https://wish.org.qa
Description: WISH
Author: Gamyra
Author URI: https://gamyra.co
Template: hello-elementor
Version: 1.0.1
Text Domain: wishqa
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* General
============================================== */
html,
body {
	overflow-x: hidden;
	width: 100%;
}

body {
	overflow-y: hidden;
}

/* Mega Menu
============================================== */
.wish-events-section {
	position: absolute !important;
	top: 13vw !important;
	visibility: hidden;
	opacity: 0 !important;
	transition: all ease-in-out 0.4s !important;
}

.wish-events-section::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 9px;
	bottom: 0px;
	left: 0px;
	background-image: linear-gradient(90deg, var(--e-global-color-1997bec) 0%, var(--e-global-color-f28f74c) 100%);
	border-radius: 0px 0px 4px 4px !important;
}

.wish-events-section.wish-visible {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.elementor-widget-wishqa_events .elementor-column {
	padding-right: 30px;
	border-right: 1px solid var(--e-global-color-primary);
	margin-right: 30px;
}

.elementor-widget-wishqa_events .elementor-column:last-child {
	padding-right: initial !important;
	border-right: initial !important;
	margin-right: initial !important;
}

.elementor-widget-wishqa_events .elementor-column .elementor-widget-wrap {
	padding: 0px 30px 0px 0px !important;
	height: 485px !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

.elementor-widget-wishqa_events .elementor-column .elementor-widget-wrap .elementor-divider {
	height: 29px !important;
}

.wish-events-section .wish-events-title {
	margin-top: initial !important;
}

.wish-events-section .wish-events-content-item {
	margin: initial !important;
}

.wish-events-section .wish-events-wrapper {
	width: 100% !important;
}

.wish-events-section .wish-events-wrapper .wish-events-item .wish-events-image-item img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.wish-events-section .wish-events-wrapper .wish-events-item .wish-events-image-item {
	position: relative !important;
}

.wish-events-section .wish-events-wrapper .wish-events-item .wish-events-image-item::before {
	content: '';
	position: absolute;
	top: 0 !important;
	right: 0;
	left: 0;
	height: 100%;
	background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
	border-radius: 8px !important;
	opacity: 0 !important;
	z-index: 0 !important;
	transition: all ease-in 0.3s !important;
}

.wish-events-section .wish-events-wrapper .wish-events-item .wish-events-image-item:hover::before {
	opacity: 1 !important;
}

.wish-events-section .wish-events-wrapper li.elementor-icon-list-item {
	margin-bottom: 20px;
}

.wish-events-section .wish-events-wrapper li.elementor-icon-list-item a {
	color: var(--e-global-color-text) !important;
}

.wish-events-section .wish-events-wrapper li.elementor-icon-list-item a:hover {
	color: var(--e-global-color-secondary) !important;
}

.wish-header-menu.elementor-widget-nav-menu .elementor-nav-menu--dropdown ul.sub-menu li a {
	background: var(--e-global-color-31eb8dc) !important;
}

.wish-header-menu.elementor-widget-nav-menu .elementor-nav-menu--dropdown ul.sub-menu > li.menu-item-has-children > a {
	color:var( --e-global-color-806d9b5 );
}
.wish-header-menu.elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li a:hover,
.wish-header-menu.elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li a.elementor-item-active,
.wish-header-menu.elementor-widget-nav-menu .elementor-nav-menu--dropdown ul > li.current-page-parent > a {
	background: var(--e-global-color-1997bec) !important;
	color: var( --e-global-color-583b7ac ) !important;
}

.wish-header-menu.elementor-widget-nav-menu nav.elementor-nav-menu--dropdown::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, var(--e-global-color-1997bec) 0%, var(--e-global-color-f28f74c) 100%);
}

.wish-header-menu.elementor-widget-nav-menu ul li a{
	border-left: 0;
}

@media(min-width: 1050px) and (max-width: 1200px){
	.wish-header-menu .elementor-nav-menu > li{
		margin-right: 10px !important;
	}
}

@media(min-width:1025px) {
	/* .wish-header-menu.elementor-widget-nav-menu ul li:nth-child(5) a {
		padding-bottom: 75px !important;
	} */

	/* .wish-header-menu.elementor-widget-nav-menu ul li:nth-child(5) a:after {
		bottom: 70px;
	} */

	.wish-events-section::before {
		content: '';
		position: absolute;
		top: 0;
		right: calc(29% - 20px);
		width: 0;
		height: 0;
		border-left: 15px solid var(--e-global-color-ab2edcd);
		border-right: 15px solid var(--e-global-color-ab2edcd);
		border-top: 16px solid var(--e-global-color-5d190f4);
	}
}

@media(min-width:1600px) {
	.wish-events-section {
		top: 10.5vw !important
	}

	.wish-events-section::before {
		right: calc(34% - 13px);
	}
}

@media(max-width:1024px) {
	.wish-events-section {
		top: 0 !important;
	}

	.elementor-widget-wishqa_events .elementor-column {
		width: 100% !important;
		padding: 5px !important;
		border: initial !important;
		margin: initial !important;
	}

	.elementor-widget-wishqa_events .elementor-column:not(:first-child) {
		width: 50% !important;
	}

	.elementor-widget-wishqa_events .elementor-column .elementor-widget-wrap {
		padding: initial !important;
		height: initial !important;
		max-height: 300px !important;
	}

	.elementor-widget-wishqa_events .elementor-column .elementor-widget-wrap .elementor-divider {
		height: 57px !important;
	}
}

@media(max-width:767px) {
	.wish-events-section {
		min-height: 100vh !important;
	}

	.elementor-widget-wishqa_events .elementor-column:not(:first-child) {
		width: 100% !important;
		padding: initial !important;
	}

	.elementor-widget-wishqa_events .elementor-column:not(:last-child) {
		margin-bottom: 10px !important;
	}

	.elementor-widget-wishqa_events .elementor-column:last-child {
		margin-top: 25px !important;
	}

	.wish-events-section .wish-events-wrapper li.elementor-icon-list-item {
		margin-bottom: 15px !important;
	}

	.elementor-widget-wishqa_events .elementor-column .elementor-widget-wrap .elementor-divider {
		height: initial !important;
	}
}

/* Events Page */
.elementor-widget-wishqa_event_v2 .wish-event__cover{
	position: relative;
}
.wish-live-box{
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: red;
	padding: 7px 30px;
	border-radius: 30px;
	text-transform: uppercase;
	color: #fff;
}

/* Events Single Page
============================================== */
.wish-single-events-section .elementor-widget-button .elementor-button {
	position: relative !important;
}

.wish-single-events-section .elementor-widget-button .elementor-button::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 8px;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, var(--e-global-color-1997bec) 0%, var(--e-global-color-f28f74c) 100%);
	border-radius: 0px 0px 5px 5px !important;
}

/* Homepage
============================ */

/* Latest News */
.wish-news .wish-news-scroll-wrapper {
	overflow-x: scroll;
	display: flex;
	padding: 10px 10px 30px;
}

.wish-news .wish-news-scroll {
	display: flex;
	flex-wrap: nowrap;
}

.wish-news .wish-news-scroll__item {
	position: relative;
	overflow: hidden;
}

.wish-news .wish-news-scroll .wish-news-scroll__item:last-child {
	margin-right: 0;
}

.wish-news .wish-news-scroll__content h3 {
/* 	height: 85px;
	overflow: hidden; */
}

.wish-news .wish-news-scroll__content .wish-news-carousel__button{
	position: absolute;
	bottom: 20px;
	right: 10px;
}

.wish-news .slick-list {
	padding: 10px;
}

.wish-news .wish-news-scroll_line {
	height: 10px;
	background-color: transparent;
	background-image: linear-gradient(90deg, var(--e-global-color-1997bec) 0%, var(--e-global-color-secondary) 90%);
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

@media(max-width: 767px) {
	.wish-news .wish-news-scroll__content h3{
		height: 95px;
		overflow: hidden;
	}
}

/* In The Spotlight New */
.wish-spotlight__item{
	position: relative;
}
.wish-spotlight__bg{
	background-position: 50%;
	background-size: cover;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%;
	position: absolute;
	z-index: 1;
}
.wish-spotlight__wrapper .elementor-background-overlay{
	z-index: 9;
}
.wish-spotlight__inner {
	position: relative;
	z-index: 2;
	display: flex;
    height: 100%;
    align-items: flex-end;
	z-index: 10;
}
.wish-spotlight__wrapper .elementor-background-overlay::after,
.wish-spotlight__wrapper .elementor-background-overlay::before {
	content: '';
	width: 100%;
	height: 250px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: transparent;
	background-image: linear-gradient(180deg, transparent 0%, #000 100%);
}
.wish-spotlight__wrapper .wish-spotlight__content{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
	flex: 0 0 100%;
}
.wish-spotlight__wrapper .wish-spotlight__title{
	flex-basis: 55%;
	margin: 0;
}
.wish-spotlight__wrapper .slick-list{
	padding: 0 !important;
}
.wish-spotlight__wrapper .slick-dots{
	bottom: -40px;
}
.wish-spotlight__wrapper .slick-dots button{
	padding: 0;
}
.wish-spotlight__wrapper .slick-dots button::before{
	font-size: 20px;
}
.wish-spotlight__wrapper .slick-dots button:hover,
.wish-spotlight__wrapper .slick-dots button:focus{
	background-color: transparent;
}

@media(max-width: 767px) {
	.wish-spotlight__wrapper .wish-spotlight__content{
		flex-wrap: wrap;
	}
	.wish-spotlight__wrapper .wish-spotlight__title{
		flex-basis: 100%;
		margin-bottom: 20px;
	}
}

/* In The Spotlight */
.wish-spotlight-slider .elementor-widget-container {
	overflow: hidden;
}

.wish-spotlight-slider .swiper-slide-contents {
	width: calc(100% - 200px);
	position: absolute;
	bottom: 100px;
}

.wish-spotlight-slider .elementor-slide-description {
	width: 55%;
}

.wish-spotlight-slider .elementor-button {
	position: absolute;
	right: 0;
	bottom: -20px;
	padding: 11px 35px;
}

.wish-spotlight-slider .elementor-swiper-button {
	width: 18px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.wish-spotlight-slider .elementor-swiper-button i {
	display: none;
}

.wish-spotlight-slider .elementor-swiper-button-prev {
	left: 35px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.414' height='36.414' viewBox='0 0 19.414 36.414'%3E%3Cg id='Group_106' data-name='Group 106' transform='translate(-155.793 -2008.793)'%3E%3Cline id='Line_41' data-name='Line 41' x1='18' y2='18' transform='translate(156.5 2009.5)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cline id='Line_42' data-name='Line 42' x1='18' y1='18' transform='translate(156.5 2026.5)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.wish-spotlight-slider .elementor-swiper-button-next {
	right: 35px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.414' height='36.414' viewBox='0 0 19.414 36.414'%3E%3Cg id='Group_107' data-name='Group 107' transform='translate(0.707 0.707)'%3E%3Cline id='Line_41' data-name='Line 41' x2='18' y2='18' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cline id='Line_42' data-name='Line 42' y1='18' x2='18' transform='translate(0 17)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.wish-spotlight-slider .swiper-pagination-bullets {
	bottom: 20px;
}

.wish-spotlight-slider .swiper-pagination-bullet {
	border: 1px solid #fff;
	margin: 0 4px !important;
	opacity: 1;
	position: relative;
}

.wish-spotlight-slider .swiper-pagination-bullet-active:before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 1px;
	top: 1px;
	background-color: #fff;
	border-radius: 50%;
}

.wish-spotlight-slider .elementor-background-overlay {
	background-color: transparent !important;
}

.wish-spotlight-slider .elementor-background-overlay::after,
.wish-spotlight-slider .elementor-background-overlay::before {
	content: '';
	width: 100%;
	height: 250px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: transparent;
	background-image: linear-gradient(180deg, transparent 0%, #000 100%);
}

.wish-spotlight-slider .elementor-background-overlay::before {
	bottom: auto;
	top: 0;
	background-image: linear-gradient(360deg, transparent 0%, #000 100%);
}

@media(max-width: 1025px) {
	.wish-spotlight-slider .swiper-slide-contents {
		width: calc(100% - 140px)
	}

	.wish-spotlight-slider .elementor-slide-description {
		width: 100%;
	}

	.wish-spotlight-slider .elementor-button {
		position: relative;
		bottom: 0;
	}

	.wish-spotlight-slider .elementor-slide-description {
		margin-bottom: 20px !important;
	}
}

@media(max-width: 767px) {
	.wish-spotlight-slider .elementor-swiper-button {
		font-size: 25px !important;
		;
	}

	.wish-spotlight-slider .swiper-pagination-bullet {
		width: 10px !important;
		height: 10px !important;
	}

	.wish-spotlight-slider .swiper-pagination-bullet-active:before {
		width: 6px;
		height: 6px;
	}

	.wish-spotlight-slider .elementor-swiper-button-prev {
		left: 15px;
	}

	.wish-spotlight-slider .elementor-swiper-button-next {
		right: 15px;
	}
}

/* 3 Card */
.wish-card::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 130px;
	bottom: 0;
	left: 0;
	background-color: transparent;
	background-image: linear-gradient(180deg, transparent 0%, #000 100%);
	z-index: 9;
}

.wish-card::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 15px;
	bottom: 0;
	left: 0;
	background-color: transparent;
	background-image: linear-gradient(90deg, var(--e-global-color-1997bec) 0%, var(--e-global-color-f28f74c) 100%);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.wish-card:hover::after {
	opacity: 1;
	visibility: visible;
}

.wish-card .elementor-cta__content {
	z-index: 99;
	position: relative;
}

/* Video Playlist */
.wish-video-playlist .e-tabs-header {
	display: none;
}

.wish-video-playlist .e-tabs-wrapper {
	width: 35% !important;
}

.wish-video-playlist .e-tabs-content-wrapper {
	border-radius: 4px;
	overflow: hidden;
}

.wish-video-playlist .e-tab-title {
	height: 105px !important;
	padding: 0 0 10px 19px !important;
	margin-bottom: 10px;
	position: relative;
}

.wish-video-playlist .e-tab-title:before {
	content: '';
	width: calc(100% - 19px);
	position: absolute;
	left: 19px;
	bottom: 0;
	height: 1px;
	background-color: #C4C4C4;
}

.wish-video-playlist .e-tab-thumbnail {
	width: 185px !important;
	height: 100% !important;
}

.wish-video-playlist .e-tab-thumbnail img {
	width: 100% !important;
	height: 100% !important;
	border-radius: 4px;
}

.wish-video-playlist .e-tab-title-text {
	margin: auto 0 !important;
	padding-left: 20px;
}

@media(max-width: 1025px) {
	.wish-video-playlist .e-tabs-content-wrapper {
		height: 65% !important;
	}

	.wish-video-playlist .e-tabs-wrapper {
		height: 35% !important;
	}

	.wish-video-playlist .e-tabs-wrapper {
		width: 100% !important;
	}

	.wish-video-playlist .e-tab-title {
		padding-left: 0 !important;
		margin-top: 10px;
	}

	.wish-video-playlist .e-tabs-items {
		max-height: 100% !important;
	}

	.wish-video-playlist .e-tab-title:before {
		width: 100%;
		left: 0;
	}

	.wish-video-playlist .e-tabs-main-area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media(max-width: 767px) {
	.wish-video-playlist .e-tab-thumbnail {
		width: 155px !important;
	}
}

/* Our Partner
============================================== */
.wish-partner-carousel .swiper-container {
	width: 100% !important;
}

.wish-partner-carousel .elementor-swiper-button {
	width: 29px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
}

.wish-partner-carousel .elementor-swiper-button i {
	display: none;
}

.wish-partner-carousel .elementor-swiper-button-prev {
	left: -40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='29' viewBox='0 0 25 29'%3E%3Cpath id='Polygon_8' data-name='Polygon 8' d='M14.5,0,29,25H0Z' transform='translate(0 29) rotate(-90)' fill='%23007fcd'/%3E%3C/svg%3E%0A");
}

.wish-partner-carousel .elementor-swiper-button-next {
	right: -40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='29' viewBox='0 0 25 29'%3E%3Cpath id='Polygon_9' data-name='Polygon 9' d='M14.5,0,29,25H0Z' transform='translate(25) rotate(90)' fill='%23007fcd'/%3E%3C/svg%3E%0A");
}

@media(max-width: 1025px) {
	.wish-partner-carousel .elementor-swiper-button-prev {
		left: 0;
	}

	.wish-partner-carousel .elementor-swiper-button-next {
		right: 0;
	}
}

/* .wish-home-values-section .elementor-widget-slides .swiper-pagination {
	text-align: left;
} */

.wish-home-values-section .elementor-widget-slides .elementor-swiper-button-prev{
	left: -30px;
}

.wish-home-values-section .elementor-widget-slides .elementor-swiper-button-next{
	right: -20px;
}

@media(max-width: 1099px) {
	.wish-home-values-section .elementor-widget-slides .elementor-swiper-button-prev{
		left: -10px;
	}
	
	.wish-home-values-section .elementor-widget-slides .elementor-swiper-button-next{
		right: 0;
	}	
}

/* .wish-home-values-section .elementor-widget-slides .swiper-pagination .swiper-pagination-bullet {
	height: 1px !important;
	width: 28px !important;
	background: #fff !important;
	opacity: 1 !important;
	transition: all ease-in .5s !important;
}

.wish-home-values-section .elementor-widget-slides .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 80px !important;
} */

@media(max-width:980px) {
	.wish-home-values-section .elementor-widget-slides .elementor-slide-heading {
		margin-bottom: 30px !important;
	}
}

/* News Page
============================================== */
.wish-news .wish-news-item {
	position: relative !important;
}

.wish-news .wish-news-item .wish-news-image {
	height: 270px !important;
}

.wish-news .wish-news-item.wish-news-item-no-image .wish-news-image{
	background: #e8e4e4;
}

.wish-news .wish-news-item .wish-news-image img {
	height: 100% !important;
	width: 100% !important;
	object-fit: cover !important;
}

.wish-news .wish-news-item .wish-news-button {
	position: absolute;
	right: 15px !important;
	bottom: 30px !important;
}

.wish-news .wish-news-item .wish-news-title,
.wish-news .wish-news-item .wish-news-meta {
	margin-top: initial !important;
	display: block !important;
}

body:not(.search):not(.elementor-editor-active) .wish-news .wish-news-item::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 15px;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, var(--e-global-color-1997bec) 0%, var(--e-global-color-f28f74c) 100%);
	border-radius: 0px 0px 8px 8px !important;
	z-index: 99;
	transition: all 0.5s;
}

@media(max-width: 767px){
	.wish-news .wish-news-item .wish-news-image {
		height: 200px !important;
	}

	.wish-news .wish-news-item .wish-news-content{
		display: none;
	}
}

/* NEWS SINGLE PAGE CSS */
.wish-news-single-section .wish-news-image figcaption {
	position: absolute;
	bottom: 20px !important;
	left: 30px !important;
	right: 30px !important;
}

.wish-news-single-section .wish-news-image {
	position: relative !important;
}

.wish-news-single-section .wish-news-image:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.40) 100%);
	z-index: 0 !important;
}

.wish-news-single-section .wish-news-image>div {
	transform: initial !important;
}

.wish-news-single-content blockquote {
	margin-left: 0;
	padding-left: 20px;
	border-left: 4px solid var(--e-global-color-f28f74c);
}

/* Reports Page
============================================== */
.elementor-widget-wishqa_tab .elementor-widget-container {
	overflow: hidden;
}

.wish-reports-section-2 {
	max-width: 1140px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.wish-tab-year-select,
.wish-tab-year-wrapper-mobile{
	display: none;
}

.wish-tab-year-content {
	display: inline-block !important;
	position: relative !important;
	transition: all ease-in-out 0.3s !important;
	border-right: 1px solid var(--e-global-color-ab2edcd);
}

.wish-tab-year-content:hover,
.wish-tab-year-content.wish-tab-year-active {
	background: var(--e-global-color-583b7ac) !important;
	color: var(--e-global-color-1997bec) !important;
	border-right: 1px solid var(--e-global-color-primary);
}

.wish-tab-year-content::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 7px;
	top: 0;
	left: 0;
	background-image: linear-gradient(90deg, var(--e-global-color-1997bec) 0%, var(--e-global-color-f28f74c) 100%);
	transition: all ease-in-out 0.3s !important;
	opacity: 0 !important;
}

.wish-tab-year-content:hover::after,
.wish-tab-year-content.wish-tab-year-active::after {
	opacity: 1 !important;
}

@media(max-width: 767px) {
	.wish-tab-year-content::after{
		display: none;
	}
}

.wish-tab-content-item {
	position: relative !important;
}

.wish-tab-content-item:not(.wish-tab-reports-item) {
	height: 328px !important;
}

.wish-tab-content-item.wish-tab-innovations-item{
	height: 370px !important;
}

.wish-tab-content-item.wish-tab-reports-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	height:100% !important;
}

body.search .wish-tab-content-item.wish-tab-reports-item{
	display: block;
}

.wish-tab-content-item.wish-tab-innovators-item:before {
	content: '';
	position: absolute;
	top: 0px !important;
	right: 0;
	height: 100%;
	width: 100% !important;
	background: linear-gradient(180deg, transparent 0%, var(--e-global-color-c994cb6) 100%);
	border-radius: 8px !important;
	z-index: 0 !important;
	opacity: 0.8 !important;
	transition: all ease-in 0.3s !important;
}

.wish-tab-content-item.wish-tab-innovators-item:hover:before {
	opacity: 1 !important;
}

body:not(.search) .wish-tab-content-item:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 7px;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, var(--e-global-color-1997bec) 0%, var(--e-global-color-f28f74c) 100%);
	border-radius: 0px 0px 4px 4px !important;
	z-index: 99;
}

.wish-tab-content-item.wish-tab-reports-item .wish-tab-content {
	position: relative !important;
	height: 100% !important;
	width:100% !important;
}

.wish-tab-content-item.wish-tab-innovators-item .wish-tab-content {
	max-width: 210px !important;
	margin: auto;
}

.wish-tab-content-item.wish-tab-innovators-item .wish-tab-title {
	margin-top: initial !important;
	margin-bottom: 5px !important;
}

.wish-tab-content-item.wish-tab-innovators-item .wish-tab-description {
	color: var(--e-global-color-583b7ac) !important;
}

.wish-tab-content-item.wish-tab-innovations-item .wish-tab-title {
	max-height: 170px;
	overflow: hidden;
}

.wish-tab-content-item.wish-tab-reports-item .wish-tab-image {
	display: inline-flex;
	flex: 0 0 auto;
	margin: 0px 25px 0px 0px !important;
}

.wish-tab-content-item:not(.wish-tab-reports-item) .wish-tab-image {
	height: 136px !important;
	text-align: center !important;
	padding: 10px;
}

.wish-tab-content-item.wish-tab-innovations-item .wish-tab-image{
	padding: 0;
	box-shadow: none !important;
	position: relative;
}

.wish-tab-content-item.wish-tab-innovations-item .wish-tab-image::before{
	content: '';
	width: 100%;
	height: 100%;
	box-shadow: 0px 3px 10px 2px rgb(0 0 0 / 25%) inset;
	position: absolute;
	left: 0;
}

.wish-tab-content-item.wish-tab-innovators-item .wish-tab-image {
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: -1 !important;
	padding: 0;
}

.wish-tab-content-item:not(.wish-tab-reports-item) .wish-tab-image img {
	height: 100% !important;
	object-fit: contain !important;
}

.wish-tab-content-item.wish-tab-innovators-item .wish-tab-image img {
	width: 100% !important;
	object-fit: cover !important;
}

.wish-tab-content-item .wish-tab-content.wish-tab-reports-item {
	flex-grow: 1;
	height: 100% !important;
	position: relative !important;
}

.wish-tab-content-item .wish-tab-button {
	position: absolute;
	right: 0 !important;
	bottom: 0 !important;
	transition: all ease-in 0.3s !important;
}

body.search .wish-tab-content-item .wish-tab-content {
	padding-bottom: 30px;
}

.wish-tab-content-item:not(.wish-tab-reports-item) .wish-tab-button {
	bottom: 20px !important;
	right: 10px !important;
}

.wish-tab-content-item.wish-tab-innovators-item .wish-tab-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}

.elementor-widget-wishqa_tab:not(.wish-reports) .wish-tab-content-item:not(.wish-tab-content-item-active),
.elementor-widget-wishqa_tab_reports:not(.wish-reports) .wish-tab-content-item:not(.wish-tab-content-item-active) {
	display: none !important;
}

.elementor-widget-wishqa_tab_reports.wish-reports .wish-tab-reports-item img {
	width: 197px;
}

@media(max-width:1024px) {
	.wish-reports-section-2 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.wish-tab-content-item,
	.wish-tab-content-item.wish-tab-reports-item .wish-tab-content {
		width: 100%;
	}

	.wish-tab-content-item:not(.wish-tab-reports-item) {
		height: 350px !important;
	}
}


@media(max-width:767px) {

	.wish-tab-year-wrapper{
		display: none;
	}

	.wish-tab-year-wrapper-mobile{
		background-image: none !important;
		padding: 15px;
		position: relative;
		display: block;;
	}

	.wish-tab-year-select::after{
		content: "\f0d7";
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -10.5px;
		font-family: "Font Awesome 5 Free";
    	font-weight: 900;
		font-size: 14px;
	}

	.wish-tab-year-select{
		position: relative;
		display: block;
		border: 1px solid var( --e-global-color-d273999 );
		font-size: 20px;
		padding: 10px;
		font-weight: bold;
		background: var( --e-global-color-31eb8dc );
	}

	.wish-tab-year-container{
		border: 1px solid var( --e-global-color-d273999 );
		border-top: 0;
		display: none;
		padding: 10px;
		position: absolute;
		z-index: 999;
		background-color: #fff;
		width: calc(100% - 30px);
	}

	.wish-tab-year-container a{
		width: 100%;
		padding: 10px 0 !important;
		border: 0px !important;
		color: var(--e-global-color-1997bec) !important;
	}
	.wish-tab-year-container a:not(:last-child){
		border-bottom: 1px solid var( --e-global-color-d273999 ) !important;
	}
	.wish-tab-year-content.wish-tab-year-active::after{
		display: none;
	}

	.wish-tab-content-item,
	.wish-tab-content-item .wish-tab-image,
	.wish-tab-content-item .wish-tab-image img {
		display: block !important;
		width: 100% !important
	}

	.wish-tab-content-item .wish-tab-title {
		margin: 15px 0px !important;
	}

	.wish-tab-content-item .wish-tab-content {
		height: initial !important;
	}
	
	.wish-tab-content-item .wish-tab-button {
		position: relative !important;
		max-width: 125px !important;
		text-align: center !important;
	}

	.wish-tab-content-item:not(.wish-tab-reports-item):not(.wish-tab-innovations-item) .wish-tab-button {
		bottom: initial !important;
		right: initial !important;
		margin: auto !important;
	}

	.wish-tab-content-item.wish-tab-innovations-item .wish-tab-button {
		bottom: 20px !important;
		right: 20px !important;
		position: absolute !important;
	}
}

/* Reports Single
============================================== */
.wish-news-reports-single-section .elementor-widget-button::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 8px;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, var(--e-global-color-1997bec) 0%, var(--e-global-color-f28f74c) 100%);
	border-radius: 0px 0px 4px 4px !important;
}

/* Summits Page
============================================== */
.wish-summit-box .wish-summits-content {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.wish-summit-box .wish-summits-content::before {
	content: '';
	position: absolute;
	top: -6px !important;
	right: 0;
	left: 0;
	height: 100%;
	background-image: linear-gradient(180deg, transparent 0%, var(--e-global-color-16ff7ae) 100%);
	border-radius: 8px !important;
	opacity: 0 !important;
	z-index: 0 !important;
	transition: all ease-in 0.3s !important;
}

.wish-summit-box .wish-summits-content:hover::before {
	opacity: 1 !important;
}

.wish-summit-box .wish-summits-content::after {
	content: '';
	width: 100%;
	height: 94px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: transparent;
	background-image: linear-gradient(180deg, transparent 0%, var(--e-global-color-c994cb6) 100%);
}

.wish-summit-box .wish-summits-content .wish-summits-content-name {
	position: absolute;
	z-index: 2;
}

/* Summits Single
============================================== */
.wish-summits-single-section-1 .wish-reports-content-item {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.wish-summits-single-section-1 .wish-reports-image {
	max-width: 463px !important;
	margin-right: 46px !important;
}

.wish-summits-single-section-1 .wish-reports-content {
	position: relative !important;
}

.wish-summits-single-section-1 .wish-reports-content-item .wish-reports-button {
	position: absolute;
	right: 0 !important;
	bottom: 0 !important;
	transition: all ease-in 0.3s !important;
	display: inline-block;
}

.wish-summits-single-section-1 .wish-reports-content-item .wish-reports-button::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 8px;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, var(--e-global-color-1997bec) 0%, var(--e-global-color-f28f74c) 100%);
	border-radius: 0px 0px 4px 4px !important;
}

@media(max-width:1024px) {
	.wish-summits-single-section-1 .wish-reports-image {
		max-width: 319px !important;
	}
}

@media(max-width: 980px) {
	.wish-summits-single-section-1 .wish-reports-content-item .wish-reports-button{
		position: relative;
		bottom: auto;
		float: right;
	}
}

@media(max-width:767px) {
	.wish-summits-single-section-1 .wish-reports-content-item {
		display: block !important;
	}

	.wish-summits-single-section-1 .wish-reports-image {
		max-width: 100% !important;
		margin: 0 !important;
	}

	.wish-summits-single-section-1 .wish-reports-content-item .wish-reports-button {
		max-width: 200px;
		text-align: center;
		float: none;
	}

}

/* Young Innovators
============================================== */
a.wish-young-innovators-button-detail {
	position: relative !important;
	display: block !important;
	transition: all ease-in 0.3s !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

a.wish-young-innovators-button-detail::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 8px;
	bottom: 0px;
	left: 0px;
	background-image: linear-gradient(90deg, var(--e-global-color-1997bec) 0%, var(--e-global-color-f28f74c) 100%);
	border-radius: 0px 0px 4px 4px !important;
}

@media(max-width:1024px) {
	.wish-young-innovators-single-section-1 a.wish-young-innovators-button-detail {
		margin-left: 0px !important;
	}
}

/* Other Research
============================================== */
.wish-other-research-section .elementor-widget-image-box .elementor-image-box-img a {
	position: relative !important;
	display: block !important;
	height: 100% !important;
}

.wish-other-research-section .elementor-widget-image-box .elementor-image-box-img a::before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	height: 100%;
	background-image: linear-gradient(180deg, transparent 0%, var(--e-global-color-c994cb6) 100%);
	border-radius: 8px !important;
	opacity: 0.75 !important;
	z-index: 0 !important;
	transition: all ease-in 0.3s !important;
}

.wish-other-research-section .elementor-widget-image-box .elementor-image-box-img a:hover::before {
	opacity: 1 !important;
}

.wish-other-research-section .elementor-widget-image-box .elementor-image-box-img a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 7px;
	bottom: 0px;
	left: 0px;
	background-image: linear-gradient(90deg, var(--e-global-color-1997bec) 0%, var(--e-global-color-f28f74c) 100%);
	border-radius: 0px 0px 8px 8px !important;
}

.wish-other-research-section .elementor-widget-image-box img {
	width: 100% !important;
	border-radius: 8px 8px 0px 0px !important;
}

.wish-other-research-section .elementor-widget-image-box .elementor-image-box-content,
.wish-other-research-section .elementor-widget-image-box .elementor-image-box-content p {
	display: block;
	width: fit-content !important;
}

.wish-other-research-section .elementor-widget-image-box .elementor-image-box-title a {
	color: var(--e-global-color-583b7ac) !important;
}

/* Search Result
============================================== */
body.search .wish-news .wish-news-item .wish-news-button {
	bottom: 15px !important;
}
@media (max-width: 767px) {
	body.search .wish-tab-content-item .wish-tab-button {
		text-align: left !important;
	}
}
/* iPad Pro Fix
============================================== */
@media(max-width:1112px) and (min-width:1025px){
	.elementor-top-section {
		padding-left:10px !important;
		padding-right:10px !important;
	}	
	
	.elementor-widget-wishqa_events .elementor-column.elementor-col-50 {
		width:45% !important;
	}
	.elementor-widget-wishqa_events .elementor-column.elementor-col-33 {
		width:38% !important;
	}
}

/* Report Popup */
.wish-show-report-detail,
.wish-show-young-innovator{
	cursor: pointer;
}
@media(max-width: 1024px){
	body.admin-bar .dialog-type-lightbox{
		position: fixed !important;
	}
}

/* Report Search Form */
.wish-report-search{
	position: relative;
}
.wish-report-search::before{
	content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: -5px;
    left: 0;
    background-image: linear-gradient( 90deg, var(--e-global-color-1997bec) 0%, var(--e-global-color-f28f74c) 100%);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.wish-report-search input.wish-report-field{
	background-color: var( --e-global-color-31eb8dc );
    border-radius: 5px;
    border: 0;
    padding: 15px 20px;
}

.wish-report-search-wrapper{
	/* padding: 20px 0; */
	--grid-column-gap: 30px;
    --grid-row-gap: 30px;
}

.wish-report-search-wrapper .wish-show-report-detail{
	padding: 25px 20px 30px 20px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 50%);
}

.wish-report-search-wrapper .wish-tab-image{
	border: 1px solid var( --e-global-color-d273999 );
}

.wish-report-search-wrapper .wish-tab-title{
	color: var( --e-global-color-secondary );
    font-family: var( --e-global-typography-909e9c1-font-family ), Sans-serif;
    font-size: var( --e-global-typography-909e9c1-font-size );
    font-weight: var( --e-global-typography-909e9c1-font-weight );
    line-height: var( --e-global-typography-909e9c1-line-height );
    letter-spacing: var( --e-global-typography-909e9c1-letter-spacing );
}

.wish-report-search-wrapper .wish-tab-button{
	color: var( --e-global-color-583b7ac );
    background: var( --e-global-color-1997bec );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    line-height: var( --e-global-typography-text-line-height );
    padding: 7.5px 30px 7.5px 30px;
}

@media(max-width: 767px) {
	.wish-report-search-wrapper .wish-tab-button{
		padding: 5px 15px 5px 15px;
	}
}

/* Innovations Summit */
.wish-innovation-logo{
	box-shadow: none !important;
	position: relative;
	overflow: hidden;
}

.wish-innovation-logo::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 25%) inset;
	z-index: 9;
}

.wish-innovation-logo img{
	z-index: 1;
	position: relative;
}

/* Wish Live Event */
.wish-live-event__wrapper{
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	background-color: #dbd8d8;
}

.wish-live-event__description p{
	margin-bottom: 0;
}

@media(max-width: 767px) {
	.wish-live-event__content{
		position: relative;
	}
	.elementor-widget-wishqa_live_event .wish-live-box{
		left: 0;
		top: -60px;
		bottom: auto !important;
		right: auto !important;;
		margin-bottom: 15px;
	}
}

/* Innovation Award Arab page */
.translatepress-ar .wish-social .elementor-social-icons-wrapper {
    text-align:right;
}

.translatepress-ar .wish-innovator-testimonial .elementor-swiper-button-prev i, 
.translatepress-ar .wish-innovator-testimonial .elementor-swiper-button-next i{
	display:none;
}

@media all and (min-width:1025px){
	.translatepress-ar .wish-col-left .elementor-widget-wrap.elementor-element-populated {
		margin-left:15px !important;
		margin-right:0 !important;
	}

	.translatepress-ar .wish-col-right .elementor-widget-wrap.elementor-element-populated {
		margin-left:0px !important;
		margin-right:15px !important;
	}
	
	.translatepress-ar .wish-innovator-testimonial .elementor-swiper-button-prev{
		left: 45% !important;
		right: auto !important;
	}

	.translatepress-ar .wish-innovator-testimonial .elementor-swiper-button-next {
		right: 45% !important;
		left:auto !important;
	}
}

@media all and (min-width:768px) and (max-width:1024px){
	.translatepress-ar .wish-innovator-testimonial .elementor-swiper-button-prev{
		left: 43% !important;
		right:auto !important;
	}

	.translatepress-ar .wish-innovator-testimonial .elementor-swiper-button-next {
		right: 43% !important;
		left:auto !important;
	}
}



@media all and (max-width:767px){
	.translatepress-ar .wish-innovator-testimonial .elementor-swiper-button-prev{
		left: 35% !important;
		right:auto !important;
	}

	.translatepress-ar .wish-innovator-testimonial .elementor-swiper-button-next {
		right: 35% !important;
		left:auto !important;
	}
}


.wish-no-data{
	display: none;
}