html, body {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto !important;
  
}
body {
  margin: 0;
  font-family: 'Rajdhani', sans-serif;  
  background: #FFFCF9;
  color: white;
  overflow-x: hidden;
  overflow-y: auto;
  color: #3a312a;
}

* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}

section {
  padding: 6rem 3rem;
}
h1{
    font-style: normal;        
    text-transform: uppercase;   
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0px;
    padding-bottom: 0px;
    /*padding: 0px 20px;*/
    word-break: break-word;
    white-space: normal;  
	color: #7A7A7A;
}
.home h1 {
	font-size: 3.8rem;
}
h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-weight: 500;
}
.category-title{
    text-transform: uppercase;
}
.sw{
    width: 100%;
    max-width: 1500px;
    padding: 20px auto;
    margin: 0px auto;
}
.page-content{
    margin: 0px auto;
    width: 100%;
    max-width: 1500px;
    padding: 20px auto;
}

.nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.logo img {
  height: 48px;
}


/*** Single Juror ***/
.juror-wrap.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  background: #fff;
  padding: 30px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.juror-wrap .column {
  flex: 1 1 300px;
  max-width: 300px;
}

.juror-wrap .main-juror {
  flex: 2 1 0;
  max-width: calc(100% - 330px); /* includes gap */
}

.juror-wrap .img-holder img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.juror-wrap h1 {
  font-size: 2em;
  margin-bottom: 0.3em;
}

.juror-wrap h2 {
  font-size: 1.2em;
  color: #666;
  margin-bottom: 1em;
}

.juror-wrap .copy a {
  text-decoration: underline;
  color: #0073aa;
  font-weight: 500;
  margin-right: 10px;
}

.menu-wrapper {
  position: absolute;
  top: 12px;
  right: 150px;
  width: 214px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
/*   gap: 24px; */
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px) brightness(0.9);
  -webkit-backdrop-filter: blur(8px) brightness(0.9);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: white;
  font-family: 'Rajdhani', sans-serif;
  z-index: 999;
}

.menu-toggle {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.menu-toggle.open {
/* 	border-bottom: 1px solid rgba(255, 255, 255, 0.16); */
/* 	padding: 10px 10px 16px 10px; */
}

.menu-toggle span {
  font-weight: 600;
}

.chevron-icon,
.close-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  fill: white!important;
}
/* Default state: show chevron, hide X */
.close-icon {
  display: none;
}
.menu-toggle.open .chevron {
  transform: rotate(180deg);
}

.menu-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

.menu-items.open {
  max-height: 500px;
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  color: white;
  font-weight: 400;
  transition: transform 0.3s ease;
}

.menu-item:hover {
  text-decoration: none;
}
.menu-item:hover .menu-icon{
  transform: translateY(-5px);
  transition: transform 0.6s ease;
}
.icon-stack {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
}

.arrow-default,
.arrow-hover {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
}

.arrow-hover {
  transform: translateY(100%);
}

.menu-item:hover .arrow-default {
  transform: translateY(-100%);
}

.menu-item:hover .arrow-hover {
  transform: translateY(0);
}

.menu-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  transition: transform 0.3s ease;
}

.submit-btn {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  background: white;
  color: #333;
  text-align: center;
  padding: 10px 0;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.6s ease;
}

.submit-btn:hover {
  background: #e5e5e5;
  background: transparent;
  color: white;
  border: 1px solid white;
}


/* HERO SECTION */
.homehero{
  position: relative;
  height: 130vh;  
  background-size: cover;
  background-position: center;  
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}
.hero {
  position: relative;
  height: 70vh;  
  background-size: cover;
  background-position: center;
  /*filter: grayscale(100%) brightness(2.2) contrast(0.9);*/
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}
.homehero::before, .hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}
.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;  
  margin: 0 auto;
  padding: 2rem;
}

.hero-heading {
  text-align: left;  
}

.hero-heading h1 {
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	text-transform: uppercase;
	color: white;
    display: inline-block;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.2;
	margin-bottom: 0px;
	padding-bottom: 0px;	
}

.hero-line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  background-color: white;
  width: 140px;
  margin-left: 1rem;
  margin-bottom: 0.4rem;
}

.hero-subheading {
  text-align: right;
  text-transform: uppercase;	
}

.hero-subheading p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: white;
}

.left-align{
	text-align: left;
	display: block;
	float: right;
}

/*** News ***/
.news-container {
    width: 100%;
    margin: 2rem auto 0;
    max-width: 80%;
}
.news.d-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news-item {
	width: calc(50% - 15px);
	height: 450px;
	margin-bottom: 30px;
	border-radius: 1rem;
    overflow: hidden;
}
.news-item:nth-child(3n+1) {
	width: 100%;
	height: 600px;
}
.news-categories.d-flex {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
.news-categories.d-flex .news-item, 
.news-categories.d-flex .news-item:nth-child(3n+1) {
	width: calc(50% - 15px);
	height: 400px;
}
.news-item .img-holder {
	height: 100%;
	overflow: hidden;
}
.news-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s ease;
}
.news-item a {
	position: relative;
	display: block;
	height: 100%;
	filter: grayscale(100%);
	transition: all 0.6s ease;
}
.news-item a:hover {
	filter: none;
	transition: all .3s;
}
.news-item a:after {
	position: absolute;
	display: block;
	background: linear-gradient(180deg,transparent 20%,rgba(0,0,0,.8));
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}
.news-item a:hover img {
	transform: scale(1.1);
	transition: all 0.6s ease;
}
.news-item a:hover h2 {
	color: #2CBF7B;
	transition: all 0.6s ease;
}
.news-item .copy {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px 40px 20px;
	width: 100%;
	z-index: 100;
}
.news-item .copy .title-with-arrow {
	padding-right: 80px;
	position: relative;
}
.news-item .copy h2,
.news-item .copy p {
	color: #fff;
}
.news-item .copy svg {
	width: 32px;
	height: auto;
	position: absolute;
	top: 10px;
	right: 20px;
	transition: all 0.6s ease;
}
.news-item a:hover .copy svg {
	right: 0;
	transition: all 0.6s ease;
}
.news-item .copy svg g {
	fill: #fff;
}
.news-item a:hover .copy svg g {
	fill: #2CBF7B;
}
.video-holder {
	position: initial;
	padding: 0;
}
.video-holder iframe {
	width: 100%;
	height: 100%;
}
.pagination {
	margin-top: 30px;
	display: block;
	width: 100%;
	text-align: right;
}
.pagination a {
	display: inline-block;
	padding: 5px;
}
.pagination a:hover {
	color: #2CBF7B;
}
span.page-numbers.current {
	background: #2CBF7B;
	display: inline-block;
	padding: 5px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 21px;
}
.narrow-container {
    max-width: 75%;
    margin: 0 auto;
}
.narrow-container .hero {
	border-radius: 1rem;
	overflow: hidden;
	margin-top: 4rem;
}
.single-post .narrow-container h1 {
	display: block;
}
.single-post .narrow-container span.date {
    display: block;
    margin-bottom: 2rem;
}
.single-post .narrow-container img {
	width: 100%;
	height: auto;
	border-radius: 1rem;
}
.single-post .narrow-container .wp-caption {
	max-width: 100%;
}
@media(max-width:992px) {
	.narrow-container {
		max-width: 100%;
	}
}
@media(max-width:768px) {
	.news-item,
	.news-item:nth-child(3n+1),
	.news-categories.d-flex .news-item, 
	.news-categories.d-flex .news-item:nth-child(3n+1) {
		width: 100%;
		height: 350px;
		margin-bottom: 20px;
	}
	.news-item:last-child {
		margin-bottom: 0;
	}  
	.news-item .copy {
		padding: 20px 10px 0px;
	}
	.news-item .copy svg {
		width: 26px;
	}
}

/*** FAQs ***/
.faqs-wrapper {
	overflow: hidden;
	margin-bottom: 40px !important;
}

.faqs-wrapper h2 {
	font-weight: 600;
}

.faq-item {
	width: 100%;
    overflow: hidden;
}

.faq-item input {
	display: none;
}

.faq-label {
	display: flex;
    justify-content: space-between;
    padding: 1em;
    /*background: rgba(229, 227, 222, 0.47);*/
    border-bottom: 1px solid #584E4A;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 5px;
    transition: all .3s;
}

.faq-item input:checked + .faq-label {
    background: #584E4A;
    margin-bottom: 0;
}

#single .faq-label h3,
#single .answer p:last-of-type,
#single .answer ul:last-of-type,
#single .answer ol:last-of-type {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none;
}

.faq-item input:checked + .faq-label h3 {
	color: #fff;
}

.faq-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    margin-top: 5px;
    text-align: center;
    transition: all 0.35s;
}

.faqs-wrapper input:checked + .faq-label::after {
    transform: rotate(90deg);
    color: #fff;
}

.answer {
    max-height: 0;
    padding: 0 25px;
    transition: all 0.35s;
}

.faqs-wrapper input:checked ~ .answer {
    max-height: 100vh;
    padding: 25px;
    background: #FBF6F3;
    margin-bottom: 5px;
}

/* Partners Section */
.partners-section {
  padding: 10rem 2rem 5rem;
  background: #FFFCF9;
}

.partners-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  width: 100%;
  margin: 0px auto;
  max-width: 80%;
  margin: 0 auto;
  flex-wrap: nowrap; 
}

.partners-info {
  flex: 1 1 400px;
  max-width: 50%;
  color: #3a312a;
}

.partners-info h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.partners-info p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.partners-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border: 1px solid #d5c8bd;
  border-radius: 2rem;
  gap: 8px;
  text-decoration: none;
  color: #3a312a;  
  font-weight: 500;
  transition: transform 0.5s ease;
  filter: brightness(0) saturate(100%) invert(14%) sepia(22%) saturate(1344%) hue-rotate(8deg) brightness(91%) contrast(89%);
}

.partners-btn:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}

.partners-logos {
    flex: 1 1 600px;
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.partners-logos .partner-item {
    width: calc(25% - 15px);
    display: block;
}

.partners-logos .partner-item img {
    width: 100%;
    height: auto;
    filter: brightness(0) saturate(100%) invert(65%) sepia(5%) saturate(220%) hue-rotate(355deg) brightness(90%) contrast(85%);
    transition: all 0.6s ease;
}

/* .partners-logos .partner-item:hover img {
	filter: grayscale(0%);
    transition: all 0.6s ease;
} */

.partners-wrapper .elementor-element {
    width: calc(20% - 16px);
}

.partners-wrapper .elementor-element img {
	filter: brightness(0) saturate(100%) invert(65%) sepia(5%) saturate(220%) hue-rotate(355deg) brightness(90%) contrast(85%);
	transition: all 0.6s ease;
}

.partners-wrapper .elementor-element a:hover img {
	filter: none;
	transition: all 0.6s ease;
}

/*Movement Section */
.movement-section {
  padding: 10rem 2rem;
  background: #FFFCF9;
}

.movement-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  width: 100%;
  margin: 0px auto;
  max-width: 80%;
  margin: 0 auto;
  flex-wrap: nowrap; 
}

.movement-text {
  flex: 1 1 400px;
  max-width: 50%;
  color: #3a312a;
}

.movement-text h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.movement-text h2 span {
  font-weight: 400;
  display: block;
}

.movement-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.movement-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border: 1px solid #d5c8bd;
  border-radius: 2rem;
  gap: 8px;
  text-decoration: none;
  color: #3a312a;  
  font-weight: 500;
  transition: transform 0.5s ease;
  filter: brightness(0) saturate(100%) invert(14%) sepia(22%) saturate(1344%) hue-rotate(8deg) brightness(91%) contrast(89%);
}
.arrow-stack {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

/* Initial states */
.arrow-top {
  transform: translateY(0);
  opacity: 1;
}

.arrow-bottom {
  transform: translateY(100%);
  opacity: 0;
}
.movement-btn:hover {
  background: transparent;
  color: #000;
  border-color: #000;
}
/* On hover, animate arrows */
.movement-btn:hover .arrow-top {
  transform: translateY(-100%);
  opacity: 0;
}
.subscribe-btn{	
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border: 1px solid #d5c8bd;
  border-radius: 2rem;
  gap: 8px;
  text-decoration: none;
  color: #ffffff;  
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  background: #584E4A;
}
.subscribe-btn:hover {
  background: transparent;
  color: #000;
  border-color: #000;
}


.movement-btn:hover .arrow-bottom {
  transform: translateY(0);
  opacity: 1;
}
.movement-btn .menu-icon {
  display: inline-block;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.movement-btn img.menu-icon {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;  
  filter: brightness(0) saturate(100%) invert(18%) sepia(72%) saturate(643%) hue-rotate(172deg) brightness(92%) contrast(85%);
}

.movement-image {
  flex: 1 1 50%;
  text-align: center;
}

.movement-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 1000;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  background: #fff;
  color: #333;
  padding: 2rem;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  transform: translateY(30px);
  transition: transform 0.4s ease;
}

/* Slide up animation on open */
.popup-overlay.active .popup-content {
  transform: translateY(0);
}

.popup-content h2 {
  margin-top: 0;
}

.popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #000;
}
.disciplines-section {
  /*background-color: #fefaf6;*/
  /*padding: 8rem 3rem;*/
  padding: 3rem;
  font-family: 'Rajdhani', sans-serif;
}

.disciplines-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
  flex-wrap: wrap;
}

.disciplines-left h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
  color: #3a312a;
  margin: 0;
}

.disciplines-left span {
  font-weight: 700;
}

.disciplines-right {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

.deadline-block,
.days-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.label {
  font-size: 1.1rem;
  color: #3a312a;
  margin-bottom: 0.2rem;
}

.value {
  font-size: 1.4rem;
  font-weight: 500;
  color: #3a312a;
  margin: 0;
}

.days {
  font-size: 2rem;
  font-weight: 700;
  color: #3a312a;
  margin: 0 0 0.2rem 0;
}

.divider {
  width: 1px;
  height: 60px;
  background-color: #3a312a;
  align-self: center;
}

/* Categories Section */
.categories-section {
  /*background: #fefaf6;*/
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.categories-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 90%;
  margin: 0 auto;
}

.categories-row {
  display: flex;
  gap: 2rem;
  width: 100%;
  height: 70vh;
}

.category-card {
  flex: 1 1 50%;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
  overflow: hidden;
  filter: grayscale(100%);
  transition: all 0.6s ease;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}

.category-card.left:hover {
  flex: 0 1 60%;
  filter: grayscale(0%);
}
.category-card.left:hover ~ .category-card.right {
  flex: 0 1 40%;
}

.category-card.right:hover {
  flex: 0 1 60%;
  filter: grayscale(0%);
}
.category-card.right:hover ~ .category-card.left {
  flex: 0 1 40%;
}

.category-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.category-content {
position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  max-width: 90%;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}
.category-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-copy {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  line-height: 1.4;
  color: white;
}

.category-card:hover .category-copy {
  opacity: 1;
  transform: translateY(0);
}
.category-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}

.category-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.submit-entry-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid white;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: white;
  font-weight: 500;
  border-radius: 2rem;
  background: transparent;
  transition: background 0.3s ease;
}

.submit-entry-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.category-desc {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  color: white;
  z-index: 2;
  position: relative;
  margin-top: 1rem;
}

.category-card:hover .category-desc {
  opacity: 1;
  transform: translateY(0);
}

/* Layout Style */
.page-content.sw h1 {
    padding-left: 20px;
    padding-right: 20px;
}
p:first-child {
	margin-top: 0 !important;
}
.fixed-height-img img {
	width: 100%;
    height: 440px !important;
    object-fit: cover;
}
.title-wrapper {
    max-width: calc(100% - 400px);
}
.title-wrapper *,
.content-wrapper * {
    padding-left: 0 !important;
}
.column-count-2 {
    column-count: 2;
    gap: 20px;
}
.content-wrapper .main-content {
	padding-top: 40px;
}
.page-template-page-without-hero .nav-header,
.page-template-faqs-page .nav-header,
.single-jury .nav-header,
.page-template-news-page .nav-header,
.single-post .nav-header {
	background: rgba(0, 0, 0, 0.2);
}
p a,
span a, 
strong a,
em a,
li a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #2CBF7B;
}

/* Responsive */
@media (max-width: 1024px) {
  .categories-row {
    flex-direction: column;
    /*height: 60vh;*/
  }

  .category-card {
    flex: 1 1 100%;
    /*height: 70vh;*/
  }

  .category-card.left:hover,
  .category-card.right:hover {
    flex: 1 1 100%;
  }

  .category-card.left:hover ~ .category-card.right,
  .category-card.right:hover ~ .category-card.left {
    flex: 1 1 100%;
  }

  .category-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.jury-page{
    overflow: visible;
	padding: 2rem 20px 4rem;
}
.jury-page .jury-layout {
  display: block;
/*   grid-template-columns: 27% 73%;
  gap: 2rem; */
  max-width: 1500px;
  margin: 0 auto;
  padding: 0px;
  overflow: visible;
  align-items: start;  
}
.jury-page .jury-sidebar {
  /*
  position: sticky;
  top: 100px;
  align-self: start;
  height: fit-content;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 1;
  */
/*   position: sticky;
  top: 100px; 
  align-self: start;
  height: fit-content; */
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 1;
  padding: 1rem 0;
}
.jury-page .jury-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* exactly 2 columns */
  gap: 40px;  
  flex: 1;
  align-items: start;
  width: 100%;
  max-width: 100%;
}

.jury-page .jury-card {  
  position: relative;
  height: 60vh;  
  min-height: 60vh;  
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
}
.jury-page .jury-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  filter: grayscale(100%) brightness(60%);
  z-index: 1;
  opacity: 1;
  transition: all .3s;
}
.jury-page .jury-card:hover::before {
  filter: none;	
  transition: all .3s;
}
.jury-page .jury-overlay {
   position: relative;
  z-index: 2;
  width: 100%;
  padding: 1rem;
  color: white;  
}

.jury-page .jury-name {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

.jury-page .jury-position,
.jury-page .jury-agency {
  font-size: 0.9rem;
  margin: 0;
}

.jury-page .jury-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  z-index: 1;
}

.jury-page .jury-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}
.jury-page .jury-details {
  flex: 1; /* remaining space */
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jury-page .jury-info {
  padding: 1rem;
}

.jury-page .jury-name {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.jury-page .jury-position,
.jury-page .jury-agency,
.jury-page .jury-country {
  font-size: 0.9rem;  
}

.jury-section {
  /*background: #fefaf6;*/
  padding: 8rem 3rem;
}

.jury-section.category-page {
	padding: 4rem 0;
}

.jury-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px;
  padding: 30px 0;
}

.jury-grid .juror {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.jury-grid .juror img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.jury-grid .juror:hover img {
  filter: grayscale(0%);
}

.jury-grid .juror .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 80%);
  color: #fff;
  z-index: 2;
  box-sizing: border-box;
}

.jury-grid .juror .info h3 {
  font-weight: 600;
  margin: 0 0 4px 0;
}

.jury-grid .juror .info p {  
  margin: 0;  
  margin-bottom: 14px;
}


.jury-container {
  display: flex;
  max-width: 90%;
  margin: 0 auto;
  gap: 4rem;
  align-items: center;
}

.category-page .jury-container {
	max-width: 100%;
}

.jury-info {
  flex: 0 0 30%;
}

.jury-info h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #3a312a;
  margin-bottom: 1rem;
}

.jury-info p {
  color: #3a312a;
  font-size: 1.125rem;
  line-height: 1.6;
}

.jury-controls {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}
.juryPrev, .juryNext{
	display: flex;
	padding: 10px 20px;
	align-items: center;
	gap: 10px;
	border-radius: var(--radius-999, 999px);
	border: 1px solid var(--btn-outline-stroke, #DFD5D1);	
}
.arrow-icon {
  color: #DDD; /* default stroke color */
  cursor: pointer;
  transition: color 0.3s ease;
}

.arrow-icon:hover {
  color: #584E4A; /* hover stroke color */
  border: 1px solid var(--btn-outline-stroke, #584E4A);	
}

.jury-carousel-wrapper {
	width: 100%;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}

.jury-carousel {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  transition: transform 0.6s ease;
  will-change: transform;
}

.jury-card {
/*
  filter: grayscale(100%);
  flex: 0 0 calc((100% - 32px) / 3);
  margin: 0;
  opacity: 0.3;  
  transition: transform 0.5s ease, opacity 0.5s ease;
  height: 60vh;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  position: relative;
  */
    position: relative;
  overflow: hidden;
  background: none;
  border-radius: 16px;
  flex: 0 0 calc((100% - 32px) / 3); /* Keep your 3-per-row layout */
  height: 60vh;
  border-radius: 16px;
  background: none;
}
/*
.jury-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%)!important;;
  opacity: 0.3;
  z-index: 0;
  border-radius: 16px;
  transition: opacity 0.3s ease;
}
/*
.jury-card.center::before {
  opacity: 1;
  }
*/

.jury-card.bg-dynamic::before{
    background-image: var(--jury-image);
}
.jury-card::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: var(--jury-image);
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
  opacity: 0.3;
  z-index: 0;
  border-radius: 16px;
}
.jury-carousel .jury-card .center::before {
  filter: grayscale(0%) !important;
  opacity: 1 !important;
  transition: filter 0.4s ease, opacity 0.4s ease;
}

.jury-carousel .jury-card::before {
  transition: filter 0.4s ease, opacity 0.4s ease;
}

.jury-card .center {
  opacity: 1;  
  z-index: 2;
}

.jury-card.left,
.jury-card.right {
  opacity: 0.3;
}
.jury-carousel-wrapper::before,
.jury-carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.jury-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}

.jury-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}

.jury-details {  
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  z-index: 2;
  width: 100%;
  
}
/* Background image classes */
.bg-bibi::before {
  background-image: url('bibi_@OmarVictorDiop.jpg');
}
.bg-charles::before {
  background-image: url('Charles_Job.jpeg');
}
.bg-juliet::before {
  background-image: url('Juliet Kavishe.jpg');
}
.bg-mugendi::before {
  background-image: url('Mugendi_Rithaa.jpg');
}
.bg-seun::before {
  background-image: url('Seun_Olatunji.jpg');
}
/* restore full image for center */
.jury-card.center::before {
  filter: grayscale(0%);
  opacity: 1;
}

/* show content fully */
.jury-card.center .jury-details {
  opacity: 1;
}
.jury-company {    
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 1.2rem;
  max-width: 90%;  
}
.jury-company span{
  display: inline-block;
  border-bottom: 2px solid white;
  padding-bottom: 4px;
  text-align: left;
  line-height: 2.4;
}

.jury-position {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.jury-name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1.2rem;
}

.jury-name img {
  width: 18px;
  height: auto;
}	
.jury-name span.fi {
  filter: none !important;
}

.key-moments {  
  background: #FBF6F3;
  padding: 6rem;
  font-family: 'Rajdhani', sans-serif;
}

.key-moments-container {
  width: 100%;  
  margin: 0 auto;
  display: flex;
  align-items: center;  
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 10vh;
}
.timeline {
	width: 15%;
  box-sizing: border-box;
}
.timeline-image{
	width: 50%;
  box-sizing: border-box;	
}
.moment-details {
  width: 35%;
  box-sizing: border-box;
}
.timeline ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline ul li {
  margin-bottom: 1.5rem;
  cursor: pointer;
  font-size: 1rem;
  position: relative;
  color: #888;  
  list-style-type: none;
  opacity: 0.5;
  transform: scale(1);
  transition: color 0.4s ease, opacity 0.4s ease, transform 0.3s ease;
}

.timeline ul li::before {
  /*content: "●";
  position: absolute;
  left: -1.5rem;
  top: 0;
  color: #888;
  */
}

.timeline ul li.active {
   font-weight: bold;
   color: #3a312a;
   list-style-type: disc;
   opacity: 1;
   transform: scale(1.03);
}

.timeline ul li.active::before {
  color: #3a312a;
}

.timeline-image {
  flex: 1 1 400px;
  max-width: 600px;
}

/* .timeline-image img {
  width: 100%;
  border-radius: 1.5rem;
  clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
  object-fit: cover;
}
 */
.timeline-image img {
	width: 100%;
	height: auto;
}

.moment-details h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #3a312a;
  text-transform: uppercase;
}

.moment-details p {
  font-size: 1rem;
  line-height: 1.6;
  color: #3a312a;
}
.moment-details h3,
.moment-details p {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.moment-details.fade-out h3,
.moment-details.fade-out p {
  opacity: 0;
}

.timeline-copy{
	padding: 0rem;
}

.newsletter{
	background: #FFFCF9;
	padding: 10rem 2rem;
}
.newsletter-form p{
	font-weight: 600;
}
.newsletter-form input{
	display: flex;
	padding: 11px 12px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border: 0px none;
	border-bottom: 1px solid #E7E7E7;ž
	background: transparent;
}
.newsletter-wrapper{
  display: flex;
  gap: 105px;
  align-items: center;
  justify-content: center;
  padding: 64px;
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid rgba(57, 57, 57, 0.10);
  border-radius: 24px;
  background: #FBF6F3;
}
.newsletter-form {
  flex: 1;
}
.newsletter-image {
  flex: 1.5;
}
.newsletter-image img{
	width: 100%;
	height: auto;
	max-width: 600px;
	border-radius: var(--radius-16, 16px);
	background: linear-gradient(0deg, rgba(204, 165, 147, 0.12) 0%, rgba(204, 165, 147, 0.12) 100%), url(<path-to-image>) lightgray -3.924px 0px / 100.046% 100% no-repeat;
}

.partnerships {
  background: #fdfafa;
  padding: 5rem 2rem;
}

.partnerships-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.partnerships-heading {
  text-align: center;  
  margin-bottom: 4rem;
  font-weight: 600;
}
.partnerships-row {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partnership {
  flex: 1 1 48%;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.partnership-img {
  flex: 0 0 160px;
}

.partnership-img img {
  width: 100%;
  max-width: 100px;
  height: auto;
  border-radius: 8px;
}

.partnership-content {
  flex: 1;
}

.partnership-content h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-top: 0;
}

.partnership-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #333;
}

.site-footer {
  background: #FBF6F3;  
  padding: 4rem 2rem 2rem;
  font-family: 'Rajdhani', sans-serif;
  color: #3a312a;
}

.footer-container {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
}
.footer-column {
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo-block {
  max-width: 280px;
}

.footer-logo {
  width: 91.618px;
  height: 37px;  
}

.footer-tagline {
  font-size: 1rem;
  line-height: 1.6;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  flex: 1;
  justify-content: space-between;
}

.footer-column h4 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: #000;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 0.5rem;
}

.footer-column ul li a {
  color: #666;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #000;
}

.footer-bottom {
  margin-top: 3rem;
  text-align: center;
  font-size: 0.85rem;
  color: #777;
}

.footer-bottom a {
  color: #777;
  text-decoration: none;
  margin: 0 0.5rem;
}

.footer-bottom a:hover {
  text-decoration: underline;
}
.footer-icons {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}

.footer-icons a {
  display: inline-flex !important;
  font-size: 20px;
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-icons a:hover {
  color: #000;
}

.burger {
	visibility: hidden;
}
.wp-block-list{
    line-height: 1.5;
}

@media (min-width: 768px) {

  .hero {	
	height: 70vh;
  }  
  .homehero{
    height: 130vh;
  }
  .hero-content {
    margin-top: 30%;
	padding: 10rem 1rem;
  }
  .hero-subheading p {
	 margin-right: 5%;	 
  }
}
	.juror-wrap.flex-wrapper .column {
    	width: calc(50% - 15px);
 }
@media(min-width: 992px) {
	/*** Juror ***/
	.juror-wrap.flex-wrapper .column {
    	width: calc(50% - 15px);
	}
	
	.juror-wrap.flex-wrapper .column .copy {
		text-align: left;
	}
	
	#single .jury.flex-wrapper.flex-start {
		justify-content: flex-start;
	}

	#single .juror.item {
		width: calc(33.33% - 10px);
		margin-right: 15px;
	}
	
	#single .juror.item:nth-child(3n+3) {
		margin-right: 0;
	}
	
	.juror-wrap.flex-wrapper {
		padding: 25px;
	}
}

@media (max-width: 1024px) {
  .jury-card {
    flex: 0 0 80vw;
    height: auto;
  }
  .timeline-image {
		width: 100%; 
		order: 3; 
		max-width: 100%; 
		height: auto; 
	}
	.timeline{
		width: 30%;
	}
	.moment-details{
		width: 60%;
	}
	.moment-details h3 {
		margin-top: 0px!important;
	}
	.moment-title{
		margin-top: 0px!important;
	}
	.key-moments-container{
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	/* Jury part */
	.jury-container {
        flex-direction: column; /* Stack info and carousel vertically */
        gap: 2rem; /* Adjust gap between info and carousel */
        padding: 0 20px; /* Add some overall horizontal padding */
    }

    .jury-info {
        flex: unset; /* Remove flex sizing */
        width: 100%; /* Take full width */
        max-width: 100%;
        text-align: center; /* Center the text for better mobile presentation */
    }

    .jury-controls {
        justify-content: center; /* Center the navigation buttons */
    }

    .jury-carousel-wrapper {
        flex: unset; /* Remove flex sizing */
        width: 100%; /* Take full width */
        /* Keep desktop mask image for now, but you might want to adjust its values if 3 cards scale weirdly */
        mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
        -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
        /* Add some padding to the wrapper if needed, to prevent cards touching edges */
        padding: 0 10px; /* Example: slight padding on the sides of the carousel area */
        box-sizing: border-box;
    }

    .jury-carousel {
        /* Keep the gap between cards, as you're still showing multiple */
        gap: 16px; /* Your desired spacing between cards */
    }

    .jury-card {
        /* Scale down to show 3 cards comfortably in the reduced width */
        flex: 0 0 calc((100% / 3) - (2 * 16px / 3)); /* Adjust to fit 3 cards evenly within 100% width with gaps */
        /* You might need to play with this calculation:
           calc(33.33% - (2 * 16px / 3)) or simply calc(33.33% - Xpx)
           Alternatively, for simpler scaling, you could use a fixed width and let overflow scrolling happen (but your JS handles the sliding).
           If fixed width, then the carousel needs to be wider than the wrapper, and JS moves it.
        */
        height: 50vh; /* Adjust height for tablet view if needed */
        /* Ensure background image is also responsive within the card */
        /* .jury-card::before can also have its height adjusted here */
    }

    /* Additional styles if the 3-card layout needs specific adjustments on tablets */
	
}


@media (max-width: 768px) {		
	.partners-wrapper .elementor-element {
		width: calc(33.33% - 14px);
	}
  .title-wrapper {
  	max-width: 100%;
  }
	.content-wrapper .main-content {
		padding-top: 0;
	}
  .nav-header {
    background-color: rgba(88, 78, 74, 0.2); /* White with 30% opacity */
  }
  .sw {
    padding: 6rem 1rem;
  }
    section{
        padding: 5rem 0;
    }
  .juror-wrap.flex-wrapper {
    flex-direction: column;
    align-items: stretch; /* make columns fill the width */
    gap: 2rem;
  }
    .juror-wrap.flex-wrapper .column{
        width: 100%;
    }
  .juror-wrap .column {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .img-holder img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
  }

  .main-juror .copy {
    text-align: left;
    padding: 0;
    font-size: 1rem;
    line-height: 1.6;
  }

  .main-juror h1,
  .main-juror h2 {
    font-size: 1.4rem;
    word-break: break-word;
    margin-bottom: 1rem;
  }

  .main-juror h1 {
    font-weight: 600;
  }
  .categories-row {
    flex-direction: column;
    gap: 2rem;
    min-height: 760px;
  }

  .category-card {
    flex: 1 1 100%;
    min-height: 370px; 
    aspect-ratio: auto;
  }
  .category-card.left:hover,
  .category-card.right:hover,
  .category-card.left:hover ~ .category-card.right,
  .category-card.right:hover ~ .category-card.left {
    flex: none !important;    
  }
  .category-title {    
    word-break: break-word;
    white-space: normal;    
  }
  .homehero {
    z-index: 1;
    position: relative;
  }

  .jury-carousel-wrapper {
    z-index: 0;
    position: relative;
  }

  .jury-page .jury-layout {
    display: block; /* Stack sidebar and grid vertically */
    padding: 20px;
  }

  .jury-page .jury-sidebar {
    /*
    position: relative;
    width: 100%;
    top: auto;
    padding: 1rem 0;
    font-size: 1.25rem;
    text-align: center;
    */
      position: sticky;
  top: 100px; /* adjust based on your header */
  align-self: start;
  height: fit-content;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 1;
  padding: 1rem;
  }

  .jury-page .jury-grid {
    display: block; /* No more grid — one card per row */
    width: 100%;
    padding: 0;
  }

  .jury-page .jury-card {
    width: 100%;
    margin-bottom: 1.5rem;
    border-radius: 12px;
  }

  .jury-page .jury-overlay {
    padding: 1rem;
    text-align: center;
  }


 /* Carousel Wrapper adjustments (keep these as they are for mobile) */
    .jury-carousel-wrapper {
        mask-image: none;
        -webkit-mask-image: none;
        padding: 0 20px;
    }

    .jury-carousel {
        gap: 0;
    }

    /* The Jury Card itself */
    .jury-card {
        flex: 0 0 100%;
        height: 70vh; 
        
        margin-right: 0;
        min-height: unset;

        
        position: relative; 
        overflow: hidden; 
        border-radius: 16px;        
    }

    /* The Image Pseudo-element */
    .jury-card::before {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        filter: grayscale(100%);
        opacity: 0.3;
        z-index: 0;
        border-radius: 16px;
    }

    .jury-card.center::before {
        filter: grayscale(0%) !important;
        opacity: 1 !important;
    }

    /* The Details Overlay */
    .jury-details {
        position: absolute;
        bottom: 20px; /* Position from the bottom */
        left: 20px;
        width: calc(100% - 40px);
        padding: 0;
        color: white;
        text-align: left;
        z-index: 2;
        opacity: 1;
    }

    /* Ensure non-center cards on mobile also show details and are white */
    .jury-card:not(.center) .jury-details {
        opacity: 1;
        pointer-events: auto;
        color: white; /* Keep white for consistency with center card on mobile */
    }

  .disciplines-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .disciplines-right {
    flex-direction: column;
    gap: 1.5rem;
  }

  .divider {
    display: none;
  }
  .jury-item {
    min-width: 200px;
  }
  .movement-text {
	  flex: 1 1 400px;
	  max-width: 50%;
	  color: #3a312a;
	}
  .menu-wrapper {
	position: fixed;
    top: 0;
    right: -100%;
    height: 50vh;
    width: 250px;
    transition: right 0.4s ease;
    z-index: 9999;
  }

  .menu-wrapper.active {
    right: 0;
  }

  .burger {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1000;
    cursor: pointer;
    display: block;
	/*display: none;*/
	color: #fff;
    visibility: visible;    
  }
   .menu-toggle .chevron{
	   display: none;
   }
  .menu-toggle .chevron-icon {
    display: none!imporatnt;
  }

  .menu-toggle.open .chevron-icon {
    display: none;
  }

  .menu-toggle .close-icon {
    display: none;
  }

  .menu-toggle.open .close-icon {
    display: inline;
  }
    .menu-toggle .close-icon, .menu-toggle.open .close-icon  {
    width: 15px;
	height: 15px;
  }
    .movement-container {	
    flex-direction: column;
	flex-wrap: wrap;
	}

	.movement-text,
	.movement-image {
	  flex: 1 1 50%;
	  max-width: 100%;
	}
	 
  .movement-image {
    order: -1!important;
  }
  .hero-subheading{
	  margin-top: 4rem;
  }
.jury-container {
    flex-direction: column;
    padding: 0 20px;
  }

  .jury-text,
  .jury-carousel-wrapper {
    position: static;
    width: 100%;
    height: auto;
    padding: 20px 0;
  }

  .jury-carousel {
    justify-content: center;
  }
  .partnership {
    flex-direction: column;
    flex: 1 1 100%;
  }

  .partnership-img {
    margin-bottom: 1rem;
  }
    .newsletter-wrapper {
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
  }

  .newsletter-form,
  .newsletter-image {
    flex: unset;
    width: 100%;
    text-align: center;
  }

  .newsletter-image img {
    max-width: 100%;
    height: auto;
  }

  .newsletter-form input {
    width: 100%;
    box-sizing: border-box;
  }

  .subscribe-btn {
    width: 100%;
    justify-content: center;
  }
  .jury-card.center {
    opacity: 1 !important;
    filter: grayscale(0%) !important;
    z-index: 2;
    transition: opacity 0.5s ease, filter 0.5s ease;
  }
	.fixed-height-img img {
		height: 320px !important;
	}
}

@media (max-width: 600px) {
	.partners-wrapper .elementor-element {
		width: calc(50% - 10px);
	}
	.menu-wrapper {
	position: fixed;
    top: 0;
    right: -120%;
    height: auto;
    width: 250px;
    transition: right 0.4s ease;
    z-index: 9999;
  }

  .menu-wrapper.active {
    right: 0;
  }

  .burger {    
    top: 30px;
    right: 30px;    
  }
    .jury-card {
    flex: 0 0 90vw;
  }
} 
