/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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
*/

/* Add your custom styles here **/

.elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded="true"] {
	border-radius: 10px 10px 0 0;
	transition: all 0.0s ease;
	background-color: transparent !important;
}

.elementor-widget-n-accordion .e-n-accordion-item-title span {
	transition: all 0.5s ease;
}

.elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded="false"] span.e-closed {
	transform: rotate(-90deg);
}

p a,
p a:hover {
	color: #00E290;
}

/**/

.vertical_carousel_wrapper {
	transform: rotate(110deg);
	display: flex;
	flex-wrap: wrap;
}

.vertical_carousel_wrapper .owl-carousel .owl-item img {
	transform: rotate(270deg);
	max-width: calc(100% - 20px) !important;
	height: 200px;
	object-fit: cover;
	border-radius: 0px;
}

.vertical_carousel_wrapper .owl-carousel .owl-item {
	width: 200px !important;
}

/**/

#journey_timeline_wrapper {
	overflow: hidden;
}

#journey_timeline_wrapper::after {
	content: '';
	width: 10px;
	height: 100%;
	background-color: #34354B;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

#journey_timeline_wrapper .content-box::before {
	content: '';
	width: 62px;
	height: 62px;
	background-color: #34354B;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
	z-index: 2;
}

#journey_timeline_wrapper .content-box.highlighted::before {
	background-color: #00E290;
}

.scroll-progress {
	position: absolute;
	height: 0;
	background-color: #00E290;
	transition: height 0.0s ease-out;
	transform: translateX(-50%);
	width: 10px;
	left: 50%;
	top: 0;
	display: block !important;
	border-radius: 20px;
	z-index: 1;
}

#journey_timeline_wrapper .content-box:first-child::after {
	content: '';
	width: 15px;
	height: calc(50% + 120px - 25px);
	background-color: #00031F;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -120px;
	z-index: 1;
	box-shadow: 0px 0 20px #00031F;
}


#journey_timeline_wrapper .content-box:last-child::after {
	content: '';
	width: 15px;
	height: calc(50% + 120px - 25px);
	background-color: #00031F;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -120px;
	z-index: 1;
	top: auto;
	box-shadow: 0px 0 20px #00031F;
}

#journey_timeline_wrapper .content-box>.elementor-element {
	opacity: 0;
	transition: all 0.5s ease;
}

#journey_timeline_wrapper .content-box.highlighted>.elementor-element {
	opacity: 1;
}

/**/

.home_threebox_section .elementor-widget-button {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 46px;
}

.home_threebox_section>.elementor-element {
	padding-bottom: 100px;
	border: 3px solid rgba(255, 255, 255, 0.1);
}

.home_threebox_section>.elementor-element>.elementor-element {
	position: static;
	border: none;
}

.phone_num .elementor-icon-box-icon>a::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.fourzerofour_container>.e-con-inner::before {
	content: '';
	background-image: url("/wp-content/uploads/2025/10/404bg-scaled.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.vertical_carousel.reverse {
	margin-left: -1000px;
}

.study_feaimg::before {
	z-index: 2;
}

/* Study Single Page */

.studytypes_repeater .jet-listing-dynamic-repeater__item .studytypes_item {
	flex-wrap: wrap;
	justify-content: space-between !important;
	display: flex !important;
	border-bottom: 1px solid #FFF3 !important;
}

.studytypes_item div {
	background-color: #00E2904D;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 37px;
	height: 39px;
	border-radius: 6px;
}

.studytypes_item div img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	object-position: center center;
}

.studytypes_item h3 {
	font-family: "Poppins", Sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
	color: #fff;
	width: calc(100% - 37px - 100px);
	padding: 0 10px;
}

.studytypes_item span {
	font-family: "Poppins", Sans-serif;
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	display: block;
	width: 100px;
	text-align: right;
}

/**/

.study_location_repeater .jet-listing-dynamic-repeater__items {
	column-gap: 18px;
}

.study_location_item {
	display: block !important;
	border-radius: 27px;
	overflow: hidden;
	border: 2.14px solid rgba(255, 255, 255, 0.1);
	padding: 0 0 34px;
}

.study_location_item .stloc_img {
	position: relative;
}

.study_location_item .stloc_img img {
	height: 192px;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.study_location_item .stloc_img::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url('/wp-content/uploads/2025/10/loc_overlay.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.study_location_item .stloc_cont {
	margin-top: -25px;
}

.study_location_item h3 {
	font-family: "Poppins", Sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	color: #00E290;
	text-align: center;
	z-index: 2;
	position: relative;
	margin: 0;
}

.study_location_item span {
	font-family: "Poppins", Sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 26px;
	color: #fff;
	text-align: center;
	display: block;
}

/**/

.typesofstudies_repeater .jet-listing-dynamic-repeater__items {
	column-gap: 38px;
}

.typesofstudies_item {
	display: block !important;
	border-radius: 27px;
	overflow: hidden;
	border: 2.14px solid rgba(255, 255, 255, 0.1);
}

.typesofstudies_item .typstd_img {
	position: relative;
}

.typesofstudies_item .typstd_img::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url('/wp-content/uploads/2025/10/typesofstudies_overlay.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.typesofstudies_item .typstd_img img {
	height: 283px;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.typstd_cont {
	padding: 0 60px 50px;
	margin-top: -120px;
	position: relative;
	z-index: 2;
}

.typesofstudies_item h3 {
	font-family: "Poppins", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 37px;
	color: #00E290;
	margin: 0;
}

.typesofstudies_item span {
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #FFFFFF;
	margin: 0px 0 18px;
	display: block;
}

.typesofstudies_item .typstd_desc {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #fff;
}

.participants_iconbox ul {
	font-family: "Poppins", Sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 17px;
	color: #fff;
	font-weight: 400;
	padding: 0 10px !important;
}

.participants_iconbox .elementor-icon-box-title {
	margin: 0 !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > img {
	width: 100%;
	height: 52px;
	object-fit: cover;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: none;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle .wpml-ls-native {
	display: none;
}

.wpml-ls-legacy-dropdown {
	width: auto;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	min-width: 170px;
	left: auto;
	right: 0;
	padding-top: 10px;
	border: none;
}

.wpml-ls-legacy-dropdown a span {
	font-size: 13px;
}


.e-n-accordion-item {
	border: 1px solid #FFFFFF33;
	border-radius: 10px;
}

.e-n-accordion-item[open=""] {
	border-color: #00E290;
}

.e-n-accordion-item-title,
.e-n-accordion-item-title+.elementor-element {
	border: none !important;
}

.elementor-nav-menu--dropdown {
	width: 100% !important;
	left: auto !important;
	right: auto !important;
	margin-top: 20px !important;
}


.mobile_menu.elementor-widget-nav-menu {
	height: calc(100vh - 230px);
	display: flex !important;
	align-items: center;
	flex-direction: unset !important;
}

.mobile_menu.elementor-widget-nav-menu .elementor-nav-menu li>a {
	display: flex;
	justify-content: center;
	transition: all 0.3s ease;
}

.mobile_menu.elementor-widget-nav-menu .elementor-nav-menu li>a:hover,
.mobile_menu.elementor-widget-nav-menu .elementor-nav-menu li>a.elementor-item-active {
	text-decoration: underline;
}

/* #elementor-popup-modal-479 .dialog-close-button { */
.mobile_menu_popup.dialog-lightbox-widget .dialog-close-button {
	border: 1px solid #fff;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, -50%);
}

.vertical_carousel_widget .owl-carousel .owl-stage-outer {
	overflow: ;
	overflow: unset !important;
}

html[lang="de-DE"] header .elementor-nav-menu .elementor-item {
	font-size: 14px !important;
}

body.page-id-2652 .jet-countdown-timer__digit{
  color: transparent;
  -webkit-text-stroke: 1px #00ffcc;
  -webkit-background-clip: text;
}

.splitgate_counter .jet-countdown-timer__item-label {
	border-left: 1px solid #fff;
	line-height: 50px;
}

.splitgate_counter .jet-countdown-timer__item-label {
	border-left: 1px solid #00E290;
	line-height: 50px;
	margin-top: 15px;
}

.splitgate_counter .jet-countdown-timer__item:first-child .jet-countdown-timer__item-label {
	border: none;
}

/* Responsive ----------------------------------------------*/

@media screen and (max-width: 1024px) {

	.vertical_carousel_widget {
		/* overflow: hidden; */
		order: 2;
		position: static !important;
	}

	/* .vertical_carousel_wrapper {
        margin-top: -175px;
    } */

	.typstd_cont {
		padding: 30px 25px;
		text-align: center;
	}

	.study_location_repeater .jet-listing-dynamic-repeater__items {
		flex-wrap: wrap;
		gap: 40px;
	}

	.study_location_repeater .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item {
		width: calc(50% - 20px);
	}

}

@media screen and (max-width: 880px) {

	#journey_timeline_wrapper .content-box:first-child::after {
		height: calc(50% - 25px);
		top: -5px;
	}


	#journey_timeline_wrapper .content-box:last-child::after {
		height: calc(50% - 25px);
		bottom: -5px;
	}

	.vertical_carousel_widget {
		order: 2;
		position: static !important;
	}

	.vertical_carousel_text::before {
		content: '';
		top: 100%;
		left: 0;
	}

	.home_threebox_section .elementor-widget-button {
		/* position: static; */
		/* left: 50%;
		transform: translateX(-50%);
		bottom: 46px; */
	}

	.home_threebox_section>.elementor-element {
		padding-bottom: 0;
	}

	/* .home_threebox_section>.elementor-element>.elementor-element {
		position: static;
		border: none;
	} */



}

@media screen and (max-width: 767px) {

	#journey_timeline_wrapper .content-box::before {
		width: 31px;
		height: 31px;
	}

	#journey_timeline_wrapper .content-box:first-child::after,
	#journey_timeline_wrapper .content-box:last-child::after {
		height: 50%;
	}

	.typesofstudies_repeater .jet-listing-dynamic-repeater__items {
		display: block;
		margin-bottom: 30px;
	}

	.typesofstudies_repeater .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item {
		margin-bottom: 30px;
	}

	.study_location_repeater .jet-listing-dynamic-repeater__items {
		display: block;
		width: 100%;
	}

	.study_location_repeater .jet-listing-dynamic-repeater__items .jet-listing-dynamic-repeater__item {
		width: 100%;
		margin-bottom: 40px;
	}

	.vertical_carousel_wrapper .owl-carousel .owl-item {
		width: 143px !important;
	}

	.vertical_carousel_wrapper .owl-carousel .owl-item img {
		height: 143px;
	}

	.elementor-counter-title {
		text-align: center;
	}

	.home_threebox_section>.elementor-element {
		padding-bottom: 100px;
	}

	.access-key-form .elementor-button{
		height: 72px;
	}


}