@charset "UTF-8";

section {
	background-color: #ffffff;
}

body {
	font-style: normal;
	line-height: 1.5;
	font-weight: 400;
	color: #232323;
	position: relative;
	font-family: "Comfortaa", sans-serif;
	/* Improve text rendering on mobile */
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
.cid-uK8Kz1fAbA .container-fluid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius:0px;
} 
button {
	background-color: transparent;
	border-color: transparent;
}

.embla__button,
.carousel-control {
	background-color: #edefea !important;
	opacity: 0.8 !important;
	color: #464845 !important;
	border-color: #edefea !important;
}

.row.justify-content-center.align-items-center.partners-row.aos-init.aos-animate {
    gap: 50px;
}

.carousel .close,
.modalWindow .close {
	background-color: #edefea !important;
	color: #464845 !important;
	border-color: #edefea !important;
	opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
	opacity: 1 !important;
}

.carousel-indicators li {
	background-color: #edefea !important;
	border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
	opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
	background-color: #edefea !important;
	opacity: 1 !important;
}

.modalWindow-video-container {
	height: 80%;
}

section,
.container,
.container-fluid {
	position: relative;
	word-wrap: break-word;
}

a.mbr-iconfont:hover {
	text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
	margin-bottom: 0;
}

a {
	font-style: normal;
	font-weight: 400;
	cursor: pointer;
}

a,
a:hover {
	text-decoration: none;
}

.mbr-section-title {
	font-style: normal;
	line-height: 1.3;
}

.mbr-section-subtitle {
	line-height: 1.3;
}

.mbr-text {
	font-style: normal;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
	line-height: 1;
	word-break: break-word;
	word-wrap: break-word;
	font-weight: 400;
}

b,
strong {
	font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition-delay: 9999s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

textarea[type=hidden] {
	display: none;
}

section {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.hidden {
	visibility: hidden;
}

.mbr-z-index20 {
	z-index: 20;
}

/*! Base colors */
.mbr-white {
	color: #ffffff;
}

.mbr-black {
	color: #111111;
}

.mbr-bg-white {
	background-color: #ffffff;
}

.mbr-bg-black {
	background-color: #000000;
}

/*! Text-aligns */
.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

/*! Font-weight  */
.mbr-light {
	font-weight: 300;
}

.mbr-regular {
	font-weight: 400;
}

.mbr-semibold {
	font-weight: 500;
}

.mbr-bold {
	font-weight: 700;
}

/*! Media  */
.media-content {
	flex-basis: 100%;
}

.media-container-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: start;
}

.media-container-row .media-size-item {
	width: 400px;
}

.media-container-column {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: stretch;
}

.media-container-column>* {
	width: 100%;
}

@media (min-width: 992px) {
	.media-container-row {
		flex-wrap: nowrap;
	}
}

figure {
	margin-bottom: 0;
	overflow: hidden;
}

figure[mbr-media-size] {
	transition: width 0.1s;
}

img,
iframe {
	display: block;
	width: 100%;
}

.card {
	background-color: transparent;
	border: none;
}

.card-box {
	width: 100%;
}

.card-img {
	text-align: center;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}

.media {
	max-width: 100%;
	margin: 0 auto;
}

.mbr-figure {
	align-self: center;
}

.media-container>div {
	max-width: 100%;
}

.mbr-figure img,
.card-img img {
	width: 100%;
}

@media (max-width: 991px) {
	.media-size-item {
		width: auto !important;
	}

	.media {
		width: auto;
	}

	.mbr-figure {
		width: 100% !important;
	}
}

/*! Buttons */
.mbr-section-btn {
	margin-left: -0.6rem;
	margin-right: -0.6rem;
	font-size: 0;
}

.btn {
	font-weight: 600;
	border-width: 1px;
	font-style: normal;
	margin: 0.6rem 0.6rem;
	white-space: normal;
	transition: all 0.2s ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	word-break: break-word;
}

.btn-sm {
	font-weight: 600;
	letter-spacing: 0px;
	transition: all 0.3s ease-in-out;
}

.btn-md {
	font-weight: 600;
	letter-spacing: 0px;
	transition: all 0.3s ease-in-out;
}

.btn-lg {
	font-weight: 600;
	letter-spacing: 0px;
	transition: all 0.3s ease-in-out;
}

.btn-form {
	margin: 0;
}

.btn-form:hover {
	cursor: pointer;
}

nav .mbr-section-btn {
	margin-left: 0rem;
	margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
	order: 1;
	cursor: pointer;
	margin-left: 0.5rem;
	vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
	margin-left: 0.8rem;
}

.mbr-regular {
	font-weight: 400;
}

.mbr-semibold {
	font-weight: 500;
}

.mbr-bold {
	font-weight: 700;
}

[type=submit] {
	-webkit-appearance: none;
}


.display-2{
	font-size: 2.2rem;
    line-height: 1.4;
}
/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
	min-height: 100vh;
}

.mbr-fullscreen {
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center;
	min-height: 100vh;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

/*! Map */
.map {
	height: 25rem;
	position: relative;
}

.map iframe {
	width: 100%;
	height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
	bottom: 25px;
	right: 90px;
	position: fixed;
	text-align: right;
	z-index: 5000;
	color: #ffffff;
	font-size: 22px;
}

.mbr-arrow-up a {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 60px;
	width: 60px;
	border: 2px solid #fff;
	outline-style: none !important;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	text-align: center;
}

.mbr-arrow-up a:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
	line-height: 60px;
}

.mbr-arrow-up-icon {
	display: block;
	color: #fff;
}

.mbr-arrow-up-icon::before {
	content: "›";
	display: inline-block;
	font-family: serif;
	font-size: 22px;
	line-height: 1;
	font-style: normal;
	position: relative;
	top: 6px;
	left: -4px;
	transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
	position: absolute;
	bottom: 45px;
	left: 50%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: rgba(80, 80, 80, 0.5);
	border-radius: 50%;
	transform: translateX(-50%);
}

@media (max-width: 767px) {
	.mbr-arrow {
		display: none;
	}
}

.mbr-arrow>a {
	display: inline-block;
	text-decoration: none;
	outline-style: none;
	animation: arrowdown 1.7s ease-in-out infinite;
	color: #ffffff;
}

.mbr-arrow>a>i {
	position: absolute;
	top: -2px;
	left: 15px;
	font-size: 2rem;
}

#scrollToTop a i::before {
	content: "";
	position: absolute;
	display: block;
	border-bottom: 2.5px solid #fff;
	border-left: 2.5px solid #fff;
	width: 27.8%;
	height: 27.8%;
	left: 50%;
	top: 51%;
	transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(0px);
	}
}

@media (max-width: 500px) {
	.mbr-arrow-up {
		left: 0;
		right: 0;
		text-align: center;
	}
}

/*Gradients animation*/
@keyframes gradient-animation {
	from {
		background-position: 0% 100%;
		animation-timing-function: ease-in-out;
	}

	to {
		background-position: 100% 0%;
		animation-timing-function: ease-in-out;
	}
}

.bg-gradient {
	background-size: 200% 200%;
	animation: gradient-animation 5s infinite alternate;
	-webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
	display: -webkit-flex;
}

.menu .navbar-brand span {
	display: flex;
	display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
	display: -webkit-flex;
	width: auto;
}

.menu .navbar-brand .navbar-logo.left {
	justify-content: flex-start !important;
}

.menu .navbar-brand .navbar-logo.center {
	justify-content: center !important;
	& img{
		height: 8rem !important;
	}
}

.menu .navbar-brand .navbar-logo.right {
	justify-content: flex-end !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.menu .navbar-toggleable-sm .navbar-nav {
		display: -ms-flexbox;
	}
}

@media (max-width: 991px) {
	.menu .navbar-collapse {
		max-height: 93.5vh;
	}

	.menu .navbar-collapse.show {
		overflow: auto;
	}
}

@media (min-width: 992px) {
	.menu .navbar-nav.nav-dropdown {
		display: -webkit-flex;
	}

	.menu .navbar-toggleable-sm .navbar-collapse {
		display: -webkit-flex !important;
	}

	.menu .collapsed .navbar-collapse {
		max-height: 93.5vh;
	}

	.menu .collapsed .navbar-collapse.show {
		overflow: auto;
	}
}

@media (max-width: 767px) {
	.menu .navbar-collapse {
		max-height: 80vh;
	}

	.menu .navbar-brand .navbar-logo.center {
		& img{
			height: 6rem !important;
		}
	}

	/* Hero section tablet optimization */
	.header1 {
		padding: 80px 0 60px 0;
		min-height: 80vh;
	}

	.header1 .mbr-section-title {
		font-size: 2.8rem !important;
	}

	.header1 .typed-text {
		font-size: 2.2rem !important;
	}

	.header1 .mbr-text {
		font-size: 1.4rem !important;
	}

	/* Improve touch targets */
	.navbar-toggler {
		padding: 0.5rem 1rem;
		font-size: 1.5rem;
	}

	/* Better spacing for mobile */
	.mbr-arrow {
		display: none;
	}
}

@media(max-width: 575px) {
	.menu .navbar-brand .navbar-logo.center {
		& img{
			height: 4rem !important;
		}
	}

	/* Hero section mobile optimization */
	.header1 {
		padding: 60px 0 40px 0;
		min-height: 70vh;
	}

	.header1 .mbr-section-title {
		font-size: 2.2rem !important;
		margin-bottom: 1rem;
	}

	.header1 .typed-text {
		font-size: 1.8rem !important;
	}

	.header1 .mbr-text {
		font-size: 1.2rem !important;
		margin-top: 1rem;
	}

	/* Navigation improvements */
	.navbar {
		padding: 0.5rem 0;
	}

	.navbar-brand {
		flex-wrap: wrap;
		justify-content: center;
	}

	.navbar-brand span {
		margin: 0.25rem;
	}
}

.nav-link .mbr-iconfont {
	margin-right: 0.5rem;
}

.navbar {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
}

.navbar-collapse {
	-webkit-flex-basis: 100%;
	-webkit-flex-grow: 1;
	-webkit-align-items: center;
}

.nav-dropdown .link {
	padding: 0.667em 1.667em !important;
	margin: 0 !important;
}

.nav {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
}

.row {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	width: 100%;
}

.justify-content-center {
	-webkit-justify-content: center;
}

.form-inline {
	display: -webkit-flex;
}

.card-wrapper {
	-webkit-flex: 1;
}

.carousel-control {
	z-index: 10;
	display: -webkit-flex;
}

.carousel-controls {
	display: -webkit-flex;
}

.media {
	display: -webkit-flex;
}

.form-group:focus {
	outline: none;
}

.jq-selectbox__select {
	padding: 7px 0;
	position: relative;
}

.jq-selectbox__dropdown {
	overflow: hidden;
	border-radius: 10px;
	position: absolute;
	top: 100%;
	left: 0 !important;
	width: 100% !important;
}

.jq-selectbox__trigger-arrow {
	right: 0;
	transform: translateY(-50%);
}

.jq-selectbox li {
	padding: 1.07em 0.5em;
}

input[type=range] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
	height: 100%;
}

.modal-dialog .carousel-inner {
	height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
	.modal-dialog .carousel-inner {
		height: calc(100vh - 1rem);
	}
}

.carousel-item {
	text-align: center;
}

.carousel-item img {
	margin: auto;
}

.navbar-toggler {
	align-self: flex-start;
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none;
	box-shadow: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

.navbar-toggler-left {
	position: absolute;
	left: 1rem;
}

.navbar-toggler-right {
	position: absolute;
	right: 1rem;
}

.card-img {
	width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
	flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
	bottom: initial !important;
}

html,
body {
	height: auto;
	min-height: 100vh;
	/* Prevent horizontal scroll on mobile */
	overflow-x: hidden;
	width: 100%;
	max-width: 100%;
}

.dropup .dropdown-toggle::after {
	display: none;
}

.form-asterisk {
	font-family: initial;
	position: absolute;
	top: -2px;
	font-weight: normal;
}

.form-control-label {
	position: relative;
	cursor: pointer;
	margin-bottom: 0.357em;
	padding: 0;
}

.alert {
	color: #ffffff;
	border-radius: 0;
	border: 0;
	font-size: 1.1rem;
	line-height: 1.5;
	margin-bottom: 1.875rem;
	padding: 1.25rem;
	position: relative;
	text-align: center;
}

.alert.alert-form::after {
	background-color: inherit;
	bottom: -7px;
	content: "";
	display: block;
	height: 14px;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	transform: rotate(45deg);
	width: 14px;
}

.form-control {
	background-color: #ffffff;
	background-clip: border-box;
	color: #232323;
	line-height: 1rem !important;
	height: auto;
	padding: 1.2rem 2rem;
	transition: border-color 0.25s ease 0s;
	border: 1px solid transparent !important;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
	border-color: red;
}

.row>* {
	padding-right: 1rem;
	padding-left: 1rem;
}

form .row {
	margin-left: -0.6rem;
	margin-right: -0.6rem;
}

form .row [class*=col] {
	padding-left: 0.6rem;
	padding-right: 0.6rem;
}

form .mbr-section-btn {
	padding-left: 0.6rem;
	padding-right: 0.6rem;
}

form .form-check-input {
	margin-top: 0.5;
}

textarea.form-control {
	line-height: 1.5rem !important;
}

.form-group {
	margin-bottom: 1.2rem;
}

.form-control,
form .btn {
	min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
	top: 7px;
}

.form-control:focus {
	box-shadow: none;
}

:focus {
	outline: none;
}

.mbr-overlay {
	background-color: #000;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	pointer-events: none;
}

blockquote {
	font-style: italic;
	padding: 3rem;
	font-size: 1.09rem;
	position: relative;
	border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
	margin-bottom: 2.3125rem;
}

.mt-4 {
	margin-top: 2rem !important;
}

.mb-4 {
	margin-bottom: 2rem !important;
}

.container,
.container-fluid {
	padding-left: 16px;
	padding-right: 16px;
}

.row {
	margin-left: -16px;
	margin-right: -16px;
}

.row>[class*=col] {
	padding-left: 16px;
	padding-right: 16px;
}

@media (min-width: 992px) {
	.container-fluid {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media (max-width: 991px) {
	.mbr-container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.app-video-wrapper>img {
	opacity: 1;
}

.app-video-wrapper {
	background: transparent;
}

.item {
	position: relative;
}

.dropdown-menu .dropdown-menu {
	left: 100%;
}

.dropdown-item+.dropdown-menu {
	display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
	display: block;
}

@media (min-aspect-ratio: 16/9) {
	.mbr-video-foreground {
		height: 300% !important;
		top: -100% !important;
	}
}

@media (max-aspect-ratio: 16/9) {
	.mbr-video-foreground {
		width: 300% !important;
		left: -100% !important;
	}
}

.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}

.mission-sec {
	background-color: #0f0f10;
}

.mission-sec .section-content {
	text-align: center;
	padding: 0 50px 0 50px;
}

.mission-sec .section-content h3 {
	font-size: 50px;
	color: #2dbc63;
	font-weight: 700;
	margin-bottom: 60px;
}

.mission-sec .section-content p {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	line-height: 2;
	margin: 0;
}

.challenge-sec {
	background-color: #0f0f10;
}

.challenge-sec .section-content {
	text-align: center;
	padding: 0 50px 0 50px;
}

.challenge-sec .section-content h3 {
	font-size: 50px;
    color: #2dbc63;
    font-weight: 700;
    margin-bottom: 60px;
}

.challenge-sec .section-content p {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	line-height: 2;
	margin: 0;
}

.track-sec {
	padding: 40px;
}

.track-sec .top-heading {
	background-color: #0f0f10;
	padding: 15px 20px;
	text-align: center;
}

.track-sec .top-heading h3 {
	color: #2dbc63;
	font-size: 45px;
	font-weight: 700;
	margin: 0;
	line-height: 1.4;
}

.track-sec1 .top-heading {
	/* background-color: #0f0f10; */
	padding: 15px 0;
}

.track-sec1 .top-heading h3 {
	color: #2dbc63;
	font-size: 45px;
	font-weight: 700;
	margin: 0;
	line-height: 1.4;
}

.track-sec .section-content {
	background-color: rgba(0, 0, 0, 0.65);
	height: calc(100% - 50px);
	padding: 40px 40px;
	margin-top: 50px;

	& h4 {
		color: #fff;
		font-size: 24px;
		line-height: 1.3;
		margin-bottom: 20px;
	}

	& p {
		color: #fff;
		font-size: 18px;
		line-height: 1.5;
	}
}


.track-sec1 .section-content {
	/* background-color: rgba(0, 0, 0, 0.65); */
	height: calc(100% - 50px);
	padding: 40px 40px;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;

	& h4 {
		color: #fff;
		font-size: 24px;
		line-height: 1.3;
		margin-bottom: 20px;
	}

	& p {
		color: #fff;
		font-size: 18px;
		line-height: 1.5;
	}
}

.list-wrap {
	&.sty1 {
		li {
			color: #fff;
			font-size: 18px;
			line-height: 1.5;
			margin-top: 15px;
		}
	}
}

/* Competition Format custom styling */
.competition-format {
    background-color: #0f0f10;
}

.competition-format .top-heading {
    /* background: #151515; */
}

.competition-format .top-heading p {
    color: #cfe9d6;
    margin: 6px 0 0 0;
}

.competition-format .section-content .stages-title {
    color: #2dbc63;
    font-size: 26px;
    margin-bottom: 24px;
}

.competition-format .stages {
    list-style: none;
    padding: 0;
    margin: 0;
}

.competition-format .stage-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.competition-format .stage-item .num {
    color: #2dbc63;
    font-weight: 800;
    font-size: 48px;
    width: 56px;
}

.competition-format .stage-item .bar {
    background: #1f5f34;
    color: #e6f7ec;
    padding: 16px 22px;
    display: inline-block;
    flex: 1;
    position: relative;
}

.competition-format .stage-item .bar::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    height: 100%;
    width: 17px;
    background: #1f5f34;
    clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 100%);
}

@media (max-width: 991px) {
    .track-sec .section-content {
    height: calc(100% - 30px);
}
    .competition-format .stage-item .bar::after {
        display: none;
    }
}

.competition-format .trophy-note {
    color: #d5ffe0;
    margin-top: 22px;
	display: flex;
	align-items: center;
}

.competition-format .trophy-note img{
	width: 55px;
	margin-right: 10px;
}

/* Evaluation Criteria section */
.eval-criteria {
    padding: 48px 32px 64px 32px;
    position: relative;
}

.eval-criteria .title-bar {
    background: #184f2e;
    color: #e8ffe9;
    padding: 14px 24px;
    position: relative;
    margin: 8px 0 24px 8px;
	width: 80%;
}

.eval-criteria .title-bar::after {
    content: "";
    position: absolute;
    right: -36px;
    top: 0;
    width: 36px;
    height: 100%;
    background: #184f2e;
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
}

.eval-criteria .title-bar h3 {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
}

.criteria-grid {
    row-gap: 28px;
}

.criteria-card {
    position: relative;
}

.criteria-card .card-inner {
    background: rgba(22, 74, 42, 0.65);
    color: #ecfff0;
    padding: 26px 28px;
    min-height: 170px;
	max-width: 90%;
    margin: auto;
}

.criteria-card.left-top .card-inner,
.criteria-card.left-bottom .card-inner,
.criteria-card.right-top .card-inner,
.criteria-card.right-bottom .card-inner {
    position: relative;
}

.criteria-card.left-top .card-inner::after,
.criteria-card.left-bottom .card-inner::after {
    content: "";
    position: absolute;
    right: -37px;
    top: 0;
    width: 38px;
    height: 100%;
    background: rgba(22, 74, 42, 0.65);
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
}

.criteria-card.right-top .card-inner::before,
.criteria-card.right-bottom .card-inner::before {
    content: "";
    position: absolute;
    left: -37px;
    top: 0;
    width: 38px;
    height: 100%;
    background: rgba(22, 74, 42, 0.65);
    clip-path: polygon(100% 0, 0 25%, 0 100%, 100% 100%);
}

.criteria-card.center .card-inner {
    background: rgba(32, 104, 58, 0.65);
}

.criteria-card h5 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.criteria-card p {
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .eval-criteria .title-bar h3 { font-size: 32px; }
    .criteria-card .card-inner { min-height: auto; }
    .criteria-card.left-top .card-inner::after,
    .criteria-card.left-bottom .card-inner::after,
    .criteria-card.right-top .card-inner::before,
    .criteria-card.right-bottom .card-inner::before { display: none; }
}

/* Benefits section */
.benefits-section {
    padding: 56px 52px 64px 52px;
}

.benefits-section .title-bar {
    background: #184f2e;
    color: #e8ffe9;
    padding: 14px 24px;
    /* display: inline-block; */
	width: 80%;
    position: relative;
    margin: 8px 0 10vh 8px;
}

.benefits-section .title-bar::after {
    content: "";
    position: absolute;
    right: -36px;
    top: 0;
    width: 36px;
    height: 100%;
    background: #184f2e;
    clip-path: polygon(0 0, 100% 45%, 100% 100%, 0 100%);
}

.benefit-col-title {
    color: #eafff0;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 24px;
}

.benefit-list {
    list-style: none;
    padding: 0 16px;
    margin: 0;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #f0fff4;
    margin: 26px 0;
}

.benefit-item p {
    margin: 0;
    line-height: 1.6;
}

.num-box {
    background: #1f5f34;
    color: #e7ffe9;
    width: 56px;
    height: 48px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
}

@media (max-width: 991px) {
    .benefit-col-title { text-align: left; }
    .num-box { width: 48px; height: 44px; font-size: 20px; }
}

/* Competition Timeline */
.timeline-section {
    padding: 56px 32px 80px 32px;
}

.timeline-section .title-bar {
    background: #184f2e;
    color: #e8ffe9;
    padding: 14px 24px;
    /* display: inline-block; */
	width: 80%;
    position: relative;
    margin: 8px 0 10vh 8px;
}

.timeline-section .title-bar::after {	
    content: "";
    position: absolute;
    right: -36px;
    top: 0;
    width: 36px;
    height: 100%;
    background: #184f2e;
    clip-path: polygon(0 0, 100% 45%, 100% 100%, 0 100%);
}

.timeline-wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

.timeline {
    position: relative;
    padding: 10px 0;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: rgb(31 95 52);
    transform: translateX(-50%);
}

.timeline-item {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    align-items: center;
    column-gap: 20px;
    margin: 26px 0;
	position: relative;
}

.timeline-item.left .text { grid-column: 1 / 2; text-align: right; }
.timeline-item.left .node { grid-column: 2 / 3; }
.timeline-item.right .node { grid-column: 2 / 3; }
.timeline-item.right .text { grid-column: 3 / 4; text-align: left; }

.timeline-item .text h5 { color: #2dbc63; font-size: 22px; margin: 0 0 8px 0; font-weight: 700; }
.timeline-item .text p { color: #f1fff4; margin: 0; line-height: 1.5; }

.timeline .node {
    background: #1f5f34;
    color: #e7ffe9;
    width: 56px;
    height: 48px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .timeline::before { left: 28px; transform: none; }
    .timeline-item { grid-template-columns: 56px 1fr; column-gap: 16px; }
    .timeline-item.left .text, .timeline-item.right .text { grid-column: 2 / 3; text-align: left; }
    .timeline-item.left .node, .timeline-item.right .node { grid-column: 1 / 2; position: absolute;}
}

/* Partners */
.partners-section {
    padding: 56px 32px 72px 32px;
    background-color: #0f0f10;
	height: 65vh;
}
.mission-sec .section-img img {
    height: 80vh;
    width: 100%;
    object-fit:cover;
}
.challenge-sec .section-img img {
    height: 80vh;
    width: 100%;
    object-fit:cover;
}
.partners-section .title-bar {
    background: #184f2e;
    color: #e8ffe9;
    padding: 14px 24px;
    /* display: inline-block; */
	width: 80%;
    position: relative;
    margin: 8px 0 10vh 8px;
}

.partners-section .title-bar::after {
    content: "";
    position: absolute;
    right: -36px;
    top: 0;
    width: 36px;
    height: 100%;
    background: #184f2e;
    clip-path: polygon(0 0, 100% 45%, 100% 100%, 0 100%);
}

.partners-row { margin-top: 10px; margin-bottom: 24px; }

.partner-logo {
    color: #eaf5ff;
    opacity: 0.9;
    font-weight: 800;
    letter-spacing: 2px;
}

.partner-logo img{
	max-width: 170px;
	margin: auto;
}

.partner-logo.gis { font-size: 54px; color: #4a68a6; }
.partner-logo.amd { font-size: 72px; color: #ffffff; }
.partner-logo.honor { font-size: 64px; color: #ffffff; }

.partners-note { 
	color: #eaf7ef; 
	font-size: 48px;
    margin: 20vh 0 0 0;
    font-weight: 700;
}
p.mbr-text.mbr-fonts-style.display-2 {
    line-height: 50px;
    font-size: 2.5rem;
}
@media (max-width: 991px) {
    p.mbr-text.mbr-fonts-style.display-2 {
    line-height: 30px !important;
}
	.partner-logo{
		margin-bottom: 60px;
	}
    .partner-logo.gis { font-size: 40px; }
    .partner-logo.amd { font-size: 56px; }
    .partner-logo.honor { font-size: 48px; }
    .partners-note { font-size: 22px; }
}

/* Prize Fund */
.prize-section {
    padding: 56px 32px 80px 32px;
}

.prize-section .title-bar {
    background: #184f2e;
    color: #e8ffe9;
    padding: 14px 24px;
    /* display: inline-block; */
	width: 80%;
    position: relative;
    margin: 8px 0 10vh 8px;
}

.prize-section .title-bar::after {
    content: "";
    position: absolute;
    right: -36px;
    top: 0;
    width: 36px;
    height: 100%;
    background: #184f2e;
    clip-path: polygon(0 0, 100% 45%, 100% 100%, 0 100%);
}

.prize-intro p { color: #e9fff0; margin: 8px 8px 24px 8px; font-size: 24px; }

.prize-list { max-width: 550px; margin: 0 auto; text-align: center; }

.prize-item { color: #f1fff5; margin: 52px 0; }
.prize-item h5 { color: #ffffff; margin: 0 0 8px 0; font-size: 24px; }
.prize-item .amount { color: #2dbc63; }
.prize-item p { margin: 0; line-height: 1.6; }

.prize-note { color: #eafaf0; margin: 26px 8px 0 8px; text-align: left; font-size: 24px; }
.prize-note .highlight { color: #2dbc63; }

/* Enhanced Mobile & Tablet Responsive Styles */

/* Extra Small Devices (phones, 320px and up) */
@media (max-width: 480px) {
	/* Typography adjustments for very small screens */
	.mbr-section-title {
		font-size: 2rem !important;
		line-height: 1.2;
		margin-bottom: 1rem;
	}

	.display-1 {
		font-size: 2.5rem !important;
	}

	.display-2 {
		font-size: 1.5rem !important;
		line-height: 1.4;
	}

	/* Container padding for very small screens */
	.container,
	.container-fluid {
		padding-left: 12px;
		padding-right: 12px;
	}

	/* Mission section mobile optimization */
	.mission-sec .section-content {
		padding: 20px 15px;
	}

	.mission-sec .section-content h3 {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.mission-sec .section-content p {
		font-size: 16px;
		line-height: 1.6;
	}

	/* Challenge section mobile optimization */
	.challenge-sec .section-content h3 {
		font-size: 32px;
		margin-bottom: 30px;
	}

	/* Track section mobile optimization */
	.track-sec {
		padding: 20px 10px;
	}

	.track-sec .top-heading h3 {
		font-size: 28px;
	}

	.track-sec .section-content {
		padding: 20px 15px;
		margin-top: 20px;
	}

	.track-sec .section-content h4 {
		font-size: 18px;
	}

	.track-sec .section-content p {
		font-size: 14px;
	}

	/* Competition format mobile optimization */
	.competition-format .top-heading h3 {
		font-size: 28px;
	}

	.competition-format .stages-title {
		font-size: 20px !important;
	}

	.competition-format .stage-item .num {
		font-size: 32px;
		width: 40px;
	}

	.competition-format .stage-item .bar {
		padding: 12px 16px;
		font-size: 14px;
	}

	/* Evaluation criteria mobile optimization */
	.eval-criteria {
		padding: 32px 16px 48px 16px;
	}

	.eval-criteria .title-bar {
		width: 95%;
		margin: 8px 0 16px 8px;
	}

	.eval-criteria .title-bar h3 {
		font-size: 24px;
	}

	.criteria-card .card-inner {
		padding: 20px;
		min-height: auto;
		max-width: 100%;
	}

	.criteria-card h5 {
		font-size: 18px;
	}

	/* Benefits section mobile optimization */
	.benefits-section {
		padding: 32px 16px 48px 16px;
	}

	.benefits-section .title-bar {
		width: 95%;
		margin: 8px 0 6vh 8px;
	}

	.benefits-section .title-bar h3 {
		font-size: 24px;
	}

	.benefit-col-title {
		font-size: 20px;
		text-align: left;
		margin-bottom: 16px;
	}

	.benefit-list {
		padding: 0 8px;
	}

	.benefit-item {
		margin: 16px 0;
		gap: 12px;
	}

	.num-box {
		width: 40px;
		height: 36px;
		font-size: 16px;
		flex-shrink: 0;
	}

	/* Timeline section mobile optimization */
	.timeline-section {
		padding: 32px 16px 48px 16px;
	}

	.timeline-section .title-bar {
		width: 95%;
		margin: 8px 0 6vh 8px;
	}

	.timeline-section .title-bar h3 {
		font-size: 24px;
	}

	.timeline::before {
		left: 20px;
	}

	.timeline-item {
		grid-template-columns: 40px 1fr;
		column-gap: 12px;
		margin: 20px 0;
	}

	.timeline .node {
		width: 40px;
		height: 36px;
		font-size: 18px;
	}

	.timeline-item .text h5 {
		font-size: 16px;
	}

	.timeline-item .text p {
		font-size: 14px;
	}

	/* Partners section mobile optimization */
	.partners-section {
		padding: 32px 16px 48px 16px;
		height: auto;
		min-height: 60vh;
	}

	.partners-section .title-bar {
		width: 95%;
		margin: 8px 0 6vh 8px;
	}

	.partners-section .title-bar h3 {
		font-size: 24px;
	}

	.partner-logo img {
		max-width: 120px;
	}

	.partners-note {
		font-size: 16px;
		margin: 8vh 0 0 0;
	}

	/* Prize section mobile optimization */
	.prize-section {
		padding: 32px 16px 48px 16px;
	}

	.prize-section .title-bar {
		width: 95%;
		margin: 8px 0 6vh 8px;
	}

	.prize-section .title-bar h3 {
		font-size: 24px;
	}

	.prize-intro p {
		font-size: 16px;
		margin: 8px 8px 16px 8px;
	}

	.prize-list {
		padding: 0 8px;
	}

	.prize-item {
		margin: 32px 0;
	}

	.prize-item h5 {
		font-size: 18px;
	}

	.prize-note {
		font-size: 16px;
		margin: 20px 8px 0 8px;
	}
}

/* Small Devices (landscape phones, 481px to 767px) */
@media (min-width: 481px) and (max-width: 767px) {
	/* Typography adjustments for small screens */
	.display-1 {
		font-size: 3rem !important;
	}

	.display-2 {
		font-size: 1.75rem !important;
	}

	/* Mission section small screen optimization */
	.mission-sec .section-content h3 {
		font-size: 36px;
		margin-bottom: 40px;
	}

	.mission-sec .section-content p {
		font-size: 18px;
	}

	/* Challenge section small screen optimization */
	.challenge-sec .section-content h3 {
		font-size: 45px;
		margin-bottom: 40px;
	}

	/* Track section small screen optimization */
	.track-sec .top-heading h3 {
		font-size: 32px;
	}

	.track-sec .section-content {
		padding: 25px 20px;
	}

	/* Competition format small screen optimization */
	.competition-format .top-heading h3 {
		font-size: 32px;
	}

	.competition-format .stages-title {
		font-size: 22px !important;
	}

	/* Evaluation criteria small screen optimization */
	.eval-criteria .title-bar h3 {
		font-size: 28px;
	}

	/* Benefits section small screen optimization */
	.benefits-section .title-bar h3 {
		font-size: 28px;
	}

	.benefit-col-title {
		font-size: 22px;
	}

	/* Timeline section small screen optimization */
	.timeline-section .title-bar h3 {
		font-size: 28px;
	}

	/* Partners section small screen optimization */
	.partners-section .title-bar h3 {
		font-size: 28px;
	}

	.partners-note {
		font-size: 18px;
	}

	/* Prize section small screen optimization */
	.prize-section .title-bar h3 {
		font-size: 28px;
	}

	.prize-intro p {
		font-size: 18px;
	}

	.prize-note {
		font-size: 18px;
	}
}

/* Medium Devices (tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
	/* Typography adjustments for tablets */
	.display-1 {
		font-size: 3.5rem !important;
	}

	.display-2 {
		font-size: 2rem !important;
	}

	/* Container padding for tablets */
	.container,
	.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* Mission section tablet optimization */
	.mission-sec .section-content {
		padding: 30px 40px;
	}

	.mission-sec .section-content h3 {
		font-size: 42px;
		margin-bottom: 50px;
	}

	/* Challenge section tablet optimization */
	.challenge-sec .section-content h3 {
		font-size: 55px;
		margin-bottom: 50px;
	}

	/* Track section tablet optimization */
	.track-sec {
		padding: 30px;
	}

	.track-sec .top-heading h3 {
		font-size: 38px;
	}

	.track-sec .section-content {
		padding: 30px;
	}

	/* Competition format tablet optimization */
	.competition-format .top-heading h3 {
		font-size: 38px;
	}

	.competition-format .stages-title {
		font-size: 24px !important;
	}

	/* Evaluation criteria tablet optimization */
	.eval-criteria {
		padding: 40px 24px 56px 24px;
	}

	.eval-criteria .title-bar h3 {
		font-size: 36px;
	}

	.criteria-card .card-inner {
		padding: 24px;
		max-width: 95%;
	}

	/* Benefits section tablet optimization */
	.benefits-section {
		padding: 40px 24px 56px 24px;
	}

	.benefits-section .title-bar h3 {
		font-size: 36px;
	}

	.benefit-col-title {
		font-size: 24px;
	}

	/* Timeline section tablet optimization */
	.timeline-section {
		padding: 40px 24px 64px 24px;
	}

	.timeline-section .title-bar h3 {
		font-size: 36px;
	}

	/* Partners section tablet optimization */
	.partners-section {
		padding: 40px 24px 56px 24px;
		height: auto;
		min-height: 80vh;
	}

	.partners-section .title-bar h3 {
		font-size: 36px;
	}

	.partner-logo img {
		max-width: 150px;
	}

	.partners-note {
		font-size: 24px;
		margin: 12vh 0 0 0;
	}

	/* Prize section tablet optimization */
	.prize-section {
		padding: 40px 24px 64px 24px;
	}

	.prize-section .title-bar h3 {
		font-size: 36px;
	}

	.prize-intro p {
		font-size: 20px;
	}

	.prize-note {
		font-size: 20px;
	}
}

/* Large Devices (desktops, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
	/* Container padding for large screens */
	.container-fluid {
		padding-left: 28px;
		padding-right: 28px;
	}

	/* Adjust section content for large screens */
	.mission-sec .section-content,
	.challenge-sec .section-content {
		padding: 40px 45px;
	}

	.track-sec {
		padding: 35px;
	}

	.eval-criteria,
	.benefits-section,
	.timeline-section,
	.partners-section,
	.prize-section {
		padding: 48px 28px 72px 28px;
	}
}

/* Original responsive styles (preserved) */
@media (max-width: 991px) {
	.prize-list { padding: 0 8px; }

	.challenge-sec .section-content h3{
		font-size: 40px;
	}

	.track-sec .section-content{
		padding: 20px;
	}

	/* Additional mobile fixes */
	.mbr-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	/* Hide decorative elements on mobile */
	.eval-criteria .title-bar::after,
	.benefits-section .title-bar::after,
	.timeline-section .title-bar::after,
	.partners-section .title-bar::after,
	.prize-section .title-bar::after {
		display: none;
	}

	/* Stack columns on mobile */
	.row.justify-content-around > [class*="col-"],
	.row.justify-content-between > [class*="col-"] {
		margin-bottom: 2rem;
	}

	/* Improve touch targets */
	.btn {
		min-height: 48px;
		padding: 12px 24px;
	}

	/* Optimize images for mobile */
	.section-img img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}

/* Additional Responsive Utilities */

/* Better focus states for accessibility */
a:focus,
button:focus,
.btn:focus {
	outline: 2px solid #2dbc63;
	outline-offset: 2px;
}

/* Smooth scrolling for better UX */
html {
	scroll-behavior: smooth;
}

/* Responsive text utilities */
.text-responsive {
	font-size: clamp(1rem, 2.5vw, 1.5rem);
}

.heading-responsive {
	font-size: clamp(1.5rem, 4vw, 3rem);
}

/* Hide elements on specific screen sizes */
@media (max-width: 767px) {
	.d-mobile-none {
		display: none !important;
	}
}

@media (min-width: 768px) {
    .cid-uK8Kz1fAbA .navbar .navbar-logo img {
        height: 2rem !important;
    }
	.d-desktop-none {
		display: none !important;
	}
}

/* Responsive spacing utilities */
@media (max-width: 767px) {
	.py-mobile-2 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-mobile-3 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.px-mobile-2 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.my-mobile-2 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
}

/* Responsive flexbox utilities */
@media (max-width: 767px) {
	.flex-mobile-column {
		flex-direction: column !important;
	}

	.flex-mobile-center {
		justify-content: center !important;
		align-items: center !important;
	}

	.text-mobile-center {
		text-align: center !important;
	}
}

/* Performance optimizations */
.section-img,
.mbr-figure {
	will-change: transform;
	transform: translateZ(0);
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}